@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap);.home-container{align-items:center;background:linear-gradient(to bottom right,#e7e9ec,#f8f9fa,#f0f3f4);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:1.5rem;position:relative}.background-gradient{animation:gradient-bg 15s ease infinite;background:linear-gradient(90deg,#06b6d41a,#9333ea1a,#db27771a)}.home-content{margin:0 auto;max-width:80rem;position:relative;text-align:center;z-index:10}.home-title{background:fixed;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.home-description,.home-title{color:#030f22;font-family:Aptos,sans-serif}.home-description{font-size:1.25rem;margin-bottom:2rem}.home-buttons{display:flex;gap:1rem;justify-content:center}.home-button{background:#e5e6e8;border:1px solid #374151;border-radius:.5rem;color:#011518;font-family:Aptos,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1.5rem;text-transform:uppercase;transition:all .2s ease}.home-button:hover{background:#456ce1;box-shadow:0 0 10px #06b6d44d}.home-button:active{background:linear-gradient(90deg,#22d3ee,#a855f7);box-shadow:0 0 10px #e4eaeb80;color:#e8ebf0}.valuation-container{background:#fafafa;color:#333;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow:hidden;padding:2.5rem 3rem;position:relative}.background-gradient{animation:gradient-flow 20s ease infinite;background:linear-gradient(135deg,#2196f30d,#00bcd40d);inset:0;position:absolute;z-index:-1}@keyframes gradient-flow{0%{transform:translateX(-3%) translateY(-3%)}50%{transform:translateX(3%) translateY(3%)}to{transform:translateX(-3%) translateY(-3%)}}.company-header{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:0 0 .5rem .5rem;box-shadow:0 2px 8px #0000000d;left:3rem;margin:0 auto;max-width:calc(100% - 6rem);padding:.75rem 1.5rem;position:fixed;right:3rem;top:0;z-index:1000}.company-title{font-size:1.5rem;left:auto;letter-spacing:.02em}.back-button,.company-title{color:#2196f3;font-weight:500}.back-button{background:#0000;border:1px solid #2196f3;border-radius:.375rem;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.back-button:hover{background:#2196f3;box-shadow:0 2px 6px #2196f333;color:#fff}.back-button:active{transform:scale(.98)}.tabs-container{margin:5rem auto 1.5rem;max-width:calc(100% - 6rem);padding:0 1rem}.tabs-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem}.tab-button{background:#0000;border:1px solid #e0e0e0;border-radius:.375rem;color:#666;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize;transition:all .2s ease}.tab-button:hover{background:#f5f5f5;color:#2196f3}.tab-button-active{background:#2196f3;border-color:#2196f3;color:#fff}.section-container{margin:1.5rem auto}.grid-container,.section-container{max-width:calc(100% - 6rem);padding:0 1rem}.grid-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto 1.5rem}.grid-item{width:100%}.section-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;padding:1.25rem;transition:all .2s ease}.section-wrapper:hover{box-shadow:0 2px 8px #0000000d}.section-title{border-bottom:1px solid #e0e0e0;color:#333;font-size:1.125rem;font-weight:500;margin-bottom:.75rem;padding-bottom:.5rem}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 1rem}.metric-box{background:#fff;border:1px solid #493232;border-radius:.2rem;box-shadow:inset;margin-bottom:1rem;padding:.5rem;transition:all .2s ease}.metric-box:hover{box-shadow:0 2px 8px #0000000d}.metric-title{color:#666;font-size:.75rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase}.metric-value{color:#333;font-size:2rem;font-weight:600}.technical-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 1rem}.technical-card{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem;transition:all .2s ease}.technical-card:hover{box-shadow:0 2px 8px #0000000d}.technical-days{color:#2196f3;font-size:.75rem;font-weight:500;text-transform:uppercase}.technical-price{color:#333;font-size:1rem;font-weight:600}.table-container{margin:0;width:100%}.table-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.table-title{border-bottom:1px solid #e0e0e0;color:#333;font-size:1.125rem;font-weight:500;margin-bottom:.75rem;padding-bottom:.5rem}.table-scroll{overflow-x:auto}.data-table{font-size:.8125rem}.table-header{background:#f5f5f5;color:#333}.table-header-cell{border-bottom:1px solid #e0e0e0;font-size:.75rem;font-weight:500;letter-spacing:.02em;padding:.75rem 1rem;text-transform:uppercase}.sticky-left{background:#f5f5f5;left:0;position:-webkit-sticky;position:sticky;z-index:10}.rounded-tl{border-top-left-radius:.5rem}.rounded-tr{border-top-right-radius:.5rem}.table-row{border-bottom:1px solid #e0e0e0;transition:background .2s ease}.table-row:hover{background:#f9f9f9}.row-even{background:#fff}.row-odd{background:#fafafa}.table-cell{color:#333;font-size:.8125rem;padding:.75rem 1rem;text-align:right}.table-cell.sticky-left{background:inherit;font-weight:500;text-align:left}.data-table tbody{display:block;max-height:400px;overflow-y:auto}.data-table tbody tr,.data-table thead{display:table;table-layout:fixed;width:100%}.data-table tbody::-webkit-scrollbar{height:6px;width:6px}.data-table tbody::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.data-table tbody::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}.data-table tbody::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.no-data{color:#d32f2f;font-size:.8125rem;font-weight:500;padding:1rem;text-align:center}.select-container{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.select-label{font-weight:500}.select-input,.select-label{color:#333;font-size:.8125rem}.select-input{background:#fff;border:1px solid #e0e0e0;border-radius:.375rem;outline:none;padding:.5rem .75rem;transition:all .2s ease}.select-input:focus{border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.select-input:hover{border-color:#bdbdbd}.toggle-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;margin-top:.75rem}@media (min-width:640px){.toggle-container{flex-direction:row}}.toggle-buttons{display:flex;gap:.5rem}.toggle-button{background:#0000;border:1px solid #e0e0e0;border-radius:.375rem;color:#666;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize;transition:all .2s ease}.toggle-button:hover{background:#f5f5f5;color:#2196f3}.toggle-button-active{background:#2196f3;border-color:#2196f3;color:#fff}.parameters-section{margin-bottom:1rem}.parameters-title{color:#333;font-size:1rem;font-weight:500;margin-bottom:.75rem}.parameters-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.parameter-button{background:#0000;border:1px solid #e0e0e0;border-radius:.375rem;color:#666;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize;transition:all .2s ease}.parameter-button:hover{background:#f5f5f5;color:#2196f3}.parameter-button-active{background:#2196f3;border-color:#2196f3;color:#fff}.metric-tabs-section{margin-bottom:1rem}.metric-tabs-title{color:#333;font-size:1rem;font-weight:500;margin-bottom:.75rem}.metric-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.metric-tab{background:#0000;border:1px solid #e0e0e0;border-radius:.375rem;color:#666;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize;transition:all .2s ease}.metric-tab:hover{background:#f5f5f5;color:#2196f3}.metric-tab-active{background:#2196f3;border-color:#2196f3;color:#fff}.error-message{color:#d32f2f}.error-message,.loading-message{font-size:.8125rem;font-weight:500;margin-top:1.5rem;text-align:center}.loading-message{animation:pulse 2s infinite;color:#2196f3}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chart-container{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;margin:0;padding:1rem}.chart-container:hover{box-shadow:0 2px 8px #0000000d}.recommendation-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem;padding:0 1rem}.recommendation-box{background:#fff;border-radius:.5rem;transition:all .2s ease}.recommendation-box:hover{box-shadow:0 2px 8px #0000000d}.recommendation-title{border-bottom:1px solid #e0e0e0;font-size:1rem;font-weight:500;margin-bottom:.75rem;padding-bottom:.5rem}.recommendation-content{color:#333;flex:1 1;font-size:.8125rem;line-height:1.5;overflow-y:auto;padding-right:.5rem}.recommendation-content pre{color:#333;font-family:inherit;margin:0;white-space:pre-wrap}.recommendation-content::-webkit-scrollbar{width:6px}.recommendation-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.recommendation-content::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}.recommendation-content::-webkit-scrollbar-thumb:hover{background:#9e9e9e}#fair-market-price .data-table{background:#fff;border-collapse:collapse;font-size:.8125rem;margin:1rem 0;width:100%}#fair-market-price .data-table thead tr{background:#f5f5f5;color:#333;font-weight:500}#fair-market-price .data-table th{border-bottom:1px solid #e0e0e0;letter-spacing:.02em;padding:.75rem 1rem;text-transform:uppercase}#fair-market-price .data-table td{border-bottom:1px solid #e0e0e0;color:#333;padding:.75rem 1rem}#fair-market-price .data-table tbody tr:nth-child(2n){background:#fafafa}#fair-market-price .data-table tbody tr:nth-child(odd){background:#fff}#fair-market-price .data-table tbody tr:hover{background:#f9f9f9}#fair-market-price .data-table:first-of-type td:first-child{background:#f5f5f5;color:#333;font-weight:500}#fair-market-price .data-table:first-of-type tr:last-child td{color:#2196f3;font-weight:600}#fair-market-price .data-table:not(:first-of-type) td,#fair-market-price .data-table:not(:first-of-type) th{min-width:150px}#fair-market-price .data-table:not(:first-of-type) td:first-child{font-weight:500}#fair-market-price .table-scroll{max-width:100%;overflow-x:auto}#fair-market-price .table-scroll .data-table{min-width:380px}#fair-market-price .section-title,#fair-market-price h4{color:#333;font-size:1.125rem;font-weight:500;margin:1rem 0 .5rem}.hamburger-menu{position:fixed;right:1.5rem;top:1rem;z-index:1100}.hamburger-button{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:.375rem;cursor:pointer;display:flex;flex-direction:column;height:2.25rem;justify-content:center;padding:.5rem;transition:all .2s ease;width:2.25rem}.hamburger-button:hover{background:#f5f5f5}.hamburger-line{background:#333;height:2px;margin:2px 0;transition:all .2s ease;width:1rem}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(6px) rotate(45deg)}.hamburger-menu.open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.open .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-content{background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;max-height:calc(100vh - 5rem);overflow-y:auto;padding:.75rem;position:fixed;right:1.5rem;top:4rem;transform:translateX(120%);transition:transform .2s ease;width:240px}.hamburger-menu.open .menu-content{transform:translateX(0)}.menu-item{background:#0000;border:none;border-radius:.375rem;color:#333;cursor:pointer;display:block;font-size:.8125rem;margin:.25rem 0;padding:.5rem .75rem;text-align:left;transition:all .2s ease;width:100%}.menu-item:hover{background:#f5f5f5;color:#2196f3}.menu-item.active{background:#2196f3;color:#fff;font-weight:500}.historical-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.historical-controls .toggle-container{display:flex;gap:.5rem;margin-bottom:0}.historical-controls .select-container{align-items:center;display:flex;gap:.75rem;margin-bottom:0}.tabs-container.period-tabs{margin:0 auto;max-width:calc(100% - 6rem);padding:0}.tabs-container.period-tabs .tabs-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem}.valuation-grid{display:table;font-size:.8125rem;margin:0 auto;max-width:740px;table-layout:fixed;width:100%}.valuation-grid tr{display:table-row}.valuation-grid td{border:1px solid #e0e0e0;padding:.75rem;text-align:center;vertical-align:middle;width:25%}.valuation-grid .table-header-cell{background:#f5f5f5;color:#333;font-weight:500}.valuation-grid td{border-bottom:none;border-right:none}.valuation-grid tr:last-child td{border-bottom:1px solid #e0e0e0}.valuation-grid td:nth-child(2),.valuation-grid td:nth-child(4){border-right:1px solid #e0e0e0}.valuation-toggle{display:flex;justify-content:flex-start;margin-bottom:1rem}.valuation-toggle .toggle-button{background-color:initial;border:1px solid #e0e0e0;border-radius:.375rem;color:#666;cursor:pointer;font-size:.8125rem;padding:.5rem 1rem;transition:all .2s ease}.valuation-toggle .toggle-button:hover{background:#f5f5f5;color:#2196f3}.valuation-toggle .toggle-button-active{background:#2196f3;border-color:#2196f3;color:#fff}.pe-eps-results{margin-top:1.5rem}.pe-eps-results h4{color:#333;font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.pe-eps-results .data-table{border-collapse:collapse;font-size:.8125rem;margin-bottom:1rem;width:100%}.pe-eps-results .data-table td,.pe-eps-results .data-table th{border:1px solid #e0e0e0;padding:.75rem 1rem;text-align:left}.pe-eps-results .data-table th{background:#f5f5f5;color:#333;font-weight:500}.pe-eps-results .data-table tbody tr:nth-child(2n){background:#fafafa}input,input[type=number]{background-color:#fff;border:1px solid #e0e0e0;border-radius:.375rem;display:inline-block;font-size:.8125rem;outline:none;padding:.5rem .75rem;transition:all .2s ease;visibility:visible;width:100px}input:focus,input[type=number]:focus{border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}input:hover,input[type=number]:hover{border-color:#fafafa}@media (max-width:1024px){.grid-container,.metrics-grid,.recommendation-grid{grid-template-columns:1fr}}@media (max-width:768px){.valuation-container{padding:1.5rem 2rem}.company-header{left:2rem;max-width:calc(100% - 4rem);padding:.5rem 1rem;right:2rem}.company-title{font-size:1.25rem;left:auto;margin-right:3rem;text-transform:capitalize}.grid-container,.metrics-grid,.section-container,.tabs-container{max-width:calc(100% - 4rem)}.recommendation-box{height:340px}.section-title{font-size:1rem}#fair-market-price .data-table{font-size:.75rem}#fair-market-price .data-table td,#fair-market-price .data-table th{padding:.5rem}.hamburger-menu{right:1rem;top:.75rem}.menu-content{right:1rem;top:3.5rem;width:200px}.valuation-grid{display:block}.valuation-grid tr{display:block;margin-bottom:.75rem}.valuation-grid td{border:none;display:block;padding:.5rem;text-align:left;width:100%}.valuation-grid .table-header-cell{border-bottom:1px solid #e0e0e0}.valuation-grid .table-cell{border-bottom:none}}@media (max-width:480px){.valuation-container{padding:1rem}.company-header{left:1rem;max-width:calc(100% - 2rem);right:1rem}.company-title{font-size:1.125rem;text-transform:capitalize}.grid-container,.metrics-grid,.section-container,.tabs-container{max-width:calc(100% - 2rem)}#fair-market-price .data-table td,#fair-market-price .data-table th{padding:.375rem}#fair-market-price .data-table:not(:first-of-type) td,#fair-market-price .data-table:not(:first-of-type) th{min-width:120px}.data-table td,.data-table th,.valuation-grid td{font-size:.75rem;padding:.375rem}}.valuation-summary-box{background-color:#f5f5f5;border-radius:8px;display:flex;font-size:16px;gap:30px;justify-content:flex-start;margin:20px 0;padding:15px}.summary-item{align-items:center;display:flex;gap:10px}.summary-label{color:#333;font-weight:700}.summary-value{font-weight:500}.recommendation-section{margin-top:20px}.recommendation-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:10px}.recommendation-text{color:#555;font-size:1rem;line-height:1.5}.data-table{border-collapse:collapse;width:100%}.table-row{border-bottom:1px solid #ddd}.table-cell{padding:8px;text-align:left}.table-cell.sticky-left{background:#fff;left:0;position:-webkit-sticky;position:sticky;z-index:1}.table-cell:nth-child(5),.table-cell:nth-child(6){max-width:300px;min-width:200px;white-space:normal}.comment-box,.metric-box,.price-box,.recommendation-box{box-sizing:border-box;color:#333;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}.metric-box{background:linear-gradient(145deg,#fff,#f7faff);border:1px solid #e0e0e0;border-radius:10px;display:flex;flex-direction:column;height:320px;overflow:hidden;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.metric-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.metric-box .metric-title{border-bottom:1px solid #e8ecef;color:#2196f3;font-size:1.15rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.metric-box .metric-value-container{color:#333;flex:1 1;font-size:.95rem;line-height:1.5;overflow-y:auto}.metric-box .metric-value-container::-webkit-scrollbar{width:8px}.metric-box .metric-value-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.metric-box .metric-value-container::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}.metric-box .metric-value-container::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.metric-box .metric-value-list{list-style:none;margin:0;padding:0}.metric-box .metric-value-item{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.metric-box .metric-value-item:before{color:#2196f3;content:"•";font-size:1.2rem;left:0;line-height:1.6;position:absolute}.metric-box .metric-value-paragraph{line-height:1.5;margin:.75rem 0}.recommendation-box{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:380px;overflow:hidden;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.recommendation-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.recommendation-box .recommendation-title{border-bottom:1px solid #e8ecef;color:#2196f3;font-size:1.15rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.recommendation-box .recommendation-content{color:#333;flex:1 1;font-size:.95rem;line-height:1.5;overflow-y:auto;padding-right:.5rem}.recommendation-box .recommendation-content::-webkit-scrollbar{width:6px}.recommendation-box .recommendation-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.recommendation-box .recommendation-content::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}.recommendation-box .recommendation-content::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.recommendation-box .recommendation-content pre{color:#333;font-family:inherit;margin:0;white-space:pre-wrap}.comment-box{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:300px;overflow:hidden;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.comment-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.comment-box .comment-metric{border-bottom:1px solid #e8ecef;color:#007bff;font-size:1.2rem;font-weight:500;margin:0 0 .75rem;padding-bottom:.5rem}.comment-box .comment-text{color:#333;flex:1 1;font-size:1rem;line-height:1.5;overflow-y:auto}.comment-box .comment-text::-webkit-scrollbar{width:6px}.comment-box .comment-text::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.comment-box .comment-text::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}.comment-box .comment-text::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.price-box{background:linear-gradient(145deg,#fff,#f7faff);border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:90px;justify-content:space-between;overflow:hidden;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.price-box:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.price-box .price-title{color:#2196f3;font-size:.9rem;font-weight:500;margin:0 0 .5rem;text-transform:uppercase}.price-box .price-value{color:#333;font-size:1rem;font-weight:600}@media (max-width:1024px){.comment-box,.metric-box,.recommendation-box{height:340px}.price-box{height:100px}}@media (max-width:768px){.comment-box,.metric-box,.recommendation-box{height:300px;padding:1rem}.comment-box .comment-metric,.metric-box .metric-title,.recommendation-box .recommendation-title{font-size:1rem}.comment-box .comment-text,.metric-box .metric-value-container,.recommendation-box .recommendation-content{font-size:.85rem}.price-box{height:90px;padding:.75rem}.price-box .price-title{font-size:.85rem}.price-box .price-value{font-size:.95rem}}@media (max-width:480px){.comment-box,.metric-box,.recommendation-box{height:280px;padding:.75rem}.comment-box .comment-metric,.metric-box .metric-title,.recommendation-box .recommendation-title{font-size:.95rem}.comment-box .comment-text,.metric-box .metric-value-container,.recommendation-box .recommendation-content{font-size:.8rem}.price-box{height:80px;padding:.5rem}.price-box .price-title{font-size:.8rem}.price-box .price-value{font-size:.9rem}}.chatbot-container{background:#fff;border-radius:10px;bottom:20px;box-shadow:0 4px 12px #0003;position:fixed;right:20px;transition:all .3s ease;width:360px;z-index:1000}.chatbot-container.open{height:500px}.chatbot-header{align-items:center;background:#007bff;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;display:flex;justify-content:space-between;padding:10px 15px}.chatbot-header h3{font-size:16px;margin:0}.chatbot-toggle{background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.chatbot-content{display:flex;flex-direction:column;height:calc(100% - 50px)}.chatbot-messages{background:#f8f9fa;flex:1 1;overflow-y:auto;padding:10px}.chatbot-message{border-radius:8px;margin:5px 0;max-width:80%;padding:8px 12px}.chatbot-message.user{background:#007bff;color:#fff;margin-left:auto}.chatbot-message.assistant{background:#e9ecef;color:#333;margin-right:auto}.chatbot-message p{margin:0}.chatbot-loading{color:#007bff;text-align:center}.chatbot-error{color:#dc3545;text-align:center}.chatbot-files{border-top:1px solid #ddd;padding:10px}.chatbot-files h4{font-size:14px;margin:0 0 10px}.chatbot-file-item{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.chatbot-remove-file{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:2px 8px}.chatbot-file-input{margin-top:10px;width:100%}.chatbot-input{border-top:1px solid #ddd;display:flex;padding:10px}.chatbot-input button{background:#007bff;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;padding:8px 12px}.chatbot-input button:disabled{background:#6c757d;cursor:not-allowed}.chatbot-input input:focus{outline:none}.chatbot-input input{border:1px solid #ccc;border-radius:4px 0 0 4px;flex:1 1;outline:none;padding:8px}.chatbot-input input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff4d}.chatbot-text-input{border:1px solid #ccc;border-radius:4px;font-size:14px;outline:none;padding:8px;transition:border-color .2s;width:100%}.chatbot-text-input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff4d}.company-header,.valuation-container{box-sizing:border-box;width:100%}.company-header{justify-content:space-between;padding:10px 20px}.company-header,.header-left{align-items:center;display:flex}.header-left{gap:15px}.company-logo{height:40px;object-fit:contain;width:auto}.company-title{font-size:24px;margin:0;text-transform:capitalize}.back-button{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px}@media (max-width:768px){.company-header{align-items:flex-start;flex-direction:column;gap:10px}.header-left{flex-direction:row;justify-content:flex-start;width:100%}.back-button{align-self:flex-end}}.data-table td:not(.sticky-left){text-align:right}.data-table .sticky-left{text-align:left}.data-table td{padding:8px}.data-table th:not(.sticky-left){text-align:right}.data-table th.sticky-left{text-align:left}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.edit-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .3s ease}.edit-button:hover{background-color:#0056b3}.edit-button:focus{box-shadow:0 0 0 2px #007bff80;outline:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.right-0{right:0}.z-10{z-index:10}.z-20{z-index:20}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.max-h-60{max-height:15rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-y-auto{overflow-y:auto}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.uppercase{text-transform:uppercase}.text-\[\#9999ff\]{--tw-text-opacity:1;color:#99f;color:rgb(153 153 255/var(--tw-text-opacity,1))}.text-\[\#ff6b6b\]{--tw-text-opacity:1;color:#ff6b6b;color:rgb(255 107 107/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}@keyframes gradient-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient-bg{animation:gradient-bg 15s ease infinite;background-size:200% 200%}@keyframes text-glow{0%,to{text-shadow:0 0 5px #00ffff80,0 0 10px #00ffff4d}50%{text-shadow:0 0 10px #0ffc,0 0 20px #00ffff80}}.animate-text-glow{animation:text-glow 2s ease-in-out infinite}.font-orbitron{font-family:Orbitron,sans-serif}.hover\:bg-\[rgba\(255\2c 107\2c 107\2c 0\.05\)\]:hover{background-color:#ff6b6b0d}.hover\:text-\[\#00bcd4\]:hover{--tw-text-opacity:1;color:#00bcd4;color:rgb(0 188 212/var(--tw-text-opacity,1))}.hover\:text-\[\#2dd4bf\]:hover{--tw-text-opacity:1;color:#2dd4bf;color:rgb(45 212 191/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
/*# sourceMappingURL=main.0b8e74dd.css.map*/