@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--bg: #ffffff;--bg-subtle: #fafafb;--surface: #ffffff;--surface-2: #f5f6f7;--border: #ececef;--border-strong: #e2e3e7;--text: #0a0a0a;--text-soft: #6b7280;--text-mute: #9ca3af;--accent: #16a34a;--accent-hover: #15803d;--accent-soft: #ecfdf5;--accent-border: #a7f3d0;--accent-text: #15803d;--success: #16a34a;--success-soft: #ecfdf5;--success-border: #a7f3d0;--warning: #d97706;--warning-soft: #fffbeb;--warning-border: #fde68a;--danger: #dc2626;--danger-soft: #fef2f2;--danger-border: #fecaca;--radius-lg: 16px;--radius: 14px;--radius-sm: 10px;--shadow-sm: 0 1px 2px rgba(10, 10, 10, .04), 0 1px 3px rgba(10, 10, 10, .06);--shadow: 0 4px 12px rgba(10, 10, 10, .08), 0 2px 4px rgba(10, 10, 10, .04);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{min-height:100dvh;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-size:16px;line-height:1.5}button{font-family:inherit;cursor:pointer}input,textarea,select,button{font:inherit;color:inherit}a{color:inherit;text-decoration:none}::selection{background:var(--accent-soft)}:where(button,a,input,[role=tab]):focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.product-price,.invoice-amount-value,.order-amount,.sticky-cart-total,.invoice-timer strong,.profile-stat strong{font-variant-numeric:tabular-nums}.mini-shell{position:relative;width:100%;max-width:540px;margin:0 auto;padding:16px 16px calc(96px + var(--safe-bottom));display:flex;flex-direction:column;gap:16px}.mini-shell-loading{min-height:100dvh;padding:16px}.mini-shell:has(.sticky-cart){padding-bottom:calc(168px + var(--safe-bottom))}.error-box{margin-top:40px;background:var(--danger-soft);border:1px solid var(--danger-border);color:var(--danger);border-radius:var(--radius);padding:16px;font-size:14px;text-align:center}.hero{display:flex;flex-direction:column;gap:8px;padding:4px 2px 0}.hero-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--text-soft)}.hero-badge svg{width:14px;height:14px;color:var(--accent)}.hero-title{margin:8px 0 0;font-size:clamp(24px,6vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.hero-wave{display:inline-block;animation:wave 2s ease-in-out infinite;transform-origin:70% 70%}@keyframes wave{0%,60%,to{transform:rotate(0)}10%{transform:rotate(12deg)}20%{transform:rotate(-6deg)}30%{transform:rotate(12deg)}40%{transform:rotate(-3deg)}50%{transform:rotate(8deg)}}@media(prefers-reduced-motion:reduce){.hero-wave{animation:none}}.hero-sub{margin:0;color:var(--text-soft);font-size:15px}.page-header{padding:4px 2px}.page-header h2{margin:0;font-size:clamp(22px,5.5vw,28px);font-weight:800;letter-spacing:-.02em}.page-header p{margin:4px 0 0;color:var(--text-soft);font-size:14px}.toast{display:flex;align-items:center;gap:10px;border-radius:var(--radius);padding:12px 14px;font-size:14px;font-weight:600;line-height:1.4;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);animation:toastIn .2s ease}.toast svg{width:18px;height:18px;flex-shrink:0}.toast-success{background:var(--success-soft);color:var(--accent-text);border-color:var(--success-border)}.toast-error{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}@keyframes toastIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.search-bar{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:13px 14px 13px 42px;transition:border-color .15s ease,box-shadow .15s ease}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-bar-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-mute);display:inline-flex}.search-bar input{width:100%;border:none;background:transparent;outline:none;font-size:16px;color:var(--text)}.search-bar input::placeholder{color:var(--text-mute)}.search-bar-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:var(--surface-2);border:none;width:28px;height:28px;border-radius:50%;font-size:16px;line-height:1;color:var(--text-soft);display:grid;place-items:center}.cat-strip,.filter-strip{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px;margin:0 -2px;-webkit-overflow-scrolling:touch}.cat-strip::-webkit-scrollbar,.filter-strip::-webkit-scrollbar{display:none}.cat-chip{flex-shrink:0;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);border-radius:999px;padding:9px 15px;font-size:14px;font-weight:600;white-space:nowrap;min-height:40px;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.cat-chip:active{transform:scale(.96)}.cat-chip.active{background:var(--accent-soft);color:var(--accent-text);border-color:var(--accent-border)}.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.empty-state .empty-icon{font-size:34px}.empty-state strong{color:var(--text);font-size:16px;font-weight:700}.empty-state p{margin:0;color:var(--text-soft);font-size:14px}.empty-state .btn-primary{margin-top:8px}.products-grid{display:grid;grid-template-columns:1fr;gap:14px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,transform .12s ease,box-shadow .15s ease}.product-card:active{transform:scale(.995)}.product-card:hover{box-shadow:var(--shadow-sm);border-color:var(--border-strong)}.product-card.sold-out{opacity:.6}.product-media{position:relative;aspect-ratio:4 / 3;background:var(--surface-2);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-media-placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:800;font-size:32px;color:var(--text-mute);background:var(--surface-2);letter-spacing:.04em}.stock-pill{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;letter-spacing:.01em;padding:5px 10px;border-radius:999px;border:1px solid var(--border);background:#fffffff2;backdrop-filter:blur(4px);color:var(--text)}.stock-pill.unlimited{color:var(--accent-text);border-color:var(--accent-border);background:var(--accent-soft)}.stock-pill.ok{color:var(--text-soft)}.stock-pill.low{color:var(--warning);border-color:var(--warning-border);background:var(--warning-soft)}.stock-pill.out{color:var(--danger);border-color:var(--danger-border);background:var(--danger-soft)}.product-body{padding:14px 16px 4px;flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.product-cat{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mute);font-weight:700}.product-name{margin:2px 0 0;font-size:16px;font-weight:700;color:var(--text);line-height:1.3;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-desc{margin:2px 0 0;font-size:13px;color:var(--text-soft);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{margin-top:4px;font-size:18px;color:var(--text);font-weight:800;letter-spacing:-.01em}.product-foot{padding:10px 16px 16px}.add-btn{width:100%;min-height:44px;border:1px solid var(--accent);border-radius:var(--radius-sm);padding:12px;font-weight:700;font-size:14px;background:var(--accent);color:#fff;transition:background .15s ease,transform .1s ease,border-color .15s ease}.add-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.add-btn:active{transform:scale(.98)}.add-btn:disabled{background:var(--surface-2);border-color:var(--border);color:var(--text-mute);cursor:not-allowed}.qty-stepper{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px}.qty-stepper button{width:40px;height:40px;border-radius:8px;border:none;background:var(--accent);color:#fff;display:grid;place-items:center;transition:filter .15s ease,transform .1s ease}.qty-stepper button:hover:not(:disabled){background:var(--accent-hover)}.qty-stepper button:active:not(:disabled){transform:scale(.92)}.qty-stepper button:disabled{background:#d1d5db;color:#fff;cursor:not-allowed}.qty-stepper span{font-weight:700;font-size:15px;color:var(--text);flex:1;text-align:center}.pager-card{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;font-size:14px;color:var(--text-soft);font-weight:600}.sticky-cart{position:fixed;left:50%;bottom:calc(74px + var(--safe-bottom));transform:translate(-50%);z-index:30;width:calc(100% - 32px);max-width:508px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);padding:10px 12px 10px 16px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:10px;animation:stickyIn .22s cubic-bezier(.34,1.4,.64,1)}@keyframes stickyIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.sticky-cart{animation:none}}.sticky-cart-info{display:flex;flex-direction:column;min-width:0}.sticky-cart-count{font-size:11px;color:var(--text-mute);letter-spacing:.02em;text-transform:uppercase;font-weight:700}.sticky-cart-total{font-size:16px;font-weight:800;color:var(--text)}.sticky-cart-btn{flex-shrink:0}.btn-primary,.btn-secondary,.btn-tertiary{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--radius-sm);padding:12px 16px;min-height:44px;font-weight:700;font-size:14px;border:1px solid transparent;transition:background .15s ease,transform .1s ease,border-color .15s ease,color .15s ease}.btn-primary svg,.btn-secondary svg,.btn-tertiary svg{width:16px;height:16px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:active{transform:scale(.97)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--accent-border);color:var(--accent-text)}.btn-tertiary{background:transparent;color:var(--text-soft);border-color:var(--border)}.btn-tertiary:hover{background:var(--surface-2);color:var(--text)}.btn-tertiary:disabled,.btn-secondary:disabled,.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.invoice-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-sm)}.invoice-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.invoice-eyebrow{font-size:11px;letter-spacing:.08em;color:var(--text-mute);font-weight:700;text-transform:uppercase}.invoice-id{margin:3px 0 0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.invoice-status{font-size:11px;font-weight:700;letter-spacing:.03em;padding:5px 12px;border-radius:999px;border:1px solid var(--border)}.invoice-status-pending{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-border)}.invoice-status-paid,.invoice-status-delivered{background:var(--success-soft);color:var(--accent-text);border-color:var(--success-border)}.invoice-status-expired,.invoice-status-failed,.invoice-status-cancelled{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.invoice-amount{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:4px}.invoice-amount-label{font-size:11px;color:var(--text-mute);letter-spacing:.06em;text-transform:uppercase;font-weight:700}.invoice-amount-value{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.invoice-timer{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;background:var(--bg-subtle)}.invoice-timer>svg{flex-shrink:0;color:var(--accent);width:22px;height:22px}.invoice-timer span{display:block;font-size:11px;color:var(--text-mute);letter-spacing:.04em;text-transform:uppercase;font-weight:700}.invoice-timer strong{font-size:18px;font-weight:800;color:var(--text);letter-spacing:.02em}.qr-wrap{background:#fff;padding:16px;border-radius:var(--radius);display:grid;place-items:center;border:1px solid var(--border)}.qr{width:min(260px,100%);aspect-ratio:1;display:block;border-radius:6px}.invoice-note,.invoice-status-text{margin:0;font-size:13px;color:var(--text-soft);line-height:1.5;text-align:center}.invoice-note strong{color:var(--text)}.invoice-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.security-pill{margin:0 auto;display:inline-flex;align-items:center;gap:6px;background:var(--success-soft);border:1px solid var(--success-border);color:var(--accent-text);border-radius:999px;padding:6px 13px;font-size:11px;font-weight:600}.security-pill svg{width:14px;height:14px}.history-list{display:flex;flex-direction:column;gap:10px}.order-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s ease,box-shadow .15s ease}.order-item:hover{box-shadow:var(--shadow-sm)}.order-item.order-pending{border-left:3px solid var(--warning)}.order-item.order-paid,.order-item.order-delivered{border-left:3px solid var(--success)}.order-item.order-expired,.order-item.order-failed,.order-item.order-cancelled{border-left:3px solid var(--danger)}.order-item-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.order-code{display:block;font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em}.order-time{font-size:11px;color:var(--text-mute);font-weight:500}.order-product-line{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:13px}.order-product-name{color:var(--text-soft);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.order-product-meta{color:var(--text-mute);font-size:12px;flex-shrink:0}.order-item-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--border)}.order-amount{font-size:16px;font-weight:800;color:var(--text)}.order-item-foot .btn-secondary{padding:9px 14px;min-height:40px}.status-badge{border-radius:999px;font-size:11px;font-weight:700;padding:4px 10px;letter-spacing:.02em;border:1px solid var(--border)}.status-badge.pending{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-border)}.status-badge.paid,.status-badge.delivered{background:var(--success-soft);color:var(--accent-text);border-color:var(--success-border)}.status-badge.cancelled,.status-badge.expired,.status-badge.failed{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.delivery-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-sm);margin-top:4px}.delivery-head{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;border-bottom:1px solid var(--border);padding-bottom:12px}.delivery-head h3{margin:3px 0 0;font-size:18px;font-weight:800;color:var(--text)}.history-total{border:1px solid var(--border);border-radius:999px;padding:4px 11px;font-size:11px;font-weight:600;color:var(--text-soft);background:var(--surface-2);flex-shrink:0}.delivery-grid{display:flex;flex-direction:column;gap:10px}.delivery-item{border:1px solid var(--border);border-radius:var(--radius);padding:14px;background:var(--bg-subtle);display:flex;flex-direction:column;gap:10px}.delivery-item-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.delivery-item-head strong{font-size:13px;color:var(--text);letter-spacing:.01em}.copy-btn{display:inline-flex;align-items:center;gap:5px;min-height:36px;border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;padding:7px 11px;font-size:12px;font-weight:700;color:var(--text);flex-shrink:0;transition:transform .1s ease,background .15s ease,border-color .15s ease,color .15s ease}.copy-btn svg{width:14px;height:14px}.copy-btn:hover{background:var(--accent-soft);border-color:var(--accent-border);color:var(--accent-text)}.copy-btn:active{transform:scale(.96)}.delivery-content{display:flex;flex-direction:column}.dlv-row{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:13px;padding:9px 0;border-bottom:1px solid var(--border)}.dlv-row:last-child{border-bottom:none}.dlv-label{color:var(--text-mute);font-size:11px;letter-spacing:.04em;text-transform:uppercase;font-weight:700;flex-shrink:0}.dlv-value{color:var(--text);word-break:break-all;text-align:right;font-size:13px;font-weight:600}.dlv-value.mono{font-family:ui-monospace,SF Mono,Courier New,monospace;font-size:12.5px;background:var(--surface);padding:4px 10px;border-radius:7px;border:1px solid var(--border-strong);color:var(--text);font-weight:600}.dlv-link{display:inline-flex;align-items:center;gap:5px;min-height:36px;color:var(--accent-text);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:8px;padding:7px 11px;font-size:12px;font-weight:700}.dlv-link svg{width:14px;height:14px}.dlv-link:hover{background:#d1fae5}.dlv-note{margin:6px 0 0;font-size:12.5px;color:var(--text-soft);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 12px;line-height:1.5}.dlv-note strong{color:var(--text)}.delivery-note{border:1px solid var(--warning-border);background:var(--warning-soft);border-radius:var(--radius-sm);padding:12px 14px}.delivery-note-title{font-size:13px;color:var(--warning);font-weight:700}.delivery-note-body{margin:6px 0 0;font-size:12.5px;color:var(--text-soft);line-height:1.5;white-space:pre-wrap}.delivery-terms{width:100%}.delivery-close{width:100%;margin-top:2px}.profile-shell{display:flex;flex-direction:column;gap:12px}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;display:flex;align-items:center;gap:14px}.profile-avatar{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:24px;color:#fff;background:var(--accent);flex-shrink:0}.profile-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-meta strong{font-size:18px;font-weight:800;color:var(--text)}.profile-meta>span{font-size:13px;color:var(--text-soft)}.profile-tier{align-self:flex-start;margin-top:6px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;padding:4px 11px;border-radius:999px}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 12px;display:flex;flex-direction:column;gap:6px}.profile-stat span{font-size:10px;letter-spacing:.04em;text-transform:uppercase;font-weight:700;color:var(--text-mute)}.profile-stat strong{font-size:14px;font-weight:800;color:var(--text)}.profile-actions{display:flex;flex-direction:column;gap:8px}.profile-action{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 16px;min-height:52px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:600;font-size:14px;transition:background .15s ease,transform .1s ease,border-color .15s ease}.profile-action svg{width:16px;height:16px;color:var(--text-mute)}.profile-action:hover{background:var(--surface-2);border-color:var(--border-strong)}.profile-action:active{transform:scale(.99)}.profile-note{margin:4px 0 0;font-size:12px;color:var(--text-mute);text-align:center;padding:0 8px;line-height:1.5}.mini-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;width:100%;display:flex;gap:4px;padding:8px 10px calc(8px + var(--safe-bottom));background:#ffffffeb;border-top:1px solid var(--border);backdrop-filter:blur(12px)}.mini-nav button{flex:1;position:relative;border:none;background:transparent;color:var(--text-mute);border-radius:var(--radius-sm);padding:8px 6px;font-weight:600;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:54px;transition:color .15s ease,transform .1s ease}.mini-nav button svg{width:22px;height:22px}.mini-nav button span{font-size:11px;letter-spacing:.01em}.mini-nav button.active{color:var(--accent)}.mini-nav button.active svg{color:var(--accent)}.mini-nav button:active{transform:scale(.95)}.nav-dot{position:absolute;top:6px;right:calc(50% - 20px);width:7px;height:7px;border-radius:50%;background:var(--accent)}.public-shell{min-height:100dvh;display:grid;place-items:center;padding:20px}.public-gate{width:min(440px,100%);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:32px 26px;text-align:center;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow-sm)}.public-eyebrow{margin:0;font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--accent-text)}.public-gate h1{margin:4px 0;font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.public-copy{margin:0;color:var(--text-soft);font-size:14px;line-height:1.55}.public-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.cta-telegram{display:inline-flex;align-items:center;justify-content:center;min-height:48px;background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:14px 18px;font-weight:700;font-size:15px;transition:background .15s ease,transform .1s ease}.cta-telegram:hover{background:var(--accent-hover)}.cta-telegram:active{transform:scale(.98)}.outline-btn{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);padding:13px 18px;min-height:48px;font-weight:600;font-size:15px}.outline-btn:hover{background:var(--surface-2)}.public-note{margin:6px 0 0;font-size:12px;color:var(--text-mute);line-height:1.5}.lux-skeleton{display:flex;flex-direction:column;gap:16px;max-width:540px;margin:0 auto}.lux-skeleton-brand{display:flex;align-items:center;gap:12px;padding:4px 0}.brand-mark{position:relative;width:40px;height:40px;flex-shrink:0}.brand-dot{position:absolute;width:24px;height:24px;border-radius:50%;background:var(--surface-2);top:0;left:0}.brand-dot-2{background:#eceef0;inset:auto 0 0 auto}.brand-lines{display:flex;flex-direction:column;gap:7px;flex:1}.sk-line,.sk-pill,.sk-thumb,.sk-chip,.sk-nav-item{position:relative;overflow:hidden;background:#f1f2f4;border-radius:7px}.sk-line{height:11px}.sk-line-xs{width:36%}.sk-line-sm{width:56%}.sk-line-md{width:78%}.sk-line-lg{width:92%;height:16px}.sk-line-price{width:44%;height:14px}.sk-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:10px}.sk-pill{width:110px;height:24px;border-radius:999px}.sk-grid{display:grid;grid-template-columns:1fr;gap:14px}.sk-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px;display:flex;flex-direction:column;gap:10px}.sk-thumb{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius)}.sk-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.sk-chip{width:100%;height:44px;border-radius:var(--radius-sm)}.sk-bottom-nav{display:flex;gap:8px;justify-content:space-around;padding-top:6px}.sk-nav-item{width:30%;height:44px;border-radius:var(--radius-sm)}.sk-line:after,.sk-pill:after,.sk-thumb:after,.sk-chip:after,.sk-nav-item:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.sk-line:after,.sk-pill:after,.sk-thumb:after,.sk-chip:after,.sk-nav-item:after{animation:none}}
