:root{--ink:#20211e;--muted:#73766e;--paper:#f2f0e9;--surface:#fbfaf6;--line:#dddad1;--green:#226b52;--green-soft:#dcece4;--red:#a94848;--red-soft:#f4dddd;--yellow:#a56d20;--yellow-soft:#f3e8cc;--purple:#6657a5;--purple-soft:#e7e2f6;--blue:#476786;--shadow:0 18px 55px #2c2b2511}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:14px}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #4767863d}.app-shell{min-height:100vh}.sidebar{color:#f7f5ed;z-index:20;background:#292c28;flex-direction:column;width:228px;padding:28px 19px 21px;display:flex;position:fixed;inset:0 auto 0 0}.brand,.mobile-brand{letter-spacing:-.4px;align-items:center;gap:10px;font-family:Georgia,Times New Roman,serif;font-size:21px;display:flex}.brand{padding:0 10px 28px}.brand-mark{color:#273027;background:#e4efc9;border-radius:50%;place-items:center;width:34px;height:34px;font-family:Georgia,serif;font-style:italic;font-weight:700;display:grid}.side-nav{gap:6px;display:grid}.nav-item{color:#aeb2aa;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:11px 12px;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#3a3e38}.soon{text-transform:uppercase;letter-spacing:.08em;background:#ffffff14;border-radius:9px;margin-left:auto;padding:2px 6px;font-size:9px}.sidebar-bottom{gap:10px;margin-top:auto;display:grid}.principle-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;margin-bottom:8px;padding:17px}.eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:750;line-height:1.3;display:inline-block}.principle-card .eyebrow{color:#aeb2aa}.principle-card p{margin:10px 0 0;font-family:Georgia,serif;font-size:17px;line-height:1.45}.profile-row{border-top:1px solid #ffffff1a;align-items:center;gap:10px;padding:14px 10px 0;display:flex}.avatar{background:#596056;border-radius:50%;place-items:center;width:33px;height:33px;font-weight:700;display:grid}.profile-row span:last-child{gap:3px;display:grid}.profile-row strong{font-size:12px}.profile-row small{color:#969b92;font-size:10px}.main-content{min-height:100vh;margin-left:228px}.topbar{border-bottom:1px solid #69686024;justify-content:flex-end;align-items:center;gap:9px;height:66px;padding:0 30px;display:flex}.market-pill{border:1px solid var(--line);min-height:33px;color:var(--muted);background:#ffffff73;border-radius:20px;align-items:center;gap:8px;padding:0 12px;font-size:11px;display:flex}.status-dot{background:#999;border-radius:50%;width:7px;height:7px}.market-pill.live .status-dot{background:#45a77a;box-shadow:0 0 0 4px #45a77a1f}.market-pill.loading .status-dot{background:#d3a34d;animation:1.3s infinite pulse}.market-pill.cached .status-dot{background:#7088ab}.market-pill.error .status-dot{background:#bd6565}@keyframes pulse{50%{opacity:.35}}.icon-button{border:1px solid var(--line);cursor:pointer;background:#ffffff80;border-radius:50%;place-items:center;width:35px;height:35px;padding:0;display:grid}.icon-button:hover{background:#fff}.icon-button.danger{color:var(--red)}.page-wrap{width:min(1320px,100% - 54px);margin:0 auto;padding:49px 0 34px}.hero{justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:28px;display:flex}.hero h1{letter-spacing:-3px;margin:9px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.4vw,60px);font-weight:400;line-height:.98}.hero h1 em{color:var(--green);font-weight:400}.hero p{max-width:570px;color:var(--muted);margin:0;line-height:1.6}.primary-button,.soft-button{cursor:pointer;white-space:nowrap;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:41px;padding:0 15px;font-size:12px;font-weight:700;display:inline-flex}.primary-button{background:var(--ink);color:#fff;box-shadow:0 8px 20px #20211e21}.primary-button:hover{background:#373934;transform:translateY(-1px)}.soft-button{border:1px solid var(--line);background:var(--surface)}.macro-strip{background:var(--surface);box-shadow:var(--shadow);border:1px solid #69686026;border-radius:17px;grid-template-columns:minmax(245px,1.4fr) repeat(3,minmax(125px,.75fr)) minmax(205px,1fr);margin-bottom:15px;display:grid;overflow:hidden}.macro-strip>div{border-right:1px solid var(--line);min-width:0;padding:18px}.macro-strip>div:last-child{border-right:0}.macro-lead{gap:14px;display:grid}.macro-title{align-items:center;gap:10px;display:flex}.macro-title h2{margin:3px 0 0;font-family:Georgia,serif;font-size:19px;font-weight:400}.macro-title h2 small{color:var(--muted);font-family:inherit;font-size:9px}.coin-mark{color:#fff;border-radius:50%;flex:none;place-items:center;width:35px;height:35px;font-family:Georgia,serif;font-size:15px;font-weight:700;display:grid;box-shadow:inset 0 0 0 1px #0000000d}.coin-mark.btc{background:#e9a33b;font-size:19px}.coin-mark.large{width:46px;height:46px;font-size:19px}.macro-price{align-items:baseline;gap:10px;display:flex}.macro-price strong{font-family:Georgia,serif;font-size:26px;font-weight:400}.macro-price span{font-size:10px}.positive{color:var(--green)!important}.negative{color:var(--red)!important}.macro-kpi{align-content:center;gap:6px;display:grid}.macro-kpi>span,.macro-state>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.macro-kpi strong{font-family:Georgia,serif;font-size:16px;font-weight:400}.macro-kpi small,.macro-state small{color:var(--muted);font-size:9px;line-height:1.35}.macro-state{border-left:3px solid #0000;align-content:center;gap:6px;display:grid}.macro-state strong{font-size:13px}.macro-state.red{background:var(--red-soft);border-left-color:var(--red)}.macro-state.green{background:var(--green-soft);border-left-color:var(--green)}.macro-state.gray{background:#e8e8e3;border-left-color:#8a8c86}.macro-state.purple{background:var(--purple-soft);border-left-color:var(--purple)}.loading-panel{border:1px solid var(--line);background:var(--surface);border-radius:17px;justify-content:center;align-items:center;gap:18px;min-height:127px;margin-bottom:15px;padding:25px;display:flex}.loading-panel strong{font-family:Georgia,serif;font-size:18px;font-weight:400}.loading-panel p{color:var(--muted);margin:5px 0 0;font-size:11px}.loading-orbit{border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;width:34px;height:34px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.board-panel,.detail-panel{background:var(--surface);box-shadow:var(--shadow);border:1px solid #69686026;border-radius:17px;margin-bottom:15px;overflow:hidden}.section-heading,.detail-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:73px;padding:15px 19px;display:flex}.section-heading h2,.detail-heading h2{margin:3px 0 0;font-family:Georgia,serif;font-size:22px;font-weight:400}.method-badge{color:var(--muted);background:#edeae2;border-radius:8px;align-items:center;gap:6px;padding:6px 9px;font-size:9px;display:flex}.board-scroll{overflow-x:auto}.protocol-table{border-collapse:collapse;width:100%;min-width:1050px}.protocol-table th{color:#7d7f78;text-align:left;text-transform:uppercase;letter-spacing:.08em;background:#f2f0e9;height:48px;padding:9px 13px;font-size:8px}.protocol-table th small{margin-top:3px;font-size:7px;font-weight:500;display:block}.protocol-table td{vertical-align:middle;cursor:pointer;border-top:1px solid #e8e5dd;height:69px;padding:10px 13px}.protocol-table tr:first-child td{border-top:0}.protocol-table tbody tr:hover,.protocol-table tbody tr.selected{background:#f0eee7}.protocol-table tbody tr.selected{box-shadow:inset 3px 0 var(--ink)}.protocol-table td>strong{white-space:nowrap;font-size:10px;display:block}.protocol-table td>small{color:var(--muted);white-space:nowrap;margin-top:5px;font-size:8px;display:block}.asset-cell{align-items:center;gap:9px;display:flex}.asset-cell>span:last-child{gap:4px;display:grid}.asset-cell strong{font-size:12px}.asset-cell small{color:var(--muted);font-size:8px}.asset-cell i{font-style:normal}.state-tag,.signal-tag{letter-spacing:.04em;white-space:nowrap;border-radius:9px;align-items:center;font-size:8px;font-weight:800;display:inline-flex}.state-tag{padding:5px 7px}.state-tag.red,.signal-tag.red{color:var(--red);background:var(--red-soft)}.state-tag.gray{color:#62645e;background:#e5e5e0}.state-tag.green,.signal-tag.green{color:var(--green);background:var(--green-soft)}.state-tag.purple,.signal-tag.purple{color:var(--purple);background:var(--purple-soft)}.signal-tag.yellow{color:var(--yellow);background:var(--yellow-soft)}.signal-tag{gap:5px;padding:6px 8px}.signal-tag.large{padding:8px 10px;font-size:10px}.unavailable-row{border-top:1px solid var(--line);min-height:50px;color:var(--muted);align-items:center;gap:12px;padding:9px 16px;font-size:10px;display:flex}.unavailable-row strong{color:var(--ink)}.unavailable-row button{color:var(--red);cursor:pointer;background:0 0;border:0;margin-left:auto}.detail-heading h2 small{color:var(--muted);font-family:inherit;font-size:9px}.detail-title,.detail-actions{align-items:center;gap:10px;display:flex}.detail-layout{grid-template-columns:minmax(0,2.2fr) minmax(235px,.72fr);gap:13px;padding:17px;display:grid}.chart-card,.execution-card{border:1px solid var(--line);background:#f7f5ef;border-radius:13px;overflow:hidden}.chart-heading{justify-content:space-between;align-items:end;gap:15px;padding:14px 16px 0;display:flex}.chart-heading h3{margin:3px 0 0;font-family:Georgia,serif;font-size:18px;font-weight:400}.chart-price{justify-items:end;gap:3px;display:grid}.chart-price strong{font-family:Georgia,serif;font-size:19px;font-weight:400}.chart-price small{color:var(--muted);font-size:8px}.candle-chart{width:100%;height:auto;min-height:225px;display:block}.grid-lines line{stroke:#dfddd6;stroke-width:.7px}.candles .up{stroke:#43856c;fill:#77ad97}.candles .down{stroke:#a95555;fill:#c77b75}.candles line{stroke-width:1px}.level-line line{stroke-width:1px;stroke-dasharray:4 4}.level-line text{font-size:7px;font-weight:700}.level-line.vah{stroke:#ab5a57;fill:#ab5a57}.level-line.poc{stroke:#86763c;fill:#86763c}.level-line.val{stroke:#37765b;fill:#37765b}.level-line.pvwap{stroke:#576f98;fill:#576f98}.level-line.cvwap{stroke:#775fa0;fill:#775fa0}.current-price-line{stroke:#262824;stroke-width:.8px;stroke-dasharray:2 3}.chart-legend{color:var(--muted);gap:12px;padding:0 16px 13px;font-size:8px;display:flex}.chart-legend span:before{content:"";background:currentColor;width:12px;height:2px;margin:0 5px 2px 0;display:inline-block}.chart-legend .vah{color:#ab5a57}.chart-legend .poc{color:#86763c}.chart-legend .val{color:#37765b}.chart-legend .pvwap{color:#576f98}.chart-legend .cvwap{color:#775fa0}.empty-chart{min-height:240px;color:var(--muted);place-items:center;display:grid}.execution-card{flex-direction:column;padding:18px;display:flex}.execution-state{border-radius:10px;align-items:center;gap:10px;margin-top:13px;padding:13px;display:flex}.execution-state .execution-dot{background:currentColor;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #fff9}.execution-state>div{gap:3px;display:grid}.execution-state small{opacity:.7;font-size:8px}.execution-state strong{font-size:12px}.execution-state.red{color:var(--red);background:var(--red-soft)}.execution-state.green{color:var(--green);background:var(--green-soft)}.execution-state.gray{color:#62645e;background:#e5e5e0}.execution-state.purple{color:var(--purple);background:var(--purple-soft)}.execution-card>p{color:var(--muted);margin:13px 0;font-family:Georgia,serif;font-size:12px;line-height:1.45}.checklist{border-top:1px solid var(--line);display:grid}.checklist>div{border-bottom:1px solid var(--line);color:#94968f;align-items:center;gap:8px;padding:8px 0;font-size:9px;display:flex}.checklist>div span{border:1px solid #cfcfc9;border-radius:50%;place-items:center;width:16px;height:16px;display:grid}.checklist>div.done{color:var(--ink)}.checklist>div.done span{border-color:var(--green);background:var(--green-soft);color:var(--green)}.rule-note{color:var(--muted);align-items:flex-start;gap:7px;margin-top:auto;padding-top:14px;font-size:8px;line-height:1.4;display:flex}.metric-grid{grid-template-columns:repeat(4,1fr);gap:9px;padding:0 17px 17px;display:grid}.metric-card{border:1px solid var(--line);background:#fff;border-radius:11px;min-width:0;padding:13px}.metric-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:8px;display:block}.metric-card strong{white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-family:Georgia,serif;font-size:13px;font-weight:400;display:block;overflow:hidden}.metric-card small{color:var(--muted);margin-top:5px;font-size:8px;line-height:1.35;display:block}.disclaimer{color:#898b84;text-align:center;margin:22px 0 0;font-size:9px}.mobile-nav{display:none}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1c1e1b8f;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.add-modal{background:var(--surface);border-radius:18px;width:min(440px,100%);overflow:hidden;box-shadow:0 30px 90px #00000040}.modal-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;padding:16px 19px;display:flex}.modal-heading h2{margin:3px 0 0;font-family:Georgia,serif;font-size:23px;font-weight:400}.add-modal form{gap:12px;padding:20px;display:grid}.add-modal label{color:#555750;gap:7px;font-size:10px;font-weight:700;display:grid}.ticker-input{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:1fr auto;align-items:center;height:46px;display:grid;overflow:hidden}.ticker-input input{text-transform:uppercase;background:0 0;border:0;min-width:0;height:100%;padding:0 12px}.ticker-input input:focus{outline:0}.ticker-input b{color:var(--muted);padding:0 13px;font-size:10px}.add-modal form>p{color:var(--muted);margin:0;font-size:9px}.form-error{background:var(--red-soft);color:var(--red);border-radius:8px;padding:9px 11px;font-size:9px}.modal-actions{justify-content:flex-end;gap:8px;padding-top:6px;display:flex}@media (max-width:1180px){.sidebar{width:204px}.main-content{margin-left:204px}.page-wrap{width:calc(100% - 36px)}.macro-strip{grid-template-columns:1.2fr repeat(2,.8fr) 1fr}.macro-strip .macro-kpi:nth-of-type(4){display:none}.metric-grid{grid-template-columns:1fr 1fr}}@media (max-width:850px){body{padding-bottom:75px}.sidebar{display:none}.main-content{margin-left:0}.topbar{z-index:15;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f2f0e9e6;justify-content:space-between;height:60px;padding:0 15px;position:sticky;top:0}.mobile-brand{font-size:18px;display:flex}.mobile-brand .brand-mark{width:29px;height:29px;font-size:15px}.market-pill{white-space:nowrap;max-width:155px;margin-left:auto;overflow:hidden}.topbar .icon-button{display:none}.page-wrap{width:calc(100% - 26px);padding:31px 0 22px}.hero{margin-bottom:23px;display:block}.hero h1{letter-spacing:-2.5px;font-size:43px}.hero p{font-size:12px}.hero .primary-button{display:none}.macro-strip{grid-template-columns:1fr 1fr}.macro-strip>div{padding:14px}.macro-lead{grid-column:1/-1}.macro-price strong{font-size:24px}.macro-strip .macro-kpi:nth-of-type(4){display:grid}.macro-state{grid-column:1/-1}.section-heading{min-height:68px;padding:13px 15px}.method-badge{display:none}.board-panel{overflow:hidden}.protocol-table{min-width:0}.protocol-table thead{display:none}.protocol-table,.protocol-table tbody,.protocol-table tr,.protocol-table td{width:100%;display:block}.protocol-table tr{border-top:1px solid var(--line);cursor:pointer;padding:12px 14px;position:relative}.protocol-table tr:first-child{border-top:0}.protocol-table td{border:0;height:auto;padding:0}.protocol-table td:first-child{padding-right:86px}.protocol-table td:nth-child(2),.protocol-table td:nth-child(3){display:none}.protocol-table td:nth-child(4){margin:9px 0 0;padding-left:44px}.protocol-table td:nth-child(4) small{margin-left:7px;display:inline}.protocol-table td:nth-child(5){margin-top:5px;padding-left:44px}.protocol-table td:nth-child(5) strong,.protocol-table td:nth-child(5) small{display:inline}.protocol-table td:nth-child(5) small{margin-left:7px}.protocol-table td:nth-child(6){position:absolute;top:17px;right:14px}.protocol-table td:nth-child(7){display:none}.asset-cell .coin-mark{width:35px;height:35px}.detail-heading{padding:13px 15px}.detail-title .coin-mark{display:none}.detail-layout{grid-template-columns:1fr;padding:12px}.chart-heading{align-items:start}.chart-price small{display:none}.candle-chart{min-height:195px}.execution-card{min-height:320px}.metric-grid{grid-template-columns:1fr 1fr;padding:0 12px 12px}.mobile-nav{z-index:30;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:68px;padding-bottom:env(safe-area-inset-bottom);background:#fbfaf6f0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav button{color:#898b85;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:8px;display:flex}.mobile-nav button.active{color:var(--ink)}.mobile-nav .mobile-add{background:var(--ink);color:#fff;border-radius:50%;place-self:center;width:45px;height:45px;margin-top:-22px;box-shadow:0 8px 22px #00000038}.modal-backdrop{align-items:end;padding:0}.add-modal{border-radius:19px 19px 0 0}.add-modal form{padding-bottom:calc(22px + env(safe-area-inset-bottom))}}@media (max-width:470px){.metric-grid{grid-template-columns:1fr}.chart-legend{flex-wrap:wrap;gap:7px}.macro-kpi strong{font-size:14px}.market-pill{max-width:140px}.detail-actions .icon-button{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mobile-protocol-list{display:none}@media (max-width:850px){.hero p{overflow-wrap:anywhere;max-width:100%}.market-pill{justify-content:center;width:34px;min-width:34px;padding:0;font-size:0}.macro-strip{width:100%;overflow:hidden}.macro-price{flex-wrap:wrap}.protocol-table{display:none}.mobile-protocol-list{display:grid}.mobile-protocol-card{border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;gap:12px;width:100%;padding:14px;display:grid}.mobile-protocol-card:first-child{border-top:0}.mobile-protocol-card.selected{box-shadow:inset 3px 0 var(--ink);background:#efede6}.mobile-asset-head{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.mobile-asset-head>span:nth-child(2){gap:3px;display:grid}.mobile-asset-head strong{font-size:12px}.mobile-asset-head small{color:var(--muted);font-size:9px}.mobile-asset-head i{font-style:normal}.mobile-card-grid{grid-template-columns:1fr 1fr;gap:10px;padding-left:44px;display:grid}.mobile-card-grid>span{gap:3px;min-width:0;display:grid}.mobile-card-grid small{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:7px}.mobile-card-grid strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.state-text.red{color:var(--red)}.state-text.green{color:var(--green)}.state-text.gray{color:#62645e}.state-text.purple{color:var(--purple)}}@media (max-width:470px){.market-pill{max-width:34px}}.level-line .label-connector{stroke-dasharray:none;stroke-width:.7px}.help-anchor{vertical-align:middle;z-index:2;display:inline-flex;position:relative}.help-anchor:has(.help-popover){z-index:60}.help-button{color:#73766e;cursor:pointer;background:0 0;border:1px solid #c9c8c0;border-radius:50%;width:16px;height:16px;margin-left:4px;padding:0;font-family:Georgia,serif;font-size:11px;font-weight:700;line-height:14px}.help-button:hover,.help-button[aria-expanded=true]{border-color:var(--ink);background:var(--ink);color:#fff}.help-popover{color:#f7f5ed;text-align:left;letter-spacing:normal;text-transform:none;white-space:normal;background:#292c28;border:1px solid #ffffff1f;border-radius:12px;width:280px;padding:13px;font-family:Inter,ui-sans-serif,sans-serif;position:absolute;top:calc(100% + 8px);left:-8px;box-shadow:0 14px 38px #20211e33}.help-title,.help-text,.help-visual{display:block}.help-title{margin-bottom:5px;font-family:Georgia,serif;font-size:14px;font-weight:400}.help-text{color:#d0d2ca;font-size:10px;font-weight:400;line-height:1.48}.help-visual{color:#f0f1eb;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:8px;height:51px;margin-top:11px;font-size:7px;font-weight:700;position:relative;overflow:hidden}.help-visual small{color:#aeb2aa;letter-spacing:0;text-transform:none;font-size:7px;font-weight:500;position:absolute}.profile-reference{padding:7px 11px}.profile-reference>span{z-index:1;line-height:11px;display:block;position:relative}.profile-reference>i{background:#d6d2c4;height:1px;position:absolute;left:42px;right:9px}.profile-reference>i:first-of-type{background:#d27a77;top:12px}.profile-reference>i:nth-of-type(2){background:#d2b66b;top:24px}.profile-reference>span:nth-of-type(2),.profile-reference>span:nth-of-type(3){margin-top:1px}.profile-reference small{bottom:7px;right:10px}.regime-reference .price{background:#f0f1eb;width:2px;position:absolute;top:8px;bottom:8px;left:58%}.regime-reference>span{position:absolute;top:8px;left:calc(58% + 6px)}.regime-reference .line{height:1px;position:absolute;left:10px;right:11px}.regime-reference .one{background:#9f95d7;top:23px}.regime-reference .two{background:#9ac3ad;top:35px}.regime-reference small{bottom:7px;right:10px}.weekly-reference .line{height:1px;position:absolute;left:11px;right:64px}.weekly-reference .previous{background:#7992c2;top:17px}.weekly-reference .current{background:#ad9ad3;top:32px}.weekly-reference>span{position:absolute;right:12px}.weekly-reference>span:first-of-type{top:13px}.weekly-reference>span:nth-of-type(2){top:28px}.weekly-reference small{bottom:6px;left:11px}.absorption-reference .wick{background:#dbd9d1;width:1px;position:absolute;top:7px;bottom:7px;left:37px}.absorption-reference .body{background:#7fb095;width:13px;height:15px;position:absolute;top:16px;left:31px}.absorption-reference>span{position:absolute;top:13px;left:61px}.absorption-reference small{bottom:6px;left:61px}.acceptance-reference{padding-left:18px}.acceptance-reference>i{background:#84b29c;width:12px;position:absolute;bottom:8px}.acceptance-reference>i:first-of-type{height:21px;left:30px}.acceptance-reference>i:nth-of-type(2){height:30px;left:50px}.acceptance-reference b{color:#d87d7a;font-size:8px;position:absolute;top:14px;left:79px}.acceptance-reference:after{content:"";background:#d87d7a;height:1px;position:absolute;top:18px;left:76px;right:11px}.acceptance-reference small{bottom:7px;right:11px}.signal-reference{align-items:center;gap:5px;padding:0 10px;display:flex}.signal-reference>span{border-radius:5px;padding:4px 5px;font-size:7px}.signal-reference .red{color:#ffc6c6;background:#593b3b}.signal-reference .yellow{color:#ffe1a0;background:#5d5037}.signal-reference .green{color:#c0ebd1;background:#385646}.ohlcv-reference{align-items:end;gap:5px;padding:8px 11px;display:flex}.ohlcv-reference>i{background:#a8b7ca;width:8px}.ohlcv-reference>i:first-of-type{height:14px}.ohlcv-reference>i:nth-of-type(2){height:27px}.ohlcv-reference>i:nth-of-type(3){height:20px}.ohlcv-reference>span{color:#cfd1ca;margin:0 0 1px 5px;font-size:8px;font-weight:500}@media (max-width:850px){.help-popover{width:auto;max-width:none;position:fixed;inset:auto 13px 80px}.method-badge .help-popover{top:66px;bottom:auto}.macro-kpi .help-popover,.macro-state .help-popover{top:142px;bottom:auto}.chart-legend .help-popover{bottom:80px}.help-button{width:17px;height:17px;font-size:11px}.metric-card .help-popover{bottom:82px}}.chart-legend .help-anchor:before{content:none;display:none}.execution-checklist{border-top:1px solid var(--line);display:grid}.execution-checklist>div{border-bottom:1px solid var(--line);color:#94968f;align-items:center;gap:8px;padding:8px 0;font-size:9px;display:flex}.execution-checklist .check-icon{border:1px solid #cfcfc9;border-radius:50%;place-items:center;width:16px;height:16px;display:grid}.execution-checklist .check-label{align-items:center;display:inline-flex}.execution-checklist>div.done{color:var(--ink)}.execution-checklist>div.done .check-icon{border-color:var(--green);background:var(--green-soft);color:var(--green)}.macro-state .help-popover{left:auto;right:0}@media (max-width:850px){.macro-state .help-popover{left:13px;right:13px}}.macro-strip,.board-panel{overflow:visible}.method-badge .help-popover{left:auto;right:0}.detail-panel{overflow:visible}.flow-panel{border:1px solid var(--line);background:#f7f5ef;border-radius:12px;margin:0 17px 17px;overflow:visible}.flow-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:13px 15px;display:flex}.flow-heading h3{margin:3px 0 0;font-family:Georgia,serif;font-size:17px;font-weight:400}.flow-heading>span{color:var(--muted);font-size:9px}.flow-grid{background:var(--line);grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid}.flow-metric{background:#fff;min-width:0;padding:12px 13px}.flow-metric>span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:8px;display:block}.flow-metric strong{white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-family:Georgia,serif;font-size:13px;font-weight:400;display:block;overflow:hidden}.flow-metric small{color:var(--muted);margin-top:5px;font-size:8px;line-height:1.35;display:block}.flow-unavailable{color:var(--muted);margin:0;padding:16px;font-size:10px;line-height:1.45}.flow-reference{align-items:center;gap:8px;padding:0 11px;display:flex}.flow-reference>span{border-radius:5px;padding:4px 6px;font-size:7px}.flow-reference .buy{color:#c0ebd1;background:#385646}.flow-reference .sell{color:#ffc6c6;background:#593b3b}.flow-reference>i{background:#d5d4ce;width:1px;height:25px}.flow-reference small{bottom:6px;right:10px}@media (max-width:1180px){.flow-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.flow-panel{margin:0 12px 12px}.flow-grid{grid-template-columns:repeat(2,1fr)}.flow-heading .help-popover,.flow-metric .help-popover{left:13px;right:13px}}@media (max-width:470px){.flow-grid{grid-template-columns:1fr}}.brand,.mobile-brand{letter-spacing:-1.65px;text-transform:lowercase;color:#d9e5d2;text-shadow:0 0 24px #cee3be14;margin:0;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:30px;font-weight:800;line-height:1}.brand{padding:7px 9px 34px;display:block}.brand:after{content:"";background:linear-gradient(90deg,#cadebf8f,#cadebf00);width:100%;height:1px;margin-top:11px;display:block}.mobile-brand{display:none}@media (max-width:850px){.mobile-brand{letter-spacing:-1.2px;font-size:22px;display:block}.mobile-brand:after{display:none}}.brand{letter-spacing:-.55px;padding:0 9px 45px;font-size:37px;font-weight:700}.brand:after{margin-top:0}@media (min-width:851px){.chart-card,.execution-card{overflow:visible}.execution-card .help-popover{left:auto;right:0}}.metric-card>span:first-child{align-items:center;gap:2px;display:flex}.metric-card>span:first-child .help-button{margin-left:0}.market-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:940px;margin:24px auto 0;padding:17px 20px}.summary-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.summary-heading>span:last-child{color:var(--muted);font-size:9px}.market-summary p{color:#62645e;margin:10px 0 0;font-family:Georgia,serif;font-size:15px;line-height:1.55}@media (max-width:850px){.market-summary{margin-top:18px;padding:15px 2px}.summary-heading>span:last-child{font-size:8px}.market-summary p{font-size:13px}}.market-summary{max-width:none;margin-left:0;margin-right:0}.glossary-panel{border-bottom:1px solid var(--line);margin:0}.glossary-panel summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:70px;list-style:none;display:flex}.glossary-panel summary::-webkit-details-marker{display:none}.glossary-panel summary>span{gap:4px;display:grid}.glossary-panel summary strong{font-family:Georgia,serif;font-size:17px;font-weight:400}.glossary-panel summary>small{color:var(--muted);align-items:center;gap:9px;font-size:9px;display:flex}.glossary-panel summary>small:after{border:1px solid var(--line);width:18px;height:18px;color:var(--ink);content:"+";border-radius:50%;place-items:center;font-size:15px;font-weight:400;line-height:1;display:grid}.glossary-panel[open] summary>small:after{content:"−"}.glossary-grid{background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding-bottom:18px;display:grid}.glossary-grid article{background:var(--surface);min-width:0;padding:14px}.glossary-grid article strong{font-size:10px}.glossary-grid article p{color:var(--muted);margin:6px 0 0;font-size:9px;line-height:1.45}@media (max-width:850px){.glossary-panel summary{min-height:64px}.glossary-panel summary strong{font-size:16px}.glossary-grid{grid-template-columns:1fr 1fr;padding-bottom:12px}.glossary-grid article{padding:12px}}@media (max-width:470px){.glossary-grid{grid-template-columns:1fr}.glossary-panel summary>small{font-size:8px}}.glossary-panel{padding-left:20px;padding-right:20px}@media (max-width:850px){.glossary-panel{padding-left:2px;padding-right:2px}}.brand,.mobile-brand{color:var(--paper);text-shadow:none}.brand:after{display:none}.level-line text{letter-spacing:-.15px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:7.4px;font-weight:500}.sequence-guide{max-width:1480px;margin:0 auto;padding:4px 0 40px}.sequence-hero{max-width:780px;padding:35px 0 42px}.sequence-hero h1{letter-spacing:-.055em;margin:8px 0 15px;font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:.94}.sequence-hero h1 em{color:var(--green);font-weight:400}.sequence-hero p{max-width:670px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.sequence-map{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden}.sequence-map-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;padding:22px 26px 18px;display:flex}.sequence-map-heading h2{letter-spacing:-.025em;margin:5px 0 0;font-family:Georgia,serif;font-size:25px;font-weight:400}.sequence-map-heading h2 small{color:var(--muted);font-family:inherit;font-size:13px;font-weight:400}.sequence-map-heading>span{max-width:190px;color:var(--muted);text-align:right;font-size:10px;line-height:1.4}.sequence-chart-wrap{background:#f9f7f2;padding:4px 14px 0}.sequence-chart{width:100%;height:auto;display:block}.sequence-chart-grid line{stroke:#e1dfd7;stroke-width:1px}.sequence-val-line{stroke:#2e8064;stroke-width:1.4px;stroke-dasharray:6 6}.sequence-val-label{fill:#237058;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:600}.sequence-candles line{stroke:#58665f;stroke-width:1.5px}.sequence-candles rect.up{fill:#77b49a;stroke:#397e65;stroke-width:1px}.sequence-candles rect.down{fill:#d58b88;stroke:#ad5550;stroke-width:1px}.sequence-flow-arrow{fill:none;stroke:#b55e59;stroke-width:1.4px;stroke-dasharray:4 5}.sequence-flow-arrow-head{fill:none;stroke:#b55e59;stroke-width:1.4px}.sequence-flow-label,.sequence-split-label{fill:#777a72;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:10px}.sequence-split-line{stroke:#cbc9c1;stroke-width:1px;stroke-dasharray:3 5}.sequence-absorption-line{fill:none;stroke:#2b8667;stroke-width:2px}.sequence-break-line{fill:none;stroke:#b45450;stroke-width:2px}.sequence-outcome-label rect{stroke-width:1px}.sequence-outcome-label text{font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:9px;font-weight:600}.sequence-outcome-label text+text{font-size:8px;font-weight:400}.sequence-outcome-label.success rect{fill:#e5f1eb;stroke:#b6d7c7}.sequence-outcome-label.success text{fill:#256a53}.sequence-outcome-label.risk rect{fill:#f8e5e4;stroke:#e3bdb9}.sequence-outcome-label.risk text{fill:#a94f4b}.sequence-outcomes{border-top:1px solid var(--line);background:var(--line);grid-template-columns:1fr 1fr;gap:1px;display:grid}.sequence-outcome{background:var(--surface);padding:18px 26px 20px}.sequence-outcome>span{letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.sequence-outcome.success>span{color:#237058}.sequence-outcome.risk>span{color:#ae5752}.sequence-outcome strong{letter-spacing:-.02em;font-family:Georgia,serif;font-size:17px;font-weight:400;display:block}.sequence-outcome p{max-width:510px;color:var(--muted);margin:8px 0 0;font-size:10px;line-height:1.55}.sequence-steps{border:1px solid var(--line);background:var(--line);border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:20px;display:grid;overflow:hidden}.sequence-step{background:var(--surface);min-height:194px;padding:19px 17px}.sequence-step>span{border:1px solid var(--line);width:24px;height:24px;color:var(--green);border-radius:50%;place-items:center;font-size:8px;font-weight:700;display:grid}.sequence-step h2{margin:18px 0 6px;font-family:Georgia,serif;font-size:18px;font-weight:400}.sequence-step p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.sequence-rule{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:930px;margin:24px 0 0;padding:20px 0}.sequence-rule p{color:#656760;margin:8px 0 0;font-family:Georgia,serif;font-size:17px;line-height:1.5}.sequence-rule strong{color:var(--ink);font-weight:400}@media (max-width:1050px){.sequence-steps{grid-template-columns:repeat(3,1fr)}.sequence-step{min-height:166px}}@media (max-width:850px){.sequence-guide{padding-bottom:25px}.sequence-hero{padding:21px 0 27px}.sequence-hero h1{font-size:45px}.sequence-hero p{font-size:12px}.sequence-map-heading{flex-direction:column;align-items:flex-start;padding:18px 17px}.sequence-map-heading h2{font-size:22px}.sequence-map-heading>span{text-align:left;max-width:none}.sequence-chart-wrap{padding:2px 2px 0;overflow-x:auto}.sequence-chart{min-width:760px}.sequence-outcome{padding:16px 17px}.sequence-steps{grid-template-columns:1fr 1fr;margin-top:14px}.sequence-step{min-height:150px;padding:16px}.sequence-rule{margin-top:17px}.sequence-rule p{font-size:15px}}@media (max-width:470px){.sequence-hero h1{font-size:38px}.sequence-map-heading h2 small{margin-top:3px;font-size:11px;display:block}.sequence-outcomes,.sequence-steps{grid-template-columns:1fr}.sequence-step{min-height:0}.sequence-rule p{font-size:14px}}.sequence-key{border:1px solid var(--line);background:#f5f3ed;border-radius:16px;grid-template-columns:minmax(230px,.72fr) minmax(0,1.55fr);gap:28px;margin-top:20px;padding:22px 24px;display:grid}.sequence-key h2{letter-spacing:-.025em;margin:6px 0 8px;font-family:Georgia,serif;font-size:24px;font-weight:400}.sequence-key-intro p{max-width:360px;color:var(--muted);margin:0;font-size:10px;line-height:1.55}.sequence-key-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.sequence-key-points article{min-width:0;padding-left:30px;position:relative}.sequence-key-points article+article{border-left:1px solid var(--line);padding-left:48px}.sequence-key-points span{color:var(--green);font-size:8px;font-weight:700;position:absolute;top:0;left:0}.sequence-key-points article+article span{left:18px}.sequence-key-points strong{font-family:Georgia,serif;font-size:15px;font-weight:400;line-height:1.15;display:block}.sequence-key-points p{color:var(--muted);margin:7px 0 0;font-size:9px;line-height:1.5}@media (max-width:1050px){.sequence-key{grid-template-columns:1fr}.sequence-key-intro p{max-width:620px}}@media (max-width:850px){.sequence-key{gap:18px;margin-top:14px;padding:18px 17px}.sequence-key h2{font-size:21px}.sequence-key-points{gap:13px}.sequence-key-points article+article{padding-left:30px}.sequence-key-points article+article span{left:0}}@media (max-width:600px){.sequence-key-points{grid-template-columns:1fr}.sequence-key-points article+article{border-top:1px solid var(--line);border-left:0;padding-top:13px}.sequence-key-points article+article span{top:13px}}
