: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}@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}#root{min-height:100vh}.app-shell{justify-content:center;min-height:100vh;padding:32px 16px;display:flex}.app-layout{align-items:start;gap:24px;width:100%;max-width:1080px;display:grid}.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}.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}@media (width>=900px){.app-layout{grid-template-columns:1.05fr .95fr}}@media (width<=640px){.app-shell{padding:20px 12px}.hero-panel,.card{border-radius:20px;padding:22px}.auth-toggle{grid-template-columns:1fr}}.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}.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}}
