/* No external fonts or assets. System sans + Georgia keep the page local. */
:root{--bg:#f7f8f3;--paper:#fff;--ink:#203b32;--body:#34473f;--muted:#657068;--line:#dde2d8;--green:#203e35;--lime:#e2edbf;--purple:#6554bc;--positive:#286e51;--negative:#a34531;--radius:14px;--shadow:0 5px 20px #203b3205}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--body);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink)}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400}h3{font-size:15px;line-height:1.4}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid #7255bc;outline-offset:4px}::selection{background:#e2edbf;color:#203e35}[hidden]{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;left:18px;top:-80px;padding:12px 20px;background:var(--green);color:#fff;border-radius:6px}.skip-link:focus{top:12px}.site-header{border-bottom:1px solid var(--line);background:#f7f8f3ed}.header-inner,.footer-inner{max-width:1240px;margin:auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between}.header-inner{min-height:98px;gap:24px}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:27px;font-weight:750;letter-spacing:-1.1px;line-height:1.05}.brand-mark{width:29px;height:33px}.brand-sub{display:block;font-size:8px;font-weight:600;letter-spacing:1.65px;line-height:1;margin-top:8px}.site-header nav{display:flex;gap:31px;margin-left:45px}.site-header nav a{font-size:12px;font-weight:600;color:#536358;padding:16px 0;position:relative}.site-header nav a:hover{color:var(--green)}.site-header nav a::after{position:absolute;content:'';bottom:7px;left:0;right:0;height:1px;background:var(--green);transform:scaleX(0);transition:transform .2s}.site-header nav a:hover::after,.site-header nav a:focus-visible::after{transform:scaleX(1)}.offline-label{font-size:11px;display:flex;align-items:center;gap:8px;white-space:nowrap}.status-dot{width:6px;height:6px;display:inline-block;background:#5c8065;border-radius:50%;box-shadow:0 0 0 4px #e8ede0}.page-shell{max-width:1240px;margin:auto;padding:0 36px}.hero{display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:70px;padding:63px 0 49px}.eyebrow{font-size:9px;letter-spacing:1.8px;line-height:1.5;font-weight:700;color:var(--muted)}.hero-copy>.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:20px;letter-spacing:1.45px}.tiny-line{width:19px;height:1px;background:#7a866c}.hero h1{font-size:59px;line-height:1.09;letter-spacing:-2.7px}.green-period{color:#798a48}.hero-description{margin-top:22px;color:#627066;font-size:13px;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:28px}.button{border:1px solid transparent;display:inline-flex;gap:15px;justify-content:center;align-items:center;min-height:42px;border-radius:7px;padding:10px 17px;font-size:11px;font-weight:600;white-space:nowrap;transition:background .15s,box-shadow .15s}.primary{background:var(--green);color:#fff}.primary:hover{background:#315b4d;box-shadow:0 2px 7px #203e3515}.secondary{background:#fff;border-color:#d5dcd2;color:var(--ink)}.secondary:hover{background:#edf1e8;border-color:#bbc7b6}.small{min-height:36px;padding:7px 13px}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:11px;font-weight:600;background:none;border:0;padding:7px 0}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.contest-card{background:var(--green);color:#e7efdf;border-radius:var(--radius);padding:26px 29px 0;position:relative;overflow:hidden;box-shadow:0 8px 24px #203e350b}.contest-card::before{content:'';width:240px;height:240px;position:absolute;right:-124px;top:-125px;border:1px solid #c5d3ad13;border-radius:50%;box-shadow:0 0 0 35px #c5d3ad07,0 0 0 70px #c5d3ad04;pointer-events:none}.contest-top{display:flex;align-items:center;justify-content:space-between;gap:15px;position:relative}.contest-card .eyebrow{color:#b3c4b6;font-size:8px;letter-spacing:1.6px}.prelaunch{padding:4px 9px;border:1px solid #7a93803d;border-radius:20px;font-size:9px;color:#dfe7cc;display:flex;align-items:center;gap:5px}.starting-value{color:#edf3d5;font-family:Georgia,'Times New Roman',serif;font-size:53px;line-height:1.15;letter-spacing:-1.5px;margin-top:22px}.starting-value>span{font-size:10px;font-family:Arial,Helvetica,sans-serif;letter-spacing:.7px;margin-left:10px;color:#b5c7b5}.starting-caption{font-size:11px;color:#b6c7b8;margin-top:6px}.contest-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:26px 0 23px}.contest-stats>div{border-right:1px solid #b4c5b625;display:flex;flex-direction:column;padding-left:25px}.contest-stats>div:first-child{padding-left:0}.contest-stats>div:last-child{border:0}.contest-stats strong{font-size:22px;line-height:1.2;font-weight:400;color:#f0f3df;font-variant-numeric:tabular-nums}.contest-stats span{font-size:9px;margin-top:6px;color:#b2c4b6}.contest-bottom{border-top:1px solid #b4c5b625;display:flex;justify-content:space-between;gap:10px;padding:15px 0;font-size:9px;color:#b5c7b5}.contest-bottom strong{font-weight:500;color:#e5ebd6}.contest-bottom strong span{margin-left:6px}.workspace-notice{padding:18px 21px;display:flex;align-items:center;gap:16px;background:#eff0e4;border:1px solid #e0e3ce;border-radius:9px}.source-badge{font-size:8px;letter-spacing:1px;font-weight:700;border:1px solid #c3c8a9;border-radius:4px;padding:5px 8px;color:#5f6446;flex-shrink:0}.workspace-notice strong{font-size:11px;font-weight:600;color:#495440}.workspace-notice p{font-size:10px;color:#666d59;margin-top:2px;line-height:1.6}.notice-action{margin-left:auto;font-size:10px;font-weight:600;background:none;border:none;white-space:nowrap;padding:9px 0 9px 10px}.notice-action span{margin-left:9px}.notice-action:hover{text-decoration:underline}.app-status{background:#edf4e9;border-left:3px solid #5c8065;padding:12px 16px;margin-top:16px;font-size:12px;border-radius:0 6px 6px 0;overflow-wrap:anywhere}.app-status.warning{background:#fff4e7;border-color:#a77037}.section{margin-top:49px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:25px}.section-index{font-size:8px;letter-spacing:1.65px;margin-bottom:8px}.section-heading h2,.data-section h2{font-size:31px;line-height:1.2;letter-spacing:-.9px}.section-description{font-size:11px;color:var(--muted);margin-top:8px}.combined{display:flex;flex-direction:column;text-align:right;align-self:flex-end;padding-bottom:3px}.combined>span{font-size:9px;color:var(--muted);margin-bottom:3px}.combined strong{font-size:22px;font-weight:500;letter-spacing:-.6px;color:var(--ink);font-variant-numeric:tabular-nums}.combined small{font-size:9px;color:var(--muted);margin-top:3px}.leaderboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.investor-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden;transition:border-color .2s;position:relative}.investor-card.selected{border-color:#b7c7b3}.investor-card::before{content:'';position:absolute;top:0;left:23px;right:23px;height:2px;background:var(--investor-color);opacity:.65}.investor-card-inner{padding:23px 23px 20px}.card-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.investor-identity{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-family:Georgia,'Times New Roman',serif;font-size:20px;border-radius:50%;flex-shrink:0}.astra{background:#eeeaf9;color:#6554bc}.luna{background:#e8f1ed;color:#267565}.qwen{background:#f7ede3;color:#99522a}.investor-identity h3{font-size:15px;font-weight:600}.card-source{font-size:8px;display:block;color:var(--muted);margin-top:1px;letter-spacing:.2px}.rank-badge{font-size:10px;color:var(--muted);background:#f4f5f0;border:1px solid #e9ece4;padding:4px 9px;border-radius:5px}.rank-badge.first{background:#eff3e3;color:#52633f;border-color:#e2e9ce}.card-value-label{font-size:9px;color:var(--muted);margin-top:25px}.card-value{display:block;font-size:32px;letter-spacing:-1px;line-height:1.2;font-weight:500;color:var(--ink);font-variant-numeric:tabular-nums;margin-top:4px;overflow-wrap:anywhere}.card-return{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.return-pill{font-size:9px;border-radius:4px;padding:3px 6px;background:#eaf3eb;color:var(--positive)}.return-pill.negative{background:#f8ede7;color:var(--negative)}.return-pill.neutral{background:#f1f2ed;color:var(--muted)}.return-context{font-size:9px;font-weight:400;color:var(--muted)}.positive{color:var(--positive)}.negative{color:var(--negative)}.neutral{color:var(--muted)}.allocation-bar{height:6px;border-radius:9px;background:#e4e8df;overflow:hidden;display:flex;margin-top:23px}.allocation-bar>span{height:100%;background:var(--investor-color);border-radius:8px 0 0 8px}.allocation-key{display:flex;justify-content:space-between;gap:10px;margin-top:8px;font-size:9px;color:var(--muted)}.allocation-key>span{display:flex;align-items:center;gap:5px}.key-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--investor-color);flex-shrink:0}.key-dot.cash{background:#d5dbcd}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:9px;border-top:1px solid #eef0e9;padding:10px 23px;background:#fcfdf9}.card-bottom>span{font-size:9px;color:var(--muted)}.card-bottom>button{font-size:10px;color:var(--ink);font-weight:600;display:flex;align-items:center;gap:12px;border:0;padding:7px 0;background:none}.card-bottom>button:hover{text-decoration:underline;text-underline-offset:3px}.section-footnote{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);gap:15px;margin-top:13px}.section-footnote>span:first-child{display:flex;align-items:center;gap:6px}.outline-dot{display:inline-block;flex-shrink:0;width:9px;height:9px;border:1px solid #8b978a;border-radius:50%;position:relative}.outline-dot::after{content:'';width:1px;height:3px;position:absolute;left:3px;top:2px;background:#8b978a}.portfolio-section{margin-top:48px}.portfolio-section>.section-heading{margin-bottom:21px}.portfolio-tabs{display:flex;border-bottom:1px solid var(--line);gap:8px;padding:0 0 0 1px;margin-bottom:20px}.portfolio-tab{border:0;background:none;font-size:11px;font-weight:600;display:flex;align-items:center;gap:9px;padding:10px 20px 14px;position:relative;color:var(--muted)}.portfolio-tab[aria-selected=true]{color:var(--ink)}.portfolio-tab[aria-selected=true]::after{content:'';position:absolute;left:0;bottom:-1px;right:0;height:2px;background:var(--green)}.portfolio-tab:hover{background:#eef1e7;border-radius:6px 6px 0 0}.avatar.mini{width:23px;height:23px;font-size:13px}.portfolio-grid{display:grid;grid-template-columns:minmax(0,2.7fr) minmax(245px,1fr);gap:20px;align-items:start}.holdings-card,.allocation-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.holdings-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px}.holdings-header h3{font-size:13px;font-weight:600}.holdings-header p{font-size:9px;color:var(--muted);margin-top:3px}.subtle-badge{display:inline-flex;padding:3px 7px;border:1px solid #e0e4d9;background:#f6f7f1;color:#637057;font-size:8px;border-radius:4px;letter-spacing:.3px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;text-align:right;font-size:11px;white-space:nowrap}thead{background:#f7f8f3;border-block:1px solid #e9ece4}th{font-weight:500;color:var(--muted);font-size:8px;letter-spacing:.25px;padding:12px 12px}th:first-child,td:first-child{text-align:left;padding-left:22px}th:last-child,td:last-child{padding-right:22px}td{padding:17px 12px;border-bottom:1px solid #eef0e9;color:var(--ink);font-size:11px}.asset-cell{display:flex;align-items:center;gap:10px}.asset-icon{display:inline-flex;width:30px;height:30px;flex-shrink:0;align-items:center;justify-content:center;border:1px solid #e5e8df;border-radius:7px;font-size:9px;font-weight:600;background:#f9faf6;color:#687762}.asset-cell strong{font-size:10px;display:block;font-weight:600}.asset-name{max-width:125px;white-space:normal;display:block;line-height:1.35;font-size:8px;color:var(--muted);margin-top:3px;overflow-wrap:anywhere}.cell-gain{display:block}.cell-percent{display:block;font-size:8px;margin-top:2px;color:var(--muted)}.cash-row td{background:#fdfefa;padding-block:14px}.cash-row td:not(:first-child){color:var(--muted)}.cash-row .cash-value{color:var(--ink)!important}.holdings-total{padding:17px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #e5e9df;background:#f8faf3}.holdings-total strong{color:var(--ink);font-size:17px;letter-spacing:-.3px;font-weight:600;font-variant-numeric:tabular-nums}.holdings-total>div:first-child{font-size:11px;font-weight:600}.holdings-total small{display:block;font-size:8px;font-weight:400;color:var(--muted);margin-top:3px}.total-return{text-align:right;font-size:9px;margin-top:3px}.math-note{font-size:9px;color:var(--muted);line-height:1.65;padding:12px 3px 0}.allocation-card{padding:20px}.allocation-card>h3{font-size:13px;font-weight:600}.allocation-card>p{font-size:9px;color:var(--muted);margin-top:3px}.donut{width:137px;height:137px;border-radius:50%;margin:23px auto 22px;display:grid;place-items:center;position:relative;transform:rotate(-90deg)}.donut::before{content:'';position:absolute;width:109px;height:109px;inset:14px;background:white;border-radius:50%}.donut-label{z-index:1;text-align:center;transform:rotate(90deg);display:flex;flex-direction:column}.donut-label strong{font-family:Georgia,'Times New Roman',serif;font-size:27px;line-height:1.2;letter-spacing:-1px;color:var(--ink);font-weight:400}.donut-label span{font-size:8px;color:var(--muted);margin-top:3px}.allocation-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.allocation-list li{display:flex;align-items:center;gap:7px;font-size:10px}.allocation-list .swatch{width:6px;height:6px;border-radius:2px;flex-shrink:0}.allocation-list .alloc-percent{margin-left:auto;font-variant-numeric:tabular-nums;color:var(--muted)}.open-gain{border-top:1px solid var(--line);margin-top:16px;padding-top:13px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:9px}.open-gain strong{font-size:11px;font-weight:600}.allocation-card .allocation-note{font-size:8px;line-height:1.5;margin-top:7px}.empty-state{padding:25px 24px 29px;text-align:center;color:var(--muted)}.empty-state .empty-icon{display:block;font-size:26px;margin-bottom:8px;color:#8b9d7f}.empty-state h4{font-size:13px;font-weight:500;color:var(--ink);margin:0 0 6px}.empty-state p{font-size:11px;max-width:290px;margin:auto;white-space:normal}.empty-hint{font-size:12px;color:var(--muted)}.data-section{margin-top:47px;display:grid;grid-template-columns:1.05fr 1fr;gap:90px;border:1px solid var(--line);background:#eef1e7;border-radius:var(--radius);padding:33px 35px}.data-intro>p:not(.eyebrow){font-size:11px;color:var(--muted);line-height:1.85;max-width:360px;margin-top:13px}.storage-status{display:flex;align-items:center;gap:9px;font-size:10px;color:var(--ink);margin-top:24px}.data-intro>p.storage-note{font-size:9px;max-width:300px;line-height:1.7;margin-top:7px}.import-zone{display:flex;align-items:flex-start;gap:17px;background:#f9faf5;border:1px dashed #b5c1ac;border-radius:9px;padding:22px 24px;transition:background .15s}.import-zone.dragover{background:#e0e9d3;border-color:var(--green)}.file-icon{color:#6b8061;padding-top:4px}.import-zone h3{font-size:12px;font-weight:600}.import-zone p{font-size:10px;line-height:1.7;color:var(--muted);margin-top:4px}.import-zone .button{margin-top:13px;gap:18px}.data-links{display:flex;align-items:center;justify-content:space-between;padding:11px 1px 9px;border-bottom:1px solid #d9dfd0;gap:12px}.data-links .text-link{font-size:10px}.workspace-actions{display:flex;align-items:center;gap:9px;margin-top:13px;font-size:9px;color:var(--muted);flex-wrap:wrap}.workspace-actions button{font-size:9px;background:none;border:0;padding:4px 0;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.workspace-actions>span:first-child{margin-right:auto}.rules-section{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:32px;margin:48px 0 49px}.rules-section .section-index{font-size:7px;letter-spacing:1.3px}.rules-section h2{font-size:26px;line-height:1.2;letter-spacing:-.6px;max-width:170px}.rule-number{display:inline-block;font-size:9px;color:#809072;margin-bottom:9px}.rule h3{font-size:11px;font-weight:600}.rule p{font-size:9px;color:var(--muted);margin-top:7px;line-height:1.8}.site-footer{border-top:1px solid var(--line)}.footer-inner{min-height:93px;gap:20px}.footer-brand{font-size:17px;letter-spacing:-.6px;font-weight:600;line-height:1.2;color:var(--ink)}.footer-brand>span{display:block;font-size:8px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:5px}.footer-inner>p{font-size:9px;color:var(--muted)}.built-by{font-size:9px;color:#53634f}
/* Dialogs and manual entry */
body:has(dialog[open]){overflow:hidden}dialog{border:1px solid #d1daca;border-radius:16px;color:var(--body);box-shadow:0 20px 80px #14251e33;padding:28px;width:calc(100% - 32px);max-height:90dvh;overflow:auto;background:#fcfdf9}dialog::backdrop{background:#182d26a3;backdrop-filter:blur(3px)}.editor-dialog{max-width:840px}.confirm-dialog{max-width:510px}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.dialog-heading h2{font-size:29px;letter-spacing:-.7px;line-height:1.2;margin-top:5px}.dialog-heading .eyebrow{font-size:8px}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;font-size:23px;line-height:1;background:white;flex-shrink:0;display:grid;place-items:center;color:var(--muted)}.icon-button:hover{background:#edf1e8}.dialog-description{font-size:12px;line-height:1.8;color:var(--muted);margin-top:17px}.editor-basics{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:23px}label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:600;color:var(--ink)}input{width:100%;min-width:0;border:1px solid #cdd5c6;border-radius:5px;background:#fff;padding:10px;color:var(--ink);font-size:12px;min-height:40px}input:hover{border-color:#9dac91}input[type=number]{font-variant-numeric:tabular-nums}input[aria-invalid=true]{border-color:var(--negative)}.holdings-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:28px}.holdings-heading h3{font-size:14px}.holdings-heading>span{font-size:9px;color:var(--muted)}#edit-position-count{font-size:10px;font-weight:400;color:var(--muted);margin-left:3px}.field-help{font-size:10px;line-height:1.7;color:var(--muted);margin-top:5px}.position-fields{margin:14px 0;display:grid;gap:10px}.position-row{margin:0;padding:14px;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:1fr 1.55fr 1fr 1fr 1fr 30px;gap:9px;align-items:end;background:#f4f6ef;min-width:0}.position-row legend{font-size:9px;color:var(--muted);padding:0 5px}.position-row label{font-size:9px;min-width:0}.position-row input{font-size:11px;padding:8px 7px;min-height:36px}.remove-position{width:30px;height:36px;background:none;border:0;color:var(--negative);font-size:21px}.remove-position:hover{background:#f4e6df;border-radius:5px}.editor-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;margin-top:23px;padding:16px;background:#edf2e4;border:1px solid #dce4d1;border-radius:7px;font-size:11px}.editor-summary>strong{margin-left:auto;font-size:17px;color:var(--ink);font-variant-numeric:tabular-nums}.editor-summary>small{flex-basis:100%;color:var(--muted);font-size:9px;line-height:1.6}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;border-top:1px solid var(--line);padding-top:20px}.error-message{margin-top:15px;border-left:3px solid var(--negative);border-radius:0 4px 4px 0;padding:11px 13px;color:#8c3927;background:#fbede6;font-size:11px;overflow-wrap:anywhere}.replace-warning{font-size:10px;line-height:1.75;padding:12px 14px;background:#f3f0e3;color:#716348;border-radius:6px;margin-top:18px}.confirm-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:13px 0}.confirm-row:first-child{margin-top:15px}.confirm-row>div{display:flex;align-items:center;gap:9px}.confirm-row strong{font-size:12px;font-weight:600;color:var(--ink)}.confirm-row small{font-size:9px;color:var(--muted);display:block;margin-top:2px}.confirm-row>span{text-align:right;font-variant-numeric:tabular-nums;font-size:13px;color:var(--ink)}.no-positions-form{font-size:11px;color:var(--muted);padding:15px;background:#f1f4e9;border-radius:6px}
@media(min-width:1450px){.header-inner,.footer-inner,.page-shell{max-width:1340px;padding-inline:45px}.hero{gap:100px;padding-top:73px;padding-bottom:57px}.hero h1{font-size:66px}.hero-description{font-size:14px}.contest-card{padding:30px 32px 0}.contest-stats{margin-block:28px}.starting-value{font-size:59px}.section{margin-top:55px}.card-value{font-size:36px}.investor-card-inner{padding:25px 26px 23px}.data-section{padding:38px 40px}th{font-size:9px}td{font-size:12px}.asset-cell strong{font-size:11px}.asset-name{max-width:150px;font-size:9px}.allocation-card{padding:22px}.donut{margin-block:24px}}
@media(max-width:1080px){.header-inner,.footer-inner,.page-shell{padding-inline:28px}.hero{gap:35px}.hero h1{font-size:51px}.hero-description{font-size:12px}.hero-actions{gap:20px}.contest-card{padding:23px 23px 0}.starting-value{font-size:46px}.contest-top{gap:9px}.contest-card .eyebrow{font-size:7px;letter-spacing:1.2px}.contest-stats>div{padding-left:18px}.workspace-notice{gap:12px}.workspace-notice p{font-size:9px}.notice-action{font-size:9px}.investor-card-inner{padding:20px}.card-value{font-size:29px}.card-bottom{padding-inline:20px}.portfolio-grid{grid-template-columns:minmax(0,2.8fr) minmax(220px,1fr);gap:16px}.asset-name{max-width:95px}th,td{padding-inline:10px}th:first-child,td:first-child{padding-left:17px}th:last-child,td:last-child{padding-right:17px}.asset-icon{display:none}.data-section{gap:45px;padding:30px}.rules-section{gap:25px}.return-context{font-size:8px}.section-footnote{font-size:8px}}
@media(max-width:800px){.header-inner{min-height:86px;flex-wrap:wrap;gap:10px 20px}.brand{font-size:24px}.brand-sub{font-size:7px}.brand-mark{width:26px}.site-header nav{margin:0;gap:23px}.offline-label{display:none}.hero{grid-template-columns:1.2fr 1fr;gap:26px;padding:43px 0 34px}.hero h1{font-size:43px;letter-spacing:-1.8px}.hero-copy>.eyebrow{font-size:7px;letter-spacing:1.1px;margin-bottom:16px}.hero-description{font-size:11px;margin-top:17px}.desktop-break{display:none}.hero-actions{gap:14px;margin-top:22px;flex-wrap:wrap}.hero-actions .button{font-size:10px;padding:10px 12px}.hero-actions .text-link{font-size:10px}.contest-card{padding:20px 20px 0}.contest-top{flex-wrap:wrap;gap:8px}.starting-value{font-size:38px;margin-top:18px}.starting-value>span{font-size:8px;margin-left:7px}.starting-caption{font-size:9px}.contest-stats{margin:23px 0 19px}.contest-stats strong{font-size:20px}.contest-stats span{font-size:8px}.contest-stats>div{padding-left:12px}.contest-bottom{font-size:8px}.workspace-notice{flex-wrap:wrap;padding:16px 18px;gap:6px 12px}.workspace-notice>div{flex:1;min-width:220px}.workspace-notice p{font-size:10px}.notice-action{flex-basis:100%;margin-left:59px;text-align:left;padding:5px 0 0;font-size:10px}.section{margin-top:37px}.section-heading h2,.data-section h2{font-size:28px}.section-description{font-size:10px}.combined strong{font-size:20px}.combined>span,.combined small{font-size:8px}.leaderboard{gap:12px}.investor-card-inner{padding:19px 16px 17px}.card-top{gap:7px}.investor-identity{gap:8px}.avatar{width:30px;height:30px;font-size:17px}.investor-identity h3{font-size:13px}.rank-badge{font-size:9px;padding:3px 6px}.card-value{font-size:26px;margin-top:6px}.card-return{gap:5px;flex-wrap:wrap;font-size:11px}.return-context{flex-basis:100%;margin-top:0}.card-value-label{margin-top:23px}.allocation-bar{margin-top:16px}.allocation-key{font-size:8px;gap:5px}.card-bottom{padding:9px 16px;align-items:flex-start;flex-direction:column;gap:2px}.card-bottom>button{width:100%;justify-content:space-between;font-size:9px}.card-bottom>span{font-size:8px}.portfolio-grid{grid-template-columns:minmax(0,1fr)}.allocation-card{display:grid;grid-template-columns:160px 1fr 1fr;gap:0 22px;position:relative;min-height:175px;padding:20px 24px}.allocation-card>h3{grid-column:2;align-self:end}.allocation-card>p:first-of-type{grid-column:2}.donut{grid-column:1;grid-row:1 / 6;margin:0;align-self:center;width:130px;height:130px}.donut::before{width:102px;height:102px}.allocation-list{grid-column:2;grid-row:3 / 6;gap:5px;margin-top:12px;align-self:start}.open-gain{grid-column:3;grid-row:2;align-self:end;border:0;padding:0;margin:0;align-items:flex-start;flex-direction:column;gap:5px}.allocation-card .allocation-note{grid-column:3;grid-row:3;margin-top:9px;max-width:160px}.asset-icon{display:inline-flex}.asset-name{max-width:180px}.section-footnote{align-items:flex-start}.section-footnote>span:last-child{white-space:nowrap}.data-section{gap:28px;padding:27px;grid-template-columns:1fr 1.1fr}.data-intro>p:not(.eyebrow){font-size:10px}.import-zone{padding:17px;gap:12px}.file-icon{display:none}.import-zone p{font-size:9px}.data-links .text-link{font-size:9px;gap:7px}.workspace-actions{gap:6px}.workspace-actions>span:first-child{flex-basis:100%;margin-bottom:2px}.rules-section{grid-template-columns:1fr 1fr 1fr;gap:26px;margin-block:36px}.rules-section>div:first-child{grid-column:1 / -1;display:flex;align-items:center;gap:20px;justify-content:space-between}.rules-section .section-index{margin:0}.rules-section h2{max-width:none;font-size:24px}.footer-inner{min-height:90px}.footer-inner>p{font-size:8px}.built-by{font-size:8px}}
@media(max-width:580px){.header-inner,.footer-inner,.page-shell{padding-inline:20px}.header-inner{padding-block:21px 0;gap:18px;justify-content:center}.brand{font-size:26px;margin-right:auto}.brand-sub{font-size:7px}.site-header nav{flex-basis:100%;gap:0;justify-content:space-between;padding:0 15px}.site-header nav a{font-size:11px;padding:8px 0 13px}.hero{grid-template-columns:1fr;gap:29px;padding-top:33px;padding-bottom:28px}.hero-copy>.eyebrow{font-size:7px;letter-spacing:1.2px;margin-bottom:17px}.hero h1{font-size:49px;letter-spacing:-2.3px}.hero-description{font-size:12px;max-width:360px;line-height:1.8;margin-top:18px}.hero-actions{gap:26px;margin-top:23px}.hero-actions .button{padding:11px 15px;font-size:11px}.hero-actions .text-link{font-size:10px}.contest-card{padding:22px 23px 0}.contest-top{flex-wrap:nowrap}.contest-card .eyebrow{font-size:8px}.starting-value{font-size:46px;margin-top:17px}.starting-value>span{font-size:9px}.starting-caption{font-size:10px}.contest-stats{margin:22px 0 20px}.contest-stats strong{font-size:23px}.contest-stats span{font-size:9px}.contest-stats>div{padding-left:24px}.contest-bottom{font-size:9px}.workspace-notice{align-items:flex-start;padding:16px 15px;gap:8px 10px}.workspace-notice>div{min-width:0;flex-basis:calc(100% - 70px)}.workspace-notice strong{font-size:11px}.workspace-notice p{font-size:10px;line-height:1.75;margin-top:4px}.source-badge{font-size:7px;padding:4px 6px;margin-top:1px}.notice-action{margin-left:0;flex-basis:auto;padding-top:4px;padding-left:0;margin-top:3px}.section{margin-top:32px}.section-heading{gap:15px;align-items:flex-start;margin-bottom:19px}.section-index{font-size:7px;letter-spacing:1.4px;margin-bottom:7px}.section-heading h2,.data-section h2{font-size:27px;letter-spacing:-.8px}.section-description{font-size:10px;line-height:1.7;max-width:260px}.combined{display:none}.leaderboard{grid-template-columns:1fr;gap:13px}.investor-card-inner{padding:20px 22px;display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.investor-card::before{left:0;top:0;bottom:0;right:auto;width:3px;height:auto}.card-top{grid-column:1;grid-row:1 / 3;align-self:start;justify-content:flex-start;flex-wrap:wrap;gap:9px}.investor-identity{gap:10px}.investor-identity h3{font-size:15px}.card-source{font-size:9px}.avatar{width:35px;height:35px;font-size:20px}.rank-badge{font-size:9px}.card-value-label{margin:0;text-align:right;grid-column:2;font-size:9px}.card-value{grid-column:2;text-align:right;margin-top:3px;font-size:27px;line-height:1.3}.card-return{grid-column:1 / -1;justify-content:flex-end;margin-top:8px;font-size:12px;gap:7px}.return-context{flex-basis:auto;font-size:8px}.return-pill{font-size:9px}.allocation-bar{grid-column:1 / -1;margin-top:20px;height:5px}.allocation-key{grid-column:1 / -1;font-size:9px;margin-top:8px}.card-bottom{padding:8px 22px;align-items:center;flex-direction:row}.card-bottom>span{font-size:9px}.card-bottom>button{font-size:10px;width:auto;gap:20px}.section-footnote{font-size:8px;line-height:1.7;gap:10px}.section-footnote>span:last-child{display:none}.portfolio-section .section-heading{align-items:center;gap:12px}.portfolio-section .section-heading>.button{font-size:9px;min-height:38px;padding:8px 10px;gap:6px}.portfolio-section .section-heading>.button svg{width:12px}.portfolio-section .section-description{max-width:205px}.portfolio-tabs{justify-content:space-between;gap:0;margin-bottom:15px}.portfolio-tab{flex:1;justify-content:center;padding:10px 10px 13px;font-size:11px;gap:8px}.holdings-header{padding:18px}.holdings-header h3{font-size:13px}.holdings-header p{font-size:9px}.holdings-card table{min-width:610px}.asset-name{max-width:130px}.asset-icon{display:inline-flex}th:first-child,td:first-child{padding-left:18px}.holdings-total{padding:16px 18px}.holdings-total strong{font-size:19px}.holdings-total>div:first-child{font-size:10px}.math-note{font-size:9px;padding-top:10px}.allocation-card{grid-template-columns:125px 1fr;gap:0 18px;padding:22px;min-height:200px}.allocation-card>h3{grid-column:2;font-size:13px}.allocation-card>p:first-of-type{grid-column:2;font-size:9px}.donut{grid-column:1;grid-row:1 / 5;width:119px;height:119px;align-self:center}.donut::before{width:93px;height:93px;inset:13px}.donut-label strong{font-size:25px}.allocation-list{grid-column:2;grid-row:3 / 5;gap:7px;margin-top:13px}.allocation-list li{font-size:10px}.open-gain{grid-column:1 / -1;grid-row:5;border-top:1px solid var(--line);flex-direction:row;padding-top:14px;margin-top:20px;font-size:10px}.allocation-card .allocation-note{grid-column:1 / -1;grid-row:6;max-width:none;font-size:8px;margin-top:7px}.data-section{grid-template-columns:1fr;gap:24px;padding:26px 22px;margin-top:30px}.data-intro>p:not(.eyebrow){font-size:11px}.storage-status{margin-top:19px;font-size:10px}.data-intro>p.storage-note{font-size:9px}.import-zone{padding:20px 17px;gap:15px}.file-icon{display:block}.import-zone p{font-size:10px}.data-links .text-link{font-size:10px}.workspace-actions{gap:9px;margin-top:13px}.workspace-actions>span:first-child{flex-basis:auto;margin:0 auto 0 0}.rules-section{grid-template-columns:1fr;gap:23px;margin:34px 0}.rules-section>div:first-child{display:block}.rules-section .section-index{margin-bottom:8px}.rules-section h2{font-size:27px}.rule{position:relative;padding-left:33px}.rule-number{position:absolute;left:0;top:1px;font-size:10px}.rule h3{font-size:12px}.rule p{font-size:10px;line-height:1.8;margin-top:6px}.footer-inner{flex-wrap:wrap;gap:14px;padding-block:24px}.footer-brand{font-size:18px;flex:1}.footer-brand>span{font-size:8px}.footer-inner>p{order:3;flex-basis:100%;border-top:1px solid var(--line);padding-top:13px;font-size:8px}.built-by{font-size:9px}dialog{padding:21px 18px;width:calc(100% - 20px);max-height:94dvh;border-radius:12px}.dialog-heading h2{font-size:25px}.dialog-description{font-size:11px;margin-top:14px}.editor-basics{gap:12px}.editor-basics label{font-size:9px}.holdings-heading{align-items:flex-start;flex-direction:column;gap:5px}.position-row{grid-template-columns:repeat(3,minmax(0,1fr)) 24px;gap:12px 8px;padding:12px 10px}.position-row label:nth-of-type(1){grid-column:1}.position-row label:nth-of-type(2){grid-column:2 / 4}.position-row label:nth-of-type(3){grid-row:2;grid-column:1}.position-row label:nth-of-type(4){grid-row:2;grid-column:2}.position-row label:nth-of-type(5){grid-row:2;grid-column:3}.remove-position{grid-column:4;grid-row:1;width:24px}.editor-summary{font-size:10px;gap:8px 10px}.editor-summary>strong{font-size:16px}.dialog-actions .button{flex:1;padding-inline:12px}.confirm-row strong{font-size:11px}.confirm-row>span{font-size:12px}.confirm-row small{font-size:8px}.app-status{font-size:11px}}
@media(max-width:360px){.page-shell,.header-inner,.footer-inner{padding-inline:15px}.hero h1{font-size:43px}.hero-actions{gap:19px}.section-heading h2{font-size:25px}.portfolio-section .section-heading{align-items:flex-start;flex-wrap:wrap}.investor-card-inner{padding:18px}.card-top{gap:6px}.rank-badge{padding:2px 5px;font-size:8px}.card-value{font-size:24px}.allocation-card{padding:20px 17px;gap:0 12px;grid-template-columns:115px 1fr}.donut{width:110px;height:110px}.donut::before{width:86px;height:86px;inset:12px}.workspace-actions>span:first-child{flex-basis:100%}.hero-copy>.eyebrow{font-size:6.5px}.contest-stats>div{padding-left:20px}.data-section{padding:23px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{body{background:white;color:#000}.site-header nav,.hero-actions,.notice-action,.section-heading>.button,.data-section,.card-bottom>button,.site-footer,.skip-link,dialog{display:none!important}.page-shell{max-width:none;padding:0}.hero{padding-block:20px;gap:30px}.hero h1{font-size:40px}.contest-card{-webkit-print-color-adjust:exact;print-color-adjust:exact}.leaderboard{grid-template-columns:repeat(3,1fr)}.investor-card-inner{display:block;padding:15px}.card-value-label,.card-value{text-align:left}.card-return{justify-content:flex-start}.card-top{display:flex}.section{margin-top:25px}.portfolio-grid{grid-template-columns:1fr}.allocation-card{display:none}.rules-section{display:block}.rule{margin-top:12px}.workspace-notice{margin-top:10px}.investor-card,.holdings-card{break-inside:avoid}.table-scroll{overflow:visible}.holdings-card table{min-width:0}.section-footnote>span:last-child{display:block}}

/* Readability and touch-target pass: small annotations remain legible at every viewport. */
.brand-sub{font-size:9px;letter-spacing:1.2px}.site-header nav a{font-size:13px}.offline-label{font-size:12px}.eyebrow,.section-index,.hero-copy>.eyebrow{font-size:10px}.contest-card .eyebrow{font-size:9px}.prelaunch{font-size:11px}.starting-caption{font-size:12px}.contest-stats span,.contest-bottom{font-size:11px}.source-badge{font-size:10px}.workspace-notice strong{font-size:13px}.workspace-notice p,.notice-action{font-size:11px}.section-description{font-size:12px}.combined>span,.combined small{font-size:11px}.card-source,.card-value-label{font-size:11px}.rank-badge{font-size:11px}.card-return{font-size:13px}.return-pill{font-size:11px}.return-context{font-size:10px}.allocation-key{font-size:11px}.card-bottom>span,.card-bottom>button{font-size:11px}.card-bottom>button{min-height:32px}.section-footnote{font-size:10px}.button,.text-link{font-size:12px}.portfolio-tab{font-size:12px}.holdings-header h3,.allocation-card>h3{font-size:14px}.holdings-header p,.subtle-badge{font-size:10px}.holdings-card th{font-size:10px}.holdings-card td,.asset-cell strong{font-size:12px}.asset-name{font-size:10px}.cell-percent{font-size:10px}.holdings-total>div:first-child{font-size:12px}.holdings-total small,.total-return,.math-note{font-size:10px}.allocation-card>p,.allocation-list li{font-size:11px}.donut-label span{font-size:10px}.open-gain{font-size:11px}.open-gain strong{font-size:12px}.allocation-card .allocation-note{font-size:10px}.data-intro>p:not(.eyebrow){font-size:12px}.storage-status{font-size:12px}.data-intro>p.storage-note{font-size:11px}.import-zone h3{font-size:14px}.import-zone p{font-size:11px}.data-links .text-link{font-size:12px}.workspace-actions,.workspace-actions button{font-size:11px}.rules-section .section-index{font-size:9px}.rule-number{font-size:11px}.rule h3{font-size:13px}.rule p{font-size:11px}.footer-brand>span,.footer-inner>p,.built-by{font-size:10px}.dialog-heading .eyebrow{font-size:10px}label,.editor-basics label{font-size:12px}.holdings-heading>span,.field-help,.position-row legend,.position-row label{font-size:11px}.position-row input{font-size:12px}.editor-summary>small,.replace-warning{font-size:11px}.confirm-row small{font-size:10px}.dialog-description{font-size:13px}.dialog-actions .button{min-height:44px}.notice-action{white-space:normal;text-align:left;max-width:200px;min-height:36px}.hero-actions .button{font-size:12px}.hero-actions .text-link{font-size:12px}.allocation-key{flex-wrap:wrap}
@media(min-width:801px){.portfolio-grid{grid-template-columns:minmax(0,2.7fr) minmax(265px,1fr)}.contest-card{min-width:0}.contest-top{flex-wrap:wrap}.data-section{gap:60px}.rules-section{gap:28px}}
@media(min-width:801px) and (max-width:1080px){.portfolio-grid{grid-template-columns:minmax(0,1fr) 245px}.holdings-card table{min-width:590px}.asset-name{max-width:110px}.workspace-actions>span:first-child{flex-basis:100%}.section-footnote{font-size:10px}.card-return{flex-wrap:wrap}.return-context{flex-basis:100%}}
@media(max-width:800px){.hero-copy>.eyebrow{font-size:8px}.hero-actions{gap:14px}.hero-actions .button,.hero-actions .text-link{font-size:11px}.contest-card .eyebrow{font-size:8px}.contest-stats span,.contest-bottom{font-size:10px}.starting-caption{font-size:10px}.prelaunch{font-size:10px}.source-badge{font-size:9px}.notice-action{max-width:none}.combined>span,.combined small{font-size:10px}.card-value-label,.card-source,.allocation-key,.rank-badge{font-size:10px}.card-return{font-size:12px}.return-pill{font-size:10px}.return-context{font-size:9px}.card-bottom>span,.card-bottom>button{font-size:10px}.section-description{font-size:11px}.portfolio-tab{font-size:12px}.allocation-card{grid-template-columns:145px 1fr 1fr}.allocation-card .allocation-note{font-size:10px}.data-section{gap:28px}.data-links .text-link{font-size:10px}.workspace-actions,.workspace-actions button{font-size:10px}.rules-section .section-index{font-size:9px}.footer-inner>p{font-size:9px}.section-footnote{font-size:10px}.import-zone p{font-size:11px}}
@media(max-width:580px){.site-header nav a{font-size:12px;min-height:44px}.brand-sub{font-size:8px}.hero-copy>.eyebrow{font-size:8px;letter-spacing:1px}.hero-actions{gap:23px}.hero-actions .button{font-size:12px;min-height:44px}.hero-actions .text-link{font-size:11px}.prelaunch,.contest-stats span,.contest-bottom{font-size:11px}.starting-caption{font-size:12px}.contest-card .eyebrow{font-size:9px}.workspace-notice strong{font-size:12px}.workspace-notice p{font-size:11px}.workspace-notice>div{flex-basis:calc(100% - 90px)}.notice-action{font-size:11px;min-height:40px}.section-index{font-size:9px}.section-description{font-size:12px}.card-source,.card-value-label,.allocation-key{font-size:11px}.card-return{font-size:13px}.return-pill{font-size:11px}.return-context{font-size:10px;flex-basis:auto}.card-bottom>span,.card-bottom>button{font-size:11px}.card-bottom>button{min-height:36px}.portfolio-section .section-heading{flex-wrap:wrap}.portfolio-section .section-heading>.button{font-size:11px;min-height:42px;padding:8px 12px}.portfolio-section .section-description{max-width:none}.allocation-card{grid-template-columns:125px 1fr}.allocation-card>p:first-of-type{font-size:11px}.allocation-list li,.open-gain{font-size:12px}.donut-label span{font-size:10px}.holdings-total{flex-wrap:wrap}.holdings-total small{font-size:10px}.data-intro>p:not(.eyebrow){font-size:12px}.data-intro>p.storage-note{font-size:11px}.data-links .text-link{font-size:11px;min-height:42px}.workspace-actions,.workspace-actions button{font-size:11px}.workspace-actions button{min-height:36px}.rule h3{font-size:13px}.rule p{font-size:12px}.rules-section .section-index{font-size:9px}.footer-brand>span,.built-by{font-size:10px}.footer-inner>p{font-size:10px}.dialog-heading h2{font-size:24px}.dialog-description{font-size:12px}.editor-basics label{font-size:11px}.position-row label{font-size:10px}.position-row input{font-size:16px;min-height:42px}.editor-basics input{font-size:16px}.remove-position{height:42px}.editor-summary{font-size:11px}.editor-summary>small,.field-help,.replace-warning{font-size:11px}.error-message{font-size:12px}.confirm-row strong{font-size:12px}.confirm-row small{font-size:10px}.confirm-row>span{font-size:13px}.holdings-card table{min-width:660px}}
@media(max-width:360px){.allocation-card{grid-template-columns:110px 1fr}.allocation-list li{font-size:11px}.hero-copy>.eyebrow{font-size:7px}.hero-actions{gap:15px}.rank-badge{font-size:9px}.card-value{font-size:24px}.workspace-notice{gap:10px}.workspace-notice>div{flex-basis:calc(100% - 100px)}.contest-card .eyebrow{font-size:8px}}

.rule-number{color:#61705b}
@media(min-width:801px){.header-inner{min-height:88px}.hero{padding-block:38px 32px;gap:65px}.hero h1{font-size:56px;line-height:1.08}.hero-copy>.eyebrow{margin-bottom:16px}.hero-description{margin-top:17px;line-height:1.75}.hero-actions{margin-top:23px}.contest-card{padding:20px 25px 0}.contest-card .eyebrow{font-size:9px}.prelaunch{padding:3px 8px;font-size:10px}.starting-value{font-size:48px;margin-top:13px;line-height:1.1}.starting-caption{font-size:11px;margin-top:4px}.contest-stats{margin-block:17px 16px}.contest-stats strong{font-size:21px}.contest-stats span{font-size:10px;margin-top:4px}.contest-bottom{font-size:10px;padding-block:11px}.section{margin-top:38px}.section-heading{margin-bottom:22px}.workspace-notice{padding-block:15px}.rules-section{margin-block:39px}}
@media(min-width:1450px){.hero{gap:95px;padding-block:44px 35px}.hero h1{font-size:62px}.contest-card{padding-inline:29px}.starting-value{font-size:53px}.contest-stats{margin-block:19px 18px}}
@media(min-width:801px) and (max-width:1080px){.hero{gap:35px}.hero h1{font-size:49px}.hero-description{font-size:12px}.hero-actions{gap:20px}.hero-actions .button,.hero-actions .text-link{font-size:11px}.contest-card{padding-inline:21px}.starting-value{font-size:44px}.contest-card .eyebrow{font-size:8px}}
