:root{color-scheme:dark;--bg:#090c10;--panel:#10151b;--border:#252d35;--text:#f0f3f6;--muted:#939ba7;--lime:#d1fa75}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:14px 'Noto Sans SC',sans-serif}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}header{height:88px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;gap:24px}.brand{display:flex;align-items:center;gap:9px;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:23px;letter-spacing:.8px}.mark{background:var(--lime);color:#111;font-size:29px;width:37px;height:37px;display:flex;align-items:center;justify-content:center;margin-right:9px;transform:skew(-8deg)}.mark span{font-size:16px}.muted{color:var(--muted)}nav{display:flex;gap:34px;height:100%;align-items:center}nav a{height:100%;display:flex;align-items:center;color:var(--muted)}nav .active{color:var(--lime);border-bottom:2px solid var(--lime)}.season{font:16px 'Barlow Condensed';letter-spacing:2px}.season b{font:12px 'Noto Sans SC';margin-left:12px;border:1px solid #45532c;color:var(--lime);padding:5px 9px}main{max-width:1600px;padding:44px 4.5% 24px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:33px}.eyebrow{color:var(--lime);font:14px 'Barlow Condensed';letter-spacing:3px;margin-bottom:17px}h1{font-size:clamp(30px,3.3vw,48px);letter-spacing:-1.5px;line-height:1.35;margin:0;font-weight:900}h1 span{color:#a3aab5}.intro p{font-size:15px;color:var(--muted);margin:18px 0 0}.control{display:grid;grid-template-columns:1fr;gap:10px;width:230px}.control label{color:var(--muted)}select,button{background:#171e26;border:1px solid #333e49;color:var(--text);border-radius:5px;padding:10px 14px}button:hover{border-color:var(--lime);color:var(--lime)}select{font-size:16px;font-weight:700}.control button{background:var(--lime);color:#1b2211;border-color:var(--lime);font-weight:700}.control small{color:var(--muted);font-size:12px}.ticker{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--border);background:#10151b;padding:15px 20px;border-radius:6px}.ticker>div{display:flex;align-items:center;gap:20px}.ticker strong{font:25px 'Barlow Condensed';letter-spacing:1px}.ticker span{font-size:13px;color:var(--muted)}.ticker .status{color:var(--lime);font-weight:600}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:25px 0 17px}.section-head h2{font-size:17px;margin:0;display:flex;align-items:center;gap:10px}.section-head small{font:12px 'Barlow Condensed';letter-spacing:1.5px;color:#77818d;margin-left:10px}.section-head>span{font-size:12px;color:var(--muted)}.live-dot{height:7px;width:7px;background:var(--lime);border-radius:50%;box-shadow:0 0 12px #b9f66a55}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.card{background:linear-gradient(165deg,color-mix(in srgb,var(--c) 8%,#10151b),#10151b 48%);border:1px solid var(--border);border-top:2px solid var(--c);border-radius:7px;overflow:hidden;position:relative}.card-top{display:flex;align-items:center;justify-content:space-between;padding:19px 21px}.serial{font:17px 'Barlow Condensed';color:var(--c);letter-spacing:1px}.badge{color:var(--c);border:1px solid color-mix(in srgb,var(--c) 25%,transparent);padding:4px 9px;font-size:12px;border-radius:4px}.stage{height:220px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;perspective:700px;background:radial-gradient(ellipse at 50% 80%,color-mix(in srgb,var(--c) 11%,transparent),transparent 65%)}.stage:after{content:'';position:absolute;bottom:13px;left:20%;width:60%;height:35px;border:1px solid color-mix(in srgb,var(--c) 45%,transparent);border-radius:50%;box-shadow:0 0 26px color-mix(in srgb,var(--c) 10%,transparent),inset 0 0 15px color-mix(in srgb,var(--c) 10%,transparent)}.character{position:relative;z-index:1;width:280px;height:180px;overflow:hidden;mix-blend-mode:screen;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 0 7px color-mix(in srgb,var(--c) 20%,transparent));transition:rotate .3s}.character img{position:absolute;width:350px;max-width:none;left:-35px;pointer-events:none}.fire img{top:-209px}.grass img{top:-37px}.water img{top:-374px}.grass{animation-delay:-1.7s}.water{animation-delay:-3.3s}@keyframes float{0%,100%{transform:translateY(1px) rotateY(-9deg)}50%{transform:translateY(-12px) rotateY(9deg)}}.stage .coordinates{position:absolute;left:20px;top:10px;color:#68717a;font:11px monospace;line-height:1.6}.card-body{padding:15px 21px 20px}.name-row{display:flex;align-items:center;justify-content:space-between}.name-row h3{font-size:23px;margin:0}.name-row span{color:var(--c);font-size:13px}.alias{font:12px 'Barlow Condensed';letter-spacing:2px;color:var(--muted);margin:6px 0 20px}.money-row{display:flex;justify-content:space-between;align-items:flex-end}.money-row small{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.equity{font:36px 'Barlow Condensed';letter-spacing:.5px}.return{font:23px 'Barlow Condensed';color:var(--c)}.mini-stats{display:flex;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.mini-stats b{display:block;color:#d3d9e1;margin-top:5px;font-size:14px;font-weight:500}.thought{background:#ffffff04;border-left:2px solid var(--c);padding:10px 12px;margin-top:16px;min-height:43px;font-size:12px;color:#b3bcc7}.lower{display:grid;grid-template-columns:2fr 1fr;gap:19px;margin-top:23px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:7px;padding:21px}.panel .section-head{margin:0 0 20px}.panel button{font-size:12px;padding:6px 10px}.legend{display:flex;gap:19px;color:var(--muted);font-size:12px;flex-wrap:wrap}.legend span:before{content:'';display:inline-block;width:13px;height:3px;background:var(--c);vertical-align:middle;margin-right:6px}.chart-wrap{height:235px;margin-top:20px}canvas{width:100%;height:100%;display:block}.chart-caption{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);margin-top:12px}.rank{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.rank-index{font:24px 'Barlow Condensed';color:var(--c)}.rank-name{flex:1}.rank-name small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.rank strong{font:24px 'Barlow Condensed';color:var(--c)}.rules{margin-top:18px;font-size:12px;color:var(--muted)}.rules b{color:#d4dce4;font-size:14px}.rules p{line-height:1.8}.journal{margin-top:23px}.table-wrap{max-height:300px;overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:12px;color:var(--muted);font-weight:400;padding:10px 8px;border-bottom:1px solid var(--border)}td{font-size:13px;padding:13px 8px;border-bottom:1px solid #202730}td:last-child{white-space:normal;min-width:200px}.buy{color:#a9ed7a}.sell{color:#ff965c}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:27px;border-top:1px solid var(--border);padding-top:24px}footer .brand{font-size:17px;white-space:nowrap}footer p{font-size:12px;color:#7d8692;line-height:1.8}footer a{font-size:12px;white-space:nowrap;color:var(--lime)}dialog{background:#10151b;color:var(--text);border:1px solid #3c4754;border-radius:10px;width:min(800px,94vw);max-height:85vh;padding:25px}dialog::backdrop{background:#000a;backdrop-filter:blur(5px)}dialog p{line-height:1.8;color:var(--muted)}pre{background:#080c10;padding:20px;overflow:auto;font:13px/1.8 monospace;color:var(--lime)}#error{background:#3d2518;border:1px solid #85502e;padding:15px;margin-top:12px;color:#ffc692}@media(min-width:1500px){.stage{height:250px}.character{scale:1.12}}@media(max-width:1000px){header{padding:0 24px}.brand{font-size:19px}nav{gap:20px}.season{display:none}main{padding:30px 24px}.cards{gap:12px}.card-body,.card-top{padding-left:15px;padding-right:15px}.stage{height:190px}.character{scale:.85}.lower{grid-template-columns:1.6fr 1fr}.equity{font-size:30px}.name-row h3{font-size:20px}footer{flex-wrap:wrap}footer p{order:3;margin:0}.section-head small{display:none}}@media(max-width:700px){header{height:70px;padding:0 18px}header .brand{font-size:17px;gap:5px}.mark{width:28px;height:30px;font-size:24px;margin-right:4px}nav{gap:15px;font-size:12px}nav a:last-child{display:none}main{padding:27px 18px}.intro{display:block}.intro p{font-size:14px;line-height:1.8}.control{margin-top:23px;width:100%;grid-template-columns:1fr 1fr}.control label,.control small{grid-column:1/-1}.ticker{padding:12px;flex-direction:column;gap:9px}.ticker>div{justify-content:space-between;gap:8px}.ticker span{font-size:12px}.section-head>span{font-size:11px}.cards{grid-template-columns:1fr}.stage{height:210px}.character{scale:1.05}.card-body{padding:15px 22px 22px}.card-top{padding:16px 22px}.name-row h3{font-size:25px}.equity{font-size:38px}.mini-stats{font-size:13px}.thought{font-size:13px}.lower{grid-template-columns:1fr}.panel{padding:17px}.chart-wrap{height:220px}.chart-caption{font-size:11px}.legend{gap:12px}footer .brand{font-size:17px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
.character{mask-image:radial-gradient(ellipse 65% 65% at center,#000 45%,transparent 80%)}

/* Fine triangular wireframe mesh matching the character linework. */
body{isolation:isolate;background:#080d12}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='none' stroke='%235edf97' stroke-width='.65'%3E%3Cpath d='M0 0H120M0 52H120M0 104H120M0 0L60 104L120 0M0 104L60 0L120 104M0 0L30 52L0 104M120 0L90 52L120 104M30 0L0 52L30 104M90 0L120 52L90 104M30 0L60 52L90 0M30 104L60 52L90 104M0 52L60 52L120 52'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:120px 104px;opacity:.27}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 28%,rgba(8,13,18,.66),rgba(8,13,18,.12) 80%)}
header{background:rgba(8,12,17,.93)}
.intro{padding:22px 24px;border:1px solid rgba(127,161,163,.15);border-radius:7px;background:linear-gradient(100deg,rgba(8,13,18,.90),rgba(8,13,18,.64) 55%,rgba(8,13,18,.86))}
.ticker,.panel{background:rgba(16,21,27,.97)}
.card{background:linear-gradient(165deg,color-mix(in srgb,var(--c) 8%,#10151b),#10151b 48%)}
footer{background:rgba(8,13,18,.86);padding:22px 16px;border-radius:6px}
@media(max-width:700px){body::before{background-size:96px 83.2px;opacity:.24}.intro{padding:20px 16px}}

/* Refined typography, compact arena, and a full-width performance surface. */
:root{--border:#24313b;--muted:#94a2b4;--panel:#101822}
body{font-family:Inter,'Noto Sans SC','Microsoft YaHei',sans-serif;font-size:15px;line-height:1.6;font-weight:400}
body::before{opacity:.13}body::after{background:radial-gradient(ellipse at 50% 28%,#080d12b8,#080d1240)}
header{height:76px;padding:0 4%;background:#0a1018ee}.brand{font-family:Inter,'Noto Sans SC',sans-serif;font-size:17px;letter-spacing:-.5px;font-weight:750}.mark{border-radius:7px;transform:none;font-size:25px}.season{font-family:Inter,sans-serif;font-size:12px;letter-spacing:1px}nav{gap:30px;font-size:14px}
main{max-width:1500px;padding:30px 4%}.intro{padding:0;border:0;background:none;margin-bottom:24px;gap:32px}.eyebrow{font:600 11px Inter,sans-serif;letter-spacing:2.5px;margin-bottom:10px;color:#a4c987}h1{font-size:clamp(27px,3vw,42px);line-height:1.3;font-weight:650;letter-spacing:-1.5px}h1 span{color:#b2becd}.intro p{font-size:14px;margin-top:12px;color:#97a6b7}.control{width:310px;grid-template-columns:1fr 1fr;gap:8px}.control label{grid-column:1/-1;font-size:12px}.control select{font-size:14px}.control button{font-size:12px;padding:10px}.control small{grid-column:1/-1;font-size:11px}.ticker{border-radius:12px;background:#111b26cc;padding:12px 18px}.ticker strong{font:600 24px Inter,sans-serif;letter-spacing:-.6px}.ticker>div{gap:16px}.ticker span{font-size:12px}
.section-head{margin:23px 0 14px}.section-head h2{font-size:17px;font-weight:600}.section-head small{font:500 10px Inter,sans-serif;letter-spacing:1.6px;color:#637388}.cards{gap:18px}.card{border-radius:16px;border-top-width:1px;box-shadow:0 10px 32px #0002;background:linear-gradient(145deg,color-mix(in srgb,var(--c) 7%,#111a24),#101722 60%)}.card-top{padding:16px 20px 0}.serial{font:600 11px Inter,sans-serif;letter-spacing:1.7px}.badge{font-size:10px;padding:3px 8px;border-radius:20px;background:#111b2480}.stage{height:160px}.character{scale:.8}.coordinates{display:none}.stage:after{bottom:5px;width:48%;left:26%;height:20px;opacity:.65}.card-body{padding:12px 20px 19px}.name-row h3{font-size:21px;font-weight:600}.name-row span{font-size:12px}.alias{font:500 9px Inter,sans-serif;letter-spacing:1.5px;margin:3px 0 16px;color:#718095}.money-row small{font-size:11px}.equity{font:600 clamp(23px,2.5vw,34px) Inter,sans-serif;letter-spacing:-1.2px;font-variant-numeric:tabular-nums}.return{font:500 17px Inter,sans-serif;letter-spacing:-.5px}.mini-stats{margin-top:15px;padding-top:12px}.mini-stats b{font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.thought{border:0;background:#050b124d;border-radius:7px;padding:9px 10px;font-size:11px;color:#a5b1c1;min-height:38px;margin-top:13px}
.lower{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:24px}.panel{border-radius:16px;padding:24px;background:linear-gradient(120deg,#111b27fa,#0d151ffa);box-shadow:0 12px 40px #0002}.chart-panel{position:relative}.chart-panel .section-head{margin-bottom:18px}.chart-panel h2{font-size:20px}.panel button{border-radius:8px;background:#1a2733;font-size:12px;padding:8px 13px}.legend{gap:22px;font-size:12px}.legend span{display:flex;align-items:center;gap:7px}.legend span:before{height:7px;width:7px;border-radius:50%;margin:0}.chart-wrap{height:330px;position:relative;margin-top:20px}.chart-wrap canvas{cursor:crosshair;outline-offset:4px;border-radius:8px}.chart-caption{border-top:1px solid #24313b66;padding-top:12px;color:#7d8da2;font-size:11px}.ranking{display:grid;grid-template-columns:1fr 1fr;column-gap:32px}.ranking .section-head{grid-column:1/-1;margin-bottom:5px}.rank{padding:13px 0;gap:16px}.rank:last-child{border-bottom:0}.rank-index{font:500 18px Inter,sans-serif;opacity:.8}.rank-name{font-size:14px;font-weight:500}.rank-name small{font-size:11px;font-weight:400}.rank strong{font:500 20px Inter,sans-serif;letter-spacing:-.5px}.rules{border-left:1px solid #263340;padding:14px 0 14px 30px;align-self:center;margin-top:0;font-size:12px}.rules p{max-width:480px;margin:10px 0 14px}.journal{margin-top:18px}th{font-size:12px;padding:12px}td{font-size:13px;padding:14px 12px}tbody tr:hover{background:#ffffff03}td small{color:#77889c;font-size:11px}footer{background:none;border-radius:0;padding:20px 0;gap:20px}footer .brand{font-size:12px;letter-spacing:0}footer p{font-size:11px}
#chart-tip{position:absolute;width:206px;background:#101b29f5;border:1px solid #3b4b60;border-radius:12px;padding:13px 15px;pointer-events:none;box-shadow:0 14px 36px #0006;backdrop-filter:blur(14px);font:12px Inter,'Noto Sans SC',sans-serif;z-index:5}#chart-tip>b{display:block;color:#a7b6c9;font-weight:400;padding-bottom:10px;margin-bottom:3px;border-bottom:1px solid #2a3848}#chart-tip div{display:flex;justify-content:space-between;gap:10px;margin-top:10px}#chart-tip strong{font-weight:500;font-variant-numeric:tabular-nums}
@media(min-width:1500px){.stage{height:180px}.character{scale:.9}}
@media(max-width:1000px){main{padding:25px 24px}header{padding:0 24px}.brand{font-size:14px}.intro{gap:20px}.control{width:270px}.section-head small{display:none}.card-body{padding:10px 16px 17px}.card-top{padding:14px 16px 0}.equity{font-size:25px}.return{font-size:15px}.stage{height:145px}.character{scale:.72}.name-row h3{font-size:19px}.chart-wrap{height:310px}}
@media(max-width:700px){header{padding:0 16px;height:65px}header .brand{font-size:12px}.mark{width:27px;height:29px}.intro{display:block}.intro h1{font-size:30px}.intro h1 span{display:block;margin-top:4px}.control{width:100%;margin-top:20px}.control label{display:none}main{padding:23px 16px}.cards{gap:14px}.card{display:grid;grid-template-columns:125px minmax(0,1fr)}.card-top{grid-column:1/-1;padding:14px 16px 4px}.stage{height:180px;align-self:center}.character{scale:.6;flex-shrink:0}.stage:after{width:80%;left:10%;bottom:35px}.card-body{padding:12px 15px 15px 0}.name-row{flex-wrap:wrap;gap:5px}.alias{font-size:8px;margin-bottom:13px}.equity{font-size:25px}.return{font-size:14px}.money-row{gap:6px;flex-wrap:wrap}.mini-stats{font-size:10px;gap:8px}.mini-stats b{font-size:12px}.thought{font-size:10px;line-height:1.6}.panel{padding:18px;border-radius:13px}.chart-wrap{height:285px;margin-top:15px}.chart-panel h2{font-size:18px}.legend{gap:12px;font-size:11px}.ranking{grid-template-columns:1fr}.rules{border-left:0;border-top:1px solid #263340;padding:18px 0 0;margin-top:10px}.chart-caption{flex-wrap:wrap;gap:3px}.ticker strong{font-size:23px}.ticker span{font-size:11px}footer{flex-wrap:wrap}}

/* TRIMON identity and launch core */
:root{--text:#eaf0f7;color:#eaf0f7}body,header,main,h1,h2,h3,p,button,select{color:var(--text)}button,select{color-scheme:dark}header{position:relative;z-index:2}.trimon-brand{gap:11px;letter-spacing:2px;font-size:23px;font-weight:750}.trimon-brand img{width:45px;height:45px;object-fit:cover;border-radius:50%;mix-blend-mode:screen}.trimon-brand>span{display:flex;flex-direction:column;line-height:1.1}.trimon-brand small{font-size:8px;letter-spacing:2px;color:#92a4b8;margin-top:7px;font-weight:500}.trimon-intro{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(200px,.8fr);gap:30px;align-items:center;margin:6px 0 24px}.hero-copy{position:relative;z-index:1}.hero-copy h1{font-size:clamp(28px,3.1vw,45px);font-weight:650;line-height:1.4;letter-spacing:-1.2px}.hero-copy h1 span{color:#a6bfd4}.hero-description{max-width:670px;line-height:1.95!important;font-size:14px!important;color:#9fb0c1!important;margin-top:18px!important}.hero-description strong{color:#d3e1ed;font-weight:500}.hero-orb{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0}.hero-orb>img{width:min(100%,290px);mix-blend-mode:screen;filter:drop-shadow(0 0 22px #dd536215);animation:logo-breathe 6s ease-in-out infinite}.orb-caption{font-size:9px;letter-spacing:2px;color:#788da2;margin-top:10px}@keyframes logo-breathe{50%{transform:translateY(-6px);filter:drop-shadow(0 0 28px #75cde51c)}}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:22px}.primary-link{background:#d1fa75;color:#182017;display:flex;align-items:center;gap:25px;padding:11px 19px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 5px 25px #b4ed6110}.secondary-link{color:#b4c2d1;font-size:13px}.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-proof span{font-size:10px;border:1px solid #2a3b46;border-radius:4px;color:#8ea5b7;padding:3px 7px}.season-strip{display:grid;grid-template-columns:1fr .75fr .9fr 1.5fr;border:1px solid #293c48;border-radius:12px;background:#101d29db;padding:18px 0;margin-bottom:24px}.season-strip>div{padding:0 24px;border-right:1px solid #2b3b47;display:flex;flex-direction:column;justify-content:center}.season-strip>div:last-child{border-right:0}.season-strip small{font-size:11px;color:#8da4b6;margin-bottom:5px}.season-strip strong{font-size:23px;font-weight:550;letter-spacing:-.5px}.season-strip em{font-style:normal;font-size:12px;color:#92aabb;margin-left:4px}.season-strip #season-state{font-size:17px;color:#bbdca5}.season-strip #season-period{font-size:10px;color:#88a1b3;margin-top:4px}.market-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:20px}.market-toolbar>div:first-child{display:flex;align-items:center;gap:14px}.market-toolbar b{font-size:14px;font-weight:500}.market-toolbar span{font-size:11px;color:#8da2b6}.market-toolbar .control{width:290px;grid-template-columns:1fr 1fr;margin:0}.control button{background:#172833;color:#d4e9dd;border-color:#345044}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.chart-live-label{color:#8ca3b8;font-size:12px}.journal-actions{display:flex;align-items:center;gap:17px;font-size:11px;color:#99b0c3}.journal-actions a{color:#b9d68d}.rules-section{padding-top:23px;margin-top:15px}.rule-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rule-grid article{background:#101a24ee;border:1px solid #273b47;border-radius:12px;padding:21px}.rule-grid article>span{font-size:12px;color:#819da4}.rule-grid h3{font-size:16px;font-weight:550;margin:10px 0}.rule-grid p{font-size:12px;color:#9bafbf;line-height:1.9;margin:0}.rules-section details{margin-top:15px;border:1px solid #263b47;padding:14px 20px;border-radius:10px;background:#101b26e6;font-size:12px;color:#a3b6c6;line-height:1.9}.rules-section summary{cursor:pointer;color:#c4d8e8;font-size:13px}.launch-section{margin:36px 0 10px}.launch-section .section-head>div h2{margin:0;font-size:21px}.launch-section .section-head>a{font-size:12px;color:#bbd895}.launch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.launch-grid article{padding:22px;border:1px solid #2b3e4a;border-radius:12px;background:#101b25ed}.launch-badge{font-size:10px;padding:3px 7px;border-radius:4px}.launch-badge.ready{color:#b9e997;background:#29452d70}.launch-badge.pending{color:#c7b884;background:#443b2966}.launch-grid h3{font-size:18px;font-weight:550;margin:16px 0 9px}.launch-grid p{font-size:12px;color:#99adbf;line-height:1.9;min-height:46px}.launch-grid strong{font-size:11px;font-weight:400;color:#a9c2d1;display:block;padding-top:13px;margin-top:16px;border-top:1px solid #263b47}footer .trimon-brand{font-size:20px}footer .trimon-brand img{width:38px;height:38px}footer .trimon-brand small{font-size:7px;letter-spacing:1px}.intro .control{margin-top:0}
@media(max-width:1000px){.trimon-intro{grid-template-columns:1.5fr .7fr;gap:15px}.hero-copy h1{font-size:32px}.hero-orb img{width:220px}.season-strip>div{padding:0 16px}.season-strip strong{font-size:20px}.rule-grid{grid-template-columns:repeat(2,1fr)}nav{gap:22px}.trimon-brand{font-size:20px}}
@media(max-width:700px){header .trimon-brand{font-size:20px;gap:9px}header .trimon-brand img{width:36px;height:36px}nav{gap:14px}nav a:nth-child(n+3){display:none}.trimon-intro{position:relative;display:block;margin-top:12px}.hero-copy{padding-top:3px}.hero-copy h1{font-size:28px;letter-spacing:-.8px}.hero-copy h1 span{display:inline}.hero-copy .eyebrow{font-size:8px;letter-spacing:1.2px;max-width:75%}.hero-description{font-size:12px!important;max-width:90%;margin-top:15px!important}.hero-orb{position:absolute;right:-12px;top:-6px;opacity:.15;z-index:0;width:160px}.hero-orb img{width:160px}.orb-caption{display:none}.hero-actions{gap:18px}.primary-link{font-size:12px;padding:10px 14px}.secondary-link{font-size:12px}.hero-proof{gap:5px}.hero-proof span{font-size:9px}.season-strip{grid-template-columns:1fr 1fr;padding:0;margin-top:24px}.season-strip>div{padding:14px 16px;border-bottom:1px solid #2b3b47}.season-strip>div:nth-child(2){border-right:0}.season-strip>div:nth-child(n+3){border-bottom:0}.season-strip #season-period{font-size:8px}.season-strip #season-state{font-size:15px}.market-toolbar{display:block}.market-toolbar>div:first-child{margin-bottom:12px}.market-toolbar .control{width:100%;grid-template-columns:1fr 1fr}.market-toolbar span{font-size:10px}.section-head h2{font-size:16px}.chart-live-label{font-size:10px}.journal-actions{font-size:10px;gap:8px;flex-wrap:wrap;justify-content:flex-end}.rule-grid{gap:10px}.rule-grid article{padding:16px}.rule-grid h3{font-size:15px}.rule-grid p{font-size:11px}.launch-grid{grid-template-columns:1fr;gap:12px}.launch-grid p{min-height:0}.launch-section .section-head{align-items:flex-start}.launch-section .section-head>div h2{font-size:17px}.launch-section .section-head>a{font-size:10px;white-space:nowrap}.rules-section .section-head>span{display:none}footer p{font-size:10px}}

.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.stage{min-width:0}.hero-orb img{max-width:100%}.hero-orb{overflow:hidden}.trimon-brand{flex-shrink:0}@media(max-width:700px){.cards{grid-template-columns:1fr}}
.chart-wrap{height:430px}.chart-state{font-size:11px;color:#8ba7b9;margin:12px 0 0}.chart-error{color:#f5bd87}.legend .trade-key{color:#8fa5b8;font-size:11px}.legend .trade-key:before{display:none}#chart-tip{width:244px;max-height:365px;overflow:hidden}#chart-tip small{display:block;color:#9daebe;font-size:10px;margin-top:6px}#chart-tip .tip-trade{border-top:1px solid #2a3848;padding-top:9px}.position-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.position-strip>div{border:1px solid #2a3d49;border-left:2px solid var(--c);border-radius:9px;padding:13px 15px;background:#0b141c90}.position-name{display:flex;justify-content:space-between;color:var(--c);font-size:13px}.position-name em{font-size:10px;font-style:normal;color:#91a9bb}.position-strip strong{display:block;font-size:19px;font-weight:550;margin:8px 0}.position-strip strong small{font-size:11px;color:#94aabd}.position-strip p{font-size:10px;color:#96aabd;margin:5px 0;line-height:1.7}@media(max-width:700px){.chart-wrap{height:370px}.position-strip{grid-template-columns:1fr}.legend .trade-key{width:100%;font-size:10px}}

/* Contract arena and device-local fan participation */
.trimon-intro{grid-template-columns:1fr 180px;margin-bottom:20px}.hero-copy{padding:0}.hero-copy h1{font-size:clamp(27px,3vw,40px)}.hero-orb img{width:160px}.hero-description{max-width:760px}.hero-actions{margin-top:12px}.hero-proof{margin-top:12px}.contract-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;padding-top:12px;border-top:1px solid #293b49}.contract-details span{font-size:12px;color:#8da5b9}.contract-details b{display:block;color:#d6e4ef;font-size:15px;font-weight:500;font-variant-numeric:tabular-nums}.support-button{width:100%;margin-top:15px;border:1px solid var(--c);color:var(--c);background:transparent;padding:11px;border-radius:8px;font-size:14px;cursor:pointer}.support-button[aria-pressed=true]{background:color-mix(in srgb,var(--c) 17%,transparent)}.support-panel{margin-top:22px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.support-panel h2{font-size:23px;margin:5px 0 12px}.support-panel p{font-size:14px;color:#a4b7c8}.support-panel small{font-size:12px;color:#90a6b8}.support-account{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:14px;align-content:center}.support-account>span{font-size:12px;color:#9bb0c1}.support-account strong{display:block;color:#e7f0f8;font-size:17px;margin-top:8px}.support-account button{grid-column:1/-1;background:#cbf489;color:#152719;padding:12px;font-weight:600}.support-account button:disabled{background:#203039;color:#8aa1af;cursor:default}.support-account p{grid-column:1/-1;margin:0;font-size:12px}.mini-stats b{white-space:nowrap}#chart-tip{max-height:420px}.position-strip p{font-size:12px}.thought{font-size:12px}#arena,#support,#performance{scroll-margin-top:95px}@media(max-width:700px){.support-panel{grid-template-columns:1fr}.support-panel h2{font-size:20px}.hero-orb img{width:150px}.contract-details{gap:7px}.contract-details b{font-size:13px}.mini-stats b{font-size:11px}.support-account strong{font-size:15px}.trimon-intro{display:block}.support-panel small{display:block}.support-button{min-height:44px}}

.insight-panel,.daily-panel{margin-top:22px}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.signal-card{padding:20px;border:1px solid #2c3d4b;border-top:2px solid var(--c);border-radius:12px;background:#0c1621}.signal-card h3{margin:0 0 12px;font-size:17px;color:var(--c)}.signal-card p{font-size:14px;color:#b3c3d2;line-height:1.8}.signal-card dl,.position-extra{display:grid;grid-template-columns:1fr 1fr;gap:8px 15px}.signal-card dt,.position-extra dt{font-size:12px;color:#90a6ba}.signal-card dd,.position-extra dd{margin:3px 0 10px;font-size:14px;color:#e4eef7}.insight-note,#signal-time{font-size:12px;color:#91a7ba;line-height:1.8}.report-tabs{display:flex;gap:8px}.report-tabs button[aria-pressed=true]{border-color:#b5df80;color:#c9ef9f}.report-pnl{display:block;font-size:29px;font-variant-numeric:tabular-nums;margin:15px 0}.report-pnl.positive{color:#72dabb}.report-pnl.negative{color:#f38c98}.position-extra{margin-top:16px;padding-top:14px;border-top:1px solid #2a3d49}.signal-state{display:inline-block;font-size:12px;padding:3px 8px;background:#263644;border-radius:5px;color:#c0d1de}.signal-card .condition{border-top:1px solid #263746;padding-top:12px}.daily-panel #report-summary{font-size:14px;color:#c4d3e1}@media(max-width:800px){.signal-grid{grid-template-columns:1fr}.insight-panel .section-head{flex-wrap:wrap;gap:10px}.signal-card{padding:16px}}

.x-follow{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:8px 13px;border:1px solid #536779;border-radius:8px;color:#edf5fc;font-size:14px;text-decoration:none;white-space:nowrap}.x-follow:hover{background:#233442;border-color:#b9d792}.x-follow:focus-visible{outline:2px solid #c8ef98;outline-offset:4px}@media(max-width:700px){header{gap:10px;flex-wrap:wrap;height:auto;min-height:65px;padding-top:10px;padding-bottom:10px}header nav{order:3;width:100%;justify-content:center}.x-follow{margin-left:auto;padding:7px 10px}header .season{display:none}}

/* Legible type and supplied character artwork orbit */
:root{--ui-font:Inter,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}body,button,select{font-family:var(--ui-font);font-size:15px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--ui-font);letter-spacing:0}.hero-copy h1{font-weight:650;line-height:1.4;font-size:clamp(28px,3.1vw,43px);letter-spacing:-.6px}.hero-description{font-size:15px!important;line-height:1.95}.trimon-brand{letter-spacing:1.5px}.equity,.ticker strong,.report-pnl,.mini-stats b{font-family:var(--ui-font);font-variant-numeric:tabular-nums;letter-spacing:-.4px}.thought,.mini-stats,.ticker span,.chart-caption,.chart-state,.contract-details span,.position-extra dt{font-size:13px}.alias,.serial,.hero-proof span,.season-strip small{font-size:12px}.section-head h2{font-size:20px;font-weight:600}.trimon-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:24px;align-items:center}.hero-squad{position:relative;overflow:visible;width:100%;height:325px;opacity:1;isolation:isolate;perspective:900px}.hero-squad .squad-core{position:absolute;width:115px;height:115px;object-fit:contain;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;animation:none}.hero-agent{position:absolute;left:50%;top:50%;width:280px;height:205px;margin:-105px 0 0 -140px;animation:squad-orbit 18s linear infinite;will-change:transform;transform-origin:center}.hero-agent .character{width:280px;height:180px;scale:1;animation:none;filter:drop-shadow(0 0 12px var(--c))}.hero-squad .hero-agent img{width:350px;max-width:none;animation:none}.hero-agent>span{display:block;text-align:center;color:var(--c);font-size:14px;letter-spacing:2px}.squad-caption{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:11px;letter-spacing:3px;color:#8ca4b8}@keyframes squad-orbit{0%{transform:translate(0,48px) rotateY(0deg) scale(.88);z-index:3}25%{transform:translate(140px,-8px) rotateY(-22deg) scale(.68);z-index:2}50%{transform:translate(0,-65px) rotateY(0deg) scale(.56);z-index:0}75%{transform:translate(-140px,-8px) rotateY(22deg) scale(.68);z-index:2}100%{transform:translate(0,48px) rotateY(0deg) scale(.88);z-index:3}}@media(max-width:850px){.trimon-intro{grid-template-columns:1fr}.hero-squad{height:270px;max-width:460px;margin:0 auto}.hero-copy h1{font-size:32px}.hero-orb.hero-squad{position:relative;right:auto;top:auto;width:100%;opacity:1}.hero-description{max-width:100%}.hero-copy .eyebrow{max-width:100%}.hero-agent{animation-name:squad-orbit}.hero-squad .squad-core{width:100px;height:100px}}@media(prefers-reduced-motion:reduce){.hero-agent:nth-of-type(1){transform:translate(-105px,0) scale(.6)}.hero-agent:nth-of-type(2){transform:translate(0,-50px) scale(.6)}.hero-agent:nth-of-type(3){transform:translate(105px,0) scale(.6)}}

/* English copy: allow longer labels to wrap without clipping. */
html[lang="en-US"] .name-row,html[lang="en-US"] .position-name{flex-wrap:wrap;gap:6px 12px}html[lang="en-US"] .name-row h3{font-size:24px}html[lang="en-US"] .section-head{flex-wrap:wrap;gap:12px}html[lang="en-US"] .hero-actions{flex-wrap:wrap}html[lang="en-US"] .hero-copy h1{line-height:1.22}html[lang="en-US"] .support-account{grid-template-columns:repeat(3,minmax(0,1fr))}html[lang="en-US"] .support-account strong{overflow-wrap:anywhere}html[lang="en-US"] .position-extra div{gap:10px}html[lang="en-US"] .position-extra dt{min-width:0}html[lang="en-US"] .position-extra dd{flex-shrink:0}html[lang="en-US"] .legend{flex-wrap:wrap}html[lang="en-US"] #chart-tip{max-width:calc(100% - 8px);overflow:auto}html[lang="en-US"] .season-strip #season-state{font-size:19px}@media(max-width:1050px){html[lang="en-US"] header .season{display:none}html[lang="en-US"] .support-panel{grid-template-columns:1fr}}
