*{box-sizing:border-box}body{margin:0;color:#0f172a;background:#f6f8fb}button{font:inherit}.center-screen{min-height:100vh;display:grid;place-items:center}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1fr);background:#f6f8fb}.auth-brand{color:#fff;padding:72px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#1e40afb8,#0f172adb),url(/background.png) center / cover no-repeat}.brand-mark,.side-brand-mark{display:inline-grid;place-items:center;font-weight:800;overflow:hidden}.brand-mark{width:64px;height:64px;border:1px solid rgba(255,255,255,.28);border-radius:16px;margin-bottom:28px;background:#ffffff1a}.brand-mark img,.side-brand-mark img{width:100%;height:100%;display:block;object-fit:cover}.auth-brand h1{margin:0;font-size:40px;letter-spacing:0}.auth-brand p{margin:16px 0 0;color:#ffffffb8;font-size:18px}.auth-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;background:#f6f8fb}.auth-card{width:min(460px,100%);margin:0 auto;box-shadow:0 24px 60px #0f172a24}.auth-card-footer{margin-top:20px;display:flex;justify-content:center;gap:8px}.auth-disclaimer,.app-disclaimer{color:#64748b;font-size:12px;line-height:1.7;text-align:center}.auth-disclaimer{margin:24px auto 0;max-width:520px}.auth-disclaimer p,.app-disclaimer p{margin:0}.app-shell{min-height:100vh}.app-main{min-width:0}.app-sider{position:sticky;top:0;height:100vh;flex-shrink:0}.side-brand{width:100%;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:12px;padding:20px 18px;cursor:pointer;text-align:left}.side-brand small{display:block;color:#ffffff8f;margin-top:2px}.side-brand-mark{width:38px;height:38px;border-radius:10px;background:#ffffff14}.mobile-nav-drawer .ant-drawer-content{background:#0f172a}.mobile-nav-drawer .ant-drawer-body{padding:0}.drawer-brand{padding-top:22px}.app-header{height:64px;padding:0 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.header-left,.header-actions{min-width:0}.header-subtitle{white-space:nowrap}.mobile-menu-button{display:none}.user-menu-button{max-width:180px}.user-menu-name{display:inline-block;max-width:108px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.app-content{padding:24px;min-width:0}.app-disclaimer{padding:10px 24px 18px;background:#f6f8fb}.page-stack{display:flex;flex-direction:column;gap:16px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-heading h2{margin-bottom:4px!important}.workbench-card .ant-form{gap:12px;align-items:center}.ticker-input{min-width:260px}.analysis-mode-segmented{max-width:100%}.analysis-mode-option{display:inline-flex;gap:6px;align-items:center;white-space:nowrap}.analysis-mode-option span:last-child{color:#64748b;font-size:12px}.analysis-mode-help-button{color:#64748b}.analysis-mode-help{display:flex;flex-direction:column;gap:12px;max-width:360px}.analysis-mode-help-item{display:flex;flex-direction:column;gap:4px}.analysis-mode-help-item div{display:flex;align-items:center;justify-content:space-between;gap:16px}.analysis-mode-help-item span{color:#2563eb;font-size:12px;white-space:nowrap}.analysis-mode-help-item p{color:#64748b;line-height:1.6;margin:0}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric-grid.compact{grid-template-columns:minmax(220px,360px)}.analysis-status-card{width:100%}.analysis-progress-card .ant-card-body{display:flex;flex-direction:column;gap:18px}.analysis-progress-card .ant-progress-bg{transition:width .7s ease}.analysis-progress-card.is-live .ant-progress-bg{background-image:linear-gradient(90deg,#1d4ed8,#38bdf8,#1d4ed8);background-size:220% 100%;animation:progress-flow 1.4s linear infinite}.analysis-progress-steps{display:flex!important;flex-wrap:wrap;overflow:visible;padding:4px 2px 0;row-gap:14px}.analysis-progress-steps .ant-steps-item{flex:0 1 180px;min-width:150px}.analysis-progress-card.is-live .ant-steps-item-process .ant-steps-item-icon{animation:pulse-step 1.2s ease-in-out infinite}@keyframes progress-flow{0%{background-position:0% 50%}to{background-position:220% 50%}}@keyframes pulse-step{0%,to{box-shadow:0 0 #2563eb61}50%{box-shadow:0 0 0 8px #2563eb00}}.markdown-report{max-width:980px;line-height:1.75}.markdown-report h1,.markdown-report h2,.markdown-report h3{margin-top:1.4em}.markdown-report table{width:100%;border-collapse:collapse}.markdown-report th,.markdown-report td{border:1px solid #e5e7eb;padding:8px 10px}.markdown-report code{background:#f1f5f9;padding:2px 5px;border-radius:4px}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand{padding:36px 28px 12px}.auth-panel{padding:20px}.metric-grid{grid-template-columns:1fr}.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center}.app-header{padding:0 14px}.app-content{padding:14px}.page-heading{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.auth-brand{padding:30px 20px 10px}.auth-brand h1{font-size:30px}.auth-brand p{font-size:15px}.auth-panel{padding:16px}.app-header{height:56px}.header-subtitle{display:none}.header-actions{gap:8px!important}.header-balance{font-size:13px}.user-menu-button{padding-inline:4px}.user-menu-name{max-width:72px}.app-content{padding:12px}.page-stack{gap:12px}.page-heading h2{font-size:26px!important}.workbench-card .ant-form{align-items:stretch;flex-direction:column}.workbench-card .ant-form-item{margin-inline-end:0;width:100%}.workbench-card .ant-form-item-control,.workbench-card .ant-form-item-control-input-content,.workbench-card .ant-picker,.workbench-card .ant-btn,.analysis-mode-segmented,.ticker-input{min-width:0;width:100%}.analysis-mode-segmented .ant-segmented-group{flex-wrap:wrap}.ant-card .ant-card-body{padding:16px}}
