:root{color-scheme:dark;--app-bg: #181a1f;--app-bg-soft: #22252b;--card: rgba(35, 38, 46, .88);--card-solid: #252932;--card-strong: rgba(39, 43, 52, .94);--button-bg: #2a2d34;--button-bg-pressed: #343841;--button-bg-secondary: #30343c;--button-bg-muted: #24272e;--media-bg: #1f2229;--text: #e7e2d8;--text-on-dark: #ece7dc;--muted: #aaa49a;--soft: #8e8a84;--line: rgba(232, 226, 214, .14);--accent: #2d3038;--accent-strong: #ece7dc;--accent-soft: rgba(232, 226, 214, .1);--price: #f0d08a;--danger: #8d3030;--shadow: 0 22px 56px rgba(0, 0, 0, .28);--shadow-soft: 0 12px 28px rgba(0, 0, 0, .18);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--blur: 14px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--app-bg);color:var(--text)}*{box-sizing:border-box}html{min-width:320px;background:var(--app-bg)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--app-bg)}body:before{content:none}button,input,textarea,select{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid rgba(232,226,214,.13);border-radius:var(--radius-md);padding:13px 18px;color:var(--text-on-dark);background:var(--button-bg);box-shadow:0 12px 24px #11131733;font-weight:850;line-height:1.15;letter-spacing:0;text-align:center;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease,background .14s ease}button:hover{box-shadow:0 15px 30px #11131738}button:active{transform:translateY(1px) scale(.99);background:var(--button-bg-pressed);border-color:#e8e2d633}button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}button.secondary{background:var(--button-bg-secondary);color:var(--text-on-dark);border-color:var(--line);box-shadow:var(--shadow-soft)}button.ghost{background:var(--button-bg-muted);color:var(--text);border-color:var(--line);box-shadow:none}.buttonLike{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid rgba(232,226,214,.13);border-radius:var(--radius-md);padding:13px 18px;color:var(--text-on-dark);background:var(--button-bg);box-shadow:0 12px 24px #11131733;font-weight:850;line-height:1.15;text-align:center;text-decoration:none}.buttonLike.secondary{background:var(--button-bg-secondary);color:var(--text-on-dark);border-color:var(--line);box-shadow:var(--shadow-soft)}.buttonLike.ghost{background:var(--button-bg-muted);color:var(--text);border-color:var(--line);box-shadow:none}.app-shell{position:relative;z-index:1;width:min(1080px,100%);min-width:0;min-height:100vh;margin:0 auto;padding:calc(18px + env(safe-area-inset-top)) clamp(14px,3vw,28px) calc(104px + env(safe-area-inset-bottom))}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 auto 18px}.topbar h1,.hero h2,.panel h2,.sectionTitle h2,.lot h3{margin:0;letter-spacing:0}.topbar h1{font-size:clamp(26px,4vw,38px);line-height:1;color:var(--text-on-dark)}.headerRating{min-height:34px;margin-top:8px;padding:7px 11px;display:inline-flex;gap:8px;border-radius:999px;color:#f6f7f9f0;background:#e8e2d614;border:1px solid rgba(232,226,214,.14);box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:13px}.headerRating strong,.headerRating span{color:inherit;font-weight:900}.eyebrow{margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.avatar{width:52px;height:52px;flex:0 0 52px;border-radius:50%;object-fit:cover;border:3px solid rgba(232,226,214,.28);box-shadow:var(--shadow-soft)}.avatarFallback{display:grid;place-items:center;background:var(--button-bg-secondary);color:var(--text-on-dark);font-weight:950}.notice{margin-bottom:14px;padding:13px 15px;border-radius:var(--radius-md);background:#272b34f0;border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow-soft);font-size:14px}.notice.error{background:#5c2626db;border-color:#d7484857;color:#ffd7d7}.notice.info{background:#383e48e6;border-color:#e8e2d62e;color:var(--text);line-height:1.35}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(156px,1fr));gap:14px}.homeGrid{grid-auto-flow:dense}.homeActionShop{order:1}.homeActionOrders{order:2}.homeActionPlaces{order:3}.homeActionSupport{order:4}.homeActionConversation{order:5}.homeActionChannel{order:6}.hero{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:flex-end;gap:18px;min-height:clamp(166px,30vw,260px);padding:clamp(20px,4vw,34px);overflow:hidden;border-radius:var(--radius-xl);background:#2b2f37;border:1px solid rgba(232,226,214,.16);color:var(--text-on-dark);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur))}.hero:after{content:none}.hero h2{max-width:620px;font-size:clamp(25px,5vw,44px);line-height:1.04;color:var(--text-on-dark)}.hero .eyebrow{color:var(--muted)}.balancePill{flex:0 0 auto;padding:11px 15px;border-radius:999px;background:var(--button-bg-secondary);color:var(--price);border:1px solid var(--line);font-weight:950;box-shadow:var(--shadow-soft)}.stack,.lots,.buttonStack{display:grid;gap:14px}.paymentTimer{display:grid;justify-items:center;gap:4px;padding:13px 14px;border-radius:var(--radius-lg);border:1px solid rgba(232,226,214,.18);background:#2c313aeb;box-shadow:0 0 0 1px #ffffff08,var(--shadow-soft);text-align:center}.paymentTimer span{color:var(--muted);font-size:12px;font-weight:850}.paymentTimer strong{color:var(--text);font-size:30px;line-height:1;letter-spacing:0}.paymentTimerWarning{border-color:#ecbe7161;background:#433726c7}.categoryGrid{width:min(100%,860px);margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));align-items:stretch}.shopCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:440px}.actionCard{position:relative;display:grid;align-content:start;justify-items:stretch;gap:8px;min-height:116px;padding:17px;overflow:hidden;text-align:left;background:var(--button-bg);border:1px solid rgba(232,226,214,.14);color:var(--text-on-dark);box-shadow:var(--shadow-soft)}.actionCard:not(.imageCard){align-content:center;justify-items:center;text-align:center}.actionCard:after{display:none}.actionCard span{position:relative;z-index:1;font-size:clamp(19px,3vw,24px);font-weight:950;line-height:1.08;overflow-wrap:anywhere}.actionCard small{color:#e7e2d8b8;font-weight:850;line-height:1.22}.actionCard:not(.imageCard) span,.actionCard:not(.imageCard) small{text-align:center}.imageCard span,.imageCard small{text-align:left}.imageCard{aspect-ratio:auto;min-height:0;padding:0;gap:8px;grid-template-rows:auto auto auto;background:var(--button-bg);color:var(--text)}.testPaymentCard{border-style:dashed}.productMedia{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--media-bg)}.productMedia img,.categoryFallback,.lotPlaceholder{width:100%;height:100%;display:block;object-fit:cover;object-position:center;margin:0;padding:0;border:0;border-radius:inherit;background:transparent}.categoryFallback,.lotPlaceholder{display:grid;place-items:center}.actionMedia{border-radius:calc(var(--radius-md) - 1px) calc(var(--radius-md) - 1px) 0 0}.imageCard span,.imageCard small{padding-inline:16px}.imageCard span{padding-top:5px;color:var(--text-on-dark);font-size:clamp(16px,4vw,18px);line-height:1.08}.imageCard small{padding-top:0;padding-bottom:14px;font-size:11px;line-height:1.18;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#e7e2d8b3}.softText,.sectionTitle p,.lot p,dt{color:var(--muted)}.reviewSummaryCard{position:relative;display:grid;align-content:start;justify-items:start;gap:8px;min-height:116px;padding:18px;text-align:left;border-radius:var(--radius-lg);color:var(--text);background:var(--card-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.reviewSummaryCard span{font-size:clamp(19px,3vw,24px);font-weight:950}.reviewSummaryCard strong{color:var(--accent-strong);font-size:17px;letter-spacing:0}.reviewSummaryCard small{color:var(--muted);font-weight:850}.sectionTitle{margin:2px 0;padding:4px 2px}.sectionTitle h2{font-size:clamp(24px,4vw,34px)}.sectionTitle p,.softText{margin:8px 0 0;line-height:1.5}.panel{width:min(100%,760px);min-width:0;margin:0 auto;padding:clamp(18px,4vw,28px);border-radius:var(--radius-xl);background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur))}.panel h2{font-size:clamp(25px,5vw,36px);overflow-wrap:anywhere;line-height:1.08}.panel dl{display:grid;gap:0;margin:18px 0;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);background:#e8e2d60f}.panel dl div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-width:0;padding:13px 14px;border-bottom:1px solid var(--line)}.panel dl div:last-child{border-bottom:0}dt{min-width:0;font-size:13px}dd{min-width:0;margin:0;color:var(--text);font-weight:900;text-align:right;overflow-wrap:anywhere}.lots{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));align-items:stretch}.sectionTitle{grid-column:1 / -1}.lot{display:flex;min-width:0;overflow:hidden;flex-direction:column;border-radius:var(--radius-xl);background:var(--card-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.lotMedia{border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:1px solid var(--line)}.lotPlaceholder{color:var(--accent-strong);font-size:48px;font-weight:950}.lotBody{display:grid;gap:8px;padding:15px;align-content:start}.lot h3{font-size:clamp(22px,4vw,28px);line-height:1.08}.lot p{margin:0;line-height:1.35}.price{margin:4px 0 6px;color:var(--price);font-size:clamp(24px,5vw,32px);font-weight:950}.requestHint{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-md);background:#e8e2d614}.requestHint strong{color:var(--text);font-size:13px}.requestHint span{color:var(--muted);font-size:12px;line-height:1.35}.lotActions,.orderActions{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:10px}.lotActions{grid-template-columns:1fr}.lotActions button.secondary{min-height:44px;font-size:13px}.secondaryActions{margin-top:12px}.buttonStack>button,.buttonStack>.buttonLike,.panel>button,.panel>.buttonLike,.lotActions>button,.orderActions>button{width:100%;min-width:0;white-space:normal}.panel>.buttonStack+button,.panel>button+button,.panel>.softText+button{margin-top:12px}.inputLabel{display:grid;gap:8px;margin:18px 0;color:var(--muted);font-weight:850}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:#e8e2d614;color:var(--text);font-weight:900;outline:none;box-shadow:none}input{min-height:54px;padding:0 15px;font-size:20px}select{min-height:54px;padding:0 15px;color:var(--text);font-weight:850}textarea{min-height:132px;resize:vertical;padding:14px 15px;font-size:16px;line-height:1.45}input:focus,textarea:focus,select:focus{border-color:#11131747;box-shadow:0 0 0 4px #11131712}.linkText{overflow-wrap:anywhere;color:var(--accent-strong);font-weight:850}.legalPanel{width:min(100%,860px)}.legalSections{display:grid;gap:10px;margin:18px 0}.legalSection{border:1px solid var(--line);border-radius:var(--radius-lg);background:#e8e2d614;overflow:hidden}.legalSection summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:15px 16px;color:var(--text);font-weight:950;cursor:pointer;list-style:none}.legalSection summary::-webkit-details-marker{display:none}.legalSection summary:after{content:"+";display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:var(--accent-soft);color:var(--accent-strong);font-weight:950}.legalSection[open] summary:after{content:"-"}.legalBody{padding:0 16px 16px;color:var(--muted);line-height:1.58;white-space:pre-line}.contactActions{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:10px}.requestList{display:grid;gap:10px;margin:18px 0}.segmentedTabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0 6px;padding:6px;border-radius:20px;border:1px solid var(--line);background:#14161bb8}.segmentedTabs button{min-height:42px;padding:9px 8px;color:#e7e2d8bd;background:#e8e2d60f;border:1px solid transparent;box-shadow:none;font-size:12px;white-space:nowrap}.segmentedTabs button.active{color:var(--text-on-dark);background:var(--button-bg-pressed);border-color:#e8e2d62e;border-radius:15px;box-shadow:0 10px 20px #11131729}.timelineSection{display:grid;gap:10px;margin-top:18px}.timelineSection h3{margin:0;color:var(--text);font-size:18px}.adminAccordion{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:#363a44d1;box-shadow:var(--shadow-soft)}.adminAccordion+.adminAccordion{margin-top:10px}.adminAccordion summary{cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:13px 14px;color:var(--text-on-dark);font-weight:950;list-style:none}.adminAccordion summary::-webkit-details-marker{display:none}.adminAccordion summary:after{content:"+";display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e8e2d61a;color:var(--text-on-dark)}.adminAccordion[open] summary:after{content:"-"}.adminAccordion summary b{min-width:28px;padding:3px 8px;border-radius:999px;color:var(--text);background:#e8e2d61f;font-size:12px;text-align:center}.adminAccordion>.requestList,.adminAccordion>.softText{margin:0;padding:0 12px 12px}.compactTabs,.compactField{margin:0 0 10px}.requestCard{display:grid;justify-items:start;justify-content:stretch;align-items:start;gap:4px;width:100%;min-height:76px;padding:14px;color:var(--text);text-align:left;background:#363a44e0;border-color:var(--line);box-shadow:var(--shadow-soft)}.requestCard strong{justify-self:start;max-width:100%;color:var(--text-on-dark);font-size:16px;text-align:left;overflow-wrap:anywhere}.requestCard span{justify-self:start;max-width:100%;color:#e7e2d8c7;font-size:13px;line-height:1.28;text-align:left;overflow-wrap:anywhere}.requestCard em{justify-self:start;padding:4px 9px;border-radius:999px;color:var(--text);background:#e8e2d61f;font-style:normal;font-size:12px;font-weight:900}.requestCard.withThumb{grid-template-columns:64px minmax(0,1fr);align-items:center;justify-items:stretch;column-gap:12px;min-height:92px}.requestAccordion{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:#363a44e0;box-shadow:var(--shadow-soft)}.requestAccordion summary{cursor:pointer;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;color:var(--text-on-dark);list-style:none}.requestAccordion summary::-webkit-details-marker{display:none}.requestAccordion summary:after{content:"+";display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e8e2d61a;font-weight:950}.requestAccordion[open] summary:after{content:"-"}.requestAccordion summary span{display:grid;gap:4px;min-width:0}.requestAccordion summary strong,.requestAccordion summary small{overflow-wrap:anywhere}.requestAccordion summary small{color:#e7e2d8c2;font-weight:850}.requestAccordion dl{margin:0 12px 12px}.requestAccordion>button,.requestAccordion>.softText{margin:0 12px 12px}.requestCardBody{display:grid;justify-items:start;gap:5px;min-width:0;text-align:left}.productThumb{width:64px;aspect-ratio:1;display:block;border-radius:14px;object-fit:cover;object-position:center;border:1px solid rgba(232,226,214,.14);background:var(--media-bg);box-shadow:none}.productThumbFallback{display:grid;place-items:center;color:var(--text-on-dark);font-size:22px;font-weight:950}.supportForm{display:grid;gap:12px;margin-top:16px}.compactActions{margin-top:14px}.messageBubble,.reviewCard,.reviewForm{display:grid;gap:7px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#e8e2d614;box-shadow:var(--shadow-soft)}.messageBubble p,.reviewCard p{margin:0;color:var(--text);line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}.messageBubble span,.reviewCard span,.reviewCard small{color:var(--muted);font-weight:850}.accentBubble{background:#484e5ce6}.answerBubble{background:#363a44f0;border-color:var(--line)}.reviewForm h3{margin:0}.dialogPanel{display:grid;gap:14px}.chatMessages{display:grid;gap:10px;max-height:min(52vh,560px);overflow:auto;padding:4px}.chatBubble{width:min(88%,520px);display:grid;gap:5px;padding:12px 14px;border:1px solid var(--line);border-radius:18px;background:#363a44f0;box-shadow:var(--shadow-soft)}.chatBubble.incoming,.chatBubble.admin{justify-self:start;background:#363a44f0}.chatBubble.outgoing,.chatBubble.client{justify-self:end;background:#404550f5}.chatBubble.system{justify-self:center;width:min(100%,440px);text-align:center;background:#e8e2d614}.chatBubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}.chatBubble span{color:var(--muted);font-size:12px;font-weight:800}.chatBubble strong{color:var(--text);font-size:12px}.chatComposer textarea{min-height:116px}.chatCard strong,.chatCard span,.chatCard em{max-width:100%}.accountHero{overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.accountHero img{display:block;width:100%;max-height:360px;object-fit:cover}.stockGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.stockGrid div{display:grid;gap:5px;padding:14px;border-radius:var(--radius-md);background:#e8e2d614;border:1px solid var(--line)}.stockGrid span{color:var(--muted);font-weight:800}.accountCategoryList{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:14px;margin-top:16px}.accountCategory{display:grid;gap:12px;padding:14px;border-radius:var(--radius-lg);background:#e8e2d614;border:1px solid var(--line)}.accountCategoryHeader{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;align-items:center}.accountCategoryHeader img{width:76px;aspect-ratio:1;border-radius:18px;object-fit:contain;background:var(--media-bg);border:1px solid rgba(232,226,214,.14)}.accountCategoryHeader h3{margin:0 0 4px;color:var(--text);font-size:19px}.accountCategoryHeader p{margin:0;color:var(--muted);line-height:1.35;font-size:13px}.accountCategoryHeader span{display:inline-flex;margin-top:7px;padding:5px 9px;border-radius:999px;background:var(--accent-soft);color:var(--text);font-weight:900;font-size:12px}.accountCategoryFooter{display:grid;grid-template-columns:1fr;gap:10px}.accountCategoryFooter b{color:var(--price);font-size:22px}.credentialBox{display:grid;gap:12px;margin:16px 0}.credentialBox>div{display:grid;gap:8px;padding:13px;border-radius:var(--radius-md);background:#e8e2d614;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.credentialBox span{color:var(--muted);font-size:12px;font-weight:900}.credentialBox strong{color:var(--text);overflow-wrap:anywhere}.accountItemCard strong,.accountItemCard b{color:var(--text)}.accountItemCard span{display:block;margin-top:4px;color:var(--muted);font-size:13px;line-height:1.35}.itemsPanel{display:grid;gap:14px}.field{display:grid;gap:8px;margin:4px 0 8px;color:var(--muted);font-weight:850}.field span{font-size:13px}.gameSuggestions{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.gameSuggestions button{min-height:72px;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:10px;color:var(--text);background:#e8e2d614;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.gameSuggestions img{grid-row:1 / span 2;width:52px;aspect-ratio:1;border-radius:12px;object-fit:contain;background:var(--media-bg)}.gameSuggestions span,.gameSuggestions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gameSuggestions small{color:var(--muted);font-weight:800}.gameItemsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px}.gameItemCard{overflow:hidden;display:grid;align-content:start;border-radius:var(--radius-lg);background:#e8e2d614;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.gameItemMedia{border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:1px solid var(--line)}.gameItemBody{display:grid;gap:8px;padding:13px}.gameItemBody small{color:var(--muted);font-weight:900}.gameItemBody h3{margin:0;color:var(--text);font-size:20px;line-height:1.12}.gameItemBody p{margin:0;color:var(--muted);font-size:13px;line-height:1.35}.itemMeta{display:grid;gap:4px;color:var(--muted);font-size:13px;font-weight:800}.itemMeta strong{color:var(--text);font-size:15px}.itemOrderForm{display:grid;gap:9px;padding-top:2px}.miniField{display:grid;gap:5px}.miniField span{color:var(--muted);font-size:12px;font-weight:900}.miniField input{width:100%;min-height:44px;padding:9px 11px;border-radius:14px;border:1px solid var(--line);background:#e8e2d614;color:var(--text);font-weight:800;font-size:15px}.formError{margin:0;color:#ffd7d7;font-size:13px;font-weight:850;line-height:1.35}.profileGroups{display:grid;gap:14px}.profileGroup{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#e8e2d60f}.profileGroup h3{margin:0;color:var(--text);font-size:16px;overflow-wrap:anywhere}.adminPanel{width:min(100%,900px)}.bottomNav{position:fixed;left:50%;bottom:max(10px,env(safe-area-inset-bottom));z-index:10;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:min(640px,calc(100% - 20px));padding:9px;transform:translate(-50%);border-radius:26px;background:#23262ee0;border:1px solid var(--line);box-shadow:0 20px 48px #1f212624;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottomNav button{min-height:54px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);background:transparent;border:0;box-shadow:none;font-size:12px;font-weight:900;white-space:nowrap}.navIcon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bottomNav button.active{color:var(--accent-strong);background:#e8e2d614;border:1px solid var(--line);border-radius:19px;box-shadow:var(--shadow-soft)}@media(min-width:900px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lots{grid-template-columns:repeat(3,minmax(0,1fr))}.shopCategoryGrid{max-width:760px;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.app-shell{width:min(1120px,100%)}}@media(max-width:520px){.app-shell{padding-inline:12px}.topbar{align-items:flex-start}.avatar{width:46px;height:46px;flex-basis:46px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.categoryGrid,.shopCategoryGrid{width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.gameItemsGrid{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start}.hero:after{display:none}.actionCard{min-height:104px;padding:15px}.imageCard{min-height:0;padding:0;gap:7px}.productMedia{aspect-ratio:1 / 1}.panel dl div{align-items:flex-start}}@media(max-width:360px){.grid,.lots{grid-template-columns:1fr}.bottomNav{width:calc(100% - 16px)}.bottomNav button{font-size:10px}}
