*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #EFEFF1;--surface: #FFFFFF;--border: #78787E;--border-focus: #0A0A0D;--text-primary: #0A0A0D;--text-muted: #46464E;--text-placeholder: #82828C;--accent: #0A0A0D;--toggle-bg: #FFFFFF;--toggle-border: #78787E;--shadow: rgba(0, 0, 0, .13)}html.dark{--bg: #0C0C0E;--surface: #222228;--border: #58585E;--border-focus: #F5F5F8;--text-primary: #F5F5F8;--text-muted: #A0A0AE;--text-placeholder: #707080;--accent: #F5F5F8;--toggle-bg: #222228;--toggle-border: #58585E;--shadow: rgba(0, 0, 0, .45)}body{background-color:var(--bg);color:var(--text-primary);min-height:100vh;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .35s ease,color .35s ease}#root{min-height:100vh;display:flex;flex-direction:column}.page-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.page-logo-link{display:flex;align-items:flex-end;gap:4px;text-decoration:none}.page-logo{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;letter-spacing:-1.5px;line-height:1;color:var(--text-primary);transition:color .35s ease}.page-logo-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-bottom:6px;flex-shrink:0;transition:background .35s ease}.page-header .theme-toggle{position:static}.page-content{position:relative;z-index:1;flex:1;display:flex;justify-content:center;padding:0 24px 48px}.page-article{width:100%;max-width:720px;font-family:DM Sans,sans-serif}.page-article h1{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.5px;color:var(--text-primary);margin-bottom:8px;transition:color .35s ease}.page-article .page-date{font-size:13px;color:var(--text-muted);margin-bottom:32px;transition:color .35s ease}.page-article h2{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.3px;color:var(--text-primary);margin:32px 0 12px;transition:color .35s ease}.page-article p{font-size:15px;line-height:1.8;color:var(--text-primary);margin-bottom:12px;transition:color .35s ease}.page-article ul{padding-left:20px;margin-bottom:12px}.page-article li{font-size:15px;line-height:1.8;color:var(--text-primary);margin-bottom:4px;transition:color .35s ease}.page-article a{color:#7c6ef7;text-decoration:none}.page-article a:hover{text-decoration:underline}.bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.theme-toggle{position:fixed;top:20px;right:24px;z-index:10;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--toggle-border);background:var(--toggle-bg);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--shadow);transition:background .35s ease,border-color .35s ease,color .35s ease,box-shadow .2s ease}.theme-toggle:hover{border-color:var(--border-focus)}.theme-toggle svg{width:20px;height:20px}.container{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(24px,5vw,48px);width:100%;padding:0 clamp(16px,3vw,24px);transform:translateY(-8vh)}.hero{display:flex;flex-direction:column;align-items:center;gap:12px}.brand-icon{width:clamp(36px,5vw,58px);height:clamp(28px,3.5vw,42px);color:var(--text-primary);margin-bottom:2px;transition:color .35s ease}.logo-wrap{display:flex;align-items:flex-end;gap:6px}.logo{font-family:Space Grotesk,sans-serif;font-size:clamp(36px,8vw,72px);font-weight:700;letter-spacing:clamp(-2px,-.3vw,-3px);line-height:1;color:var(--text-primary);-webkit-user-select:none;user-select:none;transition:color .35s ease}.logo-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);margin-bottom:12px;flex-shrink:0;transition:background .35s ease}.subtitle{font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;font-style:italic;letter-spacing:.04em;color:var(--text-muted);-webkit-user-select:none;user-select:none;transition:color .35s ease}.search-section{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.search-wrap{position:relative;width:100%;max-width:min(600px,90vw)}.search-input{width:100%;height:clamp(48px,6vw,62px);padding:0 54px 0 24px;background:var(--surface);border:2px solid var(--border);border-radius:16px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:var(--text-primary);outline:none;box-shadow:0 2px 10px var(--shadow);transition:border-color .2s ease,box-shadow .2s ease,background .35s ease,color .35s ease;caret-color:var(--accent)}.search-input:focus{border-color:var(--border-focus);box-shadow:0 2px 10px var(--shadow),0 0 0 4px #11111414}html.dark .search-input:focus{box-shadow:0 2px 10px var(--shadow),0 0 0 4px #eeeef214}.search-placeholder{position:absolute;left:24px;top:50%;transform:translateY(-50%);right:54px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;color:var(--text-placeholder);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;animation:placeholder-blink 2.4s ease-in-out infinite;transition:color .35s ease}.type-cursor{display:inline-block;width:1.5px;height:.95em;background:var(--text-muted);margin-left:2px;vertical-align:text-bottom;border-radius:1px;animation:cursor-blink .65s step-end infinite}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes placeholder-blink{0%,to{opacity:1}50%{opacity:.3}}.search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:22px;height:22px;color:var(--text-muted);pointer-events:none;transition:color .2s ease}.search-input:focus~.search-icon{color:var(--text-primary)}.dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:100;background:var(--surface);border:1.5px solid var(--border);border-radius:14px;box-shadow:0 8px 28px var(--shadow);overflow:hidden;transition:background .35s ease,border-color .35s ease}.dropdown-list{list-style:none;max-height:min(240px,40vh);overflow-y:auto;padding:6px 0;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.dropdown-list::-webkit-scrollbar{width:5px}.dropdown-list::-webkit-scrollbar-track{background:transparent;margin:6px 0}.dropdown-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.dropdown-list::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.dropdown-item{display:flex;align-items:center;gap:12px;padding:0 18px;height:48px;cursor:pointer;transition:background .12s ease}.dropdown-item:hover,.dropdown-item.active{background:#8080901a}.dropdown-item.active{background:#7c6ef721}.dropdown-symbol{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--text-primary);min-width:64px;flex-shrink:0;transition:color .35s ease}.dropdown-name{font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .35s ease}.analyzing-status{display:flex;align-items:center;gap:10px;font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-muted);transition:color .35s ease}.analyzing-spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.analyze-error{width:100%;max-width:min(680px,92vw);padding:14px 18px;background:#ef444414;border:1px solid rgba(239,68,68,.3);border-radius:12px;font-family:DM Sans,sans-serif;font-size:14px;color:#ef4444}.analysis-panel{width:100%;max-width:min(680px,92vw);background:var(--surface);border:1.5px solid var(--border);border-radius:18px;padding:clamp(16px,3vw,28px);box-shadow:0 4px 24px var(--shadow);transition:background .35s ease,border-color .35s ease}.analysis-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.analysis-title-group{display:flex;flex-direction:column;gap:4px}.analysis-ticker{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px;color:var(--text-primary);transition:color .35s ease}.analysis-company{font-family:DM Sans,sans-serif;font-size:13px;color:var(--text-muted);transition:color .35s ease}.verdict-badge{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 16px;border-radius:10px;border:1.5px solid;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;letter-spacing:.06em;flex-shrink:0;white-space:nowrap}.confidence-tag{font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;letter-spacing:0;opacity:.8}.analysis-summary{font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;color:var(--text-primary);line-height:1.6;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border);transition:color .35s ease,border-color .35s ease}.report-sections{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.report-section{background:#8080900f;border-radius:12px;padding:16px;transition:background .35s ease}html.dark .report-section{background:#ffffff0a}.report-section-title{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;transition:color .35s ease}.report-section-body{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.7;color:var(--text-primary);transition:color .35s ease}.risk-list{list-style:none;display:flex;flex-direction:column;gap:6px}.risk-item{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);padding-left:16px;position:relative;transition:color .35s ease}.risk-item:before{content:"•";position:absolute;left:0;color:#ef4444;opacity:.7}.analysis-timestamp{font-family:DM Sans,sans-serif;font-size:11px;color:var(--text-muted);text-align:right;transition:color .35s ease}.fa-sub-title{font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;transition:color .35s ease}.fa-metric-table{width:100%;border-collapse:collapse;margin-bottom:4px}.fa-metric-table th{font-family:DM Sans,sans-serif;font-size:10px;font-weight:500;color:var(--text-muted);text-align:left;letter-spacing:.06em;padding-bottom:6px;transition:color .35s ease}.fa-metric-table td{padding:4px 0;font-family:DM Sans,sans-serif;font-size:13px;vertical-align:middle;color:var(--text-primary);transition:color .35s ease}.fa-badge-list{display:flex;flex-wrap:wrap;gap:6px}.fa-badge{padding:3px 11px;border-radius:20px;background:#7c6ef721;border:1px solid rgba(124,110,247,.28);font-family:DM Sans,sans-serif;font-size:12px;color:var(--text-primary);transition:color .35s ease,background .35s ease}.fa-stability-alert{padding:8px 12px;background:#ef444417;border:1px solid rgba(239,68,68,.28);border-radius:7px;color:#f87171;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.fa-kv{font-family:DM Sans,sans-serif;font-size:13px;color:var(--text-primary);display:flex;align-items:center;gap:5px;transition:color .35s ease}.fa-kv-label{font-size:10px;font-weight:600;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;transition:color .35s ease}.fa-separator{height:1px;background:var(--border);transition:background .35s ease}.report-page{min-height:100vh;overflow-y:auto;font-family:DM Sans,sans-serif}.report-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.report-header-left{display:flex;align-items:center;gap:16px}.report-header-right{display:flex;align-items:center;gap:10px}.report-body{max-width:1100px;margin:0 auto;padding:32px 32px 80px}.report-section{margin-bottom:48px}.report-section-title{font-size:16px;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;letter-spacing:.5px}.report-section-title .step-badge{width:28px;height:28px;border-radius:8px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;flex-shrink:0}.report-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.report-tiles-3col{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.report-tile{border-radius:20px;padding:24px;overflow:hidden;min-height:0}.report-tile-full{grid-column:1 / -1}.report-hero-tile{display:flex;align-items:center;gap:20px;margin-bottom:40px}.report-hero-badge{width:56px;height:56px;border-radius:14px;background:#7c6ef7;color:#fff;font-family:Space Grotesk,sans-serif;font-weight:800;font-size:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-hero-text{display:flex;flex-direction:column;gap:2px}.report-hero-ticker{font-family:Space Grotesk,sans-serif;font-weight:800;font-size:28px;letter-spacing:-.5px}.report-hero-name{font-size:15px;font-weight:500}.report-hero-date{font-size:12px;margin-top:2px}.report-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:12px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.report-btn:hover{transform:translateY(-1px)}.report-btn-primary{background:#7c6ef7;color:#fff}.report-btn-secondary{border:1px solid}.report-footer{text-align:center;padding:40px 32px;font-size:12px;line-height:1.7}.report-footer .eigis-brand{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;margin-bottom:8px}.report-page .tooltip-trigger{position:relative;cursor:help;display:inline-flex;align-items:center;gap:3px}.report-page .tooltip-trigger:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1c;color:#ccc;padding:8px 12px;border-radius:8px;font-size:11px;font-weight:400;line-height:1.5;white-space:normal;width:max-content;max-width:260px;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000;border:1px solid #333;box-shadow:0 4px 12px #0000004d}.report-page .tooltip-trigger:hover:after{opacity:1}@media(max-width:768px){.report-header{padding:12px 16px;flex-wrap:wrap;gap:8px}.report-body{padding:20px 16px 60px}.report-tiles,.report-tiles-3col{grid-template-columns:1fr}.report-section{margin-bottom:32px}.report-tile{padding:20px}.report-hero-tile{gap:16px;margin-bottom:28px}.report-hero-badge{width:44px;height:44px;border-radius:12px;font-size:20px}.report-hero-ticker{font-size:22px}.report-hero-name{font-size:13px}}.site-footer{position:relative;z-index:1;width:100%;padding:32px 24px 24px;text-align:center;font-family:DM Sans,sans-serif}.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:12px}.footer-links a{font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--text-primary)}.footer-links .footer-sep{color:var(--text-muted);opacity:.4;-webkit-user-select:none;user-select:none}.footer-copy{font-size:12px;color:var(--text-muted);opacity:.7;margin-bottom:8px}.footer-disclaimer{max-width:520px;margin:0 auto;font-size:11px;line-height:1.6;color:var(--text-muted);opacity:.5}
