:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#24312d;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f1f4f3;--surface:#fff;--surface-soft:#f7f9f8;--line:#e1e8e5;--line-strong:#cdd8d4;--text:#24312d;--muted:#71807a;--muted-soft:#98a49f;--green:#13886e;--green-dark:#0f6f5a;--green-soft:#eaf6f2;--amber:#a76a10;--red:#c64c47;--container:1420px;background:#f1f4f3;font-family:Inter,SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}body,button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}button,input,select{outline:none}::selection{color:#fff;background:var(--green)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.container{width:min(calc(100% - 64px), var(--container));margin-inline:auto}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.text-green{color:var(--green)!important}.text-amber{color:var(--amber)!important}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;height:70px;position:sticky;top:0}.topbar__inner{align-items:center;gap:54px;height:100%;display:flex}.topbar__logo{flex:none}.brand{align-items:center;gap:10px;display:inline-flex}.brand__mark{width:34px;height:34px}.brand__mark>path:first-child{fill:#0000;stroke:#86b93c;stroke-width:2.4px}.brand__mark>path:last-child{fill:#86b93c}.brand__copy{line-height:1}.brand__copy strong{color:#25302d;letter-spacing:.04em;font-size:23px;font-weight:800}.brand--compact .brand__mark{width:28px;height:28px}.brand--compact .brand__copy strong{font-size:18px}.desktop-nav{align-items:stretch;height:100%;margin-right:auto;display:flex}.nav-link{color:#51605b;justify-content:center;align-items:center;min-width:82px;padding:0 14px;font-size:14px;transition:color .18s;display:flex;position:relative}.nav-link:hover,.nav-link--active{color:var(--text)}.nav-link--active{font-weight:700}.nav-link--active:after{content:"";background:var(--green);height:2px;position:absolute;bottom:-1px;left:24px;right:24px}.topbar__actions{align-items:center;gap:12px;display:flex}.wallet-chip,.account-chip{border:1px solid var(--line);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:40px;font-size:13px;display:inline-flex}.wallet-chip{min-width:108px;padding:0 14px}.wallet-chip svg{color:#65736e}.wallet-chip strong{font-size:14px}.wallet-chip span{color:var(--green);font-weight:700}.account-chip{color:#fff;border-color:var(--green);background:var(--green);min-width:76px;padding:0 17px}.account-chip:hover{background:var(--green-dark)}.menu-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none}.mobile-menu{display:none}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:13px;font-weight:700;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.5}.button svg{width:17px;height:17px}.button--primary{color:#fff;border-color:var(--green);background:var(--green)}.button--primary:hover:not(:disabled){background:var(--green-dark)}.button--ghost{color:var(--text);border-color:var(--line-strong);background:#fff}.button--ghost:hover:not(:disabled){border-color:var(--green);color:var(--green)}.button--danger{color:var(--red);background:#fff;border-color:#e8c5c3}.button--light{color:var(--text);background:#fff}.button--large{min-height:48px;padding-inline:22px}.button--wide{width:100%}.eyebrow{color:var(--green);letter-spacing:.04em;font-size:12px;font-weight:700;display:inline-block}.page{min-height:70vh;padding:58px 0 90px}.page-intro{max-width:720px;margin-bottom:36px}.page-intro h1{color:var(--text);letter-spacing:-.035em;margin:7px 0 10px;font-size:clamp(30px,4vw,44px);line-height:1.15}.page-intro p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.loading-block,.empty-panel,.catalog-empty{min-height:190px;color:var(--muted);border:1px dashed var(--line-strong);background:#ffffff8c;border-radius:8px;justify-content:center;align-items:center;gap:10px;display:flex}.notice{border:1px solid var(--line);border-radius:7px;align-items:center;gap:10px;margin:16px 0;padding:13px 15px;font-size:13px;display:flex}.notice svg{flex:none;width:18px}.notice--info{color:#4e625b;background:#f7faf9}.notice--success{color:var(--green-dark);background:var(--green-soft);border-color:#bcded3}.notice--warning{color:#855c1c;background:#fbf7ed;border-color:#e5d2ad}.notice--danger{color:#a4423e;background:#fff6f5;border-color:#e8c5c3}.gate-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;align-items:center;max-width:620px;margin:22px auto;padding:38px;display:flex}.gate-card>svg{width:34px;height:34px;color:var(--green)}.gate-card h3{margin:16px 0 6px;font-size:20px}.gate-card p{max-width:430px;color:var(--muted);margin:0 0 20px;line-height:1.7}.store-page{min-height:calc(100vh - 70px);padding:46px 0 76px}.store-layout{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:38px;display:grid}.category-rail{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:500px;position:sticky;top:104px;overflow:hidden}.category-rail button{color:#53635d;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #edf1ef;align-items:center;gap:16px;width:100%;height:61px;padding:0 20px;transition:color .15s,background .15s;display:flex}.category-rail button:last-child{border-bottom:0}.category-rail button:hover{color:var(--green);background:#f8fbfa}.category-rail button.is-active{color:var(--green);background:var(--green-soft);font-weight:700}.catalog-area{min-width:0}.catalog-head{justify-content:space-between;align-items:flex-start;gap:28px;min-height:58px;margin-bottom:24px;display:flex}.catalog-title{align-items:baseline;gap:20px;padding-top:3px;display:flex}.catalog-title h1{letter-spacing:-.035em;margin:0;font-size:34px}.catalog-title span{color:var(--muted-soft);font-size:13px}.catalog-tools{gap:14px;display:flex}.sort-control,.catalog-search{border:1px solid var(--line-strong);background:#fff;border-radius:6px;align-items:center;height:42px;display:flex}.sort-control{width:154px;position:relative}.sort-control select{appearance:none;color:#4f5e58;cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0 38px 0 13px;font-size:13px}.sort-control svg{pointer-events:none;position:absolute;right:13px}.catalog-search{gap:9px;width:min(290px,28vw);padding:0 13px}.catalog-search svg{color:#87938f;flex:none}.catalog-search input{width:100%;color:var(--text);background:0 0;border:0;font-size:13px}.catalog-search input::placeholder{color:#a3adaa}.sort-control:focus-within,.catalog-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #13886e14}.catalog-message{color:var(--green-dark);background:var(--green-soft);border:1px solid #bcded3;border-radius:6px;margin:0 0 20px;padding:12px 14px;font-size:13px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.catalog-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;transition:border-color .18s,transform .18s;overflow:hidden}.catalog-card:hover{border-color:#bacac4;transform:translateY(-2px)}.catalog-card__image{aspect-ratio:4/3;border-bottom:1px solid var(--line);background:#f5f7f6;overflow:hidden}.catalog-card__image img{object-fit:cover;width:180%;max-width:none;height:180%;transform:translate(-22.2%,-22.2%)}.catalog-card__body{padding:16px 15px 15px}.catalog-card h2{margin:0;font-size:16px;line-height:1.4}.catalog-card p{color:var(--muted);margin:6px 0 16px;font-size:12px}.catalog-card__footer{justify-content:space-between;align-items:end;gap:14px;display:flex}.catalog-card__footer strong{letter-spacing:-.01em;font-size:17px}.catalog-card__footer small{color:var(--green);font-size:12px}.catalog-buy{color:#fff;border:1px solid var(--green);background:var(--green);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;min-width:84px;height:38px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.catalog-buy:hover:not(:disabled){background:var(--green-dark)}.catalog-buy:disabled{color:#86928e;border-color:var(--line);cursor:not-allowed;background:#f1f4f3}.catalog-empty{grid-column:1/-1}.checkin-layout{grid-template-columns:.9fr 1.1fr;gap:20px;display:grid}.checkin-card,.streak-card{border:1px solid var(--line);background:#fff;border-radius:8px}.checkin-card{flex-direction:column;align-items:flex-start;min-height:360px;padding:36px;display:flex}.checkin-card__seal{width:70px;height:70px;color:var(--green);background:var(--green-soft);border:1px solid #cce1da;border-radius:8px;place-items:center;margin-bottom:28px;display:grid}.checkin-card__seal svg{width:27px}.checkin-card__seal span{font-size:8px;font-weight:800}.checkin-card h2{margin:6px 0 15px;font-size:27px}.checkin-card p{max-width:440px;color:var(--muted);margin:12px 0 24px;font-size:13px;line-height:1.7}.big-reward{color:var(--green);align-items:center;gap:7px;display:flex}.big-reward svg{width:23px}.big-reward strong{color:var(--text);font-size:40px}.big-reward span{font-size:13px;font-weight:700}.checkin-card .button{margin-top:auto}.streak-card{padding:30px}.streak-card__head{justify-content:space-between;align-items:center;gap:20px;display:flex}.streak-card__head h3{margin:5px 0 0;font-size:22px}.streak-card__head>span{color:var(--green);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.streak-days{grid-template-columns:repeat(7,1fr);gap:8px;margin:28px 0;display:grid}.streak-days>div{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-height:98px;display:flex}.streak-days>div.is-done{color:var(--green);background:var(--green-soft);border-color:#cce1da}.streak-days>div.is-today{color:#fff;border-color:var(--green);background:var(--green)}.streak-days span{height:22px;font-size:11px}.streak-days svg{width:16px}.streak-days strong{font-size:13px}.streak-days small{opacity:.7;margin-top:2px;font-size:8px}.streak-note,.binding-help{color:var(--muted);background:#f6f8f7;border-radius:6px;gap:11px;padding:14px;display:flex}.streak-note svg,.binding-help svg{color:var(--green);flex:none}.streak-note p,.binding-help p{margin:0;font-size:11px;line-height:1.6}.metric-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.metric-tabs button{min-height:42px;color:var(--muted);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:7px;padding:0 15px;display:inline-flex}.metric-tabs button svg{width:17px}.metric-tabs button.is-active{color:#fff;border-color:var(--green);background:var(--green)}.ranking-layout{gap:20px;display:grid}.podium{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:center;align-items:end;gap:12px;min-height:260px;padding:28px;display:flex}.podium__item{background:var(--surface-soft);border-radius:7px;flex-direction:column;justify-content:center;align-items:center;width:210px;min-height:175px;padding:20px;display:flex;position:relative}.podium__item--1{min-height:215px;color:var(--green-dark);background:var(--green-soft)}.podium__medal{color:var(--green);position:absolute;top:13px;right:13px}.avatar{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.podium h3{margin:11px 0 5px;font-size:15px}.podium strong{font-size:20px}.podium__item>span:last-child{color:var(--muted);margin-top:5px;font-size:11px}.rank-table{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.rank-table__head,.rank-row{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr 160px;align-items:center;min-height:58px;display:grid}.rank-table__head{min-height:46px;color:var(--muted);background:var(--surface-soft);font-size:11px}.rank-table__head span,.rank-row>span{padding:0 20px}.rank-row:last-child{border-bottom:0}.rank-row>span:nth-child(2){align-items:center;gap:10px;display:flex}.rank-row i{width:30px;height:30px;color:var(--green);background:var(--green-soft);border-radius:50%;place-items:center;font-style:normal;display:grid}.rank-row>span:last-child{text-align:right;font-weight:700}.vip-hero{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:170px 1fr;align-items:center;gap:36px;min-height:250px;padding:34px;display:grid;position:relative;overflow:hidden}.vip-hero__mark{width:140px;height:160px;color:var(--green);background:var(--green-soft);border:1px solid #cce1da;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex}.vip-hero__mark svg{width:34px}.vip-hero__mark span{margin-top:10px;font-size:29px;font-weight:800}.vip-hero h2{margin:6px 0 10px;font-size:29px}.vip-hero p{max-width:600px;color:var(--muted);margin:0;line-height:1.7}.vip-price{align-items:center;gap:12px;margin-top:20px;display:flex}.vip-price strong{color:var(--green)}.vip-price span{color:var(--muted);font-size:11px}.vip-hero__spark{display:none}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0;display:grid}.benefit-grid>div{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:180px;padding:24px;position:relative}.benefit-grid svg{color:var(--green)}.benefit-grid>div>span{color:#b5bfbb;font-size:11px;position:absolute;top:24px;right:24px}.benefit-grid h3{margin:32px 0 8px;font-size:16px}.benefit-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.membership-panel{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;min-height:90px;padding:22px;display:flex}.membership-panel>div{align-items:center;gap:12px;display:flex}.membership-panel svg{color:var(--green)}.membership-panel span{flex-direction:column;gap:4px;display:flex}.membership-panel small{color:var(--muted);font-size:9px}.destination-panel{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.destination-panel__head{min-height:52px;color:var(--muted);border-bottom:1px solid var(--line);background:var(--surface-soft);justify-content:space-between;align-items:center;padding:0 20px;font-size:11px;display:flex}.destination-panel__head>div{align-items:center;gap:8px;display:flex}.destination-row{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:15px;min-height:86px;padding:15px 20px;display:grid}.destination-row:last-child{border-bottom:0}.destination-row__icon{width:42px;height:42px;color:var(--green);background:var(--green-soft);border-radius:6px;place-items:center;display:grid}.destination-row h3{margin:0 0 5px;font-size:15px}.destination-row p{color:var(--muted);align-items:center;gap:5px;margin:0;font-size:11px;display:flex}.destination-row p svg{width:13px}.destination-row>div:last-child{align-items:center;gap:16px;display:flex}.destination-row>div:last-child>strong{color:var(--green);font-size:13px}.auth-page{align-items:center;min-height:calc(100vh - 70px);padding:60px 0 80px;display:flex}.auth-layout{grid-template-columns:1fr 470px;align-items:center;gap:90px;max-width:1050px;display:grid}.auth-story .brand{margin-bottom:52px}.auth-story h1{letter-spacing:-.045em;margin:8px 0 14px;font-size:48px;line-height:1.1}.auth-story p{max-width:470px;color:var(--muted);margin:0;line-height:1.8}.auth-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;height:50px;display:grid}.auth-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;position:relative}.auth-tabs button.is-active{color:var(--green);font-weight:700}.auth-tabs button.is-active:after{content:"";background:var(--green);height:2px;position:absolute;bottom:-1px;left:0;right:0}.auth-card__head{align-items:center;gap:14px;padding:28px 30px 15px;display:flex}.auth-card__icon,.binding-card__icon{width:44px;height:44px;color:var(--green);background:var(--green-soft);border-radius:6px;place-items:center;display:grid}.auth-card__head h2{margin:0 0 4px;font-size:21px}.auth-card__head p{color:var(--muted);margin:0;font-size:11px}.auth-form{padding:10px 30px 24px}.auth-form label,.binding-card label{margin-bottom:17px;display:block}.auth-form label>span,.binding-card label>span{color:#5f6e68;margin-bottom:7px;font-size:12px;display:block}.auth-form input,.binding-card input{width:100%;height:46px;color:var(--text);border:1px solid var(--line-strong);background:#fff;border-radius:6px;padding:0 13px;font-size:13px}.auth-form input:focus,.binding-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #13886e14}.password-field{position:relative}.password-field button{width:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:3px;bottom:3px;right:3px}.password-field button svg{width:17px}.form-error{color:var(--red);background:#fff6f5;border:1px solid #e8c5c3;border-radius:5px;margin:0 0 15px;padding:10px 12px;font-size:11px}.auth-card__foot{color:var(--muted-soft);border-top:1px solid var(--line);text-align:center;margin:0;padding:15px 30px 22px;font-size:9px;line-height:1.6}.account-unlinked{grid-template-columns:1fr 300px;gap:20px;display:grid}.binding-card,.account-side,.profile-identity,.wallet-panel,.account-actions{border:1px solid var(--line);background:#fff;border-radius:8px}.binding-card{padding:38px}.binding-card__icon{margin-bottom:22px}.binding-card h2{margin:7px 0 9px;font-size:27px}.binding-card>p{max-width:660px;color:var(--muted);line-height:1.8}.binding-card form{grid-template-columns:1fr auto;align-items:end;gap:12px;margin:25px 0 18px;display:grid}.binding-card form label{margin:0}.binding-card form .button{height:46px}.account-side{flex-direction:column;padding:28px;display:flex}.account-summary{flex-direction:column;align-items:center;padding:18px 0 32px;display:flex}.avatar--large{width:68px;height:68px;font-size:23px}.account-summary h3{margin:12px 0 9px}.tag{color:var(--green);background:var(--green-soft);border-radius:4px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.account-side .button{margin-top:auto}.profile-top{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.profile-identity{align-items:center;gap:22px;min-height:210px;padding:32px;display:flex;position:relative}.avatar--xl{width:90px;height:90px;font-size:32px}.profile-status{color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.status-dot{background:var(--green);border-radius:50%;width:7px;height:7px;display:inline-block}.status-dot--muted{background:#aab4b0}.profile-identity h2{margin:7px 0 4px;font-size:28px}.profile-identity p{color:var(--muted);margin:0 0 13px;font-size:11px}.steam-id{color:var(--muted);align-items:center;gap:7px;font-family:ui-monospace,monospace;font-size:10px;display:flex}.steam-id svg{width:14px}.steam-id button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0}.server-badge{color:var(--green);font-weight:800;position:absolute;top:20px;right:22px}.wallet-panel{grid-template-columns:1fr 1fr;display:grid}.wallet-panel>div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;padding:28px;display:flex}.wallet-panel>div:last-child{border-right:0}.wallet-panel span{color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.wallet-panel span svg{width:16px;color:var(--green)}.wallet-panel strong{margin:15px 0 3px;font-size:29px}.wallet-panel small{color:var(--muted-soft);font-size:8px}.stat-grid{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(6,1fr);gap:1px;margin:18px 0;display:grid;overflow:hidden}.stat-grid>div{background:#fff;flex-direction:column;justify-content:center;min-height:130px;padding:18px;display:flex}.stat-grid svg{width:19px;color:var(--green)}.stat-grid span{color:var(--muted);margin:15px 0 5px;font-size:9px}.stat-grid strong{text-overflow:ellipsis;font-size:17px;overflow:hidden}.account-actions{align-items:center;gap:12px;padding:18px;display:flex}.account-actions>div{align-items:center;gap:11px;margin-right:auto;display:flex}.account-actions>div svg{color:var(--green)}.account-actions>div span{flex-direction:column;display:flex}.account-actions small{color:var(--muted);margin-top:3px;font-size:9px}.footer{border-top:1px solid var(--line);background:#fff}.footer__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;min-height:92px;display:grid}.footer__links{color:var(--muted);gap:24px;font-size:12px;display:flex}.footer__links a:hover{color:var(--green)}.footer__copyright{color:var(--muted-soft);justify-self:end;font-size:11px}@media (max-width:1180px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid{grid-template-columns:repeat(2,1fr)}.stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:920px){.container{width:min(calc(100% - 36px), var(--container))}.desktop-nav{display:none}.topbar__actions{margin-left:auto}.menu-button{display:flex}.mobile-menu{border-bottom:1px solid var(--line);background:#fff;padding:10px 18px 18px;display:grid;position:absolute;top:70px;left:0;right:0}.mobile-link{color:var(--muted);border-bottom:1px solid #edf1ef;align-items:center;gap:10px;padding:12px;display:flex}.mobile-link--active{color:var(--green);font-weight:700}.store-layout{grid-template-columns:1fr;gap:24px}.category-rail{min-height:auto;display:flex;position:static;overflow-x:auto}.category-rail button{border-bottom:0;border-right:1px solid #edf1ef;width:auto;min-width:max-content;height:52px}.catalog-head{flex-direction:column;align-items:stretch}.catalog-tools{justify-content:flex-end}.catalog-search{width:min(430px,100%)}.checkin-layout,.auth-layout,.profile-top{grid-template-columns:1fr}.auth-story{display:none}.auth-card{width:min(480px,100%);margin:auto}.streak-days{grid-template-columns:repeat(4,1fr)}.account-unlinked{grid-template-columns:1fr}}@media (max-width:650px){.container{width:min(calc(100% - 28px), var(--container))}.topbar__inner{gap:10px}.wallet-chip{min-width:auto;padding:0 10px}.wallet-chip strong,.wallet-chip span{display:none}.account-chip{min-width:42px;padding:0 10px}.account-chip span{display:none}.store-page,.page{padding:34px 0 65px}.catalog-tools{flex-direction:column-reverse}.sort-control,.catalog-search{width:100%}.catalog-grid{grid-template-columns:1fr;gap:16px}.catalog-title h1{font-size:30px}.catalog-card__body{padding:15px}.checkin-card,.streak-card{padding:24px}.streak-days{grid-template-columns:repeat(3,1fr)}.metric-tabs button{flex:45%}.podium{align-items:stretch;padding:14px}.podium__item{width:33%;min-height:160px;padding:12px 5px}.podium__item--1{min-height:190px}.rank-table__head,.rank-row{grid-template-columns:62px 1fr 95px}.rank-table__head span,.rank-row>span{padding:0 9px}.rank-row i{display:none}.vip-hero{grid-template-columns:1fr;padding:24px}.vip-hero__mark{width:100%;height:120px}.benefit-grid{grid-template-columns:1fr}.membership-panel,.destination-row,.account-actions{flex-direction:column;align-items:stretch}.destination-row{grid-template-columns:auto 1fr;display:grid}.destination-row>div:last-child{grid-column:1/-1;justify-content:flex-end}.binding-card{padding:24px}.binding-card form,.wallet-panel{grid-template-columns:1fr}.wallet-panel>div{border-right:0;border-bottom:1px solid var(--line)}.wallet-panel>div:last-child{border-bottom:0}.stat-grid{grid-template-columns:repeat(2,1fr)}.account-actions>div{margin:0 0 8px}.footer__inner{grid-template-columns:1fr;gap:15px;padding:26px 0}.footer__links{justify-content:flex-start}.footer__copyright{justify-self:start}}

.brand__logo{display:block;width:58px;height:58px;object-fit:contain}.brand--compact .brand__logo{width:48px;height:48px}
.store-layout{grid-template-columns:180px minmax(0,1fr);gap:28px}.category-rail{min-height:auto}.category-rail button{height:52px;padding:0 16px}.category-levels{margin:0 0 22px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 16px}.category-levels>div{display:flex;align-items:flex-start;gap:14px;padding:8px 0}.category-levels>div+div{border-top:1px solid #edf1ef}.category-levels>div>span{flex:0 0 64px;color:var(--muted);font-size:11px;line-height:30px}.category-levels>div>div{display:flex;flex-wrap:wrap;gap:7px}.category-levels button{height:30px;padding:0 11px;border:1px solid transparent;border-radius:5px;background:transparent;color:#53635d;font-size:11px;cursor:pointer}.category-levels button:hover,.category-levels button.is-active{border-color:#cce1da;background:var(--green-soft);color:var(--green);font-weight:700}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.catalog-card{content-visibility:auto;contain-intrinsic-size:250px}.catalog-card__image{aspect-ratio:1/1}.catalog-card__image img{object-fit:contain;width:100%;max-width:100%;height:100%;padding:10px;transform:none}.catalog-card__body{padding:11px}.catalog-card h2{overflow:hidden;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.catalog-card p{overflow:hidden;margin:4px 0 10px;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.catalog-card__footer{gap:7px}.catalog-card__footer strong{font-size:14px}.catalog-buy{min-width:66px;height:32px;padding:0 9px;font-size:10px}.catalog-load-more{text-align:center;margin-top:24px}.catalog-load-more button{min-width:180px;height:42px;padding:0 20px;border:1px solid var(--line-strong);border-radius:6px;color:var(--green-dark);background:#fff;font-weight:700;cursor:pointer}.catalog-load-more button:hover{border-color:var(--green);background:var(--green-soft)}.map-page{height:calc(100vh - 70px);min-height:620px;background:var(--bg)}.map-frame{display:block;width:100%;height:100%;border:0;background:var(--bg)}@media(max-width:1300px){.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1080px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.store-layout{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.category-levels>div{display:block}.category-levels>div>span{display:block;margin-bottom:6px;line-height:22px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.map-page{height:calc(100vh - 70px);min-height:520px}}@media(max-width:390px){.catalog-grid{grid-template-columns:1fr}}
