:root{--ds-color-surface:#ffffff;--ds-color-surface-soft:#f6f8fd;--ds-color-border:#d6deec;--ds-color-border-strong:#b8c4da;--ds-color-text:#162038;--ds-color-muted:#667086;--ds-color-brand:#0f1a3a;--ds-color-brand-contrast:#ffffff;--ds-color-danger:#b72945;--ds-color-danger-contrast:#ffffff;--ds-color-focus:#f7c468;--ds-radius-sm:10px;--ds-radius-md:14px;--ds-radius-lg:18px;--ds-space-1:6px;--ds-space-2:10px;--ds-space-3:14px;--ds-space-4:18px;--ds-transition-fast:160ms ease}.ds-card{border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);background:var(--ds-color-surface);color:var(--ds-color-text);box-shadow:0 12px 30px rgba(12,20,40,.08)}.ds-card.tone-soft{background:var(--ds-color-surface-soft)}.ds-card.tone-strong{border-color:var(--ds-color-border-strong);box-shadow:0 14px 32px rgba(8,14,30,.12)}.ds-btn,.ds-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ds-space-1);min-height:42px;border:1px solid transparent;border-radius:var(--ds-radius-md);padding:0 var(--ds-space-3);font-size:.92rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform var(--ds-transition-fast),border-color var(--ds-transition-fast),background-color var(--ds-transition-fast),color var(--ds-transition-fast)}.ds-btn.block,.ds-link-btn.block{width:100%}.ds-btn.size-sm,.ds-link-btn.size-sm{min-height:36px;padding:0 var(--ds-space-2);font-size:.82rem}.ds-btn.size-lg,.ds-link-btn.size-lg{min-height:48px;padding:0 var(--ds-space-4)}.ds-btn.tone-brand,.ds-link-btn.tone-brand{background:var(--ds-color-brand);color:var(--ds-color-brand-contrast);border-color:#25345f}.ds-btn.tone-neutral,.ds-link-btn.tone-neutral{background:var(--ds-color-surface);color:var(--ds-color-text);border-color:var(--ds-color-border-strong)}.ds-btn.tone-ghost,.ds-link-btn.tone-ghost{background:transparent;color:var(--ds-color-text);border-color:var(--ds-color-border)}.ds-btn.tone-danger,.ds-link-btn.tone-danger{background:var(--ds-color-danger);color:var(--ds-color-danger-contrast);border-color:#91223a}.ds-btn:hover,.ds-link-btn:hover{transform:translateY(-1px)}.ds-btn:disabled{opacity:.56;cursor:not-allowed;transform:none}.ds-input{width:100%;min-height:44px;border:1px solid var(--ds-color-border-strong);border-radius:var(--ds-radius-md);background:var(--ds-color-surface);color:var(--ds-color-text);padding:0 var(--ds-space-3);font-size:1rem}.ds-input::placeholder{color:#8a93a8}.ds-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border:1px solid var(--ds-color-border-strong);border-radius:999px;padding:0 var(--ds-space-2);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ds-badge.tone-brand{border-color:#2c3f6c;background:#f1f4fc;color:#1a2a4d}.ds-badge.tone-ghost{border-color:var(--ds-color-border-strong);background:var(--ds-color-surface);color:var(--ds-color-muted)}.ds-badge.tone-success{border-color:#3d9774;background:#eaf7f1;color:#1f6a4f}.ds-badge.tone-danger{border-color:#b94b63;background:#fff0f4;color:#8f223b}.ds-tabs{display:flex;flex-wrap:wrap;gap:var(--ds-space-2)}.ds-tab{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--ds-color-border-strong);border-radius:999px;background:var(--ds-color-surface);color:var(--ds-color-muted);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:0 var(--ds-space-3);transition:var(--ds-transition-fast)}.ds-tab.active{border-color:#f2cb87;background:#fff6e9;color:#3f2d0e}.ds-tab:disabled{opacity:.56;cursor:not-allowed}@media (max-width:760px){.ds-btn,.ds-link-btn{min-height:44px}.ds-tabs{gap:8px}.ds-tab{min-height:40px;font-size:.72rem;padding:0 11px}}.ds-state{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);background:linear-gradient(180deg,#ffffff,#f8fafe);box-shadow:0 12px 24px rgba(10,18,34,.08);padding:14px 16px}.ds-state.compact{padding:12px 14px;gap:8px}.ds-state-chip{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:24px;border-radius:999px;border:1px solid var(--ds-color-border-strong);padding:0 10px;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#4d5872;background:#f4f7fd}.ds-state strong{font-size:1rem;line-height:1.35;color:var(--ds-color-text)}.ds-state p{margin:0;color:var(--ds-color-muted);font-size:.92rem;line-height:1.45}.ds-state.tone-loading .ds-state-chip{color:#1b335c;border-color:#b7caeb;background:#edf4ff}.ds-state.tone-empty .ds-state-chip{color:#3f2d0e;border-color:#f0d8a8;background:#fff8ec}.ds-state.tone-error{border-color:#f0bac7;background:linear-gradient(180deg,#fff8fa,#fff3f6)}.ds-state.tone-error .ds-state-chip{color:#8d2940;border-color:#e5a8b6;background:#fff0f4}.ds-state-action{display:flex;flex-wrap:wrap;gap:10px}.ds-skeleton-block{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);background:linear-gradient(180deg,#ffffff,#f8fbff);padding:14px}.ds-skeleton-block.compact{gap:8px;padding:12px}.ds-skeleton-line{height:12px;border-radius:999px;width:100%;background:linear-gradient(90deg,#e9eef8 20%,#f8fbff 50%,#e9eef8 80%);background-size:220% 100%;animation:ds-shimmer 1.4s ease-in-out infinite}.ds-skeleton-line.wide{width:88%}.ds-skeleton-line.short{width:56%}@keyframes ds-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hub-feed-error-state{margin-bottom:10px}.coremarket-v3-loading-skeleton{margin-top:12px}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8b44c7e6549520b2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6c25f6e897d845a3-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bebas Neue Fallback;src:local("Arial");ascent-override:117.32%;descent-override:39.11%;line-gap-override:0.00%;size-adjust:76.72%}.__className_d758cf{font-family:Bebas Neue,Bebas Neue Fallback;font-weight:400;font-style:normal}.__variable_d758cf{--font-title:"Bebas Neue","Bebas Neue Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-body:"Manrope","Manrope Fallback"}