.handwriting-text{color:currentColor;max-width:100%;font-size:var(--handwriting-size,1.15em);letter-spacing:.015em;vertical-align:middle;font-family:Bradley Hand,Segoe Print,Comic Sans MS,cursive;font-weight:700;line-height:1.2;display:inline-grid}.handwriting-text__ink{white-space:nowrap;clip-path:inset(0 100% 0 0);max-width:100%;animation:handwriting-ink-reveal var(--handwriting-duration,1.35s) cubic-bezier(.22,.7,.24,1) var(--handwriting-delay,50ms) both;padding:0 .12em .14em .04em;display:inline-block;position:relative;overflow:visible}.handwriting-text__ink:before{content:"";opacity:.55;transform-origin:0;height:.08em;animation:handwriting-underline .52s ease-out var(--handwriting-fill-delay,1.02s) both;background:currentColor;border-radius:999px;position:absolute;bottom:.03em;left:.02em;right:.04em;transform:scaleX(0)rotate(-1.4deg)}.handwriting-text__ink:after{content:"";opacity:.8;width:.12em;height:.12em;animation:handwriting-pen var(--handwriting-duration,1.35s) ease-out var(--handwriting-delay,50ms) both;background:currentColor;border-radius:50%;position:absolute;top:56%;left:0;box-shadow:0 0 .35em}@keyframes handwriting-ink-reveal{0%{clip-path:inset(0 100% 0 0);opacity:.35}to{clip-path:inset(0);opacity:1}}@keyframes handwriting-underline{to{transform:scaleX(1)rotate(-1.4deg)}}@keyframes handwriting-pen{0%{opacity:0;left:0;transform:translate(-50%,-50%)scale(.7)}8%{opacity:.85}92%{opacity:.85}to{opacity:0;left:100%;transform:translate(-50%,-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.handwriting-text__ink{clip-path:none;animation:none}.handwriting-text__ink:before{animation:none;transform:scaleX(1)rotate(-1.4deg)}.handwriting-text__ink:after{display:none}}@media (width<=560px){.handwriting-text__ink{white-space:normal}}.images-badge{color:#dbeafe;background:linear-gradient(145deg,#1e293be6,#0f172aeb);border:1px solid #94a3b838;border-radius:999px;align-items:center;gap:10px;min-width:0;height:52px;padding:5px 13px 5px 8px;transition:transform .22s,border-color .22s,box-shadow .22s;display:inline-flex;box-shadow:0 4px 18px #0003}.images-badge:hover,.images-badge:focus-visible{border-color:#5eead480;transform:translateY(-2px);box-shadow:0 9px 28px #14b8a624}.images-badge.size-sm{gap:8px;height:42px;padding-right:11px}.images-badge.size-lg{gap:12px;height:66px;padding-right:17px}.images-badge__stack{width:var(--badge-stack-width);height:calc(var(--badge-image-size) + 12px);flex:none;transition:width .36s cubic-bezier(.2,.8,.2,1);display:block;position:relative}.images-badge__image{z-index:var(--badge-z);width:var(--badge-image-size);height:var(--badge-image-size);opacity:1;transform:translateX(var(--badge-rest-x)) rotate(var(--badge-rest-rotate));transition:transform .38s cubic-bezier(.2,.8,.2,1) var(--badge-delay),opacity .25s ease var(--badge-delay);background:linear-gradient(145deg,#334155,#172033);border:2px solid #111827;border-radius:10px;place-items:center;display:grid;position:absolute;top:6px;left:0;overflow:hidden;box-shadow:0 3px 9px #0000005c}.images-badge.shape-circle .images-badge__image{border-radius:50%}.images-badge.shape-square .images-badge__image{border-radius:4px}.images-badge__image.is-hidden{opacity:0;transform:translateX(var(--badge-rest-x)) rotate(var(--badge-rest-rotate)) scale(.68)}.images-badge[aria-expanded=true] .images-badge__image{z-index:calc(20 - var(--badge-z));opacity:1;transform:translate(var(--badge-spread-x),var(--badge-arc-y)) rotate(var(--badge-spread-rotate)) scale(1)}.images-badge__image img{object-fit:cover;background:#fff;width:100%;height:100%;position:absolute;inset:0}.images-badge__fallback{color:#cbd5e1;font-size:calc(var(--badge-image-size) * .34);font-weight:900}.images-badge__image.is-overflow{color:#e2e8f0;background:#334155;border-radius:50%}.images-badge__image.is-overflow b{font-size:10px}.images-badge__label{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:10px;font-weight:800;overflow:hidden}@media (prefers-reduced-motion:reduce){.images-badge,.images-badge__stack,.images-badge__image{transition:none!important}.images-badge:hover,.images-badge:focus-visible{transform:none}}@media (width<=760px){.images-badge__label{display:none}.images-badge{padding-right:8px}}:root{--bg:#050505;--panel:#111113;--panel2:#18181b;--line:#2a2a30;--text:#fafafa;--muted:#a1a1aa;--green:#22c55e;--red:#ef4444;--blue:#38bdf8;--yellow:#facc15;--gold:#d4af37}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}.app{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);background:#09090b;width:270px;height:100vh;padding:20px;position:sticky;top:0}.brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.logo{background:linear-gradient(135deg,var(--gold),var(--green));color:#111;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.brand h1{margin:0;font-size:19px}.brand p{color:var(--muted);margin:4px 0 0;font-size:12px}.nav{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;margin:6px 0;padding:12px 14px;font-size:15px;display:block}.nav:hover,.nav.active{background:var(--panel2);border-color:var(--line);color:var(--text)}.note{background:var(--panel);border:1px solid var(--line);color:var(--muted);border-radius:16px;padding:14px;font-size:13px;position:absolute;bottom:20px;left:20px;right:20px}.note b{color:var(--gold)}.main{flex:1;padding:24px;overflow:auto}.cards{grid-template-columns:repeat(4,1fr);gap:14px;margin:14px 0;display:grid}.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;margin-bottom:14px;padding:18px}.card span{color:var(--muted);margin-bottom:8px;font-size:13px;display:block}.card strong{font-size:22px}.grid.two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}input,button{font:inherit}input{border:1px solid var(--line);width:100%;color:var(--text);background:#050505;border-radius:12px;margin-top:6px;padding:10px;font-size:14px}label{color:var(--muted);font-size:13px}button{cursor:pointer;border:0;border-radius:12px;padding:10px 14px;font-weight:700}.primary{background:linear-gradient(135deg,var(--gold),var(--green));color:#111}.secondary{color:#fff;background:#27272a;margin-left:8px}.danger{color:#fecaca;background:#7f1d1d}.pos{color:var(--green)}.neg{color:var(--red)}.badge{border:1px solid var(--line);background:#27272a;border-radius:999px;padding:4px 8px;font-size:12px}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:10px}th{color:var(--muted);font-weight:600}.chart3d{background:radial-gradient(circle at 50% 40%,#1f2937 0%,#111113 52%,#050505 100%);border-radius:18px;height:455px;padding:10px;box-shadow:inset 0 0 45px #d4af3714,0 14px 35px #00000059}.emptyChart{height:280px;color:var(--muted);background:#09090b;border-radius:16px;place-items:center;display:grid}.bar-row{margin:12px 0}.bar-top{justify-content:space-between;margin-bottom:6px;font-size:14px;display:flex}.bar{background:#27272a;border-radius:999px;height:10px;overflow:hidden}.bar div{border-radius:999px;height:100%}.ai-card{color:#dbeafe;background:#0b1220;border:1px solid #1e3a8a;border-radius:14px;margin:10px 0;padding:14px}@media (width<=1050px){.cards,.grid.two,.form-grid{grid-template-columns:1fr 1fr}.sidebar{width:230px}}@media (width<=760px){.app{display:block}.sidebar{width:auto;height:auto;position:relative}.note{margin-top:16px;position:static}.cards,.grid.two,.form-grid{grid-template-columns:1fr}.main{padding:14px}table{font-size:12px}}.checkline{color:var(--muted);align-items:center;gap:10px;margin-top:14px;display:flex}.checkline input{width:auto;margin:0}.total-row td{border-top:2px solid var(--gold);background:#0b1220;font-weight:800}body{background:#f8f5ff}.main{background:linear-gradient(#f8f5ff,#fff);min-height:100vh}.home-page{max-width:1180px;margin:0 auto}.hero-card{color:#2b235a;background:#fff;border:1px solid #ede9fe;border-radius:20px;margin-bottom:16px;overflow:hidden;box-shadow:0 18px 45px #581c872e}.hero-title{color:#fff;background:linear-gradient(90deg,#6d28d9,#7c3aed,#8b5cf6);align-items:center;gap:16px;padding:16px 22px;display:flex}.hero-title h1{margin:0;font-size:26px}.hero-title h1 span{opacity:.9;font-size:20px}.hero-title p{color:#ede9fe;margin:4px 0 0}.bot{font-size:38px}.rocket{margin-left:auto;font-size:42px}.allocation-layout{grid-template-columns:1.05fr 1fr;gap:20px;padding:22px;display:grid}.donut-wrap{min-height:310px;position:relative}.donut-center{text-align:center;color:#2b235a;pointer-events:none;place-items:center;font-size:18px;font-weight:900;display:grid;position:absolute;inset:0}.legend-big{flex-direction:column;justify-content:center;gap:15px;padding:10px 0;display:flex}.legend-line{grid-template-columns:22px 1fr auto;align-items:center;gap:12px;font-size:18px;display:grid}.legend-line strong{color:#33215e;font-size:22px}.dot{border-radius:50%;width:16px;height:16px}.bucket-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px;display:grid}.bucket-card{color:#27214f;background:#fff;border:1px solid #eee;border-radius:16px;min-height:168px;padding:14px;box-shadow:0 8px 25px #0f172a0f}.bucket-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:10px;display:flex}.bucket-icon{margin-right:7px;font-size:23px}.bucket-row{border-bottom:1px dashed #eef2ff;justify-content:space-between;align-items:center;padding:7px 0;display:flex}.bucket-row span{font-weight:800}.bucket-row b{color:#312e81}.thai-strip{color:#3b2158;background:#fff0f7;border:1px solid #fbcfe8;border-radius:18px;margin:14px 0;padding:16px;box-shadow:0 8px 25px #ec489914}.thai-strip h3{text-align:center;color:#db2777;margin:0 0 14px;font-size:22px}.thai-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.thai-item{text-align:center;background:#fff;border:1px solid #fce7f3;border-radius:14px;padding:12px}.thai-logo{color:#db2777;background:#fdf2f8;border-radius:50%;place-items:center;width:46px;height:46px;margin:0 auto 8px;font-weight:900;display:grid}.thai-item b,.thai-item span{display:block}.rank-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.rank-box{color:#27214f;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 8px 25px #0f172a0f}.rank-box h3{text-align:center;margin:0 0 12px}.rank-box.gainer h3{color:#16a34a}.rank-box.loser h3{color:#db2777}.rank-row{border-bottom:1px solid #f1f5f9;grid-template-columns:34px 1fr auto;align-items:center;padding:8px 0;display:grid}.rank-num{color:#fff;background:#6366f1;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.home-foot{color:#6b21a8;background:#fff;border-radius:999px;justify-content:space-between;align-items:center;margin-top:14px;padding:12px 18px;font-size:13px;display:flex}@media (width<=1050px){.allocation-layout{grid-template-columns:1fr}.bucket-grid{grid-template-columns:repeat(2,1fr)}.thai-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.bucket-grid,.rank-grid,.thai-grid{grid-template-columns:1fr}.hero-title h1{font-size:20px}.legend-line{font-size:15px}.legend-line strong{font-size:17px}.home-foot{border-radius:16px;display:block}}.sync-log-line{color:#4c1d95;border-bottom:1px dashed #e9d5ff;padding:8px 0;font-weight:700}.two-profile-hero{color:#fff;background:linear-gradient(90deg,#6d28d9,#8b5cf6);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:24px;display:flex;box-shadow:0 18px 45px #581c8733}.two-profile-hero h1{margin:0;font-size:32px}.two-profile-hero p{color:#ede9fe;margin:6px 0 0}.all-profile-summary{grid-template-columns:repeat(3,1fr);gap:12px;min-width:520px;display:grid}.all-profile-summary div{background:#ffffff24;border:1px solid #ffffff38;border-radius:16px;padding:12px}.all-profile-summary span{color:#ede9fe;font-size:12px;display:block}.all-profile-summary b{font-size:20px}.profiles-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.profile-dashboard-card{color:#27214f;background:#fff;border:1px solid #ede9fe;border-radius:22px;padding:18px;box-shadow:0 14px 36px #581c871f}.profile-head{border-bottom:1px solid #f3e8ff;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.profile-head h2{margin:0}.profile-head p{color:#7c3aed;margin:5px 0 0}.profile-summary-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0;display:grid}.profile-summary-grid div{background:#faf5ff;border:1px solid #f3e8ff;border-radius:14px;padding:11px}.profile-summary-grid span{color:#7e22ce;font-size:12px;display:block}.profile-summary-grid b{font-size:18px}.profile-body-grid{grid-template-columns:1fr 1fr;align-items:center;gap:10px;display:grid}.profile-donut{height:220px;position:relative}.profile-legend{flex-direction:column;gap:10px;display:flex}.mini-legend{grid-template-columns:18px 1fr auto;align-items:center;gap:8px;display:grid}.mini-legend .dot{border-radius:50%;width:12px;height:12px}.mini-empty{color:#7c3aed;background:#faf5ff;border-radius:16px;place-items:center;height:200px;display:grid}.profile-bucket-list{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;display:grid}.profile-bucket{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:10px}.profile-bucket h4{margin:0 0 8px}.profile-symbol-row,.mini-rank{border-bottom:1px dashed #eef2ff;justify-content:space-between;padding:5px 0;display:flex}.profile-symbol-row span,.mini-rank span{font-weight:800}.profile-rank-grid{background:#fafafa;border-radius:14px;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;padding:12px;display:grid}.profile-rank-grid h4{margin:0 0 8px}.gainer-title{color:#16a34a}.loser-title{color:#db2777}.profile-switcher{color:#4c1d95;background:#fff;border:1px solid #ede9fe;border-radius:16px;align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.profile-switcher select,.profile-switcher input{color:#4c1d95;background:#fff;max-width:280px;margin:0}@media (width<=1100px){.profiles-grid,.two-profile-hero{grid-template-columns:1fr;display:block}.all-profile-summary{min-width:0;margin-top:16px}.profile-body-grid,.profile-bucket-list{grid-template-columns:1fr}}@media (width<=760px){.all-profile-summary,.profile-summary-grid,.profile-rank-grid,.profiles-grid{grid-template-columns:1fr}.two-profile-hero h1{font-size:24px}}.retirement-pro{max-width:1180px;margin:0 auto}.retire-hero{color:#fff;background:linear-gradient(120deg,#25105f,#6d28d9,#8b5cf6);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex;box-shadow:0 20px 50px #581c8738}.retire-hero h1{margin:0;font-size:34px}.retire-hero p{color:#ede9fe;margin:6px 0 0}.score-circle{color:#27135d;background:#fff;border:8px solid #22c55e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;display:flex;box-shadow:0 15px 40px #0000002e}.score-circle strong{font-size:42px;line-height:1}.score-circle span{font-weight:900}.score-circle small{margin-top:6px;font-weight:900}.retirement-inputs{grid-template-columns:repeat(4,1fr)}.score-meter{background:#e5e7eb;border-radius:999px;height:14px;overflow:hidden}.score-meter div{border-radius:999px;height:100%}.fire-formula{color:#6d28d9;background:#faf5ff;border:1px solid #ede9fe;border-radius:16px;margin-bottom:12px;padding:16px;font-size:22px;font-weight:900}.gap-bar{background:#e5e7eb;border-radius:999px;height:18px;margin:14px 0;overflow:hidden}.gap-bar div{background:linear-gradient(90deg,#8b5cf6,#22c55e);border-radius:999px;height:100%}.gap-bar.passive div{background:linear-gradient(90deg,#0ea5e9,#22c55e)}.gap-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.gap-grid div{background:#faf5ff;border:1px solid #ede9fe;border-radius:16px;padding:14px}.gap-grid span{color:#7c3aed;font-size:12px;display:block}.gap-grid b{font-size:20px}.monte-score{text-align:center;margin:10px 0}.monte-score strong{color:#7c3aed;font-size:40px;display:block}.monte-score span{color:#7e22ce;font-weight:800}.ai-retire .ai-card{font-size:16px;line-height:1.7}.card small{color:#7e22ce;margin-top:6px;font-weight:800;display:block}@media (width<=900px){.retire-hero{display:block}.score-circle{margin-top:18px}.retirement-inputs,.gap-grid{grid-template-columns:1fr 1fr}}@media (width<=650px){.retirement-inputs,.gap-grid{grid-template-columns:1fr}.retire-hero h1{font-size:26px}}.tv-page{max-width:1280px;margin:0 auto}.tv-hero{color:#fff;background:linear-gradient(120deg,#111827,#312e81,#6d28d9);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:22px 24px;display:flex;box-shadow:0 18px 45px #312e812e}.tv-hero h1{margin:0;font-size:32px}.tv-hero p{color:#ddd6fe;margin:6px 0 0}.tv-current{background:#ffffff29;border:1px solid #ffffff40;border-radius:16px;padding:12px 16px;font-size:18px;font-weight:900}.tv-control-panel{color:#2b235a;background:#fff}.tv-control-panel select{color:#2b235a;background:#fff;border:1px solid #ddd6fe;border-radius:12px;width:100%;margin-top:6px;padding:10px}.quick-symbols{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.tv-chip{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:999px;padding:8px 11px}.tv-chip.active{color:#fff;background:#6d28d9}.tv-side{color:#2b235a;background:#fff;border:1px solid #ede9fe;border-radius:22px;padding:18px;box-shadow:0 12px 30px #0f172a0f}.tv-side h3{margin-top:0}.tv-guide{border-bottom:1px dashed #ddd6fe;padding:10px 0}.tv-guide b{color:#6d28d9;margin-bottom:6px;display:block}.tv-guide span{background:#f8f5ff;border-radius:10px;margin:6px 0;padding:7px 10px;font-weight:800;display:block}@media (width<=980px){.tv-layout{grid-template-columns:1fr}.tv-side{order:-1}.tv-hero{display:block}.tv-current{margin-top:12px}.tv-chart-card{height:560px}}.provider-box{color:#3b0764;background:#faf5ff;border:1px solid #ddd6fe;border-radius:16px;margin-top:16px;padding:14px}.provider-box h3{color:#6d28d9;margin-top:0}.pro-page{max-width:1180px;margin:0 auto}.pro-hero{color:#fff;border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:24px;display:flex;box-shadow:0 18px 45px #581c872e}.pro-hero h1{margin:0;font-size:34px}.pro-hero p{color:#f3e8ff;margin:6px 0 0}.dividend-hero{background:linear-gradient(120deg,#064e3b,#16a34a,#22c55e)}.xirr-hero{background:linear-gradient(120deg,#312e81,#6d28d9,#8b5cf6)}.rebalance-hero{background:linear-gradient(120deg,#7c2d12,#f97316,#facc15)}.hero-number{background:#ffffff2e;border:1px solid #ffffff40;border-radius:18px;padding:16px 20px;font-size:34px;font-weight:900}.hero-number span{color:#f3e8ff;font-size:13px;display:block}.goal-progress{background:#e5e7eb;border-radius:999px;height:18px;margin:16px 0;overflow:hidden}.goal-progress div{background:linear-gradient(90deg,#22c55e,#84cc16);height:100%}.goal-row{border-bottom:1px dashed #e9d5ff;justify-content:space-between;padding:10px 0;display:flex}.goal-row b{color:#4c1d95}.trade-row{border-radius:14px;justify-content:space-between;align-items:center;margin:10px 0;padding:14px;font-size:18px;display:flex}.trade-row.sell{color:#991b1b;background:#fee2e2}.trade-row.buy{color:#166534;background:#dcfce7}@media (width<=760px){.pro-hero{display:block}.hero-number{margin-top:12px}.pro-hero h1{font-size:26px}}.cloud-page{max-width:1180px;margin:0 auto}.cloud-hero{color:#fff;background:linear-gradient(120deg,#0f172a,#2563eb,#7c3aed);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:24px;display:flex;box-shadow:0 18px 45px #2563eb38}.cloud-hero h1{margin:0;font-size:34px}.cloud-hero p{color:#dbeafe;margin:6px 0 0}.cloud-pill{border:1px solid #ffffff40;border-radius:999px;padding:12px 18px;font-weight:900}.cloud-pill.ok{color:#bbf7d0;background:#22c55e33}.cloud-pill.bad{color:#fecaca;background:#ef444433}.cloud-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.cloud-actions .secondary,.cloud-actions .danger{margin-left:0}.cloud-status{color:#bfdbfe;background:#3b82f61a;border:1px solid #3b82f638;border-radius:14px;margin-top:14px;padding:12px;font-weight:800}.cloud-note pre{white-space:pre-wrap;color:#dbeafe;background:#020617;border:1px solid #94a3b82e;border-radius:16px;padding:16px;line-height:1.6}.advisor-page{max-width:1180px;margin:0 auto}.advisor-hero{color:#fff;background:linear-gradient(120deg,#020617,#2563eb,#7c3aed,#db2777);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex;box-shadow:0 18px 45px #2563eb38}.advisor-hero h1{margin:0;font-size:34px}.advisor-hero p{color:#dbeafe;margin:6px 0 0}.advisor-score{background:linear-gradient(145deg,#0f172a,#1e1b4b);border:8px solid #22c55e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:142px;height:142px;display:flex;box-shadow:0 0 40px #8b5cf647}.advisor-score strong{color:#fff;font-size:42px;line-height:1}.advisor-score span{color:#cbd5e1;font-weight:900}.advisor-score small{margin-top:6px;font-weight:900}.advisor-note{background:linear-gradient(135deg,#0f172ae0,#1e293b8c);border:1px solid #94a3b82e;border-radius:16px;margin:10px 0;padding:14px}.advisor-note b{color:#fff}.advisor-note p{color:#cbd5e1;margin:8px 0}.advisor-note span{color:#93c5fd;font-weight:800;display:block}.advisor-note.risk{border-color:#fb718559}.advisor-note.rebalance{border-color:#38bdf859}.advisor-note.dividend{border-color:#22c55e59}.advisor-note.retirement{border-color:#a78bfa59}.advisor-note.good{border-color:#22c55e73}@media (width<=760px){.advisor-hero{display:block}.advisor-score{margin-top:16px}.advisor-hero h1{font-size:26px}}.sidebar{background:#fff!important;border-right:1px solid #e5e7eb!important;box-shadow:0 2px 12px #0000000d!important}.card,.panel{color:#111827!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 2px 10px #0000000d!important}.profile-switcher{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:12px}.note{color:#374151!important;background:#f9fafb!important}.v151-page{max-width:1280px;margin:0 auto}.v151-hero{color:#fff;background:linear-gradient(120deg,#1e3a8a,#2563eb,#7c3aed);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 18px 45px #2563eb33}.v151-hero h1{margin:0;font-size:34px}.v151-hero p{color:#dbeafe;margin:8px 0 0}.v151-score{background:#ffffff2e;border:1px solid #ffffff47;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;display:flex}.v151-score strong{font-size:44px;line-height:1}.v151-score span{color:#dbeafe;font-size:13px;font-weight:800}.v151-kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.v151-kpi{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.v151-kpi:before{content:"";background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899);height:4px;position:absolute;top:0;left:0;right:0}.v151-kpi span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.v151-kpi strong{color:#111827;font-size:26px;display:block}.v151-kpi small{color:#6b7280;margin-top:6px;display:block}.v151-panel{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a0f!important}.v151-heat-cell{color:#fff;border-radius:18px;flex-direction:column;justify-content:space-between;min-width:120px;min-height:92px;padding:12px;display:flex;box-shadow:0 8px 18px #0f172a24}.v151-heat-cell b{font-size:16px}.v151-heat-cell span{font-size:22px;font-weight:900}.v151-heat-cell small{color:#ffffffe0;font-weight:700}.v151-month{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;min-height:118px;padding:12px}.v151-month-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;display:flex}.v151-month-head span{color:#16a34a;font-size:13px;font-weight:900}.v151-div-item{justify-content:space-between;gap:8px;padding:4px 0;font-size:13px;display:flex}.v151-div-item span{color:#111827;font-weight:800}.v151-empty{color:#64748b;text-align:center;background:#f9fafb;border:1px dashed #cbd5e1;border-radius:18px;padding:28px}@media (width<=1100px){.v151-kpi-grid{grid-template-columns:repeat(2,1fr)}.v151-calendar{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.v151-hero{display:block}.v151-score{margin-top:16px}.v151-kpi-grid,.v151-calendar{grid-template-columns:1fr}.v151-heat-cell{min-width:100%}}:root{--v152-bg:#0b1020;--v152-panel:#111827;--v152-panel2:#0f172a;--v152-line:#94a3b838;--v152-text:#f8fafc;--v152-muted:#94a3b8;--v152-blue:#38bdf8;--v152-purple:#8b5cf6;--v152-green:#22c55e;--v152-pink:#ec4899}body{color:var(--v152-text)!important;background:radial-gradient(circle at 5% 0,#38bdf829,#0000 30%),radial-gradient(circle at 90% 10%,#8b5cf633,#0000 30%),linear-gradient(135deg,#020617,#0b1020 45%,#111827)!important}.sidebar{border-right:1px solid var(--v152-line)!important;background:linear-gradient(#020617,#0f172a)!important;box-shadow:18px 0 45px #00000047!important}.brand h1,.nav{color:#e5e7eb!important}.nav.active{color:#fff!important;background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899)!important}.note{color:#cbd5e1!important;border:1px solid var(--v152-line)!important;background:#0f172ae0!important}.card,.panel,.profile-switcher{border:1px solid var(--v152-line)!important;color:#f8fafc!important;background:linear-gradient(145deg,#111827eb,#0f172ae0)!important;box-shadow:0 18px 45px #00000040!important}table,th,td{color:#e5e7eb!important}th{color:#93c5fd!important}input,select{color:#f8fafc!important;background:#020617!important;border:1px solid #94a3b840!important}.muted{color:var(--v152-muted)!important}.v152-page{max-width:1320px;margin:0 auto}.v152-hero{color:#fff;background:linear-gradient(120deg,#0f172a,#1d4ed8,#7c3aed,#db2777);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.v152-hero h1{margin:0;font-size:36px}.v152-hero p{color:#dbeafe;margin:8px 0 0}.v152-total{background:#ffffff24;border:1px solid #ffffff38;border-radius:20px;min-width:260px;padding:16px 20px}.v152-total span,.v152-total small{color:#dbeafe;display:block}.v152-total strong{margin:6px 0;font-size:30px;display:block}.v152-total-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.v152-total-kpis div,.v152-kpis div{border:1px solid var(--v152-line);background:linear-gradient(145deg,#111827f0,#0f172ae6);border-radius:20px;padding:16px;position:relative;overflow:hidden;box-shadow:0 14px 35px #0003}.v152-total-kpis div:before,.v152-kpis div:before{content:"";background:linear-gradient(90deg,#38bdf8,#8b5cf6,#ec4899);height:3px;position:absolute;top:0;left:0;right:0}.v152-total-kpis span,.v152-kpis span{color:#94a3b8;margin-bottom:8px;font-size:13px;display:block}.v152-total-kpis b,.v152-kpis b{color:#fff;font-size:24px;display:block}.v152-total-kpis small,.v152-kpis small{color:#94a3b8}.v152-profiles{grid-template-columns:1fr;gap:22px;display:grid}.v152-profile-card{border:1px solid var(--v152-line);background:linear-gradient(145deg,#111827f0,#0f172ae6);border-radius:26px;padding:22px;box-shadow:0 22px 55px #00000047}.v152-profile-head{border-bottom:1px solid var(--v152-line);justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.v152-profile-head h2{color:#fff;margin:0}.v152-profile-head p{color:#94a3b8;margin:6px 0 0}.v152-mini-score{background:radial-gradient(circle,#1d4ed8,#0f172a 70%);border:1px solid #93c5fd59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:92px;height:92px;display:flex;box-shadow:0 0 28px #3b82f63d}.v152-mini-score strong{color:#fff;font-size:30px}.v152-mini-score span{color:#bfdbfe;font-size:12px;font-weight:800}.v152-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v152-profile-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px;display:grid}.v152-chart-box{border:1px solid var(--v152-line);background:#0206176b;border-radius:20px;height:330px;padding:16px}.v152-chart-box h3,.v152-subgrid h3{color:#fff;margin-top:0}.v152-subgrid{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.v151-heatmap{flex-wrap:wrap;align-items:stretch;gap:10px;min-height:210px;display:flex}.v151-heat-cell{color:#fff!important}.v151-calendar{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.v151-month{border:1px solid var(--v152-line)!important;color:#e5e7eb!important;background:#0206176b!important}.v151-month-head{border-bottom:1px solid var(--v152-line)!important}.v151-month-head b{color:#93c5fd!important}.v151-div-item span{color:#f8fafc!important}.v151-div-item small{color:#94a3b8!important}.recharts-text,.recharts-cartesian-axis-tick-value{fill:#cbd5e1!important}.recharts-legend-item-text{color:#cbd5e1!important}@media (width<=1100px){.v152-total-kpis,.v152-kpis{grid-template-columns:repeat(2,1fr)}.v152-profile-grid,.v152-subgrid{grid-template-columns:1fr}.v151-calendar{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.v152-hero,.v152-profile-head{display:block}.v152-total{margin-top:16px}.v152-mini-score{margin-top:14px}.v152-total-kpis,.v152-kpis,.v151-calendar{grid-template-columns:1fr}}.v153-dividend-calendar-panel{margin-top:16px}.v153-dividend-calendar-panel .v151-calendar{margin-top:12px}.cloud-v16{max-width:1180px;margin:0 auto}.cloud-v16-hero{color:#fff;background:linear-gradient(120deg,#0f172a,#2563eb,#7c3aed);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:24px;display:flex;box-shadow:0 18px 45px #2563eb38}.cloud-v16-hero h1{margin:0;font-size:34px}.cloud-v16-hero p{color:#dbeafe;margin:6px 0 0}.cloud-v16-pill{background:#ffffff29;border:1px solid #ffffff40;border-radius:999px;padding:12px 18px;font-weight:900}.cloud-v16-pill.ok{color:#bbf7d0;background:#22c55e33}.cloud-v16-status{color:#bfdbfe;background:#3b82f61f;border:1px solid #3b82f640;border-radius:14px;margin-top:14px;padding:12px;font-weight:800}@media (width<=760px){.cloud-v16-hero{display:block}.cloud-v16-pill{margin-top:14px;display:inline-block}}.v161-login-page{color:#fff;background:radial-gradient(circle at 10% 0,#38bdf82e,#0000 30%),radial-gradient(circle at 90% 10%,#8b5cf638,#0000 30%),linear-gradient(135deg,#020617,#0b1020 45%,#111827);place-items:center;min-height:100vh;padding:24px;display:grid}.v161-login-card{background:linear-gradient(145deg,#111827f5,#0f172aeb);border:1px solid #94a3b838;border-radius:26px;width:min(420px,100%);padding:28px;box-shadow:0 24px 70px #00000059}.v161-login-card h1{margin:12px 0 6px}.v161-login-card p{color:#94a3b8;margin:0 0 18px}.v161-login-card .login-handwriting{color:#86efac;text-shadow:0 0 22px #22c55e42;width:max-content;max-width:100%;margin:2px 0 10px;display:block}.v161-logo{color:#020617;background:linear-gradient(135deg,#38bdf8,#8b5cf6,#22c55e);border-radius:18px;place-items:center;width:56px;height:56px;font-size:24px;font-weight:900;display:grid}.v161-error{color:#fecaca;background:#ef444424;border:1px solid #ef444452;border-radius:12px;margin:12px 0;padding:10px 12px}.v161-logout{z-index:1000;color:#e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab8;border:1px solid #94a3b840;border-radius:999px;padding:8px 12px;position:fixed;top:18px;right:18px}.v17-page{max-width:1280px;margin:0 auto}.v17-hero{color:#fff;background:linear-gradient(120deg,#020617,#1d4ed8,#7c3aed,#db2777);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.v17-hero.goal{background:linear-gradient(120deg,#064e3b,#0891b2,#2563eb)}.v17-hero.tax{background:linear-gradient(120deg,#78350f,#f59e0b,#dc2626)}.v17-hero.ai{background:linear-gradient(120deg,#312e81,#7c3aed,#ec4899)}.v17-hero h1{margin:0;font-size:36px}.v17-hero p{color:#dbeafe;margin:8px 0 0}.v17-score{text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:132px;padding:14px;display:flex}.v17-score strong{color:#fff;font-size:36px}.v17-score span{color:#dbeafe;font-size:13px;font-weight:800}.v17-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.v17-kpis div,.v17-goal-card{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:20px;padding:18px;box-shadow:0 14px 35px #0003}.v17-kpis span{color:#94a3b8;margin-bottom:8px;font-size:13px;display:block}.v17-kpis b{color:#fff;font-size:24px}.v17-kpis small{color:#94a3b8;display:block}.v17-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v17-goals{grid-template-columns:1fr;gap:16px;display:grid}.v17-goal-name{margin-bottom:12px;font-size:22px;font-weight:900}.v17-progress{background:#94a3b82e;border-radius:999px;height:16px;margin:16px 0;overflow:hidden}.v17-progress div{background:linear-gradient(90deg,#38bdf8,#8b5cf6,#22c55e);height:100%}.v17-goal-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.v17-goal-stats span{color:#cbd5e1;background:#0206176b;border-radius:12px;padding:10px}.v17-goal-stats b{color:#fff}.v17-ai-note{color:#dbeafe;background:#3b82f61a;border:1px solid #3b82f63d;border-radius:16px;margin:10px 0;padding:14px;font-weight:800}@media (width<=900px){.v17-kpis,.v17-goal-stats{grid-template-columns:1fr 1fr}.v17-hero{display:block}.v17-score{margin-top:16px}}@media (width<=600px){.v17-kpis,.v17-goal-stats{grid-template-columns:1fr}}.v171-page{max-width:1280px;margin:0 auto}.v171-hero{color:#fff;background:linear-gradient(120deg,#020617,#1d4ed8,#7c3aed,#db2777);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.v171-hero.rebalance{background:linear-gradient(120deg,#7c2d12,#f97316,#facc15)}.v171-hero.dividend{background:linear-gradient(120deg,#064e3b,#16a34a,#22c55e)}.v171-hero.fire{background:linear-gradient(120deg,#312e81,#2563eb,#06b6d4)}.v171-hero h1{margin:0;font-size:34px}.v171-hero p{color:#dbeafe;margin:8px 0 0}.v171-score{text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:142px;min-height:120px;padding:14px;display:flex}.v171-score strong{color:#fff;font-size:30px}.v171-score span{color:#dbeafe;font-size:13px;font-weight:800}.v171-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.v171-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:20px;padding:18px;box-shadow:0 14px 35px #0003}.v171-kpis span{color:#94a3b8;margin-bottom:8px;font-size:13px;display:block}.v171-kpis b{color:#fff;font-size:24px}.v171-kpis small{color:#94a3b8;display:block}.v171-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v171-trade{border-radius:16px;justify-content:space-between;margin:10px 0;padding:14px;font-size:18px;display:flex}.v171-trade.buy{color:#bbf7d0;background:#22c55e29}.v171-trade.sell{color:#fecdd3;background:#f43f5e29}.v171-calendar{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.v171-month{background:#02061770;border:1px solid #94a3b838;border-radius:16px;padding:12px}.v171-month-head{border-bottom:1px solid #94a3b833;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;display:flex}.v171-month-head b{color:#93c5fd}.v171-month-head span{color:#86efac;font-weight:900}.v171-divitem{color:#e5e7eb;justify-content:space-between;padding:4px 0;display:flex}.v171-divitem small{color:#94a3b8}.v171-progress{background:#94a3b82e;border-radius:999px;height:18px;overflow:hidden}.v171-progress div{background:linear-gradient(90deg,#38bdf8,#8b5cf6,#22c55e);height:100%}@media (width<=1000px){.v171-kpis,.v171-calendar{grid-template-columns:repeat(2,1fr)}.v171-hero{display:block}.v171-score{margin-top:16px}}@media (width<=640px){.v171-kpis,.v171-calendar{grid-template-columns:1fr}}.v18-clean-note{color:#dbeafe;background:linear-gradient(135deg,#22c55e24,#38bdf81f);border:1px solid #38bdf847;border-radius:18px;margin-bottom:14px;padding:14px}.heat-note{color:#94a3b8;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:14px;padding:12px}@media (width<=1100px){.heat-hero{display:block}.heat-indices{min-width:0;margin-top:14px}.heat-toolbar,.heat-grid{grid-template-columns:1fr}.heat-sector,.heat-sector:first-child,.heat-sector:nth-child(2),.heat-sector:nth-child(3){grid-column:span 1}}@media (width<=700px){.heat-indices{grid-template-columns:1fr 1fr}.heat-tabs{flex-wrap:wrap}.heat-cell{min-width:45%}}.drip-sync-page{max-width:1280px;margin:0 auto}.drip-hero{color:#fff;background:linear-gradient(120deg,#064e3b,#16a34a,#22c55e);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.drip-hero h1{margin:0;font-size:34px}.drip-hero p{color:#dcfce7;margin:8px 0 0}.drip-score{text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:142px;min-height:120px;padding:14px;display:flex}.drip-score strong{color:#fff;font-size:28px}.drip-score span{color:#dcfce7;font-size:13px;font-weight:800}.drip-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.drip-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:20px;padding:18px;box-shadow:0 14px 35px #0003}.drip-kpis span{color:#94a3b8;margin-bottom:8px;font-size:13px;display:block}.drip-kpis b{color:#fff;font-size:24px}.drip-kpis small{color:#94a3b8;display:block}.drip-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}@media (width<=900px){.drip-kpis{grid-template-columns:1fr 1fr}.drip-hero{display:block}.drip-score{margin-top:16px}}@media (width<=600px){.drip-kpis{grid-template-columns:1fr}}.option-page{max-width:1320px;margin:0 auto}.option-hero{color:#fff;background:linear-gradient(120deg,#111827,#7c2d12,#f97316,#facc15);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.option-hero h1{margin:0;font-size:34px}.option-hero p{color:#ffedd5;margin:8px 0 0}.option-score{text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;min-width:128px;min-height:128px;display:flex}.option-score strong{color:#fff;font-size:42px}.option-score span{color:#ffedd5;font-weight:900}.option-toolbar{background:linear-gradient(145deg,#111827eb,#0f172ae0);border:1px solid #94a3b82e;border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:14px;display:flex}.option-toolbar button{color:#cbd5e1;background:#1e293be6;border:1px solid #94a3b82e;border-radius:12px;padding:10px 14px}.option-toolbar button.active{color:#111827;background:linear-gradient(90deg,#f97316,#facc15);font-weight:900}.option-toolbar label{color:#cbd5e1;align-items:center;gap:8px;display:flex}.option-toolbar input{width:80px}.option-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.selected-row{background:#f9731629!important}.option-cards{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.option-cards div{background:#0206176b;border:1px solid #94a3b82e;border-radius:14px;padding:12px}.option-cards span{color:#94a3b8;font-size:12px;display:block}.option-cards b{color:#fff;margin-top:4px;font-size:18px;display:block}.option-note{color:#94a3b8;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:14px;margin-top:14px;padding:12px}@media (width<=900px){.option-hero{display:block}.option-score{margin-top:16px}.option-cards{grid-template-columns:1fr 1fr}}@media (width<=600px){.option-cards{grid-template-columns:1fr}}.v1831-note{color:#dbeafe;background:#38bdf81f;border:1px solid #38bdf847;border-radius:14px;padding:12px}.v1832-page{max-width:1380px;margin:0 auto}.v1832-hero{color:#fff;background:linear-gradient(120deg,#020617,#1d4ed8,#7c3aed,#db2777);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;display:flex;box-shadow:0 24px 60px #00000047}.v1832-hero h1{margin:0;font-size:36px}.v1832-hero p{color:#dbeafe;margin:8px 0 0}.v1832-total{background:#ffffff24;border:1px solid #ffffff38;border-radius:20px;min-width:260px;padding:16px 20px}.v1832-total span,.v1832-total small{color:#dbeafe;display:block}.v1832-total strong{color:#fff;margin:6px 0;font-size:30px;display:block}.v1832-total-kpis,.v1832-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.v1832-total-kpis div,.v1832-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:14px;box-shadow:0 14px 35px #0003}.v1832-total-kpis span,.v1832-kpis span{color:#94a3b8;margin-bottom:6px;font-size:12px;display:block}.v1832-total-kpis b,.v1832-kpis b{color:#fff;font-size:21px;display:block}.v1832-total-kpis small,.v1832-kpis small{color:#94a3b8}.v1832-compare-grid{grid-template-columns:repeat(auto-fit,minmax(520px,1fr));align-items:start;gap:18px;display:grid}.v1832-profile-card{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:24px;padding:18px;box-shadow:0 22px 55px #00000047}.v1832-profile-head{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:14px;display:flex}.v1832-profile-head h2{color:#fff;margin:0}.v1832-profile-head p{color:#94a3b8;margin:6px 0 0}.v1832-score{background:radial-gradient(circle,#1d4ed8,#0f172a 75%);border:1px solid #93c5fd59;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:82px;height:82px;display:flex}.v1832-score strong{color:#fff;font-size:28px}.v1832-score span{color:#bfdbfe;font-size:12px;font-weight:900}.v1832-split{grid-template-columns:.9fr 1.1fr;gap:12px;margin-bottom:14px;display:grid}.v1832-chart,.v1832-top,.v1832-heat{background:#02061761;border:1px solid #94a3b829;border-radius:18px;padding:12px}.v1832-chart h3,.v1832-top h3,.v1832-heat h3{color:#fff;margin:0 0 10px}.v1832-note{color:#fde68a;background:#f59e0b24;border:1px solid #f59e0b47;border-radius:14px;margin-top:14px;padding:12px}@media (width<=1180px){.v1832-compare-grid,.v1832-split{grid-template-columns:1fr}.v1832-total-kpis,.v1832-kpis{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.v1832-hero{display:block}.v1832-total{margin-top:14px}.v1832-total-kpis,.v1832-kpis{grid-template-columns:1fr}}.heat-page{max-width:1360px;margin:0 auto}.heat-hero{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.heat-hero h1{color:#fff;margin:0;font-size:34px}.heat-hero p{color:#94a3b8;margin:6px 0 0}.heat-indices{grid-template-columns:repeat(4,1fr);gap:10px;min-width:620px;display:grid}.heat-indices div{background:linear-gradient(145deg,#111827eb,#0f172ae0);border:1px solid #94a3b82e;border-radius:14px;padding:12px}.heat-indices span{color:#cbd5e1;font-size:12px;display:block}.heat-indices b{color:#fff;margin:4px 0;font-size:17px;display:block}.heat-indices small{font-weight:900}.heat-toolbar{background:linear-gradient(145deg,#111827eb,#0f172ae0);border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:auto 110px 1fr 260px;align-items:center;gap:12px;margin-bottom:14px;padding:14px;display:grid}.heat-tabs{gap:8px;display:flex}.heat-tabs button{color:#cbd5e1;background:#1e293be6;border:1px solid #94a3b82e;border-radius:12px;padding:10px 14px}.heat-tabs button.active{color:#fff;background:linear-gradient(90deg,#2563eb,#7c3aed)}.heat-scale{justify-content:center;gap:7px;display:flex}.heat-scale span{color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.heat-scale .red{background:#dc2626}.heat-scale .red2{background:#991b1b}.heat-scale .red3{background:#7f1d1d}.heat-scale .zero{background:#334155}.heat-scale .green3{background:#166534}.heat-scale .green2{background:#15803d}.heat-scale .green{background:#22c55e}.heat-section{background:linear-gradient(145deg,#111827eb,#0f172ae0);border:1px solid #94a3b82e;border-radius:20px;margin-bottom:16px;padding:16px;box-shadow:0 18px 45px #00000038}.heat-section-title h2{color:#fff;margin:0}.heat-section-title p{color:#94a3b8;margin:6px 0 14px}.heat-grid{grid-template-columns:repeat(12,1fr);gap:8px;display:grid}.heat-sector{background:#02061759;border:1px solid #94a3b824;border-radius:14px;grid-column:span 4;min-height:185px;padding:8px}.heat-sector:first-child{grid-column:span 5}.heat-sector:nth-child(2){grid-column:span 3}.heat-sector:nth-child(3){grid-column:span 4}.heat-sector-name{color:#cbd5e1;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900}.heat-sector-cells{flex-wrap:wrap;gap:4px;height:calc(100% - 22px);display:flex}.heat-cell{text-align:center;color:#fff;border:1px solid #0206178c;border-radius:4px;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;min-width:82px;min-height:74px;display:flex;box-shadow:inset 0 0 25px #ffffff0a}.heat-cell.xl{min-height:135px}.heat-cell.lg{min-height:110px}.heat-cell.md{min-height:88px}.heat-cell.sm{min-height:66px}.heat-cell b{font-size:24px;line-height:1}.heat-cell.md b{font-size:18px}.heat-cell.sm b{font-size:14px}.heat-cell span{margin-top:8px;font-weight:900}.heat-cell small{color:#ffffffd1;margin-top:4px;font-weight:800}@media (width<=1100px){.heat-hero{display:block}.heat-indices{min-width:0;margin-top:14px}.heat-toolbar,.heat-grid{grid-template-columns:1fr}.heat-sector,.heat-sector:first-child,.heat-sector:nth-child(2),.heat-sector:nth-child(3){grid-column:span 1}}@media (width<=700px){.heat-indices{grid-template-columns:1fr 1fr}.heat-tabs{flex-wrap:wrap}.heat-cell{min-width:45%}}.option-refresh-bar{color:#cbd5e1;background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:14px;display:flex}.option-refresh-bar b{color:#fff}.option-refresh-bar small{color:#94a3b8;margin-top:4px;display:block}.option-refresh-bar button,.option-sim-use{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);border:0;border-radius:12px;padding:10px 14px;font-weight:900}.option-sim-use{margin-top:12px}.option-sim-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.option-sim-head h3{margin:0}.option-sim-head p{color:#94a3b8;margin:6px 0 0}.option-sim-badge{color:#fed7aa;background:#f9731629;border:1px solid #f9731652;border-radius:999px;padding:10px 14px;font-weight:900}.option-sim-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:16px;display:grid}.option-sim-grid label{color:#cbd5e1;font-weight:800}.option-sim-grid input,.option-sim-grid select{margin-top:6px}.option-sim-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.option-sim-kpis div{background:#0206176b;border:1px solid #94a3b82e;border-radius:14px;padding:12px}.option-sim-kpis span{color:#94a3b8;font-size:12px;display:block}.option-sim-kpis b{color:#fff;margin-top:4px;font-size:20px;display:block}@media (width<=1100px){.option-sim-grid,.option-sim-kpis{grid-template-columns:repeat(2,1fr)}.option-refresh-bar,.option-sim-head{display:block}.option-refresh-bar button{margin-top:10px}}@media (width<=640px){.option-sim-grid,.option-sim-kpis{grid-template-columns:1fr}}.v19-app .sidebar{background:linear-gradient(#020617,#0f172a 55%,#111827)}.v19-page{max-width:1380px;margin:0 auto}.v19-hero{color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v19-hero h1{margin:0;font-size:38px}.v19-hero p{color:#dbeafe;margin:8px 0 0}.v19-hero.portfolio{background:linear-gradient(120deg,#020617,#1d4ed8,#7c3aed)}.v19-hero.market{background:linear-gradient(120deg,#022c22,#0891b2,#2563eb)}.v19-hero.option{background:linear-gradient(120deg,#111827,#7c2d12,#f97316,#facc15)}.v19-hero.ai{background:linear-gradient(120deg,#312e81,#7c3aed,#ec4899)}.v19-hero.alert{background:linear-gradient(120deg,#450a0a,#be123c,#f97316)}.v19-badge{color:#fff;background:#ffffff29;border:1px solid #ffffff3d;border-radius:999px;padding:12px 18px;font-weight:900}.v19-ai-score{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-width:130px;min-height:130px;display:flex}.v19-ai-score strong{color:#fff;font-size:44px}.v19-ai-score span{color:#fce7f3;font-weight:900}.v19-tabs{background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:12px;display:flex}.v19-tabs button{color:#cbd5e1;background:#1e293be6;border:1px solid #94a3b82e;border-radius:12px;padding:10px 14px}.v19-tabs button.active{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);font-weight:900}.v19-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v19-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v19-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v19-kpis span{color:#94a3b8;font-size:12px;display:block}.v19-kpis b{color:#fff;margin-top:6px;font-size:24px;display:block}@media (width<=900px){.v19-hero{display:block}.v19-badge,.v19-ai-score{margin-top:16px}.v19-kpis{grid-template-columns:1fr 1fr}}@media (width<=600px){.v19-kpis{grid-template-columns:1fr}}.v191-page{max-width:1380px;margin:0 auto}.v191-hero{color:#fff;background:linear-gradient(120deg,#020617,#312e81,#7c3aed,#ec4899);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v191-hero h1{margin:0;font-size:38px}.v191-hero p{color:#fce7f3;margin:8px 0 0}.v191-score{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:132px;display:flex}.v191-score strong{color:#fff;font-size:44px}.v191-score span{color:#fce7f3;font-weight:900}.v191-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v191-kpis div,.v191-breadth div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v191-kpis span,.v191-breadth span{color:#94a3b8;font-size:12px;display:block}.v191-kpis b,.v191-breadth b{color:#fff;margin-top:6px;font-size:24px;display:block}.v191-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v191-breadth{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}@media (width<=900px){.v191-hero{display:block}.v191-score{margin-top:16px}.v191-kpis,.v191-breadth{grid-template-columns:1fr 1fr}}@media (width<=600px){.v191-kpis,.v191-breadth{grid-template-columns:1fr}}.v192-page{max-width:1420px;margin:0 auto}.v192-hero{color:#fff;background:linear-gradient(120deg,#020617,#7c2d12,#f97316,#facc15);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v192-hero h1{margin:0;font-size:38px}.v192-hero p{color:#ffedd5;margin:8px 0 0}.v192-score{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-width:142px;min-height:132px;display:flex}.v192-score strong{color:#fff;font-size:44px}.v192-score span{color:#ffedd5;font-weight:900}.v192-toolbar{background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;grid-template-columns:220px repeat(3,1fr);gap:12px;margin-bottom:16px;padding:14px;display:grid}.v192-toolbar label,.v192-toolbar div{color:#cbd5e1}.v192-toolbar span{color:#94a3b8;font-size:12px;display:block}.v192-toolbar b{color:#fff;margin-top:4px;display:block}.v192-kpis,.v192-decision{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v192-kpis div,.v192-decision div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v192-kpis span,.v192-decision span{color:#94a3b8;font-size:12px;display:block}.v192-kpis b,.v192-decision b{color:#fff;margin-top:6px;font-size:20px;display:block}.v192-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v192-note{color:#fed7aa;background:#f973161f;border:1px solid #f9731647;border-radius:14px;margin-top:14px;padding:12px}@media (width<=1100px){.v192-toolbar,.v192-kpis,.v192-decision{grid-template-columns:1fr 1fr}.v192-hero{display:block}.v192-score{margin-top:16px}}@media (width<=640px){.v192-toolbar,.v192-kpis,.v192-decision{grid-template-columns:1fr}}.v193-livebar{color:#cbd5e1;background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:14px;display:flex}.v193-livebar b{color:#fff}.v193-livebar small{color:#94a3b8;margin-top:4px;display:block}.v193-livebar button{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);border:0;border-radius:12px;padding:10px 14px;font-weight:900}.v192-panel td small{color:#94a3b8;margin-top:2px;font-size:10px;display:block}@media (width<=900px){.v193-livebar{display:block}.v193-livebar button{margin-top:10px}}.v201-page{max-width:1380px;margin:0 auto}.v201-hero{color:#fff;background:linear-gradient(120deg,#020617,#064e3b,#0891b2,#38bdf8);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v201-hero h1{margin:0;font-size:38px}.v201-hero p{color:#cffafe;margin:8px 0 0}.v201-status{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:112px;padding:12px;display:flex}.v201-status strong{color:#fff;font-size:36px}.v201-status span{color:#cffafe;font-size:12px}.v201-actions{color:#cbd5e1;background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:flex}.v201-actions button{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);border:0;border-radius:12px;padding:10px 14px;font-weight:900}.v201-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v201-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v201-kpis span{color:#94a3b8;font-size:12px;display:block}.v201-kpis b{color:#fff;margin-top:6px;font-size:24px;display:block}.v201-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.warn{color:#facc15!important}.api-status-panel{margin-bottom:18px}.api-status-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.api-status-head h3{margin:0}.api-status-head p{color:#94a3b8;margin:5px 0 0}.api-status-head>span{color:#a5f3fc;white-space:nowrap;background:#38bdf81f;border-radius:999px;padding:6px 10px}.api-status-scroll{overflow-x:auto}.api-status-table{min-width:1180px}.api-status-table code{color:#bae6fd;font-size:10px}.api-status-message{color:#94a3b8;max-width:320px}.api-status-badge{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.api-status-badge.ready,.api-status-badge.configured{color:#86efac;background:#22c55e24}.api-status-badge.degraded{color:#fde047;background:#facc1524}.api-status-badge.not_configured{color:#cbd5e1;background:#94a3b824}.api-status-badge.error{color:#fca5a5;background:#ef444426}.v201-actions>small{color:#64748b;margin-left:auto}@media (width<=900px){.v201-hero{display:block}.v201-status{margin-top:16px}.v201-kpis{grid-template-columns:1fr 1fr}}@media (width<=600px){.v201-kpis{grid-template-columns:1fr}}.v21-page{max-width:1420px;margin:0 auto}.v21-hero{color:#fff;background:linear-gradient(120deg,#020617,#1e3a8a,#7c3aed,#06b6d4);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v21-hero h1{margin:0;font-size:38px}.v21-hero p{color:#dbeafe;margin:8px 0 0}.v21-score{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:132px;display:flex}.v21-score strong{color:#fff;font-size:44px}.v21-score span{color:#dbeafe;font-weight:900}.v21-actions{color:#cbd5e1;background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:flex}.v21-actions button{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);border:0;border-radius:12px;padding:10px 14px;font-weight:900}.v21-kpis,.v21-payoff-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v21-payoff-kpis{grid-template-columns:repeat(2,1fr)}.v21-kpis div,.v21-payoff-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v21-kpis span,.v21-payoff-kpis span{color:#94a3b8;font-size:12px;display:block}.v21-kpis b,.v21-payoff-kpis b{color:#fff;margin-top:6px;font-size:24px;display:block}.v21-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v21-option-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.v21-option-head div{flex-wrap:wrap;gap:8px;display:flex}.v21-option-head input,.v21-option-head select{max-width:120px}@media (width<=900px){.v21-hero{display:block}.v21-score{margin-top:16px}.v21-kpis{grid-template-columns:1fr 1fr}}@media (width<=600px){.v21-kpis,.v21-payoff-kpis{grid-template-columns:1fr}}.v211-page{max-width:1420px;margin:0 auto}.v211-hero{color:#fff;background:linear-gradient(120deg,#020617,#064e3b,#0891b2,#38bdf8);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v211-hero.option{background:linear-gradient(120deg,#020617,#7c2d12,#f97316,#facc15)}.v211-hero h1{margin:0;font-size:38px}.v211-hero p{color:#dbeafe;margin:8px 0 0}.v211-status{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:112px;padding:12px;display:flex}.v211-status b{color:#fff;font-size:32px}.v211-status span{color:#dbeafe;font-size:12px}.v211-actions{color:#cbd5e1;background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:flex}.v211-actions button{color:#cbd5e1;background:#1e293be6;border:1px solid #94a3b82e;border-radius:12px;padding:10px 14px}.v211-actions button.active,.v211-actions button:hover{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);font-weight:900}.v211-actions label{color:#cbd5e1;align-items:center;gap:8px;display:flex}.v211-actions input,.v211-actions select{width:110px}.v211-actions small{color:#94a3b8;display:block}.v211-heatmap{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.v211-sector{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:14px}.v211-sector h3{color:#fff;margin:0 0 10px}.v211-cells{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.v211-cell{text-align:center;color:#fff;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:86px;padding:10px;display:flex}.v211-cell b{font-size:18px}.v211-cell span{margin-top:4px;font-weight:900}.v211-cell small{color:#ffffffd1;margin-top:3px;font-size:11px}.heat-strong-pos{background:linear-gradient(135deg,#14532d,#22c55e)}.heat-pos{background:linear-gradient(135deg,#14532d,#15803d)}.heat-neutral{background:linear-gradient(135deg,#334155,#475569)}.heat-neg{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.heat-strong-neg{background:linear-gradient(135deg,#450a0a,#dc2626)}.v211-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}@media (width<=1100px){.v211-heatmap{grid-template-columns:1fr}.v211-cells{grid-template-columns:repeat(3,1fr)}.v211-hero{display:block}.v211-status{margin-top:16px}}@media (width<=650px){.v211-cells{grid-template-columns:repeat(2,1fr)}}.v211-market-board{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:14px}.v211-market-summary{color:#cbd5e1;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;display:flex}.v211-market-summary b{color:#fff}.v211-market-summary small{color:#64748b;margin-left:auto}.v211-market-cells{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:92px;gap:8px;display:grid}.v211-market-cells .v211-cell{grid-column:span 1;min-width:0;min-height:0}.v211-market-cells .v211-cell.volume-md{grid-column:span 2}.v211-market-cells .v211-cell.volume-lg{grid-area:span 2/span 2}.v211-market-cells .v211-cell.volume-xl{grid-area:span 2/span 3}.v211-market-cells .v211-cell.volume-lg b,.v211-market-cells .v211-cell.volume-xl b{font-size:22px}.v211-market-cells .v211-cell small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=1000px){.v211-market-cells{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (width<=650px){.v211-market-summary small{width:100%;margin-left:0}.v211-market-cells{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:86px}.v211-market-cells .v211-cell{grid-column:span 2}.v211-market-cells .v211-cell.volume-lg,.v211-market-cells .v211-cell.volume-xl{grid-area:span 1/span 4}}.v211-profile-topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#020617db,#0f172ab8);border:1px solid #94a3b82e;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin:-8px 0 18px;padding:12px 14px;display:flex;position:sticky;top:0;box-shadow:0 18px 50px #00000047}.v211-brand-mini{color:#fff;align-items:center;gap:12px;display:flex}.v211-brand-mini b{letter-spacing:.2px;font-size:15px;display:block}.v211-brand-mini small{color:#94a3b8;margin-top:2px;font-size:11px;display:block}.v211-brand-icon{background:linear-gradient(135deg,#22c55e,#0891b2,#7c3aed);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 0 24px #22c55e38}.profile-dock{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-pill-wrap{display:flex;position:relative}.profile-pill{color:#e5e7eb;background:linear-gradient(145deg,#1e293bd1,#0f172ae0);border:1px solid #94a3b833;border-radius:18px;align-items:center;gap:10px;min-width:138px;padding:8px 12px 8px 8px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 12px 28px #0003}.profile-pill:hover{border-color:#38bdf873;transform:translateY(-1px);box-shadow:0 18px 36px #38bdf81a}.profile-pill.active{background:linear-gradient(145deg,#14532dd1,#0f172aeb);border-color:#22c55e9e;box-shadow:0 0 0 1px #22c55e33,0 0 28px #22c55e24}.profile-pill.pig.active{border-color:#f472b69e;box-shadow:0 0 0 1px #f472b633,0 0 28px #f472b624}.profile-pill.goose.active{background:linear-gradient(145deg,#713f12e0,#0f172aeb);border-color:#facc15b8;box-shadow:0 0 0 1px #facc1538,0 0 28px #facc152e}.profile-pill.bull.active{background:linear-gradient(145deg,#065f46e0,#0f172aeb);border-color:#10b981b8;box-shadow:0 0 0 1px #10b98138,0 0 28px #10b9812e}.profile-pill.owl{--profile-accent:#f59e0b}.profile-pill.turtle{--profile-accent:#10b981}.profile-pill.eagle{--profile-accent:#fbbf24}.profile-pill.fox{--profile-accent:#f97316}.profile-pill.whale{--profile-accent:#38bdf8}.profile-pill.shark{--profile-accent:#22d3ee}.profile-pill.squirrel{--profile-accent:#fb923c}.profile-pill.ant{--profile-accent:#ef4444}.profile-pill.tiger{--profile-accent:#f97316}.profile-pill.elephant{--profile-accent:#a78bfa}.profile-pill:is(.owl,.turtle,.eagle,.fox,.whale,.shark,.squirrel,.ant,.tiger,.elephant).active{border-color:var(--profile-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--profile-accent) 30%,transparent),0 0 28px color-mix(in srgb,var(--profile-accent) 24%,transparent)}.profile-avatar{background:radial-gradient(circle at 35% 25%,#ffffff47,#ffffff0a 42%,#0f172aa8);border:1px solid #ffffff2e;border-radius:16px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:flex;overflow:hidden}.profile-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.profile-pill.bear .profile-avatar{background:linear-gradient(135deg,#92400e,#451a03)}.profile-pill.pig .profile-avatar{background:linear-gradient(135deg,#f9a8d4,#be185d)}.profile-pill.goose .profile-avatar{background:linear-gradient(135deg,#fde68a,#ca8a04);border-color:#fef08ab8}.profile-pill.bull .profile-avatar{background:linear-gradient(135deg,#6ee7b7,#047857);border-color:#a7f3d09e}.profile-text{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.profile-text b{color:#fff;font-size:14px}.profile-text small{color:#94a3b8;margin-top:4px;font-size:11px}.profile-pill.active .profile-text small{color:#bbf7d0}.profile-pill.pig.active .profile-text small{color:#fbcfe8}.profile-pill.goose.active .profile-text small{color:#fef08a}.profile-pill.bull.active .profile-text small{color:#a7f3d0}.profile-edit{z-index:2;color:#bae6fd;opacity:.78;background:#082f49;border:1px solid #38bdf885;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;bottom:-6px;right:-5px}.profile-edit:hover{opacity:1;color:#fff;background:#0369a1;transform:scale(1.06)}.profile-remove{z-index:2;color:#fecaca;opacity:.74;background:#450a0a;border:1px solid #f8717185;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:16px;line-height:1;display:flex;position:absolute;top:-6px;right:-5px}.profile-remove:hover{opacity:1;color:#fff;background:#991b1b;transform:scale(1.06)}.profile-add{color:#bae6fd;background:#082f496b;border:1px dashed #38bdf880;border-radius:18px;min-height:52px;padding:0 15px;font-weight:900}.profile-add:hover{color:#fff;background:#082f49b8;border-color:#38bdf8}.profile-add-form,.profile-edit-form{background:#0f172af0;border:1px solid #38bdf86b;border-radius:18px;flex-wrap:wrap;align-items:center;gap:6px;width:min(920px,100vw - 330px);padding:10px;display:flex}.profile-add-fields{gap:5px;display:grid}.profile-add-form input,.profile-edit-form input{color:#fff;background:#020617;border:1px solid #94a3b84d;border-radius:12px;width:190px;margin:0;padding:9px 10px}.profile-avatar-picker{border:1px solid #94a3b833;border-radius:14px;flex:1 0 100%;min-width:0;margin:4px 0 0;padding:8px}.profile-avatar-picker legend{color:#94a3b8;padding:0 6px;font-size:10px}.profile-avatar-picker>div{grid-template-columns:repeat(7,minmax(92px,1fr));gap:6px;display:grid}.profile-avatar-picker button{color:#cbd5e1;text-align:left;background:#020617ad;border:1px solid #94a3b829;border-radius:11px;align-items:center;gap:6px;min-width:0;padding:5px;display:flex}.profile-avatar-picker button:hover{border-color:#38bdf88c}.profile-avatar-picker button.selected{background:#0e749042;border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf829}.profile-avatar-picker img{object-fit:cover;border-radius:10px;flex:0 0 38px;width:38px;height:38px}.profile-avatar-picker button span{min-width:0;display:grid}.profile-avatar-picker button b,.profile-avatar-picker button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-avatar-picker button b{color:#fff;font-size:10px}.profile-avatar-picker button small{color:#94a3b8;font-size:8px}.profile-add-form button{border-radius:10px;min-height:36px;padding:0 10px}.profile-edit-form{align-items:flex-end}.profile-edit-form label>span{color:#94a3b8;margin:0 0 3px 4px;font-size:10px;display:block}.profile-form-actions{gap:5px;display:flex}.profile-edit-form button{border-radius:10px;min-height:36px;padding:0 10px}.profile-add-confirm{color:#fff;background:#15803d;border:1px solid #22c55e}.profile-add-cancel{color:#e2e8f0;background:#334155;border:1px solid #475569}.v211-logo{box-shadow:0 0 26px #22c55e3d;background:linear-gradient(135deg,#22c55e,#0891b2,#7c3aed)!important}.brand-mark{border:1px solid #5eead438;border-radius:16px;place-items:center;width:50px;min-width:50px;height:50px;display:inline-grid;position:relative;overflow:hidden;background:linear-gradient(145deg,#0f1d2c,#050b12)!important;box-shadow:0 12px 32px #0206176b,0 0 22px #2dd4bf1f!important}.brand-mark:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff29,#0000);position:absolute;inset:-45% 28% 55% -20%;transform:rotate(-22deg)}.brand-mark svg{width:100%;height:100%;display:block}.brand-mark-tile{fill:#07111e;stroke:#94a3b824;stroke-width:1px}.brand-mark-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px #2dd4bf57)}.brand-mark-arrow{fill:none;stroke:#38bdf8;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round}.brand-mark-base{fill:none;stroke:#94a3b842;stroke-width:1.3px;stroke-linecap:round}.brand-mark-node{fill:#f5c451}.brand-mark.compact{border-radius:14px;width:42px;min-width:42px;height:42px}.sidebar .brand>div:last-child{min-width:0}.sidebar .brand h2{color:#f8fafc;letter-spacing:-.25px;margin:0;font-size:18px}.sidebar .brand p{color:#7f91a6;text-overflow:ellipsis;margin:4px 0 0;font-size:9px;line-height:1.35;overflow:hidden}.v211-brand-icon.brand-mark{padding:0;background:linear-gradient(145deg,#0f1d2c,#050b12)!important}.sidebar .brand{border-bottom:1px solid #94a3b824;margin-bottom:14px;padding-bottom:18px}.sidebar nav button{position:relative;overflow:hidden}.sidebar nav button.active:before{content:"";background:linear-gradient(#22c55e,#38bdf8,#a855f7);border-radius:999px;width:3px;position:absolute;top:20%;bottom:20%;left:0}@media (width<=900px){.v211-profile-topbar{display:block;position:relative}.profile-dock{margin-top:12px}.profile-add-form,.profile-edit-form{width:100%}.profile-avatar-picker>div{grid-template-columns:repeat(4,minmax(92px,1fr))}}@media (width<=560px){.profile-pill-wrap{flex:1;min-width:calc(50% - 5px)}.profile-pill{width:100%;min-width:100%}.profile-text small{display:none}.profile-add{flex:1;min-width:calc(50% - 5px)}.profile-add-form{flex-wrap:wrap;width:100%}.profile-add-fields{width:100%}.profile-add-form input,.profile-edit-form input{width:100%;min-width:150px}.profile-edit-form{flex-wrap:wrap;width:100%}.profile-edit-form label{flex:1;min-width:150px}.profile-avatar-picker>div{grid-template-columns:repeat(2,minmax(110px,1fr));max-height:220px;overflow:auto}}.v212-page{max-width:1420px;margin:0 auto}.v212-hero{color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v212-hero h1{margin:0;font-size:38px}.v212-hero p{color:#dbeafe;margin:8px 0 0}.v212-hero.market{background:linear-gradient(120deg,#020617,#064e3b,#0891b2,#38bdf8)}.v212-hero.option{background:linear-gradient(120deg,#020617,#7c2d12,#f97316,#facc15)}.v212-hero.ai{background:linear-gradient(120deg,#312e81,#7c3aed,#ec4899)}.v212-hero.alert{background:linear-gradient(120deg,#450a0a,#be123c,#f97316)}.v212-badge{color:#fff;background:#ffffff29;border:1px solid #ffffff3d;border-radius:999px;padding:12px 18px;font-weight:900}.v212-tabs{background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:12px;display:flex}.v212-tabs button{color:#cbd5e1;background:#1e293be6;border:1px solid #94a3b82e;border-radius:12px;padding:10px 14px}.v212-tabs button.active{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);font-weight:900}.v212-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v212-alert-actions{background:linear-gradient(145deg,#111827f0,#0f172ae0);border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:flex}.v212-alert-actions input{min-width:180px}.v212-alert-actions button{color:#fff;background:linear-gradient(90deg,#38bdf8,#8b5cf6);border:0;border-radius:12px;padding:10px 14px;font-weight:900}@media (width<=900px){.v212-hero{display:block}.v212-badge{margin-top:14px;display:inline-block}}.v213-pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.v213-pagination button{color:#e2e8f0;background:#1e293be6;border:1px solid #94a3b838;border-radius:10px;padding:9px 14px}.v213-pagination button:disabled{opacity:.4;cursor:not-allowed}.v213-pagination span{color:#cbd5e1;font-weight:800}.v214-page{max-width:1420px;margin:0 auto}.v214-hero{color:#fff;background:linear-gradient(120deg,#020617,#0f766e,#2563eb,#7c3aed);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 28px 70px #00000052}.v214-hero h1{margin:0;font-size:38px}.v214-hero p{color:#dbeafe;margin:8px 0 0}.v214-score{text-align:center;background:#ffffff29;border:1px solid #ffffff3d;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-width:132px;min-height:132px;display:flex}.v214-score strong{color:#fff;font-size:44px}.v214-score span{color:#dbeafe;font-weight:900}.v214-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v214-kpis div{background:linear-gradient(145deg,#111827f0,#0f172ae6);border:1px solid #94a3b838;border-radius:18px;padding:16px}.v214-kpis span{color:#94a3b8;font-size:12px;display:block}.v214-kpis b{color:#fff;margin-top:6px;font-size:24px;display:block}.v214-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important;border:1px solid #94a3b838!important}.v214-list{color:#dbeafe;margin:0;padding-left:22px}.v214-list li{margin:10px 0;line-height:1.5}@media (width<=900px){.v214-hero{display:block}.v214-score{margin-top:16px}.v214-kpis{grid-template-columns:1fr 1fr}}@media (width<=600px){.v214-kpis{grid-template-columns:1fr}}.v22-page{max-width:1420px;margin:0 auto}.v22-hero{color:#fff;background:linear-gradient(120deg,#020617,#164e63,#4f46e5,#7c3aed);border-radius:28px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:28px;display:flex}.v22-hero h1{margin:0;font-size:38px}.v22-hero p{color:#dbeafe}.v22-hero select{min-width:180px}.v22-panel{background:linear-gradient(145deg,#111827f0,#0f172ae6)!important}.v22-brief{border-bottom:1px solid #94a3b82e;padding:16px}.v22-brief p{color:#cbd5e1;white-space:pre-wrap}.overview-live-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:16px;margin-bottom:18px;display:grid}.overview-live-grid .v1832-total-kpis{margin-bottom:0}.realtime-monitor{background:linear-gradient(160deg,#0f172afa,#1e293beb);border:1px solid #38bdf840;border-radius:22px;padding:16px;box-shadow:0 18px 45px #00000040}.realtime-monitor-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.realtime-monitor-head h3{color:#fff;margin:0}.realtime-monitor-head small{color:#64748b}.realtime-monitor button{color:#bae6fd;background:#0ea5e91f;border:1px solid #38bdf847;border-radius:9px;padding:7px 10px}.realtime-list{gap:8px;display:grid}.realtime-row{background:#02061773;border:1px solid #94a3b81f;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:11px;display:flex}.realtime-row>div{flex-direction:column;display:flex}.realtime-row b{color:#fff}.realtime-row small{color:#64748b;font-size:10px}.realtime-price{text-align:right;align-items:flex-end}.realtime-daily-change{white-space:nowrap;justify-content:flex-end;align-items:center;gap:5px;margin-top:3px;display:flex}.realtime-daily-change small{color:#64748b}.realtime-daily-change span{font-size:11px;font-weight:800}.realtime-daily-change.neutral span{color:#94a3b8}.realtime-empty{width:100%;min-height:58px;border-style:dashed!important}.realtime-editor{gap:9px;display:grid}.realtime-editor label>span{color:#94a3b8;margin-bottom:3px;font-size:10px;display:block}.realtime-editor label>div{display:flex}.realtime-editor input{border-radius:9px 0 0 9px;width:100%;min-width:0}.realtime-editor label button{color:#fda4af;border-radius:0 9px 9px 0}.realtime-editor>small{color:#64748b;line-height:1.4}.realtime-refresh{width:100%;margin-top:10px}.global-flow-page{max-width:1420px;margin:0 auto}.global-flow-hero{color:#fff;background:radial-gradient(circle at 78% 20%,#22c55e59,#0000 30%),linear-gradient(125deg,#020617,#0f3d3e,#0e7490);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex;box-shadow:0 25px 70px #0000004d}.global-flow-hero h1{margin:5px 0;font-size:40px}.global-flow-hero p{color:#cffafe;margin:0}.global-flow-kicker{letter-spacing:.18em;color:#67e8f9;font-size:11px;font-weight:900}.global-flow-hero button{color:#0f172a;background:#fff;border:0;border-radius:12px;padding:12px 16px;font-weight:900}.global-flow-notice{color:#fef3c7;background:#78350f2e;border:1px solid #f59e0b47;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0;padding:12px 15px;display:flex}.global-flow-notice span{color:#cbd5e1}.global-flow-notice small{color:#94a3b8;margin-left:auto}.global-flow-error{color:#fecaca;background:#7f1d1d4d;border-radius:16px;padding:20px}.global-flow-cards{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.global-flow-cards article{background:linear-gradient(145deg,#111827f5,#0f172ae0);border:1px solid #94a3b833;border-radius:18px;padding:15px}.global-flow-card-head{color:#e2e8f0;align-items:center;gap:7px;display:flex}.global-flow-card-head>span{border-radius:50%;width:9px;height:9px}.global-flow-card-head small{color:#64748b;margin-left:auto}.global-flow-cards article>strong{margin:15px 0 8px;font-size:28px;display:block}.global-flow-cards article>div:nth-child(3){color:#cbd5e1;gap:12px;font-size:12px;display:flex}.global-flow-cards article>small{color:#64748b;margin-top:8px;display:block}.global-flow-grid{grid-template-columns:1.35fr 1fr;gap:14px;display:grid}.global-flow-panel h3{margin-bottom:4px}.global-flow-panel>p{color:#94a3b8;margin-top:0;font-size:12px}@media (width<=1100px){.overview-live-grid{grid-template-columns:1fr}.realtime-monitor{display:block}.global-flow-cards{grid-template-columns:1fr 1fr}.global-flow-grid{grid-template-columns:1fr}}@media (width<=650px){.global-flow-hero{display:block}.global-flow-hero button{margin-top:16px}.global-flow-hero h1{font-size:30px}.global-flow-cards{grid-template-columns:1fr}.global-flow-notice small{width:100%;margin-left:0}}.dividend-live-bar{background:linear-gradient(135deg,#064e3bbf,#0f172af0);border:1px solid #22c55e4d;border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:14px;display:flex}.dividend-live-bar>div{flex-direction:column;flex:1;min-width:240px;display:flex}.dividend-live-bar b{color:#bbf7d0}.dividend-live-bar span{color:#e2e8f0}.dividend-live-bar small{color:#94a3b8;margin-top:3px}.dividend-live-bar button{color:#dcfce7;background:#22c55e1f;border:1px solid #22c55e59;border-radius:10px;padding:9px 12px}.dividend-live-bar button:disabled{opacity:.5}.dividend-live-badge{color:#86efac;background:#22c55e26;border:1px solid #22c55e4d;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;display:inline-flex}.overview-dividend-live{background:linear-gradient(100deg,#064e3b73,#0f172ae6);border:1px solid #22c55e40;border-radius:15px;flex-wrap:wrap;align-items:center;gap:14px;margin:-4px 0 18px;padding:13px 15px;display:flex}.overview-dividend-live>div{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.overview-dividend-live>div:nth-child(2){color:#cbd5e1;margin-left:auto;font-size:12px}.overview-dividend-live small{color:#94a3b8}.overview-dividend-live button{color:#bbf7d0;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:9px;padding:8px 11px}.option-recommendation{text-align:center;background:#0f172a73;border:1px solid #fff3;border-radius:18px;min-width:170px;padding:14px 18px}.option-recommendation strong{color:#fff;font-size:25px;display:block}.option-recommendation span{color:#fed7aa}.option-recommendation.long-call,.option-signal.long-call{color:#86efac;background:#16a34a38}.option-recommendation.long-put,.option-signal.long-put{color:#fda4af;background:#e11d4838}.option-recommendation.wait,.option-signal.wait{color:#cbd5e1;background:#64748b38}.option-live-controls label{color:#cbd5e1;flex:1;min-width:300px}.option-live-controls input{width:100%;margin-top:5px;display:block}.option-live-controls>div{color:#e2e8f0;flex-direction:column;display:flex}.option-live-controls small{color:#94a3b8}.option-live-grid{align-items:start}.option-table-wrap{overflow:auto}.option-table-wrap td:first-child small{color:#64748b;display:block}.option-signal{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;display:inline-flex}.option-signal.watch-call{color:#67e8f9;background:#0891b233}.option-signal.watch-put{color:#fdba74;background:#c2410c33}.option-score-detail{position:sticky;top:12px}.direction-score{margin:14px 0}.direction-score>div:first-child{justify-content:space-between;display:flex}.direction-score span{color:#cbd5e1;font-weight:900}.direction-score b{font-size:24px}.direction-score.call b{color:#4ade80}.direction-score.put b{color:#fb7185}.direction-score-track{background:#334155b3;border-radius:999px;height:11px;overflow:hidden}.direction-score-track i{border-radius:999px;height:100%;display:block}.direction-score.call i{background:linear-gradient(90deg,#0f766e,#22c55e)}.direction-score.put i{background:linear-gradient(90deg,#be123c,#fb7185)}.option-score-kpis{grid-template-columns:1fr 1fr;gap:9px;margin:16px 0;display:grid}.option-score-kpis>div{background:#02061761;border:1px solid #94a3b821;border-radius:11px;padding:10px}.option-score-kpis span{color:#64748b;font-size:10px;display:block}.option-score-kpis b{color:#e2e8f0;font-size:12px}.option-reasons{grid-template-columns:1fr 1fr;gap:12px;display:grid}.option-reasons>div{background:#0206174d;border-radius:12px;padding:11px}.option-reasons h4{color:#fff;margin:0 0 8px}.option-reasons p{color:#94a3b8;margin:5px 0;font-size:11px;line-height:1.35}@media (width<=800px){.overview-dividend-live>div:nth-child(2){margin-left:0}.option-score-detail{position:static}.option-score-kpis,.option-reasons{grid-template-columns:1fr}}.holdings-daily-panel{color:#0f172a;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #dbeafe;border-radius:22px;margin-top:18px;padding:20px;box-shadow:0 18px 48px #0f172a17}.holdings-daily-head{justify-content:space-between;align-items:center;gap:18px;display:flex}.holdings-daily-head>div:first-child>span{color:#2563eb;letter-spacing:.12em;font-size:11px;font-weight:900}.holdings-daily-head h2{color:#0f172a;margin:5px 0 4px}.holdings-daily-head p{color:#64748b;margin:0;font-size:12px}.holdings-daily-summary{text-align:right;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;min-width:190px;padding:12px 16px}.holdings-daily-summary small,.holdings-daily-summary span{color:#64748b;display:block}.holdings-daily-summary b{font-size:22px;display:block}.holdings-daily-summary strong{font-size:14px}.holdings-daily-summary.pos{background:#ecfdf5;border-color:#bbf7d0}.holdings-daily-summary.neg{background:#fff1f2;border-color:#fecdd3}.holdings-daily-toolbar{color:#64748b;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;margin:16px 0 8px;padding-top:12px;font-size:12px;display:flex}.holdings-daily-toolbar button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.holdings-daily-table-wrap{overflow-x:auto}.holdings-daily-panel table{min-width:840px}.holdings-daily-panel th{background:#f8fafc;color:#64748b!important}.holdings-daily-panel td{border-color:#e2e8f0;color:#0f172a!important}.holdings-daily-panel td.pos{color:#16a34a!important}.holdings-daily-panel td.neg{color:#dc2626!important}.holdings-daily-panel td.neutral{color:#94a3b8!important}.holdings-daily-panel td:first-child b,.holdings-daily-panel td:nth-child(3) b{display:block}.holdings-daily-panel td small{color:#94a3b8;margin-top:3px;font-size:10px;display:block}.holdings-daily-empty{text-align:center;color:#64748b;background:#f8fafc;border-radius:14px;padding:28px}.holdings-daily-error{color:#dc2626;font-size:12px}.holdings-daily-note{color:#64748b;margin:10px 0 0;font-size:11px}@media (width<=700px){.holdings-daily-head{flex-direction:column;align-items:stretch}.holdings-daily-summary{text-align:left}.holdings-daily-toolbar{flex-direction:column;align-items:flex-start}.holdings-daily-toolbar button{width:100%}}.holdings-history-section{border-top:1px solid #dbeafe;margin-top:20px;padding-top:18px}.holdings-history-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.holdings-history-head h3{color:#0f172a;margin:0}.holdings-history-head p{color:#64748b;margin:4px 0 0;font-size:11px}.holdings-history-head button{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;padding:7px 10px}.holdings-history-table{min-width:600px!important}.holdings-history-table td:nth-child(2),.holdings-history-table td:nth-child(3){font-size:16px;font-weight:900}@media (width<=700px){.holdings-history-head{flex-direction:column;align-items:flex-start}.holdings-history-head button{width:100%}}.v23-decision-page{max-width:1500px;margin:0 auto}.v23-decision-hero{color:#fff;background:radial-gradient(circle at 75% 15%,#22d3ee38,#0000 28%),linear-gradient(120deg,#020617,#172554,#312e81,#0f766e);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex;box-shadow:0 28px 75px #00000057}.v23-decision-hero>div:first-child>span{color:#67e8f9;letter-spacing:.18em;font-size:11px;font-weight:900}.v23-decision-hero h1{margin:5px 0;font-size:42px}.v23-decision-hero p{color:#c7d2fe;margin:0}.v23-regime{text-align:center;background:#02061759;border:1px solid #fff3;border-radius:22px;min-width:190px;padding:18px}.v23-regime small,.v23-regime span{color:#cbd5e1;display:block}.v23-regime strong{margin:4px;font-size:30px;display:block}.v23-regime.risk-on strong{color:#4ade80}.v23-regime.risk-off strong{color:#fb7185}.v23-regime.mixed strong{color:#facc15}.v23-live-strip{color:#cbd5e1;background:#0f172adb;border:1px solid #94a3b82e;border-radius:13px;align-items:center;gap:12px;margin:13px 0;padding:10px 14px;display:flex}.v23-live-strip span{color:#64748b;margin-left:auto;font-size:11px}.v23-live-strip button,.v23-section-head button,.v23-action-table button{color:#bae6fd;background:#0ea5e91f;border:1px solid #38bdf840;border-radius:9px;padding:7px 10px}.v23-decision-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.v23-decision-kpis article{background:linear-gradient(145deg,#111827f5,#0f172ae0);border:1px solid #94a3b833;border-radius:18px;padding:16px}.v23-decision-kpis span,.v23-decision-kpis small{color:#94a3b8;display:block}.v23-decision-kpis strong{color:#fff;margin:5px 0;font-size:29px;display:block}.v2462-score-kpis{grid-template-columns:repeat(5,1fr)}.v2462-score-kpis .score-strong,.v2462-score-kpis .score-healthy,.v2462-score-kpis .score-approved{background:linear-gradient(145deg,#0b3430f5,#0f172ae0);border-color:#34d3996b}.v2462-score-kpis .score-watch,.v2462-score-kpis .score-high-risk{background:linear-gradient(145deg,#411826f5,#0f172ae0);border-color:#fb718573}.v2462-score-kpis .score-research{border-color:#fbbf2466}.v23-main-grid{grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);gap:14px;margin-bottom:14px;display:grid}.v23-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.v23-section-head h2,.v23-section-head p{margin:0}.v23-section-head p{color:#94a3b8;font-size:12px}.v23-action-table{overflow:auto}.v23-action-table td:first-child small{color:#64748b;display:block}.v23-action-table td{font-size:12px}.v23-action{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.v23-action.add{color:#86efac;background:#22c55e29}.v23-action.hold{color:#7dd3fc;background:#0ea5e929}.v23-action.wait{color:#cbd5e1;background:#64748b2e}.v23-action.reduce,.v23-action.hedge{color:#fda4af;background:#f43f5e29}.v23-action.review{color:#fcd34d;background:#f59e0b29}.v23-priorities{align-content:start;gap:14px;display:grid}.v23-priority{border-bottom:1px solid #94a3b81f;gap:9px;padding:10px 0;display:flex}.v23-priority>span{border-radius:6px;align-self:flex-start;padding:3px 6px;font-size:9px;font-weight:900}.v23-priority .critical{color:#fecdd3;background:#881337}.v23-priority .high{color:#fed7aa;background:#7c2d12}.v23-priority .medium{color:#fef08a;background:#713f12}.v23-priority .low{color:#cffafe;background:#164e63}.v23-priority div{flex-direction:column;display:flex}.v23-priority small{color:#94a3b8;line-height:1.35}.v23-change{border-bottom:1px solid #94a3b81f;justify-content:space-between;gap:10px;padding:9px 0;display:flex}.v23-change span{color:#cbd5e1}.v23-lower-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.v23-rotation-list{grid-template-columns:1fr 1fr;gap:9px;display:grid}.v23-rotation-list>div{background:#02061759;border-radius:12px;grid-template-columns:1fr auto;padding:11px;display:grid}.v23-rotation-list small{color:#64748b;grid-column:1/-1}.v23-lower-grid label{color:#cbd5e1;grid-template-columns:1fr auto;gap:8px;margin:12px 0;display:grid}.v23-lower-grid input[type=range]{grid-column:1/-1;width:100%}.v23-scenario-result{grid-template-columns:1fr 1fr;gap:10px;display:grid}.v23-scenario-result>div{background:#02061761;border-radius:12px;padding:13px}.v23-scenario-result span,.v23-scenario-result small{color:#94a3b8;display:block}.v23-scenario-result b{font-size:20px;display:block}.v23-journal{margin-bottom:20px}@media (width<=1100px){.v23-main-grid,.v23-lower-grid{grid-template-columns:1fr}.v23-decision-kpis{grid-template-columns:1fr 1fr}}@media (width<=650px){.v23-decision-hero{display:block}.v23-regime{margin-top:16px}.v23-decision-hero h1{font-size:31px}.v23-decision-kpis,.v23-rotation-list,.v23-scenario-result{grid-template-columns:1fr}.v23-live-strip{flex-wrap:wrap}.v23-live-strip span{width:100%;margin-left:0}}.v231-news{margin-bottom:14px}.v231-news .v23-section-head>span{color:#7dd3fc;background:#0ea5e91f;border-radius:10px;padding:8px 11px;font-weight:900}.v231-news-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.v231-news-item{background:#02061761;border:1px solid #94a3b824;border-radius:14px;padding:13px;text-decoration:none;transition:transform .18s,border-color .18s;display:block}.v231-news-item:hover{border-color:#38bdf866;transform:translateY(-2px)}.v231-news-item.negative{border-left:3px solid #fb7185}.v231-news-item.positive{border-left:3px solid #4ade80}.v231-news-item.neutral{border-left:3px solid #94a3b8}.v231-news-item>div{align-items:center;gap:7px;display:flex}.v231-news-item>div>b{color:#fff}.v231-news-item>div>span{color:#94a3b8;font-size:10px}.v231-news-item>div>em{color:#67e8f9;margin-left:auto;font-size:10px;font-style:normal}.v231-news-item h3{color:#e2e8f0;margin:10px 0 7px;font-size:14px;line-height:1.4}.v231-news-item p{color:#64748b;margin:0;font-size:10px}@media (width<=1000px){.v231-news-grid{grid-template-columns:1fr 1fr}}@media (width<=650px){.v231-news-grid{grid-template-columns:1fr}}.v232-stock-search{margin-bottom:14px;background:radial-gradient(circle at 90% 0,#7c3aed1f,#0000 30%),linear-gradient(145deg,#111827f5,#0f172ae6)!important;border-color:#a855f747!important}.v232-stock-search .v23-section-head>span{color:#c4b5fd;font-size:11px}.v232-search-form{grid-template-columns:170px minmax(220px,1fr) auto;gap:9px;margin-top:15px;display:grid}.v232-search-form select,.v232-search-form input{color:#e2e8f0;background:#0206178c;border:1px solid #94a3b838;border-radius:11px;padding:11px}.v232-search-form button{color:#fff;background:linear-gradient(90deg,#7c3aed,#0891b2);border:0;border-radius:11px;padding:11px 17px;font-weight:900}.v232-search-form button:disabled{opacity:.55}.v232-search-error{color:#fda4af;margin:10px 0 0}.v232-analysis{margin-top:14px}.v232-verdict{background:linear-gradient(110deg,#1e293bd1,#312e8152);border:1px solid #818cf833;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.v232-verdict small{color:#a5b4fc;letter-spacing:.12em;font-weight:900;display:block}.v232-verdict strong{color:#fff;margin:3px 0;font-size:27px;display:block}.v232-verdict p{color:#cbd5e1;margin:0}.v232-score{text-align:center;background:#02061761;border-radius:15px;min-width:112px;padding:10px}.v232-score b,.v232-score span,.v232-score small{display:block}.v232-score b{color:#67e8f9;font-size:31px}.v232-score span{color:#e2e8f0;font-size:11px}.v232-score small{color:#64748b}.v232-metrics{grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px;display:grid}.v232-metrics article{background:#02061761;border:1px solid #94a3b81f;border-radius:13px;padding:13px}.v232-metrics span,.v232-metrics small{color:#94a3b8;display:block}.v232-metrics b{color:#fff;margin:5px 0;font-size:19px;display:block}.v232-metrics i{font-style:normal}.v232-technical{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.v232-technical span{color:#bae6fd;background:#0ea5e91a;border-radius:999px;padding:6px 9px;font-size:11px}.v232-search-news{margin-top:15px}.v232-search-news h3{font-size:14px}.v232-search-news a{color:#e2e8f0;border-bottom:1px solid #94a3b81f;justify-content:space-between;gap:12px;padding:9px 0;text-decoration:none;display:flex}.v232-search-news a div{flex-direction:column;display:flex}.v232-search-news a small{color:#64748b}.v232-search-news a>span{color:#67e8f9}.v232-disclaimer{color:#64748b;margin:14px 0 0;font-size:10px}@media (width<=800px){.v232-search-form{grid-template-columns:1fr}.v232-metrics{grid-template-columns:1fr 1fr}.v232-verdict{align-items:flex-start}}@media (width<=520px){.v232-metrics{grid-template-columns:1fr}.v232-verdict{display:block}.v232-score{margin-top:12px}}.earnings-page,.market-option-page{max-width:1500px;margin:0 auto}.earnings-hero{color:#fff;background:radial-gradient(circle at 80% 10%,#fbbf2447,#0000 30%),linear-gradient(120deg,#020617,#451a03,#7c2d12);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.earnings-hero span{color:#fde68a;letter-spacing:.12em;font-size:11px;font-weight:900}.earnings-hero h1{margin:5px 0;font-size:39px}.earnings-hero p{color:#fed7aa;margin:0}.earnings-hero>div:last-child{text-align:center;background:#0206174d;border-radius:18px;min-width:130px;padding:14px}.earnings-hero>div:last-child strong,.earnings-hero>div:last-child span{display:block}.earnings-hero>div:last-child strong{font-size:35px}.earnings-controls,.market-option-controls{background:#0f172ae6;border:1px solid #94a3b82e;border-radius:15px;flex-wrap:wrap;align-items:end;gap:10px;margin:14px 0;padding:13px;display:flex}.earnings-controls label,.market-option-controls label{color:#94a3b8;flex-direction:column;font-size:11px;display:flex}.earnings-controls label:first-child{flex:1;min-width:280px}.earnings-controls input,.earnings-controls select,.market-option-controls select{border-radius:9px;min-height:39px}.earnings-controls button,.market-option-controls button{color:#fff;background:linear-gradient(90deg,#f59e0b,#ea580c);border:0;border-radius:9px;min-height:39px;padding:0 15px;font-weight:900}.earnings-notice{color:#fde68a;background:#78350f24;border:1px solid #f59e0b40;border-radius:13px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.earnings-notice span{color:#cbd5e1}.earnings-notice small{color:#64748b;margin-left:auto}.earnings-table{overflow:auto}.earnings-risk{border-radius:999px;justify-content:center;min-width:38px;padding:5px;font-weight:900;display:inline-flex}.earnings-risk.risk-high{color:#fda4af;background:#f43f5e2e}.earnings-risk.risk-medium{color:#fcd34d;background:#f59e0b2e}.earnings-risk.risk-low{color:#86efac;background:#22c55e29}.market-option-intro{background:linear-gradient(120deg,#1e3a8a85,#581c876b);border:1px solid #818cf838;border-radius:20px;justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.market-option-intro h2,.market-option-intro p{margin:0}.market-option-intro p{color:#cbd5e1;margin-top:5px}.market-option-intro>div:last-child{text-align:center}.market-option-intro strong,.market-option-intro span{display:block}.market-option-intro strong{color:#67e8f9;font-size:32px}.market-option-intro span{color:#94a3b8}.market-option-controls>div{flex-direction:column;display:flex}.market-option-controls>div b{color:#e2e8f0}.market-option-controls>div small{color:#64748b}.market-option-results{margin-top:12px}.market-option-results .v23-section-head>span{color:#7dd3fc}@media (width<=700px){.earnings-hero,.market-option-intro{display:block}.earnings-hero>div:last-child{margin-top:14px}.earnings-notice small{width:100%;margin-left:0}}.v234-page{max-width:1500px;margin:0 auto}.v234-hero{color:#fff;background:radial-gradient(circle at 82% 12%,#f43f5e38,#0000 28%),linear-gradient(120deg,#020617,#172554,#4c1d95,#164e63);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex}.v234-hero>div>span{color:#67e8f9;letter-spacing:.14em;font-size:11px;font-weight:900}.v234-hero h1{margin:5px 0;font-size:42px}.v234-hero p{color:#cbd5e1;margin:0}.v234-risk-score{text-align:center;background:#02061759;border:1px solid #fff3;border-radius:20px;min-width:130px;padding:17px}.v234-risk-score strong,.v234-risk-score span{display:block}.v234-risk-score strong{color:#fcd34d;font-size:38px}.v234-risk-score.high strong{color:#fb7185}.v234-control{background:#0f172ae6;border:1px solid #94a3b82e;border-radius:14px;flex-wrap:wrap;align-items:center;gap:14px;margin:14px 0;padding:13px;display:flex}.v234-control label{color:#cbd5e1;align-items:center;gap:10px;display:flex}.v234-control input{width:180px}.v234-control button,.v234-outcome button{color:#bae6fd;background:#0ea5e926;border:1px solid #38bdf84d;border-radius:9px;padding:8px 11px}.v234-control>span{margin-left:auto;font-weight:900}.v234-kpis{grid-template-columns:repeat(7,1fr);gap:9px;margin-bottom:14px;display:grid}.v234-kpis article{background:linear-gradient(145deg,#111827f5,#0f172ae0);border:1px solid #94a3b82b;border-radius:15px;padding:14px}.v234-kpis span{color:#94a3b8;font-size:11px;display:block}.v234-kpis b{margin-top:5px;font-size:20px;display:block}.v234-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.v234-grid .panel,.v234-fundamentals,.v234-page>.panel{margin-bottom:14px}.v234-calibration{color:#fcd34d;background:#f59e0b21;border-radius:13px;justify-content:space-between;padding:13px;display:flex}.v234-calibration.calibrated{color:#86efac;background:#22c55e21}.v234-calibration.insufficient{color:#fda4af;background:#f43f5e21}.v234-validation-row,.v234-correlation,.v234-stress{border-bottom:1px solid #94a3b81f;justify-content:space-between;gap:12px;padding:9px 0;display:flex}.v234-validation-row span{color:#cbd5e1}.v234-allocation{flex-wrap:wrap;gap:7px;margin:9px 0;display:flex}.v234-allocation>b{text-transform:uppercase;color:#94a3b8;width:75px}.v234-allocation span{color:#c7d2fe;background:#6366f11f;border-radius:999px;padding:4px 7px;font-size:11px}.v234-stress div{flex-direction:column;display:flex}.v234-stress small{color:#64748b}.v234-quality{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:9px;display:grid}.v234-quality article{background:#02061759;border:1px solid #94a3b824;border-radius:13px;flex-direction:column;padding:12px;display:flex}.v234-quality article.live{border-left:3px solid #22c55e}.v234-quality article.stale,.v234-quality article.unavailable{border-left:3px solid #fb7185}.v234-quality article span{color:#86efac;font-size:10px;font-weight:900}.v234-quality article.stale span,.v234-quality article.unavailable span{color:#fda4af}.v234-quality article small{color:#64748b}.v234-outcome{gap:5px;display:flex}.v234-outcome input{width:90px;min-width:0}.v234-journal .v23-section-head>span{color:#7dd3fc}@media (width<=1150px){.v234-kpis{grid-template-columns:repeat(4,1fr)}}@media (width<=800px){.v234-grid{grid-template-columns:1fr}.v234-kpis{grid-template-columns:1fr 1fr}.v234-hero{display:block}.v234-risk-score{margin-top:14px}.v234-control>span{width:100%;margin-left:0}}@media (width<=500px){.v234-kpis{grid-template-columns:1fr}.v234-control label{display:block}.v234-hero h1{font-size:32px}}.smart-drip{margin:14px 0;background:radial-gradient(circle at 95% 0,#22c55e1c,#0000 30%),linear-gradient(145deg,#111827f5,#0f172ae6)!important;border-color:#22c55e4d!important}.smart-drip>.v212-tabs{margin:14px 0}.smart-drip>.form-grid{margin-bottom:13px}.smart-drip>.v23-section-head>span{color:#86efac;text-align:right;font-size:11px}.drip-preview{margin-top:14px}.drip-recommendation{background:#0ea5e91f;border:1px solid #38bdf833;border-radius:14px;flex-direction:column;gap:4px;margin-bottom:12px;padding:14px;display:flex}.drip-recommendation strong{color:#7dd3fc;font-size:21px}.drip-recommendation span{color:#cbd5e1}.drip-recommendation.reinvest{background:#22c55e21;border-color:#22c55e40}.drip-recommendation.reinvest strong{color:#86efac}.drip-recommendation.redirect,.drip-recommendation.review{background:#f59e0b21;border-color:#f59e0b40}.drip-recommendation.redirect strong,.drip-recommendation.review strong{color:#fcd34d}.drip-recommendation.accumulate_cash{background:#64748b26}.smart-drip .drip-kpis{margin:0 0 13px}.smart-drip .primary:disabled{opacity:.45;cursor:not-allowed}@media (width<=750px){.smart-drip .v23-section-head{display:block}.smart-drip .v23-section-head>span{text-align:left;margin-top:7px;display:block}}.drip-visual-dashboard{gap:13px;display:grid}.drip-visual-kpis{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.drip-visual-kpis article{background:linear-gradient(145deg,#122234,#0d1927);border:1px solid #294158;border-radius:14px;gap:4px;padding:14px;display:grid}.drip-visual-kpis span,.drip-visual-kpis small{color:#8298aa}.drip-visual-kpis b{color:#f1f5f9;font-size:23px}.drip-visual-kpis b.pos{color:#4ade80}.drip-visual-controls{background:#0e1b29;border:1px solid #2a4054;border-radius:13px;align-items:center;gap:18px;padding:12px 14px;display:flex}.drip-visual-controls>div{margin-right:auto;display:grid}.drip-visual-controls>div small{color:#758b9e}.drip-visual-controls label{align-items:center;gap:8px;display:flex}.drip-visual-controls input{width:150px;margin:0}.drip-visual-controls select{min-width:90px}.drip-growth-chart{margin:0!important}.drip-growth-chart .recharts-legend-item-text,.drip-visual-grid .recharts-legend-item-text{color:#94a3b8!important}.drip-visual-grid{grid-template-columns:1.15fr .85fr;gap:13px;display:grid}.drip-visual-grid>.panel{min-width:0;margin:0!important}.drip-allocation-chart{position:relative}.drip-allocation-center{text-align:center;pointer-events:none;display:grid;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}.drip-allocation-center small{color:#71869a}.drip-allocation-center b{color:#e2e8f0;font-size:17px}.drip-flow-map{background:linear-gradient(90deg,#1e293be6,#0f172af0);border:1px solid #2a4055;border-radius:14px;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px;padding:14px;display:grid}.drip-flow-map>div{background:#172638;border-left:4px solid #818cf8;border-radius:11px;gap:4px;padding:12px;display:grid}.drip-flow-map>div.tax{border-color:#fb7185}.drip-flow-map>div.reinvest{border-color:#22c55e}.drip-flow-map>div.cash{border-color:#38bdf8}.drip-flow-map span{color:#7e94a7;font-size:9px;font-weight:900}.drip-flow-map b{font-size:18px}.drip-flow-map i{text-align:center;color:#64748b;font-style:normal}.drip-visual-note{color:#667d91;margin:0;font-size:10px;line-height:1.5}@media (width<=1050px){.drip-visual-kpis{grid-template-columns:1fr 1fr}.drip-visual-grid,.drip-flow-map{grid-template-columns:1fr}.drip-flow-map i{transform:rotate(90deg)}}@media (width<=700px){.drip-visual-controls{flex-direction:column;align-items:flex-start}.drip-visual-controls>div{margin-right:0}.drip-visual-controls label{justify-content:space-between;width:100%}.drip-visual-controls input{flex:1}.drip-visual-kpis{grid-template-columns:1fr}.drip-allocation-center{top:55%}}.thai-ai-page{max-width:1500px;margin:0 auto}.thai-ai-hero{color:#fff;background:radial-gradient(circle at 82% 15%,#22d3ee33,#0000 27%),linear-gradient(120deg,#020617,#172554,#312e81,#115e59);border-radius:25px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.thai-ai-hero>div:first-child>span{color:#67e8f9;letter-spacing:.14em;font-size:11px;font-weight:900}.thai-ai-hero h1{margin:5px 0;font-size:39px}.thai-ai-hero p{color:#c7d2fe;margin:0}.thai-ai-hero>div:last-child{text-align:center;background:#02061757;border:1px solid #ffffff2e;border-radius:20px;min-width:125px;padding:15px}.thai-ai-hero>div:last-child strong,.thai-ai-hero>div:last-child span{display:block}.thai-ai-hero>div:last-child strong{color:#fcd34d;font-size:36px}.thai-ai-controls{background:#0f172ae6;border:1px solid #94a3b82e;border-radius:14px;flex-wrap:wrap;align-items:center;gap:9px;margin:13px 0;padding:12px;display:flex}.thai-ai-controls>b{color:#e2e8f0}.thai-ai-controls>div{flex-wrap:wrap;gap:7px;margin-left:auto;display:flex}.thai-ai-controls>div span{font-size:10px}.thai-ai-controls button{color:#bae6fd;background:#0ea5e91f;border:1px solid #38bdf840;border-radius:9px;padding:8px 11px}.thai-ai-summary{justify-content:space-between;align-items:center;gap:20px;display:flex;border-color:#6366f140!important}.thai-ai-summary h2{margin:5px 0;font-size:20px;line-height:1.55}.thai-ai-summary p{color:#94a3b8;margin:0}.thai-ai-summary>div:last-child{text-align:center;min-width:130px}.thai-ai-summary>div:last-child b,.thai-ai-summary>div:last-child span,.thai-ai-summary>div:last-child small{display:block}.thai-ai-summary>div:last-child b{color:#67e8f9;font-size:31px}.thai-ai-summary>div:last-child span,.thai-ai-summary>div:last-child small{color:#94a3b8}.thai-ai-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin:13px 0;display:grid}.thai-ai-kpis article{background:#0f172ae6;border:1px solid #94a3b829;border-radius:15px;padding:14px}.thai-ai-kpis span{color:#94a3b8;display:block}.thai-ai-kpis b{margin-top:5px;font-size:20px;display:block}.thai-ai-grid{grid-template-columns:1fr 1fr;gap:13px;margin-bottom:13px;display:grid}.thai-ai-section{margin:0!important}.thai-ai-list article{border-bottom:1px solid #94a3b81f;gap:10px;padding:11px 0;display:flex}.thai-ai-list article>span{text-align:center;color:#7dd3fc;background:#0ea5e924;border-radius:999px;align-self:flex-start;min-width:48px;padding:4px 7px;font-size:10px;font-weight:900}.thai-ai-list article div{flex-direction:column;display:flex}.thai-ai-list article b{color:#e2e8f0}.thai-ai-list article p{color:#94a3b8;margin:3px 0 0;line-height:1.45}.thai-ai-section.risk .thai-ai-list article>span{color:#fda4af;background:#f43f5e24}.thai-ai-section.long .thai-ai-list article>span,.thai-ai-section.actions .thai-ai-list article>span{color:#86efac;background:#22c55e21}.thai-ai-disclaimer{color:#64748b;font-size:10px;line-height:1.5}@media (width<=900px){.thai-ai-grid{grid-template-columns:1fr}.thai-ai-kpis{grid-template-columns:1fr 1fr}.thai-ai-controls>div{width:100%;margin-left:0}}@media (width<=600px){.thai-ai-hero,.thai-ai-summary{display:block}.thai-ai-hero>div:last-child{margin-top:14px}.thai-ai-kpis{grid-template-columns:1fr}.thai-ai-summary>div:last-child{text-align:left;margin-top:12px}}.technical-setup textarea.pine-script{min-height:250px}.technical-setup details{color:#94a3b8;margin-top:10px}.technical-setup summary{cursor:pointer;color:#7dd3fc}.technical-setup input{border-radius:10px;width:100%;margin-top:5px;display:block}.technical-copy-row{align-items:stretch;gap:7px;display:flex}.technical-copy-row textarea{flex:1}.technical-copy-row button{color:#a5f3fc;background:#0891b226;border:1px solid #22d3ee47;border-radius:10px;min-width:90px;font-weight:900}.technical-test-row{gap:7px;margin-top:10px;display:grid}.technical-test-row button{color:#bbf7d0;background:#16a34a29;border:1px solid #4ade8052}.technical-test-row button:disabled{opacity:.55;cursor:wait}.technical-test-row span{min-height:16px;font-size:11px;line-height:1.45}.technical-page{max-width:1550px;margin:0 auto}.technical-hero{color:#fff;background:radial-gradient(circle at 82% 15%,#22c55e38,#0000 28%),linear-gradient(120deg,#020617,#052e16,#164e63,#312e81);border-radius:27px;justify-content:space-between;align-items:center;gap:20px;padding:29px;display:flex}.technical-hero>div:first-child>span{color:#86efac;letter-spacing:.16em;font-size:11px;font-weight:900}.technical-hero h1{margin:5px 0;font-size:40px}.technical-hero p{color:#cffafe;margin:0}.technical-verdict{text-align:center;background:#0206175c;border:1px solid #ffffff2e;border-radius:20px;min-width:205px;padding:16px}.technical-verdict small,.technical-verdict strong,.technical-verdict span{display:block}.technical-verdict strong{color:#fcd34d;margin:5px;font-size:20px}.technical-verdict.bullish-confirmed strong{color:#4ade80}.technical-verdict.bearish-confirmed strong{color:#fb7185}.technical-controls{background:#0f172ae6;border:1px solid #94a3b82e;border-radius:14px;flex-wrap:wrap;align-items:end;gap:9px;margin:13px 0;padding:12px;display:flex}.technical-controls label{color:#94a3b8;flex-direction:column;font-size:11px;display:flex}.technical-controls input,.technical-controls select{border-radius:9px;min-height:39px}.technical-controls button{color:#fff;background:linear-gradient(90deg,#059669,#0891b2);border:0;border-radius:9px;min-height:39px;padding:0 16px;font-weight:900}.technical-controls>span{color:#94a3b8;margin-left:auto}.technical-timeframes{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:13px;display:grid}.technical-timeframes button{color:#cbd5e1;background:#0f172acc;border:1px solid #94a3b829;border-radius:11px;justify-content:space-between;padding:11px;display:flex}.technical-timeframes button.active{color:#67e8f9;background:#0891b224;border-color:#22d3ee}.technical-timeframes small{color:#94a3b8}.technical-kpis{grid-template-columns:repeat(6,1fr);gap:9px;margin-bottom:13px;display:grid}.technical-kpis article{background:#0f172ae6;border:1px solid #94a3b829;border-radius:14px;padding:13px}.technical-kpis span,.technical-kpis small{color:#94a3b8;display:block}.technical-kpis b{margin:5px 0;font-size:18px;display:block}.technical-chart{margin-bottom:13px}.technical-chart>.v23-section-head>span{color:#64748b}.technical-legend{justify-content:center;gap:13px;display:flex}.technical-legend span:before{content:"";vertical-align:middle;width:17px;height:3px;margin-right:5px;display:inline-block}.technical-legend .price:before{background:#f8fafc}.technical-legend .ema20:before{background:#22d3ee}.technical-legend .ema50:before{background:#f59e0b}.technical-legend .ema200:before{background:#a78bfa}.technical-lower{grid-template-columns:1.35fr .65fr;gap:13px;display:grid}.technical-lower>.panel{margin:0}.technical-setup ol{color:#cbd5e1;padding-left:20px;line-height:1.7}.technical-setup label{color:#94a3b8;margin-top:10px;display:block}.technical-setup textarea{border-radius:10px;width:100%;min-height:80px;margin-top:5px;font-family:monospace;font-size:10px;display:block}.technical-setup code{color:#86efac}@media (width<=1150px){.technical-kpis{grid-template-columns:repeat(3,1fr)}.technical-lower{grid-template-columns:1fr}}@media (width<=700px){.technical-hero{display:block}.technical-verdict{margin-top:14px}.technical-timeframes,.technical-kpis{grid-template-columns:1fr 1fr}.technical-controls>span{width:100%;margin-left:0}}@media (width<=480px){.technical-kpis,.technical-timeframes{grid-template-columns:1fr}.technical-hero h1{font-size:31px}}.watchlist-page{gap:18px;display:grid}.watchlist-hero{background:linear-gradient(135deg,#17213d,#142b35);border:1px solid #2f4961;border-radius:18px;justify-content:space-between;align-items:center;padding:24px;display:flex}.watchlist-hero span{letter-spacing:.14em;color:#65d9ce;font-size:11px}.watchlist-hero h1{margin:5px 0;font-size:30px}.watchlist-hero p{color:#9db1c6;margin:0}.watchlist-hero>strong{color:#65d9ce;font-size:34px}.watchlist-hero small{text-align:right;color:#9db1c6;font-size:11px;display:block}.watchlist-form{grid-template-columns:1fr 1fr 1fr 2fr auto auto;align-items:end;gap:12px;display:grid}.watchlist-form label{color:#9db1c6;gap:6px;font-size:12px;display:grid}.watchlist-form input{box-sizing:border-box;width:100%}.watchlist-tabs{flex-wrap:wrap;gap:8px;display:flex}.watchlist-tabs button.active{color:#fff;background:#3d8b83;border-color:#65d9ce}.watchlist-table{overflow:auto}.watchlist-table table{border-collapse:collapse;width:100%}.watchlist-table th,.watchlist-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #26354a;padding:12px}.watchlist-table td small{color:#71869a;font-size:10px;display:block}.watchlist-actions{gap:6px;display:flex}.watchlist-actions button{padding:6px 9px}.watchlist-actions .danger{color:#ff7d86}@media (width<=1000px){.watchlist-form{grid-template-columns:1fr 1fr}.watchlist-hero{align-items:flex-start}.watchlist-table{font-size:12px}}.watchlist-score-sort{color:#93c5fd;font-size:inherit;background:#2563eb24;border:1px solid #60a5fa47;border-radius:8px;align-items:center;gap:6px;margin:-5px;padding:5px 8px;display:inline-flex}.watchlist-score-sort:hover{color:#fff;background:#2563eb4d}.watchlist-score-sort span{color:#67e8f9;font-size:15px;line-height:1}.stock-logo{--stock-logo-size:30px;width:var(--stock-logo-size);height:var(--stock-logo-size);min-width:var(--stock-logo-size);color:#91a8be;background:linear-gradient(145deg,#2b4058,#172234);border:1px solid #3b536e;border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:inline-grid;position:relative;overflow:hidden}.stock-logo img{object-fit:contain;box-sizing:border-box;background:#fff;width:100%;height:100%;padding:3px;position:absolute;inset:0}.stock-symbol,.stock-symbol-edit{align-items:center;gap:9px;display:inline-flex}.stock-symbol>span:last-child{gap:1px;display:grid}.stock-symbol small{color:#71869a;font-size:10px;display:block}.stock-symbol-edit input{min-width:88px}.v237-watchlist{gap:16px}.v237-hero-score{text-align:right;display:grid}.v237-hero-score strong{color:#65d9ce;font-size:36px}.v237-hero-score small,.v237-hero-score b{color:#9db1c6}.v237-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.v237-board article{background:linear-gradient(145deg,#17263a,#101b2c);border:1px solid #294158;border-radius:14px;gap:5px;padding:16px;display:grid}.v237-board span{color:#8ca1b6;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.v237-board strong{color:#eff8ff;font-size:25px}.v237-board small{color:#65d9ce;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.v237-research-form{gap:14px;display:grid}.v237-form-core{grid-template-columns:1fr 1fr 1fr 1fr 2fr;gap:10px;display:grid}.v237-research-form label{color:#8fa5ba;gap:5px;font-size:11px;display:grid}.v237-research-form input,.v237-research-form select,.v237-research-form textarea{box-sizing:border-box;width:100%}.v237-thesis-editor{border-top:1px solid #283b51;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:13px;display:grid}.v237-thesis-editor textarea{resize:vertical;min-height:92px}.v237-levels,.v237-alert-rules{grid-column:1/-1;grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.v237-alert-rules{grid-template-columns:repeat(3,1fr)}.v237-alert-rules label{border:1px solid #294158;border-radius:9px;align-items:center;gap:8px;padding:9px;display:flex}.v237-alert-rules input{width:auto}.v237-form-actions{gap:8px;display:flex}.v237-pipeline{gap:7px;padding-bottom:2px;display:flex;overflow:auto}.v237-pipeline button{white-space:nowrap}.v237-pipeline button.active{color:#fff;background:#235d5b;border-color:#65d9ce}.v237-score{border:2px solid;border-radius:50%;place-items:center;width:38px;height:38px;display:inline-grid}.v237-score.score-high{color:#63dfb4;border-color:#2d9c78}.v237-score.score-mid{color:#f1c766;border-color:#9b7936}.v237-score.score-low{color:#ff838c;border-color:#9f454d}.v237-rec{background:#25364b;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:800;display:inline-block}.v237-rec.ready{color:#72e3b7;background:#174f43}.v237-rec.watch{color:#b8e877;background:#364d24}.v237-rec.wait{color:#f2cf65;background:#57491f}.v237-rec.avoid,.v237-rec.unavailable{color:#ff929a;background:#54272d}.v237-bottom-grid{grid-template-columns:1fr 1.3fr;gap:14px;display:grid}.v237-alert,.v237-catalyst{border-bottom:1px solid #25374c;grid-template-columns:85px 1fr auto;align-items:center;gap:10px;padding:10px 0;display:grid}.v237-alert.high,.v237-alert.critical{color:#ff929a}.v237-alert small,.v237-catalyst span,.v237-catalyst small{color:#8499ad}.v237-catalyst div{display:grid}.v237-catalyst em{color:#f0c768;font-size:10px;font-style:normal}.watchlist-table td small{text-overflow:ellipsis;max-width:210px;overflow:hidden}@media (width<=1100px){.v237-board,.v237-form-core{grid-template-columns:1fr 1fr}.v237-thesis-editor{grid-template-columns:1fr}.v237-levels,.v237-alert-rules{grid-template-columns:1fr 1fr}.v237-bottom-grid{grid-template-columns:1fr}}@media (width<=650px){.v237-board,.v237-form-core,.v237-levels,.v237-alert-rules{grid-template-columns:1fr}}.v2491-gold-presets{background:#754e1024;border:1px solid #f5be4647;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}.v2491-gold-presets>span{color:#e8c36c;font-size:11px;font-weight:700}.v2491-gold-presets button{align-items:center;gap:6px;padding:7px 10px;display:flex}.v2491-gold-presets button b{color:#f7d979}.v2491-gold-presets button.active{background:#b57e184d;border-color:#e8c36c}.v2491-asset-badge{color:#f7d979;letter-spacing:.08em;background:#754e104d;border:1px solid #f5be4673;border-radius:999px;margin-top:5px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:800;display:inline-block}.tv-inbox-page{gap:14px;max-width:1600px;margin:0 auto;display:grid}.tv-inbox-hero{color:#fff;background:radial-gradient(circle at 86% 0,#22c55e29,#0000 30%),linear-gradient(120deg,#020617,#102a43,#164e63);border:1px solid #38bdf840;border-radius:26px;justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.tv-inbox-hero span{color:#67e8f9;letter-spacing:.15em;font-size:10px;font-weight:900}.tv-inbox-hero h1{margin:5px 0;font-size:36px}.tv-inbox-hero p{color:#a5f3fc;margin:0}.tv-inbox-live{background:#02061759;border:1px solid #4ade8047;border-radius:17px;grid-template-columns:auto auto;align-items:center;gap:3px 8px;min-width:190px;padding:15px;display:grid}.tv-inbox-live i{background:#4ade80;border-radius:50%;width:10px;height:10px;box-shadow:0 0 14px #4ade80}.tv-inbox-live b{color:#86efac}.tv-inbox-live small{color:#94a3b8;grid-column:1/-1}.tv-inbox-live.error{border-color:#fb718566}.tv-inbox-live.error i{background:#fb7185;box-shadow:0 0 14px #fb7185}.tv-inbox-live.error b{color:#fda4af}.tv-inbox-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.tv-inbox-kpis article{background:linear-gradient(145deg,#101f2d,#111827);border:1px solid #29465b;border-radius:14px;gap:4px;padding:14px;display:grid}.tv-inbox-kpis article.bullish{border-color:#236b55}.tv-inbox-kpis article.defensive{border-color:#713745}.tv-inbox-kpis span,.tv-inbox-kpis small{color:#7890a4;font-size:10px}.tv-inbox-kpis b{color:#f1f5f9;font-size:25px}.tv-inbox-kpis .bullish b{color:#86efac}.tv-inbox-kpis .defensive b{color:#fda4af}.tv-inbox-controls{grid-template-columns:1.4fr .7fr 1fr auto auto minmax(220px,1fr);align-items:end;gap:9px;display:grid;margin:0!important}.tv-inbox-controls label{gap:5px;display:grid}.tv-inbox-controls input,.tv-inbox-controls select{width:100%}.tv-inbox-controls button{color:#a5f3fc;background:#123c4b;border:1px solid #2d7181;min-height:39px}.tv-inbox-controls>span{color:#7890a4;align-self:center;font-size:10px}.tv-inbox-toggle{white-space:nowrap;align-items:center;min-height:39px;display:flex!important}.tv-inbox-toggle input{width:auto}.tv-inbox-table{margin:0!important}.tv-inbox-table table{min-width:1250px}.tv-inbox-table tbody tr{border-left:3px solid #475569}.tv-inbox-table tbody tr.bullish{border-left-color:#22c55e}.tv-inbox-table tbody tr.defensive{border-left-color:#fb7185}.tv-inbox-table td small{color:#64748b;font-size:8px;display:block}.tv-timeframe{color:#bae6fd;background:#24384a;border-radius:8px;place-items:center;min-width:38px;padding:5px 7px;font-weight:900;display:inline-grid}.tv-signal{color:#cbd5e1;background:#27374a;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-block}.tv-signal.bullish{color:#86efac;background:#164e3c}.tv-signal.defensive{color:#fda4af;background:#541f2b}.tv-inbox-empty{text-align:center;color:#7890a4;gap:5px;padding:30px;display:grid}.tv-inbox-detail{margin:0!important}.tv-inbox-detail>div:last-child{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.tv-inbox-detail article{background:#101d2a;border:1px solid #294256;border-radius:11px;gap:4px;padding:11px;display:grid}.tv-inbox-detail article span{color:#71879a;font-size:9px}.tv-inbox-detail article b{color:#e2e8f0}.tv-inbox-note{color:#64748b;margin:0;font-size:9px;line-height:1.5}@media (width<=1100px){.tv-inbox-kpis{grid-template-columns:repeat(3,1fr)}.tv-inbox-controls{grid-template-columns:1fr 1fr 1fr}.tv-inbox-controls>span{grid-column:1/-1}.tv-inbox-detail>div:last-child{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.tv-inbox-hero{display:grid}.tv-inbox-live{min-width:0}.tv-inbox-kpis,.tv-inbox-controls,.tv-inbox-detail>div:last-child{grid-template-columns:1fr}.tv-inbox-controls>span{grid-column:auto}.tv-inbox-hero h1{font-size:29px}}.gold-monitor-page{gap:14px;max-width:1600px;margin:0 auto;display:grid}.gold-monitor-hero{color:#fff;background:radial-gradient(circle at 85% 0,#fbbf2433,#0000 31%),linear-gradient(120deg,#0c0a05,#2b2110,#4a3411);border:1px solid #fbbf244d;border-radius:27px;justify-content:space-between;align-items:center;gap:20px;padding:29px;display:flex}.gold-monitor-hero span{color:#fcd34d;letter-spacing:.15em;font-size:10px;font-weight:900}.gold-monitor-hero h1{margin:5px 0;font-size:40px}.gold-monitor-hero p{color:#fde68a;margin:0}.gold-monitor-hero>div:last-child{text-align:center;background:#0c0a0573;border:1px solid #fcd34d33;border-radius:17px;min-width:190px;padding:14px;display:grid}.gold-monitor-hero strong{color:#fbbf24;font-size:32px}.gold-monitor-hero small{color:#bda773}.gold-monitor-hero button{color:#fde68a;background:#3b2c0d;border:1px solid #7c6327;margin-top:8px}.gold-preset-panel{grid-template-columns:minmax(220px,.55fr) 1.7fr;gap:13px;display:grid;margin:0!important}.gold-preset-panel h2,.gold-preset-panel p{margin:0}.gold-preset-panel p,.gold-preset-panel footer{color:#8f805d;font-size:10px}.gold-preset-panel>div:nth-child(2){grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.gold-preset-panel button{text-align:left;color:#d6c394;background:#19160f;border:1px solid #493d25;gap:2px;padding:10px;display:grid}.gold-preset-panel button b{color:#fcd34d}.gold-preset-panel button span,.gold-preset-panel button small{font-size:9px}.gold-preset-panel button small{color:#8f805d}.gold-preset-panel button.active{background:#3b2c0d;border-color:#d4a72c}.gold-preset-panel footer{border-top:1px solid #392f1d;grid-column:1/-1;padding-top:8px}.gold-asset-strip{gap:8px;display:flex;overflow-x:auto}.gold-asset-strip>button{text-align:left;color:#d9c99d;background:#17140e;border:1px solid #493d25;grid-template-columns:1fr auto;gap:5px 18px;min-width:270px;padding:12px;display:grid}.gold-asset-strip>button .stock-symbol{grid-row:1/3}.gold-asset-strip>button>b{color:#fcd34d;text-align:right}.gold-asset-strip>button>span{color:#8f805d;text-align:right;font-size:9px}.gold-asset-strip>button.active{background:linear-gradient(120deg,#35280e,#231b0c);border-color:#fbbf24}.gold-monitor-kpis{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.gold-monitor-kpis article{background:linear-gradient(145deg,#18150e,#11100c);border:1px solid #463a22;border-radius:13px;gap:4px;padding:13px;display:grid}.gold-monitor-kpis span,.gold-monitor-kpis em{color:#8f805d;font-size:9px;font-style:normal}.gold-monitor-kpis b{color:#f4e7c0;font-size:20px}.gold-monitor-kpis b small{color:#8f805d;font-size:9px}.gold-monitor-kpis article.positive{border-color:#376447}.gold-monitor-kpis article.positive b{color:#86efac}.gold-monitor-kpis article.negative{border-color:#743644}.gold-monitor-kpis article.negative b{color:#fda4af}.gold-monitor-grid{grid-template-columns:1.45fr .75fr;gap:14px;display:grid}.gold-monitor-grid>.panel{margin:0}.gold-price-chart,.gold-rotation-chart{min-width:0}.gold-price-chart button{color:#fde68a;background:#30250d;border:1px solid #725b23}.gold-rotation-chart>.v23-section-head>span{color:#fbbf24}.gold-macro-gate{background:#2d2514;border:1px solid #785b23;border-radius:10px;gap:4px;margin-top:10px;padding:11px;display:grid}.gold-macro-gate b{color:#fde68a;font-size:10px}.gold-macro-gate span{color:#b5a16c;font-size:9px;line-height:1.5}.gold-macro-gate.approved,.gold-macro-gate.ready{background:#153025;border-color:#2f7053}.gold-monitor-empty{color:#9d8b5c;place-items:center;gap:5px;min-height:240px;display:grid}.gold-monitor-empty.small{min-height:150px}.gold-signal-table,.gold-thesis-summary{margin:0!important}.gold-signal-table table{min-width:850px}.gold-thesis-summary{justify-content:space-between;align-items:center;gap:20px;display:flex;border-color:#4a3d23!important}.gold-thesis-summary span{color:#d8af45;letter-spacing:.12em;font-size:9px;font-weight:900}.gold-thesis-summary h2{color:#f3e6be;margin:4px 0}.gold-thesis-summary p{color:#8f805d;margin:0}.gold-thesis-summary>div:last-child{text-align:right;min-width:220px;display:grid}.gold-thesis-summary>div:last-child b{color:#fcd34d}.gold-thesis-summary>div:last-child span{color:#8f805d;letter-spacing:0}.gold-monitor-note{color:#746849;margin:0;font-size:9px;line-height:1.5}@media (width<=1200px){.gold-monitor-kpis{grid-template-columns:repeat(3,1fr)}.gold-monitor-grid,.gold-preset-panel{grid-template-columns:1fr}.gold-preset-panel>div:nth-child(2){grid-template-columns:1fr 1fr}}@media (width<=700px){.gold-monitor-hero,.gold-thesis-summary{display:grid}.gold-monitor-kpis,.gold-preset-panel>div:nth-child(2){grid-template-columns:1fr}.gold-thesis-summary>div:last-child{text-align:left;min-width:0}.gold-monitor-hero h1{font-size:32px}}.strategy-page{gap:16px;display:grid}.strategy-hero{background:linear-gradient(135deg,#18253e,#15342f);border:1px solid #31564f;border-radius:18px;justify-content:space-between;align-items:center;padding:24px;display:flex}.strategy-hero span{letter-spacing:.14em;color:#6cdfba;font-size:11px}.strategy-hero h1{margin:5px 0;font-size:30px}.strategy-hero p{color:#9cafc1;margin:0}.strategy-hero>div:last-child{text-align:right;display:grid}.strategy-hero>div:last-child strong{color:#6cdfba;font-size:25px}.strategy-hero small{color:#8da1b3}.strategy-controls{grid-template-columns:1.3fr 1.1fr repeat(3,.8fr) auto auto auto auto;align-items:end;gap:9px;display:grid}.strategy-controls label,.strategy-costs label{color:#8fa3b7;gap:5px;font-size:11px;display:grid}.strategy-controls input,.strategy-controls select,.strategy-costs input{box-sizing:border-box;width:100%}.strategy-controls .strategy-check{white-space:nowrap;align-items:center;gap:6px;padding-bottom:10px;display:flex}.strategy-controls .strategy-check input{width:auto}.strategy-costs{align-items:end;gap:12px;padding:0 4px;display:flex}.strategy-costs label{max-width:120px}.strategy-costs span{color:#6cdfba;margin-left:auto}.strategy-tabs{gap:8px;display:flex;overflow:auto}.strategy-tabs button.active{color:#fff;background:#235d51;border-color:#6cdfba}.strategy-targets{gap:12px;display:grid}.strategy-targets .v23-section-head>div:last-child{gap:7px;display:flex}.strategy-target-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.strategy-target-grid article{background:#101b2a;border:1px solid #2b4056;border-radius:12px;gap:8px;padding:12px;display:grid}.strategy-target-grid article>div{justify-content:space-between;align-items:center;display:flex}.strategy-target-grid article>div>button{color:#ff8c94;padding:3px 7px}.strategy-target-grid article>span,.strategy-target-grid article>small{color:#8ea3b8;font-size:11px}.strategy-target-grid label{color:#9db0c2;align-items:center;gap:6px;display:flex}.strategy-target-grid input{width:75px}.strategy-targets footer{text-align:right;color:#8ea3b8}.strategy-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.strategy-kpis article{background:#121f30;border:1px solid #2a4157;border-radius:12px;gap:4px;padding:15px;display:grid}.strategy-kpis span,.strategy-kpis small{color:#8da2b6}.strategy-kpis b{font-size:23px}.strategy-grid{grid-template-columns:2fr 1fr;gap:14px;display:grid}.strategy-orders,.strategy-history{overflow:auto}.strategy-orders table,.strategy-history table{border-collapse:collapse;width:100%}.strategy-orders th,.strategy-orders td,.strategy-history th,.strategy-history td{text-align:left;white-space:nowrap;border-bottom:1px solid #27394d;padding:10px}.strategy-before-after>div{border-bottom:1px solid #27394d;grid-template-columns:1fr auto auto;gap:8px;padding:9px 0;display:grid}.strategy-before-after em{color:#6cdfba;font-style:normal}.strategy-history select{min-width:110px}@media (width<=1250px){.strategy-controls,.strategy-target-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.strategy-grid{grid-template-columns:1fr}.strategy-kpis,.strategy-target-grid{grid-template-columns:1fr 1fr}.strategy-hero{align-items:flex-start}}@media (width<=600px){.strategy-controls,.strategy-target-grid,.strategy-kpis{grid-template-columns:1fr}.strategy-costs{flex-wrap:wrap}.strategy-hero{gap:15px;display:grid}.strategy-hero>div:last-child{text-align:left}}.v237-board{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.v2383-thesis-badge{text-align:left;background:#26374b;border:1px solid #3a5068;border-radius:10px;gap:2px;min-width:108px;padding:7px 9px;display:grid}.v2383-thesis-badge b{font-size:16px}.v2383-thesis-badge small{font-size:9px!important}.v2383-thesis-badge.ready{color:#7ce6bd;background:#153f37;border-color:#2d8b70}.v2383-thesis-badge.building{color:#f2d376;background:#463d20;border-color:#8d7637}.v2383-thesis-badge.incomplete{color:#ff9aa2;background:#4a272d;border-color:#89414c}.v2383-health-strip{background:#18293a;border-left:4px solid #65d9ce;border-radius:11px;align-items:center;gap:14px;padding:11px 13px;display:flex}.v2383-health-strip>strong{white-space:nowrap;color:#7ce6bd}.v2383-health-strip>div{flex-wrap:wrap;gap:6px;display:flex}.v2383-health-strip span{color:#a9bdcf;background:#26394c;border-radius:999px;padding:4px 7px;font-size:10px}.v2383-health-strip.building{border-left-color:#e5b951}.v2383-health-strip.building>strong{color:#f2d376}.v2383-health-strip.incomplete{border-left-color:#ff7c87}.v2383-health-strip.incomplete>strong{color:#ff9aa2}.v2383-history{gap:13px;display:grid}.v2383-history-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:11px;display:grid}.v2383-history-list article{background:#101b2a;border:1px solid #2a4057;border-radius:13px;gap:9px;padding:14px;display:grid}.v2383-history-list article header{justify-content:space-between;gap:10px;display:flex}.v2383-history-list article header b{color:#6cdfba}.v2383-history-list article header span{color:#8095a9;font-size:10px}.v2383-history-list article>strong{color:#dce8f2}.v2383-history-list article>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.v2383-history-list article>div span{color:#8196aa;font-size:10px;display:grid}.v2383-history-list article>div b{color:#dce8f2;font-size:12px}.v2383-history-list details{color:#91a6ba}.v2383-history-list summary{cursor:pointer;color:#65d9ce}.v2383-history-list p{white-space:normal;line-height:1.45}@media (width<=650px){.v2383-history-list{grid-template-columns:1fr}.v2383-health-strip{flex-direction:column;align-items:flex-start}}.v2384-auto-control{background:radial-gradient(circle at 90% 10%,#65d9ce24,#0000 30%),linear-gradient(135deg,#142235,#132b31);justify-content:space-between;align-items:center;gap:20px;display:flex;border-color:#315a61!important}.v2384-auto-control span{color:#65d9ce;letter-spacing:.13em;font-size:10px;font-weight:900}.v2384-auto-control h2{margin:5px 0}.v2384-auto-control p{color:#91a6ba;margin:0}.v2384-auto-control>button{min-width:210px}.v2384-auto-preview{gap:13px;display:grid}.v2384-auto-toolbar{background:#101d2c;border-radius:11px;flex-wrap:wrap;align-items:center;gap:13px;padding:11px;display:flex}.v2384-auto-toolbar label{color:#afc1d1;align-items:center;gap:7px;display:flex}.v2384-auto-toolbar input{width:auto}.v2384-auto-toolbar>span{color:#65d9ce;margin-left:auto}.v2384-auto-result{color:#7ce6bd;background:#153f37;border-radius:10px;padding:10px 12px}.v2384-auto-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:12px;display:grid}.v2384-auto-grid>article{background:#101b2a;border:1px solid #2b4258;border-radius:14px;gap:10px;padding:15px;display:grid}.v2384-auto-grid>article.unavailable{opacity:.75}.v2384-auto-grid article>header{justify-content:space-between;gap:12px;display:flex}.v2384-auto-grid article>header>label{align-items:center;gap:9px;display:flex}.v2384-auto-grid article>header>label>input{width:auto}.v2384-auto-grid article>header>div{text-align:right;display:grid}.v2384-auto-grid article>header>div b{color:#65d9ce;font-size:20px}.v2384-auto-grid article>header>div small{color:#8095a9}.v2384-auto-verdict{color:#afc1d1;justify-content:space-between;align-items:center;display:flex}.v2384-auto-levels{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.v2384-auto-levels span{color:#8095aa;background:#19283a;border-radius:9px;padding:8px;font-size:9px;display:grid}.v2384-auto-levels b{color:#d9e6f0;font-size:11px}.v2384-auto-grid details{color:#93a9bc}.v2384-auto-grid summary{cursor:pointer;color:#65d9ce}.v2384-auto-grid details p{line-height:1.5}.v2384-auto-evidence{grid-template-columns:1fr 1fr;gap:6px;display:grid}.v2384-auto-evidence span{color:#8da2b5;background:#172537;border-radius:8px;padding:7px;font-size:9px;display:grid}.v2384-auto-evidence b{color:#c5d5e3}.v2384-auto-warnings{flex-wrap:wrap;gap:5px;display:flex}.v2384-auto-warnings small{color:#f2d376;background:#473d22;border-radius:999px;padding:4px 7px}@media (width<=700px){.v2384-auto-control{display:grid}.v2384-auto-control>button{min-width:0}.v2384-auto-grid{grid-template-columns:1fr}.v2384-auto-levels,.v2384-auto-evidence{grid-template-columns:1fr 1fr}.v2384-auto-toolbar>span{width:100%;margin-left:0}}.v2385-pipeline-control{background:radial-gradient(circle at 92% 0,#60a5fa26,#0000 32%),linear-gradient(135deg,#121f33,#162a3a);justify-content:space-between;align-items:center;gap:20px;display:flex;border-color:#31516a!important}.v2385-pipeline-control>div:first-child span{color:#7dd3fc;letter-spacing:.13em;font-size:10px;font-weight:900}.v2385-pipeline-control h2{margin:5px 0}.v2385-pipeline-control p{color:#91a6ba;margin:0}.v2385-pipeline-control>div:last-child{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;max-width:650px;display:flex}.v2385-pipeline-control small{color:#a9bed0;background:#1e3145;border-radius:999px;padding:5px 7px}.v2385-pipeline-control button{margin-left:5px}.v2385-pipeline-result{gap:12px;display:grid}.v2385-pipeline-result>div:last-child{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:8px;display:grid}.v2385-pipeline-result article{background:#111f2e;border-left:3px solid #486176;border-radius:11px;grid-template-columns:auto 1fr;gap:5px 10px;padding:11px;display:grid}.v2385-pipeline-result article.changed{background:#132d31;border-left-color:#65d9ce}.v2385-pipeline-result article>.stock-symbol{grid-row:1/4}.v2385-pipeline-result article>span,.v2385-pipeline-result article>p,.v2385-pipeline-result article>small{grid-column:2}.v2385-pipeline-result article>span{color:#90a5b8}.v2385-pipeline-result article>span b{color:#72ddba}.v2385-pipeline-result article>p{color:#c2d1dd;white-space:normal;margin:0}.v2385-pipeline-result article>small{color:#748a9e}.v2385-stage-cell{gap:4px;min-width:155px;display:grid}.v2385-stage-cell select.review_required{color:#fda4af;border-color:#fb7185}.v2385-stage-cell select.buy_zone{color:#86efac;border-color:#22c55e}.v2385-stage-cell select.owned{color:#7dd3fc;border-color:#38bdf8}.v2385-stage-cell small{max-width:180px!important}.v2385-stage-cell button{color:#7dd3fc;justify-self:start;padding:3px 5px}.v2385-history{gap:12px;display:grid}.v2385-history>div:last-child{gap:8px;display:grid}.v2385-history article{background:#111e2d;border:1px solid #293f54;border-radius:11px;padding:12px}.v2385-history article header{align-items:center;gap:9px;display:flex}.v2385-history article header b{color:#90a5b8}.v2385-history article header strong{color:#72ddba}.v2385-history article header em{color:#9db2c4;background:#263a4e;border-radius:999px;margin-left:auto;padding:3px 6px;font-size:9px;font-style:normal}.v2385-history article p{color:#c1d0dc;margin:8px 0}.v2385-history article footer{color:#748a9e;justify-content:space-between;font-size:10px;display:flex}@media (width<=850px){.v2385-pipeline-control{display:grid}.v2385-pipeline-control>div:last-child{justify-content:flex-start}.v2385-pipeline-result>div:last-child{grid-template-columns:1fr}}.dividend-hero .drip-handwriting{color:#86efac;text-shadow:0 0 20px #22c55e33;width:max-content;max-width:100%;margin-top:12px;display:block}.drip-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid!important}.drip-tabs button{text-align:center}.drip-outcome{background:radial-gradient(circle at 90% 0,#22c55e33,#0000 35%),linear-gradient(125deg,#10271f,#12263a);border:1px solid #2e775a;border-radius:18px;justify-content:space-between;align-items:center;gap:22px;padding:20px;display:flex}.drip-outcome.inactive{background:linear-gradient(125deg,#292313,#192331);border-color:#725d2e}.drip-outcome>div:first-child{gap:4px;display:grid}.drip-outcome span,.drip-outcome small{color:#86a99b;font-size:10px}.drip-outcome h3{color:#e8fff4;margin:0;font-size:22px}.drip-outcome p{color:#9db2aa;margin:0}.drip-outcome>div:last-child{text-align:center;background:#02061752;border-radius:13px;min-width:190px;padding:13px;display:grid}.drip-outcome strong{color:#86efac;font-size:29px}.drip-outcome button{color:#dcfce7;background:#166534;margin-top:7px}.drip-source-plans{gap:10px;display:grid;margin:0!important}.drip-source-plans>div:last-child{gap:7px;display:grid}.drip-source-plans article{background:#101d2b;border:1px solid #293f54;border-radius:11px;grid-template-columns:minmax(150px,1.2fr) repeat(3,minmax(115px,1fr)) auto;align-items:center;gap:12px;padding:11px;display:grid}.drip-source-plans article>div{gap:2px;display:grid}.drip-source-plans span,.drip-source-plans small{color:#7e94a7;font-size:9px}.drip-source-plans b{color:#dce8f1}.drip-source-plans b.pos{color:#86efac}.drip-source-plans button{color:#bae6fd;background:#22384a;padding:7px 9px}.drip-plan-builder{gap:13px;display:grid}.drip-steps{background:#0f1b28;border:1px solid #2d4256;border-radius:13px;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;padding:12px;display:grid}.drip-steps div{color:#9ab0c1;align-items:center;gap:8px;display:flex}.drip-steps b{color:#dceaf4;background:#25384a;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.drip-steps .done b{color:#dcfce7;background:#166534}.drip-steps i{color:#51677b;font-style:normal}.drip-plan-main{grid-template-columns:minmax(220px,.65fr) 1.35fr;gap:18px;display:grid;margin:0!important}.drip-symbol-select{background:#101e2c;border-radius:13px;align-content:start;gap:7px;padding:14px;display:grid}.drip-symbol-select span,.drip-choice>span,.drip-percent>span{color:#a8bac8;font-weight:800}.drip-symbol-select small{color:#7e94a7}.drip-choice,.drip-percent{gap:8px;display:grid}.drip-choice>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.drip-choice button{text-align:left;color:#b7c8d5;background:#101d2b;border:1px solid #33495c;gap:3px;padding:13px;display:grid}.drip-choice button small{color:#758c9f}.drip-choice button.active{color:#dcfce7;background:#153b31;border-color:#22c55e}.drip-choice button.active.cash{color:#e0f2fe;background:#173449;border-color:#38bdf8}.drip-percent,.drip-choice.compact,.drip-target{grid-column:1/-1}.drip-percent>div{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.drip-percent button{color:#a8bac8;background:#152334;border:1px solid #33495c}.drip-percent button.active{color:#fff;background:#166534;border-color:#22c55e}.drip-target{gap:5px;display:grid}.drip-plan-impact{background:#0e1b28;border:1px solid #2c4256;border-radius:14px;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px;padding:14px;display:grid}.drip-plan-impact>div{background:#152536;border-radius:10px;gap:4px;padding:10px;display:grid}.drip-plan-impact span{color:#7c93a6;font-size:9px}.drip-plan-impact b{font-size:17px}.drip-plan-impact .positive b{color:#86efac}.drip-plan-impact i{color:#60778a;font-style:normal}.drip-advanced{background:#101c29;border:1px solid #2d4255;border-radius:12px;padding:12px 14px}.drip-advanced summary{cursor:pointer;color:#9cb0bf;font-weight:800}.drip-advanced .form-grid{margin-top:12px}.drip-save-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.drip-save-row small{color:#70879a;margin-left:auto}.drip-record-step,.drip-history{gap:12px;display:grid}.drip-history-summary{grid-template-columns:1fr 1fr;gap:9px;display:grid}.drip-history-summary>div{background:#101f2d;border:1px solid #2e4559;border-radius:12px;gap:3px;padding:13px;display:grid}.drip-history-summary span{color:#7f96a9}.drip-history-summary b{color:#86efac;font-size:22px}@media (width<=1000px){.drip-source-plans article{grid-template-columns:1fr 1fr 1fr}.drip-source-plans article>div:first-child{grid-column:1/-1}.drip-plan-main{grid-template-columns:1fr}.drip-choice.compact,.drip-target,.drip-percent{grid-column:auto}.drip-plan-impact{grid-template-columns:1fr 1fr}.drip-plan-impact i{display:none}}@media (width<=700px){.drip-tabs{grid-template-columns:1fr 1fr}.drip-outcome{display:grid}.drip-outcome>div:last-child{min-width:0}.drip-source-plans article,.drip-plan-impact,.drip-history-summary{grid-template-columns:1fr}.drip-source-plans article>div:first-child{grid-column:auto}.drip-steps{grid-template-columns:1fr}.drip-steps i{display:none}.drip-choice>div,.drip-percent>div{grid-template-columns:1fr 1fr}.drip-save-row small{width:100%;margin-left:0}}.v24102-profile-cluster{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.v24102-portfolio-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=1150px){.v24102-profile-cluster>.images-badge{display:none}}@media (width<=760px){.v24102-profile-cluster{flex-wrap:wrap;justify-content:flex-start}.v24102-profile-cluster>.images-badge{display:inline-flex}.v24102-portfolio-badges{justify-content:flex-start;margin-top:15px}}#root{isolation:isolate;min-height:100vh;position:relative}.app,.v161-login-page{z-index:1;position:relative}.v161-login-page{background:0 0!important}.sidebar{background:linear-gradient(#020617f7,#0f172af2)!important}.main{background:#0206171a!important}.gold-preset-panel>div:nth-child(2){grid-template-columns:minmax(220px,360px)}.gold-monitor-kpis{grid-template-columns:repeat(5,1fr)}.gold-monitor-grid.xau-only{grid-template-columns:1fr}@media (width<=1200px){.gold-monitor-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.gold-monitor-kpis,.gold-preset-panel>div:nth-child(2){grid-template-columns:1fr}}.earnings-sync-board{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:13px 0;display:grid}.earnings-sync-board article{background:linear-gradient(145deg,#451a03b3,#1f2937eb);border:1px solid #f59e0b33;border-radius:13px;gap:3px;padding:13px;display:grid}.earnings-sync-board span,.earnings-sync-board small{color:#a89a8c}.earnings-sync-board b{color:#fde68a;font-size:22px}.earnings-controls .earnings-auto-sync{flex-direction:row;align-items:center;gap:7px;min-width:auto;padding:0 5px 9px}.earnings-controls .earnings-auto-sync input{width:auto;min-height:0}.earnings-sync-warning{color:#fcd34d;background:#f59e0b21;border-radius:10px;margin-bottom:12px;padding:10px 12px}.earnings-sources{flex-wrap:wrap;gap:4px;display:flex}.earnings-sources span{color:#fcd34d;white-space:nowrap;background:#f59e0b21;border-radius:999px;padding:3px 6px;font-size:9px}.earnings-pending{gap:12px;margin-top:13px;display:grid}.earnings-pending>.v23-section-head>span{color:#fcd34d}.earnings-pending>div:last-child{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px;display:grid}.earnings-pending article{background:#1e293ba6;border:1px solid #94a3b821;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:6px 10px;padding:10px;display:grid}.earnings-pending article>.stock-symbol{grid-row:1/3}.earnings-pending article>small{color:#7f91a5}.earnings-table table{min-width:1120px}@media (width<=1000px){.earnings-sync-board{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.earnings-sync-board{grid-template-columns:1fr 1fr}.earnings-controls .earnings-auto-sync{width:100%;padding-bottom:4px}}@media (width<=420px){.earnings-sync-board{grid-template-columns:1fr}}.market-ai-page{gap:13px;max-width:1550px;margin:0 auto;display:grid}.market-ai-hero{color:#fff;background:radial-gradient(circle at 83% 12%,#f43f5e3d,#0000 28%),linear-gradient(120deg,#020617,#172554,#581c87,#881337);border-radius:25px;justify-content:space-between;align-items:center;gap:20px;padding:29px;display:flex}.market-ai-hero>div:first-child>span{color:#f9a8d4;letter-spacing:.15em;font-size:10px;font-weight:900}.market-ai-hero h1{margin:5px 0;font-size:39px}.market-ai-hero p{color:#ddd6fe;margin:0}.market-ai-gauge{text-align:center;background:#02061757;border:1px solid #ffffff2e;border-radius:20px;min-width:160px;padding:15px;display:grid}.market-ai-gauge strong{color:#67e8f9;font-size:39px}.market-ai-gauge span{color:#c4b5fd}.market-ai-gauge b{color:#86efac;margin-top:4px}.market-ai-gauge.extreme_fomo strong,.market-ai-gauge.fomo_building strong{color:#fda4af}.market-ai-gauge.extreme_fomo b,.market-ai-gauge.fomo_building b{color:#fcd34d}.market-ai-controls{background:#111c2c;border:1px solid #293c52;border-radius:13px;flex-wrap:wrap;align-items:center;gap:8px;padding:11px;display:flex}.market-ai-controls>b{color:#dce8f1}.market-ai-controls>div{flex-wrap:wrap;gap:5px;margin-left:auto;display:flex}.market-ai-controls>div span{font-size:9px}.market-ai-controls button{color:#ddd6fe;background:#7c3aed24;border:1px solid #a78bfa40;border-radius:9px;padding:8px 10px}.market-ai-summary{justify-content:space-between;align-items:center;gap:20px;display:flex;border-color:#a78bfa40!important}.market-ai-summary>div>span{color:#c4b5fd;font-size:10px;font-weight:900}.market-ai-summary h2{margin:5px 0;font-size:21px;line-height:1.5}.market-ai-summary p{color:#8295aa;margin:0;font-size:10px}.market-ai-summary>strong{color:#c4b5fd;white-space:nowrap;background:#30264d;border-radius:11px;padding:10px 13px}.market-ai-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.market-ai-kpis article{background:#111d2d;border:1px solid #283e54;border-radius:13px;gap:3px;padding:13px;display:grid}.market-ai-kpis span,.market-ai-kpis small{color:#8398ac}.market-ai-kpis b{color:#e4edf5;font-size:20px}.market-ai-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.market-ai-section{margin:0!important}.market-ai-section>div:last-child{display:grid}.market-ai-section article{border-bottom:1px solid #94a3b81f;gap:10px;padding:10px 0;display:flex}.market-ai-section article>span{text-align:center;color:#c4b5fd;background:#2c2544;border-radius:999px;align-self:flex-start;min-width:58px;padding:4px 6px;font-size:9px;font-weight:900}.market-ai-section article>div{display:grid}.market-ai-section article b{color:#dde8f1}.market-ai-section article p{color:#8ba0b3;margin:3px 0 0;line-height:1.45}.market-ai-section.fomo article>span{color:#fda4af;background:#49232e}.market-ai-section.flow article>span{color:#86efac;background:#173c3a}.market-ai-section.news article>span{color:#93c5fd;background:#243656}.market-ai-section.actions article>span{color:#fde68a;background:#443915}.market-ai-flow-board{gap:11px;display:grid}.market-ai-flow-board>.v23-section-head>span{color:#86efac}.market-ai-flow-board>div:last-child{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.market-ai-flow-board article{background:#101d2c;border:1px solid #293f54;border-radius:11px;gap:6px;padding:11px;display:grid}.market-ai-flow-board article header{justify-content:space-between;gap:7px;display:flex}.market-ai-flow-board article header span,.market-ai-flow-board article small{color:#7890a5;font-size:9px}.market-ai-flow-track{background:#26384a;border-radius:999px;height:6px;overflow:hidden}.market-ai-flow-track i{background:linear-gradient(90deg,#38bdf8,#22c55e);border-radius:999px;height:100%;display:block}.market-ai-news{gap:10px;display:grid}.market-ai-news>.v23-section-head>span{color:#f9a8d4}.market-ai-news>div:last-child{grid-template-columns:1fr 1fr;gap:7px;display:grid}.market-ai-news a{background:#101d2c;border:1px solid #293d52;border-radius:10px;gap:9px;padding:10px;text-decoration:none;display:flex}.market-ai-news a>span{color:#aebdca;text-transform:uppercase;background:#303b4a;border-radius:999px;align-self:flex-start;padding:3px 5px;font-size:8px}.market-ai-news a>span.positive{color:#86efac;background:#174038}.market-ai-news a>span.negative{color:#fda4af;background:#48242d}.market-ai-news a>div{display:grid}.market-ai-news a b{color:#dce7f0;line-height:1.35}.market-ai-news a small{color:#7f94a8;margin-top:4px}.market-ai-disclaimer{color:#6f8498;margin:0;font-size:10px;line-height:1.5}@media (width<=1100px){.market-ai-kpis,.market-ai-flow-board>div:last-child{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.market-ai-hero,.market-ai-summary{display:grid}.market-ai-gauge{min-width:0}.market-ai-grid,.market-ai-news>div:last-child{grid-template-columns:1fr}.market-ai-controls>div{width:100%;margin-left:0}}@media (width<=600px){.market-ai-kpis,.market-ai-flow-board>div:last-child{grid-template-columns:1fr}.market-ai-hero h1{font-size:31px}}.adaptive-foundation{gap:11px;display:grid;border-color:#38bdf83d!important}.adaptive-foundation>.v23-section-head button{color:#a5f3fc;background:#0e749029;border-color:#38bdf847}.adaptive-foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.adaptive-foundation-grid article{background:linear-gradient(145deg,#0d1927,#112235);border:1px solid #293e53;border-radius:11px;gap:4px;padding:12px;display:grid}.adaptive-foundation-grid span,.adaptive-foundation-grid small{color:#8196aa}.adaptive-foundation-grid b{text-transform:uppercase;color:#e1ecf5;font-size:18px}.adaptive-foundation-grid b.warn{color:#fcd34d}.adaptive-foundation-note{color:#8fb5c7;background:#0e74901a;border-radius:9px;margin:0;padding:9px 11px;font-size:10px;line-height:1.5}@media (width<=900px){.adaptive-foundation-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.adaptive-foundation-grid{grid-template-columns:1fr}}.api-foundation-panel{margin-bottom:18px!important}.settings-page{gap:14px;max-width:1450px;margin:0 auto;display:grid}.settings-page>h1{margin-bottom:0}.api-vault-panel{gap:15px;display:grid;background:radial-gradient(circle at 90% 0,#0ea5e91f,#0000 31%),linear-gradient(145deg,#111827f5,#0f172aeb)!important;border-color:#38bdf847!important}.api-vault-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.api-vault-head span{color:#67e8f9;letter-spacing:.14em;font-size:10px;font-weight:900}.api-vault-head h3{margin:5px 0}.api-vault-head p{color:#8da2b5;margin:0}.api-vault-head>b{color:#a5f3fc;background:#0e749026;border-radius:10px;max-width:360px;padding:8px 11px;font-size:11px}.api-credential-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.api-credential-card{background:#101c2b;border:1px solid #2b4258;border-radius:14px;gap:10px;padding:14px;display:grid}.api-credential-card header,.api-credential-card footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.api-credential-card header>div{display:grid}.api-credential-card header small,.api-credential-card footer small{color:#8196aa}.api-credential-card header>span{white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.api-credential-card header>span.configured{color:#7ce6bd;background:#153f37}.api-credential-card header>span.not-configured{color:#9fb0bf;background:#2b3542}.api-credential-card input{width:100%}.api-credential-card footer>div{gap:6px;display:flex}.api-credential-card footer button{border-radius:8px;padding:6px 8px}.api-credential-card .danger-lite{color:#fca5a5;background:#7f1d1d2e;border-color:#f8717147}.api-vault-actions{flex-wrap:wrap;align-items:center;gap:13px;display:flex}.api-vault-actions small{color:#758b9e}@media (width<=850px){.api-credential-grid{grid-template-columns:1fr}.api-vault-head{display:grid}.api-vault-head>b{max-width:none}}@media (width<=520px){.api-credential-card header,.api-credential-card footer{display:grid}.api-credential-card footer>div{justify-content:flex-start}}.watch-news-page{gap:14px;max-width:1500px;margin:0 auto;display:grid}.watch-news-hero{color:#fff;background:radial-gradient(circle at 87% 12%,#22d3ee30,#0000 30%),linear-gradient(120deg,#020617,#172554,#164e63,#0f766e);border-radius:26px;justify-content:space-between;align-items:center;gap:22px;padding:29px;display:flex;box-shadow:0 25px 65px #00000047}.watch-news-hero>div:first-child>span{color:#67e8f9;letter-spacing:.15em;font-size:10px;font-weight:900}.watch-news-hero h1{margin:5px 0;font-size:38px}.watch-news-hero p{color:#ccfbf1;margin:0}.watch-news-gauge{text-align:center;background:#0206174d;border:1px solid #ffffff2b;border-radius:20px;min-width:155px;padding:15px;display:grid}.watch-news-gauge strong{color:#67e8f9;font-size:40px}.watch-news-gauge span{color:#ecfeff}.watch-news-gauge small{color:#99f6e4;margin-top:4px}.watch-news-kpis{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.watch-news-kpis article{background:#101d2c;border:1px solid #293f54;border-radius:14px;gap:4px;padding:14px;display:grid}.watch-news-kpis span,.watch-news-kpis small{color:#8196aa}.watch-news-kpis b{font-size:24px}.watch-news-controls{grid-template-columns:190px 190px minmax(240px,1fr) auto;align-items:end;gap:10px;display:grid;margin:0!important}.watch-news-controls label{display:grid}.watch-news-controls select{color:#e4edf4;background:#07111d;border:1px solid #34495e;border-radius:11px;margin-top:6px;padding:10px}.watch-news-controls button{color:#fff;background:linear-gradient(90deg,#0891b2,#0d9488)}.watch-news-controls>small{color:#6f8699;grid-column:1/-1}.watch-news-groups{gap:12px;display:grid}.watch-news-group{gap:12px;display:grid;background:linear-gradient(145deg,#0d1826,#101e2d)!important;border-color:#293f54!important;margin:0!important}.watch-news-group>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.watch-news-score{text-align:right;display:grid}.watch-news-score b{font-size:23px}.watch-news-score small{color:#748a9e}.watch-news-summary{background:#132335;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.watch-news-summary p{color:#c6d5e1;margin:0}.watch-news-summary>div{white-space:nowrap;gap:5px;display:flex}.watch-news-summary span,.watch-news-sources span{border-radius:999px;padding:4px 7px;font-size:9px}.watch-news-summary .positive{color:#7ce6bd;background:#153f37}.watch-news-summary .negative{color:#ff9aa2;background:#4a272d}.watch-news-summary .high{color:#f2d376;background:#463d20}.watch-news-sources{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.watch-news-sources>b{color:#8ca1b4;font-size:10px}.watch-news-sources span{color:#a9c1d3;background:#203348}.watch-news-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.watch-news-item{background:#0d1927;border:1px solid #2b4055;border-left:3px solid #64748b;border-radius:12px;gap:7px;padding:13px;text-decoration:none;transition:transform .18s,border-color .18s;display:grid}.watch-news-item:hover{border-color:#38bdf8;transform:translateY(-2px)}.watch-news-item.positive{border-left-color:#22c55e}.watch-news-item.negative{border-left-color:#fb7185}.watch-news-meta{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.watch-news-meta span{color:#9fb1c0;background:#26384a;border-radius:999px;padding:3px 6px;font-size:8px}.watch-news-meta span.positive{color:#86efac;background:#153f37}.watch-news-meta span.negative{color:#fda4af;background:#4a272d}.watch-news-meta .impact.high{color:#fcd34d;background:#4a361d}.watch-news-meta time{color:#667d90;margin-left:auto;font-size:9px}.watch-news-item h3{color:#dfeaf2;margin:0;font-size:14px;line-height:1.45}.watch-news-item>p{color:#8196aa;margin:0;font-size:10px;line-height:1.5}.watch-news-item footer{color:#71879a;align-items:center;gap:7px;font-size:9px;display:flex}.watch-news-item footer b{color:#93c5fd}.watch-news-item footer em{color:#67e8f9;margin-left:auto;font-style:normal}.watch-news-no-items,.watch-news-empty{text-align:center;color:#8398aa}.watch-news-disclaimer{color:#64798b;margin:0;font-size:10px;line-height:1.5}@media (width<=1000px){.watch-news-kpis,.watch-news-controls{grid-template-columns:1fr 1fr}.watch-news-search{grid-column:1/-1}.watch-news-list{grid-template-columns:1fr}}@media (width<=650px){.watch-news-hero,.watch-news-summary{display:grid}.watch-news-gauge{min-width:0}.watch-news-kpis,.watch-news-controls{grid-template-columns:1fr}.watch-news-search{grid-column:auto}.watch-news-item footer{flex-wrap:wrap}.watch-news-item footer em{width:100%;margin-left:0}.watch-news-hero h1{font-size:31px}}.validation-lab{gap:14px;max-width:1550px;margin:0 auto;display:grid}.validation-hero{color:#fff;background:radial-gradient(circle at 86% 10%,#34d39933,#0000 29%),linear-gradient(120deg,#020617,#172554,#312e81,#065f46);border-radius:27px;justify-content:space-between;align-items:center;gap:22px;padding:30px;display:flex;box-shadow:0 28px 70px #0000004d}.validation-hero>div:first-child>span{color:#a7f3d0;letter-spacing:.16em;font-size:10px;font-weight:900}.validation-hero h1{margin:5px 0;font-size:40px}.validation-hero p{color:#dbeafe;margin:0}.validation-gate{text-align:center;background:#02061752;border:1px solid #ffffff2e;border-radius:21px;min-width:195px;padding:16px;display:grid}.validation-gate small{color:#a5b4fc}.validation-gate strong{color:#fcd34d;margin:4px 0;font-size:30px}.validation-gate.passed strong{color:#86efac}.validation-gate span{color:#cbd5e1}.validation-toolbar{background:#101c2b;border:1px solid #293f54;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.validation-toolbar button{color:#fff;background:linear-gradient(90deg,#4338ca,#0891b2)}.validation-toolbar button:disabled{opacity:.45;cursor:not-allowed}.validation-toolbar .validation-approve{background:linear-gradient(90deg,#047857,#22c55e)}.validation-toolbar>span{color:#71889b;margin-left:auto;font-size:10px}.validation-kpis{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.validation-kpis article{background:#101d2c;border:1px solid #2a4055;border-radius:14px;gap:4px;padding:14px;display:grid}.validation-kpis span,.validation-kpis small{color:#8095a9}.validation-kpis b{font-size:23px}.validation-tabs{background:#0e1927;border:1px solid #263b50;border-radius:13px;flex-wrap:wrap;gap:6px;padding:7px;display:flex}.validation-tabs button{color:#8196aa;background:0 0}.validation-tabs button.active{color:#c7d2fe;background:#293a68}.validation-section{gap:13px;display:grid}.validation-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.validation-heading h2{margin:0}.validation-heading p{color:#8196aa;margin:4px 0 0}.validation-heading>span{color:#67e8f9}.validation-horizons{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px;display:grid}.validation-horizons article{background:#0e1a28;border:1px solid #2b4055;border-radius:13px;padding:13px}.validation-horizons article header{color:#dce7ef;justify-content:space-between;display:flex}.validation-horizons article header span{color:#71889b}.validation-horizons article>div{grid-template-columns:repeat(5,1fr);gap:6px;margin-top:10px;display:grid}.validation-horizons article>div span{color:#71889b;font-size:9px;display:grid}.validation-horizons article>div b{color:#dce8f1;font-size:13px}.validation-two{grid-template-columns:1fr 1fr;gap:13px;display:grid}.validation-two .panel{margin:0}.validation-walk-summary{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.validation-walk-summary>div{background:#111f2e;border-radius:11px;padding:12px;display:grid}.validation-walk-summary span,.validation-walk-summary small{color:#7890a5}.validation-walk-summary b{font-size:21px}.validation-folds{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.validation-folds article{background:#101e2c;border:1px solid #2a4056;border-radius:12px;padding:13px}.validation-folds header{justify-content:space-between;display:flex}.validation-folds header span,.validation-folds p{color:#7e94a8;font-size:10px}.validation-folds article>div{grid-template-columns:1fr 1fr;gap:6px;display:grid}.validation-folds article>div span{color:#7c92a5;background:#162638;border-radius:8px;padding:7px;font-size:9px;display:grid}.validation-folds article>div b{color:#dce8f1}.validation-factor-grid{grid-template-columns:repeat(5,1fr);gap:9px;margin-top:13px;display:grid}.validation-factor-grid article{background:#0f1c2a;border:1px solid #2a4055;border-radius:13px;gap:9px;padding:13px;display:grid}.validation-factor-grid header{justify-content:space-between;display:flex}.validation-factor-grid header span,.validation-factor-grid footer,.factor-correlation small{color:#738a9e;font-size:9px}.factor-correlation{display:grid}.factor-correlation strong{font-size:25px}.factor-weight{gap:4px;display:grid}.factor-weight span{color:#8ba0b3;justify-content:space-between;font-size:9px;display:flex}.factor-weight i{background:linear-gradient(90deg,#818cf8,#22d3ee);border-radius:999px;min-width:2px;height:5px;display:block}.factor-weight.candidate i{background:linear-gradient(90deg,#10b981,#a3e635)}.validation-factor-grid footer{gap:2px;display:grid}.model-card{gap:9px;display:grid}.model-card>span{color:#93c5fd;letter-spacing:.12em;font-size:10px;font-weight:900}.model-card h2,.model-card p{margin:0}.model-card>p,.model-card>small{color:#7d93a7}.model-card>div{grid-template-columns:1fr 1fr;gap:6px;display:grid}.model-card>div span{color:#8da2b5;background:#152537;border-radius:8px;justify-content:space-between;padding:8px;display:flex}.model-card.current{border-color:#3d4d88!important}.model-card.candidate{border-color:#28765e!important}.model-status{border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900;display:inline-flex}.model-status.current{color:#86efac;background:#153f37}.model-status.candidate{color:#fde68a;background:#463d20}.model-status.archived{color:#9aacbb;background:#293644}.quality-gate-card{gap:11px;display:grid;border-color:#725f2b!important}.quality-gate-card.passed{border-color:#27755e!important}.quality-gate-card header{justify-content:space-between;align-items:center;display:flex}.quality-gate-card header span{color:#fcd34d;font-size:10px}.quality-gate-card.passed header span{color:#86efac}.quality-gate-card header h2{margin:4px 0}.quality-gate-card header>b{font-size:21px}.quality-progress{background:#293849;border-radius:999px;height:8px;overflow:hidden}.quality-progress i{background:linear-gradient(90deg,#f59e0b,#fcd34d);border-radius:999px;height:100%;display:block}.quality-gate-card.passed .quality-progress i{background:linear-gradient(90deg,#059669,#4ade80)}.gate-evidence{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gate-evidence article{background:#101e2c;border-radius:10px;padding:11px;display:grid}.gate-evidence span,.gate-evidence small{color:#7b91a5}.gate-evidence b{font-size:19px}.quality-gate-card>p{color:#a99158;margin:0}.validation-method>div{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.validation-method article{background:#101e2d;border-radius:11px;padding:12px}.validation-method article b{color:#a5b4fc}.validation-method article p{color:#7e94a7;margin:5px 0 0;line-height:1.45}.validation-disclaimer{color:#667c8f;margin:0;font-size:10px;line-height:1.5}@media (width<=1150px){.validation-factor-grid,.validation-horizons article>div{grid-template-columns:repeat(3,1fr)}}@media (width<=850px){.validation-hero{display:grid}.validation-gate{min-width:0}.validation-kpis,.validation-walk-summary{grid-template-columns:1fr 1fr}.validation-horizons,.validation-two,.validation-folds{grid-template-columns:1fr}.validation-factor-grid,.validation-method>div{grid-template-columns:1fr 1fr}.validation-toolbar>span{width:100%;margin-left:0}}@media (width<=560px){.validation-kpis,.validation-walk-summary,.validation-factor-grid,.validation-method>div,.gate-evidence{grid-template-columns:1fr}.validation-heading,.quality-gate-card header{display:grid}.validation-hero h1{font-size:31px}.model-card>div{grid-template-columns:1fr}}.v24-evidence-board{gap:11px;display:grid;border-color:#6366f147!important}.v24-evidence-board>.v23-section-head>span{background:#26345e;border-radius:999px;padding:6px 9px;font-weight:900}.v24-evidence-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.v24-evidence-grid>article{background:#101c2b;border:1px solid #293f55;border-radius:12px;gap:8px;padding:12px;display:grid}.v24-evidence-grid header{justify-content:space-between;align-items:center;display:flex}.v24-evidence-grid header>b{font-size:17px}.v24-evidence-grid .supports,.v24-evidence-grid .challenges{background:#122a2b;border-radius:9px;gap:3px;padding:8px;display:grid}.v24-evidence-grid .challenges{background:#2c1c25}.v24-evidence-grid small{color:#6ee7b7;font-size:8px;font-weight:900}.v24-evidence-grid .challenges small{color:#fda4af}.v24-evidence-grid span{color:#a9bdcc;font-size:10px}.v24-evidence-grid footer{color:#8196a9;grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:5px 7px;display:grid}.v24-evidence-note{color:#71869a;margin:0;font-size:10px}@media (width<=1000px){.v24-evidence-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.v24-evidence-grid{grid-template-columns:1fr}}.sidebar-group-button{grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;text-align:left!important;color:#94a3b8!important;background:0 0!important;border:1px solid #0000!important;margin:7px 0!important;padding:11px!important;display:grid!important}.sidebar-group-button:hover{color:#fff!important;background:#1e293bbd!important;border-color:#94a3b82e!important}.sidebar-group-button.active{box-shadow:0 12px 28px #2563eb2e;color:#fff!important;background:linear-gradient(100deg,#2563ebe6,#7c3aede0)!important;border-color:#a5b4fc52!important}.sidebar-group-icon{color:#67e8f9;background:#1e293bdb;border-radius:11px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.sidebar-group-button.active .sidebar-group-icon{color:#fff;background:#ffffff26}.sidebar-group-text{gap:3px;display:grid}.sidebar-group-text b{color:inherit;font-size:14px}.sidebar-group-text small{color:#64748b;font-size:9px}.sidebar-group-button.active small{color:#c7d2fe}.sidebar-group-count{color:#94a3b8;background:#1e293be6;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:9px;display:grid}.sidebar-group-button.active .sidebar-group-count{color:#fff;background:#ffffff29}.sidebar-navigation-note{color:#94a3b8;background:#0f172ac2;border:1px solid #94a3b826;border-radius:13px;gap:3px;padding:12px;display:grid;position:absolute;bottom:20px;left:20px;right:20px}.sidebar-navigation-note b{color:#a5b4fc;font-size:11px}.sidebar-navigation-note span{font-size:9px}.section-navigation{background:linear-gradient(135deg,#0f172af0,#1e293bdb);border:1px solid #94a3b82e;border-radius:15px;align-items:center;gap:14px;margin:-5px 0 14px;padding:9px 11px;display:flex;box-shadow:0 12px 30px #00000029}.section-navigation-title{border-right:1px solid #94a3b82e;align-items:center;gap:8px;min-width:175px;padding-right:13px;display:flex}.section-navigation-title>span{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.section-navigation-title div{display:grid}.section-navigation-title b{color:#f8fafc;font-size:12px}.section-navigation-title small{color:#64748b;font-size:9px}.section-tabs{align-items:center;gap:6px;min-width:0;padding:2px;display:flex;overflow-x:auto}.section-tabs button{white-space:nowrap;color:#94a3b8;background:0 0;border:1px solid #0000;padding:8px 11px;font-size:11px}.section-tabs button:hover{color:#e2e8f0;background:#334155b8}.section-tabs button.active{color:#fff;background:linear-gradient(90deg,#2563ebe6,#7c3aede6);border-color:#a5b4fc4d;box-shadow:0 6px 16px #2563eb29}.section-handwriting{color:#86efac;text-align:right;text-shadow:0 0 18px #22c55e2e;pointer-events:none;flex:none;margin-left:auto}.section-handwriting.watchlists{color:#fcd34d}.section-handwriting.portfolio{color:#7dd3fc}.section-handwriting.research{color:#c4b5fd}.section-handwriting.validation{color:#5eead4}.section-handwriting.system{color:#cbd5e1}@media (width<=1180px){.section-navigation{flex-wrap:wrap}.section-handwriting{text-align:left;border-top:1px solid #94a3b81f;order:3;width:100%;margin-left:0;padding:5px 4px 0}}@media (width<=900px){.section-navigation{align-items:flex-start}.section-navigation-title{min-width:150px}}@media (width<=760px){.sidebar nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;display:grid}.sidebar-group-button{justify-content:center!important;margin:0!important;padding:8px 5px!important;display:flex!important}.sidebar-group-icon{width:32px;height:32px}.sidebar-group-text,.sidebar-group-count,.sidebar-navigation-note{display:none}.section-navigation{gap:8px;margin-top:0;display:grid}.section-navigation-title{border-right:0;padding-right:0}.section-tabs{width:100%}}@media (width<=480px){.sidebar{padding:13px!important}.sidebar .brand{margin-bottom:10px}.sidebar-group-icon{width:30px;height:30px;font-size:15px}.section-navigation{padding:8px}.section-tabs button{padding:7px 9px}}.integrity-status.partial{color:#fde68a;background:#4d3d17}.cloud-auto-status{z-index:40;color:#a7f3d0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#064e3bf0;border:1px solid #34d39959;border-radius:999px;align-items:center;gap:7px;max-width:390px;padding:8px 11px;font-size:9px;display:flex;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 30px #00000047}.cloud-auto-status.warn{color:#fde68a;background:#78350ff2;border-color:#fbbf246b}.cloud-auto-status>span{font-size:13px}.integrity-page{gap:14px;max-width:1550px;margin:0 auto;display:grid}.integrity-hero{color:#fff;background:radial-gradient(circle at 86% 12%,#22c55e3b,#0000 28%),linear-gradient(120deg,#020617,#083344,#164e63,#14532d);border-radius:27px;justify-content:space-between;align-items:center;gap:22px;padding:30px;display:flex;box-shadow:0 28px 70px #0000004d}.integrity-hero>div:first-child>span{color:#67e8f9;letter-spacing:.16em;font-size:10px;font-weight:900}.integrity-hero h1{margin:5px 0;font-size:37px}.integrity-hero p{color:#cffafe;margin:0}.integrity-health{text-align:center;background:#02061759;border:1px solid #ffffff2e;border-radius:20px;min-width:190px;padding:16px;display:grid}.integrity-health small{color:#93c5fd}.integrity-health strong{color:#fcd34d;margin:5px;font-size:27px}.integrity-health.healthy strong{color:#86efac}.integrity-health span{color:#cbd5e1}.integrity-toolbar{background:#101d2b;border:1px solid #293f54;border-radius:13px;flex-wrap:wrap;align-items:center;gap:8px;padding:11px;display:flex}.integrity-toolbar button{color:#cbd5e1;background:#26384a}.integrity-toolbar button.primary{color:#fff;background:linear-gradient(90deg,#047857,#0891b2)}.integrity-toolbar>span{color:#71879a;margin-left:auto;font-size:10px}.integrity-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.integrity-kpis article{background:#101d2c;border:1px solid #294055;border-radius:14px;gap:4px;padding:14px;display:grid}.integrity-kpis span,.integrity-kpis small{color:#8095a8}.integrity-kpis b{font-size:22px}.integrity-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.integrity-grid>.panel{margin:0}.integrity-freshness,.integrity-checks,.integrity-history{gap:7px;display:grid}.integrity-freshness article{background:#101f2e;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px;display:grid}.integrity-freshness article>span,.integrity-status{border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;display:inline-flex}.integrity-freshness .fresh,.integrity-status.match,.integrity-status.completed{color:#86efac;background:#164e3c}.integrity-freshness .stale,.integrity-status.running,.integrity-status.skipped{color:#fde68a;background:#4d3d17}.integrity-freshness .missing,.integrity-status.mismatch,.integrity-status.failed{color:#fda4af;background:#4c2029}.integrity-freshness article>div{display:grid}.integrity-freshness small{color:#71879a}.integrity-freshness strong{color:#94a3b8}.integrity-checks article{background:#101f2e;border-radius:10px;grid-template-columns:1fr auto;gap:4px;padding:11px;display:grid}.integrity-checks article small{color:#71879a;grid-column:1/-1}.integrity-checks b{font-size:20px}.integrity-reconciliation{margin:0!important}.integrity-reconciliation>.v23-section-head>span{color:#67e8f9}.integrity-history article{background:#101f2e;border-radius:10px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:10px;display:grid}.integrity-history article>div{display:grid}.integrity-history small{color:#71879a}.integrity-history code{color:#67e8f9;font-size:9px}.integrity-history button{color:#cbd5e1;background:#26394c;padding:6px 8px}.integrity-history button:disabled{opacity:.4}.integrity-note{color:#687f92;margin:0;font-size:10px;line-height:1.5}@media (width<=1100px){.integrity-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.integrity-hero{display:grid}.integrity-health{min-width:0}.integrity-grid{grid-template-columns:1fr}.integrity-kpis{grid-template-columns:1fr 1fr}.integrity-toolbar>span{width:100%;margin-left:0}}@media (width<=520px){.integrity-kpis{grid-template-columns:1fr}.integrity-hero h1{font-size:29px}.integrity-history article{grid-template-columns:1fr auto}.integrity-history code{display:none}.cloud-auto-status{justify-content:center;left:12px;right:12px}}.v242-watchlist-hero{background:radial-gradient(circle at 86% 10%,#22c55e33,#0000 28%),linear-gradient(135deg,#111827,#0f3a3e,#164e63)}.v242-methodology{gap:10px;display:grid;border-color:#2dd4bf38!important;margin:0!important}.v242-methodology>.v23-section-head>span{color:#5eead4;font-size:10px}.v242-methodology>div:last-child{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.v242-methodology article{background:#101f2d;border:1px solid #294257;border-radius:10px;gap:3px;padding:10px;display:grid}.v242-methodology article b{color:#99f6e4}.v242-methodology article small{color:#8297aa;line-height:1.4}.v242-volume-cell{gap:2px;min-width:178px;display:grid}.v242-volume-cell b{align-items:center;gap:6px;display:flex}.v242-volume-cell em{color:#a7b9c8;background:#25394b;border-radius:999px;padding:3px 6px;font-size:8px;font-style:normal}.v242-volume-cell.healthy em{color:#86efac;background:#164e3c}.v242-volume-cell.watch em{color:#fde68a;background:#4d3d17}.v242-volume-cell.risk em{color:#fda4af;background:#4c2029}.v242-volume-cell small{max-width:none!important}.watchlist-table table{min-width:1500px}@media (width<=800px){.v242-methodology>div:last-child{grid-template-columns:1fr 1fr}}@media (width<=480px){.v242-methodology>div:last-child{grid-template-columns:1fr}}.v2463-recovery{color:#fde68a;background:#78350f38;border:1px solid #fbbf2459;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.v2463-recovery button{color:#fff;border-color:#fbbf2466}.v2463-watchlist-tools{justify-content:space-between;align-items:center;gap:12px;display:flex}.v2463-watchlist-tools input[type=search]{width:min(360px,100%)}.v2463-trash{gap:8px;display:grid}.v2463-trash article{border-bottom:1px solid #26354a;grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:12px;padding:10px 0;display:grid}.v2463-trash article>span{color:#8fa5ba;font-size:12px}.watchlist-table td>small{margin-top:4px}.watchlist-table td:nth-child(4)>small{color:#fbbf24;max-width:240px}@media (width<=700px){.v2463-watchlist-tools{flex-direction:column;align-items:stretch}.v2463-watchlist-tools input[type=search]{width:100%}.v2463-trash article{grid-template-columns:1fr}}.v243-methodology{background:linear-gradient(135deg,#0ea5e90f,#14b8a60a)!important;border-color:#38bdf83d!important}.v243-methodology>.v23-section-head>span,.v243-methodology article b{color:#67e8f9}.v243-financial-panel{background:radial-gradient(circle at 90% 0,#0ea5e91c,#0000 30%),#111b29;border-color:#38bdf847;gap:16px;display:grid;overflow:hidden}.v243-financial-panel>.v23-section-head span{color:#67e8f9;letter-spacing:.12em;font-size:10px}.v243-financial-panel>.v23-section-head h2{margin:8px 0}.v243-financial-panel>.v23-section-head p{color:#8297aa;margin:0}.v243-quality-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid}.v243-quality-grid article{background:linear-gradient(145deg,#17263a,#101a28);border:1px solid #2a4057;border-radius:12px;gap:5px;min-height:94px;padding:13px;display:grid}.v243-quality-grid article>span{color:#8398ac;text-transform:uppercase;letter-spacing:.05em;font-size:10px}.v243-quality-grid article>strong{color:#e8f7ff;font-size:23px}.v243-quality-grid article>strong small{color:#7890a5;font-size:11px}.v243-quality-grid article>b{color:#67e8f9;font-size:10px}.v243-quality-grid .grade-strong{background:linear-gradient(145deg,#123b35,#101f27);border-color:#168466}.v243-quality-grid .grade-good{border-color:#3d7e70}.v243-quality-grid .grade-mixed{border-color:#8a6b2b}.v243-quality-grid .grade-weak{background:linear-gradient(145deg,#3b1b26,#191923);border-color:#9e3d49}.v243-components{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.v243-components article{gap:7px;display:grid}.v243-components header{color:#a8bacb;justify-content:space-between;font-size:11px;display:flex}.v243-components div{background:#233448;border-radius:8px;height:6px;overflow:hidden}.v243-components i{border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#5eead4);height:100%;display:block}.v243-quality-notes{grid-template-columns:1fr 1fr;gap:10px;display:grid}.v243-quality-notes article{background:#112c29;border:1px solid #245747;border-radius:11px;padding:13px}.v243-quality-notes article.risks{background:#2c1921;border-color:#653640}.v243-quality-notes h3{margin:0 0 8px;font-size:13px}.v243-quality-notes p{color:#a8d8c9;margin:5px 0;font-size:11px}.v243-quality-notes .risks p{color:#efadb4}.v243-statement-block{gap:9px;min-width:0;display:grid}.v243-statement-block>header{justify-content:space-between;align-items:center;display:flex}.v243-statement-block h3{margin:0;font-size:15px}.v243-statement-block>header span{color:#7890a5;font-size:10px}.v243-statement-block>div{border:1px solid #263b50;border-radius:11px;overflow:auto}.v243-statement-block table{border-collapse:collapse;background:#101a27;width:100%;min-width:1180px}.v243-statement-block th,.v243-statement-block td{text-align:right;white-space:nowrap;border-bottom:1px solid #233549;padding:10px 11px;font-size:11px}.v243-statement-block th:first-child,.v243-statement-block td:first-child{text-align:left;z-index:1;background:#132131;position:sticky;left:0}.v243-statement-block th{color:#7890a5;text-transform:uppercase;background:#132131;font-size:9px}.v243-statement-block td{color:#d5e4ee}.v243-statement-block td small{color:#657b91;font-size:8px;display:block}.v243-statement-block td.negative{color:#fb7185}.v243-source{color:#7890a5;flex-wrap:wrap;gap:5px;font-size:10px;display:flex}.v243-source small{color:#62778c;flex-basis:100%;line-height:1.5;display:block}@media (width<=1200px){.v243-quality-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.v243-quality-grid,.v243-components,.v243-quality-notes{grid-template-columns:1fr 1fr}}@media (width<=480px){.v243-quality-grid,.v243-components,.v243-quality-notes{grid-template-columns:1fr}}.v2431-safety{color:#fde68a;background:linear-gradient(120deg,#352a16,#1b2029);border:1px solid #8a6b2b;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;display:flex}.v2431-safety>div{gap:3px;display:grid}.v2431-safety b{letter-spacing:.05em;font-size:11px}.v2431-safety p{color:#d6bd78;margin:0;font-size:10px}.v2431-safety>span{white-space:nowrap;color:#b9a261;font-size:9px}.v2431-safety.ready{color:#86efac;background:linear-gradient(120deg,#12362f,#14242d);border-color:#25765e}.v2431-safety.ready p,.v2431-safety.ready>span{color:#77bca5}@media (width<=700px){.v2431-safety{display:grid}.v2431-safety>span{white-space:normal}}.validation-walk-summary{grid-template-columns:repeat(5,1fr)}.institutional-evidence{grid-template-columns:repeat(3,1fr)}@media (width<=1150px){.validation-walk-summary{grid-template-columns:repeat(3,1fr)}}@media (width<=850px){.validation-walk-summary{grid-template-columns:1fr 1fr}}@media (width<=560px){.validation-walk-summary,.institutional-evidence{grid-template-columns:1fr}}.v246-filing-gate{background:linear-gradient(120deg,#312710,#14202b);border:1px solid #8a6b2b;border-radius:14px;grid-template-columns:1.15fr repeat(3,1fr);gap:9px;padding:12px;display:grid}.v246-filing-gate.passed{background:linear-gradient(120deg,#123b32,#13232d);border-color:#178060}.v246-filing-gate.review{border-color:#b7791f}.v246-filing-gate.unverified,.v246-filing-gate.blocked{background:linear-gradient(120deg,#351923,#17202a);border-color:#8a3948}.v246-filing-gate>div,.v246-filing-gate article{background:#02061747;border-radius:10px;align-content:center;gap:3px;padding:10px;display:grid}.v246-filing-gate small,.v246-filing-gate span{color:#8298aa;font-size:9px}.v246-filing-gate strong{color:#86efac;font-size:25px}.v246-filing-gate:not(.passed) strong{color:#fcd34d}.v246-filing-gate article b{font-size:16px}.v246-gate-notes{background:#2d2617;border-radius:11px;gap:4px;padding:10px 12px;display:grid}.v246-gate-notes p{color:#fcd34d;margin:0;font-size:10px}.v246-gate-notes p.blocked{color:#fda4af}.v246-revision{color:#fde68a;background:#5b3b15;border-radius:999px;margin-top:3px;padding:2px 5px;font-size:8px;font-style:normal;display:inline-flex}.v243-statement-block td a{color:#67e8f9}.v246-filings{gap:9px;display:grid}.v246-filings>header{justify-content:space-between;align-items:center;display:flex}.v246-filings>header h3{margin:0}.v246-filings>header span{color:#7890a5;font-size:10px}.v246-filings>div{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.v246-filings a{color:#dce9f2;background:#101f2d;border:1px solid #28445a;border-radius:10px;gap:3px;padding:11px;display:grid}.v246-filings a b{color:#67e8f9}.v246-filings a span,.v246-filings a small{color:#8297aa;font-size:9px}.v243-source>a{color:#67e8f9;margin-left:7px}@media (width<=1000px){.v246-filing-gate,.v246-filings>div{grid-template-columns:1fr 1fr}}@media (width<=560px){.v246-filing-gate,.v246-filings>div{grid-template-columns:1fr}}.v2462-score-breakdown{gap:11px;margin-bottom:14px;display:grid;border-color:#38bdf847!important}.v2462-score-breakdown>.v23-section-head>span{color:#bfdbfe;background:#26345e;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.v2462-score-breakdown>div:last-child{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.v2462-score-breakdown article{background:#101c2b;border:1px solid #293f55;border-radius:10px;justify-content:space-between;align-items:center;padding:9px 10px;display:flex}.v2462-score-breakdown article span{color:#8297aa;font-size:9px}.v2462-score-breakdown article b{font-size:14px}.v24-evidence-grid footer{grid-template-columns:auto 1fr}.v24-evidence-grid footer b{text-align:right}@media (width<=900px){.v2462-score-breakdown>div:last-child{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.v2462-score-breakdown>div:last-child{grid-template-columns:1fr 1fr}}.v246-gate-notes a{color:#67e8f9;font-size:10px}.cp-page{gap:14px;width:100%;min-width:0;max-width:1600px;margin:0 auto;display:grid}.cp-page>*{min-width:0}.cp-hero{color:#fff;background:radial-gradient(circle at 86% 9%,#2dd4bf3b,#0000 26%),radial-gradient(circle at 60% 100%,#3b82f62e,#0000 32%),linear-gradient(120deg,#020617,#0f2941,#164e63,#134e4a);border:1px solid #5eead433;border-radius:28px;justify-content:space-between;align-items:center;gap:24px;padding:30px;display:flex;box-shadow:0 28px 70px #0000004d}.cp-hero>div:first-child>span{color:#5eead4;letter-spacing:.16em;font-size:10px;font-weight:900}.cp-hero h1{margin:6px 0;font-size:40px}.cp-hero p{color:#bae6fd;margin:0}.cp-hero-total{text-align:right;background:#0206175c;border:1px solid #ffffff29;border-radius:20px;min-width:255px;padding:17px;display:grid}.cp-hero-total small,.cp-hero-total span{color:#94a3b8}.cp-hero-total strong{color:#f8fafc;margin:4px 0;font-size:31px}.cp-quality{color:#fde68a;background:linear-gradient(120deg,#352a16,#1b2029);border:1px solid #8a6b2b;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:12px 15px;display:flex}.cp-quality>div{align-items:center;gap:11px;display:flex}.cp-quality span{color:#d6bd78;font-size:10px}.cp-quality button{color:inherit;background:#02061738;border:1px solid;padding:6px 9px}.cp-quality.ready{color:#86efac;background:linear-gradient(120deg,#12362f,#14242d);border-color:#25765e}.cp-quality.ready span{color:#77bca5}.cp-quality.blocked{color:#fda4af;background:linear-gradient(120deg,#351923,#17202a);border-color:#8a3948}.cp-quality.blocked span{color:#d6909b}.cp-source-warning{color:#fde68a;background:#352a16;border:1px solid #8a6b2b;border-radius:11px;padding:10px 13px;font-size:10px}.cp-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid}.cp-kpis article{background:linear-gradient(145deg,#101f2d,#111827);border:1px solid #294055;border-radius:14px;gap:4px;min-width:0;padding:14px;display:grid}.cp-kpis span,.cp-kpis small{color:#8095a8}.cp-kpis b{color:#f1f5f9;font-size:21px}.cp-section-head{justify-content:space-between;align-items:end;gap:18px;margin-top:5px;display:flex}.cp-section-head span{color:#5eead4;letter-spacing:.15em;font-size:9px;font-weight:900}.cp-section-head h2{color:#f1f5f9;margin:4px 0 0}.cp-section-head small{color:#71879a}.cp-profile-grid{grid-template-columns:repeat(auto-fit,minmax(min(290px,100%),1fr));gap:11px;display:grid}.cp-profile-card{background:radial-gradient(circle at 95% 0,#2dd4bf14,#0000 30%),linear-gradient(145deg,#122334,#101927);border:1px solid #2a4257;border-radius:17px;gap:11px;min-width:0;padding:16px;display:grid}.cp-profile-card header{justify-content:space-between;gap:12px;display:flex}.cp-profile-card h3{color:#f8fafc;margin:0}.cp-profile-card header small{color:#71879a}.cp-profile-card header>strong{color:#5eead4;font-size:19px}.cp-profile-value{justify-content:space-between;align-items:end;gap:10px;display:flex}.cp-profile-value b{color:#fff;font-size:24px}.cp-profile-value span{color:#71879a;font-size:10px}.cp-profile-bar,.cp-exposure-track{background:#24364a;border-radius:999px;height:6px;overflow:hidden}.cp-profile-bar i,.cp-exposure-track i{border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#2dd4bf);height:100%;display:block}.cp-profile-card dl{grid-template-columns:1fr 1fr;gap:7px;margin:0;display:grid}.cp-profile-card dl>div{background:#02061747;border-radius:10px;gap:3px;padding:9px;display:grid}.cp-profile-card dt{color:#71879a;font-size:9px}.cp-profile-card dd{color:#dce8f1;margin:0;font-weight:800}.cp-profile-card dd small{color:#71879a;font-weight:400}.cp-profile-card footer{color:#8298aa;justify-content:space-between;font-size:10px;display:flex}.cp-two-column{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:14px;display:grid}.cp-two-column>*{min-width:0}.cp-two-column>.panel,.cp-overlap-panel{margin:0}.cp-panel-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.cp-panel-head h2,.cp-panel-head p{margin:0}.cp-panel-head p{color:#71879a;margin-top:4px;font-size:10px}.cp-panel-head>span{color:#5eead4;font-size:10px}.cp-panel-head button{color:#99f6e4;background:#123b45;border:1px solid #256a70;padding:8px 11px}.cp-dimension-tabs{gap:6px;margin:13px 0;display:flex;overflow-x:auto}.cp-dimension-tabs button{white-space:nowrap;color:#8298aa;background:#172638;border:1px solid #2a4054;padding:7px 10px}.cp-dimension-tabs button.active{color:#fff;background:linear-gradient(90deg,#0369a1,#0f766e);border-color:#2dd4bf}.cp-exposure-list{gap:7px;display:grid}.cp-exposure-row{border-bottom:1px solid #24374a;grid-template-columns:minmax(160px,1fr) minmax(100px,1.4fr) 64px 28px;align-items:center;gap:9px;padding:7px 0;display:grid}.cp-exposure-row>div:first-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.cp-exposure-row>div:first-child>span{color:#71879a;font-size:9px}.cp-exposure-row>strong{text-align:right;color:#dce8f1}.cp-exposure-row>em{color:#526b80;font-size:9px;font-style:normal}.cp-actions{gap:8px;margin-top:13px;display:grid}.cp-actions article{background:#101f2e;border:1px solid #2a4054;border-radius:11px;gap:10px;padding:11px;display:flex}.cp-actions article>span{color:#7dd3fc;background:#25394b;border-radius:999px;flex:0 0 25px;place-items:center;height:25px;font-weight:900;display:grid}.cp-actions article>div{gap:3px;display:grid}.cp-actions article p{color:#8298aa;margin:0;font-size:10px;line-height:1.45}.cp-actions article.high{background:#2e1922;border-color:#753644}.cp-actions article.high>span{color:#fecdd3;background:#7f1d2d}.cp-actions article.medium{background:#2b2618;border-color:#6f5725}.cp-actions article.medium>span{color:#fde68a;background:#713f12}.cp-actions article.info{border-color:#245c70}.cp-overlap-panel .option-table-wrap{margin-top:13px}.cp-overlap-panel table{min-width:980px}.cp-profile-tags{flex-wrap:wrap;gap:4px;display:flex}.cp-profile-tags span{color:#bae6fd;background:#25394b;border-radius:999px;padding:3px 6px;font-size:8px}.cp-correlation-grid{grid-template-columns:1fr 1fr}.cp-similarity-panel table{margin-top:12px}.cp-similarity-panel th,.cp-similarity-panel td{text-align:center}.cp-similarity-panel th:first-child,.cp-similarity-panel td:first-child{text-align:left}.cp-similarity-cell{color:#94a3b8;background:#162638;border-radius:8px;place-items:center;min-width:54px;padding:6px;display:inline-grid}.cp-similarity-cell.medium{color:#fde68a;background:#493b19}.cp-similarity-cell.high{color:#fda4af;background:#4c2029}.cp-similarity-legend{color:#71879a;flex-wrap:wrap;gap:13px;margin-top:10px;font-size:9px;display:flex}.cp-similarity-legend span{align-items:center;gap:5px;display:flex}.cp-similarity-legend i{background:#162638;border-radius:2px;width:8px;height:8px}.cp-similarity-legend i.medium{background:#8a6b2b}.cp-similarity-legend i.high{background:#8a3948}.cp-historical-empty{text-align:center;color:#71879a;place-items:center;min-height:190px;display:grid}.cp-historical-empty b{color:#9fb3c3}.cp-historical-empty p{max-width:420px}.cp-risk-gate{color:#fda4af;background:#351923;border:1px solid #8a3948;border-radius:10px;gap:4px;margin-top:13px;padding:10px;display:grid}.cp-risk-gate.ready{color:#86efac;background:#12362f;border-color:#25765e}.cp-risk-gate span{color:#8298aa;font-size:9px}.cp-historical-kpis{grid-template-columns:repeat(3,1fr);gap:7px;margin:9px 0;display:grid}.cp-historical-kpis>div{background:#101f2e;border-radius:9px;gap:3px;padding:9px;display:grid}.cp-historical-kpis span{color:#71879a;font-size:9px}.cp-historical-kpis b{font-size:18px}.cp-correlation-list{display:grid}.cp-correlation-list>div{border-bottom:1px solid #24374a;justify-content:space-between;padding:7px 0;display:flex}.cp-methodology{color:#8298aa;background:#101d2b;border:1px solid #294055;border-radius:13px;gap:4px;padding:13px 15px;display:grid}.cp-methodology b{color:#99f6e4}.cp-methodology span{font-size:10px}.cp-empty{text-align:center;padding:50px}.cp-empty b{font-size:20px}.cp-empty p{color:#8298aa}@media (width<=1250px){.cp-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.cp-two-column,.cp-correlation-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.cp-hero{display:grid}.cp-hero-total{text-align:left;min-width:0}.cp-quality,.cp-quality>div{align-items:flex-start;display:grid}.cp-kpis{grid-template-columns:1fr 1fr}.cp-section-head{align-items:flex-start;display:grid}.cp-exposure-row{grid-template-columns:minmax(130px,1fr) 54px 24px}.cp-exposure-track{display:none}.cp-profile-card dl,.cp-historical-kpis{grid-template-columns:1fr}.cp-panel-head{flex-direction:column;align-items:flex-start}}@media (width<=480px){.cp-kpis{grid-template-columns:1fr}.cp-hero h1{font-size:31px}.cp-hero{padding:23px}.cp-profile-grid{grid-template-columns:1fr}}.thai-fund-page{gap:14px;max-width:1600px;margin:0 auto;display:grid}.thai-fund-hero{background:radial-gradient(circle at 88% 5%,#facc1529,#0000 24%),radial-gradient(circle at 65% 100%,#2dd4bf2e,#0000 30%),linear-gradient(120deg,#020617,#123047,#134e4a);border:1px solid #2dd4bf38;border-radius:28px;justify-content:space-between;align-items:center;gap:22px;padding:30px;display:flex;box-shadow:0 28px 70px #00000047}.thai-fund-hero span{color:#5eead4;letter-spacing:.15em;font-size:10px;font-weight:900}.thai-fund-hero h1{color:#f8fafc;margin:6px 0;font-size:40px}.thai-fund-hero p{color:#a5f3fc;margin:0}.thai-fund-hero>div:last-child{text-align:center;background:#02061759;border:1px solid #ffffff24;border-radius:18px;min-width:170px;padding:16px;display:grid}.thai-fund-hero strong{color:#fef08a;font-size:34px}.thai-fund-hero small{color:#94a3b8}.thai-fund-status{color:#99f6e4;background:#102d2d;border:1px solid #245f5a;border-radius:11px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;display:flex}.thai-fund-status span{color:#2dd4bf}.thai-fund-status.error{color:#fda4af;background:#351923;border-color:#7f3543}.thai-fund-registry{margin:0!important}.thai-fund-form{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.thai-fund-form label,.thai-nav-form label,.thai-portfolio-form label{color:#8297aa;gap:5px;font-size:9px;display:grid}.thai-fund-form label.wide{grid-column:span 2}.thai-fund-form input,.thai-fund-form select,.thai-nav-form input,.thai-portfolio-form input{width:100%}.thai-fund-form button{align-self:end}.thai-fund-selector{gap:9px;padding:2px;display:flex;overflow-x:auto}.thai-fund-selector button{text-align:left;color:#d7e5ef;background:#111f2d;border:1px solid #294358;grid-template-columns:minmax(95px,1fr) auto;gap:8px 16px;min-width:270px;padding:13px;display:grid;position:relative}.thai-fund-selector button>div{align-content:start;gap:4px;display:grid}.thai-fund-selector button span,.thai-fund-selector button small{color:#71879a;font-size:8px}.thai-fund-selector-price{text-align:right}.thai-fund-selector button strong{color:#5eead4;font-size:17px}.thai-fund-selector button em{font-size:8px;font-style:normal}.thai-fund-selector button>i{color:#93c5fd;background:#173245;border-radius:999px;grid-column:1/-1;width:max-content;padding:3px 6px;font-size:8px;font-style:normal}.thai-fund-selector button.active{background:linear-gradient(120deg,#123a43,#164e3f);border-color:#2dd4bf;box-shadow:0 8px 22px #0d94881f}.thai-fund-summary{grid-template-columns:minmax(280px,2fr) repeat(5,minmax(130px,1fr));gap:9px;display:grid}.thai-fund-summary article{background:linear-gradient(145deg,#101f2d,#101826);border:1px solid #294256;border-radius:15px;align-content:center;gap:4px;min-height:112px;padding:14px;display:grid}.thai-fund-summary article>span,.thai-fund-summary article>small{color:#71879a;font-size:9px}.thai-fund-summary article>b{color:#f1f5f9;font-size:23px}.thai-fund-summary article>b small{color:#71879a;font-size:9px}.thai-fund-summary article.latest-price{background:linear-gradient(145deg,#113830,#101f26);border-color:#28746b}.thai-fund-summary article.latest-price>strong{font-size:10px}.thai-fund-summary article.identity{background:radial-gradient(circle at 100% 0,#2dd4bf1a,#0000 33%),#101f2d}.thai-fund-summary .identity>span{color:#5eead4;letter-spacing:.1em;font-weight:900}.thai-fund-summary .identity h2,.thai-fund-summary .identity p{margin:0}.thai-fund-summary .identity p{color:#8297aa;font-size:10px}.thai-fund-summary .identity div{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.thai-fund-summary .identity button,.thai-fund-summary .identity a{color:#bae6fd;background:#172b3a;border:1px solid #2f5266;border-radius:7px;padding:5px 8px;font-size:9px}.thai-fund-summary .identity button.price-sync{color:#ccfbf1;background:#134e4a;border-color:#2dd4bf;font-weight:800}.thai-fund-summary .score strong{color:#fcd34d;font-size:10px}.thai-fund-summary .score.attractive{background:linear-gradient(145deg,#123a32,#101f26);border-color:#248065}.thai-fund-summary .score.attractive strong{color:#86efac}.thai-fund-summary .score.caution{border-color:#8a3948}.thai-fund-kpis{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.thai-fund-kpis article{background:#101d2b;border:1px solid #294054;border-radius:12px;gap:4px;padding:12px;display:grid}.thai-fund-kpis span{color:#71879a;font-size:9px}.thai-fund-kpis b{color:#e6edf3;font-size:16px}.thai-fund-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr);gap:14px;display:grid}.thai-fund-grid>.panel{margin:0}.thai-fund-chart{min-width:0}.thai-fund-empty{color:#71879a;place-items:center;height:310px;display:grid}.thai-fund-score{align-content:start;gap:9px;display:grid}.thai-fund-score h2,.thai-fund-score p{margin:0}.thai-fund-score p{color:#8297aa;font-size:10px;line-height:1.5}.thai-fund-score>div{grid-template-columns:80px 1fr 34px;align-items:center;gap:8px;display:grid}.thai-fund-score>div span{color:#8297aa;text-transform:capitalize;font-size:9px}.thai-fund-score>div i{background:#24384b;border-radius:999px;height:6px;overflow:hidden}.thai-fund-score>div em{border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#2dd4bf);height:100%;display:block}.thai-fund-score>div b{text-align:right}.thai-fund-score footer{background:#2c2618;border:1px solid #6e5520;border-radius:9px;gap:4px;margin-top:5px;padding:10px;display:grid}.thai-fund-score footer b{color:#fde68a;font-size:10px}.thai-fund-score footer span{color:#bca86f;font-size:9px;line-height:1.5}.thai-fund-grid.controls{grid-template-columns:1.2fr .8fr}.thai-nav-form{grid-template-columns:repeat(5,1fr);gap:8px;margin:12px 0;display:grid}.thai-nav-form button{align-self:end}.thai-fund-grid textarea{resize:vertical;width:100%;min-height:78px;margin:4px 0 8px}.thai-portfolio-form{grid-template-columns:1fr 1fr;gap:9px;margin:13px 0;display:grid}.thai-portfolio-form button{grid-column:1/-1}.thai-nav-history{margin:0!important}.thai-nav-history table{min-width:760px}.thai-source{color:#a8b8c6;background:#29394a;border-radius:999px;padding:4px 7px;font-size:8px;display:inline-flex}.thai-source.official{color:#86efac;background:#164e3c}.thai-fund-policy{background:#2c2618;border:1px solid #6e5520;border-radius:12px;gap:3px;padding:12px 14px;display:grid}.thai-fund-policy b{color:#fde68a;font-size:10px}.thai-fund-policy span{color:#bca86f;font-size:9px;line-height:1.5}.thai-fund-quick-add{gap:12px;display:grid;background:radial-gradient(circle at 100% 0,#2dd4bf14,#0000 32%),#0d1c28!important;border-color:#28675f!important;margin:0!important}.thai-fund-search{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.thai-fund-search input{width:100%;min-height:42px}.thai-fund-search-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:310px;display:grid;overflow:auto}.thai-fund-search-results button{text-align:left;background:#101f2d;border:1px solid #294358;gap:4px;padding:11px;display:grid}.thai-fund-search-results button b{color:#5eead4}.thai-fund-search-results button span{color:#dce9f1;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.thai-fund-search-results button small{color:#71879a;font-size:8px}.thai-fund-search-results button.active{background:#123a3c;border-color:#2dd4bf;box-shadow:0 0 0 1px #2dd4bf1f}.thai-fund-quick-form{background:#102d2d;border:1px solid #2f6e66;border-radius:13px;grid-template-columns:minmax(250px,1.5fr) 1fr 1fr auto;align-items:end;gap:9px;padding:13px;display:grid}.thai-fund-quick-form>div,.thai-fund-quick-form label{gap:4px;display:grid}.thai-fund-quick-form>div b{color:#fef08a}.thai-fund-quick-form>div span{color:#dce9f1;font-size:10px}.thai-fund-quick-form>div small,.thai-fund-quick-form label{color:#7dd3c7;font-size:8px}.thai-fund-quick-form input{width:100%}.thai-fund-portfolio-panel{border-color:#2b605b!important;margin:0!important}@media (width<=1250px){.thai-fund-form{grid-template-columns:repeat(3,1fr)}.thai-fund-summary{grid-template-columns:repeat(4,1fr)}.thai-fund-summary .identity{grid-column:1/-1}.thai-fund-kpis{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.thai-fund-form{grid-template-columns:1fr 1fr}.thai-fund-grid,.thai-fund-grid.controls{grid-template-columns:1fr}.thai-nav-form,.thai-fund-summary,.thai-fund-kpis,.thai-fund-search-results,.thai-fund-quick-form{grid-template-columns:1fr 1fr}.thai-fund-quick-form>div{grid-column:1/-1}}@media (width<=560px){.thai-fund-hero{padding:23px;display:grid}.thai-fund-hero h1{font-size:31px}.thai-fund-hero>div:last-child{min-width:0}.thai-fund-form,.thai-fund-summary,.thai-fund-kpis,.thai-nav-form,.thai-portfolio-form,.thai-fund-search,.thai-fund-search-results,.thai-fund-quick-form{grid-template-columns:1fr}.thai-fund-form label.wide,.thai-fund-quick-form>div,.thai-portfolio-form button{grid-column:auto}}.thai-fund-main-tabs,.thai-tax-tabs{background:#0b1722;border:1px solid #29475a;border-radius:13px;gap:7px;padding:5px;display:flex}.thai-fund-main-tabs button,.thai-tax-tabs button{color:#7890a4;background:0 0;border:0;flex:1;padding:9px 12px;font-weight:800}.thai-fund-main-tabs button.active,.thai-tax-tabs button.active{color:#ecfeff;background:linear-gradient(120deg,#115e59,#0f766e);box-shadow:0 5px 18px #0d94882e}.thai-tax-planner{gap:14px;display:grid}.thai-tax-intro{background:radial-gradient(circle at 92% 0,#facc1524,#0000 28%),linear-gradient(120deg,#0c2331,#123a3b);border:1px solid #315b68;border-radius:20px;justify-content:space-between;gap:20px;padding:22px;display:flex}.thai-tax-intro span{color:#5eead4;letter-spacing:.12em;font-size:9px;font-weight:900}.thai-tax-intro h2{color:#f8fafc;margin:5px 0;font-size:27px}.thai-tax-intro p{color:#9cc3cd;margin:0;font-size:11px}.thai-tax-intro article{text-align:right;background:#02061759;border:1px solid #ffffff21;border-radius:15px;align-content:center;min-width:260px;padding:15px;display:grid}.thai-tax-intro article b{color:#86efac;font-size:30px}.thai-tax-intro article small{color:#b5c9d2}.thai-tax-intro article em{color:#fcd34d;margin-top:3px;font-size:8px;font-style:normal}.tax-input-panel,.tax-simulator,.tax-fund-screener,.tax-lot-form,.tax-lot-table,.tax-rmf-dates,.tax-checklist{margin:0!important}.tax-profile-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.tax-profile-grid label,.tax-lot-form label,.tax-rmf-dates label{color:#8ba4b6;gap:5px;font-size:9px;display:grid}.tax-profile-grid input,.tax-lot-form input,.tax-lot-form select,.tax-rmf-dates input{width:100%}.tax-profile-grid small{color:#617b8d;font-size:8px}.tax-capacity-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.tax-capacity-card{background:linear-gradient(145deg,#101f2d,#111927);border:1px solid #2b485c;border-radius:15px;gap:5px;padding:16px;display:grid}.tax-capacity-card.rmf{background:linear-gradient(145deg,#102b3f,#111927);border-color:#285b80}.tax-capacity-card.esg{background:linear-gradient(145deg,#10352f,#111927);border-color:#267066}.tax-capacity-card>span,.tax-capacity-card>small{color:#7890a4;font-size:9px}.tax-capacity-card>strong{color:#e6f7ff;font-size:25px}.tax-capacity-card.rmf>strong{color:#7dd3fc}.tax-capacity-card.esg>strong{color:#5eead4}.tax-capacity-card>i{background:#243648;border-radius:999px;height:7px;overflow:hidden}.tax-capacity-card>i em{background:linear-gradient(90deg,#0ea5e9,#2dd4bf);height:100%;display:block}.tax-capacity-card footer{color:#8da1b1;justify-content:space-between;font-size:8px;display:flex}.tax-capacity-card.portfolio footer{color:#fcd34d;margin-top:auto}.tax-checklist{grid-template-columns:1.3fr 1fr 1fr;align-items:center;gap:10px;display:grid}.tax-checklist h2{grid-column:1/-1;margin:0}.tax-checklist label{color:#c7d7df;align-items:center;gap:7px;font-size:10px;display:flex}.tax-checklist label input,.tax-confirm input{width:auto}.tax-checklist>div{background:#172638;border-radius:10px;gap:3px;padding:10px;display:grid}.tax-checklist>div span{color:#8da2b3;font-size:8px}.tax-checklist .passed{border:1px solid #26755d}.tax-checklist .passed b{color:#86efac}.tax-checklist .blocked,.tax-rule-note{border:1px solid #785a20}.tax-checklist .blocked b,.tax-rule-note b{color:#fde68a}.tax-simulator{gap:14px;display:grid}.tax-simulator>label{color:#9fb4c3;grid-template-columns:170px minmax(220px,1fr) 140px 150px;align-items:center;gap:10px;font-size:10px;display:grid}.tax-simulator>label input[type=number]{width:100%}.tax-simulator>label b{color:#5eead4;text-align:right}.tax-result-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.tax-result-grid article{background:#101d2a;border:1px solid #2b485c;border-radius:14px;gap:5px;padding:15px;display:grid}.tax-result-grid span,.tax-result-grid small{color:#7890a4;font-size:9px}.tax-result-grid b{color:#dceaf3;font-size:22px}.tax-result-grid .saving{background:linear-gradient(145deg,#103c31,#101d2a);border-color:#258363}.tax-result-grid .saving b{color:#86efac}.tax-warning-list{gap:6px;display:grid}.tax-warning-list p{color:#fde68a;background:#2e2717;border:1px solid #795a20;border-radius:9px;margin:0;padding:9px 11px;font-size:9px}.tax-fund-screener table,.tax-lot-table table{min-width:900px}.tax-fund-screener td:first-child{max-width:280px}.tax-fund-screener td:first-child small{color:#71879a;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.tax-fund-screener button,.tax-lot-table button{padding:5px 8px;font-size:8px}.tax-lot-form form{grid-template-columns:1.2fr 1fr 1fr 1fr 1.1fr auto;align-items:end;gap:9px;margin-top:13px;display:grid}.tax-confirm{align-items:center;min-height:38px;display:flex!important}.tax-rmf-dates{grid-template-columns:1fr 1fr 2fr;align-items:end;gap:10px;display:grid}.tax-rmf-dates p{color:#8ca1b0;margin:0;font-size:9px;line-height:1.5}.tax-rule-sources{background:#101d29;border:1px solid #35536a;border-radius:11px;align-items:center;gap:8px;padding:11px 13px;display:flex}.tax-rule-sources>div{gap:2px;margin-right:auto;display:grid}.tax-rule-sources b{color:#bae6fd;font-size:9px}.tax-rule-sources span{color:#7690a3;font-size:8px}.tax-rule-sources a{color:#67e8f9;border:1px solid #2d5869;border-radius:7px;padding:5px 7px;font-size:8px}.tax-lot-table .pos,.tax-fund-screener .pos{color:#86efac}.tax-lot-table .warn,.tax-fund-screener .warn{color:#fde68a}@media (width<=1100px){.tax-profile-grid{grid-template-columns:repeat(3,1fr)}.tax-simulator>label{grid-template-columns:140px 1fr 120px}.tax-simulator>label b{grid-column:2/-1}.tax-lot-form form{grid-template-columns:repeat(3,1fr)}.tax-result-grid{grid-template-columns:1fr 1fr}}@media (width<=720px){.thai-tax-intro{display:grid}.thai-tax-intro article{text-align:left;min-width:0}.thai-tax-tabs{overflow-x:auto}.thai-tax-tabs button{min-width:130px}.tax-profile-grid,.tax-capacity-grid,.tax-checklist,.tax-result-grid,.tax-rmf-dates{grid-template-columns:1fr}.tax-checklist h2{grid-column:auto}.tax-simulator>label,.tax-lot-form form{grid-template-columns:1fr}.tax-simulator>label b{text-align:left;grid-column:auto}.tax-rule-sources{flex-wrap:wrap;align-items:flex-start}.tax-rule-sources>div{width:100%}}.validation-horizon-picker{color:#8ea4b8;align-items:center;gap:7px;font-size:11px;display:flex}.validation-horizon-picker select{min-width:82px;padding:8px 10px}.decision-emotion-overview{grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);align-items:center;gap:14px;display:grid;background:radial-gradient(circle at 8% 20%,#3b82f629,#0000 30%),linear-gradient(135deg,#0c1727,#111f31)!important;border-color:#38bdf840!important;margin-bottom:14px!important}.decision-emotion-overview>small{color:#6f879c;grid-column:1/-1;font-size:9px}.decision-emotion-dominant{gap:5px;display:grid}.decision-emotion-dominant>span{color:#67e8f9;letter-spacing:.14em;font-size:9px;font-weight:900}.decision-emotion-dominant>strong{align-items:center;gap:9px;font-size:25px;display:flex}.decision-emotion-dominant>strong i{font-style:normal}.decision-emotion-dominant p{color:#91a7ba;margin:0;font-size:11px}.decision-emotion-counts{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:7px;display:grid}.decision-emotion-counts article{background:#101c2a;border:1px solid #2a4055;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;padding:9px;display:grid}.decision-emotion-counts article b{color:#b9c8d5;font-size:9px}.decision-emotion-counts article strong{font-size:17px}.decision-emotion-badge{background:#172536;border:1px solid #2b4156;border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:2px 6px;min-width:145px;padding:6px 8px;display:grid}.decision-emotion-badge i{grid-row:1/3;font-size:17px;font-style:normal}.decision-emotion-badge b{font-size:10px}.decision-emotion-badge small{color:#73899c!important;max-width:150px!important}.decision-emotion-badge.fomo,.decision-emotion-counts .fomo{background:#78350f40;border-color:#b45309}.decision-emotion-badge.fear,.decision-emotion-counts .fear{background:#88133733;border-color:#be123c}.decision-emotion-badge.defensive,.decision-emotion-counts .defensive{background:#4c1d9533;border-color:#7c3aed}.decision-emotion-badge.cautious,.decision-emotion-counts .cautious{background:#713f1238;border-color:#ca8a04}.decision-emotion-badge.patient,.decision-emotion-counts .patient{border-color:#64748b}.decision-emotion-badge.confident,.decision-emotion-counts .confident{background:#064e3b38;border-color:#059669}.decision-emotion-badge.calm,.decision-emotion-counts .calm{background:#0759852e;border-color:#0284c7}@media (width<=780px){.decision-emotion-overview{grid-template-columns:1fr}.decision-emotion-overview>small{grid-column:auto}}.decision-emotion-dominant{grid-template-columns:auto 1fr;align-items:center;gap:14px}.decision-emotion-dominant>div{gap:5px;display:grid}.decision-emotion-dominant>div>span{color:#67e8f9;letter-spacing:.14em;font-size:9px;font-weight:900}.decision-emotion-dominant strong{font-size:25px}.decision-emotion-counts article{overflow:hidden}.decision-emotion-badge{min-width:165px;overflow:hidden}.decision-emotion-badge i{filter:drop-shadow(0 5px 5px #00000052);transform-origin:50% 90%;background:50%/contain no-repeat;width:42px;height:42px;font-size:0;animation:2.5s ease-in-out infinite emotion-bob;display:block}.decision-emotion-badge.fomo i{background-image:url(/assets/ant-C3duKZUl.png);animation:.7s ease-in-out infinite emotion-fomo}.decision-emotion-badge.fear i{background-image:url(/assets/mhee-bear-DetRSMXt.png);animation:.32s ease-in-out infinite emotion-shiver}.decision-emotion-badge.defensive i{background-image:url(/assets/turtle-CisUfBfc.png);animation:2.2s ease-in-out infinite emotion-hide}.decision-emotion-badge.cautious i{background-image:url(/assets/owl-DI05HOKg.png);animation:2.5s ease-in-out infinite emotion-look}.decision-emotion-badge.patient i{background-image:url(/assets/moo-pig-BB3YSx7Z.png);animation:3s ease-in-out infinite emotion-wait}.decision-emotion-badge.confident i{background-image:url(/assets/bull-D6RZCILO.png);animation:1.6s ease-in-out infinite emotion-ready}.decision-emotion-badge.calm i{background-image:url(/assets/whale-CFeyv-CX.png);animation:3.3s ease-in-out infinite emotion-float}.decision-emotion-badge.neutral i{background-image:url(/assets/golden-goose-BNqmiMs-.png);animation:2.6s ease-in-out infinite emotion-think}.emotion-mascot{--mascot-size:54px;width:var(--mascot-size);height:var(--mascot-size);isolation:isolate;flex:none;place-items:center;display:inline-grid;position:relative}.emotion-mascot--hero{--mascot-size:108px}.emotion-mascot--small{--mascot-size:38px}.emotion-mascot--tiny{--mascot-size:42px}.emotion-mascot__image{z-index:2;object-fit:contain;filter:drop-shadow(0 8px 9px #00000059);transform-origin:50% 90%;width:88%;height:88%;animation:2.5s ease-in-out infinite emotion-bob;position:relative}.emotion-mascot__glow{z-index:0;filter:blur(6px);background:radial-gradient(circle,#67e8f961,#3b82f614 58%,#0000 72%);border-radius:50%;animation:2.1s ease-in-out infinite emotion-glow;position:absolute;inset:13%}.emotion-mascot__effect{z-index:3;pointer-events:none;position:absolute;inset:0}.emotion-mascot--heat .emotion-mascot__image{animation:.7s ease-in-out infinite emotion-fomo}.emotion-mascot--heat .emotion-mascot__effect:after{content:"🔥";font-size:calc(var(--mascot-size)*.27);animation:.8s ease-in-out infinite emotion-pop;position:absolute;top:-7%;right:-3%}.emotion-mascot--sweat .emotion-mascot__image{animation:.32s ease-in-out infinite emotion-shiver}.emotion-mascot--sweat .emotion-mascot__effect:after{content:"💧";font-size:calc(var(--mascot-size)*.23);animation:1.1s ease-in infinite emotion-drop;position:absolute;top:9%;right:3%}.emotion-mascot--shield .emotion-mascot__image{animation:2.2s ease-in-out infinite emotion-hide}.emotion-mascot--shield .emotion-mascot__effect:after{content:"🛡️";font-size:calc(var(--mascot-size)*.28);animation:1.4s ease-in-out infinite emotion-shield;position:absolute;bottom:0;right:-4%}.emotion-mascot--search .emotion-mascot__image{animation:2.5s ease-in-out infinite emotion-look}.emotion-mascot--search .emotion-mascot__effect:after{content:"🔎";font-size:calc(var(--mascot-size)*.28);animation:2.5s ease-in-out infinite emotion-search;position:absolute;bottom:3%;right:-4%}.emotion-mascot--wait .emotion-mascot__image{animation:3s ease-in-out infinite emotion-wait}.emotion-mascot--wait .emotion-mascot__effect:after{content:"…";color:#32465a;font-weight:900;font-size:calc(var(--mascot-size)*.23);background:#eef6ff;border-radius:999px;padding:0 .18em;line-height:1.1;animation:1.5s ease-in-out infinite emotion-pop;position:absolute;top:-9%;right:-2%}.emotion-mascot--target .emotion-mascot__image{animation:1.6s ease-in-out infinite emotion-ready}.emotion-mascot--target .emotion-mascot__effect:after{content:"🎯";font-size:calc(var(--mascot-size)*.25);animation:1.6s ease-in-out infinite emotion-target;position:absolute;top:0;right:-5%}.emotion-mascot--calm .emotion-mascot__image{animation:3.3s ease-in-out infinite emotion-float}.emotion-mascot--calm .emotion-mascot__effect:after{content:"〰";color:#67e8f9;font-size:calc(var(--mascot-size)*.3);animation:2.3s linear infinite emotion-drift;position:absolute;top:5%;right:-6%}.emotion-mascot--question .emotion-mascot__image{animation:2.6s ease-in-out infinite emotion-think}.emotion-mascot--question .emotion-mascot__effect:after{content:"?";color:#fde68a;font-weight:950;font-size:calc(var(--mascot-size)*.32);text-shadow:0 2px 10px #facc158c;animation:1.4s ease-in-out infinite emotion-pop;position:absolute;top:-8%;right:3%}@keyframes emotion-bob{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-5%)rotate(1deg)}}@keyframes emotion-glow{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.12)}}@keyframes emotion-fomo{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-8%)rotate(4deg)}}@keyframes emotion-pop{0%,to{opacity:.7;transform:scale(.85)rotate(-5deg)}50%{opacity:1;transform:scale(1.14)rotate(5deg)}}@keyframes emotion-shiver{0%,to{transform:translate(-1.5%)rotate(-1deg)}50%{transform:translate(1.5%)rotate(1deg)}}@keyframes emotion-drop{0%{opacity:0;transform:translateY(-20%)}30%{opacity:1}to{opacity:0;transform:translateY(65%)}}@keyframes emotion-hide{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(6%)scale(.94)}}@keyframes emotion-shield{0%,to{transform:scale(.92)}50%{transform:scale(1.08)}}@keyframes emotion-look{0%,to{transform:rotate(-3deg)}50%{transform:rotate(5deg)}}@keyframes emotion-search{0%,to{transform:translate(-4%,2%)rotate(-8deg)}50%{transform:translate(7%,-5%)rotate(8deg)}}@keyframes emotion-wait{0%,70%,to{transform:translateY(0)}78%{transform:translateY(-5%)}86%{transform:translateY(0)}}@keyframes emotion-ready{0%,to{transform:scale(1)rotate(-1deg)}50%{transform:scale(1.07)rotate(2deg)}}@keyframes emotion-target{0%,to{opacity:.7;transform:scale(.85)}50%{opacity:1;transform:scale(1.08)}}@keyframes emotion-float{0%,to{transform:translateY(3%)rotate(-1deg)}50%{transform:translateY(-6%)rotate(1deg)}}@keyframes emotion-drift{0%{opacity:0;transform:translate(-20%)}40%{opacity:1}to{opacity:0;transform:translate(25%)}}@keyframes emotion-think{0%,to{transform:rotate(0)}35%{transform:rotate(-4deg)}65%{transform:rotate(4deg)}}@media (width<=780px){.decision-emotion-dominant{grid-template-columns:72px 1fr}.emotion-mascot--hero{--mascot-size:76px}}@media (prefers-reduced-motion:reduce){.emotion-mascot__image,.emotion-mascot__glow,.emotion-mascot__effect:after,.decision-emotion-badge i{animation:none!important}}.overview-chart-deck{grid-template-columns:minmax(350px,.8fr) minmax(0,1.2fr);gap:16px;margin:0 0 18px;display:grid}.overview-chart-panel{background:radial-gradient(circle at 12% 10%,#38bdf81f,#0000 32%),linear-gradient(145deg,#0f172afa,#0a121ff2);border:1px solid #60a5fa33;border-radius:23px;min-width:0;padding:18px;position:relative;overflow:hidden;box-shadow:0 22px 55px #0000003d,inset 0 1px #ffffff09}.overview-chart-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed1f,#0000 68%);border-radius:50%;width:230px;height:230px;position:absolute;bottom:-100px;right:-80px}.overview-chart-panel>header{z-index:2;justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:relative}.overview-chart-panel>header span{color:#67e8f9;letter-spacing:.14em;font-size:9px;font-weight:900}.overview-chart-panel>header h2{color:#f8fafc;margin:4px 0 3px;font-size:20px}.overview-chart-panel>header p{color:#71869a;margin:0;font-size:10px}.overview-chart-panel>header>b{color:#cffafe;white-space:nowrap;background:#0891b217;border:1px solid #67e8f92e;border-radius:10px;padding:7px 10px;font-size:11px}.overview-donut{grid-template-columns:minmax(180px,.9fr) minmax(150px,1.1fr);align-items:center;gap:8px;display:grid}.overview-donut-plot{min-width:0;position:relative}.overview-donut-center{text-align:center;pointer-events:none;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overview-donut-center strong{color:#f8fafc;font-size:21px;line-height:1}.overview-donut-center span{color:#64748b;margin-top:4px;font-size:8px;font-weight:800}.overview-donut-legend{align-content:center;gap:8px;display:grid}.overview-donut-legend>div{background:#02061747;border:1px solid #94a3b81a;border-radius:9px;grid-template-columns:9px 1fr auto;align-items:center;gap:7px;padding:7px 8px;display:grid}.overview-donut-legend i{border-radius:50%;width:8px;height:8px;box-shadow:0 0 9px}.overview-donut-legend span{color:#9fb3c8;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.overview-donut-legend b{color:#e2e8f0;font-size:10px}.overview-chart-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070f1bf5;border:1px solid #7dd3fc47;border-radius:11px;gap:3px;min-width:138px;padding:10px 12px;display:grid;box-shadow:0 14px 35px #0006}.overview-chart-tooltip span{color:#bae6fd;font-size:9px;font-weight:900}.overview-chart-tooltip span:before{background:var(--tooltip-color,#38bdf8);content:"";border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.overview-chart-tooltip b{color:#fff;font-size:15px}.overview-chart-tooltip small{color:#71869a;font-size:9px}.overview-chart-tooltip small.pos{color:#34d399}.overview-chart-tooltip small.neg{color:#fb7185}.overview-chart-empty{color:#64748b;place-items:center;min-height:210px;font-size:11px;display:grid}.overview-profile-compare .recharts-surface{overflow:visible}.overview-profile-compare .recharts-line{filter:drop-shadow(0 3px 5px #00000059)}.v1832-chart{background:radial-gradient(circle at 50% 42%,#3b82f61a,#0000 42%),#0206176b;position:relative;overflow:hidden}.v1832-chart>h3{z-index:2;border-bottom:1px solid #94a3b81a;padding-bottom:8px;font-size:13px;position:relative}.v1832-chart .overview-donut{grid-template-columns:1fr}.v1832-chart .overview-donut-legend{grid-template-columns:1fr 1fr}.v1832-chart .overview-donut-legend>div{padding:5px 7px}.v1832-chart .overview-donut-plot{margin:-20px 0 -12px}@media (width<=1050px){.overview-chart-deck{grid-template-columns:1fr}.overview-donut.hero{grid-template-columns:minmax(220px,.7fr) minmax(200px,1fr)}}@media (width<=700px){.overview-chart-deck{grid-template-columns:minmax(0,1fr)}.overview-chart-panel{border-radius:18px;padding:14px}.overview-chart-panel>header{display:grid}.overview-chart-panel>header>b{width:max-content}.overview-donut,.overview-donut.hero{grid-template-columns:1fr}.overview-donut-plot{margin-bottom:-20px}.overview-donut-legend{grid-template-columns:1fr 1fr}.v1832-chart .overview-donut-legend{grid-template-columns:1fr}.overview-profile-compare{overflow-x:auto}.overview-profile-compare>.recharts-responsive-container{min-width:460px}}@media (prefers-reduced-motion:reduce){.overview-chart-panel *{scroll-behavior:auto!important}}.profile-ai-briefs{background:radial-gradient(circle at 92% 0,#0ea5e924,#0000 28%),radial-gradient(circle at 5% 100%,#2dd4bf1a,#0000 32%),linear-gradient(145deg,#0b1726,#101c2b);border:1px solid #2dd4bf38;border-radius:22px;gap:14px;margin:0 0 16px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 55px #00000038}.profile-ai-briefs:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf621,#0000 67%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-110px;right:-80px}.profile-ai-briefs-head{z-index:2;justify-content:space-between;align-items:flex-start;gap:18px;display:flex;position:relative}.profile-ai-briefs-head>div:first-child{gap:4px;display:grid}.profile-ai-briefs-head>div:first-child>span{color:#5eead4;letter-spacing:.15em;font-size:9px;font-weight:900}.profile-ai-briefs-head h2{color:#f8fafc;margin:0;font-size:21px}.profile-ai-briefs-head p{color:#8096aa;margin:0;font-size:10px}.profile-ai-briefs-head>div:last-child{justify-items:end;gap:7px;max-width:400px;display:grid}.profile-ai-briefs-head small{color:#88a0b3;text-align:right;font-size:9px}.profile-ai-briefs-head button{color:#ecfeff;background:linear-gradient(135deg,#0f766e,#0e7490);border:1px solid #5eead459;border-radius:10px;padding:9px 12px;font-size:10px;font-weight:900;box-shadow:0 8px 22px #0d94882e}.profile-ai-briefs-head button:disabled{cursor:wait;filter:saturate(.45);opacity:.65}.profile-ai-brief-grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:11px;display:grid;position:relative}.profile-ai-card{background:linear-gradient(145deg,#101d2bf5,#0a1420f0);border:1px solid #94a3b829;border-radius:16px;align-content:start;gap:10px;min-width:0;padding:14px;display:grid;box-shadow:inset 0 1px #ffffff06}.profile-ai-card.fomo,.profile-ai-card.fear{border-color:#fb718559}.profile-ai-card.confident,.profile-ai-card.calm{border-color:#34d39952}.profile-ai-card.cautious,.profile-ai-card.patient{border-color:#facc154d}.profile-ai-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.profile-ai-card>header>div{gap:2px;display:grid}.profile-ai-card>header span{color:#5eead4;letter-spacing:.09em;font-size:9px;font-weight:900}.profile-ai-card h3{color:#edf7ff;margin:0;font-size:14px;line-height:1.35}.profile-ai-card>header small{color:#71879a;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.profile-ai-card>header>b{color:#8ca2b6;letter-spacing:.08em;border:1px solid #34495d;border-radius:999px;align-self:start;padding:4px 6px;font-size:7px}.profile-ai-card>header>b.openai{color:#99f6e4;background:#0d948826;border-color:#2dd4bf}.profile-ai-today{background:#0891b214;border:1px solid #67e8f933;border-radius:11px;gap:4px;padding:10px 11px;display:grid}.profile-ai-today span,.profile-ai-horizons span,.profile-ai-risk>span{color:#7dd3fc;letter-spacing:.1em;font-size:8px;font-weight:900}.profile-ai-today strong{color:#f0fdfa;font-size:13px}.profile-ai-horizons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.profile-ai-horizons>div{background:#02061738;border:1px solid #94a3b81f;border-radius:10px;align-content:start;gap:4px;padding:9px;display:grid}.profile-ai-horizons p,.profile-ai-risk p{color:#a9bbc9;margin:0;font-size:9px;line-height:1.55}.profile-ai-risk{gap:3px;display:grid}.profile-ai-risk>span{color:#fcd34d}.profile-ai-risk p{color:#d6caa4}.profile-ai-card>footer{color:#667e92;border-top:1px solid #94a3b81a;justify-content:space-between;gap:10px;padding-top:8px;font-size:8px;display:flex}.profile-ai-empty{z-index:2;color:#71879a;border:1px dashed #30465a;border-radius:12px;place-items:center;min-height:90px;font-size:10px;display:grid;position:relative}.profile-ai-privacy{z-index:2;color:#60788d;font-size:8px;line-height:1.5;position:relative}.profile-ai-privacy:before{content:"🔒 ";filter:grayscale(.2)}@media (width<=760px){.profile-ai-briefs{border-radius:18px;padding:14px}.profile-ai-briefs-head{display:grid}.profile-ai-briefs-head>div:last-child{justify-items:start;max-width:none}.profile-ai-briefs-head small{text-align:left}.profile-ai-brief-grid{grid-template-columns:minmax(0,1fr)}.profile-ai-horizons{grid-template-columns:1fr}.profile-ai-card>header{grid-template-columns:auto minmax(0,1fr)}.profile-ai-card>header>b{grid-column:2}}.profile-cover-card{color:#e6f7ff;background:radial-gradient(circle at 50% 25%,#2dd4bf33,#0000 30%),linear-gradient(155deg,#173044,#0d1928 58%,#080f1a);grid-template-rows:auto auto 1fr auto auto;gap:7px;width:100%;height:100%;padding:15px;display:grid;position:relative;overflow:hidden}.profile-cover-card.fear,.profile-cover-card.fomo_risk{background:radial-gradient(circle at 50% 25%,#fb71853d,#0000 30%),linear-gradient(155deg,#3a2130,#151725 60%,#090f19)}.profile-cover-card.confident,.profile-cover-card.calm{background:radial-gradient(circle at 50% 25%,#34d3993b,#0000 30%),linear-gradient(155deg,#163a38,#10202c 60%,#09121c)}.profile-cover-card.cautious,.profile-cover-card.patient{background:radial-gradient(circle at 50% 25%,#facc1533,#0000 30%),linear-gradient(155deg,#382f1d,#17202b 60%,#0a111b)}.profile-cover-card:after{border-radius:inherit;content:"";pointer-events:none;border:1px solid #ffffff14;position:absolute;inset:0}.profile-cover-glow{aspect-ratio:1;filter:blur(8px);background:radial-gradient(circle,#67e8f929,#0000 68%);border-radius:50%;width:72%;position:absolute;top:-28%;left:14%}.profile-cover-card>header,.profile-cover-card>footer{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.profile-cover-card>header span{color:#99f6e4;letter-spacing:.15em;font-size:7px;font-weight:900}.profile-cover-card>header b{color:#a5f3fc;border:1px solid #5eead438;border-radius:999px;padding:3px 6px;font-size:8px}.profile-cover-avatar{z-index:2;background:#ffffff14;border:3px solid #ffffff3b;border-radius:28px;justify-self:center;width:clamp(78px,10vw,112px);height:clamp(78px,10vw,112px);position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 16px 30px #00000057,0 0 25px #2dd4bf1f}.profile-cover-avatar img{object-fit:cover;width:100%;height:100%}.profile-cover-avatar>span{place-items:center;width:100%;height:100%;font-size:48px;display:grid}.profile-cover-name{z-index:2;text-align:center;align-content:center;justify-items:center;gap:2px;min-height:67px;display:grid;position:relative}.profile-cover-name small{color:#7dd3fc;letter-spacing:.12em;font-size:7px;font-weight:800}.profile-cover-name h3{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:22px;overflow:hidden}.profile-cover-name p{color:#91a6b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.4;display:-webkit-box;overflow:hidden}.profile-cover-value{z-index:2;background:#02061747;border:1px solid #94a3b821;border-radius:12px;justify-items:center;gap:1px;padding:8px;display:grid;position:relative}.profile-cover-value>span{color:#6f8599;letter-spacing:.11em;font-size:7px}.profile-cover-value strong{color:#fff;font-size:20px}.profile-cover-value small{font-size:9px}.profile-cover-card>footer{padding-top:1px}.profile-cover-card>footer small{color:#7690a3;font-size:8px}.profile-cover-detail{z-index:2;background:linear-gradient(145deg,#0c1b2af7,#08121ef5);border:1px solid #67e8f933;border-radius:17px;gap:12px;padding:16px;display:grid;position:relative;box-shadow:0 16px 38px #0003}.profile-cover-detail>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-cover-detail>header>div{align-items:center;gap:9px;min-width:0;display:flex}.profile-cover-detail>header>div>div{gap:2px;min-width:0;display:grid}.profile-cover-detail>header span{color:#5eead4;letter-spacing:.11em;font-size:8px;font-weight:900}.profile-cover-detail>header h3{color:#f8fafc;margin:0;font-size:19px}.profile-cover-detail>header p{color:#879caf;margin:0;font-size:9px}.profile-cover-detail>header>b{color:#8fa5b7;text-align:center;border:1px solid #354b5d;border-radius:999px;max-width:210px;padding:5px 8px;font-size:7px}.profile-cover-detail>header>b.openai{color:#99f6e4;border-color:#2dd4bf}.profile-cover-kpis{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.profile-cover-kpis article{background:#02061740;border:1px solid #94a3b81f;border-radius:11px;gap:3px;padding:10px;display:grid}.profile-cover-kpis span,.profile-cover-kpis small{color:#748ba0;font-size:8px}.profile-cover-kpis strong{color:#eaf7ff;font-size:16px}.profile-cover-decisions{gap:8px;padding-top:2px;display:grid}.profile-cover-decisions>header{justify-content:space-between;align-items:end;gap:10px;display:flex}.profile-cover-decisions>header span{color:#7dd3fc;letter-spacing:.12em;font-size:7px;font-weight:900}.profile-cover-decisions h4{color:#e7f4fc;margin:2px 0 0;font-size:13px}.profile-cover-decisions>header small,.profile-cover-decisions>p{color:#71869a;margin:0;font-size:8px}.profile-cover-decisions>div{gap:5px;display:grid}.profile-cover-decisions>div>article{background:#0f1c2aad;border:1px solid #94a3b81a;border-radius:10px;grid-template-columns:minmax(95px,1.3fr) 85px repeat(3,minmax(70px,.65fr));align-items:center;gap:8px;padding:8px 10px;display:grid}.profile-cover-decisions article>div{gap:1px;display:grid}.profile-cover-decisions article small{color:#657c90;font-size:7px}.profile-cover-decisions article b{color:#dcebf5;font-size:10px}.profile-cover-detail>footer{color:#71879a;border-top:1px solid #94a3b81a;justify-content:space-between;gap:12px;padding-top:8px;font-size:8px;display:flex}.profile-cover-detail>footer span:last-child{text-align:right}@media (width<=850px){.profile-cover-kpis{grid-template-columns:1fr 1fr}.profile-cover-decisions>div>article{grid-template-columns:1fr 80px repeat(3,62px)}}@media (width<=620px){.profile-cover-detail{padding:12px}.profile-cover-detail>header{display:grid}.profile-cover-detail>header>b{margin-left:63px}.profile-cover-kpis{grid-template-columns:1fr 1fr}.profile-cover-decisions>header{display:grid}.profile-cover-decisions>div>article{grid-template-columns:1fr auto}.profile-cover-decisions>div>article>div:nth-of-type(n+2){display:none}.profile-cover-detail>footer{display:grid}.profile-cover-detail>footer span:last-child{text-align:left}}.decision-emotion-badge i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-repeat:no-repeat;background-size:400% 200%;border-radius:10px;width:34px;height:45px}.decision-emotion-badge.fomo i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:0 0}.decision-emotion-badge.fear i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:33.333% 0}.decision-emotion-badge.defensive i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:66.667% 0}.decision-emotion-badge.cautious i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:100% 0}.decision-emotion-badge.patient i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:0 100%}.decision-emotion-badge.confident i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:33.333% 100%}.decision-emotion-badge.calm i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:66.667% 100%}.decision-emotion-badge.neutral i{background-image:url(/assets/candlestick-crew-GISYDqDQ.png);background-position:100% 100%}.emotion-mascot__image{object-fit:unset;background-repeat:no-repeat;background-size:400% 200%;border-radius:28%;width:75%;height:100%;display:block}.option-trade-planner{gap:16px;max-width:1500px;margin:0 auto;display:grid}.otp-hero{color:#fff;background:radial-gradient(circle at 85% 15%,#0ea5e940,#0000 28%),linear-gradient(125deg,#07111f,#0d2432 52%,#123c3d);border:1px solid #2dd4bf3d;border-radius:26px;justify-content:space-between;align-items:center;gap:22px;padding:28px;display:flex;box-shadow:0 22px 60px #0206174d}.otp-hero span{color:#5eead4;letter-spacing:.13em;font-size:10px;font-weight:900}.otp-hero h1{margin:5px 0;font-size:38px}.otp-hero p{color:#a7c5d1;margin:0}.otp-gate{text-align:center;background:#02061773;border:1px solid #94a3b840;border-radius:20px;place-items:center;min-width:150px;min-height:112px;padding:15px;display:grid}.otp-gate small{color:#7890a6;font-size:9px}.otp-gate strong{color:#cbd5e1;font-size:23px}.otp-gate.passed{background:#0d948829;border-color:#2dd4bf}.otp-gate.passed strong{color:#5eead4}.otp-gate.blocked{background:#be185d24;border-color:#fb7185}.otp-gate.blocked strong{color:#fda4af}.otp-status{color:#d7e5ee;background:#0c1927;border:1px solid #263c50;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;padding:11px 15px;display:flex}.otp-status small{color:#71879a}.otp-builder,.otp-legs{margin:0}.otp-legs table{min-width:850px}.otp-form-grid{grid-template-columns:repeat(4,minmax(170px,1fr));gap:11px;margin-top:15px;display:grid}.otp-form-grid label,.otp-thesis{color:#8da4b7;gap:5px;font-size:10px;font-weight:800;display:grid}.otp-form-grid input,.otp-form-grid select,.otp-thesis textarea,.otp-mark input{color:#e6f0f5;background:#0a1724;border:1px solid #2b465a;border-radius:9px;width:100%;min-height:39px}.otp-thesis{margin-top:12px}.otp-thesis textarea{resize:vertical;padding:10px}.otp-actions,.otp-save{align-items:center;gap:9px;margin-top:13px;display:flex}.otp-actions button,.otp-save button,.otp-mark button{color:#bfeef0;background:#15303a;border:1px solid #2c5361}.otp-actions button.primary,.otp-save button.primary{color:#fff;background:linear-gradient(90deg,#0f766e,#0891b2);border-color:#14b8a6}.otp-actions button:disabled,.otp-save button:disabled{cursor:not-allowed;opacity:.42}.otp-kpis{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.otp-kpis article{background:linear-gradient(145deg,#101f2e,#0b1724);border:1px solid #263c50;border-radius:15px;padding:15px}.otp-kpis span,.otp-kpis small{color:#71879a;font-size:9px;display:block}.otp-kpis b{color:#e6f0f5;margin:5px 0;font-size:21px;display:block}.otp-analysis-grid{grid-template-columns:minmax(0,1.4fr) minmax(330px,.6fr);gap:14px;display:grid}.otp-analysis-grid>.panel{margin:0}.otp-payoff .recharts-tooltip-wrapper{font-size:11px}.otp-risk{border-color:#405065}.otp-risk.passed{border-color:#2dd4bf66}.otp-risk.blocked{border-color:#fb718573}.otp-risk .v23-section-head strong{color:#fff;border-radius:999px;padding:6px 9px}.otp-risk.passed .v23-section-head strong{background:#0f766e}.otp-risk.blocked .v23-section-head strong{background:#9f1239}.otp-risk p{border-radius:9px;margin:7px 0;padding:8px 10px;font-size:11px}.otp-risk p.blocked{color:#fda4af;background:#9f123926}.otp-risk p.warning{color:#fcd34d;background:#b4530926}.otp-risk p.passed{color:#99f6e4;background:#0d94881f}.otp-risk>small{color:#60798d;margin-top:10px;line-height:1.5;display:block}.otp-save{background:#082f492e;border:1px dashed #2d5360;border-radius:13px;justify-content:flex-end;padding:12px}.otp-save span{color:#fda4af;margin-left:auto;font-size:10px;font-weight:800}.otp-journal{margin:0}.otp-journal table{min-width:1120px}.otp-journal td small{color:#71879a;margin-top:4px;display:block}.otp-status-pill{color:#cbd5e1;background:#26384b;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900;display:inline-flex}.otp-status-pill.open{color:#5eead4;background:#0d948833}.otp-status-pill.closed{color:#93c5fd;background:#2563eb33}.otp-status-pill.cancelled{color:#94a3b8;background:#64748b33}.otp-thesis-cell{white-space:normal;color:#9fb4c4;max-width:250px;font-size:10px;line-height:1.45}.otp-mark{grid-template-columns:minmax(105px,1fr) auto auto;gap:5px;display:grid}.otp-mark input{min-height:32px}.otp-mark button{padding:5px 7px}.otp-mark button.danger-lite{color:#fecdd3;background:#3c1721;border-color:#7f1d2d}.otp-cancel{color:#fda4af;background:#351c26;border:1px solid #6b3340;margin-top:5px;padding:3px 6px;font-size:8px;display:block}@media (width<=1050px){.otp-form-grid,.otp-kpis{grid-template-columns:repeat(2,1fr)}.otp-analysis-grid{grid-template-columns:1fr}}@media (width<=650px){.otp-hero,.otp-status{display:block}.otp-gate{margin-top:15px}.otp-form-grid,.otp-kpis{grid-template-columns:1fr}.otp-save{flex-wrap:wrap}.otp-save span{width:100%;margin:0}.otp-hero h1{font-size:30px}}.fear-greed-card{color:#e2e8f0;background:radial-gradient(circle at 4% 8%,#f43f5e24,#0000 27%),radial-gradient(circle at 96% 12%,#22c55e24,#0000 29%),linear-gradient(145deg,#0a1422,#101c2c 55%,#0a1723);border:1px solid #67e8f938;border-radius:23px;gap:16px;margin:0 0 18px;padding:20px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 52px #0206173d}.fear-greed-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fb718506,#0000 48%,#4ade8006);position:absolute;inset:0}.fear-greed-card>header,.fear-greed-layout{z-index:1;position:relative}.fear-greed-card>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.fear-greed-card>header>div{gap:4px;display:grid}.fear-greed-card>header span{color:#67e8f9;letter-spacing:.14em;font-size:9px;font-weight:900}.fear-greed-card h2{color:#f8fafc;margin:0;font-size:23px}.fear-greed-card header p{color:#8198aa;margin:0;font-size:10px}.fear-greed-card button{color:#cffafe;background:#0891b224;border:1px solid #67e8f94d;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:900}.fear-greed-card button:disabled{cursor:wait;opacity:.55}.fear-greed-layout{grid-template-columns:minmax(230px,.7fr) minmax(420px,1.8fr) minmax(180px,.55fr);align-items:center;gap:18px;display:grid}.fear-greed-gauge{justify-items:center;min-height:180px;padding-top:8px;display:grid;position:relative}.fear-greed-arc{width:210px;height:105px;position:relative;overflow:hidden}.fear-greed-arc:before{content:"";background:conic-gradient(from 270deg,#e11d48 0deg,#fb923c 42deg,#facc15 86deg,#a3e635 132deg,#10b981 180deg,#0000 180deg);border:18px solid #0000;border-radius:50%;position:absolute;inset:0 0 -105px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 18px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 18px),#000 0)}.fear-greed-arc i{transform-origin:50% calc(100% - 4px);background:linear-gradient(#e2e8f0,#64748b);border-radius:999px;width:4px;height:86px;transition:transform .55s;position:absolute;bottom:-4px;left:calc(50% - 2px);box-shadow:0 0 11px #e2e8f080}.fear-greed-gauge>strong{color:#fff;margin-top:-4px;font-size:38px;line-height:1}.fear-greed-gauge>b{color:#dbeafe;margin-top:4px;font-size:13px}.fear-greed-scale{color:#71879a;justify-content:space-between;width:220px;margin-top:10px;font-size:8px;display:flex}.fear-greed-components{grid-template-columns:1fr 1fr;gap:8px;display:grid}.fear-greed-components article{background:#02061747;border:1px solid #94a3b821;border-radius:11px;grid-template-columns:1fr auto;gap:4px 10px;padding:10px;display:grid}.fear-greed-components article>div:first-child{gap:2px;display:grid}.fear-greed-components b{color:#d9e8f2;font-size:10px}.fear-greed-components small{color:#6f8598;font-size:8px;line-height:1.35}.fear-greed-components strong{color:#fff;font-size:18px}.fear-greed-components>article>span{color:#64748b;text-align:right;grid-column:2;font-size:7px}.fear-greed-bar{background:#243547;border-radius:999px;align-self:center;height:4px;overflow:hidden}.fear-greed-bar i{border-radius:inherit;background:linear-gradient(90deg,#fb7185,#facc15 50%,#34d399);height:100%;display:block}.fear-greed-components article.unavailable{opacity:.48}.fear-greed-layout>aside{background:#02061742;border:1px solid #94a3b821;border-radius:13px;gap:7px;padding:13px;display:grid}.fear-greed-layout>aside b{color:#5eead4;font-size:11px}.fear-greed-layout>aside span{color:#bae6fd;font-size:10px}.fear-greed-layout>aside small{color:#71879a;font-size:8px;line-height:1.55}.fear-greed-error{z-index:1;background:#9f12391f;border:1px solid #fb71854d;border-radius:13px;gap:4px;padding:16px;display:grid;position:relative}.fear-greed-error b{color:#fda4af}.fear-greed-error span{color:#cbd5e1;font-size:10px}.fear-greed-card.compact{margin-bottom:14px;padding:15px 18px}.fear-greed-card.compact>header p{display:none}.fear-greed-card.compact h2{font-size:17px}.fear-greed-card.compact .fear-greed-arc{width:180px;height:90px}.fear-greed-card.compact .fear-greed-arc:before{bottom:-90px}.fear-greed-card.compact .fear-greed-arc i{height:74px}.fear-greed-card.compact .fear-greed-gauge>strong{font-size:31px}.fear-greed-card.compact .fear-greed-scale{width:190px}.fear-greed-card.compact .fear-greed-layout>aside{grid-template-columns:auto auto;align-items:center}.fear-greed-card.compact .fear-greed-layout>aside small{grid-column:1/-1}@media (width<=1050px){.fear-greed-layout{grid-template-columns:230px 1fr}.fear-greed-layout>aside{grid-column:1/-1}.fear-greed-card.compact .fear-greed-layout{grid-template-columns:210px 1fr}.fear-greed-card.compact .fear-greed-layout>aside{grid-column:auto}}@media (width<=720px){.fear-greed-card{border-radius:18px;padding:14px}.fear-greed-card>header{display:grid}.fear-greed-card>header button{width:100%}.fear-greed-layout,.fear-greed-card.compact .fear-greed-layout,.fear-greed-components{grid-template-columns:1fr}.fear-greed-card.compact .fear-greed-layout>aside{grid-column:1;grid-template-columns:1fr}.fear-greed-card.compact .fear-greed-layout>aside small{grid-column:1}.fear-greed-gauge{min-height:160px}}@media (prefers-reduced-motion:reduce){.fear-greed-arc i{transition:none}}.fear-greed-layout{grid-template-columns:minmax(420px,1.05fr) minmax(420px,1.4fr)}.fear-greed-gauges{grid-template-columns:1fr 1fr;gap:10px;display:grid}.fear-greed-gauge{background:#02061738;border:1px solid #94a3b821;border-radius:15px;min-width:0;padding:10px}.fear-greed-gauge.cnn{background:linear-gradient(145deg,#1e3a8a1f,#0206173d);border-color:#60a5fa3d}.fear-greed-gauge-title{text-align:center;justify-items:center;gap:2px;min-height:29px;display:grid}.fear-greed-gauge-title span{color:#67e8f9;letter-spacing:.14em;font-size:7px;font-weight:900}.fear-greed-gauge-title b{color:#a9bdcc;font-size:9px}.fear-greed-gauge .fear-greed-arc{width:180px;height:90px}.fear-greed-gauge .fear-greed-arc:before{bottom:-90px}.fear-greed-gauge .fear-greed-arc i{height:74px}.fear-greed-gauge>small{color:#64748b;margin-top:6px;font-size:8px}.fear-greed-gauge>small a{color:#7dd3fc;text-decoration:none}.fear-greed-gauge>small a:hover{text-decoration:underline}.fear-greed-gauge.unavailable{opacity:.65;border-style:dashed}.fear-greed-gauge.unavailable .fear-greed-arc{filter:grayscale()}.fear-greed-gauge.unavailable .fear-greed-arc i{display:none}.fear-greed-layout>aside{grid-column:1/-1;grid-template-columns:auto auto 1fr;align-items:center}.fear-greed-layout>aside small:last-child{text-align:right}.fear-greed-card.compact .fear-greed-layout{grid-template-columns:minmax(420px,1.4fr) minmax(220px,.6fr)}.fear-greed-card.compact .fear-greed-layout>aside{grid-column:auto;grid-template-columns:1fr}.fear-greed-card.compact .fear-greed-layout>aside small{text-align:left;grid-column:1}@media (width<=1050px){.fear-greed-layout,.fear-greed-card.compact .fear-greed-layout{grid-template-columns:1fr}.fear-greed-layout>aside,.fear-greed-card.compact .fear-greed-layout>aside{grid-column:1;grid-template-columns:auto auto}.fear-greed-layout>aside small{grid-column:1/-1}.fear-greed-layout>aside small:last-child{text-align:left}}@media (width<=560px){.fear-greed-gauges,.fear-greed-layout>aside,.fear-greed-card.compact .fear-greed-layout>aside{grid-template-columns:1fr}.fear-greed-layout>aside small{grid-column:1}}.fear-greed-dial{width:100%;max-width:360px;height:auto;margin:-3px auto -22px;display:block;overflow:visible}.fear-greed-zone{stroke:#ffffffb8;stroke-width:3px;opacity:.62;transition:opacity .25s,filter .25s}.fear-greed-dial g.active .fear-greed-zone{stroke:#fff;stroke-width:4px;opacity:1;filter:drop-shadow(0 0 9px #ffffff42)}.fear-greed-zone-label{fill:#07111f;letter-spacing:.04em;paint-order:stroke;stroke:#ffffff29;stroke-width:.8px;font-size:10px;font-weight:950}.fear-greed-mark{fill:#b5c3cf;font-size:9px;font-weight:800}.fear-greed-needle{stroke:#f8fafc;stroke-width:6px;stroke-linecap:round}.fear-greed-needle-cap{fill:#f8fafc;stroke:#111827;stroke-width:3px}.fear-greed-score-disc{fill:#0d1725;stroke:#ffffff2e;stroke-width:2px;filter:drop-shadow(0 8px 14px #00000052)}.fear-greed-score{fill:#fff;font-size:28px;font-weight:950}.fear-greed-verdict{z-index:2;background:#0f172ab8;border:1px solid #94a3b829;border-radius:999px;padding:4px 10px;position:relative;color:#e2e8f0!important;margin-top:0!important;font-size:11px!important;display:inline-flex!important}.fear-greed-gauge.unavailable .fear-greed-dial{filter:grayscale();opacity:.45}.fear-greed-gauge.unavailable .fear-greed-zone{opacity:.35}.fear-greed-card.compact .fear-greed-gauge{min-height:0}.fear-greed-card.compact .fear-greed-dial{max-width:315px;margin-bottom:-21px}@media (width<=560px){.fear-greed-dial{max-width:330px}.fear-greed-card.compact .fear-greed-dial{max-width:300px}}@media (prefers-reduced-motion:reduce){.fear-greed-zone{transition:none}}.volume-intelligence{margin-bottom:13px;background:radial-gradient(circle at 92% 0,#2dd4bf1c,#0000 31%),linear-gradient(145deg,#0f172af5,#091420f2)!important;border-color:#5eead42e!important}.volume-intelligence-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.volume-intelligence-head>div>span,.volume-unavailable>div>span{color:#5eead4;letter-spacing:.16em;font-size:10px;font-weight:900}.volume-intelligence-head h2,.volume-unavailable h2{color:#f8fafc;margin:4px 0}.volume-intelligence-head p,.volume-unavailable p{color:#8fa4b7;margin:0}.volume-intelligence-head>b{border-radius:999px;padding:7px 11px;font-size:11px}.volume-intelligence-head>b.surge{color:#fecdd3;background:#e11d4833;border:1px solid #fb718559}.volume-intelligence-head>b.high{color:#fde68a;background:#f59e0b29;border:1px solid #fbbf2447}.volume-intelligence-head>b.normal{color:#99f6e4;background:#14b8a624;border:1px solid #2dd4bf40}.volume-intelligence-head>b.low{color:#bfdbfe;background:#3b82f621;border:1px solid #60a5fa38}.volume-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:14px 0 8px;display:grid}.volume-kpis article{background:#02061761;border:1px solid #94a3b81f;border-radius:13px;padding:12px}.volume-kpis span,.volume-kpis small{color:#8297aa;display:block}.volume-kpis b{color:#f8fafc;margin:4px 0;font-size:20px;display:block}.volume-legend{color:#8fa4b7;flex-wrap:wrap;justify-content:center;gap:18px;font-size:11px;display:flex}.volume-legend span:before{content:"";border-radius:2px;width:14px;height:8px;margin-right:6px;display:inline-block}.volume-legend .up:before{background:#2dd4bf}.volume-legend .down:before{background:#fb7185}.volume-legend .average:before{background:#fbbf24;height:3px}.volume-policy-note{color:#71869a;text-align:center;margin:12px 0 0;font-size:10px}.volume-unavailable{padding:22px!important}@media (width<=760px){.volume-kpis{grid-template-columns:1fr 1fr}.volume-intelligence-head{display:grid}}@media (width<=480px){.volume-kpis{grid-template-columns:1fr}}.profile-mobile-toggle{display:none}.profile-dock-shell{min-width:0;display:block}.decision-disclosure{background:#0f172ab8;border:1px solid #94a3b82e;border-radius:16px;margin:0 0 14px;overflow:hidden}.decision-disclosure>summary{cursor:pointer;color:#e2e8f0;align-items:center;gap:14px;min-height:62px;padding:13px 16px;list-style:none;display:flex}.decision-disclosure>summary::-webkit-details-marker{display:none}.decision-disclosure>summary>span{gap:3px;min-width:0;display:grid}.decision-disclosure>summary b{font-size:13px}.decision-disclosure>summary small{color:#7f93a7;font-size:10px;line-height:1.4}.decision-disclosure>summary em{color:#67e8f9;white-space:nowrap;margin-left:auto;font-size:10px;font-style:normal;font-weight:900}.decision-disclosure>summary:after{color:#a5f3fc;content:"+";background:#0891b21a;border:1px solid #67e8f938;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.decision-disclosure[open]>summary:after{content:"−"}.decision-disclosure-content{padding:0 14px 14px}.decision-disclosure-content>.fear-greed-card,.decision-disclosure-content>.profile-ai-briefs{margin:0}.decision-today-focus{margin-bottom:14px;background:radial-gradient(circle at 90% 0,#14b8a61c,#0000 34%),linear-gradient(145deg,#0f172af7,#091420f2)!important;border-color:#2dd4bf40!important}.decision-today-focus>.v23-section-head>div>span{color:#5eead4;letter-spacing:.14em;font-size:9px;font-weight:900}.decision-today-focus>.v23-section-head>b{color:#99f6e4;background:#14b8a621;border-radius:999px;padding:6px 9px;font-size:10px}.decision-today-focus>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.decision-today-focus article{background:#02061757;border:1px solid #94a3b824;border-left:3px solid #64748b;border-radius:13px;gap:9px;min-width:0;padding:13px;display:grid}.decision-today-focus article.add{border-left-color:#34d399}.decision-today-focus article.reduce,.decision-today-focus article.hedge{border-left-color:#fb7185}.decision-today-focus article.review{border-left-color:#fbbf24}.decision-today-focus article header,.decision-today-focus article footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.decision-today-focus article header>div{display:grid}.decision-today-focus article header strong{color:#f8fafc;font-size:17px}.decision-today-focus article header small{color:#6f8598;font-size:9px}.decision-today-focus article p{color:#a9bdcc;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:0;font-size:10px;line-height:1.55;display:-webkit-box;overflow:hidden}.decision-today-focus article footer{color:#71879a;border-top:1px solid #94a3b81a;flex-wrap:wrap;padding-top:7px;font-size:8px}.decision-today-focus article footer b{color:#d9e8f2}.decision-detail-toggle{color:#cffafe;text-align:left;background:#0891b214;border:1px dashed #67e8f952;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin:0 0 14px;padding:13px 16px;font-weight:900;display:flex}.decision-detail-toggle span{color:#71879a;font-size:9px;font-weight:700}.decision-deep-dive{display:none}.v23-decision-page.show-details .decision-deep-dive{display:block}.section-tabs{scrollbar-width:none}.section-tabs::-webkit-scrollbar{display:none}.v23-action-table,.watchlist-table{scrollbar-color:#365269 transparent;scrollbar-width:thin}.v23-action-table th:first-child,.v23-action-table td:first-child,.watchlist-table th:first-child,.watchlist-table td:first-child{z-index:2;background:#111d2b;position:sticky;left:0;box-shadow:8px 0 12px #02061729}.v23-action-table th:first-child,.watchlist-table th:first-child{z-index:3;background:#152438}@media (width<=950px){.decision-today-focus>div:last-child{grid-template-columns:1fr}}@media (width<=760px){.sidebar-group-button{min-height:54px;flex-direction:column!important;gap:3px!important;padding:5px 2px!important}.sidebar-group-text{min-width:0;display:block!important}.sidebar-group-text b{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:52px;line-height:1.12;display:block;overflow:hidden;font-size:8px!important}.sidebar-group-text small,.sidebar-group-count,.sidebar-navigation-note{display:none!important}.sidebar-group-icon{width:28px!important;height:28px!important;font-size:14px!important}.v211-profile-topbar{margin-bottom:10px!important;padding:10px!important}.v211-brand-mini{display:none!important}.v24102-profile-cluster{width:100%;align-items:stretch!important}.v24102-profile-cluster>.images-badge{display:none!important}.profile-mobile-toggle{color:#e2e8f0;text-align:left;background:#0891b214;border:1px solid #67e8f938;border-radius:13px;align-items:center;gap:9px;width:100%;min-height:54px;padding:7px 9px;display:flex}.profile-mobile-toggle .profile-avatar{flex:0 0 38px;width:38px;height:38px}.profile-mobile-toggle>span:nth-child(2){gap:1px;min-width:0;display:grid}.profile-mobile-toggle small{color:#71879a;letter-spacing:.12em;font-size:7px;font-weight:900}.profile-mobile-toggle b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.profile-mobile-toggle em{color:#67e8f9;margin-left:auto;font-size:9px;font-style:normal;font-weight:900}.profile-dock-shell{width:100%;display:none}.profile-dock-shell.open{display:block}.profile-dock-shell .profile-dock{margin-top:8px}.profile-pill-wrap:not(.active) .profile-edit,.profile-pill-wrap:not(.active) .profile-remove{display:none}.profile-switcher{display:none!important}.cloud-auto-status{border-radius:10px!important;justify-content:flex-start!important;max-width:none!important;margin:-3px 0 10px!important;position:static!important;inset:auto!important}.section-handwriting{display:none!important}.section-tabs{gap:5px!important;padding-bottom:0!important}.section-tabs button{min-height:40px;padding:7px 10px!important}.v23-decision-hero{border-radius:20px;padding:20px}.v23-decision-hero h1{font-size:29px}.v23-regime{min-width:0;padding:12px}.v23-regime strong{font-size:24px}.decision-disclosure>summary{min-height:58px;padding:11px 12px}.decision-disclosure>summary em{display:none}.decision-disclosure-content{padding:0 9px 9px}.decision-detail-toggle{gap:3px;min-height:50px;padding:11px 13px;display:grid}.decision-today-focus>div:last-child{grid-template-columns:1fr}.watchlist-page .v242-methodology{display:none!important}.v237-board{gap:8px;grid-template-columns:1fr 1fr!important}.v237-board article{padding:11px}.v237-board strong{font-size:20px}.v237-board article:nth-child(n+5){display:none}.watchlist-hero{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:16px;display:grid}.watchlist-hero h1{font-size:24px;line-height:1.08}.watchlist-hero p{font-size:11px;line-height:1.4}.v237-hero-score strong{font-size:29px}.v237-hero-score b{max-width:100px;font-size:9px}.watchlist-table:before{color:#7dd3fc;content:"← เลื่อนตารางเพื่อดูรายละเอียด →";padding:7px 9px;font-size:9px;display:block;position:sticky;left:0}button,input,select{min-height:40px}}@media (width<=350px){.v237-board{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){.decision-disclosure *,.decision-today-focus *{scroll-behavior:auto!important;transition:none!important}}.v237-board :is(.v237-actionable-card,.v237-urgent-card) strong{white-space:normal;overflow-wrap:anywhere;font-size:clamp(16px,2vw,23px);line-height:1.4}.v237-board :is(.v237-actionable-card,.v237-urgent-card) small{white-space:normal;text-overflow:clip;overflow:visible}
