:root{--xz-primary:#ff6a00;--xz-primary-strong:#e85200;--xz-price:#f04422;--xz-success:#13a66a;--xz-guarantee:#c99728;--xz-text:#191919;--xz-text-2:#666;--xz-text-3:#999;--xz-bg:#f5f5f3;--xz-card:#fff;--xz-line:#eceae6;--xz-dark:#171717;--xz-shadow:0 8px 30px rgba(31,24,15,.08);--xz-shadow-sm:0 3px 12px rgba(31,24,15,.06);--xz-r4:4px;--xz-r8:8px;--xz-r12:12px;--xz-r16:16px;--xz-container:1440px;--xz-gutter:clamp(20px,3vw,48px);--pc-container:1320px;--pc-gutter:40px;--pc-nav-inset:40px;--pc-primary:#f60}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth}body{margin:0;background:var(--xz-bg);color:var(--xz-text);font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}::-moz-selection{background:#ffd7bc;color:#9d3500}::selection{background:#ffd7bc;color:#9d3500}:focus-visible{outline:3px solid rgba(255,106,0,.3);outline-offset:2px}.container{width:var(--xz-container);max-width:calc(100% - var(--xz-gutter)*2);margin:0 auto}.muted{color:var(--xz-text-3)}.price{color:var(--xz-price);font-weight:800}.success{color:var(--xz-success)}.gold{color:var(--xz-guarantee)}.btn{min-height:40px;padding:0 22px;border:1px solid var(--xz-line);border-radius:8px;background:#fff;color:#333;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;transition:.18s}.btn:hover{transform:translateY(-1px);box-shadow:var(--xz-shadow-sm)}.btn-primary,.btn.primary{color:#fff;border-color:var(--xz-primary);background:linear-gradient(135deg,#ff7a1a,var(--xz-primary-strong))}.btn-ghost,.btn.ghost{color:var(--xz-primary);border-color:#ffd1b3;background:#fff8f3}.btn-soft,.btn.soft{color:#a66800;border-color:#efd7a0;background:#fff9e8}.btn.danger{color:#d9363e;border-color:#ffd0d3;background:#fff7f7}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.48;transform:none;box-shadow:none;pointer-events:none}.card{background:var(--xz-card);border:1px solid var(--xz-line);border-radius:12px;box-shadow:var(--xz-shadow-sm)}.tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:5px;background:#fff4eb;color:#d85200;font-size:12px}.tag.safe{background:#eaf8f2;color:#0e8655}.tag.gold{background:#fff8e7;color:#9c7113}.tag.gray{background:#f2f2f2;color:#777}.field{display:flex;flex-direction:column;gap:8px}.field>span{font-weight:700}.field input,.field select,.field textarea,.input,.select,.textarea{width:100%;min-height:42px;border:1px solid #ddd9d3;border-radius:8px;background:#fff;padding:0 12px;color:var(--xz-text);transition:.18s}.field textarea,.textarea{padding:12px;min-height:108px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.input:focus,.select:focus,.textarea:focus{border-color:var(--xz-primary);box-shadow:0 0 0 3px #ff6a001a;outline:none}.form-error{color:#d9363e;font-size:12px}.notice{padding:10px 12px;border-radius:8px;background:#fff5e8;color:#a85b00}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.grid-3{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.skeleton{position:relative;overflow:hidden;background:#eeeae5;border-radius:8px}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.7),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn,.field input,.field select,.input,.select{min-height:44px}.site-shell{min-width:1024px;min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.top-ribbon{height:36px;background:#fff;border-bottom:1px solid #eee}.top-ribbon .container{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#666}.ribbon-links,.ribbon-user{display:flex;align-items:center;gap:20px}.ribbon-links a:hover,.ribbon-login{color:var(--xz-primary)}.hero-head{background:linear-gradient(180deg,#fff7ef,#fff);padding:18px 0 8px}.hero-head__inner{display:grid;grid-template-columns:205px minmax(520px,760px) 1fr;gap:24px;align-items:start}.brand-logo img{height:76px;max-width:200px;-o-object-fit:contain;object-fit:contain}.brand-fallback{height:76px;display:flex;align-items:center;gap:12px;font-size:28px;font-weight:900;color:var(--xz-primary)}.brand-mark{display:grid;place-items:center;width:62px;height:62px;border-radius:16px;background:linear-gradient(135deg,#ff9b58,var(--xz-primary));color:#fff}.search-box{padding-top:8px}.search-main{height:48px;border:3px solid var(--xz-primary);border-radius:24px;background:#fff;display:flex;align-items:center;overflow:hidden}.search-main select{width:98px;height:100%;border:0;border-right:1px solid #eee;padding:0 14px;background:#fff}.search-main input{min-width:0;flex:1;height:100%;border:0;padding:0 18px;font-size:15px;outline:none}.search-main button{height:100%;width:104px;border:0;background:linear-gradient(135deg,#ff811f,var(--xz-primary-strong));color:#fff;font-weight:800}.search-hot{padding:7px 12px;color:#999;font-size:12px;display:flex;gap:14px}.search-hot a:hover{color:var(--xz-primary)}.hero-mascot{height:105px;display:flex;align-items:flex-end;justify-content:flex-end;font-size:72px;filter:drop-shadow(0 5px 8px rgba(0,0,0,.08))}.main-nav{height:52px;background:linear-gradient(180deg,#292929,#101010);border-radius:14px 14px 0 0;display:flex;color:#fff;box-shadow:0 5px 20px #0000003b;position:relative}.main-nav:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--xz-primary),#ffc06b,var(--xz-primary),transparent)}.nav-all{width:220px;display:flex;align-items:center;justify-content:center;gap:10px;background:#111;font-weight:800;border-radius:14px 0 0}.nav-links{display:flex;align-items:stretch;flex:1}.nav-links a{display:flex;align-items:center;padding:0 24px;position:relative;color:#eee;font-weight:600}.nav-links a.router-link-active,.nav-links a:hover{background:#ff6a0029;color:#fff}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:3px;background:var(--xz-primary);transition:.2s}.nav-links a.router-link-active:after,.nav-links a:hover:after{left:20%;right:20%}.nav-right{display:flex;align-items:center;padding:0 22px;border-left:1px solid #333;color:#ffc17a}.home-atmosphere{background:linear-gradient(180deg,#fff 0,#fff8ef 390px,var(--xz-bg) 720px)}.home-hero-frame{background:#fff;border-radius:0 0 16px 16px;border:1px solid #e9e4dc;border-top:0;box-shadow:var(--xz-shadow);padding:14px}.hero-columns{height:330px;display:grid;grid-template-columns:220px minmax(0,1fr) 258px;gap:14px}.side-menu{border-radius:12px;background:linear-gradient(180deg,#fff9f4,#fff);border:1px solid #f1e6dc;padding:8px}.side-menu a{height:61px;border-radius:9px;display:grid;grid-template-columns:42px 1fr 16px;align-items:center;gap:9px;padding:0 8px}.side-menu a:hover{background:#fff0e4;transform:translate(2px)}.side-menu__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#ffbc88,#ff6a00);color:#fff;font-size:19px}.side-menu strong{display:block;font-size:15px}.side-menu small{display:block;color:#999;font-size:11px;margin-top:2px}.side-menu b{color:#bbb}.banner{position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#ffb161,#ff6a00);height:330px}.banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 70% 25%,#ffc083,transparent 35%),linear-gradient(135deg,#ff9f46,#e85200)}.banner-placeholder strong{font-size:32px}.banner-placeholder span{font-size:16px;margin-top:8px}.banner-dots{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:8px}.banner-dots button{width:44px;height:5px;border:0;border-radius:5px;background:#ffffff8c;padding:0}.banner-dots button.active{background:#fff}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:52px;border:0;background:#00000038;color:#fff;font-size:24px}.banner-arrow.prev{left:0}.banner-arrow.next{right:0}.user-hub{border:1px solid #f1e8df;border-radius:12px;background:#fff;padding:16px;display:flex;flex-direction:column}.user-profile{display:flex;align-items:center;gap:11px;padding-bottom:14px;border-bottom:1px solid #f1f1f1}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#fff1e5,#ffd0ad);color:var(--xz-primary);font-size:22px;font-weight:800}.user-profile small,.user-profile strong{display:block}.user-profile small{color:#999}.quick-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:14px 0}.quick-links a{height:50px;border-radius:8px;background:#faf8f6;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px}.quick-links a:hover{background:#fff2e8;color:var(--xz-primary)}.hub-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hub-actions a{height:62px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:800}.hub-actions .buy{background:#fff1e5;color:#e65a00}.hub-actions .sell{background:#fff7dc;color:#a66d00}.hub-foot{margin-top:14px;display:flex;justify-content:space-around;font-size:12px;color:#777}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.promo-card{height:92px;border-radius:12px;color:#fff;padding:0 22px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--xz-shadow-sm);overflow:hidden}.promo-card strong{font-size:18px;display:block}.promo-card small{opacity:.88}.promo-card.orange{background:linear-gradient(135deg,#ffad67,#f15a00)}.promo-card.green{background:linear-gradient(135deg,#55c99a,#087c50)}.promo-card.gold{background:linear-gradient(135deg,#e9c66f,#9b6f13)}.promo-card em{font-style:normal;font-size:36px;opacity:.85}.home-section{margin-top:22px}.ticker{height:46px;background:#fff;border-radius:10px;border:1px solid var(--xz-line);overflow:hidden}.ticker,.ticker-badge{display:flex;align-items:center}.ticker-badge{align-self:stretch;padding:0 18px;background:#fff0e5;color:#df5700;font-weight:800}.ticker-track{flex:1;overflow:hidden;white-space:nowrap;padding:0 18px}.ticker-track span{margin-right:38px}.section-head{display:flex;align-items:end;justify-content:space-between;margin:24px 0 14px}.section-head h2{margin:0;font-size:24px}.section-head h2 small{font-size:13px;color:#999;font-weight:400;margin-left:10px}.section-more{color:#888}.section-more:hover{color:var(--xz-primary)}.game-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px;background:#fff;border:1px solid var(--xz-line);border-radius:12px;padding:18px}.game-item{height:92px;border:0;background:transparent;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.game-item:hover{background:#fff3ea;color:var(--xz-primary);transform:translateY(-2px)}.game-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#f1f1f1;overflow:hidden;font-weight:800}.game-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.listing-section{position:relative;background:#fff;border-radius:16px;margin-top:26px;border:1px solid var(--xz-line);overflow:hidden}.listing-head{height:70px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#201b17,#2f2119);color:#fff}.listing-tabs{display:flex;gap:26px}.listing-tabs button{border:0;background:none;color:#aaa;font-size:20px;font-weight:800}.listing-tabs button.active{color:#ffc078}.listing-game-tabs{display:flex;gap:10px;padding:15px 20px;border-bottom:1px solid #eee;overflow:hidden}.listing-game-tabs button{height:36px;border:1px solid #eee;border-radius:18px;background:#fff;padding:0 14px}.listing-game-tabs button.active{border-color:var(--xz-primary);background:#fff4ec;color:var(--xz-primary)}.listing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px}.listing-card{border:1px solid #eee;border-radius:10px;background:#fff;overflow:hidden;transition:.18s}.listing-card:hover{transform:translateY(-3px);box-shadow:var(--xz-shadow)}.listing-cover{height:152px;background:#f2f0ed;overflow:hidden}.listing-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.listing-body{padding:13px}.listing-title{height:42px;font-size:15px;font-weight:700;overflow:hidden}.listing-meta{color:#888;font-size:12px;margin:8px 0}.listing-tags{height:26px;display:flex;gap:6px}.listing-foot{display:flex;align-items:end;justify-content:space-between;margin-top:10px}.listing-foot .price{font-size:23px}.listing-foot small{color:#aaa}.guarantee-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8e5e0;border:1px solid #e8e5e0;border-radius:14px;overflow:hidden;margin:26px 0}.guarantee-strip article{height:104px;background:#fff;display:flex;align-items:center;gap:14px;padding:0 22px}.guarantee-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eaf8f2;color:var(--xz-success);font-size:22px}.guarantee-strip small,.guarantee-strip strong{display:block}.guarantee-strip small{color:#888;margin-top:4px}.footer{background:#1b1b1b;color:#aaa;margin-top:44px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:46px 0 32px}.footer h4{color:#fff;margin:0 0 15px}.footer a{display:block;margin:8px 0}.footer a:hover{color:#ff9b55}.footer-bottom{border-top:1px solid #333;padding:18px 0;text-align:center;font-size:12px}.float-service{position:fixed;right:18px;top:50%;z-index:30;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:var(--xz-shadow)}.float-service a,.float-service button{width:62px;height:64px;border:0;border-bottom:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px}.float-service a:hover,.float-service button:hover{color:var(--xz-primary);background:#fff6ef}.inner-head{background:#fff;border-bottom:1px solid #eee}.inner-head .container{height:92px;display:flex;align-items:center;gap:35px}.inner-logo{font-size:25px;font-weight:900;color:var(--xz-primary)}.inner-search{width:620px;height:44px;border:2px solid var(--xz-primary);border-radius:22px;display:flex;overflow:hidden}.inner-search input{flex:1;border:0;padding:0 16px;outline:0}.inner-search button{width:86px;border:0;background:var(--xz-primary);color:#fff}.breadcrumbs{font-size:13px;color:#888;margin:18px 0}.page-grid{display:grid;grid-template-columns:240px 1fr;gap:18px}.filter-panel{padding:18px;height:-moz-max-content;height:max-content}.filter-panel h3{margin:0 0 16px}.filter-group{padding:14px 0;border-top:1px solid #eee}.filter-group strong{display:block;margin-bottom:9px}.filter-options{display:flex;flex-wrap:wrap;gap:7px}.filter-options button{border:1px solid #eee;background:#fff;border-radius:5px;padding:5px 9px}.filter-options button.active{border-color:#ffb27e;color:var(--xz-primary);background:#fff5ee}.list-toolbar{height:54px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.toolbar-tabs{display:flex;gap:18px}.toolbar-tabs button{border:0;background:none}.toolbar-tabs button.active{color:var(--xz-primary);font-weight:800}.pagination{display:flex;justify-content:center;gap:8px;margin:24px 0}.pagination button{min-width:36px;height:36px;border:1px solid #ddd;background:#fff;border-radius:6px}.pagination button.active{background:var(--xz-primary);border-color:var(--xz-primary);color:#fff}.detail-top{display:grid;grid-template-columns:470px 1fr;gap:26px;padding:22px}.gallery-main{height:360px;background:#f0eeeb;border-radius:10px;overflow:hidden}.gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-thumbs{display:flex;gap:9px;margin-top:10px}.gallery-thumbs button{width:64px;height:50px;border:2px solid transparent;padding:0;border-radius:6px;overflow:hidden}.gallery-thumbs button.active{border-color:var(--xz-primary)}.detail-info h1{font-size:23px;margin:5px 0 12px}.detail-price{background:#fff5ed;padding:16px;border-radius:8px}.detail-price .price{font-size:34px}.detail-attrs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.detail-attrs div{padding:10px;background:#faf9f7;border-radius:7px}.detail-actions{display:flex;gap:12px;margin-top:20px}.detail-actions .btn{min-width:128px;height:48px}.detail-columns{display:grid;grid-template-columns:1fr 300px;gap:18px;margin-top:18px}.detail-block{padding:22px;margin-bottom:16px}.detail-block h2{margin:0 0 17px;font-size:19px}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.report-item{padding:13px;border-radius:8px;background:#f3faf7}.report-item.warn{background:#fff5e8}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:7px;top:7px;bottom:7px;width:2px;background:#e8e8e8}.timeline-item{position:relative;padding:0 0 20px}.timeline-item:before{content:"";position:absolute;left:-21px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--xz-primary)}.workspace{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;margin:22px auto}.workspace-nav{padding:14px;height:-moz-max-content;height:max-content;position:sticky;top:18px}.workspace-user{padding:12px 8px 18px;border-bottom:1px solid #eee;margin-bottom:10px}.workspace-user strong{display:block;font-size:17px}.workspace-nav a{display:flex;align-items:center;height:44px;border-radius:8px;padding:0 12px;margin:3px 0}.workspace-nav a.router-link-active,.workspace-nav a:hover{background:#fff2e9;color:var(--xz-primary);font-weight:700}.workspace-main{min-width:0}.panel{padding:22px}.panel+.panel{margin-top:16px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head h1,.panel-head h2{margin:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{padding:20px}.metric strong{display:block;font-size:26px;margin-top:7px}.action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.action-tile{height:86px;border:1px solid #eee;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{text-align:left;padding:13px 12px;border-bottom:1px solid #eee}.data-table th{background:#faf9f7;color:#666}.data-table tr:hover td{background:#fffaf6}.status-badge{display:inline-flex;padding:3px 8px;border-radius:12px;background:#edf8f3;color:#148258;font-size:12px}.form-card{max-width:720px}.form-stack{display:flex;flex-direction:column;gap:18px}.form-actions{display:flex;gap:12px;padding-top:8px}.auth-page{min-height:650px;background:radial-gradient(circle at 30% 20%,#ffd4b4,transparent 33%),linear-gradient(135deg,#fff6ef,#f5f5f3);display:grid;place-items:center;padding:50px}.auth-box{width:460px;padding:34px}.auth-logo{text-align:center;color:var(--xz-primary);font-size:26px;font-weight:900}.auth-tabs{display:flex;border-bottom:1px solid #eee;margin:24px 0}.auth-tabs button{flex:1;height:44px;border:0;background:none}.auth-tabs button.active{color:var(--xz-primary);font-weight:800;border-bottom:2px solid var(--xz-primary)}.auth-box .field{margin-bottom:16px}.auth-foot{display:flex;justify-content:space-between;margin-top:18px;font-size:13px}.auth-foot a{color:var(--xz-primary)}.pc-login-box{width:500px}.pc-login-box .auth-tabs button{font-size:15px}.code-field{display:grid;grid-template-columns:1fr 132px;gap:10px}.auth-submit{width:100%;height:48px}.agreement-check{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:#777;font-size:13px}.agreement-check input{margin-top:4px}.agreement-check a{color:var(--xz-primary)}.qr-login{text-align:center;min-height:292px}.qr-frame{width:218px;height:218px;margin:0 auto 12px;border:1px solid #eee;border-radius:12px;display:grid;place-items:center;background:#fff}.qr-login strong{font-size:17px}.qr-login p{margin:5px 0;color:#888;font-size:13px}.qr-refresh{border:0;background:none;color:var(--xz-primary);font-weight:700}.modal-mask{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#16120e6b}.confirm-dialog{width:min(420px,calc(100vw - 40px));padding:26px;border-radius:16px;background:#fff;box-shadow:0 20px 60px #0000002e}.confirm-dialog h2{margin:0;font-size:20px}.confirm-dialog p{color:#777;margin:12px 0 22px}.confirm-dialog>div{display:flex;justify-content:flex-end;gap:10px}.conversation-layout{display:grid;grid-template-columns:210px 300px 1fr;height:680px;overflow:hidden}.conversation-cats{background:#27231f;color:#ddd;padding:16px}.conversation-cats button{width:100%;height:46px;border:0;border-radius:8px;background:transparent;color:inherit;text-align:left;padding:0 12px}.conversation-cats button.active{background:var(--xz-primary);color:#fff}.conversation-list{border-right:1px solid #eee;overflow:auto}.conversation-item{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;padding:15px;text-align:left}.conversation-item.active{background:#fff4ec}.chat-pane{display:flex;flex-direction:column}.chat-head{height:64px;border-bottom:1px solid #eee;padding:0 18px;display:flex;align-items:center;font-weight:800}.chat-messages{flex:1;padding:20px;overflow:auto;background:#faf9f7}.bubble{max-width:68%;padding:10px 13px;border-radius:10px;background:#fff;margin:10px 0}.bubble.mine{margin-left:auto;background:#ffe8d7}.chat-compose{height:120px;border-top:1px solid #eee;padding:12px;display:flex;gap:10px}.chat-compose textarea{flex:1;border:0;resize:none;outline:0}.chat-compose button{align-self:flex-end}.state-page{min-height:520px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.state-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#fff0e6;color:var(--xz-primary);font-size:34px;font-weight:900}.state-page h1{margin:18px 0 8px}.empty-box{padding:65px 20px;text-align:center;color:#888}.catalog-title{margin:-3px 0 18px}.catalog-title h1{font-size:28px;margin:0}.catalog-title p{margin:4px 0 0;color:#777}.listing-code{font-size:14px;color:#777}.listing-code b{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#333;letter-spacing:.06em}.detail-data-row{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid #eee}.detail-data-row span{color:#777}.narrow-tip{display:none}@media(max-width:1279px)and (min-width:1024px){.hero-columns{grid-template-columns:210px minmax(0,1fr) 250px}.side-menu{padding:10px}.game-grid{grid-template-columns:repeat(8,1fr)}.listing-grid{grid-template-columns:repeat(3,1fr)}.page-grid{grid-template-columns:210px 1fr}.detail-top{grid-template-columns:390px 1fr}.inner-search{width:min(52vw,620px)}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1023px){.site-shell>:not(.narrow-tip){display:none!important}.narrow-tip{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff7f0;text-align:center;padding:30px}.narrow-tip h1{color:var(--xz-primary)}}.cart-page{padding-bottom:110px}.cart-page__head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;margin-bottom:16px}.cart-page__head h1{margin:0;font-size:26px}.cart-page__head h1 small,.cart-section h2 small{font-size:14px;color:#999}.cart-page__head p{margin:4px 0 0;color:#888;font-size:13px}.cart-skeleton{display:grid;gap:12px;padding:22px}.cart-skeleton i{height:128px}.cart-notice{margin:0 0 14px}.cart-section{padding:0 22px;margin-bottom:16px}.cart-section__title{min-height:58px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.cart-section__title h2{margin:0;font-size:19px}.cart-section__title button{border:0;background:none;color:var(--xz-primary)}.cart-item{min-height:142px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #eee;padding:16px 0}.cart-item:last-child{border-bottom:0}.cart-check{flex:0 0 22px;width:22px;height:22px;padding:0;border:1px solid #ccc;border-radius:50%;background:#fff;color:transparent}.cart-check.checked{border-color:var(--xz-primary);background:var(--xz-primary);color:#fff}.cart-item__product{min-width:0;flex:1;display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px}.cart-item__cover{height:108px;border-radius:8px;overflow:hidden;background:#f3f1ee}.cart-item__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item__info{min-width:0;position:relative}.cart-item__info h3{margin:7px 0;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__info p{margin:5px 0;color:#999;font-size:12px}.cart-item__info .price{display:block;font-size:20px}.cart-item__game{color:#777;font-size:13px}.cart-item__game span{margin-left:8px;padding-left:8px;border-left:1px solid #ddd}.cart-item__remove{align-self:flex-start;border:0;background:none;color:#999}.cart-section--muted .cart-item__product{opacity:.55}.cart-section--muted .cart-item__info p{color:#d26f45}.cart-bar{position:fixed;z-index:40;left:50%;bottom:20px;transform:translate(-50%);width:min(var(--xz-container),calc(100% - var(--xz-gutter)*2));min-height:72px;padding:12px 18px;gap:18px;box-shadow:0 12px 38px #23190e2e}.cart-bar,.cart-bar>label{display:flex;align-items:center}.cart-bar>label{gap:7px}.cart-bar>span{color:#888;margin-right:auto}.cart-total{display:flex;align-items:baseline;gap:10px;margin-left:auto}.cart-total .price{font-size:25px}.cart-checkout{min-width:180px}.face-pc,.security-list,.simple-security-form{max-width:760px;background:#fff;border:1px solid var(--xz-line);border-radius:12px;overflow:hidden}.security-list a{min-height:64px;padding:0 20px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;border-bottom:1px solid #eee}.security-list a:last-child{border-bottom:0}.security-list a:hover{background:#fffaf5}.security-list span{font-size:16px;font-weight:700}.security-list b{font-size:14px;color:#888;font-weight:500}.security-list i{font-style:normal;color:#bbb;font-size:24px;text-align:right}.face-pc,.simple-security-form{padding:26px}.simple-security-form .field{display:block;margin-bottom:20px}.simple-security-form .field>span{display:block;margin-bottom:8px;font-weight:700}.simple-security-form input{width:100%;height:46px;border:1px solid #ddd;border-radius:8px;padding:0 13px;outline:0}.simple-security-form input:focus{border-color:var(--xz-primary);box-shadow:0 0 0 3px #ff6a001a}.simple-security-form form>.btn,.simple-security-form>.btn{min-width:160px}.security-current{display:flex;justify-content:space-between;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid #eee}.inline-code{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:10px}.verified-summary{padding:24px;background:#fffaf5;border-radius:10px}.verified-summary strong{font-size:19px}.verified-summary p{color:#777}.face-pc{text-align:center}.face-pc h2{margin:18px 0 8px}.face-pc p{color:#777}.security-notice{max-width:760px;margin-top:14px}.checkout-page{padding-bottom:54px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.checkout-main{padding:24px}.checkout-main .panel-head span{color:#888;font-size:13px}.checkout-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 0;border-top:1px solid #eee}.checkout-item img{width:110px;height:82px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#f3f1ee}.checkout-item strong{display:block;font-size:16px}.checkout-item p{margin:7px 0;color:#999}.checkout-item>.price{font-size:22px}.checkout-section{padding-top:22px;margin-top:8px;border-top:1px solid #eee}.checkout-section h2,.checkout-summary h2{font-size:18px;margin:0 0 15px}.coupon-option,.payment-method{width:100%;min-height:62px;border:1px solid #e7e3de;border-radius:9px;background:#fff;display:flex;align-items:center;gap:12px;padding:11px 14px;margin-bottom:10px;text-align:left}.coupon-option.active,.payment-method.active{border-color:var(--xz-primary);background:#fff9f4}.coupon-option span,.payment-method span{min-width:0;flex:1}.coupon-option small,.coupon-option strong,.payment-method small,.payment-method strong{display:block}.coupon-option small,.payment-method small{color:#999;margin-top:4px}.payment-method i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff0e5;color:var(--xz-primary);font-style:normal;font-weight:900}.payment-method:disabled{opacity:.5;cursor:not-allowed}.checkout-summary{position:sticky;top:18px;padding:22px}.checkout-summary>p{color:#777}.checkout-summary>div,.checkout-summary>p{display:flex;justify-content:space-between}.checkout-summary>div{border-top:1px solid #eee;padding-top:16px;margin-top:16px;align-items:baseline}.checkout-summary .price{font-size:26px}.checkout-summary .success{color:var(--xz-success)}.checkout-summary .agreement-check{margin:20px 0 10px}.checkout-identity{display:block!important;padding:10px;background:#fff7e9;border-radius:8px;color:#9b6a24!important;font-size:13px}.checkout-submit{width:100%;height:50px;margin-top:12px}.pay-qr{text-align:center}.pay-qr svg{margin:18px auto}.muted{color:#999}@media(max-width:1279px)and (min-width:1024px){.checkout-layout{grid-template-columns:minmax(0,1fr) 300px}.checkout-item{grid-template-columns:96px minmax(0,1fr) auto}.checkout-item img{width:96px;height:72px}}.pc-card-page{display:grid;gap:20px}.pc-card-hero{display:flex;min-height:210px;align-items:center;justify-content:space-between;gap:32px;padding:36px 42px;border:1px solid #f3d4af;border-radius:18px;background:linear-gradient(120deg,#fff0d7,#ffd39d);background-position:50%;background-size:cover;box-shadow:0 14px 34px #9759181a}.pc-card-hero h2{margin:8px 0;font-size:30px}.pc-card-hero p{margin:0;color:#805f40}.pc-card-hero__price{display:grid;justify-items:end;gap:10px;min-width:180px}.pc-card-hero__price b{font-size:30px;color:#d85c18}.pc-card-hero__price small{color:#8c725c}.pc-card-membership{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #eee4d9;border-radius:14px;background:#fff}.pc-card-membership>div{display:grid;gap:7px;padding:20px 24px;border-right:1px solid #eee4d9}.pc-card-membership>div:last-child{border:0}.pc-card-membership span{color:#8f8378}.pc-card-section{padding:24px;border:1px solid #eee4d9;border-radius:14px;background:#fff}.pc-card-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pc-card-section h2{margin:0 0 5px;font-size:20px}.pc-card-section header p{margin:0;color:#93887e}.pc-coupon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pc-coupon{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;min-height:106px;padding:18px;border:1px solid #f2cba9;border-radius:12px;background:linear-gradient(145deg,#fffaf3,#fff1df)}.pc-coupon>b{font-size:24px;color:#e56520}.pc-coupon>div{display:grid;gap:5px;min-width:0}.pc-coupon small,.pc-coupon span{overflow:hidden;color:#8c7969;text-overflow:ellipsis;white-space:nowrap}.pc-coupon.is-muted{filter:grayscale(.65);opacity:.62}.pc-dialog-mask{position:fixed;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#251e186b}.pc-dialog{width:min(430px,100%);padding:28px;border-radius:18px;background:#fff;box-shadow:0 24px 80px #1c140d40;text-align:center}.pc-dialog--wide{width:min(680px,100%);text-align:left}.pc-dialog h2{margin:0 0 12px}.pc-dialog p{color:#756c65;line-height:1.7}.pc-dialog>div:last-child{display:flex;justify-content:center;gap:12px;margin-top:22px}.pc-dialog .btn-link{border:0;color:#c36b2d;background:none}.pc-agreement{overflow:auto;max-height:55vh}.pc-card-checkout{padding-top:28px;padding-bottom:60px}.pc-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:22px}.pc-order-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 0 28px;border:1px solid #eee4d9;border-radius:12px}.pc-order-summary>div{display:grid;gap:8px;padding:20px;border-right:1px solid #eee4d9}.pc-order-summary>div:last-child{border:0}.pc-order-summary span{color:#91867c}.pc-benefit-list{display:grid;gap:10px;margin-bottom:26px}.pc-benefit-list>div{display:flex;align-items:center;gap:14px;padding:14px;border-radius:10px;background:#fff6ea}.pc-benefit-list b{color:#df611e}.pc-payment-panel{position:sticky;top:92px}.pc-payment-panel h2{margin-top:0}.pc-payment-method{position:relative;display:grid;width:100%;grid-template-columns:1fr auto;gap:4px;margin-bottom:10px;padding:15px 38px 15px 16px;border:1px solid #e8e0d8;border-radius:10px;background:#fff;text-align:left}.pc-payment-method span{font-weight:700}.pc-payment-method small{grid-column:1;color:#93877d}.pc-payment-method i{position:absolute;right:15px;top:50%;color:#c5b9af;transform:translateY(-50%)}.pc-payment-method.active{border-color:#ec8b43;background:#fff9f1}.pc-payment-method.active i{color:#e97729}.pc-payment-method:disabled{cursor:not-allowed;opacity:.5}.pc-payment-total{display:flex;align-items:baseline;justify-content:space-between;margin:22px 0 14px}.pc-payment-total strong{font-size:28px;color:#e25e19}.pc-pay-qr{gap:10px;padding:18px;border-radius:12px;background:#faf8f5}.pc-pay-qr,.pc-pay-result{display:grid;justify-items:center}.pc-pay-result{gap:12px;padding:80px 20px;text-align:center}.pc-pay-result>i{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;color:#fff;background:#40a66b;font-size:38px;font-style:normal}.btn.wide{width:100%}@media(max-width:1100px){.pc-coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-checkout-grid{grid-template-columns:minmax(0,1fr) 340px}.pc-card-hero{padding:30px}.pc-card-membership>div{padding:18px 15px}}.profile-avatar-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #eee}.profile-avatar-row img{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f3f3f3}.profile-avatar-row strong{font-size:16px}.profile-avatar-row p{margin:6px 0 0;color:#888;font-size:13px}.seller-wizard{padding:8px 0 0}.seller-steps{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 28px;padding:0;list-style:none}.seller-steps li{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;color:#999}.seller-steps li:not(:last-child):after{position:absolute;top:15px;left:calc(50% + 58px);width:calc(100% - 116px);height:1px;background:#e8e8e8;content:""}.seller-steps b{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#777;background:#f0f0f0}.seller-steps .active,.seller-steps .done{color:#222;font-weight:650}.seller-steps .active b,.seller-steps .done b{color:#fff;background:#ef6b17}.seller-step{min-height:380px;padding:4px 4px 24px}.step-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.step-heading h2{margin:0;font-size:21px}.step-heading p{margin:6px 0 0;color:#888}.text-link{border:0;color:#d88417;background:transparent;cursor:pointer}.seller-game-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.seller-game-grid button{display:flex;min-height:112px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #eee;border-radius:12px;background:#fff;cursor:pointer}.seller-game-grid button:hover{border-color:#f2a14e;box-shadow:0 8px 24px #dc821e1a}.seller-game-grid img{width:54px;height:54px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.dynamic-group{margin-top:20px;padding-top:18px;border-top:1px solid #eee}.dynamic-group h3{margin:0 0 15px;font-size:17px}.option-checks{display:flex;min-height:42px;align-items:center;gap:16px;flex-wrap:wrap}.option-checks label{display:flex;align-items:center;gap:6px}.seller-media{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.seller-media>div,.seller-media>label{position:relative;display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:1px dashed #d9d9d9;border-radius:10px;background:#fafafa}.seller-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-media>div button{position:absolute;right:5px;bottom:5px;padding:4px 8px;border:0;border-radius:6px;color:#fff;background:#000000a6}.seller-media>label{cursor:pointer}.seller-media>label span{align-self:end;font-weight:650}.seller-media>label small{align-self:start;color:#999}.seller-summary{display:grid;grid-template-columns:1fr 1fr;margin:0;border:1px solid #eee;border-radius:12px;overflow:hidden}.seller-summary>div{display:grid;grid-template-columns:110px 1fr;padding:15px 18px;border-bottom:1px solid #eee}.seller-summary>div:nth-child(odd){border-right:1px solid #eee}.seller-summary>div:nth-last-child(-n+2){border-bottom:0}.seller-summary dt{color:#888}.seller-summary dd{margin:0}.wizard-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:18px;border-top:1px solid #eee}.wizard-actions .btn{min-width:116px}@media(max-width:1180px){.seller-game-grid,.seller-media{grid-template-columns:repeat(5,1fr)}.profile-avatar-row{grid-template-columns:64px minmax(0,1fr) auto}.profile-avatar-row .ghost{grid-column:3}}.after-sale-form{max-width:880px;margin:0 auto}.evidence-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.evidence-grid>div,.evidence-grid>label{position:relative;display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:1px dashed #d8d8d8;border-radius:10px;background:#fafafa}.evidence-grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.evidence-grid>div button{position:absolute;right:5px;bottom:5px;padding:4px 8px;border:0;border-radius:5px;color:#fff;background:#000000a6}.evidence-grid>label{cursor:pointer}.evidence-grid>label small{align-self:start;color:#999}.after-sale-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:34px}.after-sale-layout>aside{padding-left:28px;border-left:1px solid #eee}.after-sale-layout h3{margin:0 0 16px}.evidence-grid.compact{grid-template-columns:repeat(3,1fr);margin-top:12px}.after-sale-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.help-pc{padding-bottom:50px}.help-hero{min-height:155px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(120deg,#fff,#fff7ed)}.help-hero h1{margin:0;font-size:30px}.help-hero p{color:#777}.help-hero .inner-search{width:min(52%,620px);margin:0}.snapshot-note{text-align:center;color:#9c762f;font-size:13px}.help-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;margin-top:18px}.help-categories{padding:14px}.help-categories h2{font-size:18px;padding:4px 10px 12px;margin:0}.help-categories button{width:100%;min-height:46px;border:0;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px;text-align:left}.help-categories button.active,.help-categories button:hover{background:#fff3e9;color:var(--xz-primary)}.help-categories small{color:#aaa}.help-categories .help-service{margin-top:12px;border:1px solid #ffd1ae;justify-content:center}.help-list{padding:22px}.help-row{min-height:72px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:20px}.help-row>span{min-width:0;flex:1}.help-row small,.help-row strong{display:block}.help-row small{color:#999;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-row>b{color:#bbb;font-size:23px}.help-article{max-width:980px;margin:0 auto;padding:36px 56px}.help-article>header{border-bottom:1px solid #eee;padding-bottom:22px}.help-article>header span{color:var(--xz-primary)}.help-article>header h1{font-size:30px;margin:10px 0}.help-article>header p{color:#999}.help-content{padding:12px 0}.help-content h2{font-size:22px;margin-top:30px}.help-content h3{font-size:18px;margin-top:24px}.help-content li,.help-content p{font-size:16px;line-height:1.9}.help-content figure{margin:24px 0}.help-content img{max-width:100%;border-radius:10px}.help-content figcaption{text-align:center;color:#999}.help-content hr{border:0;border-top:1px solid #eee;margin:30px 0}.help-steps{list-style:none;padding:0}.help-steps li{display:flex;gap:12px;margin:14px 0}.help-steps li>b{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff0e4;color:var(--xz-primary)}.help-notice{padding:14px 16px;background:#f3f7fa;border-radius:8px}.help-notice.warning{background:#fff6e7;color:#8d601f}.help-content-link{border:0;background:none;color:var(--xz-primary);padding:10px 0}.help-contact,.help-feedback,.help-related{border-top:1px solid #eee;padding:24px 0;text-align:center}.help-feedback .btn{margin:0 5px}.help-related{text-align:left}.help-related a{border-bottom:1px solid #eee}.feedback-reason,.help-related a{height:48px;display:flex;align-items:center;justify-content:space-between}.feedback-reason{width:100%;border:0;border-top:1px solid #eee;background:#fff}.message-pc{margin-top:22px;margin-bottom:40px}.message-head{padding:24px;display:flex;align-items:center;justify-content:space-between}.message-head h1{margin:0}.message-head p{margin:6px 0 0;color:#888}.message-head>div:last-child{display:flex;gap:10px}.message-tabs{height:58px;margin:14px 0;padding:0 18px;display:flex;align-items:stretch;gap:30px}.message-tabs button{position:relative;border:0;background:none;color:#777}.message-tabs button.active{color:var(--xz-primary);font-weight:800}.message-tabs button.active:after{content:"";position:absolute;left:15%;right:15%;bottom:0;height:3px;background:var(--xz-primary);border-radius:3px}.message-tabs em{font-style:normal;font-size:11px;background:#ef5454;color:#fff;border-radius:9px;padding:1px 5px;margin-left:5px}.message-list{padding:4px 24px}.message-row{width:100%;min-height:104px;border:0;border-bottom:1px solid #eee;background:#fff;display:grid;grid-template-columns:48px 1fr 20px;align-items:center;gap:16px;text-align:left;padding:16px 4px}.message-row>i{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#f3f5f7;color:#777;font-style:normal}.message-row.unread>i{background:#fff0e2;color:var(--xz-primary)}.message-row span{min-width:0}.message-row p,.message-row small,.message-row strong{display:block}.message-row small{color:#999}.message-row strong{font-size:16px;margin-top:5px}.message-row p{margin:5px 0 0;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-row>b{font-size:24px;color:#bbb}.message-more{text-align:center;padding:20px}.message-detail{max-height:70vh;overflow:auto}.message-detail>small{color:#999}.conversation-back{display:block;margin-top:16px;color:#ffc17a}.bubble small{display:block;margin-top:6px}@property --home-sky-hold{syntax:"<color>";inherits:true;initial-value:#ffd0c0}@property --home-sky-mid{syntax:"<color>";inherits:true;initial-value:#ffe4d8}@property --home-sky-glow{syntax:"<color>";inherits:true;initial-value:#ffab90}.home-atmosphere__sky{position:absolute;top:0;left:0;right:0;height:var(--home-sky-height,68vh);min-height:460px;max-height:720px;pointer-events:none;z-index:0;background:radial-gradient(ellipse 140% 90% at 50% -8%,color-mix(in srgb,var(--home-sky-glow) 72%,transparent) 0,color-mix(in srgb,var(--home-sky-hold) 35%,transparent) 42%,transparent 68%),linear-gradient(180deg,var(--home-sky-hold) 0,var(--home-sky-hold) 46%,var(--home-sky-mid) 76%,var(--home-sky-neutral,#f5f5f5) 100%);transition:--home-sky-hold .7s cubic-bezier(.4,0,.2,1),--home-sky-mid .7s cubic-bezier(.4,0,.2,1),--home-sky-glow .7s cubic-bezier(.4,0,.2,1)}.home-atmosphere--home{--home-sky-hold:#ffd0c0;--home-sky-mid:#ffe4d8;--home-sky-glow:#ffab90;--home-sky-neutral:#f5f5f5;--home-sky-height:68vh;background:#f5f5f5}:root{--jym-bg:#f5f5f5;--jym-surface:#fff;--jym-text:#1d2129;--jym-text-sub:#86909c;--jym-orange:#f60;--jym-orange-light:#fff7f0;--jym-price:#f40;--jym-radius:16px;--jym-radius-sm:10px;--jym-shadow:0 1px 2px rgba(0,0,0,.04);--jym-shadow-hover:0 12px 32px rgba(0,0,0,.08);--jym-section-gap:18px}.jym-home{color:var(--jym-text);background:transparent}.jym-home__container{width:var(--pc-container);max-width:calc(100% - var(--pc-gutter)*2);margin:0 auto}.jym-hero{padding:0 0 24px;background:transparent}.jym-hero--7881{padding-top:0;margin-top:0}.jym-hero--7881 .home-core-stack{margin-top:0}.home-core-frame,.home-core-stack{display:flex;flex-direction:column;gap:0}.home-core-frame{width:100%;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.home-core-frame .home-core-plate,.home-core-plate{width:100%;border-radius:16px;overflow:hidden;background:#fff;border:none;box-shadow:0 8px 32px #0f172a0f,0 1px 4px #0f172a0a;margin-top:0}.home-core-plate .home-core__body{border-radius:0;background:#fff;padding:16px}.jym-hero__jym3{display:grid;grid-template-columns:288px 1fr 252px;gap:16px;align-items:stretch;min-height:336px;height:auto}.jym-col{background:transparent;overflow:visible}.jym-col--menu{display:flex;padding:0}.jym-side-nav{flex:1;background:linear-gradient(135deg,#ffefe5 0,#fff 89%,#fff);border-radius:14px;padding:22px 14px;justify-content:center}.jym-side-nav,.jym-side-nav__list{display:flex;flex-direction:column}.jym-side-nav__list{gap:4px}.jym-menu-item{display:flex;align-items:center;gap:12px;padding:12px 10px;color:inherit;border-radius:10px;transition:background .2s}.jym-menu-item:hover{background:#ffffffd9}.jym-menu-item:hover .jym-menu-item__text strong{color:#1a1a1a}.jym-menu-item__icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;box-shadow:0 2px 8px #00000014}.jym-menu-item__icon svg{width:20px;height:20px;color:#fff}.jym-menu-item__icon--rose{background:linear-gradient(135deg,#ff7a9a,#ff4d6d)}.jym-menu-item__icon--amber{background:linear-gradient(135deg,#ffc53d,#ff9500)}.jym-menu-item__icon--blue{background:linear-gradient(135deg,#5b9cf5,#3b7ddd)}.jym-menu-item__icon--gold{background:linear-gradient(135deg,#ffd666,#faad14)}.jym-menu-item__icon--sky{background:linear-gradient(135deg,#69c0ff,#40a9ff)}.jym-menu-item__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.jym-menu-item__text strong{font-size:15px;font-weight:700;color:#1f1f1f;line-height:1.25;letter-spacing:.01em}.jym-menu-item__text span{font-size:12px;color:#a0a0a0;line-height:1.35}.jym-menu-item__arrow{width:14px;height:14px;color:#c8c8c8;flex-shrink:0;transition:color .2s,transform .2s}.jym-menu-item:hover .jym-menu-item__arrow{color:#999;transform:translate(2px)}.jym-col--banner{min-width:0;padding:0;display:flex}.jym-carousel{position:relative;flex:1;width:100%;min-height:336px;height:100%;border-radius:12px;overflow:hidden;background:#f5f6f8}.jym-carousel__slide{height:100%;background:#1a1a2e;cursor:pointer}.jym-carousel__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.jym-carousel:hover .jym-carousel__slide img{transform:scale(1.015)}.jym-carousel__placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#ffffffe6}.jym-carousel__placeholder strong{font-size:16px;font-weight:600}.jym-carousel__placeholder span{font-size:12px;color:#ffffff80}.jym-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:#00000059;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:2;padding:0;opacity:0;transition:opacity .2s,background .2s}.jym-carousel:hover .jym-carousel__arrow{opacity:1}.jym-carousel__arrow svg{width:14px;height:14px}.jym-carousel__arrow:hover{background:#ff6600e6}.jym-carousel__arrow--prev{left:10px}.jym-carousel__arrow--next{right:10px}.jym-carousel__tabs{position:absolute;left:0;right:0;bottom:0;display:flex;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.jym-carousel__tab{flex:1;background:none;color:#ffffffa6;font-size:12px;padding:9px 6px;cursor:pointer;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;border-right:1px solid hsla(0,0%,100%,.08);transition:color .2s,background .2s}.jym-carousel__tab:last-child{border-right:none}.jym-carousel__tab--on{color:#fff;font-weight:600;background:#f606}.jym-col--user{display:flex;flex-direction:column;padding:0;background:transparent}.jym-user-hub{flex:1;display:flex;flex-direction:column;gap:0;padding:16px 14px 14px;border-radius:16px;background:linear-gradient(155deg,#fffffffa 0,#f8fafcf5 45%,#fffaf5fa);box-shadow:0 10px 40px #0f172a0f,0 2px 8px #ff66000a,inset 0 1px #ffffffe6;position:relative;overflow:hidden}.jym-user-hub:before{top:0;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,133,51,.7) 30%,rgba(255,102,0,.9) 50%,rgba(255,133,51,.7) 70%,transparent)}.jym-user-hub:after,.jym-user-hub:before{content:"";position:absolute;pointer-events:none}.jym-user-hub:after{top:-40%;right:-30%;width:70%;height:70%;background:radial-gradient(circle,rgba(255,102,0,.06) 0,transparent 68%)}.jym-user-hub__profile{display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:12px;color:inherit;position:relative;z-index:1;transition:opacity .2s}.jym-user-hub__profile:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,102,0,.12) 20%,rgba(148,163,184,.15) 50%,rgba(255,102,0,.12) 80%,transparent)}.jym-user-hub__profile:hover{opacity:.9}.jym-user-hub__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#fff5eb,#ffe8d6);box-shadow:0 0 0 2px #ff853326,0 4px 14px #ff66001f;display:grid;place-items:center;overflow:hidden;flex-shrink:0;font-size:16px;font-weight:800;color:#f60}.jym-user-hub__avatar svg{width:22px;height:22px}.jym-user-hub__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.jym-user-hub__info strong{font-size:15px;font-weight:700;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em}.jym-user-hub__info em{font-size:11px;font-style:normal;color:#94a3b8;font-weight:500}.jym-user-hub__arrow{width:14px;height:14px;color:#cbd5e1;flex-shrink:0;transition:color .2s,transform .2s}.jym-user-hub__profile:hover .jym-user-hub__arrow{color:#ff8533;transform:translate(2px)}.jym-user-hub__quick{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;position:relative;z-index:1}.jym-user-hub__quick-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:9px 10px;border-radius:10px;background:#f8fafcd9;color:#475569;font-size:12px;font-weight:500;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.jym-user-hub__quick-item:hover{background:linear-gradient(135deg,#fff5ebf2,#ffedd5e6);color:#e55a00;transform:translateY(-1px);box-shadow:0 4px 14px #ff66001a}.jym-user-hub__quick-icon{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#ffb3472e,#ff66001f)}.jym-user-hub__quick-icon svg{width:18px;height:18px}.jym-user-hub__quick-text{flex:1;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jym-user-hub__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;z-index:1}.jym-user-hub__action{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 8px 11px;border-radius:12px;color:inherit;overflow:hidden;transition:transform .25s,box-shadow .25s}.jym-user-hub__action-glow{position:absolute;inset:0;opacity:0;transition:opacity .25s;pointer-events:none}.jym-user-hub__action--buy{background:linear-gradient(160deg,#fff8f5 0,#ffefe8 55%,#ffe4d9)}.jym-user-hub__action--buy .jym-user-hub__action-glow{background:radial-gradient(circle at 50% 0,rgba(255,85,0,.18),transparent 70%)}.jym-user-hub__action--sell{background:linear-gradient(160deg,#fffdf5 0,#fff8e6 55%,#fff1cc)}.jym-user-hub__action--sell .jym-user-hub__action-glow{background:radial-gradient(circle at 50% 0,rgba(250,140,22,.2),transparent 70%)}.jym-user-hub__action:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a14}.jym-user-hub__action:hover .jym-user-hub__action-glow{opacity:1}.jym-user-hub__action-icon{width:44px;height:44px;display:grid;place-items:center}.jym-user-hub__action-icon svg{width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(255,102,0,.2))}.jym-user-hub__action strong{font-size:14px;font-weight:800;color:#1e293b;letter-spacing:.06em}.jym-user-hub__action em{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:2px 10px;border-radius:999px;font-size:10px;font-weight:700;font-style:normal;color:#fff;letter-spacing:.08em}.jym-user-hub__action--buy em{background:linear-gradient(90deg,#ff6b35,#f50);box-shadow:0 2px 10px #ff550059}.jym-user-hub__action--sell em{background:linear-gradient(90deg,#ffc53d,#fa8c16);box-shadow:0 2px 10px #fa8c1659}.jym-user-hub__footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:10px;position:relative;z-index:1}.jym-user-hub__footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.2) 30%,rgba(148,163,184,.2) 70%,transparent)}.jym-user-hub__footer a{font-size:12px;color:#94a3b8;font-weight:500;transition:color .2s}.jym-user-hub__footer a:hover{color:#f60}.home-core-promos{margin-top:12px}.home-core-promos .jym-promo-cards{margin-top:0;gap:10px}.home-core-promos .jym-promo-cards__img{border-radius:12px;height:92px;box-shadow:0 4px 14px #00000014}.home-core__body{background:#fff;padding:0}.jym-hero__7881{display:grid;grid-template-columns:212px 1fr 268px;gap:0;align-items:stretch;min-height:420px}.home-core__body .jym-side-games{background:#fffaf5;border-right:1px solid #f0ebe3}.home-core__body .jym-hero__center{border-right:1px solid #f2f2f2;background:#fff;padding:10px;display:flex;min-width:0}.home-core__body .jym-hero__banner-wrap{flex:1;min-height:0;min-width:0}.home-core__body .jym-hero__banner{border-radius:10px;box-shadow:0 2px 12px #0000000f;min-height:100%;height:100%}.home-core__body .jym-hero__side{padding:16px 14px 14px;gap:14px;background:#fff;display:flex;flex-direction:column}.jym-side-games{display:flex;flex-direction:column;overflow:hidden}.jym-side-games__list{list-style:none;margin:0;padding:8px 0;flex:1;overflow-y:auto;max-height:420px}.jym-side-games__item{border-bottom:none}.jym-side-games__row{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px 10px 14px;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left;color:inherit;transition:background .15s}.jym-side-games__row:hover{background:#fff7f0}.jym-side-games__row:hover .jym-side-games__name{color:#f60}.jym-side-games__icon{width:38px;height:38px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:grid;place-items:center;font-size:14px;font-weight:700;color:#f60;flex-shrink:0;border:1px solid #f0f0f0}.jym-side-games__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.jym-side-games__name{font-size:14px;font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.jym-side-games__tags{display:flex;flex-wrap:wrap;gap:6px}.jym-side-games__tags em{font-size:11px;font-style:normal;color:#aaa}.jym-side-games__tags em+em:before{content:" "}.jym-side-games__arrow{width:12px;height:12px;color:#d9d9d9;flex-shrink:0;margin-left:2px}.jym-side-games__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jym-hero__center{min-width:0}.jym-hero__grid{display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:stretch}.jym-hero__banner{position:relative;border-radius:var(--jym-radius-sm);overflow:hidden;background:#eef0f3;height:100%;min-height:360px;box-shadow:var(--jym-shadow)}.jym-hero__banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer;transition:transform .4s ease}.jym-hero__banner:hover img{transform:scale(1.02)}.jym-hero__banner-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--jym-text-sub);font-size:14px}.jym-hero__dots{position:absolute;bottom:14px;display:flex;gap:6px}.jym-hero__dots--right{right:16px;left:auto;transform:none}.jym-hero__dot{width:7px;height:7px;border-radius:999px;border:none;padding:0;background:#ffffff8c;cursor:pointer;transition:width .2s,background .2s}.jym-hero__dot--on{width:18px;background:#fff}.jym-hero__side{display:flex;flex-direction:column;gap:12px}.jym-user-strip{display:flex;align-items:center;gap:10px}.jym-user-strip__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#ffe8d6,#ffcba4);color:#f60;display:grid;place-items:center;font-size:20px;font-weight:700;flex-shrink:0;border:2px solid #fff;box-shadow:0 2px 8px #ff66001f}.jym-user-strip__info{min-width:0;display:flex;flex-direction:column;gap:4px}.jym-user-strip__info strong{font-size:13px;font-weight:700;color:#333;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jym-user-strip__info span{font-size:11px;color:#999;line-height:1.4}.jym-user-strip__login a{color:#f60;font-weight:600}.jym-panel{background:var(--jym-surface);border-radius:var(--jym-radius);padding:20px;box-shadow:var(--jym-shadow);border:1px solid rgba(0,0,0,.04)}.jym-panel__title{font-size:15px;font-weight:600;margin:0 0 14px;display:flex;align-items:center;gap:8px}.jym-panel__title:before{content:"";width:3px;height:14px;background:var(--jym-orange);border-radius:2px}.jym-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:var(--jym-section-gap)}.jym-trust__item{background:var(--jym-surface);border-radius:var(--jym-radius-sm);padding:20px 16px;text-align:center;border:1px solid rgba(0,0,0,.04);transition:transform .2s,box-shadow .2s}.jym-trust__item:hover{transform:translateY(-2px);box-shadow:var(--jym-shadow-hover)}.jym-trust__icon{width:40px;height:40px;margin:0 auto 10px;border-radius:12px;background:var(--jym-orange-light);color:var(--jym-orange);display:grid;place-items:center}.jym-trust__icon svg{width:22px;height:22px}.jym-trust__label{font-size:14px;font-weight:600;margin-bottom:4px}.jym-trust__desc{font-size:12px;color:var(--jym-text-sub)}.jym-shortcuts{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;margin-bottom:var(--jym-section-gap)}.jym-shortcut{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 8px;background:var(--jym-surface);border-radius:var(--jym-radius-sm);border:1px solid transparent;transition:border-color .2s,box-shadow .2s,transform .2s;text-decoration:none;color:inherit}.jym-shortcut:hover{border-color:#f603;box-shadow:var(--jym-shadow-hover);transform:translateY(-3px)}.jym-shortcut__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:16px;font-weight:700;background:var(--jym-orange-light);color:var(--jym-orange)}.jym-shortcut__icon--sell{background:linear-gradient(135deg,#ff8533,#f40);color:#fff;font-size:14px;font-weight:700}.jym-shortcut__name{font-size:13px;font-weight:500}.jym-section{margin-bottom:var(--jym-section-gap)}.jym-section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.jym-section__title{font-size:22px;font-weight:700;margin:0;letter-spacing:-.02em}.jym-section__sub{margin-left:12px;font-weight:400}.jym-section__more,.jym-section__sub{font-size:13px;color:var(--jym-text-sub)}.jym-section__more{transition:color .15s}.jym-section__more:hover{color:var(--jym-orange)}.jym-section__game-tabs{display:flex;align-items:center;gap:6px;margin-left:auto;margin-right:16px;padding:3px;border-radius:18px;background:#f6f3ef}.jym-section__game-tabs button{min-width:58px;height:30px;padding:0 13px;border:0;border-radius:15px;background:transparent;color:#777;font-size:13px}.jym-section__game-tabs button.active{background:#fff;color:var(--jym-orange);font-weight:800;box-shadow:0 2px 8px #4c331c14}.jym-games{display:grid;grid-template-columns:repeat(10,1fr);gap:16px 12px;background:var(--jym-surface);border-radius:var(--jym-radius);padding:28px 24px;box-shadow:var(--jym-shadow);border:1px solid rgba(0,0,0,.04)}.jym-game{display:flex;flex-direction:column;align-items:center;gap:8px;border:none;background:none;cursor:pointer;font-family:inherit;color:inherit;padding:4px;border-radius:12px;transition:background .15s}.jym-game:hover{background:var(--jym-orange-light)}.jym-game__icon{width:56px;height:56px;border-radius:16px;overflow:hidden;background:#f2f3f5;display:grid;place-items:center;font-weight:800;font-size:16px;color:var(--jym-orange);transition:transform .2s}.jym-game:hover .jym-game__icon{transform:scale(1.06)}.jym-game__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jym-game__name{font-size:12px;text-align:center;line-height:1.3;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jym-game__count{display:block;margin-top:-3px;color:#aaa;font-size:11px;line-height:1}.jym-ticker{background:var(--jym-surface);border-radius:var(--jym-radius-sm);padding:14px 20px;display:flex;align-items:center;gap:16px;margin-bottom:var(--jym-section-gap);border:1px solid rgba(0,0,0,.04);overflow:hidden}.jym-ticker__badge{flex-shrink:0;font-size:12px;font-weight:700;color:var(--jym-orange);padding:4px 10px;background:var(--jym-orange-light);border-radius:6px}.jym-ticker__track{flex:1;display:flex;gap:32px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.jym-ticker__item{flex-shrink:0;font-size:13px;color:var(--jym-text-sub);white-space:nowrap}.jym-ticker__item em{color:var(--jym-price);font-style:normal;font-weight:700;margin-left:6px}.jym-goods-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.jym-goods-tab{padding:8px 18px;border-radius:999px;border:1px solid #e5e6eb;background:var(--jym-surface);font-size:13px;color:var(--jym-text-sub);cursor:pointer;font-family:inherit;transition:all .15s}.jym-goods-tab:hover{color:var(--jym-orange);border-color:#ff66004d}.jym-goods-tab--on{background:var(--jym-orange);border-color:var(--jym-orange);color:#fff;font-weight:600}.jym-goods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.jym-hot-goods{position:relative;margin-bottom:var(--jym-section-gap);border-radius:16px;background:#fff;box-shadow:0 4px 24px #0f172a0d;overflow:hidden}.jym-hot-goods__decor{position:absolute;top:0;right:0;width:100%;height:120px;background-repeat:no-repeat;background-position:100% 0;background-size:contain;pointer-events:none;opacity:.92;z-index:0}.jym-hot-goods__inner{position:relative;z-index:1;padding:22px 24px 26px}.jym-hot-goods__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.jym-hot-goods__title-tabs{display:flex;align-items:baseline;gap:22px}.jym-hot-goods__title-tab{padding:0;border:none;background:none;font-family:inherit;font-size:22px;font-weight:700;color:#bbb;cursor:pointer;letter-spacing:.02em;transition:color .2s}.jym-hot-goods__title-tab--on{color:#1a1a1a}.jym-hot-goods__title-tab:not(.jym-hot-goods__title-tab--on):hover{color:#888}.jym-hot-goods__more{flex-shrink:0;padding:6px 16px;border-radius:999px;background:#fff3e8;color:#f60;font-size:13px;font-weight:600;transition:background .2s,color .2s}.jym-hot-goods__more:hover{background:#ffe8d6;color:#e55a00}.jym-hot-goods__games{margin-bottom:20px;padding:6px 8px;border-radius:999px;background:#f2f3f5}.jym-hot-goods__games-track{display:flex;align-items:center;gap:2px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.jym-hot-goods__games-track::-webkit-scrollbar{display:none}.jym-hot-goods__game{display:inline-flex;align-items:center;gap:9px;padding:2px 15px 2px 9px;border:none;border-radius:999px;background:transparent;font-family:inherit;cursor:pointer;flex-shrink:0;transition:background .22s,box-shadow .22s,color .22s}.jym-hot-goods__game--on{background:#fff;box-shadow:0 1px 6px #0f172a14}.jym-hot-goods__game:hover:not(.jym-hot-goods__game--on){background:#ffffff8c}.jym-hot-goods__game-icon{width:26px;height:26px;border-radius:6px;overflow:hidden;background:#e8eaed;display:grid;place-items:center;font-size:11px;font-weight:700;color:#ff8533;flex-shrink:0}.jym-hot-goods__game-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jym-hot-goods__game-name{font-size:14px;color:#555;font-weight:500;white-space:nowrap;line-height:1}.jym-hot-goods__game--on .jym-hot-goods__game-name{color:#ff9500;font-weight:600}.jym-hot-goods__game:hover:not(.jym-hot-goods__game--on) .jym-hot-goods__game-name{color:#333}.jym-hot-goods__hint{padding:40px 0;text-align:center;color:#999;font-size:14px}.jym-hot-goods__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.jym-hot-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.jym-hot-card:hover{transform:translateY(-2px)}.jym-hot-card__cover{width:100%;height:118px;border-radius:8px;overflow:hidden;background:linear-gradient(145deg,#1a2744 0,#243b6b 55%,#1e3358);position:relative}.jym-hot-card__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block}.jym-hot-card__cover-fallback{width:100%;height:100%;display:grid;place-items:center;color:#ffffff59;font-size:13px;font-weight:600}.jym-hot-card__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.jym-hot-card__tag{font-size:10px;line-height:1;padding:3px 5px;border-radius:3px;font-weight:600}.jym-hot-card__title{margin:6px 0 4px;font-size:13px;font-weight:700;line-height:1.4;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.jym-hot-card__meta{margin:0 0 2px;color:#999}.jym-hot-card__meta,.jym-hot-card__sub{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jym-hot-card__sub{margin:0 0 8px;color:#bbb}.jym-hot-card__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.jym-hot-card__price{font-size:20px;font-weight:800;color:#f40;line-height:1}.jym-hot-card__price small{font-size:13px;font-weight:700;margin-right:1px}.jym-hot-card__time{font-size:11px;color:#bbb;white-space:nowrap;flex-shrink:0}.jym-partners{margin-bottom:var(--jym-section-gap);padding:24px 28px 28px;border-radius:16px;background:#fff;box-shadow:0 4px 24px #0f172a0d}.jym-partners__title{margin:0 0 20px;font-size:18px;font-weight:700;color:#1a1a1a;letter-spacing:.02em}.jym-partners__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px 24px}.jym-partners__item{display:flex;align-items:center;justify-content:center;min-height:52px;padding:6px 8px}.jym-partners__img{display:block;width:100%;height:44px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.jym-guarantee-bar{margin-bottom:0;padding:20px 0 24px;border-radius:0;background:transparent}.layout-default--home .pc-page{padding-bottom:0}.layout-default--home .app-footer{margin-top:20px}.jym-guarantee-bar__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0}.jym-guarantee-bar__item{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;padding:0 12px}.jym-guarantee-bar__item:not(:first-child):before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:#e0e0e0}.jym-guarantee-bar__icon{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.jym-guarantee-bar__icon img{display:block;width:26px;height:26px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.jym-guarantee-bar__text{font-size:14px;font-weight:500;color:#333;letter-spacing:.01em;line-height:1.4;white-space:nowrap}.jym-good{background:var(--jym-surface);border-radius:var(--jym-radius);overflow:hidden;cursor:pointer;border:1px solid rgba(0,0,0,.04);transition:box-shadow .25s,transform .25s}.jym-good:hover{box-shadow:var(--jym-shadow-hover);transform:translateY(-4px)}.jym-good__img{aspect-ratio:4/3;background:#f2f3f5;overflow:hidden;position:relative}.jym-good__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.jym-good:hover .jym-good__img img{transform:scale(1.05)}.jym-good__tag{position:absolute;top:10px;left:10px;font-size:11px;padding:3px 8px;border-radius:6px;background:#ff6600eb;color:#fff;font-weight:600}.jym-good__body{padding:14px 16px 16px}.jym-good__title{font-size:14px;font-weight:500;line-height:1.5;margin:0 0 8px;height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--jym-text)}.jym-good__meta{font-size:12px;color:var(--jym-text-sub);margin:0 0 12px}.jym-good__foot{display:flex;align-items:flex-end;justify-content:space-between}.jym-good__price{font-size:22px;font-weight:800;color:var(--jym-price);line-height:1}.jym-good__price small{font-size:13px;font-weight:700}.jym-good__action{font-size:12px;color:var(--jym-orange);font-weight:500;opacity:0;transition:opacity .2s}.jym-good:hover .jym-good__action{opacity:1}.jym-promo-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.jym-promo-row img{width:100%;aspect-ratio:2.2/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--jym-radius-sm);cursor:pointer;transition:opacity .2s}.jym-promo-row img:hover{opacity:.92}.jym-notice-link{display:block;font-size:12px;color:#666;padding:6px 0 6px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s;position:relative;line-height:1.5}.jym-notice-link:before{content:"·";position:absolute;left:0;color:#ccc;font-weight:700}.jym-notice-link:hover{color:var(--jym-orange)}.jym-user-card__btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.jym-user-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 10px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s}.jym-user-card__btn span{flex:1;text-align:center}.jym-user-card__btn em{font-style:normal;font-size:16px;font-weight:400;opacity:.7}.jym-user-card__btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000014}.jym-user-card__btn--buy{background:linear-gradient(180deg,#fff5eb,#ffe4cc);color:#e55a00;border:1px solid #ffd9b8}.jym-user-card__btn--sell{background:linear-gradient(180deg,#eef5ff,#d6e8ff);color:#2f6fdb;border:1px solid #b8d4ff}.jym-order-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:transparent;border:none;padding:0}.jym-order-stats__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;border-radius:8px;font-size:11px;color:#888;min-height:56px;transition:transform .15s}.jym-order-stats__item:hover{transform:translateY(-1px)}.jym-order-stats__item strong{font-size:18px;color:#f40;font-weight:800;line-height:1}.jym-order-stats__item--pay{background:linear-gradient(180deg,#fff5f5,#ffe8e8)}.jym-order-stats__item--trade{background:linear-gradient(180deg,#f0f7ff,#dceeff)}.jym-order-stats__item--recv{background:linear-gradient(180deg,#f0fff4,#dcf5e4)}.jym-notice-panel{flex:1;padding:0;min-height:0;display:flex;flex-direction:column}.jym-notice-tabs{display:flex;gap:0;margin-bottom:0;border-bottom:1px solid #f0f0f0}.jym-notice-tabs button{flex:1;padding:8px 0;background:none;font-size:12px;color:#999;cursor:pointer;font-family:inherit;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.jym-notice-tabs button.active{color:#f40;font-weight:700;border-bottom-color:#f40}.jym-notice-list{flex:1;padding-top:8px;min-height:80px}.jym-notice-empty{font-size:12px;color:#ccc;margin:12px 0 0;text-align:center}.jym-promo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.jym-promo-cards__img{width:100%;height:92px;-o-object-fit:cover;object-fit:cover;border-radius:12px;cursor:pointer;transition:opacity .2s,transform .2s}.jym-promo-cards__img:hover{opacity:.92;transform:translateY(-1px)}.jym-promo-cards__card{display:flex;align-items:center;gap:10px;height:92px;padding:0 14px 0 12px;border-radius:12px;color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000001a;transition:transform .2s}.jym-promo-cards__card:hover{transform:translateY(-2px)}.jym-promo-cards__mascot{flex-shrink:0;width:52px;height:52px;display:grid;place-items:center;font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.jym-promo-cards__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.jym-promo-cards__text strong{font-size:16px;font-weight:800;line-height:1.2}.jym-promo-cards__text span{font-size:12px;opacity:.92}.jym-promo-cards__action{flex-shrink:0;font-size:11px;font-style:normal;padding:6px 12px;border-radius:999px;background:#ffffff40;border:1px solid hsla(0,0%,100%,.35);white-space:nowrap}.jym-promo-cards__card--orange{background:linear-gradient(135deg,#ff9a44 0,#f60 55%,#f40)}.jym-promo-cards__card--red{background:linear-gradient(135deg,#ff7875 0,#ff4d4f 55%,#cf1322)}.jym-promo-cards__card--blue{background:linear-gradient(135deg,#69b1ff 0,#4096ff 55%,#1677ff)}.jym-promo-cards__card--purple{background:linear-gradient(135deg,#7c5cfc,#4b3cf0)}.desktop-workspace{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;margin:24px auto 54px;font-size:14px}.desktop-account-nav{position:sticky;top:18px;overflow:hidden;padding:0;border:1px solid #e5e2de;border-radius:4px;background:#fff}.desktop-account-user{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:11px;margin:0;padding:18px 16px;border-bottom:1px solid #eae7e3;background:linear-gradient(135deg,#fffaf4,#fff)}.desktop-account-user img{width:44px;height:44px;border:1px solid #f1dfce;border-radius:50%;-o-object-fit:cover;object-fit:cover}.desktop-account-user div{min-width:0}.desktop-account-user small,.desktop-account-user strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-account-user strong{font-size:15px}.desktop-account-user small{margin-top:4px;color:#93887f;font-size:12px}.workspace-nav-groups{padding:7px 0 11px}.workspace-nav-group{padding:7px 0}.workspace-nav-group h2{margin:0;padding:0 18px 7px;color:#99918a;font-size:12px;font-weight:500}.desktop-account-nav .workspace-nav-group a{position:relative;display:flex;height:38px;align-items:center;justify-content:space-between;margin:0;padding:0 17px 0 20px;border-radius:0;color:#514b46}.desktop-account-nav .workspace-nav-group a i{color:#bbb2aa;font-style:normal;font-size:18px}.desktop-account-nav .workspace-nav-group a:hover{background:#fff8f2;color:#e4641c}.desktop-account-nav .workspace-nav-group a.active{background:#fff1e7;color:#e45f17;font-weight:700}.desktop-account-nav .workspace-nav-group a.active:before{position:absolute;inset:0 auto 0 0;width:3px;background:#f06a1d;content:""}.desktop-account-main{min-width:0}.desktop-account-head{display:flex;min-height:72px;align-items:center;justify-content:space-between;margin-bottom:12px;padding:13px 20px;border:1px solid #e5e2de;background:#fff}.desktop-account-head p{margin:0 0 3px;color:#99918a;font-size:12px}.desktop-account-head h1{margin:0;font-size:24px;line-height:1.3}.desktop-account-content{min-width:0}.account-page{display:grid;min-width:0;gap:14px}.account-page-loading{display:grid;min-height:360px;place-content:center;justify-items:center;color:#8b8178}.account-page-spinner{width:28px;height:28px;border:3px solid #f2e6dc;border-top-color:#e9792f;border-radius:50%;animation:account-spin .75s linear infinite}@keyframes account-spin{to{transform:rotate(1turn)}}.account-filter-bar,.account-manage-bar,.account-page-head,.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-page-head,.account-section-head{min-height:48px;padding:0 16px;border:1px solid #e8e4df;background:#fff}.account-page-head h2,.account-section-head h2{margin:0;font-size:17px}.account-page-head p,.account-section-head p{margin:4px 0 0;color:#8a8077}.account-section-head>span{color:#8e857d}.account-desktop-toolbar{min-height:56px;padding:0 14px;border:1px solid #e7e3de;background:#fff}.account-filter-tabs{display:flex;align-self:stretch;gap:22px}.account-filter-tabs button{position:relative;height:54px;padding:0 2px;border:0;background:none;color:#6f665f;cursor:pointer}.account-filter-tabs button.active{color:#e45f17;font-weight:700}.account-filter-tabs button.active:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:#ed6a20;content:""}.account-manage-actions,.account-toolbar{display:flex;align-items:center;gap:8px}.account-toolbar select{height:36px;padding:0 30px 0 10px;border:1px solid #dcd6d0;border-radius:4px;background:#fff;font-size:13px}.account-toolbar .btn{min-height:36px;padding:0 14px;border-radius:4px;font-size:13px}.account-toolbar-note{color:#9a9189;font-size:12px}.account-inline-search{display:flex;width:190px;height:36px;align-items:center;border:1px solid #dcd6d0;background:#fff}.account-inline-search span{padding-left:9px;color:#aaa;font-size:18px}.account-inline-search input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 9px;font-size:13px}.account-view-switch{display:flex;overflow:hidden;border:1px solid #ddd7d1;border-radius:4px}.account-view-switch button{width:35px;height:34px;border:0;border-right:1px solid #ddd7d1;background:#fff;color:#887f77;font-size:17px}.account-view-switch button:last-child{border:0}.account-view-switch button.active{background:#fff0e5;color:#e46119}.account-manage-bar{min-height:50px;padding:8px 14px;border:1px solid #f0d9c8;background:#fff8f2}.account-manage-bar label{display:flex;align-items:center;gap:7px}.account-manage-bar input{width:16px;height:16px;accent-color:#ed6a20}.account-manage-actions .btn{min-height:34px;padding:0 14px;border-radius:4px;font-size:13px}.account-search{display:flex;width:min(380px,42%);gap:7px}.account-search input{min-width:0;flex:1;height:36px;padding:0 11px;border:1px solid #dcd6d0;border-radius:4px;outline:0;font-size:13px}.account-search input:focus{border-color:#e98a4a;box-shadow:0 0 0 2px #fff0e6}.account-search .btn{min-height:36px;padding:0 18px;border-radius:4px}.account-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.account-product-grid.is-list{grid-template-columns:1fr;gap:8px}.account-product-card{position:relative;overflow:hidden;border:1px solid #e8e4df;border-radius:5px;background:#fff;transition:border-color .16s,box-shadow .16s}.account-product-card:hover{border-color:#f0a16c;box-shadow:0 6px 18px #482d171a}.account-product-card.unavailable{background:#faf9f7}.account-product-card>.account-product-static,.account-product-card>a{display:block;color:inherit}.account-product-card img{display:block;width:100%;height:132px;-o-object-fit:cover;object-fit:cover;background:#f4f2ef}.account-product-body{display:grid;gap:6px;padding:10px 11px}.account-product-body h3{display:-webkit-box;height:38px;margin:0;overflow:hidden;font-size:14px;line-height:19px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.account-product-body small{overflow:hidden;color:#8c8279;text-overflow:ellipsis;white-space:nowrap}.account-product-body time{color:#aaa19a;font-size:12px}.account-product-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.account-product-footer strong{font-size:18px;color:#e55f20}.account-product-footer span{padding:2px 6px;background:#f5f3f0;color:#827971;font-size:12px}.account-product-card.unavailable img{filter:grayscale(.75);opacity:.68}.account-product-card.unavailable .account-product-body{opacity:.7}.account-select-box{position:absolute;z-index:2;top:8px;left:8px;display:grid;width:27px;height:27px;place-items:center;border:1px solid #ddd7d1;border-radius:3px;background:#fff;box-shadow:0 2px 8px #0002}.account-select-box input{width:16px;height:16px;accent-color:#ed782c}.account-product-card.view-list>.account-product-static,.account-product-card.view-list>a{display:grid;grid-template-columns:150px minmax(0,1fr)}.account-product-card.view-list img{width:150px;height:104px}.account-product-card.view-list .account-product-body{grid-template-columns:minmax(0,1fr) 130px 100px;grid-template-rows:auto auto;align-content:center;-moz-column-gap:22px;column-gap:22px;padding:12px 16px}.account-product-card.view-list .account-product-body small{grid-column:1}.account-product-card.view-list .account-product-body h3{grid-column:1;grid-row:2;height:auto;max-height:40px;font-size:15px}.account-product-card.view-list .account-product-footer{grid-column:2;grid-row:1/3;display:grid;align-content:center;justify-items:start}.account-product-card.view-list .account-product-body time{grid-column:3;grid-row:1/3;align-self:center;text-align:right}.account-pagination{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:8px}.account-pagination button{height:34px;padding:0 14px;border:1px solid #dcd6d0;border-radius:4px;background:#fff;cursor:pointer}.account-pagination button:disabled{cursor:not-allowed;opacity:.4}.account-local-note{margin:0;padding:10px 13px;border-left:3px solid #e7a06f;background:#fff9f3;color:#887d74}.account-history-group{display:grid;gap:8px}.account-history-group>header{display:flex;align-items:center;justify-content:space-between;padding:3px 2px}.account-history-group>header h2{margin:0;font-size:17px}.account-history-group>header span{color:#958c84;font-size:12px}.account-history-item{position:relative;min-width:0}.account-history-remove{position:absolute;z-index:3;top:7px;right:7px;width:25px;height:25px;border:0;border-radius:3px;background:#2d2823cc;color:#fff;font-size:18px;cursor:pointer}.account-toast{position:fixed;z-index:1500;top:92px;left:50%;max-width:560px;margin:0;padding:11px 18px;border-radius:4px;background:#2f2a26;color:#fff;box-shadow:0 10px 30px #0003;transform:translate(-50%)}.account-dialog-mask{position:fixed;z-index:1800;inset:0;display:grid;padding:24px;place-items:center;background:#1e171259}.account-dialog{width:min(460px,100%);padding:26px;border-radius:8px;background:#fff;box-shadow:0 22px 70px #1b120c35}.account-dialog h2{margin:0;font-size:20px}.account-dialog p{margin:12px 0 0;color:#7e746d;line-height:1.7}.account-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.account-dialog-actions .btn{min-width:96px;border-radius:4px}.btn.danger{border-color:#e45e50;background:#e45e50;color:#fff}.account-wallet-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #eccfb8;background:linear-gradient(120deg,#fffaf5,#fff0df)}.account-wallet-summary>div{display:grid;gap:5px;padding:20px 22px;border-right:1px solid #ead9ca}.account-wallet-summary>div:nth-child(3){border:0}.account-wallet-summary span{color:#836f5f}.account-wallet-summary strong{font-size:24px}.account-wallet-summary>p{grid-column:1/-1;margin:0;padding:9px 22px;border-top:1px solid #ead9ca;color:#8a796c;font-size:12px}.account-ledger-list{border:1px solid #e8e4df;background:#fff}.account-ledger-head,.account-ledger-list article{display:grid;grid-template-columns:170px minmax(0,1fr) 140px 140px;align-items:center;gap:16px;padding:0 16px}.account-ledger-head{height:42px;background:#f7f6f4;color:#746c64}.account-ledger-list article{min-height:66px;border-top:1px solid #ece8e3}.account-ledger-list article>div{display:grid;gap:4px}.account-ledger-list article span,.account-ledger-list article time{color:#8c8279}.account-ledger-list b{text-align:right;font-size:17px}.account-ledger-list b.income{color:#169366}@media(min-width:1600px){.account-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1279px)and (min-width:1024px){.desktop-workspace{grid-template-columns:208px minmax(0,1fr);gap:16px}.account-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-desktop-toolbar{align-items:flex-start;flex-direction:column;padding:10px 12px}.account-filter-tabs{align-self:auto;height:42px}.account-filter-tabs button{height:42px}.account-toolbar{width:100%;justify-content:flex-end}.account-search{width:320px}.account-ledger-head,.account-ledger-list article{grid-template-columns:150px minmax(0,1fr) 120px 120px}}.account-face-page,.account-simple-form{display:grid;max-width:920px;gap:18px;padding:0;border:1px solid #e7e3de;border-radius:4px;background:#fff}.account-simple-form>form,.account-simple-form>template{display:grid;gap:0}.account-simple-form form>h2,.account-simple-form form>p{margin-right:24px;margin-left:180px}.account-cancel-code,.account-simple-form label{display:grid;grid-template-columns:150px minmax(0,440px);align-items:center;gap:20px;min-height:68px;padding:11px 24px;border-bottom:1px solid #eeeae6}.account-cancel-code>span,.account-simple-form label>span{font-weight:700;text-align:right}.account-cancel-code input,.account-simple-form input{width:100%;height:40px;padding:0 11px;border:1px solid #d9d4ce;border-radius:4px;outline:0}.account-cancel-code input:focus,.account-simple-form input:focus{border-color:#e98a4a;box-shadow:0 0 0 2px #fff0e6}.account-face-page p,.account-simple-form p{color:#82776f}.account-simple-form form>.btn,.account-simple-form>.btn{width:150px;margin:18px 0 20px 194px;border-radius:4px}.account-profile-editor{display:grid;grid-template-columns:150px 68px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:18px 24px;border-bottom:1px solid #eee8e2}.account-profile-editor:before{content:"头像";font-weight:700;text-align:right}.account-profile-editor img{width:58px;height:58px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.account-profile-editor div{display:grid;gap:4px}.account-profile-editor span{color:#8c8279}.account-profile-editor .btn{min-height:36px;padding:0 14px;border-radius:4px}.account-plain-list{display:block;max-width:920px;overflow:hidden;border:1px solid #e7e3de;border-radius:4px;background:#fff}.account-plain-list a{display:grid;grid-template-columns:170px minmax(0,1fr) 18px;align-items:center;min-height:58px;padding:0 20px;border-bottom:1px solid #eee9e4;color:inherit}.account-plain-list a:last-child{border:0}.account-plain-list a:hover{background:#fffaf6}.account-plain-list b{color:#8c8279;font-size:13px;font-weight:500;text-align:right}.account-plain-list i{font-style:normal;color:#aaa;text-align:right}.account-plain-list .danger-row span{color:#d84d3c}.account-current-value{display:grid;grid-template-columns:150px minmax(0,440px);gap:20px;padding:20px 24px;border-bottom:1px solid #eee8e2}.account-current-value span{text-align:right}.account-current-value strong{font-size:16px}.account-code-field{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:8px}.account-code-field .btn{min-height:40px;border-radius:4px}.account-mode-tabs{display:flex;height:49px;gap:28px;padding:0 24px;border-bottom:1px solid #eee}.account-mode-tabs button{position:relative;border:0;background:none;color:#6f665f}.account-mode-tabs button.active{color:#d96523;font-weight:700}.account-mode-tabs button.active:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:#e66b22;content:""}.account-inline-check{display:flex!important;align-items:center!important;gap:8px!important;padding-left:194px!important;font-weight:400!important;text-align:left!important}.account-inline-check input{width:17px!important;height:17px!important}.account-password-strength{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:440px;margin:5px 0 0 194px}.account-password-strength i{height:4px;border-radius:2px;background:#eee}.account-password-strength i.on{background:#e9823d}.account-link-button{justify-self:start;margin:0 0 20px 194px;border:0;background:none;color:#d96523;cursor:pointer}.account-success-state{margin:20px;padding:28px;border-left:3px solid #e78543;background:#fff7ed;text-align:left}.account-success-state strong{font-size:21px}.account-face-page{min-height:420px;padding:46px;text-align:center;justify-items:center;align-content:center}.account-face-page .account-success-state{width:min(560px,100%);text-align:center}.account-consent-list,.account-device-list{display:grid;border:1px solid #e7e3de;background:#fff}.account-device-list article{display:grid;grid-template-columns:42px minmax(0,1fr) 110px;align-items:center;gap:14px;min-height:82px;padding:13px 16px;border-bottom:1px solid #eee7df}.account-device-list article:last-child{border:0}.account-device-list article.current{border-left:3px solid #ef8842;background:#fffaf5}.account-device-list article>div{display:grid;gap:4px}.account-device-list small,.account-device-list span{color:#8c8279}.account-device-symbol{display:grid;width:38px;height:38px;place-items:center;border-radius:4px;background:#f6f2ee;color:#a65d2b;font-weight:700}.account-device-list article>b{text-align:center;color:#cf6b28}.account-consent-list article{display:grid;grid-template-columns:minmax(0,1fr) 180px 190px;min-height:54px;align-items:center;padding:0 16px;border-bottom:1px solid #eee8e2}.account-consent-list article:last-child{border:0}.account-consent-list span,.account-consent-list time{color:#8c8279}.account-cancel-page{max-width:920px}.account-benefit-list,.account-blocker-list,.account-cancel-progress,.account-cancel-warning{padding:20px;border:1px solid #eaded2;border-radius:4px;background:#fff8f1}.account-benefit-list h3,.account-blocker-list h3,.account-cancel-warning h2{margin-top:0}.account-blocker-list{border-color:#efd1cc;background:#fff2f0;color:#a93f36}.account-cancel-progress{text-align:center}.account-cancel-progress strong{font-size:23px}.account-cancel-code{border:1px solid #e7e3de;background:#fff}@media(max-width:1180px){.account-cancel-code,.account-simple-form label{grid-template-columns:125px minmax(0,1fr)}.account-link-button,.account-simple-form form>.btn,.account-simple-form form>h2,.account-simple-form form>p,.account-simple-form>.btn{margin-left:169px}.account-inline-check{padding-left:169px!important}.account-password-strength{width:auto;margin-left:169px;margin-right:24px}.account-profile-editor{grid-template-columns:125px 58px minmax(0,1fr) auto}.account-profile-editor .btn:last-of-type{grid-column:4}}.help-inline-error{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:8px;background:#fff4ed;color:#a95825}.help-inline-error button{border:0;background:none;color:var(--xz-primary);font-weight:700;cursor:pointer}.help-maintenance{margin-top:18px;padding:70px 24px;text-align:center}.help-maintenance h1{margin:0 0 12px}.help-maintenance p{color:#81766e}
