:root{--bg:#f7f8fa;--ink:#0d1117;--muted:#6b7280;--faint:#9ca3af;--line:#e5e7eb;--surface:#ffffff;--surface-2:#f3f4f6;--navy:#0d1117;--blue:#2563eb;--blue-light:#dbeafe;--cyan:#06b6d4;--green:#16a34a;--amber:#d97706;--red:#dc2626;--radius:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--shadow:0 4px 16px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--shadow-lg:0 12px 40px rgba(0,0,0,0.12),0 4px 12px rgba(0,0,0,0.06);--accent:var(--blue);--fg:var(--ink);--fg-muted:var(--muted);--panel:var(--surface);--danger:var(--red);--border:var(--line);--color-muted:var(--muted);--color-danger:var(--red);--color-border:var(--line)}[data-theme=dark]{--bg:#0d1117;--ink:#f0f6fc;--muted:#8b949e;--faint:#6e7681;--line:#21262d;--surface:#161b22;--surface-2:#1c2128;--navy:#f0f6fc;--blue:#58a6ff;--blue-light:#1c2a4a;--cyan:#39d0ee;--green:#3fb950;--amber:#e3b341;--red:#f85149;--shadow-sm:0 1px 3px rgba(0,0,0,0.3);--shadow:0 4px 16px rgba(0,0,0,0.3);--shadow-lg:0 12px 40px rgba(0,0,0,0.5);--accent:var(--blue);--fg:var(--ink);--fg-muted:var(--muted);--panel:var(--surface);--danger:var(--red);--border:var(--line);--color-muted:var(--muted);--color-danger:var(--red);--color-border:var(--line)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-inter,"Inter"),"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:rgba(247,248,250,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[data-theme=dark] .topbar{background:rgba(13,17,23,.88)}.topbar-inner{justify-content:space-between;min-height:64px;gap:24px}.brand,.topbar-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--ink)}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:var(--ink);color:var(--bg);flex-shrink:0}.brand-mark svg,.register-brand-mark svg{width:100%;height:100%;overflow:visible}.logo-card{fill:none;stroke-linejoin:round;stroke-width:2.6}.logo-card-back{stroke:rgba(255,255,255,.45)}.logo-card-front{fill:rgba(255,255,255,.12);stroke:#ffffff}.logo-line{fill:none;stroke:#ffffff;stroke-linecap:round;stroke-width:2.3}.logo-line-short{opacity:.7}.logo-dot{fill:#74e8ff;stroke:#ffffff;stroke-width:1.7}.nav{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:14px}.nav a{padding:6px 12px;border-radius:6px;transition:color .14s ease,background .14s ease}.nav a:hover{color:var(--ink);background:var(--surface-2)}.actions{display:flex;gap:8px}.actions,.btn{align-items:center}.btn{display:inline-flex;justify-content:center;gap:6px;min-height:38px;padding:0 16px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .12s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary:hover{background:#1a2332;box-shadow:var(--shadow)}[data-theme=dark] .btn-primary{background:#f0f6fc;color:#0d1117;border-color:#f0f6fc}[data-theme=dark] .btn-primary:hover{background:#ffffff}.btn-sm{min-height:30px;padding:0 12px;border-radius:8px}.order-expired{font-size:13px;color:var(--danger,#d1242f);font-weight:600}.table-muted{color:var(--muted,#8b949e)}.btn-secondary{background:var(--surface);border-color:var(--line)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--muted)}[data-theme=dark] .btn-secondary{background:var(--surface-2);border-color:var(--line);color:var(--ink)}.btn-danger{background:#fef2f2;color:var(--red);border-color:#fecaca}.btn-danger:hover{background:#fee2e2}[data-theme=dark] .btn-danger{background:rgba(220,38,38,.1);border-color:rgba(220,38,38,.3);color:var(--red)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);min-height:calc(100vh - 64px);grid-gap:80px;gap:80px;padding:80px 0 100px}.eyebrow,.hero{align-items:center}.eyebrow{display:inline-flex;gap:6px;padding:5px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.02em;box-shadow:var(--shadow-sm)}.eyebrow:before{content:"";display:block;width:6px;height:6px;border-radius:999px;background:var(--green);flex-shrink:0}.hero h1{margin:20px 0 16px;font-size:clamp(40px,6vw,68px);font-weight:700;line-height:1.06;letter-spacing:-.03em;color:var(--ink)}.hero p{max-width:480px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:32px}.hero-meta{display:flex;gap:32px;margin-top:52px;padding-top:32px;border-top:1px solid var(--line)}.meta-tile{display:grid;grid-gap:2px;gap:2px}.meta-tile strong{display:block;color:var(--ink);font-size:20px;font-weight:700;letter-spacing:-.02em}.meta-tile span{color:var(--muted);font-size:12px}.hero-visual{position:relative;border-radius:var(--radius-xl);background:var(--ink);overflow:hidden;padding:28px;box-shadow:var(--shadow-lg)}.hero-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none}[data-theme=dark] .hero-visual{background:var(--surface);border:1px solid var(--line)}.virtual-card{position:relative;z-index:1;min-height:200px;padding:22px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#1a2840,#2563eb 60%,#06b6d4);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.15);color:#fff}.virtual-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.virtual-card-head strong{font-size:13px;font-weight:500;opacity:.9}.virtual-card-head span{font-size:11px;font-weight:600;letter-spacing:.08em;padding:3px 8px;border-radius:4px;background:rgba(255,255,255,.15)}.virtual-card-number{margin-top:48px;font-size:20px;font-weight:500;letter-spacing:.12em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.virtual-card-foot{display:flex;justify-content:space-between;margin-top:20px;color:rgba(255,255,255,.72);font-size:12px}.card-link{display:grid;grid-gap:10px;gap:10px;color:inherit}.card-link>span{color:var(--blue);font-size:13px;font-weight:600}.card-link .virtual-card{transition:transform .18s ease,box-shadow .18s ease}.card-link:hover .virtual-card{transform:translateY(-3px)}.floating-stack{position:relative;z-index:1;display:grid;grid-gap:8px;gap:8px;margin-top:14px}.notice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:var(--radius);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.notice strong{font-size:13px;font-weight:600;color:rgba(255,255,255,.92)}.notice span{color:rgba(255,255,255,.55);font-size:12px}.section{padding:96px 0}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:40px}.section h2{margin:0;font-size:clamp(28px,3.5vw,42px);font-weight:700;line-height:1.1;letter-spacing:-.02em}.section-head p{max-width:380px;margin:0;color:var(--muted);font-size:15px;line-height:1.7;flex-shrink:0}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.card{min-height:190px;padding:28px;background:var(--surface);border:none}.card:hover{background:var(--surface-2)}.card .icon{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;color:var(--ink);font-size:15px;font-weight:700;border:1px solid var(--line)}.card .icon,[data-theme=dark] .card .icon{background:var(--surface-2)}.card h3{margin:20px 0 8px;font-size:15px;font-weight:600;letter-spacing:-.01em}.card p{margin:0;color:var(--muted);line-height:1.65;font-size:13px}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.panel-head h2{margin:0;font-size:15px;font-weight:600}.panel-head a,.panel-head button{color:var(--muted);font-size:13px;font-weight:500;background:none;border:none;cursor:pointer;padding:0}.panel-head a:hover,.panel-head button:hover{color:var(--ink)}.panel-body{padding:20px}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table td,.data-table th{padding:12px 16px;border-bottom:1px solid var(--line);text-align:left}.data-table th{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .12s ease}.data-table tbody tr:hover{background:var(--surface-2)}.amount{text-align:right!important;font-weight:500}.app-layout{display:grid;grid-template-columns:240px minmax(0,1fr);height:100vh;overflow:hidden;background:var(--bg)}.sidebar{position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:20px 14px;border-right:1px solid var(--line);background:var(--surface);overflow-y:auto}.side-nav{display:grid;grid-gap:2px;gap:2px;margin-top:24px}.side-nav a{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:var(--muted);font-size:13px;font-weight:500;transition:color .12s ease,background .12s ease}.side-nav .active,.side-nav a:hover{background:var(--surface-2);color:var(--ink)}.side-nav .active{font-weight:600}.sidebar-account,[data-theme=dark] .side-nav .active{background:var(--surface-2)}.sidebar-account{display:grid;grid-gap:8px;gap:8px;margin-top:24px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.sidebar-account span,.sidebar-account strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-account strong{color:var(--ink);font-size:13px;font-weight:600}.sidebar-account span{margin-top:2px;color:var(--muted);font-size:12px}.logout-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--red);font-size:12px;font-weight:600}.main{display:flex;flex-direction:column;overflow:hidden}.main,.main-scroll{min-width:0;min-height:0}.main-scroll{flex:1 1;overflow-y:auto}.app-top-head{position:relative;z-index:50;flex:0 0 auto;display:flex;min-height:60px;align-items:center;justify-content:flex-end;padding:0 28px;border-bottom:1px solid var(--line)}.app-top-head,[data-theme=dark] .app-top-head{background:var(--surface)}.account-menu{position:absolute;top:18px;right:28px;z-index:30}.account-menu-top{position:relative;top:auto;right:auto;z-index:45}.account-menu-sidebar,.sidebar .account-menu{position:relative;top:auto;right:auto;margin-top:auto}.account-menu-sidebar .account-popover,.sidebar .account-popover{top:auto;bottom:44px;left:0;width:220px}.sidebar .account-popover-profile{padding:12px 12px 8px}.sidebar .account-avatar{width:34px;height:34px;border-width:2px}.sidebar .account-avatar svg{width:18px;height:18px}.sidebar .account-popover-profile strong{max-width:140px;font-size:13px}.sidebar .account-popover-meta{margin:0 10px 10px}.sidebar .account-popover-meta div{min-height:46px;padding:6px}.sidebar .account-popover-meta strong{font-size:12px}.sidebar .account-popover-logout{min-height:36px;margin:0 8px 8px}.account-menu-trigger{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;transition:background .14s ease,border-color .14s ease}.account-menu-trigger:hover,.account-menu-trigger[aria-expanded=true]{background:var(--surface-2);border-color:var(--muted)}.account-menu-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.account-popover{position:absolute;top:44px;right:0;width:min(280px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.account-popover-profile{display:flex;align-items:center;gap:10px;padding:14px 14px 10px;border-bottom:1px solid var(--line)}.account-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:2px solid var(--surface);border-radius:999px;background:var(--ink);color:var(--bg);box-shadow:var(--shadow-sm)}.account-avatar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.account-popover-profile span{display:block;color:var(--muted);font-size:11px}.account-popover-profile strong{display:block;max-width:180px;overflow:hidden;color:var(--ink);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.account-popover-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:10px 12px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.account-popover-meta div{display:grid;min-height:52px;place-items:center;grid-gap:3px;gap:3px;padding:8px;text-align:center}.account-popover-meta div+div{border-left:1px solid var(--line)}.account-popover-meta span{color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.account-popover-meta strong{color:var(--ink);font-size:13px;font-weight:700}.account-popover-logout{min-height:40px;margin:0 10px 10px;background:var(--surface-2);color:var(--red);font-weight:600}.account-popover-link,.account-popover-logout{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius);font-size:13px}.account-popover-link{min-height:38px;margin:0 10px 6px;background:var(--surface);color:var(--ink);font-weight:500;transition:background .12s ease}.account-popover-link:hover{background:var(--surface-2)}.account-popover-link svg,.account-popover-logout svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 28px 24px;border-bottom:1px solid var(--line);background:var(--surface)}.page-head h1{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em}.page-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.top-action-menu,.top-actions,.top-icon-button{position:relative}.top-icon-button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transition:color .12s ease,background .12s ease}.top-icon-button:hover,.top-icon-button[aria-expanded=true]{background:var(--surface-2);color:var(--ink)}.top-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.top-dot{position:absolute;top:8px;right:8px;width:6px;height:6px;border:1.5px solid var(--surface);border-radius:999px;background:var(--red)}.top-lang-button{display:inline-flex;min-height:34px;align-items:center;gap:4px;border:0;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer;font-size:13px;font-weight:600;padding:0 8px}.top-lang-button:hover{background:var(--surface-2)}.top-lang-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.language-popover{position:absolute;top:44px;right:0;z-index:40;display:grid;width:160px;grid-gap:2px;gap:2px;padding:6px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.language-popover button{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer;padding:0 10px;text-align:left;transition:background .12s ease}.language-popover button.active,.language-popover button:hover{background:var(--surface-2)}.language-popover strong{font-size:13px;font-weight:500}.language-popover span{color:var(--blue);font-size:11px;font-weight:600}.message-popover{top:44px;right:0;z-index:40;width:min(360px,calc(100vw - 40px));padding:20px;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.message-popover,.message-popover:before{position:absolute;background:var(--surface)}.message-popover:before{content:"";top:-6px;right:16px;width:12px;height:12px;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.message-popover-foot,.message-popover-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.message-popover-head h2{margin:0;color:var(--ink);font-size:16px;font-weight:600}.message-popover-head a{color:var(--muted);font-size:12px;font-weight:500}.message-tabs{display:flex;gap:20px;margin-top:16px}.message-tabs button{position:relative;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;font-weight:500;padding-bottom:8px}.message-tabs button.active{color:var(--ink);font-weight:600}.message-tabs button.active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:999px;background:var(--ink)}.message-preview{margin-top:20px}.message-preview strong{display:block;color:var(--ink);font-size:14px;font-weight:600}.message-preview p{margin:6px 0 4px;color:var(--muted);font-size:13px;line-height:1.6}.message-preview time{color:var(--faint);font-size:11px}.message-popover-foot{margin-top:14px}.message-popover-foot a,.message-popover-foot button{min-height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;font-weight:500}.message-popover-foot a{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-color:var(--line);color:var(--ink)}.support-popover{position:absolute;top:44px;right:0;z-index:40;width:200px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.support-popover strong{color:var(--ink);font-size:14px;font-weight:600}.support-popover p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.support-popover .btn-primary{margin-top:12px}.support-link{display:flex;align-items:center;gap:8px;margin-top:8px;padding:9px 12px;border:1px solid var(--line);border-radius:var(--radius-md,10px);color:var(--ink);font-size:13px;font-weight:500;text-decoration:none;transition:background .15s ease,border-color .15s ease}.support-link:hover{background:var(--surface-2,rgba(79,140,255,.08));border-color:var(--accent)}.support-link svg{flex-shrink:0;color:var(--accent)}.support-qr{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px;width:108px;height:108px;margin:12px auto 0;padding:8px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,var(--ink) 7px,transparent 7px) 0 0 /20px 20px,linear-gradient(var(--ink) 7px,transparent 7px) 0 0 /20px 20px,var(--surface)}.support-qr span{border:6px solid var(--ink);border-radius:2px;background:var(--surface)}.content{padding:24px 28px 48px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:0}.stat-card{padding:20px 22px;background:var(--surface);border:none;transition:background .12s ease}.stat-card:hover{background:var(--surface-2)}.stat-card>span:first-child{display:block;color:var(--muted);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.stat-card strong{display:block;margin-top:10px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.stat-card>span:last-child{display:block;margin-top:6px;color:var(--muted);font-size:12px}.two-col{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);grid-gap:16px;gap:16px;margin-top:16px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.01em}.badge-success{background:#dcfce7;color:#15803d}.badge-warning{background:#fef9c3;color:#a16207}.badge-danger{background:#fee2e2;color:#b91c1c}.badge-info{background:var(--blue-light);color:var(--blue)}[data-theme=dark] .badge-success{background:rgba(22,163,74,.15);color:var(--green)}[data-theme=dark] .badge-warning{background:rgba(217,119,6,.15);color:var(--amber)}[data-theme=dark] .badge-danger{background:rgba(220,38,38,.15);color:var(--red)}[data-theme=dark] .badge-info{background:rgba(88,166,255,.15);color:var(--blue)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.field{display:grid;grid-gap:6px;gap:6px}.field label{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.field input,.field select,.field textarea{width:100%;min-height:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:8px 12px;color:var(--ink);font-size:14px;transition:border-color .14s ease,box-shadow .14s ease;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}[data-theme=dark] .field input,[data-theme=dark] .field select,[data-theme=dark] .field textarea,[data-theme=dark] .password-reset-form .field input,[data-theme=dark] .push-date input,[data-theme=dark] .push-search input{border-color:var(--line);background:var(--surface-2);color:var(--ink)}.field select,.filter-bar select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,currentColor 50%) calc(100% - 14px) 52% /5px 5px no-repeat,linear-gradient(135deg,currentColor 50%,transparent 50%) calc(100% - 10px) 52% /5px 5px no-repeat,var(--surface);cursor:pointer;padding-right:40px}[data-theme=dark] .field select,[data-theme=dark] .filter-bar select{background:linear-gradient(45deg,transparent 50%,currentColor 50%) calc(100% - 14px) 52% /5px 5px no-repeat,linear-gradient(135deg,currentColor 50%,transparent 50%) calc(100% - 10px) 52% /5px 5px no-repeat,var(--surface-2)}.field select option,.filter-bar select option{background:var(--surface);color:var(--ink)}[data-theme=dark] .field select option,[data-theme=dark] .filter-bar select option{background:var(--surface-2);color:var(--ink)}.field textarea{min-height:110px;resize:vertical}.form-section-head{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding-top:16px;border-top:1px solid var(--line)}.form-section-head h3{margin:0;color:var(--ink);font-size:15px;font-weight:600}.form-section-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.custom-select-field{position:relative}.custom-select-label{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.custom-select-trigger{display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;padding:8px 12px;text-align:left;font-size:14px;transition:border-color .14s ease,box-shadow .14s ease}.custom-select-trigger:hover,.custom-select-trigger[aria-expanded=true]{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.custom-select-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.custom-select-trigger svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .16s ease}.custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:60;display:grid;grid-gap:2px;gap:2px;overflow:hidden;padding:6px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.custom-select-menu button{min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer;padding:0 10px;text-align:left;font-size:13px;font-weight:500;transition:background .12s ease}.custom-select-menu button.active,.custom-select-menu button:hover{background:var(--surface-2);color:var(--blue)}[data-theme=dark] .custom-select-menu,[data-theme=dark] .custom-select-trigger{border-color:var(--line);background:var(--surface-2);color:var(--ink)}[data-theme=dark] .custom-select-menu button{color:var(--ink)}[data-theme=dark] .custom-select-menu button.active,[data-theme=dark] .custom-select-menu button:hover{background:var(--surface);color:var(--blue)}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr)}.auth-art{display:flex;flex-direction:column;justify-content:space-between;padding:40px;background:var(--ink);color:#fff}.auth-art h1{max-width:580px;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.05;letter-spacing:-.03em}.auth-card{display:grid;align-content:center;max-width:440px;width:calc(100% - 40px);margin:0 auto}.auth-card h2{margin:0 0 6px;font-size:28px;font-weight:700;letter-spacing:-.02em}.auth-card p{margin:0 0 24px;color:var(--muted);font-size:14px}.auth-links{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--blue);font-size:13px;font-weight:600}.register-page{display:grid;min-height:100vh;grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);background:var(--surface)}.register-visual{position:relative;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;padding:36px 40px;overflow:hidden;background:var(--ink);color:#fff;--look-x:0px;--look-y:0px;--pupil-x:0px;--pupil-y:0px;--bare-pupil-x:0px;--bare-pupil-y:0px;--body-skew:0deg;--body-skew-soft:0deg;--body-skew-small:0deg}.register-visual:before{inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:36px 36px}.register-visual:after,.register-visual:before{content:"";position:absolute;pointer-events:none}.register-visual:after{bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,var(--ink) 0,transparent 100%)}.register-brand{position:relative;z-index:2;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:700;letter-spacing:-.01em}.register-brand-mark{display:grid;width:30px;height:30px;place-items:center;border-radius:7px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}.register-visual-content{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.register-visual-content h2{font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin:0 0 16px;color:#fff}.register-visual-content p{font-size:15px;color:rgba(255,255,255,.55);line-height:1.7;margin:0 0 36px;max-width:340px}.register-visual-card{position:relative;width:min(320px,80%);padding:20px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#1e3a5f,#2563eb 60%,#06b6d4);border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 60px rgba(0,0,0,.4);color:#fff;animation:float 6s ease-in-out infinite}.register-visual-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.register-visual-card-top span{font-size:11px;opacity:.7;letter-spacing:.06em}.register-visual-chip{width:28px;height:20px;border-radius:3px;background:linear-gradient(135deg,#d4af37,#f7e98e,#d4af37)}.register-visual-card-num{font-size:16px;letter-spacing:.14em;font-weight:500;margin-bottom:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.register-visual-card-foot{display:flex;justify-content:space-between;font-size:11px;opacity:.8}.register-visual-stats{display:flex;gap:28px;margin-top:28px}.register-visual-stats>div{display:grid;grid-gap:2px;gap:2px}.register-visual-stats strong{font-size:20px;font-weight:700;color:#fff}.register-visual-stats span{font-size:11px;color:rgba(255,255,255,.5)}.register-characters{display:none}.register-legal{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:24px;color:rgba(255,255,255,.35);font-size:12px;font-weight:500}.register-legal a:hover{color:rgba(255,255,255,.7)}.register-panel{display:grid;width:min(440px,calc(100% - 40px));align-content:center;justify-self:center;min-height:100vh;padding:52px 0}.register-symbol{display:grid;width:36px;height:36px;place-items:center;justify-self:center;border-radius:10px;background:var(--ink)}.register-symbol svg{width:100%;height:100%;overflow:visible}.register-heading{margin:24px 0 32px;text-align:center}.register-heading h1{margin:0;color:var(--ink);font-size:28px;font-weight:700;line-height:1.1;letter-spacing:-.02em}.register-heading p{margin:8px 0 0;color:var(--muted);font-size:14px}.register-form{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.register-agreement,.register-footer,.register-full,.register-status,.register-submit{grid-column:1/-1}.register-field{display:grid;grid-gap:8px;gap:8px}.register-field label{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.register-field input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:10px 14px;color:var(--ink);font-size:15px;font-weight:500;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.register-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.register-field input::placeholder{color:var(--faint);font-weight:400}.register-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:12px;gap:12px}.register-code-button{min-height:44px;border:1px solid var(--line);border-radius:var(--radius);padding:0 16px;background:var(--surface-2);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease;white-space:nowrap}.register-code-button:not(:disabled):hover{background:var(--surface-2);border-color:var(--blue)}.register-code-button:disabled{color:var(--faint);cursor:not-allowed}.login-options{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:13px;font-weight:500}.login-options label{display:inline-flex;align-items:center;gap:6px}.login-options input{width:15px;height:15px;accent-color:var(--blue)}.login-options a{color:var(--blue);font-weight:600}.register-agreement{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.register-agreement input{width:15px;height:15px;accent-color:var(--blue)}.register-status{margin:-4px 0 0;color:var(--muted);font-size:12px}.register-submit{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--ink);color:var(--bg);font-size:15px;font-weight:600;letter-spacing:-.01em;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.register-submit:hover{transform:translateY(-1px);box-shadow:var(--shadow);background:#1a2332}[data-theme=dark] .register-submit{background:#f0f6fc;color:#0d1117}[data-theme=dark] .register-submit:hover{background:#ffffff}.register-footer{display:flex;justify-content:center;gap:6px;margin-top:8px;color:var(--muted);font-size:13px}.register-footer a{color:var(--blue);font-weight:600}.cards-content .cards-layout{grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr)}.card-list{padding:0}.card-list-head,.card-list-row{display:grid;grid-template-columns:minmax(200px,1.35fr) minmax(120px,.8fr) minmax(110px,.7fr) minmax(110px,.7fr) 80px;align-items:center;grid-gap:16px;gap:16px}.card-list-head{padding:10px 18px;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.card-list-head,.card-list-row{border-bottom:1px solid var(--line)}.card-list-row{min-height:64px;padding:12px 18px;color:var(--ink);font-size:13px;transition:background .12s ease}.card-list-row:last-child{border-bottom:0}.card-list-row:hover{background:var(--surface-2)}.card-list-main{display:grid;min-width:0;grid-gap:3px;gap:3px}.card-list-main strong{overflow:hidden;color:var(--ink);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.card-list-main small{color:var(--muted);font-size:11px;font-weight:500}.transaction-table td small,.transaction-table td strong{display:block}.muted-text,.transaction-table td small{margin-top:3px;color:var(--muted);font-size:11px}.empty{display:grid;place-items:center;min-height:180px;padding:28px;border:1px dashed var(--line);border-radius:var(--radius-lg);color:var(--muted);text-align:center;font-size:13px}.detail-topbar{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:18px 28px;border-bottom:1px solid var(--line);background:var(--surface)}.detail-topbar h1{margin:4px 0 0;font-size:22px;font-weight:700;letter-spacing:-.02em}.back-link{color:var(--muted);font-size:12px;font-weight:500}.detail-close{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;color:var(--muted);font-size:22px;line-height:1;transition:background .12s ease,color .12s ease}.detail-close:hover{background:var(--surface-2);color:var(--ink)}.card-detail-grid{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(0,1.1fr);grid-gap:24px;gap:24px;align-items:start}.card-detail-art .virtual-card{display:flex;flex-direction:column;min-height:220px;aspect-ratio:1.586/1;padding:26px 28px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#1a2840,#2563eb 60%,#06b6d4);color:#fff}.card-detail-art .virtual-card-number{margin-top:auto;margin-bottom:4px;font-size:clamp(20px,2.6vw,28px);letter-spacing:.12em}.card-detail-art .virtual-card-foot{margin-top:14px;text-transform:uppercase;letter-spacing:.06em}.card-rules{margin-top:16px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-muted,var(--surface))}.card-rules-title{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--ink)}.card-rules-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.card-rules-list li{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.6;color:var(--color-muted,var(--muted))}.card-rules-num{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--brand,#2563eb);color:#fff;font-size:12px;font-weight:600;line-height:1}.card-info-panel{padding:24px 28px}.card-info-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.card-info-head>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.icon-text-button{border:0;background:transparent;color:var(--muted);cursor:pointer;font-weight:600;font-size:13px}.square-button{width:56px;padding:0}.card-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px 36px;gap:24px 36px}.card-info-grid div{min-width:0}.card-info-grid span{display:block;margin-bottom:6px;color:var(--faint);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.card-info-grid strong{display:block;overflow:hidden;color:var(--ink);font-size:18px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.card-info-grid .card-info-wide{grid-column:span 2}.card-info-grid .card-info-wide strong{overflow:visible;white-space:normal;font-size:16px;line-height:1.5}.card-info-grid strong.mono{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.02em}.danger-text{color:var(--red)!important}.card-info-grid .card-info-sensitive{grid-column:span 2}.ci-sensitive-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.ci-sensitive-row .mono{font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.02em}.ci-sensitive-actions{display:flex;gap:8px}.ci-sensitive-actions button{padding:4px 12px;border:1px solid var(--line);border-radius:999px;background:var(--paper,#fff);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.ci-sensitive-actions button:hover:not(:disabled){border-color:var(--ink);background:var(--bg,#f5f5f5)}.ci-sensitive-actions button:disabled{opacity:.5;cursor:not-allowed}.ci-sensitive-error{display:block;margin-top:6px;color:var(--red);font-size:12px;font-style:normal}.detail-tabs{display:flex;gap:32px;margin-top:28px;border-bottom:1px solid var(--line)}.detail-tabs a{position:relative;padding:0 0 16px;color:var(--muted);font-size:15px;font-weight:500}.detail-tabs a.active{color:var(--ink);font-weight:600}.detail-tabs a.active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;border-radius:999px;background:var(--ink)}.filter-bar{display:grid;grid-template-columns:minmax(240px,1.4fr) repeat(5,minmax(140px,1fr));grid-gap:12px;gap:12px;margin:24px 0 20px}.filter-bar label{display:grid;min-width:0;grid-gap:5px;gap:5px}.filter-bar span{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.filter-bar input,.filter-bar select{min-height:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:0 12px;color:var(--ink);font-size:13px;outline:none;transition:border-color .14s ease}.filter-bar input:focus,.filter-bar select:focus{border-color:var(--blue)}.filter-bar select{padding-right:36px}.detail-table td:first-child{min-width:300px}.detail-table small{display:block;margin-top:8px;color:var(--faint);font-size:12px}.txn-card-meta{display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:12px 16px;list-style:none;border-bottom:1px solid var(--border)}.txn-card-meta li{display:flex;flex-direction:column;gap:2px}.txn-card-meta li span{font-size:12px;color:var(--faint)}.txn-card-meta li strong{font-size:14px;color:var(--ink)}.load-more-bar{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-top:1px solid var(--border)}.load-more-error{font-size:13px;color:var(--danger,#dc2626)}.operation-panel{margin-top:20px}.notification-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.notification-channel-panel,.notification-master-panel,.notification-setting-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:80px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.notification-master-panel strong,.notification-setting-card strong{display:block;color:var(--ink);font-size:14px;font-weight:600}.notification-channel-panel>div:first-child span,.notification-master-panel>div:first-child span,.notification-setting-card>div:first-child span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.notification-master-panel{grid-column:1/-1;min-height:86px;border-color:rgba(22,163,74,.2);background:#f0fdf4}[data-theme=dark] .notification-master-panel{background:rgba(22,163,74,.08);border-color:rgba(63,185,80,.2)}.notification-master-panel strong{font-size:15px}.notification-channel-panel{grid-column:1/-1;min-height:88px;border-color:rgba(37,99,235,.18);background:#eff6ff}[data-theme=dark] .notification-channel-panel{background:rgba(88,166,255,.08);border-color:rgba(88,166,255,.2)}.notification-channel-panel strong{display:block;color:var(--ink);font-size:15px;font-weight:600}[data-theme=dark] .notification-master-panel,[data-theme=dark] .notification-setting-card,[data-theme=dark] .push-filter-row{border-color:var(--line);background:var(--surface-2)}.setting-checkbox{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--ink);cursor:pointer;font-size:12px;font-weight:600}.setting-checkbox input{width:16px;height:16px;accent-color:var(--ink)}.setting-switch{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid rgba(22,163,74,.2);border-radius:999px;background:#f0fdf4;color:var(--green);cursor:pointer;font-size:12px;font-weight:600}.setting-switch input{width:16px;height:16px;accent-color:var(--green)}.notification-save-bar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2)}.notification-save-bar>span{color:var(--muted);font-size:12px;line-height:1.6}.channel-checks{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.channel-checks label{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);cursor:pointer;font-size:12px;font-weight:600}.channel-checks input{width:16px;height:16px;accent-color:var(--ink)}.push-center-content{background:var(--surface)}[data-theme=dark] .push-center-content{background:var(--bg)}.push-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}[data-theme=dark] .push-panel{background:var(--bg)}.push-tabs{display:flex;gap:24px;padding:0 20px;border-bottom:1px solid var(--line)}.push-tabs button{position:relative;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:15px;font-weight:600;padding:16px 2px;transition:color .15s}.push-tabs button:hover{color:var(--ink)}.push-tabs button.active{color:var(--blue)}.push-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:var(--blue)}.push-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--danger,#d1242f);color:#fff;font-size:11px;font-weight:700;font-style:normal;line-height:1}.push-accordion{display:flex;flex-direction:column}.push-acc-item{border-bottom:1px solid var(--line)}.push-acc-item:last-child{border-bottom:0}.push-acc-head{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;cursor:pointer;padding:18px 20px;text-align:left;color:var(--ink);transition:background .15s}.push-acc-head:hover{background:var(--surface-2)}.push-acc-dot{flex:none;width:8px;height:8px;border-radius:999px;background:var(--blue)}.push-acc-title{flex:1 1;min-width:0;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.push-acc-item.unread .push-acc-title{font-weight:600}.push-acc-time{flex:none;color:var(--muted);font-size:12px}.push-acc-chevron{flex:none;color:var(--muted);transition:transform .2s ease}.push-acc-item.open .push-acc-chevron{transform:rotate(180deg)}.push-acc-body{padding:0 20px 20px 38px}.push-acc-body p{margin:0;padding:16px;border-radius:var(--radius);border-left:3px solid var(--blue);background:var(--surface-2);color:var(--fg,var(--ink));font-size:13.5px;line-height:1.7;white-space:pre-wrap}.push-sub-tabs{display:inline-flex;gap:4px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:4px}.push-sub-tabs button{border:0;background:transparent;border-radius:7px;color:var(--muted);cursor:pointer;font-size:14px;font-weight:500;padding:6px 16px;transition:background .15s,color .15s,box-shadow .15s}.push-sub-tabs button:hover{color:var(--ink)}.push-sub-tabs button.active{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.1)}.push-filter-row{display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(160px,.55fr) auto minmax(160px,.55fr) auto auto;align-items:center;grid-gap:14px;gap:14px;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-2)}.push-date,.push-search{display:grid;min-width:0}.push-date span,.push-search span{margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.push-date input,.push-search input{min-height:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:0 12px;color:var(--ink);font-size:13px;outline:none;transition:border-color .14s ease}.push-date input:focus,.push-search input:focus{border-color:var(--blue)}.push-date-separator{display:grid;min-height:40px;align-self:end;place-items:center;color:var(--muted)}.push-read-button{justify-self:end}.push-list-panel{border-top:1px solid var(--line)}[data-theme=dark] .push-list-panel{border-color:var(--line);background:var(--surface)}.push-list-head,.push-list-row{display:grid;grid-template-columns:minmax(0,1fr) 200px;grid-gap:18px;gap:18px}.push-list-head{padding:12px 0;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.push-list-head span:last-child{text-align:right}.push-list-row{align-items:start;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}[data-theme=dark] .push-list-row{border-color:var(--line)}.push-list-row strong{display:block;color:var(--ink);font-size:14px;font-weight:600}.push-list-row p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.push-empty-state{padding:40px 0;border-top:1px solid var(--line);color:var(--muted);text-align:center;font-size:13px}.push-empty-state.error{display:flex;flex-direction:column;align-items:center;gap:14px}.push-empty-state.error .btn{min-width:120px}.push-list-row time{text-align:right;color:var(--muted);font-size:12px}.push-list-footer{display:flex;justify-content:space-between;gap:16px;padding:20px 0}.push-pager{display:flex;gap:6px}.push-pager button{min-width:36px;min-height:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:13px;font-weight:500;cursor:pointer;transition:background .12s ease}.push-pager button:hover{background:var(--surface-2)}.push-pager button.active{border-color:var(--blue);background:var(--blue);color:#fff}.push-pager button:disabled{color:var(--faint);background:var(--surface-2)}[data-theme=dark] .push-pager button{border-color:var(--line);background:var(--surface-2);color:var(--ink)}.push-settings-panel{margin-top:20px}.account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.account-actions-single{grid-template-columns:1fr}.settings-content{padding-top:20px}.settings-content .two-col{grid-template-columns:minmax(0,1fr) minmax(400px,.82fr);gap:14px;margin-top:0}.settings-content .panel{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.settings-content .panel-head{min-height:52px;padding:12px 16px}.settings-content .panel-head h2{font-size:15px}.settings-content .panel-body{padding:16px}.settings-content .form-grid{gap:10px}.settings-content .field{gap:5px}.settings-content .field input,.settings-content .field select{min-height:38px;border-radius:8px;padding:7px 10px;font-size:13px}.settings-content .field select{padding-right:34px}.settings-content .btn{min-height:38px;border-radius:8px;font-size:13px}.password-reset-panel{overflow:hidden;border-color:var(--line);border-radius:var(--radius-lg)!important;background:var(--surface);box-shadow:var(--shadow)!important}.password-reset-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line)}.password-reset-head h2{margin:0;color:var(--ink);font-size:18px;font-weight:700;letter-spacing:-.01em}.password-reset-form{display:flex;flex-direction:column;gap:18px;max-width:520px;padding:24px 22px}.password-reset-form .field{display:flex;flex-direction:column;gap:8px}.password-reset-form .field input{width:100%;min-height:46px;border:1px solid var(--line);background:var(--surface);transition:border-color .14s ease,box-shadow .14s ease}.password-reset-form .field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}[data-theme=dark] .password-reset-form .field input{background:var(--surface-2)}.password-code-row{display:flex;gap:10px}.password-code-row input{flex:1 1}.password-reset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:560px){.password-reset-grid{grid-template-columns:1fr}}[data-theme=dark] .password-reset-panel{border-color:var(--line);background:var(--surface)}.settings-content .password-reset-head{min-height:68px;padding:18px 22px;border-bottom:1px solid var(--line)}.settings-content .password-reset-head h2{color:var(--ink);font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.1}[data-theme=dark] .settings-content .password-reset-head h2{color:var(--ink)}.settings-content .password-reset-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px;padding:22px}.password-reset-form .field{gap:7px}.password-reset-form .field label{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.password-reset-form .field input{min-height:48px;border-color:var(--line);border-radius:var(--radius);padding:12px 14px;color:var(--ink);font-size:15px}.password-reset-form .field input::placeholder{color:var(--faint)}.password-code-button{flex-shrink:0;min-height:46px;padding:0 18px;white-space:nowrap;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);color:var(--ink);cursor:pointer;font-size:14px;font-weight:600;transition:background .14s ease,border-color .14s ease}[data-theme=dark] .password-code-button{border-color:var(--line);background:var(--surface-2);color:var(--ink)}.password-code-button:hover{border-color:var(--blue);background:var(--blue-light)}.password-submit-button{width:100%;margin-top:4px;min-height:50px;border:0;border-radius:var(--radius);background:var(--ink);color:var(--bg);cursor:pointer;font-size:15px;font-weight:600;transition:transform .14s ease,box-shadow .14s ease}[data-theme=dark] .password-submit-button{background:#f0f6fc;color:#0d1117}.password-submit-button:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.settings-content>.panel{margin-top:14px!important}.settings-content .account-actions article{gap:6px;padding:14px;border-radius:var(--radius)}.account-actions article{display:grid;grid-gap:8px;gap:8px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.account-actions strong{color:var(--ink);font-size:14px;font-weight:600}.account-actions span{color:var(--muted);font-size:12px;line-height:1.6}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes characters-float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 8px))}}@keyframes character-sway{0%,to{translate:0 0}50%{translate:3px 0}}@keyframes character-blink{0%,88%,to{scale:1 1}92%,94%{scale:1 .14}}@keyframes eye-blink{0%,88%,to{scale:1 1}91%,93%{scale:1 .12}}@media (prefers-reduced-motion:reduce){.character,.character i,.eye,.register-characters,.register-visual-card{animation:none}}[data-theme=dark] .app-top-head,[data-theme=dark] .page-head,[data-theme=dark] .topbar{border-color:var(--line);background:var(--surface)}[data-theme=dark] .app-layout{background:var(--bg)}[data-theme=dark] .account-popover,[data-theme=dark] .language-popover,[data-theme=dark] .message-popover,[data-theme=dark] .message-popover:before,[data-theme=dark] .panel,[data-theme=dark] .sidebar,[data-theme=dark] .stat-card,[data-theme=dark] .support-popover{border-color:var(--line);background:var(--surface)}[data-theme=dark] .account-popover-link:hover,[data-theme=dark] .language-popover button.active,[data-theme=dark] .language-popover button:hover,[data-theme=dark] .side-nav .active,[data-theme=dark] .side-nav a:hover,[data-theme=dark] .top-icon-button:hover,[data-theme=dark] .top-icon-button[aria-expanded=true],[data-theme=dark] .top-lang-button:hover{background:var(--surface-2)}[data-theme=dark] .message-preview p,[data-theme=dark] .message-preview time,[data-theme=dark] .message-tabs button,[data-theme=dark] .push-tabs button{color:var(--muted)}[data-theme=dark] .account-popover-link,[data-theme=dark] .message-popover-foot a,[data-theme=dark] .message-popover-foot button,[data-theme=dark] .message-popover-head a,[data-theme=dark] .message-preview strong,[data-theme=dark] .message-tabs button.active,[data-theme=dark] .password-code-button,[data-theme=dark] .push-tabs button.active,[data-theme=dark] .support-popover strong{color:var(--ink)}[data-theme=dark] .message-tabs button.active:after{background:var(--ink)}[data-theme=dark] .account-popover-link,[data-theme=dark] .btn-secondary,[data-theme=dark] .message-popover-foot a{border-color:var(--line);background:var(--surface-2)}[data-theme=dark] .account-popover-meta strong,[data-theme=dark] .account-popover-profile strong,[data-theme=dark] .btn-secondary,[data-theme=dark] .password-reset-form .field label,[data-theme=dark] .settings-content .password-reset-head h2{color:var(--ink)}[data-theme=dark] .account-popover-meta{border-color:var(--line);background:var(--surface-2)}[data-theme=dark] .support-qr{border-color:var(--line);background:linear-gradient(90deg,var(--ink) 7px,transparent 7px) 0 0 /20px 20px,linear-gradient(var(--ink) 7px,transparent 7px) 0 0 /20px 20px,var(--surface-2)}[data-theme=dark] .support-qr span{border-color:var(--ink);background:var(--surface-2)}[data-theme=dark] .card{border-color:var(--line);background:var(--surface)}[data-theme=dark] .card:hover{background:var(--surface-2)}[data-theme=dark] .detail-topbar{background:var(--surface)}[data-theme=dark] .card-list-row:hover,[data-theme=dark] .data-table tbody tr:hover{background:var(--surface-2)}[data-theme=dark] .data-table th{color:var(--muted)}@media (max-width:980px){.nav{display:none}.hero,.two-col{grid-template-columns:1fr}.hero-visual{order:-1}.feature-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-layout{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{position:static;height:auto}.side-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.account-menu{top:14px;right:18px}.account-menu-top{top:auto;right:auto}.sidebar .account-menu{margin-top:14px}.sidebar .account-popover{top:44px;bottom:auto}}@media (max-width:640px){.container{width:min(100% - 24px,1160px)}.page-head,.section-head,.topbar-inner{align-items:flex-start;flex-direction:column}.app-top-head{min-height:54px;justify-content:flex-start;padding:0 16px}.main,.main-scroll{overflow:visible}.message-popover{left:0;right:auto}.message-popover:before{left:10px;right:auto}.hero{min-height:auto;padding-top:24px}.hero-meta{flex-direction:column;gap:16px}.account-actions,.feature-grid,.form-grid,.register-form,.stats-grid{grid-template-columns:1fr}.auth-page,.register-page{grid-template-columns:1fr;background:var(--surface)}.register-panel{min-height:auto;width:min(100% - 32px,440px);padding:36px 0 44px}.register-visual{min-height:360px;padding:22px 24px}.register-legal{gap:16px;font-size:11px}.register-code-row{grid-template-columns:1fr}.register-code-button{width:100%}.content,.page-head{padding-left:16px;padding-right:16px}.account-popover{right:-2px}.card-list,.data-table-wrap{overflow-x:auto}.card-list-head,.card-list-row{min-width:720px}.card-detail-grid,.card-info-grid,.filter-bar,.notification-settings,.push-filter-row{grid-template-columns:1fr}.push-date-separator{display:none}.push-list-head,.push-list-row{grid-template-columns:1fr}.push-list-head span:last-child,.push-list-row time{text-align:left}.push-list-footer{flex-direction:column}.notification-channel-panel,.notification-master-panel,.notification-setting-card{align-items:flex-start;flex-direction:column}.channel-checks{justify-content:flex-start}.notification-save-bar{align-items:flex-start;flex-direction:column}}.register-error{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);color:#dc2626}.register-error,.register-success{font-size:.875rem;padding:.75rem 1rem}.register-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);color:#16a34a}.auth-error-page{align-items:center;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-error-box{background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) * 2);max-width:420px;padding:3rem 2rem;text-align:center;width:100%}.auth-error-icon{color:#dc2626;display:flex;justify-content:center;margin-bottom:1.5rem}.auth-error-box h1{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.auth-error-box p{color:var(--fg-muted);font-size:.9375rem;margin-bottom:2rem}.auth-error-actions{display:flex;gap:.75rem;justify-content:center}.btn{border-radius:var(--radius);font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;text-decoration:none;transition:opacity .15s}.btn:hover{opacity:.85}.btn-primary{background:var(--ink);color:var(--bg);border-color:var(--ink)}.btn-secondary{background:transparent;border:1px solid var(--line);color:var(--ink)}:root{--admin-bg:#f4f5f7;--admin-surface:#ffffff;--admin-surface-2:#f0f1f4;--admin-line:#e3e6ea;--admin-fg:#18181b;--admin-muted:#6b7280;--admin-faint:#aeb4bd;--admin-blue:#2563eb;--admin-green:#16a34a;--admin-amber:#d97706;--admin-red:#dc2626;--admin-sidebar-w:220px}html[data-theme=dark]{--admin-bg:#0a0a0b;--admin-surface:#111113;--admin-surface-2:#18181b;--admin-line:#27272a;--admin-fg:#fafafa;--admin-muted:#71717a;--admin-faint:#3f3f46;--admin-blue:#3b82f6;--admin-green:#22c55e;--admin-amber:#f59e0b;--admin-red:#ef4444}.admin-layout{background:var(--admin-bg);color:var(--admin-fg);font-family:var(--font-sans,system-ui,sans-serif)}.admin-layout,.admin-sidebar{display:flex;min-height:100vh}.admin-sidebar{width:var(--admin-sidebar-w);background:var(--admin-surface);border-right:1px solid var(--admin-line);flex-direction:column;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-brand{gap:10px;padding:20px 16px 16px;border-bottom:1px solid var(--admin-line)}.admin-brand,.admin-brand-mark{display:flex;align-items:center}.admin-brand-mark{width:32px;height:32px;background:var(--admin-fg);color:var(--admin-bg);border-radius:8px;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.admin-brand-name{font-weight:700;font-size:15px;line-height:1.2}.admin-brand-tag{font-size:11px;color:var(--admin-muted);line-height:1.2}.admin-nav{flex:1 1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13.5px;font-weight:500;color:var(--admin-muted);text-decoration:none;transition:background .12s,color .12s}.admin-nav-item.active,.admin-nav-item:hover{background:var(--admin-surface-2);color:var(--admin-fg)}.admin-nav-item:active{transform:scale(.99)}.admin-nav-label{flex:1 1;min-width:0}.admin-nav-group{display:flex;flex-direction:column;gap:2px}.admin-nav-group-trigger{width:100%;border:none;background:transparent;cursor:pointer;font-family:inherit;text-align:left}.admin-nav-caret{flex-shrink:0;color:var(--admin-muted);transition:transform .16s ease}.admin-nav-caret.open{transform:rotate(180deg)}.admin-nav-sub{display:flex;flex-direction:column;gap:2px;margin:2px 0 2px 14px;padding-left:10px;border-left:1px solid var(--admin-border)}.admin-nav-item-nested{font-size:13px;padding:7px 10px}.admin-nav-spinner{display:inline-flex;align-items:center;color:var(--admin-muted);animation:admin-nav-spin .6s linear infinite}@keyframes admin-nav-spin{to{transform:rotate(1turn)}}.admin-skel{border-radius:6px;background:linear-gradient(90deg,var(--admin-surface-2) 25%,var(--admin-line) 37%,var(--admin-surface-2) 63%);background-size:400% 100%;animation:admin-skel-shimmer 1.4s ease infinite}@keyframes admin-skel-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.admin-skel-title{width:200px;height:28px;margin-bottom:10px}.admin-skel-subtitle{width:320px;height:16px}.admin-skel-line-sm{width:60%;height:12px}.admin-skel-line-md{width:30%;height:18px;margin-bottom:16px}.admin-skel-line-lg{width:45%;height:26px;margin-top:12px}.admin-skel-row{width:100%;height:44px;margin-bottom:10px}.admin-skel-panel{margin-top:24px;padding:20px;border:1px solid var(--admin-line);border-radius:10px;background:var(--admin-surface)}.admin-sidebar-footer{padding:12px 12px 16px;border-top:1px solid var(--admin-line);display:flex;align-items:center;gap:8px}.admin-user-info{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.admin-user-avatar{width:30px;height:30px;border-radius:50%;background:var(--admin-faint);color:var(--admin-fg);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.admin-user-meta{min-width:0}.admin-user-name{font-size:13px;font-weight:600}.admin-user-email,.admin-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-email{font-size:11px;color:var(--admin-muted)}.admin-logout-btn{background:none;border:none;color:var(--admin-muted);cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:4px;transition:color .12s}.admin-logout-btn:hover{color:var(--admin-red)}.admin-main{flex:1 1;min-width:0;overflow-y:auto}.admin-page{padding:32px;max-width:1200px}.admin-page-header{margin-bottom:24px}.admin-page-header h1{font-size:1.5rem;font-weight:700;margin-bottom:4px}.admin-page-header p{font-size:.875rem;color:var(--admin-muted)}.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.admin-page-title{font-size:1.4rem;font-weight:700;color:var(--admin-fg);margin:0 0 4px}.admin-page-desc{font-size:.875rem;color:var(--admin-muted);margin:0;line-height:1.6}.admin-card{background:var(--admin-surface);border:1px solid var(--admin-line);border-radius:10px;padding:20px}.admin-card-title{font-size:1rem;font-weight:600;color:var(--admin-fg);margin:0 0 4px}.admin-card-desc{font-size:.8125rem;color:var(--admin-muted);margin:0;line-height:1.6}.admin-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.admin-filter-tab{padding:6px 14px;border:1px solid var(--admin-line);border-radius:999px;background:var(--admin-surface);color:var(--admin-muted);font-size:13px;text-decoration:none;transition:all .14s ease}.admin-filter-tab:hover{border-color:var(--admin-blue);color:var(--admin-blue)}.admin-filter-tab.active{background:var(--admin-blue);border-color:var(--admin-blue);color:#fff;font-weight:600}.admin-status-tag{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--admin-surface-2);color:var(--admin-muted)}.admin-status-pending{background:color-mix(in srgb,var(--admin-amber) 16%,transparent);color:var(--admin-amber)}.admin-status-success{background:color-mix(in srgb,var(--admin-green) 16%,transparent);color:var(--admin-green)}.admin-status-failed{background:color-mix(in srgb,var(--admin-red) 16%,transparent);color:var(--admin-red)}.legacy-import{display:flex;flex-direction:column;gap:16px}.legacy-import-head{display:flex;justify-content:space-between;gap:16px}.legacy-import-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.legacy-import-filename{font-size:13px;color:var(--admin-muted)}.legacy-import-msg{padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5}.legacy-import-error{background:color-mix(in srgb,var(--admin-red) 12%,transparent);border:1px solid color-mix(in srgb,var(--admin-red) 30%,transparent);color:var(--admin-red)}.legacy-import-ok{background:color-mix(in srgb,var(--admin-green) 12%,transparent);border:1px solid color-mix(in srgb,var(--admin-green) 30%,transparent);color:var(--admin-green)}.legacy-preview{display:flex;flex-direction:column;gap:12px}.legacy-preview-info{font-size:13px;color:var(--admin-fg)}.legacy-preview-more{font-size:12px;color:var(--admin-muted);margin:0}.legacy-preview-buttons{display:flex;gap:8px;justify-content:flex-end}.legacy-stats{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}.legacy-stat-card{display:flex;flex-direction:column;gap:6px;min-width:180px;padding:16px 20px;background:var(--admin-surface);border:1px solid var(--admin-line);border-radius:10px}.legacy-stat-label{font-size:.8125rem;color:var(--admin-muted)}.legacy-stat-value{font-size:1.5rem;font-weight:700;color:var(--admin-fg);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1px;gap:1px;background:var(--admin-line);border:1px solid var(--admin-line);border-radius:10px;overflow:hidden;margin-bottom:16px}.admin-stat-card{background:var(--admin-surface);padding:20px}.admin-stat-label{font-size:12px;color:var(--admin-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.admin-stat-value{font-size:1.75rem;font-weight:700;margin-bottom:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-stat-note{font-size:12px;color:var(--admin-muted)}.admin-panel{background:var(--admin-surface);border:1px solid var(--admin-line);border-radius:10px;overflow:hidden}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--admin-line);gap:12px;flex-wrap:wrap}.admin-panel-head h2{font-size:14px;font-weight:600}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--admin-muted);white-space:nowrap}.admin-table td,.admin-table th{border-bottom:1px solid var(--admin-line)}.admin-table td{padding:12px 16px;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--admin-surface-2)}.admin-table-empty{text-align:center;color:var(--admin-muted);padding:40px 16px!important}.admin-mono{font-family:monospace;font-size:12px}.admin-muted{color:var(--admin-muted);font-size:12px}.admin-user-cell-name{font-weight:500;font-size:13px}.admin-user-cell-email{font-size:11px;color:var(--admin-muted);margin-top:2px}.admin-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.admin-badge-success{background:rgba(34,197,94,.12);color:#22c55e}.admin-badge-warning{background:rgba(245,158,11,.12);color:#f59e0b}.admin-badge-danger{background:rgba(239,68,68,.12);color:#ef4444}.admin-badge-info{background:rgba(99,102,241,.12);color:#818cf8}.admin-checkbox{width:16px;height:16px;cursor:pointer;accent-color:var(--admin-blue);vertical-align:middle}.admin-row-selected{background:color-mix(in srgb,var(--admin-blue) 8%,transparent)}.admin-bulkbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 14px;margin-bottom:12px;border:1px solid var(--admin-line);border-radius:8px;background:var(--admin-surface-2)}.admin-bulkbar-info{font-size:13px;color:var(--admin-fg)}.admin-alert{padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5;border:1px solid transparent}.admin-alert-success{background:rgba(34,197,94,.1);color:#22c55e;border-color:rgba(34,197,94,.25)}.admin-alert-warning{background:rgba(245,158,11,.1);color:#f59e0b;border-color:rgba(245,158,11,.25)}.admin-alert-danger{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.25)}.admin-kv-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin:0}@media (min-width:640px){.admin-kv-grid{grid-template-columns:1fr 1fr}}.admin-kv-grid>div{display:flex;flex-direction:column;gap:2px}.admin-kv-grid dt{font-size:11px;font-weight:600;color:var(--muted-foreground,#94a3b8);text-transform:uppercase;letter-spacing:.03em}.admin-kv-grid dd{margin:0;font-size:13px}.admin-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:opacity .12s;text-decoration:none;white-space:nowrap}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn:not(:disabled):hover{opacity:.85}.admin-btn-primary{background:var(--admin-fg);color:var(--admin-bg);border-color:var(--admin-fg)}.admin-btn-secondary{background:transparent;border-color:var(--admin-line);color:var(--admin-fg)}.admin-btn-success{background:rgba(34,197,94,.12);color:#22c55e;border-color:rgba(34,197,94,.2)}.admin-btn-warning{background:rgba(245,158,11,.12);color:#f59e0b;border-color:rgba(245,158,11,.2)}.admin-btn-danger{background:rgba(239,68,68,.12);color:#ef4444;border-color:rgba(239,68,68,.2)}.admin-btn-ghost{background:transparent;border-color:var(--admin-line);color:var(--admin-muted)}.admin-btn-sm{padding:4px 10px;font-size:12px}.admin-modal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.5)}.admin-modal-box{width:100%;max-width:400px;background:var(--admin-surface);border:1px solid var(--admin-line);border-radius:10px;padding:24px;box-shadow:0 12px 40px rgba(0,0,0,.22)}.admin-modal-title{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--admin-fg)}.admin-modal-desc{margin:0 0 16px;font-size:13px;line-height:1.6;color:var(--admin-muted)}.admin-modal-desc strong{color:var(--admin-fg)}.admin-modal-detail{display:flex;flex-direction:column;gap:8px;padding:14px 16px;margin-bottom:16px;background:var(--admin-surface-2);border-radius:8px}.admin-modal-detail-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--admin-muted)}.admin-modal-detail-row span:last-child{color:var(--admin-fg)}.admin-modal-deduct{color:var(--admin-red)!important}.admin-modal-detail-total{padding-top:8px;border-top:1px solid var(--admin-line);font-weight:600}.admin-modal-detail-total span{color:var(--admin-fg)!important}.admin-modal-error{margin:0 0 12px;font-size:13px;color:var(--admin-red)}.admin-modal-actions{display:flex;gap:8px;justify-content:flex-end}.admin-input,.admin-select,.admin-textarea{background:var(--admin-surface-2);border:1px solid var(--admin-line);border-radius:6px;color:var(--admin-fg);font-size:13px;padding:7px 10px;outline:none;transition:border-color .12s}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{border-color:var(--admin-blue)}.admin-input::placeholder{color:var(--admin-muted)}.admin-textarea{resize:vertical;font-family:inherit}.admin-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--admin-muted);margin-bottom:6px}.admin-filter-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#ef4444;border-radius:6px}.admin-error,.admin-success{padding:8px 12px;font-size:13px}.admin-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#22c55e;border-radius:6px}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-top:1px solid var(--admin-line)}.admin-pagination-info{font-size:13px;color:var(--admin-muted)}.admin-line{border:none;border-top:1px solid var(--admin-line);margin:0}.totp-digits{display:flex;gap:10px;margin-top:.5rem}.totp-digit-input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;border:1.5px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--fg);outline:none;transition:border-color .15s;caret-color:transparent}.totp-digit-input:focus{border-color:var(--accent);background:var(--bg)}.totp-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:1.25rem}.totp-step{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--fg-muted);line-height:1.5}.totp-step strong{color:var(--fg)}.totp-step-num{width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;align-items:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px}.totp-qr-wrap,.totp-step-num{display:flex;justify-content:center}.totp-qr-wrap{margin:1.25rem 0}.totp-qr{width:180px;height:180px;background:#fff;padding:8px}.totp-qr,.totp-secret-wrap{border:1px solid var(--line);border-radius:var(--radius)}.totp-secret-wrap{display:flex;align-items:center;gap:10px;background:var(--surface);padding:10px 14px}.totp-secret-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);white-space:nowrap}.totp-secret{font-family:monospace;font-size:13px;color:var(--fg);letter-spacing:.1em;word-break:break-all}.totp-active-info{display:flex;align-items:center;gap:14px;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.totp-active-icon{flex-shrink:0}.totp-active-name{font-weight:600;font-size:.9375rem}.totp-active-date{font-size:.8125rem;color:var(--fg-muted);margin-top:2px}.totp-confirm-unenroll{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.2);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.totp-confirm-unenroll p{font-size:.875rem;color:var(--fg-muted);margin:0}.security-tips{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:10px}.security-tips li{display:flex;align-items:center;gap:10px;font-size:.9rem}.security-tip-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-tip-ok{background:rgba(34,197,94,.12);color:#16a34a}.security-tip-warn{background:rgba(245,158,11,.12);color:#d97706}.security-note{padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.security-note p{font-size:.875rem;color:var(--fg-muted);line-height:1.7;margin:0}.pw-strength-wrap{margin-top:10px;display:flex;flex-direction:column;gap:8px}.pw-strength-bar{display:flex;gap:4px}.pw-strength-seg{flex:1 1;height:4px;border-radius:2px;background:var(--line);transition:background .2s}.pw-strength-seg.pw-strength-weak{background:#ef4444}.pw-strength-seg.pw-strength-mid{background:#f59e0b}.pw-strength-seg.pw-strength-strong{background:#22c55e}.pw-strength-label{font-size:12px;font-weight:600;align-self:flex-end}.pw-strength-label.pw-strength-weak{color:#ef4444}.pw-strength-label.pw-strength-mid{color:#f59e0b}.pw-strength-label.pw-strength-strong{color:#22c55e}.pw-rules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.pw-rules-list li{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--fg-muted);transition:color .15s}.pw-rules-list li.pw-rule-pass{color:#16a34a}.pw-rule-icon{font-size:11px;width:14px;text-align:center;flex-shrink:0}.otp-hint{font-size:12px;color:var(--fg-muted);margin-top:8px;line-height:1.5}.otp-resend-btn{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.875rem;padding:0;transition:opacity .15s}.otp-resend-btn:disabled{color:var(--fg-muted);cursor:not-allowed}.otp-resend-btn:not(:disabled):hover{opacity:.75}.legal-page{background:var(--bg);min-height:100vh;padding:48px 24px;font-family:var(--font-sans,system-ui,sans-serif)}.legal-container{max-width:800px;margin:0 auto}.legal-header{margin-bottom:40px}.legal-back{display:inline-block;font-size:.875rem;color:var(--fg-muted);text-decoration:none;margin-bottom:20px;transition:color .15s}.legal-back:hover{color:var(--fg)}.legal-header h1{font-size:2rem;font-weight:700;margin-bottom:8px;letter-spacing:-.02em}.legal-meta{font-size:.875rem;color:var(--fg-muted)}.legal-toc{background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) * 1.5);padding:20px 24px;margin-bottom:40px}.legal-toc-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);margin-bottom:12px}.legal-toc ol{padding-left:20px;margin:0;display:flex;flex-direction:column;gap:6px}.legal-toc li{font-size:.9rem}.legal-toc a{color:var(--accent);text-decoration:none}.legal-toc a:hover{text-decoration:underline}.legal-highlight{background:rgba(37,99,235,.06);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:14px 18px;font-size:.9375rem;margin-bottom:32px;line-height:1.6}.legal-body{display:flex;flex-direction:column;gap:0}.legal-body section{padding:32px 0;border-bottom:1px solid var(--line)}.legal-body section:last-child{border-bottom:none}.legal-body h2{font-size:1.125rem;font-weight:700;margin-bottom:16px;color:var(--fg)}.legal-body h3{font-size:.9375rem;font-weight:600;margin:18px 0 8px;color:var(--fg)}.legal-body p{font-size:.9375rem;color:var(--fg-muted);line-height:1.75;margin-bottom:12px}.legal-body p:last-child{margin-bottom:0}.legal-body ol,.legal-body ul{padding-left:20px;margin-bottom:12px;display:flex;flex-direction:column;gap:6px}.legal-body li{font-size:.9375rem;color:var(--fg-muted);line-height:1.65}.legal-body strong{color:var(--fg);font-weight:600}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem;margin:12px 0}.legal-table th{background:var(--surface);text-align:left;font-weight:600;color:var(--fg)}.legal-table td,.legal-table th{border:1px solid var(--line);padding:10px 14px}.legal-table td{color:var(--fg-muted);line-height:1.5}.legal-footer{margin-top:48px;padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.legal-footer p{font-size:.875rem;color:var(--fg-muted)}.legal-footer-links{display:flex;gap:20px}.legal-footer-links a{font-size:.875rem;color:var(--fg-muted);text-decoration:none;transition:color .15s}.legal-footer-links a:hover{color:var(--fg)}.verify-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:4px}.verify-tab{background:transparent;border:none;border-radius:calc(var(--radius) - 2px);color:var(--fg-muted);cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 0;transition:background .15s,color .15s}.verify-tab:hover{color:var(--fg)}.verify-tab.verify-tab-active{background:var(--fg);color:var(--bg);font-weight:600}.verify-tab-desc{font-size:.875rem;color:var(--fg-muted);line-height:1.6;margin:0}.verify-tab-desc strong{color:var(--fg)}.verify-notice{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);color:var(--fg-muted);font-size:.8125rem;line-height:1.65;padding:12px 14px}.pw-input-wrap{position:relative;display:flex;align-items:center}.pw-input-wrap input{width:100%;padding-right:2.75rem}.pw-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--fg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:color .15s;line-height:0}.pw-eye-btn:hover{color:var(--fg)}.register-agreement-hint{color:#dc2626;font-size:.8125rem;margin:-4px 0 0;line-height:1.5}.register-optional{font-size:.75rem;color:var(--fg-muted);font-weight:400;margin-left:4px}.referral-header{margin-bottom:1.5rem}.referral-header h1{font-size:1.5rem;font-weight:700;margin-bottom:6px}.referral-header p{color:var(--fg-muted);font-size:.9375rem}.referral-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:1.5rem}.referral-stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;text-align:center}.referral-stat-highlight{border-color:var(--accent);background:rgba(37,99,235,.04)}.referral-stat-value{font-size:1.75rem;font-weight:700;color:var(--fg);line-height:1;margin-bottom:6px}.referral-stat-highlight .referral-stat-value{color:var(--accent)}.referral-stat-label{font-size:.8125rem;color:var(--fg-muted)}.referral-code-panel .panel-body{display:flex;flex-direction:column;gap:16px}.referral-code-row{justify-content:space-between;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 18px}.referral-code-block,.referral-code-row{display:flex;align-items:center;gap:12px}.referral-code-label{font-size:.8125rem;color:var(--fg-muted)}.referral-code-text{font-family:monospace;font-size:1.25rem;font-weight:700;letter-spacing:.15em;color:var(--fg)}.referral-divider{text-align:center;font-size:.8125rem;color:var(--fg-muted);position:relative}.referral-divider:after,.referral-divider:before{content:"";display:inline-block;width:80px;height:1px;background:var(--line);vertical-align:middle;margin:0 10px}.referral-link-row{display:flex;gap:10px}.referral-link-input{flex:1 1;font-size:.875rem;padding:10px 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.referral-link-input,.referral-tip{color:var(--fg-muted);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.referral-tip{font-size:.8125rem;line-height:1.65;padding:12px 14px}.referral-steps{flex-wrap:wrap}.referral-step,.referral-steps{display:flex;align-items:flex-start;gap:12px}.referral-step{flex:1 1;min-width:160px}.referral-step-num{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.referral-step strong{display:block;font-size:.9375rem;margin-bottom:4px}.referral-step p{font-size:.8125rem;color:var(--fg-muted);margin:0;line-height:1.5}.referral-step-arrow{font-size:1.25rem;color:var(--fg-muted);align-self:center;flex-shrink:0}.referral-table{width:100%;border-collapse:collapse;font-size:.875rem}.referral-table th{background:var(--surface);border-bottom:1px solid var(--line);padding:10px 16px;text-align:left;font-size:.8125rem;font-weight:600;color:var(--fg-muted);white-space:nowrap}.referral-table td{border-bottom:1px solid var(--line);padding:12px 16px;color:var(--fg)}.referral-table tr:last-child td{border-bottom:none}.referral-invitee-name{font-weight:500}.referral-invitee-email{font-size:.8125rem;color:var(--fg-muted)}.referral-status{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.referral-status-pending{background:rgba(245,158,11,.12);color:#d97706}.referral-status-rewarded{background:rgba(34,197,94,.12);color:#16a34a}.referral-status-invalid{background:rgba(107,114,128,.1);color:var(--fg-muted)}.referral-reward-amount{color:#16a34a;font-weight:600}.referral-reward-pending{color:var(--fg-muted);font-size:.8125rem}.referral-empty{padding:2.5rem;text-align:center;color:var(--fg-muted);font-size:.9rem}.referral-total-hint{font-size:.8125rem;color:var(--fg-muted)}.balance-tabs{display:inline-flex;gap:4px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:4px}.balance-tab{background:transparent;border:none;border-radius:7px;color:var(--muted);cursor:pointer;font-size:.875rem;font-weight:500;padding:6px 18px;transition:background .15s,color .15s,box-shadow .15s}.balance-tab:hover{color:var(--ink)}.balance-tab.balance-tab-active{background:var(--surface);color:var(--ink);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.1)}.cards-tabbar{display:flex;margin-bottom:20px}.cards-tabbar .balance-tab{display:inline-flex;align-items:center;gap:8px}.cards-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:.75rem;font-weight:600;font-style:normal;line-height:1}.balance-tab-active .cards-tab-count{background:var(--blue);color:#fff}.cards-tab-empty{padding:48px 16px;text-align:center;color:var(--muted);font-size:.925rem}.table-empty{text-align:center;color:var(--fg-muted);font-size:.9rem;padding:2.5rem 0}.order-no{font-family:monospace;font-size:.8125rem;color:var(--fg-muted)}.amount{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.amount-in{color:#16a34a}.amount-out{color:var(--fg)}.tx-type-tag{display:inline-block;padding:2px 8px;background:var(--surface);border:1px solid var(--line);border-radius:20px;font-size:.75rem;color:var(--fg-muted);white-space:nowrap}.topup-pay-types{display:flex;gap:8px}.topup-pay-type{flex:1 1;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);color:var(--fg);cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 0;text-align:center;transition:border-color .15s,background .15s}.topup-pay-type:hover{border-color:var(--accent)}.topup-pay-type.topup-pay-type-active{border-color:var(--accent);background:rgba(37,99,235,.06);color:var(--accent);font-weight:600}.topup-presets{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:10px}.topup-preset{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);color:var(--fg);cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 0;text-align:center;transition:border-color .15s,background .15s}.topup-preset:hover{border-color:var(--accent)}.topup-preset.topup-preset-active{border-color:var(--accent);background:rgba(37,99,235,.06);color:var(--accent)}.topup-amount-input{width:100%;border:1.5px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--fg);font-size:1rem;padding:10px 14px;outline:none;transition:border-color .15s}.topup-amount-input:focus{border-color:var(--accent)}.topup-notice{font-size:.8125rem;color:var(--fg-muted);padding:10px 14px;margin-top:10px;line-height:1.6}.topup-fee-breakdown,.topup-notice{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.topup-fee-breakdown{margin-top:14px;padding:12px 14px}.topup-fee-row{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:var(--fg-muted);padding:4px 0}.topup-fee-deduct{color:var(--fg)}.topup-fee-total{margin-top:4px;padding-top:10px;border-top:1px dashed var(--line);font-size:.9375rem;font-weight:600;color:var(--fg)}.topup-fee-total span:last-child{color:var(--blue)}.topup-fee-cny{margin-top:4px;padding-top:10px;border-top:1px dashed var(--line);font-weight:600}.topup-fee-cny,.topup-fee-cny span:last-child{color:var(--fg)}.topup-qr-view{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:6px}.topup-qr-tip{font-size:.875rem;color:var(--fg-muted);margin-bottom:14px}.topup-qr-img-box{width:240px;height:240px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:10px}.topup-qr-img-box img{width:100%;height:100%;object-fit:contain}.topup-qr-fallback{gap:10px;color:#666;font-size:.8125rem}.topup-qr-amount,.topup-qr-fallback{display:flex;flex-direction:column;align-items:center}.topup-qr-amount{gap:2px;margin-top:16px}.topup-qr-amount>span:first-child{font-size:.8125rem;color:var(--fg-muted)}.topup-qr-amount strong{font-size:1.75rem;font-weight:700;color:var(--fg)}.topup-qr-usd,.topup-qr-waiting{font-size:.8125rem;color:var(--fg-muted)}.topup-qr-waiting{display:flex;align-items:center;gap:8px;margin-top:16px}.topup-qr-spinner{width:14px;height:14px;border:2px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:topup-qr-spin .8s linear infinite}@keyframes topup-qr-spin{to{transform:rotate(1turn)}}.topup-qr-link{margin-top:12px;font-size:.8125rem;color:var(--blue);text-decoration:none}.topup-qr-link:hover{text-decoration:underline}.topup-qr-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0}.topup-qr-success-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--green,#16a34a) 15%,transparent);color:var(--green,#16a34a);margin-bottom:12px}.topup-qr-success h3{font-size:1.25rem;font-weight:700;color:var(--fg);margin-bottom:6px}.topup-qr-success p{font-size:.875rem;color:var(--fg-muted)}.modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.5);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto}.modal-box{background:var(--card,var(--surface));border:1px solid var(--line);border-radius:calc(var(--radius) * 1.5);width:100%;max-width:440px;margin:auto;padding:24px;box-shadow:0 12px 48px rgba(0,0,0,.28)}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-head h2{font-size:1.125rem;font-weight:600;margin:0}.modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid var(--line);background:transparent;color:var(--fg-muted);cursor:pointer}.modal-close:hover{background:var(--surface);color:var(--fg)}.modal-field{margin-bottom:16px}.modal-field>label{display:block;font-size:.8125rem;color:var(--fg-muted);margin-bottom:8px}.modal-panel{background:var(--card,var(--surface));border:1px solid var(--line);border-radius:calc(var(--radius) * 1.5);width:100%;max-width:440px;margin:auto;padding:24px;box-shadow:0 12px 48px rgba(0,0,0,.28)}.modal-head h3{font-size:1.125rem;font-weight:600;margin:0}.modal-body{color:var(--fg);font-size:.9375rem;line-height:1.6}.modal-body p{margin:0}.modal-body strong{color:var(--fg);font-weight:600}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.notif-popup{max-width:520px}.notif-popup-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--danger,#d1242f);color:#fff;font-size:12px;font-weight:700}.notif-popup-list{display:flex;flex-direction:column;gap:12px;max-height:52vh;overflow-y:auto;margin:0 -4px;padding:0 4px}.notif-popup-item{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2)}.notif-popup-tag{flex:none;align-self:flex-start;padding:3px 9px;border-radius:999px;background:color-mix(in srgb,var(--muted) 18%,transparent);color:var(--muted);font-size:11px;font-weight:600;line-height:1.4}.notif-popup-tag.announce{background:color-mix(in srgb,var(--blue) 16%,transparent);color:var(--blue)}.notif-popup-copy{min-width:0;flex:1 1}.notif-popup-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.notif-popup-item-head strong{color:var(--ink);font-size:14px;font-weight:600}.notif-popup-item-head time{flex:none;color:var(--muted);font-size:11px}.notif-popup-item p{margin:6px 0 0;color:var(--fg-muted,var(--muted));font-size:13px;line-height:1.6;white-space:pre-wrap}.pay-result-wrap{display:flex;align-items:center;justify-content:center;min-height:60vh}.pay-result-card{background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) * 2);padding:48px 40px;text-align:center;max-width:440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.pay-result-card h2{font-size:1.375rem;font-weight:700}.pay-result-card p{font-size:.9375rem;color:var(--fg-muted);margin:0}.pay-result-amount{font-size:1.75rem!important;font-weight:700!important;color:#16a34a!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pay-result-order{font-family:monospace;font-size:.8125rem!important;background:var(--bg);padding:6px 12px;border-radius:var(--radius)}.pay-result-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.pay-result-icon-success{background:rgba(34,197,94,.12);color:#16a34a}.pay-result-icon-warn{background:rgba(245,158,11,.12);color:#d97706}.pay-result-icon-danger{background:rgba(239,68,68,.1);color:#dc2626}.pay-result-actions{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}.pay-result-spinner{width:48px;height:48px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:8px}@keyframes spin{to{transform:rotate(1turn)}}.topup-crypto-amount{display:flex;flex-direction:column;align-items:center;gap:4px;margin:16px 0 8px}.topup-crypto-amount .topup-qr-usd,.topup-crypto-amount>span:first-child{font-size:.8125rem;color:var(--fg-muted)}.topup-crypto-copy{display:flex;align-items:center;gap:8px}.topup-crypto-copy strong{font-size:1.25rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--fg)}.topup-crypto-field{margin:12px 0;width:100%}.topup-crypto-label{display:block;font-size:.8125rem;color:var(--fg-muted);margin-bottom:6px}.topup-crypto-address{flex:1 1;font-family:monospace;word-break:break-all;background:var(--bg);border:1px solid var(--line);padding:8px 10px}.topup-copy-btn,.topup-crypto-address{font-size:.8125rem;border-radius:var(--radius);color:var(--fg)}.topup-copy-btn{flex-shrink:0;font-weight:500;padding:6px 12px;border:1px solid var(--line);background:var(--surface);cursor:pointer;white-space:nowrap}.topup-copy-btn:hover{background:var(--bg)}.topup-crypto-warn{font-size:.8125rem;line-height:1.5;color:#d97706;background:rgba(245,158,11,.1);border-radius:var(--radius);padding:10px 12px;margin:4px 0 0}.topup-crypto-warn strong{font-weight:700}.fees-page{min-height:100vh;background:var(--bg);color:var(--ink)}.fees-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--line);background:var(--surface)}.fees-brand{display:inline-flex;align-items:center}.fees-symbol{width:32px;height:32px}.fees-header-actions{display:flex;align-items:center;gap:12px}.fees-header-link{font-size:14px;color:var(--ink);text-decoration:none;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--line)}.fees-header-link-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.fees-container{max-width:960px;margin:0 auto;padding:40px 24px 64px}.fees-title-block h1{font-size:28px;font-weight:700;margin:0 0 8px}.fees-title-block p{color:var(--muted);margin:0}.fees-wrap{margin-top:24px}.fees-intro{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 20px}.fees-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:700px){.fees-grid{grid-template-columns:1fr 1fr}}.fees-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm)}.fees-card-title{font-size:15px;font-weight:700;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid var(--line)}.fees-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.fees-row-main{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.fees-label{font-size:14px;color:var(--ink)}.fees-value{font-size:15px;font-weight:700;color:var(--blue);white-space:nowrap}.fees-note{margin:6px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}.fees-disclaimer{margin:24px 0 0;font-size:12px;color:var(--faint);text-align:center}.fees-table-section{margin-top:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.fees-table-wrap{overflow-x:auto}.fees-table{width:100%;border-collapse:collapse;font-size:14px}.fees-table thead th{text-align:left;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;padding:10px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.fees-table tbody td{padding:14px 12px;border-bottom:1px solid var(--line);color:var(--ink);vertical-align:top}.fees-table tbody tr:last-child td{border-bottom:none}.fees-table-value{font-weight:700;color:var(--blue);white-space:nowrap}.fees-table-note{color:var(--muted);font-size:13px;line-height:1.5}@media (max-width:640px){.fees-table thead{display:none}.fees-table tbody td{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:none}.fees-table tbody td:before{content:attr(data-label);font-size:12px;color:var(--muted);flex-shrink:0}.fees-table tbody tr{display:block;padding:12px 0;border-bottom:1px solid var(--line)}.fees-table tbody tr:last-child{border-bottom:none}.fees-table-note{text-align:right}}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px}.platform-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface,#fff);cursor:pointer;text-align:left;font-size:14px;color:var(--ink);text-transform:none;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.platform-option:hover{border-color:color-mix(in srgb,var(--blue) 45%,var(--line))}.platform-option.active{border-color:var(--blue);background:var(--blue-light);color:var(--blue);font-weight:600}.platform-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;border-radius:6px;border:1.5px solid var(--line);background:var(--surface,#fff);color:#fff;transition:border-color .14s ease,background .14s ease}.platform-option.active .platform-check{border-color:var(--blue);background:var(--blue)}.platform-logo{flex:0 0 auto;width:22px;height:22px;object-fit:contain;display:block}.platform-label{flex:1 1;line-height:1.35}.budget-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.budget-feature-list li{position:relative;padding-left:22px;font-size:14px;line-height:1.5;color:var(--ink)}.budget-feature-list li:before{content:"";position:absolute;left:2px;top:7px;width:8px;height:8px;border-radius:50%;background:var(--blue)}.budget-deposit-notice{display:flex;flex-direction:column;gap:12px}.budget-deposit-amount{background:var(--surface-2,var(--bg));border:1px solid var(--line);border-radius:var(--radius);padding:16px;font-size:15px;color:var(--ink)}.budget-deposit-amount strong{font-size:22px;color:var(--blue);margin-left:6px}.budget-record{border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:6px}@media (max-width:640px){.platform-grid{grid-template-columns:1fr}}.budget-enabled-hint{margin:0;font-size:.9rem;line-height:1.6;color:var(--muted)}.budget-group-mgr{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:14px}.budget-group-head{display:flex;align-items:center;justify-content:space-between}.budget-group-head h3{font-size:15px;font-weight:700;margin:0}.btn-sm{padding:6px 12px;font-size:13px}.inline-alert{padding:10px 14px;border-radius:var(--radius);font-size:13px;line-height:1.5}.inline-alert-success{background:color-mix(in srgb,var(--blue) 12%,transparent);color:var(--blue)}.inline-alert-danger{background:color-mix(in srgb,#dc2626 12%,transparent);color:#dc2626}.budget-create-box{border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.budget-create-actions{display:flex;gap:10px}.budget-group-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.budget-group-item{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:var(--radius);padding:16px;flex-wrap:wrap}.budget-group-info{flex:1 1 160px;min-width:0}.budget-group-name{font-size:14px;font-weight:600;margin:0 0 4px}.budget-group-meta{font-size:12px;color:var(--muted);margin:0}.budget-group-balance{display:flex;flex-direction:column;align-items:flex-end}.budget-group-balance-num{font-size:18px;font-weight:700;color:var(--blue)}.budget-group-balance-label{font-size:11px;color:var(--muted)}.budget-group-ops{display:flex;gap:8px}.budget-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.budget-modal{background:var(--surface);border-radius:var(--radius-lg);padding:24px;width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-lg,0 10px 40px rgba(0,0,0,.2))}.budget-modal h4{font-size:16px;font-weight:700;margin:0}@media (max-width:640px){.budget-group-item{flex-direction:column;align-items:stretch}.budget-group-balance{align-items:flex-start}}.budget-cards-block{margin-top:18px;padding-top:18px;border-top:1px dashed var(--line);display:flex;flex-direction:column;gap:12px}.budget-cards-block h3{font-size:15px;font-weight:700;margin:0}