.side-widget[data-v-607c956e]{position:fixed;right:18px;bottom:80px;z-index:90;display:flex;flex-direction:column;gap:10px}.sw-btn[data-v-607c956e]{width:44px;height:44px;border-radius:12px;background:var(--panel-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:19px;transition:all .18s}.sw-btn[data-v-607c956e]:hover{border-color:#3d7bff80;transform:translate(-3px)}@media(max-width:768px){.side-widget[data-v-607c956e]{right:10px;bottom:66px;gap:8px}.sw-btn[data-v-607c956e]{width:38px;height:38px;font-size:16px;border-radius:10px}}:root{--bg: #0b0e14;--bg-soft: #10141d;--panel: #141a26;--panel-2: #1a2233;--card: #1a2233;--card-hover: #20293e;--border: #232d44;--border-soft: rgba(255, 255, 255, .07);--text: #e9eef7;--text-2: #98a3ba;--text-3: #5d6880;--primary: #3d7bff;--primary-hi: #5c93ff;--primary-glow: rgba(61, 123, 255, .35);--gold: #ffb02e;--gold-2: #ffd15c;--danger: #ff5c5c;--success: #2ecc8f;--warning: #ffb02e;--r-consumer: #b0c3d9;--r-industrial: #5e98d9;--r-mil: #4b69ff;--r-restricted: #8847ff;--r-classified: #d32ce6;--r-covert: #eb4b4b;--r-rare: #ffd700;--num-font: "Bahnschrift", "DIN Alternate", "Segoe UI", sans-serif;--shadow: 0 10px 30px rgba(0, 0, 0, .45)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Segoe UI,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:14px;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font-family:inherit}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:var(--bg-soft)}::-webkit-scrollbar-thumb{background:#2a3550;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#38466a}.container{width:1220px;max-width:calc(100vw - 40px);margin:0 auto}.notice-bar{height:36px;background:linear-gradient(90deg,#10192e,#12203d 50%,#10192e);border-bottom:1px solid var(--border);display:flex;align-items:center;overflow:hidden;position:relative}.notice-bar .container{display:flex;align-items:center;gap:10px}.notice-icon{color:var(--gold);font-size:15px;flex:none}.notice-text{color:var(--text-2);font-size:13px;white-space:nowrap;overflow:hidden;flex:1}.notice-text b{color:var(--gold-2);font-weight:600}.notice-more{flex:none;font-size:12px;color:var(--text-3)}.notice-more:hover{color:var(--primary-hi)}.nav{height:64px;background:#0d111aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav .container{display:flex;align-items:center;height:100%;gap:36px}.logo{display:flex;align-items:center;gap:10px;flex:none}.logo-mark{width:36px;height:36px;border-radius:9px;flex:none;background:linear-gradient(135deg,#3d7bff,#7a5cff);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px var(--primary-glow)}.logo-mark svg{width:20px;height:20px}.logo-text{font-size:21px;font-weight:800;letter-spacing:.5px}.logo-text b{color:var(--primary-hi)}.logo-sub{font-size:10px;color:var(--text-3);letter-spacing:2px;margin-top:-2px}.nav-menu{display:flex;gap:4px;flex:1}.nav-link{padding:8px 16px;border-radius:8px;color:var(--text-2);font-size:14.5px;display:flex;align-items:center;gap:6px;transition:all .18s;position:relative}.nav-link:hover{color:var(--text);background:#ffffff0d}.nav-link.active{color:#fff;background:linear-gradient(180deg,#3d7bff38,#3d7bff1a)}.nav-link.active:after{content:"";position:absolute;left:16px;right:16px;bottom:2px;height:2px;border-radius:2px;background:var(--primary);box-shadow:0 0 8px var(--primary-glow)}.nav-right{display:flex;align-items:center;gap:14px;flex:none}.balance-chip{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;background:#ffb02e14;border:1px solid rgba(255,176,46,.25);color:var(--gold-2);font-family:var(--num-font);font-size:14px;cursor:pointer}.balance-chip:hover{background:#ffb02e26}.user-chip{display:flex;align-items:center;gap:8px;cursor:pointer;padding:5px 10px;border-radius:8px}.user-chip:hover{background:#ffffff0d}.avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex:none;background:linear-gradient(135deg,#3d7bff,#7a5cff)}.dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:6px;box-shadow:var(--shadow);z-index:200}.dropdown a{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;color:var(--text-2);font-size:13.5px}.dropdown a:hover{background:#ffffff0f;color:var(--text)}.dropdown .sep{height:1px;background:var(--border);margin:5px 8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:8px;padding:9px 22px;font-size:14px;font-weight:600;cursor:pointer;transition:all .18s;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3d7bff,#2f5cf0);color:#fff;box-shadow:0 4px 16px var(--primary-glow)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5c93ff,#3d7bff);transform:translateY(-1px);box-shadow:0 6px 20px var(--primary-glow)}.btn-gold{background:linear-gradient(135deg,#ffd15c,#ff9d2e);color:#3a2503;box-shadow:0 4px 16px #ffb02e59}.btn-gold:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.btn-ghost{background:#ffffff0f;color:var(--text-2);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){color:var(--text);border-color:#38466a;background:#ffffff17}.btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee3d3d);color:#fff}.btn-danger:hover:not(:disabled){filter:brightness(1.1)}.btn-sm{padding:5px 12px;font-size:12.5px;border-radius:6px}.btn-lg{padding:13px 34px;font-size:16px;border-radius:10px}.btn-block{width:100%}.tag{display:inline-flex;align-items:center;padding:2px 9px;border-radius:5px;font-size:11.5px;font-weight:600;line-height:1.5;white-space:nowrap}.tag-blue{background:#3d7bff26;color:#7dabff;border:1px solid rgba(61,123,255,.35)}.tag-gold{background:#ffb02e1f;color:var(--gold-2);border:1px solid rgba(255,176,46,.4)}.tag-green{background:#2ecc8f1f;color:#52e0ab;border:1px solid rgba(46,204,143,.35)}.tag-red{background:#ff5c5c1f;color:#ff8787;border:1px solid rgba(255,92,92,.35)}.tag-gray{background:#ffffff0f;color:var(--text-3);border:1px solid var(--border)}.tag-purple{background:#8a47ff24;color:#b48aff;border:1px solid rgba(138,71,255,.4)}.rarity-tag{border-radius:4px;padding:1px 8px;font-size:11px;font-weight:600}.section{margin:34px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800}.section-title .bar{width:5px;height:22px;border-radius:3px;background:linear-gradient(180deg,var(--primary),#7a5cff);box-shadow:0 0 10px var(--primary-glow)}.section-title small{font-size:12px;color:var(--text-3);font-weight:400;margin-left:4px}.section-more{color:var(--text-3);font-size:13px;display:flex;align-items:center;gap:4px}.section-more:hover{color:var(--primary-hi)}.grid{display:grid;gap:16px}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-5{grid-template-columns:repeat(5,1fr)}.product-card{background:linear-gradient(180deg,var(--card),#161e2e);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:all .22s;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);border-color:#3d7bff73;box-shadow:0 14px 34px #00000080,0 0 0 1px #3d7bff2e}.product-card .corner-tag{position:absolute;top:10px;left:10px;z-index:3;background:linear-gradient(135deg,#ff9d2e,#ff6250);color:#fff;padding:2px 10px;border-radius:6px;font-size:12px;font-weight:700;box-shadow:0 3px 10px #ff6b5066}.product-card .corner-tag.blue{background:linear-gradient(135deg,#3d7bff,#7a5cff);box-shadow:0 3px 10px var(--primary-glow)}.product-card .art-zone{height:150px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card .p-name{font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .p-sub{font-size:12px;color:var(--text-3)}.price-row{display:flex;align-items:baseline;gap:8px}.price-now{font-family:var(--num-font);font-size:19px;font-weight:700;color:var(--gold-2)}.price-now:before{content:"¥";font-size:12px;margin-right:1px}.price-old{font-family:var(--num-font);font-size:12.5px;color:var(--text-3);text-decoration:line-through}.price-old:before{content:"¥";font-size:10px}.stock-line{font-size:12px;color:var(--text-3);display:flex;justify-content:space-between}.stock-bar{height:4px;border-radius:2px;background:#ffffff12;overflow:hidden}.stock-bar i{display:block;height:100%;border-radius:2px;background:linear-gradient(90deg,var(--primary),#7a5cff)}.case-art{position:relative;width:118px;height:96px;transition:transform .3s}.product-card:hover .case-art{transform:scale(1.08) rotate(-2deg)}.case-art .glow{position:absolute;inset:-30%;border-radius:50%;filter:blur(38px);opacity:.55}.case-art svg{position:relative;width:100%;height:100%;filter:drop-shadow(0 8px 14px rgba(0,0,0,.55))}.skin-art{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.skin-art svg{width:82%;height:74%;filter:drop-shadow(0 6px 12px rgba(0,0,0,.5))}.skin-art .r-glow{position:absolute;inset:12%;border-radius:16px;filter:blur(30px);opacity:.38}.carousel{position:relative;border-radius:16px;overflow:hidden;height:380px;box-shadow:var(--shadow)}.carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.22,.9,.3,1)}.carousel-item{min-width:100%;height:100%;position:relative}.carousel-item img{width:100%;height:100%;object-fit:cover}.carousel-item .caption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 70px;background:linear-gradient(90deg,rgba(8,11,18,.85) 15%,rgba(8,11,18,.15) 55%,transparent)}.carousel-item .cap-title{font-size:36px;font-weight:800;letter-spacing:1px}.carousel-item .cap-sub{font-size:16px;color:var(--text-2);margin-top:10px}.carousel-item .cap-btn{margin-top:24px;width:fit-content}.carousel-dots{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px}.carousel-dots i{width:22px;height:4px;border-radius:2px;background:#ffffff40;cursor:pointer;transition:all .3s}.carousel-dots i.on{background:var(--primary);box-shadow:0 0 8px var(--primary-glow)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.quick-card{border-radius:14px;padding:22px 24px;display:flex;align-items:center;gap:16px;cursor:pointer;border:1px solid var(--border);position:relative;overflow:hidden;transition:all .22s;background:linear-gradient(135deg,#ffffff08,#ffffff01)}.quick-card:hover{transform:translateY(-3px);border-color:#3d7bff66}.quick-card .q-icon{width:54px;height:54px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex:none}.quick-card .q-icon svg{width:28px;height:28px}.quick-card .q-title{font-size:17px;font-weight:700}.quick-card .q-desc{font-size:12.5px;color:var(--text-3);margin-top:3px}.quick-card .q-arrow{margin-left:auto;color:var(--text-3);transition:transform .2s}.quick-card:hover .q-arrow{transform:translate(4px);color:var(--text)}.ticker{margin-top:16px;border:1px solid var(--border);border-radius:10px;background:var(--panel);height:42px;display:flex;align-items:center;overflow:hidden;position:relative}.ticker-label{flex:none;height:100%;display:flex;align-items:center;gap:6px;padding:0 16px;background:linear-gradient(135deg,#3d7bff2e,#7a5cff24);border-right:1px solid var(--border);color:#8db4ff;font-size:13px;font-weight:600;z-index:2}.ticker-body{flex:1;overflow:hidden;position:relative;height:100%}.ticker-inner{position:absolute;white-space:nowrap;line-height:42px;color:var(--text-2);font-size:13px;animation:marquee 26s linear infinite}.ticker-inner b{color:var(--gold-2)}@keyframes marquee{0%{transform:translate(20%)}to{transform:translate(-100%)}}.showcase-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.showcase-col{display:flex;flex-direction:column;gap:16px}.showcase-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px 16px;transition:all .2s;position:relative;overflow:hidden}.showcase-card:hover{border-color:#ffb02e59;transform:translateY(-2px)}.showcase-card .sc-top{display:flex;gap:12px;align-items:center}.showcase-card .sc-skin{width:86px;height:62px;flex:none;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.showcase-card .sc-skin svg{width:78%;height:78%}.showcase-card .sc-info{min-width:0;flex:1}.showcase-card .sc-skin-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-card .sc-case{font-size:11.5px;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-card .sc-price{font-family:var(--num-font);font-size:13px;color:var(--gold-2);margin-top:3px}.showcase-card .sc-quote{font-size:12.5px;color:var(--text-2);margin-top:10px;line-height:1.6}.showcase-card .sc-foot{display:flex;justify-content:space-between;margin-top:8px;font-size:11.5px;color:var(--text-3)}.showcase-card .sc-crown{position:absolute;top:0;right:0;padding:2px 10px;font-size:11px;border-radius:0 10px;background:linear-gradient(135deg,#ffd15c,#ff9d2e);color:#3a2503;font-weight:700}.modal-mask{position:fixed;inset:0;background:#05080eb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.modal{width:520px;max-width:calc(100vw - 40px);max-height:86vh;overflow:auto;background:var(--panel-2);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);animation:popIn .24s cubic-bezier(.2,.9,.3,1.2)}.modal-head{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:16.5px;font-weight:700}.modal-close{cursor:pointer;color:var(--text-3);font-size:18px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px}.modal-close:hover{background:#ffffff14;color:var(--text)}.modal-body{padding:20px 22px}.modal-foot{padding:14px 22px 20px;display:flex;gap:12px;justify-content:flex-end}@keyframes fadeIn{0%{opacity:0}}@keyframes popIn{0%{opacity:0;transform:scale(.92) translateY(10px)}}.toast-wrap{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:900;display:flex;flex-direction:column;gap:10px;align-items:center;pointer-events:none}.toast{padding:11px 22px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:var(--shadow);animation:toastIn .25s cubic-bezier(.2,.9,.3,1.2);display:flex;align-items:center;gap:8px}.toast.ok{background:linear-gradient(135deg,#1d8a63,#14654a);color:#d7fff0;border:1px solid rgba(46,204,143,.4)}.toast.err{background:linear-gradient(135deg,#8a1d1d,#651414);color:#ffe0e0;border:1px solid rgba(255,92,92,.4)}.toast.info{background:linear-gradient(135deg,#1d3a8a,#142365);color:#d7e6ff;border:1px solid rgba(61,123,255,.4)}@keyframes toastIn{0%{opacity:0;transform:translateY(-14px) scale(.94)}}.form-item{margin-bottom:16px}.form-label{display:block;font-size:13px;color:var(--text-2);margin-bottom:7px}.input,select.input,textarea.input{width:100%;background:#ffffff0d;border:1px solid var(--border);border-radius:9px;color:var(--text);padding:10px 14px;font-size:14px;outline:none;transition:all .18s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3d7bff26}select.input option{background:var(--panel-2)}.data-table{width:100%;border-collapse:collapse;font-size:13.5px}.data-table th{text-align:left;padding:11px 14px;color:var(--text-3);font-weight:600;font-size:12.5px;border-bottom:1px solid var(--border);background:#ffffff05;white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.045);vertical-align:middle}.data-table tr:hover td{background:#ffffff06}.table-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;overflow:auto}.status-dot{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;white-space:nowrap}.status-dot i{width:7px;height:7px;border-radius:50%;flex:none}.status-dot.online i{background:var(--success);box-shadow:0 0 6px var(--success)}.status-dot.offline i{background:var(--text-3)}.status-dot.warn i{background:var(--warning);box-shadow:0 0 6px var(--warning)}.status-dot.danger i{background:var(--danger);box-shadow:0 0 6px var(--danger)}.status-dot.allocated i{background:var(--primary);box-shadow:0 0 6px var(--primary)}.progress{height:7px;background:#ffffff12;border-radius:4px;overflow:hidden;min-width:90px}.progress i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--primary),#7a5cff);transition:width .5s}.progress.gold i{background:linear-gradient(90deg,#ffd15c,#ff9d2e)}.progress.green i{background:linear-gradient(90deg,#2ecc8f,#1fa876)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:14px}.panel-pad{padding:20px}.empty-box{padding:70px 20px;text-align:center;color:var(--text-3)}.empty-box .e-icon{font-size:42px;margin-bottom:12px;opacity:.5}.footer{margin-top:60px;border-top:1px solid var(--border);background:#0d1119;padding:36px 0 26px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px;margin-bottom:26px}.footer h4{font-size:14px;margin-bottom:14px;color:var(--text)}.footer a{display:block;color:var(--text-3);font-size:13px;margin-bottom:9px}.footer a:hover{color:var(--primary-hi)}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-desc{color:var(--text-3);font-size:12.5px;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:18px;display:flex;justify-content:space-between;color:var(--text-3);font-size:12px}.roulette-zone{position:relative;overflow:hidden;border-radius:14px;background:linear-gradient(180deg,#0e1420,#0a0e16);border:1px solid var(--border);padding:26px 0}.roulette-strip{display:flex;gap:10px;padding:0 50%;will-change:transform}.roulette-item{flex:none;width:128px;height:128px;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid transparent;background:var(--panel-2)}.roulette-item svg{width:76%;height:76%}.roulette-marker{position:absolute;left:50%;top:8px;bottom:8px;width:3px;margin-left:-1.5px;z-index:5;border-radius:2px;background:linear-gradient(180deg,#ffd15c,#ff9d2e);box-shadow:0 0 14px #ffb02ecc}.roulette-marker:before,.roulette-marker:after{content:"";position:absolute;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#ffd15c}.roulette-marker:before{top:-6px}.roulette-marker:after{bottom:-6px}.roulette-side{position:absolute;top:0;bottom:0;width:110px;z-index:4;pointer-events:none}.roulette-side.l{left:0;background:linear-gradient(90deg,#0a0e16 20%,transparent)}.roulette-side.r{right:0;background:linear-gradient(-90deg,#0a0e16 20%,transparent)}.reveal-mask{position:fixed;inset:0;z-index:600;background:#05080ed9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s}.reveal-card{text-align:center;animation:revealBurst .6s cubic-bezier(.15,1.2,.3,1);position:relative}.reveal-card .rv-glow{position:absolute;inset:-90px;border-radius:50%;filter:blur(70px);opacity:.55;animation:pulseGlow 1.6s ease-in-out infinite}.reveal-card .rv-art{width:300px;height:220px;position:relative;display:flex;align-items:center;justify-content:center}.reveal-card .rv-art svg{width:230px;height:170px;filter:drop-shadow(0 16px 30px rgba(0,0,0,.7))}.reveal-card .rv-name{font-size:23px;font-weight:800;margin-top:10px}.reveal-card .rv-ext{color:var(--text-2);font-size:14px;margin-top:4px}.reveal-card .rv-price{font-family:var(--num-font);font-size:20px;color:var(--gold-2);margin-top:12px}@keyframes revealBurst{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.06)}to{transform:scale(1);opacity:1}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.7}}.tradeup-layout{display:grid;grid-template-columns:1fr 380px;gap:18px;align-items:start}.exchange-layout{display:grid;grid-template-columns:1fr 34px 1fr;gap:12px;align-items:start}@media(max-width:1100px){.exchange-layout{grid-template-columns:1fr}}.tu-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.tu-slot{aspect-ratio:1.15;border-radius:12px;border:1.5px dashed var(--border);background:#ffffff05;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .2s}.tu-slot.filled{border-style:solid}.tu-slot svg{width:74%;height:74%}.tu-slot .tu-x{position:absolute;top:4px;right:6px;font-size:12px;color:var(--text-3);cursor:pointer}.tu-slot .tu-x:hover{color:var(--danger)}.roll-card{border-radius:16px;border:1px solid var(--border);background:var(--panel);overflow:hidden;transition:all .2s}.roll-card:hover{border-color:#ffb02e66;transform:translateY(-3px)}.roll-banner{height:168px;position:relative;display:flex;align-items:center;justify-content:center}.roll-banner .rb-glow{position:absolute;inset:-20%;filter:blur(60px);opacity:.5}.roll-prize{position:relative;display:flex;flex-direction:column;align-items:center}.roll-prize svg{width:190px;height:130px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.6))}.roll-pool{font-family:var(--num-font);font-size:30px;font-weight:800;color:var(--gold-2)}.roll-avatars{display:flex}.roll-avatars .avatar{width:26px;height:26px;font-size:11px;border:2px solid var(--panel);margin-left:-7px}.roll-avatars .avatar:first-child{margin-left:0}.countdown{display:flex;gap:6px;align-items:center;font-family:var(--num-font)}.countdown b{background:#ffffff14;border:1px solid var(--border);border-radius:6px;padding:3px 8px;font-size:15px;font-weight:700;color:#fff;min-width:34px;text-align:center}.countdown span{color:var(--text-3);font-size:12px}.admin-layout{display:flex;min-height:100vh;background:var(--bg-soft)}.admin-side{width:232px;flex:none;background:#0d121c;border-right:1px solid var(--border);padding:20px 14px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.admin-side .menu{margin-top:24px;display:flex;flex-direction:column;gap:4px;flex:1}.admin-side .menu a{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;color:var(--text-2);font-size:14px;transition:all .18s}.admin-side .menu a:hover{background:#ffffff0d;color:var(--text)}.admin-side .menu a.active{background:linear-gradient(90deg,#3d7bff33,#3d7bff0d);color:#fff;border-left:none;box-shadow:inset 3px 0 0 var(--primary)}.admin-main{flex:1;padding:24px 26px;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.admin-title{font-size:21px;font-weight:800}.stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:13px;padding:17px 18px;display:flex;align-items:center;gap:14px}.stat-card .s-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.stat-card .s-icon svg{width:22px;height:22px}.stat-card .s-val{font-family:var(--num-font);font-size:23px;font-weight:700;line-height:1.15}.stat-card .s-label{font-size:12px;color:var(--text-3)}.coupon-card{border-radius:13px;border:1px solid var(--border);background:var(--panel);display:flex;overflow:hidden;position:relative;min-height:108px}.coupon-left{width:128px;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#3d7bff29,#7a5cff1a);border-right:2px dashed var(--border)}.coupon-left.gold{background:linear-gradient(160deg,#ffb02e26,#ff6b5014)}.coupon-amount{font-family:var(--num-font);font-size:30px;font-weight:800;color:var(--gold-2)}.coupon-amount.blue{color:#7dabff}.coupon-amount:before{content:"¥";font-size:15px}.coupon-amount .pct:before{content:""}.coupon-mid{flex:1;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.coupon-title{font-size:14.5px;font-weight:600}.coupon-cond{font-size:12px;color:var(--text-3)}.coupon-right{flex:none;display:flex;align-items:center;padding:0 18px}.log-line{display:flex;gap:10px;padding:8px 0;border-bottom:1px dashed rgba(255,255,255,.05);font-size:12.5px}.log-line .l-time{color:var(--text-3);font-family:var(--num-font);flex:none}.log-line .l-msg{color:var(--text-2)}.float-anim{animation:floaty 3.2s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pulse-dot{animation:pulseDot 1.6s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.num{font-family:var(--num-font)}.text-gold{color:var(--gold-2)}.text-blue{color:#7dabff}.text-dim{color:var(--text-3)}.mt-8{margin-top:8px}.mt-14{margin-top:14px}.mt-20{margin-top:20px}.mt-28{margin-top:28px}.mb-8{margin-bottom:8px}.mb-14{margin-bottom:14px}.mb-20{margin-bottom:20px}.flex{display:flex}.flex-1{flex:1;min-width:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-14{gap:14px}.gap-20{gap:20px}.text-right{text-align:right}.relative{position:relative}.nav-burger{display:none;width:38px;height:38px;border-radius:9px;border:1px solid var(--border);background:#ffffff0d;color:var(--text);font-size:17px;cursor:pointer;align-items:center;justify-content:center;flex:none}.nav-drawer-mask{position:fixed;inset:0;background:#05080e99;z-index:390;animation:fadeIn .2s}.nav-drawer{position:fixed;top:0;right:0;bottom:0;width:min(78vw,300px);z-index:400;background:var(--panel-2);border-left:1px solid var(--border);box-shadow:var(--shadow);padding:18px 14px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;animation:drawerIn .25s ease}.nav-drawer>a{padding:12px 14px;border-radius:10px;color:var(--text-2);font-size:15px;display:flex;align-items:center;gap:10px}.nav-drawer>a:hover{background:#ffffff0f;color:var(--text)}.nav-drawer>a.active{color:#fff;background:linear-gradient(180deg,#3d7bff38,#3d7bff1a)}.nav-drawer .sep{height:1px;background:var(--border);margin:8px 4px}@keyframes drawerIn{0%{transform:translate(50px);opacity:0}}.home-duo{display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:start}.activity-row{display:flex;gap:14px;margin-top:14px}.case-head{display:flex;gap:30px;align-items:center}.case-actions{width:220px}@media(max-width:1024px){.container{max-width:calc(100vw - 24px)}.cols-5,.cols-4{grid-template-columns:repeat(3,1fr)}.cols-3,.quick-grid,.showcase-wrap{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.tradeup-layout,.home-duo{grid-template-columns:1fr}.carousel{height:300px}.carousel-item .caption{padding:0 26px}.carousel-item .cap-title{font-size:25px}.stat-cards{grid-template-columns:repeat(2,1fr)}.case-head{flex-direction:column;align-items:stretch;gap:18px}.case-actions{width:100%}.case-head>div:first-child{align-self:center}}@media(max-width:768px){body{font-size:13.5px}.container{max-width:calc(100vw - 20px)}.notice-bar{height:32px}.notice-text{font-size:11.5px}.nav{height:56px}.nav .container{gap:10px}.nav-menu{display:none}.nav-burger{display:flex}.nav-right .balance-chip,.nav-right>.tag-blue{display:none}.nav-right{gap:8px}.logo-sub{display:none}.logo-text{font-size:18px}.user-chip span:last-child{display:none}.section{margin:20px 0}.section-head{flex-wrap:wrap;gap:10px}.section-head>.flex{flex-wrap:wrap}.section-title{font-size:17px;flex-wrap:wrap}.grid{gap:10px}.cols-5,.cols-4,.cols-3{grid-template-columns:repeat(2,1fr)}.cols-2{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(2,1fr);gap:10px}.quick-card{padding:14px;gap:10px}.quick-card .q-icon{width:42px;height:42px;border-radius:10px}.quick-card .q-icon svg{width:22px;height:22px}.quick-card .q-title{font-size:14.5px}.quick-card .q-desc{font-size:11px}.activity-row{flex-direction:column}.showcase-wrap{grid-template-columns:1fr}.product-card .art-zone{height:112px}.product-card .p-name{font-size:13px}.price-now{font-size:16px}.carousel{height:200px;border-radius:12px}.carousel-item .caption{padding:0 18px;background:linear-gradient(90deg,rgba(8,11,18,.85) 35%,rgba(8,11,18,.3) 75%,transparent)}.carousel-item .cap-title{font-size:19px}.carousel-item .cap-sub{font-size:12px;margin-top:6px}.carousel-item .cap-btn{margin-top:14px}.roulette-zone{padding:16px 0}.roulette-item{width:92px;height:92px}.roulette-side{width:42px}.reveal-card .rv-art{width:230px;height:165px}.reveal-card .rv-art svg{width:175px;height:128px}.reveal-card .rv-name{font-size:18px}.modal{max-width:calc(100vw - 20px);border-radius:12px}.modal-head{padding:14px 16px;font-size:15px}.modal-body{padding:14px 16px}.modal-foot{padding:10px 16px 14px}.modal-foot .btn{flex:1}.toast-wrap{top:60px;width:calc(100vw - 28px)}.toast{font-size:13px;padding:9px 14px}.roll-banner{height:128px}.roll-prize svg{width:140px;height:96px}.roll-pool{font-size:22px}.tu-slots{gap:6px}.panel{overflow-x:auto}.empty-box{padding:44px 14px}.footer{margin-top:36px;padding:24px 0 18px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-bottom{flex-direction:column;gap:6px}}@media(max-width:430px){.cols-5,.cols-4,.cols-3{grid-template-columns:repeat(2,1fr)}.coupon-card{flex-direction:column}.coupon-left{width:100%;border-right:none;border-bottom:2px dashed var(--border);flex-direction:row;gap:10px;padding:8px}.coupon-right{padding:10px 14px}.nav-drawer{width:84vw}}
