@charset "UTF-8";:root{--ch-navy: #16324f;--ch-navy-600: #1b4468;--ch-navy-900: #0b1826;--ch-green: #5fb246;--ch-green-600: #4e9b38;--ch-green-300: #8fd07a;--ch-bg: #f4f7fa;--ch-surface: #ffffff;--ch-surface-2: #f8fafd;--ch-border: #dbe4ee;--ch-border-strong: #c6d3e0;--ch-ink: #12263b;--ch-ink-2: #33475c;--ch-muted: #64798c;--ch-accent-ink: var(--ch-green-600);--ch-info: #2f7fb8;--ch-warn: #d99a2b;--ch-warn-ink: #b07d1e;--ch-danger: #c0504a;--ch-font-sans: "Segoe UI", system-ui, -apple-system, "Noto Sans Arabic", Tahoma, Arial, sans-serif;--ch-font-mono: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;--ch-radius: 16px;--ch-radius-sm: 11px;--ch-shadow: 0 1px 2px rgba(16, 38, 59, .05), 0 12px 30px -14px rgba(16, 38, 59, .18);--ch-shadow-lift: 0 2px 8px rgba(16, 38, 59, .09), 0 24px 46px -20px rgba(16, 38, 59, .3)}@media(prefers-color-scheme:dark){:root{--ch-bg: #0a1622;--ch-surface: #10233a;--ch-surface-2: #132a44;--ch-border: #20374f;--ch-border-strong: #2c4763;--ch-ink: #e9f0f7;--ch-ink-2: #b7c7d8;--ch-muted: #89a0b6;--ch-green-600: #8fd07a;--ch-accent-ink: var(--ch-green-300);--ch-warn-ink: #e8bd6a;--ch-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 30px -16px rgba(0, 0, 0, .6);--ch-shadow-lift: 0 2px 8px rgba(0, 0, 0, .4), 0 28px 52px -22px rgba(0, 0, 0, .7)}}:root[data-theme=light]{--ch-bg: #f4f7fa;--ch-surface: #ffffff;--ch-surface-2: #f8fafd;--ch-border: #dbe4ee;--ch-border-strong: #c6d3e0;--ch-ink: #12263b;--ch-ink-2: #33475c;--ch-muted: #64798c;--ch-green-600: #4e9b38;--ch-accent-ink: var(--ch-green-600);--ch-warn-ink: #b07d1e;--ch-shadow: 0 1px 2px rgba(16, 38, 59, .05), 0 12px 30px -14px rgba(16, 38, 59, .18);--ch-shadow-lift: 0 2px 8px rgba(16, 38, 59, .09), 0 24px 46px -20px rgba(16, 38, 59, .3)}:root[data-theme=dark]{--ch-bg: #0a1622;--ch-surface: #10233a;--ch-surface-2: #132a44;--ch-border: #20374f;--ch-border-strong: #2c4763;--ch-ink: #e9f0f7;--ch-ink-2: #b7c7d8;--ch-muted: #89a0b6;--ch-green-600: #8fd07a;--ch-accent-ink: var(--ch-green-300);--ch-warn-ink: #e8bd6a;--ch-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 30px -16px rgba(0, 0, 0, .6);--ch-shadow-lift: 0 2px 8px rgba(0, 0, 0, .4), 0 28px 52px -22px rgba(0, 0, 0, .7)}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;min-height:100vh;font-family:var(--ch-font-sans);background:var(--ch-bg);color:var(--ch-ink);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}:focus-visible{outline:2.5px solid var(--ch-green);outline-offset:2px;border-radius:6px}.tnum{font-variant-numeric:tabular-nums}.mono{font-family:var(--ch-font-mono)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.wrap{max-width:1240px;margin-inline:auto;padding-inline:22px}.icon{width:1em;height:1em;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:750;font-size:1rem;padding:0 22px;height:48px;border-radius:12px;border:1.5px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s,box-shadow .2s,background .2s,border-color .2s,color .2s}.btn .icon{width:19px;height:19px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--ch-green);color:#08331a;box-shadow:0 8px 20px -10px #5fb246cc}.btn-primary:hover:not(:disabled){background:#6cc255;transform:translateY(-1px)}.btn-ghost{border-color:var(--ch-border-strong);color:var(--ch-ink);background:var(--ch-surface)}.btn-ghost:hover:not(:disabled){border-color:var(--ch-green);color:var(--ch-accent-ink)}.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:18px}@media(max-width:520px){.pgrid{grid-template-columns:repeat(2,1fr);gap:12px}}.store-empty{text-align:center;padding:70px 20px;color:var(--ch-muted)}.store-empty .icon{width:64px;height:64px;color:var(--ch-border-strong);margin:0 auto 16px;display:block}.store-empty h3{color:var(--ch-ink);font-size:1.2rem;margin:0 0 6px}.store-empty p{margin:0}.store-empty .btn{margin-top:18px}
