:root{color-scheme:light;font-family:Manrope,PingFang SC,Noto Sans SC,sans-serif;line-height:1.5;font-weight:500;color:#111827;background:radial-gradient(circle at top left,rgba(34,197,94,.08),transparent 28%),linear-gradient(180deg,#fff,#f7faf8);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;--bg: #ffffff;--bg-soft: #f8fafc;--bg-subtle: #f3f4f6;--border: rgba(17, 24, 39, .08);--text: #111827;--muted: #6b7280;--green: #16a34a;--green-soft: rgba(34, 197, 94, .1);--shadow: 0 12px 32px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}a{color:inherit;text-decoration:none}button,input,table{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.topbar,.page-actions,.toolbar-card,.section-head,.trader-card-top,.trader-card-bottom,.subtle-row,.name-row,.stat-head,.hero-card,.hero-meta,.market-head,.market-meta,.detail-metrics{display:flex;align-items:center}.topbar,.page-actions,.section-head{justify-content:space-between;gap:16px}.topbar{padding:12px 0 28px}.topbar h1,.hero-content h1{margin:8px 0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.04em}.eyebrow{margin:0;color:var(--green);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-intro,.footer-note,.toolbar-label,.stat-card p,.section-head p,.curve-head p,.empty-state p,.mini-stat span,.metric-label,.market-meta,.detail-metrics span{color:var(--muted)}.page-intro,.section-head p,.empty-state p{margin:0;max-width:640px}.toolbar-card,.section-card,.stat-card,.trader-card,.hero-card,.detail-row,.table-shell,.skeleton-card,.empty-state{background:#ffffffeb;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-card,.section-card,.hero-card{padding:20px}.toolbar-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.toolbar-group{display:grid;gap:10px}.toolbar-label{font-size:.9rem;font-weight:700}.segmented-control{display:flex;gap:8px;padding:6px;border-radius:14px;background:var(--bg-soft);border:1px solid rgba(17,24,39,.04);flex-wrap:wrap}.segmented-control button{border:0;padding:10px 14px;border-radius:10px;background:transparent;color:var(--muted);transition:.16s ease}.segmented-control button.active{background:var(--bg);color:var(--text);box-shadow:0 2px 8px #0f172a14}.primary-button,.secondary-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;transition:.16s ease}.primary-button,.secondary-button{padding:12px 16px;min-height:44px}.primary-button{background:#111827;color:#fff}.secondary-button{background:#fff;color:#111827;border-color:var(--border)}.primary-button:hover,.secondary-button:hover,.icon-button:hover,.trader-card:hover,.detail-row:hover{transform:translateY(-1px)}.primary-button svg,.secondary-button svg,.icon-button svg,.stat-head svg{width:18px;height:18px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card{padding:20px}.stat-head{gap:10px;margin-bottom:14px;color:var(--muted)}.stat-value{display:block;margin-bottom:8px;font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.04em}.highlight,.pnl-positive,.x-link,.verified-icon{color:var(--green)}.pnl-negative{color:#dc2626}.section-card,.section-head{margin-bottom:18px}.section-head h2,.empty-state h3,.detail-row h3{margin:0 0 6px;font-size:1.1rem}.stack,.detail-list{display:grid;gap:14px}.curve-card{display:grid;gap:18px}.curve-head,.curve-metrics,.curve-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.curve-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.curve-head h2{margin:0 0 6px;font-size:1.1rem}.curve-head p{margin:0}.curve-note{padding:8px 12px;border-radius:999px;background:var(--bg-soft);color:var(--muted);font-size:.9rem;white-space:nowrap}.curve-metrics{flex-wrap:wrap}.curve-metrics div{min-width:132px;display:grid;gap:6px}.curve-metrics span,.curve-footer{color:var(--muted)}.curve-metrics strong{font-size:1.15rem}.curve-shell{position:relative;height:260px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#22c55e14,#22c55e03),#f8fbf9;border:1px solid rgba(34,197,94,.12);overflow:hidden}.curve-svg{width:100%;height:100%;overflow:visible}.curve-plot{position:relative;height:100%;margin-left:60px}.curve-y-axis{position:absolute;inset:12px auto 12px 14px;width:52px;pointer-events:none}.curve-y-axis span{position:absolute;left:0;transform:translateY(-50%);font-size:.8rem;color:var(--muted)}.curve-tooltip{position:absolute;z-index:2;display:grid;gap:2px;min-width:112px;padding:8px 10px;border-radius:12px;border:1px solid rgba(17,24,39,.08);background:#fffffff5;box-shadow:0 12px 24px #0f172a14;transform:translate(-50%,-110%);pointer-events:none}.curve-tooltip span{font-size:.8rem;color:var(--muted)}.curve-grid-line{stroke:#6b728029;stroke-width:.6}.curve-zero-line{stroke:#6b728059;stroke-width:.7;stroke-dasharray:2 2}.curve-area{fill:#22c55e24}.curve-line{fill:none;stroke:#16a34a;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.curve-focus-line{stroke:#16a34a3d;stroke-width:.8;stroke-dasharray:2 2}.curve-dot{fill:#16a34a;stroke:#fff;stroke-width:.8;transition:.12s ease}.curve-dot-active{stroke-width:1}.trader-card,.detail-row{padding:18px}.trader-card-top,.trader-card-bottom,.hero-card,.market-head,.detail-metrics{justify-content:space-between;gap:16px}.trader-card-top{align-items:flex-start}.trader-summary{flex:1;min-width:0}.name-row{gap:8px;margin-bottom:6px}.name-link{font-size:1.05rem;font-weight:800}.subtle-row{gap:10px;flex-wrap:wrap}.rank-badge,.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800}.rank-badge{min-width:58px;padding:10px 12px;font-size:.95rem;background:var(--bg-soft)}.rank-gold{color:#9a6700;background:#eab30829}.rank-silver{color:#475569;background:#94a3b833}.rank-bronze{color:#9a3412;background:#ea580c29}.rank-default{color:#374151}.avatar,.market-icon{display:grid;place-items:center;overflow:hidden;flex-shrink:0;background:var(--green-soft);color:var(--green);font-weight:800;border-radius:50%}.avatar{width:52px;height:52px}.avatar-lg{width:84px;height:84px;font-size:1.6rem}.market-icon{width:44px;height:44px;border-radius:14px}.avatar img,.market-icon img{width:100%;height:100%;object-fit:cover}.trader-main-metric{min-width:136px;text-align:right}.trader-main-metric strong{display:block;margin-top:4px;font-size:1.35rem;letter-spacing:-.03em}.mini-stat{display:grid;gap:6px}.mini-stat strong{font-size:1rem}.align-end{margin-left:auto;text-align:right}.icon-button{width:34px;height:34px;background:var(--bg-soft);border:1px solid rgba(17,24,39,.05);color:var(--muted)}.table-shell{overflow:hidden}.trader-table{width:100%;border-collapse:collapse}.trader-table th,.trader-table td{padding:16px;text-align:left;border-bottom:1px solid rgba(17,24,39,.06)}.trader-table th{color:var(--muted);font-weight:700}.trader-table tr:last-child td{border-bottom:0}.footer-note,.hero-meta,.market-meta,.pagination-bar,.pagination-actions{display:flex;gap:16px;flex-wrap:wrap}.footer-note{justify-content:space-between;padding:0 6px;font-size:.92rem}.page-actions{margin-bottom:18px}.hero-content{flex:1;min-width:0}.hero-content h1{font-size:clamp(1.8rem,3vw,2.6rem)}.badge{padding:4px 10px;background:var(--bg-soft);color:var(--text)}.detail-metrics{min-width:220px}.detail-metrics div{display:grid;gap:6px;text-align:right}.empty-state{padding:28px 20px;text-align:center}.pagination-bar{align-items:center;justify-content:space-between;margin-top:16px;color:var(--muted)}.pagination-actions{justify-content:flex-end}.secondary-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.skeleton-card{padding:18px}.skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:200% 100%;animation:pulse 1.2s linear infinite}.skeleton-line+.skeleton-line{margin-top:12px}.skeleton-line-lg{width:46%;height:16px}.skeleton-line-sm{width:28%}.muted{color:var(--muted)}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 960px){.toolbar-card,.stats-grid{grid-template-columns:1fr}.topbar,.page-actions,.section-head,.curve-head,.curve-actions,.curve-footer,.pagination-bar,.hero-card,.trader-card-top,.trader-card-bottom,.detail-metrics{flex-direction:column;align-items:flex-start}.trader-main-metric,.align-end,.detail-metrics div{text-align:left}.detail-metrics{min-width:0}.curve-shell{padding:12px}.curve-plot{margin-left:0}.curve-y-axis,.curve-tooltip{display:none}.table-shell{overflow-x:auto}}@media (max-width: 640px){.page-shell{width:min(100% - 20px,1120px);padding:20px 0 40px}.toolbar-card,.section-card,.hero-card,.stat-card,.trader-card,.detail-row{padding:16px;border-radius:18px}.topbar h1,.hero-content h1{font-size:1.8rem}}
