:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--page-background:#f3f4f6;--surface-background:#fff;--surface-border:#dbe2ea;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--accent:#2563eb;--accent-strong:#1d4ed8;--accent-soft:#dbeafe;--success-background:#dcfce7;--success-text:#166534;--error-background:#fee2e2;--error-text:#991b1b;--warning-background:#fef3c7;--warning-text:#92400e;--shadow:0 20px 45px #0f172a14;--brand-green:#22c55e;--brand-red:#ef4444}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--page-background:#0f172a;--surface-background:#111827;--surface-border:#243041;--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--accent:#60a5fa;--accent-strong:#3b82f6;--accent-soft:#60a5fa29;--success-background:#22c55e2e;--success-text:#bbf7d0;--error-background:#f871712e;--error-text:#fecaca;--warning-background:#facc152e;--warning-text:#fde68a;--shadow:0 20px 45px #02061773}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(180deg, var(--page-background) 0%, var(--surface-background) 100%);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}button,input{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,[role=tab]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#root{min-height:100vh}.app-shell{flex-direction:column;align-items:center;min-height:100vh;padding:0 16px 32px;display:flex}.app-header{z-index:10;background:linear-gradient(180deg, var(--page-background) 65%, transparent 100%);justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1080px;padding:16px 4px;display:flex;position:sticky;top:0}.brand-mark{align-items:center;gap:10px;display:inline-flex}.brand-wordmark{letter-spacing:-.01em;color:var(--text-primary);font-size:1.25rem;font-weight:800}.app-header-tagline{color:var(--text-muted);text-align:right;font-size:.85rem;font-weight:600}.app-layout{align-items:start;gap:24px;width:100%;max-width:1080px;padding-top:8px;display:grid}.legal-footer{border-top:1px solid var(--surface-border);width:100%;max-width:1080px;color:var(--text-muted);margin-top:24px;padding:16px;font-size:.8rem;line-height:1.5}.legal-footer-links{margin-top:8px}.legal-footer-link{color:var(--accent);font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.legal-modal-overlay{z-index:50;background:#0f172a8c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.legal-modal{background:var(--surface-background);border:1px solid var(--surface-border);width:100%;max-width:640px;max-height:80vh;box-shadow:var(--shadow);border-radius:12px;padding:20px;overflow-y:auto}.legal-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.legal-modal-close{cursor:pointer;min-width:44px;min-height:44px;color:var(--text-secondary);background:0 0;border:none;font-size:1.5rem;line-height:1}.legal-modal-body{white-space:pre-wrap;color:var(--text-secondary);font-family:inherit;font-size:.85rem;line-height:1.6}.hero-panel,.card{background-color:var(--surface-background);border:1px solid var(--surface-border);box-shadow:var(--shadow);border-radius:24px}.hero-panel{flex-direction:column;gap:20px;padding:32px;display:flex}.hero-panel h1,.card h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.1}.card h2{font-size:clamp(1.4rem,2.8vw,2rem)}.hero-description,.card-description,.helper-text,.health-message,.feature-list{color:var(--text-secondary)}.eyebrow{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;font-size:.88rem;font-weight:700}.health-status{flex-direction:column;gap:10px;display:flex}.health-badge{border:1px solid #0000;border-radius:9999px;align-self:flex-start;padding:8px 14px;font-size:.95rem;font-weight:600}.health-badge-loading{background-color:var(--warning-background);color:var(--warning-text)}.health-badge-connected{background-color:var(--success-background);color:var(--success-text)}.health-badge-error{background-color:var(--error-background);color:var(--error-text)}.card{flex-direction:column;gap:20px;padding:28px;display:flex}.card-header{flex-direction:column;gap:10px;display:flex}.auth-toggle{background-color:var(--accent-soft);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;display:grid}.toggle-button,.primary-button,.secondary-button{border:none;border-radius:14px;padding:12px 16px;transition:transform .15s,background-color .15s,opacity .15s}.toggle-button{color:var(--text-secondary);background:0 0;font-weight:600}.toggle-button.active{background-color:var(--surface-background);color:var(--text-primary)}.primary-button{background-color:var(--accent);color:#fff;font-weight:700}.primary-button:hover,.secondary-button:hover,.toggle-button:hover{transform:translateY(-1px)}.primary-button:hover{background-color:var(--accent-strong)}.primary-button:disabled{opacity:.7;cursor:wait}.secondary-button{border:1px solid var(--surface-border);color:var(--text-primary);background-color:#0000;font-weight:600}.auth-form{flex-direction:column;gap:16px;display:flex}.google-signin-wrapper{justify-content:flex-start;display:flex}.google-signin-button{min-height:44px}.form-field{color:var(--text-primary);flex-direction:column;gap:8px;font-weight:600;display:flex}.form-field input{border:1px solid var(--surface-border);background-color:var(--surface-background);width:100%;color:var(--text-primary);border-radius:14px;padding:12px 14px}.form-field input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.helper-text,.message,.health-message,.feature-list{font-size:.95rem}.message{border-radius:14px;padding:12px 14px}.message.error{background-color:var(--error-background);color:var(--error-text)}.message.success{background-color:var(--success-background);color:var(--success-text)}.feature-list{flex-direction:column;gap:10px;padding-left:18px;display:flex}.loading-card{justify-content:center;min-height:240px}.auth-card-header{align-items:flex-start}.workspace-tabs{background-color:var(--accent-soft);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:6px;display:grid}.workspace-tab{color:var(--text-secondary);background:0 0;border:none;border-radius:10px;padding:10px 12px;font-size:.92rem;font-weight:600;transition:background-color .15s,color .15s}.workspace-tab--active{background-color:var(--surface-background);color:var(--text-primary);box-shadow:0 4px 12px #0f172a14}.workspace-panel{flex-direction:column;gap:20px;display:flex}@media (width>=900px){.app-layout{grid-template-columns:1.05fr .95fr}}@media (width<=640px){.app-shell{padding:0 12px 20px}.app-header{padding:12px 2px}.app-header-tagline{display:none}.hero-panel,.card{border-radius:20px;padding:22px}.auth-toggle{grid-template-columns:1fr}.workspace-tab{padding:10px 6px;font-size:.85rem}}.stock-search{flex-direction:column;gap:16px;display:flex}.stock-search-form{flex-direction:column;gap:10px;display:flex}.stock-search-row{gap:10px;display:flex}.stock-search-input{border:1px solid var(--surface-border);background-color:var(--surface-background);color:var(--text-primary);border-radius:14px;flex:1;min-width:0;padding:12px 14px}.stock-search-input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.stock-search-button{white-space:nowrap;flex-shrink:0}.stock-status-message{color:var(--text-secondary);padding:8px 0;font-size:.95rem}.stock-result-list{flex-direction:column;gap:6px;list-style:none;display:flex}.stock-result-item{border:1px solid var(--surface-border);background-color:var(--surface-background);width:100%;color:var(--text-primary);text-align:left;border-radius:14px;grid-template-columns:6rem 1fr auto;align-items:center;gap:10px;padding:12px 16px;font-weight:500;transition:background-color .15s,border-color .15s;display:grid}.stock-result-item:hover,.stock-result-item--active{background-color:var(--accent-soft);border-color:var(--accent)}.stock-result-ticker{color:var(--accent);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.95rem;font-weight:700}.stock-result-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;overflow:hidden}.stock-result-exchange{color:var(--text-muted);font-size:.8rem;font-weight:400}.profile-card{border-top:1px solid var(--surface-border);flex-direction:column;gap:16px;padding-top:20px;display:flex}.profile-card--loading{min-height:80px}.profile-card-header{flex-direction:column;gap:8px;display:flex}.profile-card-name{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;line-height:1.2}.profile-sector-badge{background-color:var(--accent-soft);color:var(--accent);border-radius:9999px;align-self:flex-start;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.profile-description{color:var(--text-secondary);-webkit-line-clamp:6;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.65;display:-webkit-box;overflow:hidden}.profile-details{flex-direction:column;gap:8px;display:flex}.profile-detail{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:8px;font-size:.9rem;display:flex}.profile-detail:last-child{border-bottom:none;padding-bottom:0}.profile-detail-label{color:var(--text-muted);flex-shrink:0;font-weight:600}.profile-detail-value{color:var(--text-primary);text-align:right}.profile-detail-link{color:var(--accent);text-align:right;text-decoration:none}.profile-detail-link:hover{text-decoration:underline}.profile-disclaimer{color:var(--text-muted);font-size:.8rem;font-style:italic}.profile-watchlist-button{align-self:flex-start}.report-card{border-top:1px solid var(--surface-border);flex-direction:column;gap:12px;padding-top:20px;display:flex}.report-card--loading{min-height:88px}.report-header{flex-direction:column;gap:4px;display:flex}.report-header h3{font-size:1.1rem}.report-text{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.report-section{flex-direction:column;gap:8px;display:flex}.report-section h4{font-size:.98rem}.report-list{color:var(--text-secondary);flex-direction:column;gap:6px;padding-left:18px;font-size:.92rem;display:flex}.watchlist-panel{border-top:1px solid var(--surface-border);flex-direction:column;gap:12px;padding-top:20px;display:flex}.watchlist-header{flex-direction:column;gap:6px;display:flex}.watchlist-header h3{font-size:1.1rem}.watchlist-list{flex-direction:column;gap:8px;list-style:none;display:flex}.watchlist-item{border:1px solid var(--surface-border);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.watchlist-select-button{text-align:left;color:var(--text-primary);background:0 0;border:none;flex-direction:column;flex:1;align-items:flex-start;gap:2px;display:flex}.watchlist-select-button--active .stock-result-ticker,.watchlist-select-button--active .watchlist-company-name{color:var(--accent)}.watchlist-company-name{color:var(--text-secondary);font-size:.9rem}.watchlist-remove-button{border-radius:10px;padding:8px 12px;font-size:.86rem}.billing-panel{border-top:1px solid var(--surface-border);flex-direction:column;gap:12px;padding-top:20px;display:flex}.billing-header,.billing-legal{flex-direction:column;gap:6px;display:flex}.billing-actions{flex-wrap:wrap;gap:10px;display:flex}.billing-history-list{flex-direction:column;gap:8px;list-style:none;display:flex}.billing-history-list li{border:1px solid var(--surface-border);border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.stock-search-row{flex-direction:column}.stock-result-item{grid-template-columns:5rem 1fr}.stock-result-exchange{display:none}.watchlist-item{flex-direction:column;align-items:stretch}.watchlist-remove-button{width:100%}}
