:root{--primary: #16a34a;--primary-dark: #065f46;--accent: #facc15;--support: #2563eb;--bg: #f8fafc;--card: #ffffff;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--soft-line: #edf2f7;--danger: #ef4444;--success-soft: #dcfce7;--warning-soft: #fef9c3;--blue-soft: #dbeafe;--shadow: 0 18px 42px rgba(15, 23, 42, .1);--shadow-soft: 0 10px 26px rgba(15, 23, 42, .08);--nav-height: 82px;--bottom-signature-height: 28px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--app-viewport-height: 100vh;--fixed-bottom-shift: 0px}@supports (height: 100svh){:root{--app-viewport-height: 100svh}}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);color-scheme:light;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100%;background:linear-gradient(180deg,rgba(22,163,74,.08),transparent 280px),var(--bg);color:var(--text);font-family:Sora,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;overflow-x:hidden}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}button:disabled,input:disabled{cursor:not-allowed;opacity:.56}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}img,video{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;letter-spacing:0}h1{font-size:clamp(1.65rem,8vw,2.55rem);font-weight:800}h2{font-size:clamp(1.25rem,5.8vw,1.8rem);font-weight:800}h3{font-size:1.05rem;font-weight:800}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--text);padding:.85rem 1rem;font-size:1rem;box-shadow:0 1px #0f172a08}textarea{min-height:104px;resize:vertical}input::placeholder,textarea::placeholder{color:#94a3b8}.app-shell{min-height:var(--app-viewport-height)}.page-shell{width:min(100%,920px);margin:0 auto;padding:calc(.8rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(var(--nav-height) + var(--bottom-signature-height) + var(--safe-bottom) + 1.35rem);padding-left:calc(1rem + var(--safe-left))}.content-stack{display:grid;gap:1rem;animation:rise .28s ease both}.app-header{position:sticky;top:0;z-index:35;display:grid;gap:.8rem;margin:calc(-.8rem - var(--safe-top)) -1rem 1rem;padding:calc(.85rem + var(--safe-top)) 1rem .9rem;background:#f8fafcf0;border-bottom:1px solid rgba(226,232,240,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-header-main{display:flex;align-items:center;gap:.7rem}.app-title-block{min-width:0;flex:1}.app-title-block p,.section-kicker{color:var(--primary-dark);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.app-title-block h1{margin-top:.2rem;font-size:clamp(1.35rem,6.4vw,2rem);line-height:1.04;white-space:normal;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.header-actions{display:flex;align-items:center;gap:.45rem}.admin-avatar-wrap{position:relative}.admin-avatar-btn{font-size:.94rem;font-weight:900;color:#0f172a;background:#fff}.admin-avatar-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:70;display:grid;min-width:148px;overflow:hidden;border:1px solid #dbe3ef;border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}.admin-avatar-menu button{min-height:44px;padding:.65rem .75rem;border:0;border-top:1px solid #edf2f7;background:transparent;color:#0f172a;text-align:left;font-size:.84rem;font-weight:800;cursor:pointer}.admin-avatar-menu button:first-child{border-top:0}.admin-avatar-menu button:active{background:#f8fafc}.icon-btn{position:relative;display:inline-grid;place-items:center;width:46px;min-width:46px;height:46px;border:0;border-radius:999px;background:#fff;color:var(--text);font-size:1.22rem;font-weight:900;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.icon-btn .icon-glyph{display:inline-grid;place-items:center;line-height:1;transform:translateY(-.02em)}.bell-btn .icon-glyph{transform:translateY(-.06em)}.top-icon-svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-top-header-btn{display:inline-grid;place-items:center}.cart-top-header-btn .icon-glyph{display:grid;place-items:center;width:20px;height:20px;margin:0;transform:none}.cart-top-header-btn.is-bump{animation:cartBump .38s ease}.cart-fly-token{position:fixed;z-index:80;width:12px;height:12px;border-radius:999px;pointer-events:none;background:#22c55e;box-shadow:0 0 0 5px #22c55e2e;animation:cartFly .52s cubic-bezier(.2,.75,.25,1) forwards}@keyframes cartFly{0%{transform:translate(-50%,-50%) scale(1);opacity:.95}75%{opacity:.9}to{transform:translate(calc(-50% + var(--cart-fly-x, 0px)),calc(-50% + var(--cart-fly-y, 0px))) scale(.35);opacity:0}}@keyframes cartBump{0%{transform:scale(1)}35%{transform:scale(1.16)}70%{transform:scale(.95)}to{transform:scale(1)}}.icon-btn:active,.big-btn:active,.tiny-btn:active,.bottom-nav-item:active,.album-card:active,.sticker-box:active{transform:scale(.97)}.share-action{background:var(--accent);color:#422006}.theme-action{background:#e2e8f0;color:#0f172a}.back-action{color:var(--primary-dark);font-size:2rem;line-height:1}.notif-wrap{position:relative}.notif-badge{position:absolute;top:-4px;right:-4px;display:grid;min-width:20px;height:20px;padding:0 .28rem;place-items:center;border:2px solid #ffffff;border-radius:999px;background:var(--danger);color:#fff;font-size:.68rem;font-weight:900}.header-progress-card{display:grid;gap:.5rem;padding:.8rem .9rem;border-radius:24px;background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;box-shadow:0 16px 34px #065f463d}.header-progress-card>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.header-progress-card span,.header-progress-card small{color:#ffffffd6;font-size:.82rem;font-weight:700}.header-progress-card strong{color:#fff;font-size:1.35rem}.progress-bar{width:100%;height:13px;overflow:hidden;border-radius:999px;background:#e2e8f0}.progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#22c55e);transition:width .26s ease}.header-progress{background:#ffffff38}.bottom-navigation{position:fixed;right:0;bottom:var(--bottom-signature-height);left:0;z-index:50;display:grid;grid-template-columns:repeat(var(--bottom-nav-items, 5),minmax(0,1fr));gap:.2rem;width:min(100%,720px);min-height:calc(var(--nav-height) + var(--safe-bottom));margin:0 auto;padding:.45rem calc(.45rem + var(--safe-right)) calc(.45rem + var(--safe-bottom)) calc(.45rem + var(--safe-left));border-top:1px solid rgba(226,232,240,.95);border-radius:24px 24px 0 0;background:#fffffff5;box-shadow:0 -16px 34px #0f172a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html.ios-fixed-viewport .bottom-navigation,html.ios-fixed-viewport .app-made-by-footer{transform:translate3d(0,var(--fixed-bottom-shift),0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.community-trade-card{gap:.45rem}.community-trade-results{margin-top:10px}.community-trade-detail{display:grid;gap:.55rem}.community-trade-group{display:grid;gap:.25rem}.community-trade-group p{margin:0;color:var(--text);font-size:.86rem;line-height:1.35}.community-sharing-hint{margin-top:10px}.app-made-by-footer{position:fixed;right:0;bottom:0;left:0;z-index:49;display:grid;width:min(100%,720px);min-height:calc(var(--bottom-signature-height) + var(--safe-bottom));margin:0 auto;padding:.12rem calc(.45rem + var(--safe-right)) calc(.1rem + var(--safe-bottom)) calc(.45rem + var(--safe-left));border-top:1px solid rgba(226,232,240,.92);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);place-items:center;pointer-events:none}.app-made-by-footer .app-made-by{font-size:.62rem}.app-made-by-footer .auth-made-by-link{min-height:22px;padding:.12rem .32rem;pointer-events:auto}.bottom-nav-item{display:grid;justify-items:center;align-content:center;gap:.22rem;min-width:0;min-height:62px;border:0;border-radius:20px;background:transparent;color:var(--muted);cursor:pointer;transition:transform .16s ease,background-color .16s ease,color .16s ease}.bottom-nav-item span:last-child{width:100%;overflow-wrap:anywhere;font-size:.66rem;font-weight:800;line-height:1.1}.bottom-nav-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:12px;background:#f1f5f9;color:#64748b}.bottom-nav-icon-svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.bottom-nav-item.is-active{background:var(--success-soft);color:var(--primary-dark)}.bottom-nav-item.is-active .bottom-nav-icon{background:var(--primary);color:#fff}.panel,.auth-panel,.auth-hero,.force-pass{border:1px solid rgba(226,232,240,.95);border-radius:28px;background:var(--card);box-shadow:var(--shadow-soft)}.panel{padding:1rem}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.panel-title-row>div{min-width:0}.panel-title-row h2{margin-top:.14rem}.muted-copy,.panel p,.message-item p,.profile-card p,.auction-sub,.modal p{color:var(--muted);line-height:1.55}.big-btn,.share-btn,.tiny-btn,.sheet-action{display:inline-grid;min-height:48px;place-items:center;border:0;border-radius:18px;background:#f1f5f9;color:var(--text);font-weight:800;text-decoration:none;cursor:pointer;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.big-btn,.share-btn{padding:.85rem 1.05rem;font-size:.98rem}.big-btn.is-loading{position:relative;cursor:wait}.big-btn.is-loading:after{content:"";width:13px;height:13px;margin-left:.48rem;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:authSpin .76s linear infinite}.big-btn.primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #16a34a38}.big-btn.danger,.share-btn.danger{background:#fee2e2;color:#991b1b}.tiny-btn{position:relative;min-height:40px;padding:.55rem .75rem;border-radius:15px;font-size:.82rem}.tiny-btn.is-loading{cursor:wait}.tiny-btn.is-loading:after{content:"";width:12px;height:12px;margin-left:.45rem;border:2px solid rgba(71,85,105,.36);border-top-color:#475569;border-radius:50%;animation:authSpin .76s linear infinite}.tiny-btn.danger{background:#fee2e2;color:#991b1b}.tiny-btn.success{background:#dcfce7;color:#166534}.panel-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 .9rem}.soft-pill,.status-pill,.user-pill,.counter-pill{display:inline-grid;min-height:30px;place-items:center;padding:.28rem .65rem;border-radius:999px;background:#f1f5f9;color:var(--muted);font-size:.76rem;font-weight:800}.auth-app-screen{display:grid;grid-template-rows:auto auto auto 1fr;gap:.85rem;min-height:var(--app-viewport-height);padding:calc(1rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(1rem + var(--safe-bottom)) calc(1rem + var(--safe-left));background:linear-gradient(180deg,#16a34a,#22c55e 30%,#f8fafc 30% 100%)}.auth-app-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-top-actions{display:inline-flex;align-items:center;gap:.45rem}.auth-app-logo{width:min(132px,38vw);height:auto;display:block;filter:brightness(0) invert(1)}.auth-top-action{min-height:44px;padding:.6rem .9rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#ffffff26;color:#fff;font-size:.82rem;font-weight:800;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-theme-btn{width:44px;min-width:44px;height:44px;border:1px solid rgba(255,255,255,.55);background:#ffffff26;color:#fff;box-shadow:none}.auth-app-hero{display:grid;gap:.45rem;max-height:35svh;animation:rise .32s ease both}.auth-app-eyebrow{color:#fffffff0;font-size:.92rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.auth-app-hero h1{color:#fff;font-size:clamp(2rem,10vw,2.5rem);font-weight:800;line-height:1.02}.auth-app-hero>p:last-of-type{color:#ffffffe6;font-size:1rem;font-weight:500}.auth-hero-preview{display:grid;gap:.5rem;margin-top:.25rem;padding:.8rem .9rem;border:1px solid rgba(255,255,255,.42);border-radius:20px;background:#065f4661;box-shadow:0 10px 24px #065f4633}.auth-hero-preview header,.auth-hero-preview footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.auth-hero-preview header span{color:#fff;font-weight:800}.auth-hero-preview header strong,.auth-hero-preview footer small{color:#ffffffd6}.auth-hero-progress{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#ffffff3d}.auth-hero-progress span{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#16a34a,#bbf7d0 55%,#facc15)}.auth-sticker-mini-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.3rem}.auth-sticker-mini-grid span{display:block;height:14px;border-radius:5px}.auth-sticker-mini-grid .have{background:#4ade80}.auth-sticker-mini-grid .missing{background:#cbd5e1}.auth-sticker-mini-grid .dup{background:#facc15}.auth-login-card{position:relative;display:grid;gap:.9rem;margin-top:.2rem;padding:1.75rem;border-radius:28px;background:#fff;box-shadow:0 24px 46px #0f172a29;animation:authCardRise .36s ease both}.auth-login-card h2{color:var(--text)}.auth-form-stack,.stack-form{display:grid;gap:.75rem}.auth-input-wrap{position:relative;display:block}.auth-input-icon{position:absolute;top:50%;left:.85rem;transform:translateY(-50%);color:#94a3b8;font-size:.92rem;font-weight:900;pointer-events:none}.auth-input-wrap input{min-height:56px;padding-left:2.35rem;border:1px solid #d7dee9;border-radius:16px;font-size:1rem}.auth-input-wrap input::placeholder{font-size:.8rem;font-weight:700;color:#94a3b8}.auth-input-wrap input:focus{border-color:#16a34a;box-shadow:0 0 0 4px #16a34a29}.auth-remember-row{display:flex;align-items:center;gap:.55rem;min-height:36px;color:var(--muted);font-size:.84rem;font-weight:700}.auth-remember-row input[type=checkbox]{width:18px;min-width:18px;height:18px;min-height:18px;margin:0}.auth-inline-error{padding:.6rem .75rem;border:1px solid #fecaca;border-radius:14px;background:#fef2f2;color:#b91c1c;font-size:.82rem;font-weight:700}.auth-submit-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:56px;font-size:1.125rem;font-weight:700;box-shadow:0 14px 28px #16a34a38}.auth-submit-btn.is-loading span{opacity:.85}.auth-submit-btn.is-loading:after{content:"";width:14px;height:14px;margin-left:.55rem;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;border-radius:50%;animation:authSpin .76s linear infinite}.auth-divider{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.8rem;font-weight:800}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-divider span{padding:0 .55rem}.auth-secondary-btn{min-height:56px;border:1px solid #16a34a;background:transparent;color:#166534;font-size:1.125rem;font-weight:700}.auth-tertiary-btn{min-height:48px;background:#f8fafc;color:#334155;font-size:.92rem}.auth-google-btn{display:flex;align-items:center;justify-content:center;min-height:48px;background:#fff;border:1px solid #e2e8f0;color:#1f2937;font-size:.92rem}.auth-google-btn:before{content:"G";display:inline-grid;width:20px;height:20px;margin-right:.45rem;place-items:center;border-radius:50%;background:#f1f5f9;color:#334155;font-size:.78rem;font-weight:900}.auth-app-footer{display:grid;align-content:end;gap:.45rem}.ios-install-hint{position:fixed;right:calc(.75rem + var(--safe-right));bottom:calc(var(--bottom-signature-height) + var(--nav-height) + var(--safe-bottom) + .6rem);left:calc(.75rem + var(--safe-left));z-index:65;display:grid;gap:.35rem;padding:.72rem .78rem;border:1px solid #cbd5e1;border-radius:14px;background:#fffffff5;box-shadow:0 10px 24px #0f172a24;color:#334155}.ios-install-hint strong{font-size:.86rem;line-height:1.2}.ios-install-hint p{margin:0;font-size:.78rem;line-height:1.35}.ios-install-hint-close{position:absolute;top:.28rem;right:.28rem;width:1.35rem;height:1.35rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#94a3b838;color:#334155;font-size:.9rem;line-height:1}.phone-verify-screen{background:linear-gradient(180deg,#16a34a,#22c55e 32%,#f8fafc 32% 100%)}.phone-verify-card{margin-top:.4rem}.phone-verify-caption{margin:-.1rem 0 .35rem;color:#64748b;font-size:.86rem;font-weight:700}.phone-verify-info{margin:0;padding:.58rem .72rem;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;color:#166534;font-size:.82rem;font-weight:700}.auth-install-btn{width:100%;min-height:48px;border:1px solid #d6deea;border-radius:14px;background:#fff;color:#475569;font-size:.88rem;font-weight:800}.auth-made-by{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:0;color:#64748b;font-size:.68rem;font-weight:700;line-height:1}.auth-made-by-link{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:.16rem .36rem;border:1px solid #d6deea;border-radius:999px;background:#fff;text-decoration:none;transition:transform .12s ease,border-color .12s ease}.auth-made-by-link:active{transform:scale(.97)}.auth-made-by-link img{display:block;width:auto;height:13.2px}.auth-made-by-version{color:inherit;font-size:.64rem;font-weight:700;letter-spacing:.01em}.auth-made-by.app-made-by{display:block;width:100%;min-height:24px;position:relative}.auth-made-by.app-made-by .auth-made-by-center{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transform:translate(-50%,-50%);white-space:nowrap}.auth-made-by.app-made-by .auth-made-by-version{position:absolute;top:50%;right:calc(.1rem + var(--safe-right));transform:translateY(-50%);margin-left:0;padding-left:0;text-align:right}.brand-small{width:auto;height:30px}.text-btn,.close-modal{min-height:44px;border:0;background:transparent;color:var(--primary-dark);font-weight:800;text-decoration:none;cursor:pointer}.loading-screen{display:grid;min-height:var(--app-viewport-height);place-content:center;justify-items:center;gap:.6rem;background:var(--bg);color:var(--text)}.loading-screen img{width:76px;height:76px;border-radius:24px;box-shadow:var(--shadow)}.loading-screen span{color:var(--muted)}.splash-screen{display:grid;min-height:var(--app-viewport-height);padding:calc(1rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(1rem + var(--safe-bottom)) calc(1rem + var(--safe-left));place-items:center;background:linear-gradient(145deg,#065f46f5,#16a34ae6),var(--bg);color:#fff}.splash-brand{position:fixed;top:calc(1rem + var(--safe-top));left:calc(1rem + var(--safe-left));display:inline-flex;align-items:center;gap:.55rem;font-weight:900}.splash-brand img{width:42px;height:42px;border-radius:15px;object-fit:cover}.splash-card{display:grid;width:min(100%,440px);gap:.85rem;padding:1rem;border:1px solid rgba(255,255,255,.22);border-radius:32px;background:#ffffff24;box-shadow:0 24px 60px #065f464d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:rise .26s ease both}.splash-card .section-kicker{color:var(--accent)}.splash-card h1{color:#fff}.splash-media{display:block;width:100%;max-height:58svh;object-fit:contain;border-radius:24px;background:#0f172a47}.splash-placeholder{display:grid;aspect-ratio:4 / 5;place-items:center;color:#fff;font-size:3rem;font-weight:900}.splash-progress{height:9px;overflow:hidden;border-radius:999px;background:#ffffff3d}.splash-progress span{display:block;width:100%;height:100%;border-radius:inherit;background:var(--accent);transform-origin:left;animation:splashCountdown 3s linear forwards}.splash-close-btn{min-height:48px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#0f172a57;color:#fff;font-size:.94rem;font-weight:800;letter-spacing:0;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.splash-close-btn:disabled{opacity:1;border-color:#ffffff42;background:#0f172a42;color:#ffffffb3;cursor:not-allowed}.splash-close-btn:not(:disabled){border-color:#ffffffeb;background:#fff;color:#065f46}.quick-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.quick-stat{display:grid;align-content:center;gap:.12rem;min-height:76px;padding:.6rem .55rem;border:1px solid var(--soft-line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft);text-align:left}.metric-card{display:grid;gap:.25rem;min-height:108px;padding:1rem;border:1px solid var(--soft-line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.quick-stat span{color:var(--muted);font-size:.72rem;font-weight:800;line-height:1.05}.metric-card small{color:var(--muted);font-size:.78rem;font-weight:800}.quick-stat strong{color:var(--text);font-size:clamp(1.15rem,3.8vw,1.45rem);line-height:1}.metric-card strong{color:var(--text);font-size:1.9rem;line-height:1}.quick-stat.highlight{background:var(--warning-soft);border-color:#fde68a}.album-list-panel,.continue-panel{border:0;background:transparent;box-shadow:none;padding:0}.album-grid{display:grid;gap:.85rem}.album-card{position:relative;display:grid;gap:.56rem;width:100%;overflow:hidden;padding:.78rem;border:1px solid rgba(226,232,240,.95);border-radius:28px;background:#fff;color:var(--text);text-align:left;box-shadow:var(--shadow-soft);cursor:pointer;isolation:isolate}.album-card-glow{position:absolute;inset:0 0 auto auto;width:42%;height:62%;background:linear-gradient(135deg,#facc1542,#16a34a2e);clip-path:polygon(20% 0,100% 0,100% 100%,0 70%);z-index:-1}.album-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.album-card-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.52rem;min-width:0}.album-card-meta{display:grid;gap:.08rem;min-width:0}.album-card-title{margin:0;font-size:var(--album-title-size, 1.24rem);line-height:1.03;letter-spacing:0;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.album-card-subtitle{margin:0;color:var(--muted);font-size:.7rem;line-height:1.12;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.album-cover-mark{display:grid;width:54px;height:54px;place-items:center;overflow:hidden;border-radius:18px;background:var(--success-soft)}.album-cover-mark img{width:100%;height:100%;object-fit:cover}.album-percent{display:inline-grid;min-width:56px;min-height:38px;place-items:center;border-radius:999px;background:var(--primary);color:#fff;font-size:.96rem;font-weight:900}.album-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.album-stats span{display:grid;gap:.1rem;min-width:0;padding:.5rem .35rem;border-radius:15px;background:#f8fafc;text-align:center}.album-stats strong{font-size:1.05rem}.album-stats small{color:var(--muted);font-size:.64rem;font-weight:800}.album-open{display:grid;min-height:42px;place-items:center;border-radius:16px;background:var(--text);color:#fff;font-size:.95rem;font-weight:900}.album-card-foot{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.album-stats-compact{display:flex;flex-wrap:wrap;gap:.35rem .6rem;min-width:0}.album-stats-compact span{color:var(--muted);font-size:.76rem;font-weight:800;white-space:nowrap}.album-stats-compact strong{color:var(--text)}.album-card.is-compact{gap:.46rem;padding:.6rem;border-radius:22px}.album-card.is-compact .album-card-glow{width:34%;height:66%}.album-card.is-compact .album-cover-mark{width:42px;height:42px;border-radius:14px}.album-card.is-compact .album-percent{min-width:52px;min-height:34px;font-size:.92rem}.album-card.is-compact .album-card-subtitle{font-size:.66rem}.album-card.is-compact .album-card-progress{height:9px}.album-card.is-compact .album-open{min-height:40px;min-width:108px;padding:0 .85rem;border-radius:14px;font-size:.84rem;white-space:nowrap;flex-shrink:0}.activity-panel{border-style:dashed}.activity-panel.is-clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.activity-panel.is-clickable:hover{border-color:#a7f3d0;box-shadow:0 12px 26px #16a34a1f}.activity-panel.is-clickable:active{transform:scale(.995)}.profile-card{display:flex;align-items:center;gap:.68rem;min-width:0}.profile-avatar{display:grid;width:52px;min-width:52px;height:52px;place-items:center;border-radius:16px;background:var(--primary-dark);color:#fff;font-size:1.2rem;font-weight:900}.profile-head-main{min-width:0}.profile-head-main h2{margin:.08rem 0 0;font-size:1.06rem;line-height:1.16}.profile-meta-line{margin:.2rem 0 0;font-size:.78rem;line-height:1.22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-quick-stats{display:flex;flex-wrap:wrap;gap:.32rem;margin-top:.55rem}.profile-quick-stats .soft-pill{min-height:26px;padding:.22rem .5rem;font-size:.69rem}.profile-actions{display:flex;gap:.45rem;margin-top:.62rem;flex-wrap:wrap}.profile-actions .big-btn{min-height:40px;padding:.52rem .78rem;border-radius:13px;font-size:.82rem;box-shadow:none}.profile-actions .big-btn.primary{box-shadow:0 7px 14px #16a34a29}.profile-actions #pwaInstallBtn,.profile-actions #logoutBtn{flex:0 0 auto}.profile-messages-panel h2,.profile-notifications-panel h2{margin:0 0 .42rem;font-size:1rem;line-height:1.18}.admin-user-search{margin:.5rem 0 .65rem}.search-input-wrap{position:relative}.admin-user-search input{width:100%;min-height:40px;padding:.55rem 2.05rem .55rem .75rem;border-radius:12px;font-size:.86rem}.search-clear-btn{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);width:1.25rem;height:1.25rem;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#64748b33;color:#334155;font-size:.86rem;line-height:1}.search-clear-btn[hidden]{display:none}.admin-user-list{gap:.5rem}.admin-user-row{gap:.4rem;padding:.62rem .7rem}.admin-user-row[hidden]{display:none}.admin-user-main{display:grid;gap:.12rem}.admin-user-main strong{font-size:.93rem;line-height:1.2}.admin-user-main small{font-size:.72rem;line-height:1.25}.admin-user-actions{gap:.32rem}.admin-user-actions .tiny-btn{min-height:34px;padding:.35rem .58rem;font-size:.72rem}.profile-messages-panel h3{margin:.45rem 0 .34rem;font-size:.85rem;line-height:1.15}.profile-messages-panel .panel-actions,.profile-notifications-panel .panel-actions{margin:0 0 .55rem}.profile-messages-panel .inbox-list,.profile-notifications-panel .inbox-list{gap:.5rem}.profile-messages-panel .message-item,.profile-notifications-panel .message-item{gap:.4rem;padding:.62rem;border-radius:16px}.profile-messages-panel .message-item strong,.profile-notifications-panel .message-item strong{display:block;line-height:1.22;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-messages-panel .message-item p,.profile-notifications-panel .message-item p{margin:0;font-size:.81rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-messages-panel .message-item small,.profile-notifications-panel .message-item small{font-size:.72rem;line-height:1.2}.profile-messages-panel .tiny-btn,.profile-notifications-panel .tiny-btn{min-height:34px;padding:.42rem .62rem;border-radius:11px;font-size:.74rem}.progress-panel{display:grid;gap:.85rem}.chips{display:grid;gap:.55rem}.chip{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.75rem;border-left:8px solid var(--chip, var(--primary));border-radius:18px;background:#f8fafc}.chip span{font-weight:800}.chip small{color:var(--muted)}.album-tabs-panel{position:relative;z-index:20;margin-bottom:1rem;padding:.35rem;border:1px solid rgba(226,232,240,.95);border-radius:999px;background:#fffffff0;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.album-tabs,.home-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(92px,1fr);gap:.3rem;overflow-x:auto;scrollbar-width:none}.album-tabs::-webkit-scrollbar,.home-tabs::-webkit-scrollbar{display:none}.home-tab-btn{min-height:42px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:.82rem;font-weight:900;cursor:pointer}.home-tab-btn.is-active{background:var(--primary);color:#fff}.admin-nav-panel{display:grid;gap:.45rem;padding:.6rem}.admin-topmenu{grid-auto-columns:minmax(120px,1fr)}.admin-topmenu .home-tab-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.admin-submenu{grid-auto-columns:minmax(172px,1fr)}.admin-users-tabs-panel{margin-bottom:.5rem;padding:.55rem}.admin-form-accordion{margin:.65rem 0 .9rem;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.admin-form-accordion summary{list-style:none;cursor:pointer;padding:.72rem .85rem;color:var(--text);font-size:.88rem;font-weight:800}.admin-form-accordion summary::-webkit-details-marker{display:none}.admin-form-accordion summary:after{content:"▾";float:right;color:var(--muted);transition:transform .14s ease}.admin-form-accordion[open] summary:after{transform:rotate(180deg)}.admin-form-accordion .stack-form{border-top:1px solid var(--line);padding:.78rem}.admin-collapsible{margin-top:.65rem;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.admin-collapsible summary{list-style:none;cursor:pointer;padding:.72rem .85rem;color:var(--text);font-size:.86rem;font-weight:800}.admin-collapsible summary::-webkit-details-marker{display:none}.admin-collapsible summary:after{content:"▾";float:right;color:var(--muted);transition:transform .16s ease}.admin-collapsible[open] summary:after{transform:rotate(180deg)}.admin-collapsible[open] summary{border-bottom:1px solid var(--line)}.admin-collapsible .inbox-list{padding:.55rem}.admin-target-picker{display:grid;gap:.45rem;padding:.55rem;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.admin-target-search{min-height:38px;padding:.45rem .65rem;border-radius:10px;font-size:.82rem}.search-input-wrap .admin-target-search{width:100%;padding-right:2rem}.admin-target-actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-target-users{display:grid;gap:.3rem;max-height:190px;overflow-y:auto;padding-right:.1rem}.admin-target-user-row{display:grid;grid-template-columns:18px 1fr;gap:.45rem;align-items:start}.admin-target-user-row[hidden]{display:none}.admin-target-user-row strong{display:block;font-size:.82rem;line-height:1.2}.admin-target-user-row small{display:block;color:var(--muted);font-size:.72rem;line-height:1.2}.status-pill.status-excluded{background:#fee2e2;color:#991b1b}.album-pages-panel{padding:0;border:0;background:transparent;box-shadow:none}.album-sticker-search{position:sticky;top:calc(var(--safe-top) + .2rem);z-index:12;display:block;margin-bottom:.75rem}.album-sticker-search input{width:100%;min-height:40px;padding:.52rem 2.1rem .52rem .72rem;border:1px solid #dbe3ee;border-radius:12px;background:#fffffff0;color:var(--text);font-size:.84rem;font-weight:700}.album-sticker-search button{position:absolute;top:50%;right:.42rem;display:grid;width:26px;height:26px;place-items:center;border:0;border-radius:999px;background:#e2e8f0;color:#334155;font-size:1rem;line-height:1;transform:translateY(-50%);cursor:pointer}.album-sticker-search button[hidden]{display:none}.album-sticker-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.section-block{--section: var(--primary);display:grid;gap:.85rem;margin-bottom:1rem;padding:1rem;border:1px solid color-mix(in srgb,var(--section) 28%,white);border-radius:28px;background:#fff;box-shadow:var(--shadow-soft)}.section-block.legend-section{color:#fff;background:linear-gradient(135deg,#4c1d95,#2563eb 48%,#f59e0b);border-color:transparent}.section-block.legend-section .section-kicker,.section-block.legend-section .section-count{color:#ffffffe0}.section-card-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.section-card-header h3{margin-top:.18rem}.section-count{display:grid;min-width:42px;height:42px;place-items:center;border-radius:16px;background:#f1f5f9;color:var(--muted);font-weight:900}.team-blocks{display:grid;gap:.8rem}.team-block{display:grid;gap:.75rem;padding:.8rem;border:1px solid var(--soft-line);border-radius:24px;background:#f8fafc}.team-header{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.team-header-main{display:flex;align-items:center;min-width:0;gap:.65rem}.clear-team-btn{flex:0 0 auto}.team-flag{display:grid;width:42px;height:42px;place-items:center;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-variant-emoji:emoji;line-height:1;border-radius:16px;background:#fff;font-size:1.3rem;box-shadow:0 6px 16px #0f172a12}.team-code{display:block;color:var(--primary-dark);font-size:.72rem;font-weight:900;letter-spacing:.08em}.sticker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:.5rem}.sticker-box{position:relative;display:grid;aspect-ratio:49 / 65;min-height:72px;place-items:center;overflow:hidden;border-radius:16px;padding:.25rem;color:var(--text);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.sticker-box.missing{border:2px dashed #cbd5e1;background:#fff}.sticker-box.owned{border:2px solid #cbd5e1;background:#fff;box-shadow:none}.sticker-box.duplicate{box-shadow:inset 0 0 0 2px #f97316eb,0 8px 18px #f9731633}.sticker-box.legend{border:0;background:linear-gradient(135deg,#4c1d95,#2563eb 46%,#facc15);color:#fff}.sticker-box.legend.legend-owned{box-shadow:inset 0 0 0 2px #fff6,0 10px 20px #2563eb47}.sticker-box.rarity-bronze{background:linear-gradient(135deg,#92400e,#f59e0b)}.sticker-box.rarity-silver{background:linear-gradient(135deg,#475569,#cbd5e1)}.sticker-box.rarity-gold{background:linear-gradient(135deg,#a16207,#facc15)}.sticker-code{padding:.16rem;font-size:clamp(.72rem,3.4vw,.95rem);font-weight:900;line-height:1.05;text-align:center;overflow-wrap:anywhere}.sticker-meta{display:grid;justify-items:center;align-content:start;gap:.08rem;width:100%;height:100%;max-width:100%}.sticker-real-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.sticker-box.has-real-image .sticker-meta{display:none}.sticker-box.image-fallback .sticker-meta{display:grid}.sticker-box.image-fallback .sticker-real-image{display:none}.sticker-name{margin-top:auto;padding-inline:.08rem;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:.52rem;font-weight:600;line-height:1.05;color:#475569}.sticker-box.legend .sticker-name{color:#ffffffe0}.sticker-badge{position:absolute;display:grid;place-items:center;border-radius:999px;font-size:.66rem;font-weight:900}.sticker-badge{top:4px;right:4px;min-width:22px;height:22px;padding:0 .26rem;border:2px solid #ffffff;background:#ea580c;color:#fff;box-shadow:0 5px 12px #ea580c57}.duplicates-panel{display:grid;gap:.75rem;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 1.2rem)}.duplicate-group{display:grid;gap:.75rem;padding:.85rem;border:1px solid var(--soft-line);border-radius:24px;background:#f8fafc}.duplicate-group header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.duplicate-codes{display:flex;flex-wrap:wrap;gap:.45rem}.duplicate-code{display:inline-flex;align-items:center;gap:.35rem;min-height:38px;padding:.35rem .55rem;border-radius:14px;background:#fff;color:var(--text);box-shadow:0 5px 12px #0f172a0d}.duplicate-code small{color:var(--primary-dark);font-weight:900}.duplicate-code.missing{border:1px dashed #cbd5e1;background:#fff}.sticky-export{position:sticky;bottom:calc(var(--nav-height) + var(--safe-bottom) + 1rem + 5px);z-index:20;padding-bottom:calc(var(--safe-bottom) + .35rem)}.sticky-export .big-btn{width:100%;min-height:48px}.export-panel{display:grid;gap:.7rem}.inbox-list{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.message-item,.auction-item{display:grid;gap:.65rem;padding:.85rem;border:1px solid var(--soft-line);border-radius:24px;background:#f8fafc}.message-item.is-read,.auction-item.is-read{opacity:.72}.message-item.is-unread{border-color:#fde68a;background:#fffbeb}.inline-actions{display:flex;flex-wrap:wrap;gap:.45rem}.notif-type{color:var(--support);font-size:.72rem;font-weight:900}.notif-type.type-outbid{color:var(--danger)}.notif-type.type-auction-won,.notif-type.type-payment{color:var(--primary-dark)}.top-notif-popover{position:fixed;top:calc(.75rem + var(--safe-top));right:calc(.75rem + var(--safe-right));left:calc(.75rem + var(--safe-left));z-index:90;display:grid;max-height:calc(100svh - var(--safe-top) - var(--safe-bottom) - 1.5rem);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 1.5rem);gap:.65rem;padding:1rem;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.top-notif-title-row,.top-notif-head,.top-notif-foot{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.top-notif-meta{display:inline-flex;align-items:center;gap:.45rem}.top-notif-close{display:inline-grid;width:32px;min-width:32px;height:32px;place-items:center;border:0;border-radius:999px;background:#f1f5f9;color:#334155;font-size:1rem;font-weight:900;cursor:pointer}.top-notif-sub,.top-notif-foot small,.top-notif-item p{color:var(--muted);font-size:.82rem}.top-notif-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.top-notif-tab{min-height:40px;border:1px solid var(--line);border-radius:14px;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:800;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.top-notif-tab.is-active{border-color:#16a34a;background:#dcfce7;color:#166534}.top-notif-scroll{display:grid;gap:.75rem;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.top-notif-group{display:grid;gap:.5rem}.top-notif-group h4{margin:0;color:var(--text)}.top-notif-list{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.top-notif-item,.top-notif-empty{padding:.7rem;border-radius:18px;background:#f8fafc}.top-notif-item.is-read{opacity:.92}.top-notif-item.is-read .top-notif-head strong{color:#475569}.top-notif-detail{display:grid;gap:.16rem;min-width:0}.top-notif-foot{align-items:flex-start}.auction-list{gap:.9rem}.store-list{gap:.85rem}.store-tabs{display:inline-flex;gap:.45rem;margin-bottom:1rem}.store-tab-btn{border:1px solid var(--soft-line);background:#fff;color:#0f172a;border-radius:999px;padding:.36rem .82rem;font-size:.76rem;font-weight:700}.store-tab-btn.is-active{background:#0f172a;color:#fff;border-color:#0f172a}.store-orders-panel{margin:.4rem 0 .8rem}.store-order-item{display:grid;gap:.25rem}.store-order-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin-order-card{display:grid;gap:.65rem}.admin-order-buyer-row{display:flex;align-items:center;justify-content:space-between;gap:.55rem;flex-wrap:wrap}.admin-order-buyer-row .tiny-btn{min-height:34px}.admin-order-receipt{border:1px dashed var(--soft-line);border-radius:12px;padding:.55rem;background:#94a3b814;display:grid;gap:.4rem}.admin-order-receipt-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.7rem;font-weight:800;color:var(--muted)}.admin-order-receipt-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.admin-order-receipt-line{display:flex;justify-content:space-between;gap:.55rem;font-size:.85rem}.admin-order-receipt-line span{word-break:break-word}.admin-order-receipt-line strong{white-space:nowrap}.admin-order-receipt-empty{color:var(--muted);font-size:.76rem}.admin-order-total{margin:0;font-weight:900;font-size:.9rem}.admin-order-meta{display:grid;gap:.3rem}.admin-order-meta .status-pill{margin-left:.35rem;min-height:24px;padding:.12rem .5rem;font-size:.71rem}.status-pill.status-paid{background:#dcfce7;color:#166534}.status-pill.status-waiting{background:#fef9c3;color:#92400e}.status-pill.status-final{background:#fee2e2;color:#991b1b}.status-pill.status-neutral{background:#e2e8f0;color:#334155}.admin-order-details{border:1px solid var(--soft-line);border-radius:12px;background:#fff9}.admin-order-details summary{cursor:pointer;list-style:none;padding:.55rem .65rem;font-weight:800}.admin-order-details summary::-webkit-details-marker{display:none}.admin-order-details summary:after{content:"▼";float:right;font-size:.64rem;opacity:.75}.admin-order-details[open] summary:after{content:"▲"}.admin-order-details-body{display:grid;gap:.35rem;padding:0 .65rem .65rem}.admin-order-technical-box{border:1px solid var(--soft-line);border-radius:10px;padding:.45rem;display:grid;gap:.4rem;background:#f8fafce6}.admin-order-technical-box ul{margin:0;padding-left:1rem;display:grid;gap:.35rem;font-size:.78rem}.admin-order-technical-box pre{margin:0;font-size:.66rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.admin-order-actions{margin-top:.15rem}.store-panel .panel-title-row{margin-bottom:1rem}.store-panel .inline-actions{margin-bottom:.75rem}.store-panel .search-input-wrap{margin-bottom:.9rem}.store-item{display:grid;grid-template-columns:96px 1fr;gap:.8rem;align-items:start;padding:.8rem;border:1px solid var(--soft-line);border-radius:22px;background:#f8fafc}.store-item.is-read{opacity:.76}.store-item-media{display:grid;gap:.35rem;width:96px;min-width:96px}.store-item-cover-btn{position:relative;width:100%;aspect-ratio:1 / 1;padding:0;border:0;border-radius:18px;overflow:hidden;background:#e2e8f0;cursor:pointer}.store-item-cover-btn:disabled{cursor:default}.store-item-image{display:block;width:100%;height:100%;object-fit:cover}.store-item-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--muted);font-size:.78rem;font-weight:900}.store-gallery-count{position:absolute;right:.35rem;bottom:.35rem;padding:.2rem .45rem;border-radius:999px;background:#0f172ab8;color:#fff;font-size:.66rem;font-weight:800}.store-item-body{display:grid;gap:.55rem;min-width:0}.store-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.store-item-head strong{font-size:1.03rem}.store-stock-pill{justify-self:start;width:100%;justify-content:center;padding-inline:.45rem;font-size:.68rem;white-space:nowrap}.store-item-description{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store-item-description.is-expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.store-desc-toggle{justify-self:start;padding:0;border:0;background:transparent;color:var(--support);font-size:.8rem;font-weight:700;cursor:pointer}.store-item-foot{display:grid;grid-column:1 / -1;gap:.55rem;padding-top:.2rem}.store-item-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%}.store-price{font-size:1.1rem;line-height:1}.store-item-foot .big-btn{min-height:42px;min-width:0;width:100%;padding-inline:.55rem;border-radius:14px;font-size:.78rem}.store-item-actions .tiny-btn{min-height:42px;min-width:0;width:100%;padding-inline:.5rem;border-radius:14px;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-upload-dropzone{position:relative;display:grid;gap:.3rem;justify-items:center;padding:.95rem .85rem;border:2px dashed #c7d2e3;border-radius:20px;background:#f8fafc;color:#475569;text-align:center;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.store-upload-dropzone p{font-size:.9rem;font-weight:800}.store-upload-dropzone small{color:var(--muted);font-size:.76rem;font-weight:700}.store-upload-dropzone input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.store-upload-dropzone.is-dragover{border-color:#16a34a;background:#ecfdf3;transform:translateY(-1px)}.store-upload-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:.5rem}.store-upload-preview-empty{margin:0;color:var(--muted);font-size:.78rem;font-weight:700}.store-upload-preview-card{display:grid;gap:.25rem}.store-upload-preview-card img{width:100%;aspect-ratio:1 / 1;border-radius:12px;border:1px solid #dbe3ef;object-fit:cover}.store-upload-preview-card small{display:block;color:#64748b;font-size:.66rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-store-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:.45rem}.admin-store-gallery-item{position:relative;overflow:hidden;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc}.admin-store-gallery-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.admin-store-gallery-placeholder{display:grid;width:100%;aspect-ratio:1 / 1;place-items:center;color:var(--muted);font-size:.7rem;font-weight:800}.admin-store-gallery-empty{padding:.55rem;border:1px dashed #dbe3ef;border-radius:14px;color:var(--muted);font-size:.76rem;font-weight:700}.admin-store-category-form{grid-template-columns:1fr auto;gap:.55rem;align-items:center}.admin-store-category-form .big-btn{min-height:44px;white-space:nowrap}.admin-store-categories-list{gap:.6rem}.admin-store-category-row{padding:.75rem}.admin-store-cover-pill{position:absolute;bottom:.28rem;left:.28rem;padding:.16rem .38rem;border-radius:999px;background:#16a34aeb;color:#fff;font-size:.58rem;font-weight:900}.admin-store-remove-image{position:absolute;top:.22rem;right:.22rem;display:grid;width:24px;height:24px;place-items:center;border:0;border-radius:999px;background:#0f172ab8;color:#fff;font-size:.95rem;font-weight:900;cursor:pointer}.auction-upload-dropzone{min-height:130px;border-color:#bfdbfe;background:#f0f7ff}.auction-upload-preview{grid-template-columns:repeat(auto-fill,minmax(104px,1fr))}.auction-upload-preview-card{display:grid;gap:.35rem;padding:.35rem;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc}.auction-upload-preview-card img{width:100%;aspect-ratio:1 / 1;border-radius:10px;border:1px solid #dbe3ef;object-fit:cover}.auction-upload-preview-card small{display:block;color:#64748b;font-size:.64rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auction-upload-preview-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem}.auction-upload-preview-actions .tiny-btn{min-height:34px;padding:.3rem .35rem;font-size:.66rem}.admin-auction-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}.admin-auction-gallery-item{position:relative;overflow:hidden;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc}.admin-auction-gallery-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.admin-auction-gallery-tools{position:absolute;right:.2rem;bottom:.2rem;display:flex;gap:.2rem}.admin-auction-gallery-tools .tiny-btn{min-height:24px;min-width:24px;padding:0;border-radius:999px;font-size:.65rem;background:#0f172ab8;color:#fff}.admin-auction-gallery-tools .tiny-btn:disabled{background:#64748bb3;color:#e2e8f0}.admin-sticker-picker{display:grid;gap:.6rem;padding:.72rem;border:1px solid #dbe3ef;border-radius:20px;background:#f8fafc}.admin-sticker-picker-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.admin-sticker-picker-head h3{font-size:.9rem}.admin-sticker-selected{display:flex;align-items:center;min-height:46px;padding:.55rem .65rem;border:1px dashed #cbd5e1;border-radius:14px;background:#fff}.admin-sticker-selected strong{font-size:.76rem;line-height:1.35;color:#475569}.admin-sticker-selected.has-value{border-style:solid;border-color:#86efac;background:#ecfdf3}.admin-sticker-selected.has-value strong{color:#166534}.admin-sticker-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.admin-sticker-filter-grid input,.admin-sticker-filter-grid select{min-height:44px;border-radius:14px;padding:.65rem .75rem;font-size:.82rem}.admin-sticker-filter-grid input:first-child{grid-column:1 / -1}.admin-sticker-picker-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem .75rem;color:#64748b;font-size:.74rem;font-weight:700}.admin-sticker-viewport{height:320px;overflow:auto;border:1px solid #dbe3ef;border-radius:16px;background:#fff;-webkit-overflow-scrolling:touch}.admin-sticker-virtual-spacer{position:relative;min-height:100%}.admin-sticker-virtual-window{position:absolute;top:0;left:0;right:0;display:grid;gap:.45rem;padding:.45rem}.admin-sticker-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;width:100%;min-height:60px;padding:.5rem .65rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#0f172a;text-align:left;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease,box-shadow .14s ease}.admin-sticker-row:active{transform:scale(.995)}.admin-sticker-row.is-selected{border-color:#16a34a;background:#dcfce7;box-shadow:0 8px 18px #16a34a2e}.admin-sticker-main{display:grid;gap:.08rem;min-width:0}.admin-sticker-main strong{font-size:.82rem;line-height:1.2}.admin-sticker-main span,.admin-sticker-player{color:#64748b;font-size:.72rem;font-weight:700;line-height:1.22}.admin-sticker-player{color:#334155}.admin-sticker-meta{display:grid;justify-items:end;gap:.08rem;color:#475569}.admin-sticker-meta small{font-size:.68rem;font-weight:800;white-space:nowrap}.admin-sticker-pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.admin-sticker-pagination .tiny-btn{min-height:42px}.admin-sticker-empty{display:grid;place-items:center;min-height:160px;padding:1rem;border:1px dashed #dbe3ef;border-radius:14px;color:#64748b;font-size:.8rem;font-weight:700;text-align:center}.store-gallery-overlay{z-index:115}.store-gallery-modal{width:min(520px,100%);display:grid;gap:.72rem;padding:.9rem}.store-gallery-close{position:absolute;top:.58rem;right:.58rem;display:grid;width:38px;height:38px;place-items:center;border:1px solid #dbe3ef;border-radius:999px;background:#ffffffeb;color:#334155;font-size:1.2rem;font-weight:900;cursor:pointer}.store-gallery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;padding-right:2.2rem}.store-gallery-head small{padding-top:.2rem;color:var(--muted);font-size:.8rem;font-weight:800}.store-gallery-stage{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#020617;aspect-ratio:1 / 1}.store-gallery-main-image{width:100%;height:100%;object-fit:contain;transition:transform .19s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.store-gallery-main-placeholder{color:#94a3b8;font-size:.85rem;font-weight:800}.store-gallery-modal.is-zoomed .store-gallery-stage{overflow:auto}.store-gallery-modal.is-zoomed .store-gallery-main-image{transform:scale(1.7);transform-origin:center}.store-gallery-nav{position:absolute;top:50%;z-index:2;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:999px;background:#020617b8;color:#fff;font-size:1.28rem;font-weight:900;transform:translateY(-50%);cursor:pointer}.store-gallery-nav.prev{left:.45rem}.store-gallery-nav.next{right:.45rem}.store-gallery-zoom-btn{position:absolute;right:.55rem;bottom:.55rem;z-index:2;min-height:34px;padding:.2rem .65rem;border:0;border-radius:999px;background:#020617b8;color:#fff;font-size:.72rem;font-weight:800;cursor:pointer}.store-gallery-thumbs{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.1rem}.store-gallery-thumb{border:2px solid transparent;border-radius:12px;padding:0;width:64px;min-width:64px;height:64px;overflow:hidden;background:#f8fafc;cursor:pointer}.store-gallery-thumb.is-active{border-color:#16a34a}.store-gallery-thumb img{width:100%;height:100%;object-fit:cover}.auction-item.AuctionCard{padding:0;overflow:hidden;background:#fff}.auction-media-wrap{position:relative;min-height:190px;background:#e2e8f0}.auction-image{display:block;width:100%;height:220px;object-fit:cover}.auction-placeholder{display:grid;place-items:center;color:var(--primary-dark);font-size:2rem;font-weight:900}.auction-media-wrap .status-pill{position:absolute;top:.75rem;left:.75rem;background:#ffffffeb;color:var(--text)}.AuctionCard .auction-head,.AuctionCard .auction-metrics,.AuctionCard .inline-bid-form,.AuctionCard .outbid-alert,.AuctionCard .pay-btn{margin-right:.85rem;margin-left:.85rem}.auction-head{display:flex;justify-content:space-between;gap:.75rem}.auction-head strong{font-size:1.15rem}.AuctionCard .auction-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.AuctionCard .auction-metrics span{display:grid;gap:.12rem;min-width:0;padding:.65rem .45rem;border-radius:18px;background:#f8fafc}.AuctionCard .auction-metrics small{color:var(--muted);font-size:.68rem;font-weight:800}.AuctionCard .auction-metrics strong{font-size:.9rem;overflow-wrap:anywhere}.winner-pill{grid-column:1 / -1;background:var(--success-soft)!important;color:var(--primary-dark);font-weight:900}.inline-bid-form{display:grid;grid-template-columns:1fr;gap:.55rem;padding-bottom:.85rem}.pay-btn{margin-bottom:.85rem;background:var(--blue-soft);color:#1e3a8a}.outbid-alert{padding:.7rem;border-radius:18px;background:#fee2e2;color:#991b1b;font-size:.86rem;font-weight:800}.outbid-alert.global{margin:0 0 .85rem}.admin-panel{border-color:#d9f99d}.admin-mini-stats{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.admin-mini-stats span{padding:.38rem .6rem;border-radius:999px;background:#f8fafc;color:var(--muted);font-size:.78rem;font-weight:800}.support-albums{display:grid;gap:.45rem;margin:.55rem 0 0;padding:0;list-style:none}.support-albums li{display:flex;align-items:center;justify-content:space-between;gap:.55rem;padding:.55rem;border-radius:16px;background:#fff}.check-row{display:flex;align-items:center;gap:.65rem;color:var(--text);font-weight:700}.check-row input[type=checkbox]{width:20px;min-width:20px;height:20px;min-height:20px}.modal-overlay,.sheet-overlay{position:fixed;inset:0;z-index:80;display:grid;padding:calc(1rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(1rem + var(--safe-bottom)) calc(1rem + var(--safe-left));background:#0f172a8f;animation:fadeIn .18s ease both}.achievement-unlock-layer{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:calc(var(--safe-top) + 1rem) calc(var(--safe-right) + 1rem) calc(var(--safe-bottom) + 1rem) calc(var(--safe-left) + 1rem)}.achievement-unlock-layer.is-burst{pointer-events:all}.achievement-unlock-layer.is-modal{pointer-events:all;background:#02061773;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.achievement-unlock-layer.achievement-special .achievement-unlock-card{background:linear-gradient(160deg,#4c1d95f2,#1e293bf2);border-color:#c4b5fd99;box-shadow:0 30px 70px #581c8773}.achievement-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.achievement-particle{position:absolute;width:8px;height:8px;border-radius:2px;background:#facc15;top:50%;left:50%;animation:achievement-burst .9s ease-out forwards}.achievement-particle:nth-child(2n){background:#4ade80}.achievement-particle:nth-child(3n){background:#60a5fa}.achievement-particle:nth-child(4n){background:#f97316}.achievement-unlock-card{width:min(92vw,420px);border-radius:24px;padding:1.2rem 1rem;text-align:center;color:#ecfeff;border:1px solid rgba(255,255,255,.3);background:linear-gradient(160deg,#16a34af2,#065f46f2);box-shadow:0 28px 60px #02061773;animation:achievement-card-in .54s cubic-bezier(.2,.85,.25,1) both}.achievement-unlock-kicker{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;margin-bottom:.5rem}.achievement-unlock-icon{font-size:3rem;line-height:1;margin-bottom:.6rem}.achievement-unlock-card h3{margin-bottom:.5rem;color:#fff}.achievement-unlock-card p{color:#ffffffeb;font-size:.92rem}.achievement-modal{width:min(94vw,460px);margin-top:1rem;border-radius:22px;border:1px solid #d1fae5;background:#fff;color:#0f172a;padding:1rem;box-shadow:var(--shadow);animation:achievement-modal-in .26s ease both}.achievement-modal h3{margin-bottom:.8rem}.achievement-modal-card{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;border:1px solid #dcfce7;background:#f0fdf4;border-radius:14px;padding:.75rem}.achievement-modal-icon{font-size:1.8rem;line-height:1}.achievement-modal-card p{margin-top:.35rem;color:#334155;font-size:.9rem}.achievement-unlock-progress{margin-top:.55rem;font-size:.8rem;color:#166534;font-weight:700}.achievement-modal-actions{display:grid;gap:.6rem;margin-top:.9rem}html[data-theme=dark] .achievement-modal{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .achievement-modal-card{background:#052e1d;border-color:#14532d}html[data-theme=dark] .achievement-modal-card p{color:#cbd5e1}html[data-theme=dark] .achievement-unlock-progress{color:#86efac}@keyframes achievement-card-in{0%{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes achievement-modal-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes achievement-burst{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(calc((var(--dx, 1) * 50px)),calc((var(--dy, 1) * 50px))) scale(.6);opacity:0}}.achievement-particle.p-1{--dx: -3;--dy: -4}.achievement-particle.p-2{--dx: -2;--dy: -5}.achievement-particle.p-3{--dx: -1;--dy: -3}.achievement-particle.p-4{--dx: 1;--dy: -5}.achievement-particle.p-5{--dx: 2;--dy: -4}.achievement-particle.p-6{--dx: 3;--dy: -3}.achievement-particle.p-7{--dx: -4;--dy: -1}.achievement-particle.p-8{--dx: 4;--dy: -1}.achievement-particle.p-9{--dx: -5;--dy: 1}.achievement-particle.p-10{--dx: 5;--dy: 1}.achievement-particle.p-11{--dx: -4;--dy: 3}.achievement-particle.p-12{--dx: 4;--dy: 3}.achievement-particle.p-13{--dx: -3;--dy: 4}.achievement-particle.p-14{--dx: 3;--dy: 4}.achievement-particle.p-15{--dx: -2;--dy: 5}.achievement-particle.p-16{--dx: 2;--dy: 5}.achievement-particle.p-17{--dx: -1;--dy: 4}.achievement-particle.p-18{--dx: 1;--dy: 4}.achievement-particle.p-19{--dx: -5;--dy: -2}.achievement-particle.p-20{--dx: 5;--dy: -2}.achievement-particle.p-21{--dx: -5;--dy: 2}.achievement-particle.p-22{--dx: 5;--dy: 2}.modal-overlay{place-items:center}.modal{position:relative;width:min(440px,100%);box-sizing:border-box;max-height:calc(100svh - var(--safe-top) - var(--safe-bottom) - 2rem);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 2rem);overflow:auto;padding:1rem;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.modal h3{display:flex;align-items:center;gap:.4rem;margin:.2rem 0 .85rem}.modal-provider-overlay{z-index:130}.ui-modal{display:grid;gap:.85rem;padding-top:1.45rem;border:1px solid #dbe3ef;animation:rise .18s ease both}.ui-modal:before{content:"";position:absolute;top:0;right:0;left:0;height:6px;border-radius:28px 28px 0 0;background:#2563eb}.ui-modal.ui-modal-success:before{background:#16a34a}.ui-modal.ui-modal-error:before{background:#ef4444}.ui-modal.ui-modal-warning:before{background:#facc15}.ui-modal-close-btn{position:absolute;top:.55rem;right:.55rem;display:grid;width:38px;height:38px;place-items:center;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;font-size:1.25rem;font-weight:900;cursor:pointer}.ui-modal-form{display:grid;gap:.78rem}.ui-modal-form h3{margin:0;padding-right:2rem}.ui-modal-message{margin:0;color:var(--muted);font-size:.9rem;line-height:1.52;white-space:pre-line}.ui-modal-fields{display:grid;gap:.62rem}.ui-modal-field{display:grid;gap:.35rem}.ui-modal-field span{color:#475569;font-size:.76rem;font-weight:800}.ui-modal-field input,.ui-modal-field select,.ui-modal-field textarea{box-sizing:border-box;width:100%;min-height:52px;padding:.75rem .9rem;border:1px solid #d1dbe8;border-radius:14px;background:#fff;color:var(--text);font-size:.95rem;font-weight:700}.ui-modal-field textarea{min-height:96px;resize:vertical}.ui-modal-field input:focus,.ui-modal-field select:focus,.ui-modal-field textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 4px #16a34a24}.ui-modal-check-field{display:flex;align-items:center;gap:.55rem;min-height:44px;font-weight:700;color:var(--text)}.ui-modal-check-field input[type=checkbox]{width:20px;min-width:20px;height:20px;min-height:20px;margin:0}.ui-modal-actions{display:grid;grid-template-columns:1fr;gap:.55rem}.ui-modal-actions .big-btn{width:100%}.ui-modal-confirm .ui-modal-actions .big-btn.primary{background:#2563eb;border-color:#2563eb;box-shadow:0 10px 22px #2563eb3d}.ui-modal-success .ui-modal-actions .big-btn.primary{background:#16a34a;border-color:#16a34a;box-shadow:0 10px 22px #16a34a3d}.ui-modal-error .ui-modal-actions .big-btn.primary{background:#ef4444;border-color:#ef4444;box-shadow:0 10px 22px #ef44443d}.ui-modal-warning .ui-modal-actions .big-btn.primary{background:#facc15;border-color:#facc15;color:#3f3500;box-shadow:0 10px 22px #facc1542}.delete-album-modal{display:grid;gap:.75rem}.delete-album-modal p{margin:0;font-size:.9rem}.delete-album-modal input{width:100%;min-height:52px;padding:.85rem .95rem;border:1px solid #cbd5e1;border-radius:16px;background:#fff;color:var(--text);font-size:.98rem;font-weight:700}.delete-album-modal input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 4px #16a34a24}.ad-overlay{z-index:100}.ad-modal{width:min(560px,100%);padding:.85rem}.ad-close{position:absolute;top:.65rem;right:.65rem;z-index:2;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:#0f172ad1;color:#fff;font-size:1.35rem;font-weight:900;cursor:pointer}.ad-media-frame{overflow:hidden;border-radius:24px;background:#f1f5f9}.ad-media{display:block;width:100%;max-height:min(64svh,560px);object-fit:contain;background:#000}.sheet-overlay{align-items:end;padding:0}.sticker-bottom-sheet{display:grid;gap:1rem;width:min(100%,720px);margin:0 auto;padding:.7rem 1rem calc(1rem + var(--safe-bottom));border-radius:30px 30px 0 0;background:#fff;box-shadow:0 -18px 44px #0f172a38;animation:sheetIn .22s ease both}.sheet-handle{justify-self:center;width:46px;height:5px;border-radius:999px;background:#cbd5e1}.sheet-sticker-head{display:grid;grid-template-columns:86px 1fr;gap:.85rem;align-items:center}.sheet-sticker-preview{position:relative;display:grid;aspect-ratio:49 / 65;place-items:center;overflow:hidden;border:2px dashed #cbd5e1;border-radius:22px;background:#fff;color:var(--text)}.sheet-sticker-preview.owned{border-style:solid;border-color:#86efac;background:var(--success-soft)}.sheet-sticker-preview.legend{border:0;background:linear-gradient(135deg,#4c1d95,#2563eb 48%,#facc15);color:#fff}.sheet-sticker-preview.has-real-image:not(.image-fallback){border-style:solid;border-color:#cbd5e1;background:#fff}.sheet-sticker-preview.has-real-image:not(.image-fallback) .sheet-sticker-code,.sheet-sticker-preview.has-real-image:not(.image-fallback) .sheet-sticker-owned-mark{display:none}.sheet-sticker-preview.image-fallback .sheet-sticker-code{display:block}.sheet-sticker-preview.image-fallback .sheet-sticker-owned-mark{display:inline}.sheet-sticker-preview.image-fallback .sticker-real-image{display:none}.sheet-sticker-preview strong{font-size:1.1rem;overflow-wrap:anywhere;text-align:center}.sheet-sticker-head p{color:var(--primary-dark);font-size:.8rem;font-weight:900}.sheet-sticker-head h3{margin-top:.2rem;font-size:1.25rem}.sheet-sticker-head small{display:block;margin-top:.35rem;color:var(--muted)}.sheet-actions{display:grid;gap:.6rem}.sheet-action{width:100%;min-height:52px;padding:.7rem .9rem;border:1px solid var(--line);border-radius:18px;background:#f8fafc;color:var(--text);font-size:1rem;font-weight:900;line-height:1.1;text-align:center;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.sheet-action.primary{background:var(--primary);border-color:var(--primary);color:#fff}.sheet-action.secondary{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.sheet-action.danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.sheet-action:disabled{opacity:1;border-color:#d5dde8;background:#eef2f7;color:#94a3b8;cursor:not-allowed;box-shadow:none}.sticker-scan-overlay{z-index:240;place-items:center;overflow-y:auto;padding:calc(.7rem + var(--safe-top)) calc(.75rem + var(--safe-right)) calc(var(--nav-height) + var(--bottom-signature-height) + var(--safe-bottom) + .9rem) calc(.75rem + var(--safe-left));background:#020617c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sticker-scan-modal{position:relative;width:min(560px,100%);display:grid;gap:.75rem;padding:.92rem;border:1px solid #dbe3ef;border-radius:24px;background:#fff;box-shadow:0 24px 56px #02061770;max-height:calc(100svh - var(--safe-top) - var(--safe-bottom) - 1rem);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 1rem);overflow:auto}.sticker-scan-modal h3{margin:0;font-size:1.04rem;line-height:1.26;padding-right:.2rem}.sticker-scan-modal h3 .icon-glyph{display:inline-grid;width:18px;height:18px;place-items:center}.sticker-scan-modal .top-icon-svg{width:18px;height:18px}.sticker-scan-status{margin-bottom:0;min-height:2.3rem;color:#475569;font-size:.86rem;font-weight:700;line-height:1.25}.sticker-scan-status[data-tone=error]{color:#b91c1c}.sticker-scan-status[data-tone=warning]{color:#b45309}.sticker-scan-video-shell{position:relative;overflow:hidden;aspect-ratio:16 / 10;max-height:min(42vh,340px);border:1px solid #dbe3ef;border-radius:18px;background:#020617}.sticker-scan-video{width:100%;height:100%;object-fit:cover}.sticker-scan-guide{position:absolute;top:50%;left:50%;width:min(56%,260px);height:min(84%,300px);border:2px solid rgba(255,255,255,.9);border-radius:18px;box-shadow:0 0 0 9999px #0206176b,0 0 18px #0ea5e966;transform:translate(-50%,-50%)}.sticker-scan-code-guide{position:absolute;top:7%;right:6%;width:43%;height:16%;border:2px solid rgba(226,232,240,.95);border-radius:10px;box-shadow:0 0 14px #0f172a52;pointer-events:none}.sticker-scan-loading{position:absolute;top:.55rem;right:.55rem;z-index:3;width:36px;height:36px;display:inline-grid;place-items:center;border-radius:999px;background:#02061799;pointer-events:none}.sticker-scan-loading span{width:20px;height:20px;border:2px solid rgba(226,232,240,.65);border-top-color:#14b8a6;border-radius:999px;animation:scan-spin .7s linear infinite}.sticker-scan-manual{display:grid;gap:.5rem;padding:.65rem;border:1px dashed #f59e0b;border-radius:14px;background:#fff7ed}.sticker-scan-manual-label{font-size:.86rem;font-weight:800;color:#7c2d12}.sticker-scan-manual-row{display:grid;gap:.45rem}.sticker-scan-manual-input{width:100%;min-height:46px;padding:.7rem .85rem;border:1px solid #fdba74;border-radius:12px;background:#fff;color:#0f172a;font-size:.96rem;font-weight:800;text-transform:uppercase}.sticker-scan-manual-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 4px #f9731629}.sticker-scan-actions{display:grid;grid-template-columns:1fr;gap:.55rem}.sticker-scan-actions .big-btn{width:100%;min-height:44px;padding:.72rem .7rem;font-size:.92rem}.sticker-scan-actions [data-scan-act=cancel]{grid-column:1 / -1}.sticker-scan-result-overlay{z-index:241}.sticker-scan-result-modal{display:grid;gap:.55rem;width:min(560px,100%);padding:.92rem;border:1px solid #dbe3ef;border-radius:22px;background:#fff;box-shadow:0 24px 54px #02061757;max-height:calc(100svh - var(--safe-top) - var(--safe-bottom) - 1rem);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 1rem);overflow:auto}.sticker-scan-result-modal.has-sticker{border-color:#fdba74;background:linear-gradient(135deg,#fff7ed,#fff 62%)}.sticker-scan-result-layout{display:grid;grid-template-columns:minmax(84px,106px) minmax(0,1fr);gap:.9rem;align-items:center}.sticker-scan-result-preview{width:100%;max-width:106px;justify-self:start}.sticker-scan-result-copy{display:grid;gap:.32rem;align-content:start}.sticker-scan-result-copy h3{margin:0;font-size:1.34rem;line-height:1.08}.sticker-scan-result-kicker{margin:0;color:#0f172a;font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.sticker-scan-result-message{margin:0;color:#475569;font-size:.92rem;line-height:1.32}.sticker-scan-result-badge{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.35rem;padding:.22rem .56rem;border:1px solid #fdba74;border-radius:999px;background:#ffedd5;color:#9a3412;font-size:.72rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.sticker-scan-result-badge .top-icon-svg{width:14px;height:14px}.sticker-scan-result-actions{margin-top:.55rem;display:grid;gap:.5rem}.sticker-scan-result-actions .big-btn{min-height:44px}@keyframes scan-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.album-sticker-actions{width:100%;justify-content:stretch}.album-sticker-actions .tiny-btn{flex:1 1 calc(50% - .24rem);min-width:0;white-space:nowrap}.sticker-scan-result-layout{grid-template-columns:minmax(76px,96px) minmax(0,1fr);gap:.75rem;align-items:start}.sticker-scan-result-preview{max-width:96px}.sticker-scan-result-copy h3{font-size:1.2rem}.sticker-scan-overlay{place-items:start}.sticker-scan-modal{gap:.65rem;padding:.8rem;border-radius:20px}.sticker-scan-video-shell{max-height:min(36vh,290px)}.sticker-scan-guide{width:min(60%,240px);height:min(80%,270px)}.sticker-scan-manual{padding:.58rem}.sticker-scan-manual-input{min-height:44px;font-size:.92rem}.sticker-scan-actions .big-btn{min-height:42px;font-size:.9rem}}.toast{position:fixed;right:1rem;bottom:calc(var(--nav-height) + var(--bottom-signature-height) + var(--safe-bottom) + .8rem);left:1rem;z-index:120;display:grid;min-height:48px;place-items:center;padding:.75rem 1rem;border-radius:18px;background:var(--text);color:#fff;font-size:.92rem;font-weight:800;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.toast.show{opacity:1;transform:translateY(0)}.payment-screen{width:min(980px,100%);margin:0 auto;min-height:var(--app-viewport-height);padding:calc(1rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(var(--nav-height) + var(--bottom-signature-height) + var(--safe-bottom) + 1rem) calc(1rem + var(--safe-left))}.pix-payment-panel{overflow:hidden}.pix-payment-layout{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:1.1rem;align-items:start;margin-top:1rem}.pix-qr-box{position:relative;display:grid;place-items:center;min-height:320px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.pix-qr-image{width:min(280px,100%);aspect-ratio:1;border-radius:12px}.pix-qr-placeholder{display:grid;place-items:center;width:min(280px,90%);aspect-ratio:1;border:1px dashed var(--line);border-radius:12px;color:var(--muted);font-weight:800}.pix-payment-details{display:grid;gap:.9rem}.pix-amount{display:grid;gap:.2rem}.pix-amount small,.pix-code-copy span,.pix-expiration{color:var(--muted);font-size:.82rem}.pix-amount strong{font-size:2rem}.pix-message{padding:.85rem 1rem;border-radius:14px;background:var(--blue-soft);color:var(--text);font-weight:700}.pix-success .pix-message{background:var(--success-soft)}.pix-warning .pix-message,.pix-error .pix-message{background:var(--warning-soft)}.pix-code-copy{display:grid;gap:.45rem}.pix-code-copy textarea{min-height:136px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem;line-height:1.45}.pix-payment-actions{flex-wrap:wrap}.pix-payment-actions .tiny-btn{background:#fff;border:1px solid #cbd5e1;color:#0f172a}.pix-payment-actions .big-btn.primary{border-color:#0f172a}.pix-status-success{background:var(--success-soft)}.pix-status-warning,.pix-status-error{background:var(--warning-soft)}.pix-success-mark{position:absolute;inset:0;display:grid;place-items:center;background:#ffffffd1;animation:pixSuccessFade .7s ease-out both}.pix-success-mark span{width:92px;height:92px;border-radius:999px;background:var(--primary);position:relative;box-shadow:0 16px 40px #16a34a52;animation:pixSuccessPop .52s cubic-bezier(.2,1.2,.32,1) both}.pix-success-mark span:after{content:"";position:absolute;left:30px;top:24px;width:24px;height:42px;border-right:7px solid #ffffff;border-bottom:7px solid #ffffff;transform:rotate(42deg)}.admin-pix-section{margin-top:1.4rem;display:grid;gap:.75rem}.panel-title-row.compact{align-items:end}.pix-admin-row{display:grid;gap:.45rem}.pix-admin-row-head{display:flex;justify-content:space-between;gap:.75rem}.pix-error-box,.pix-history-box{display:grid;gap:.35rem;padding:.8rem;border:1px solid var(--line);border-radius:14px;background:#0f172a08}.pix-error-box pre{max-height:180px;overflow:auto;margin:0;padding:.65rem;border-radius:10px;background:#0f172a0f;white-space:pre-wrap;word-break:break-word;font-size:.78rem}@keyframes pixSuccessPop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes pixSuccessFade{0%{opacity:0}to{opacity:1}}@media(max-width:720px){.pix-payment-layout{grid-template-columns:1fr}.pix-qr-box{min-height:260px}.pix-amount strong{font-size:1.65rem}.pix-admin-row-head{display:grid}}@media(max-height:500px)and (orientation:landscape)and (pointer:coarse){.app-header{position:static;margin-top:0}.page-shell{padding-top:calc(.7rem + var(--safe-top))}.bottom-navigation{min-height:calc(66px + var(--safe-bottom))}.bottom-nav-item{min-height:54px}.modal,.store-gallery-modal{max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 1rem)}.pix-qr-box{min-height:220px}}.empty-state{display:grid;justify-items:center;gap:.55rem;padding:1.4rem .9rem;text-align:center}.empty-state-mark{display:grid;width:58px;height:58px;place-items:center;border-radius:22px;background:var(--success-soft);color:var(--primary-dark);font-weight:900}.empty-state p{max-width:32rem;color:var(--muted)}.result-box{padding:.65rem;border:1px dashed var(--line);border-radius:16px;background:#fff}.admin-bid-history,.admin-bid-list{display:grid;gap:.65rem}.admin-bid-card{display:grid;gap:.65rem;padding:.75rem;border:1px solid var(--soft-line);border-radius:14px;background:#f8fafc}.admin-bid-card-head{display:flex;align-items:start;justify-content:space-between;gap:.75rem}.admin-bid-card-head strong{display:block;color:var(--danger)}.admin-bid-card-head small{display:block;margin-top:.2rem;color:var(--muted)}.admin-bid-user-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.45rem;margin:0}.admin-bid-user-grid div{display:grid;gap:.12rem;min-width:0;padding:.5rem;border-radius:10px;background:#fff}.admin-bid-user-grid dt{color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.admin-bid-user-grid dd{min-width:0;margin:0;color:var(--text);font-size:.78rem;font-weight:700;overflow-wrap:anywhere}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes authCardRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes authSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetIn{0%{transform:translateY(18px)}to{transform:translateY(0)}}@keyframes splashCountdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@media(max-height:720px){.auth-app-screen{gap:.65rem;padding-top:calc(.75rem + var(--safe-top))}.auth-app-hero h1{font-size:clamp(1.8rem,9vw,2.2rem)}.auth-app-hero>p:last-of-type{font-size:.92rem}.auth-hero-preview{padding:.65rem .75rem}.auth-login-card{padding:1.35rem}}@media(min-width:560px){.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metrics-grid.AdminDashboardCards{grid-template-columns:repeat(var(--bottom-nav-items, 5),minmax(0,1fr))}.album-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-bid-form{grid-template-columns:1fr auto}.inline-bid-form .big-btn{min-width:140px}}@media(max-width:420px){.admin-sticker-filter-grid{grid-template-columns:1fr}.admin-sticker-viewport{height:286px}.store-item{grid-template-columns:80px 1fr;gap:.65rem;padding:.68rem}.store-item-media{width:80px;min-width:80px}.store-item-cover-btn{border-radius:14px}.store-stock-pill{font-size:.62rem;padding-inline:.35rem}.store-item-head{display:grid;justify-content:initial;gap:.35rem}.store-item-foot{display:grid;gap:.45rem;padding-top:.1rem}.store-item-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.store-item-foot .big-btn{width:100%;min-width:0;padding-inline:.45rem}.store-item-actions .tiny-btn{width:100%;min-width:0;padding-inline:.4rem}.store-gallery-modal{padding:.75rem}.store-gallery-thumb{width:58px;min-width:58px;height:58px}.admin-store-category-form{grid-template-columns:1fr}}@media(min-width:860px){.page-shell{padding-right:1.4rem;padding-left:1.4rem}.app-header{margin-right:-1.4rem;margin-left:-1.4rem;padding-right:1.4rem;padding-left:1.4rem}.auth-app-screen{max-width:430px;margin:0 auto;padding-right:1.2rem;padding-left:1.2rem}.team-blocks{grid-template-columns:repeat(2,minmax(0,1fr))}.sticker-grid{grid-template-columns:repeat(auto-fill,minmax(62px,1fr))}.auction-list{grid-template-columns:repeat(2,minmax(0,1fr))}.top-notif-popover{position:absolute;top:calc(100% + .6rem);right:0;left:auto;width:min(440px,92vw);max-height:min(70svh,620px)}.profile-avatar{width:58px;min-width:58px;height:58px;font-size:1.35rem}.profile-head-main h2{font-size:1.12rem}.profile-meta-line{font-size:.8rem}.profile-actions .big-btn{min-height:42px;font-size:.85rem}.profile-messages-panel .message-item p,.profile-notifications-panel .message-item p{-webkit-line-clamp:3}}@media(max-width:380px){.album-card-foot{display:grid;gap:.45rem}.album-card.is-compact .album-open{width:100%;min-width:0}}html[data-theme=dark]{--primary: #22c55e;--primary-dark: #86efac;--accent: #facc15;--support: #60a5fa;--bg: #020617;--card: #0f172a;--text: #e2e8f0;--muted: #94a3b8;--line: #334155;--soft-line: #1e293b;--danger: #f87171;--success-soft: #052e1d;--warning-soft: #3f2f00;--blue-soft: #0b2f59;--shadow: 0 18px 42px rgba(2, 6, 23, .55);--shadow-soft: 0 10px 26px rgba(2, 6, 23, .46)}html[data-theme=dark] body{background:linear-gradient(180deg,rgba(34,197,94,.12),transparent 300px),#020617;color:var(--text)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:#0b1220;border-color:#334155;color:var(--text);box-shadow:none}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#64748b}html[data-theme=dark] .app-header{background:#020617eb;border-bottom-color:#334155e6}html[data-theme=dark] .icon-btn{background:#111827;color:#e2e8f0}html[data-theme=dark] .theme-action{background:#1e293b;color:#e2e8f0}html[data-theme=dark] .admin-avatar-btn{border:1px solid #334155;background:#0f172a;color:#e2e8f0}html[data-theme=dark] .admin-avatar-menu{border-color:#334155;background:#0f172a}html[data-theme=dark] .admin-avatar-menu button{border-top-color:#1e293b;color:#e2e8f0}html[data-theme=dark] .admin-avatar-menu button:active{background:#111827}html[data-theme=dark] .bottom-navigation{border-top-color:#334155e6;background:#020617f5;box-shadow:0 -16px 34px #02061780}html[data-theme=dark] .app-made-by-footer{border-top-color:#334155e6;background:#020617f5}html[data-theme=dark] .bottom-nav-item{color:#94a3b8}html[data-theme=dark] .bottom-nav-icon{background:#0f172a;color:#cbd5e1}html[data-theme=dark] .bottom-nav-item.is-active{background:#052e1d;color:#bbf7d0}html[data-theme=dark] .bottom-nav-item.is-active .bottom-nav-icon{background:#16a34a;color:#f0fdf4}html[data-theme=dark] .admin-nav-panel,html[data-theme=dark] .admin-form-accordion{border-color:#334155;background:#0f172a}html[data-theme=dark] .admin-form-accordion .stack-form{border-top-color:#334155}html[data-theme=dark] .admin-collapsible{border-color:#334155;background:#0f172a}html[data-theme=dark] .admin-collapsible[open] summary{border-bottom-color:#334155}html[data-theme=dark] .admin-target-picker{border-color:#334155;background:#111827}html[data-theme=dark] .album-sticker-search input{border-color:#334155;background:#0f172ae6;color:#e2e8f0}html[data-theme=dark] .album-sticker-search button{background:#334155;color:#e2e8f0}html[data-theme=dark] .status-pill.status-excluded{background:#3f1313;color:#fecaca}html[data-theme=dark] .panel,html[data-theme=dark] .auth-login-card,html[data-theme=dark] .auth-install-btn,html[data-theme=dark] .quick-stat,html[data-theme=dark] .metric-card,html[data-theme=dark] .album-card,html[data-theme=dark] .team-block,html[data-theme=dark] .duplicate-group,html[data-theme=dark] .message-item,html[data-theme=dark] .auction-item,html[data-theme=dark] .support-albums li,html[data-theme=dark] .top-notif-popover,html[data-theme=dark] .top-notif-item,html[data-theme=dark] .top-notif-empty,html[data-theme=dark] .modal,html[data-theme=dark] .sticker-bottom-sheet,html[data-theme=dark] .duplicate-code,html[data-theme=dark] .result-box,html[data-theme=dark] .section-block{background:#0f172a;border-color:#334155;color:var(--text)}html[data-theme=dark] .admin-bid-card{border-color:#334155;background:#111827}html[data-theme=dark] .admin-bid-user-grid div{background:#0f172a}html[data-theme=dark] .admin-bid-user-grid dd{color:#e2e8f0}html[data-theme=dark] .ios-install-hint{border-color:#334155;background:#0f172af2;color:#cbd5e1;box-shadow:0 10px 24px #0206176b}html[data-theme=dark] .ios-install-hint-close{background:#94a3b838;color:#cbd5e1}html[data-theme=dark] .ui-modal{border-color:#334155}html[data-theme=dark] .ui-modal-close-btn{border-color:#334155;background:#111827;color:#cbd5e1}html[data-theme=dark] .ui-modal-field span{color:#94a3b8}html[data-theme=dark] .ui-modal-field input,html[data-theme=dark] .ui-modal-field select,html[data-theme=dark] .ui-modal-field textarea,html[data-theme=dark] .admin-user-search input{border-color:#334155;background:#111827;color:#e2e8f0}html[data-theme=dark] .search-clear-btn{background:#94a3b83d;color:#cbd5e1}html[data-theme=dark] .section-block.legend-section{border-color:transparent}html[data-theme=dark] .album-stats span{background:#111827;border:1px solid #334155}html[data-theme=dark] .album-stats strong{color:#e2e8f0}html[data-theme=dark] .album-stats small{color:#94a3b8}html[data-theme=dark] .auth-app-screen{background:linear-gradient(180deg,#065f46,#166534 30%,#020617 30% 100%)}html[data-theme=dark] .auth-top-action,html[data-theme=dark] .auth-theme-btn{border-color:#ffffff73;background:#0f172a80;color:#e2e8f0}html[data-theme=dark] .auth-hero-preview{border-color:#94a3b880;background:#02061759}html[data-theme=dark] .auth-input-wrap input{background:#0b1220;border-color:#334155;color:var(--text)}html[data-theme=dark] .auth-inline-error{border-color:#7f1d1d;background:#2b0b0b;color:#fecaca}html[data-theme=dark] .auth-tertiary-btn{background:#111827;color:#cbd5e1}html[data-theme=dark] .auth-google-btn{background:#0b1220;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .auth-google-btn:before{background:#1e293b;color:#cbd5e1}html[data-theme=dark] .phone-verify-screen{background:linear-gradient(180deg,#065f46,#166534 32%,#020617 32% 100%)}html[data-theme=dark] .phone-verify-caption{color:#94a3b8}html[data-theme=dark] .phone-verify-info{border-color:#14532d;background:#052e1d;color:#bbf7d0}html[data-theme=dark] .auth-made-by{color:#94a3b8}html[data-theme=dark] .auth-made-by-link{border-color:#334155;background:#0b1220}html[data-theme=dark] .auth-made-by.app-made-by .auth-made-by-version{color:#cbd5e1}html[data-theme=dark] .big-btn,html[data-theme=dark] .tiny-btn,html[data-theme=dark] .share-btn{border:1px solid #334155;background:#1f2937;color:#e2e8f0}html[data-theme=dark] .tiny-btn.is-loading:after{border-color:#94a3b859;border-top-color:#cbd5e1}html[data-theme=dark] .big-btn:not(.primary).is-loading:after{border-color:#94a3b859;border-top-color:#cbd5e1}html[data-theme=dark] .big-btn.primary{border-color:#16a34a;background:#15803d;color:#f0fdf4}html[data-theme=dark] .store-tab-btn{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .store-tab-btn.is-active{background:#e2e8f0;border-color:#e2e8f0;color:#020617}html[data-theme=dark] .big-btn.danger,html[data-theme=dark] .share-btn.danger{border-color:#991b1b;background:#7f1d1d;color:#fee2e2}html[data-theme=dark] .big-btn:disabled,html[data-theme=dark] .tiny-btn:disabled,html[data-theme=dark] .share-btn:disabled{opacity:1;border-color:#334155;background:#1e293b;color:#64748b}html[data-theme=dark] .activity-panel.is-clickable:hover{border-color:#14532d;box-shadow:0 12px 26px #02061770}html[data-theme=dark] .store-item{border-color:#334155;background:#0f172a}html[data-theme=dark] .store-item-media{background:#1e293b}html[data-theme=dark] .store-desc-toggle{color:#93c5fd}html[data-theme=dark] .store-price{color:#f1f5f9}html[data-theme=dark] .store-gallery-count{background:#020617d6;color:#e2e8f0}html[data-theme=dark] .store-upload-dropzone{border-color:#29537b;background:#0b1730;color:#cbd5e1}html[data-theme=dark] .store-upload-dropzone small{color:#94a3b8}html[data-theme=dark] .store-upload-dropzone.is-dragover{border-color:#16a34a;background:#12301f}html[data-theme=dark] .auction-upload-dropzone{border-color:#3b82f6;background:#0b1730}html[data-theme=dark] .store-upload-preview-card img,html[data-theme=dark] .admin-store-gallery-item,html[data-theme=dark] .admin-store-gallery-empty{border-color:#334155}html[data-theme=dark] .admin-store-gallery-item,html[data-theme=dark] .admin-store-gallery-empty{background:#0b1220}html[data-theme=dark] .auction-upload-preview-card{border-color:#334155;background:#0b1220}html[data-theme=dark] .auction-upload-preview-card img,html[data-theme=dark] .admin-auction-gallery-item,html[data-theme=dark] .admin-auction-gallery-image{border-color:#334155}html[data-theme=dark] .admin-auction-gallery-item{background:#0b1220}html[data-theme=dark] .admin-auction-gallery-tools .tiny-btn{background:#0f172ae0;color:#e2e8f0}html[data-theme=dark] .admin-sticker-picker{border-color:#334155;background:#0b1220}html[data-theme=dark] .admin-sticker-selected{border-color:#334155;background:#111827}html[data-theme=dark] .admin-sticker-selected strong{color:#94a3b8}html[data-theme=dark] .admin-sticker-selected.has-value{border-color:#166534;background:#052e1d}html[data-theme=dark] .admin-sticker-selected.has-value strong{color:#bbf7d0}html[data-theme=dark] .admin-sticker-filter-grid input,html[data-theme=dark] .admin-sticker-filter-grid select{border-color:#334155;background:#111827;color:#e2e8f0}html[data-theme=dark] .admin-sticker-picker-meta{color:#94a3b8}html[data-theme=dark] .admin-sticker-viewport{border-color:#334155;background:#0f172a}html[data-theme=dark] .admin-sticker-row{border-color:#334155;background:#111827;color:#e2e8f0}html[data-theme=dark] .admin-sticker-row.is-selected{border-color:#16a34a;background:#052e1d;box-shadow:0 8px 18px #16a34a42}html[data-theme=dark] .admin-sticker-main span,html[data-theme=dark] .admin-sticker-meta,html[data-theme=dark] .admin-sticker-player{color:#94a3b8}html[data-theme=dark] .admin-sticker-empty{border-color:#334155;background:#111827;color:#94a3b8}html[data-theme=dark] .tiny-btn.danger{border-color:#7f1d1d;background:#7f1d1d;color:#fee2e2}html[data-theme=dark] .tiny-btn.success{border-color:#166534;background:#14532d;color:#dcfce7}html[data-theme=dark] .admin-order-receipt{border-color:#334155;background:#0f172ab3}html[data-theme=dark] .admin-order-details{border-color:#334155;background:#0f172ad1}html[data-theme=dark] .admin-order-technical-box{border-color:#334155;background:#02061799}html[data-theme=dark] .status-pill.status-paid{background:#14532d;color:#dcfce7}html[data-theme=dark] .status-pill.status-waiting{background:#78350f;color:#fef3c7}html[data-theme=dark] .status-pill.status-final{background:#7f1d1d;color:#fee2e2}html[data-theme=dark] .status-pill.status-neutral{background:#334155;color:#e2e8f0}html[data-theme=dark] .store-gallery-modal{border:1px solid #294366;background:#0b1220}html[data-theme=dark] .store-gallery-close{border-color:#334155;background:#0f172aeb;color:#e2e8f0}html[data-theme=dark] .store-gallery-head small{color:#94a3b8}html[data-theme=dark] .store-gallery-thumb{background:#0f172a}html[data-theme=dark] .album-open{background:#1e293b;border:1px solid #334155;color:#e2e8f0;box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .album-card:hover .album-open{background:#243244;border-color:#475569}html[data-theme=dark] .album-card:active .album-open{background:#172131;border-color:#334155}html[data-theme=dark] .album-card:disabled .album-open,html[data-theme=dark] .album-card[aria-disabled=true] .album-open{background:#111827;border-color:#1f2937;color:#94a3b8;box-shadow:none}html[data-theme=dark] .chip,html[data-theme=dark] .auction-metrics span,html[data-theme=dark] .profile-avatar,html[data-theme=dark] .section-count,html[data-theme=dark] .team-flag,html[data-theme=dark] .top-notif-close,html[data-theme=dark] .soft-pill,html[data-theme=dark] .status-pill,html[data-theme=dark] .user-pill,html[data-theme=dark] .counter-pill,html[data-theme=dark] .empty-state-mark{background:#111827;color:#cbd5e1}html[data-theme=dark] .auth-login-card h2,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] strong{color:var(--text)}html[data-theme=dark] .muted-copy,html[data-theme=dark] .panel p,html[data-theme=dark] .message-item p,html[data-theme=dark] .profile-card p,html[data-theme=dark] .auction-sub,html[data-theme=dark] .modal p,html[data-theme=dark] .chip small,html[data-theme=dark] .top-notif-sub,html[data-theme=dark] .top-notif-foot small,html[data-theme=dark] .top-notif-item p,html[data-theme=dark] .empty-state p{color:#94a3b8}html[data-theme=dark] .delete-album-modal input{border-color:#334155;background:#111827;color:#e2e8f0}html[data-theme=dark] .profile-messages-panel,html[data-theme=dark] .profile-notifications-panel{border-color:#294366;background:#0b1730}html[data-theme=dark] .profile-messages-panel h2,html[data-theme=dark] .profile-messages-panel h3,html[data-theme=dark] .profile-notifications-panel h2{color:#f1f5f9}html[data-theme=dark] .profile-messages-panel .message-item,html[data-theme=dark] .profile-notifications-panel .message-item{border-color:#35517a;background:#101f3d}html[data-theme=dark] .profile-messages-panel .message-item small,html[data-theme=dark] .profile-notifications-panel .message-item small{color:#cbd5e1;font-weight:700}html[data-theme=dark] .toast{background:#111827;color:#e2e8f0;border-color:#334155}html[data-theme=dark] .loading-screen{background:#020617}html[data-theme=dark] .loading-screen span{color:#94a3b8}html[data-theme=dark] .splash-screen{background:linear-gradient(145deg,#020617f5,#065f46e0),#020617}html[data-theme=dark] .sticker-box.missing{border-color:#334155;background:#111827}html[data-theme=dark] .sticker-box.owned{border-color:#334155;background:#0b1220}html[data-theme=dark] .sticker-box.duplicate{border-color:#f97316eb;background:linear-gradient(160deg,#f9731638,#7c2d124d);box-shadow:inset 0 0 0 2px #f97316eb,0 8px 18px #02061759}html[data-theme=dark] .sticker-real-image{background:linear-gradient(180deg,#111827,#0b1220)}html[data-theme=dark] .sticker-box.legend{border:1px solid rgba(255,255,255,.28);background:linear-gradient(138deg,#7c3aed,#2563eb 48%,#facc15);color:#fff;box-shadow:inset 0 0 0 1px #ffffff24,0 10px 22px #0206177a}html[data-theme=dark] .sticker-box.legend.legend-owned{box-shadow:inset 0 0 0 2px #ffffff6b,0 10px 22px #0206177a}html[data-theme=dark] .sticker-box.legend .sticker-code{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45)}html[data-theme=dark] .sticker-name{color:#94a3b8}html[data-theme=dark] .sticker-box.legend .sticker-name{color:#ffffffe6}html[data-theme=dark] .sticker-box.legend .sticker-badge{border-color:#ffffffeb;background:#0f172a;color:#f8fafc}html[data-theme=dark] .album-tabs-panel{border-color:#334155e6;background:#0f172ad1}html[data-theme=dark] .progress-bar{background:#1e293b}html[data-theme=dark] .header-progress-card{background:linear-gradient(135deg,#0f3f34,#14532d);box-shadow:0 10px 22px #022c2247}html[data-theme=dark] .auth-divider:before,html[data-theme=dark] .auth-divider:after{background:#334155}html[data-theme=dark] .auction-media-wrap,html[data-theme=dark] .ad-media-frame{background:#111827}html[data-theme=dark] .outbid-alert{background:#3f1313;color:#fecaca}html[data-theme=dark] .admin-mini-stats span{background:#111827;color:#cbd5e1}html[data-theme=dark] .sheet-handle{background:#475569}html[data-theme=dark] .sheet-sticker-preview{border-color:#334155;background:#111827}html[data-theme=dark] .sheet-sticker-preview.has-real-image:not(.image-fallback){border-color:#334155;background:#0b1220}html[data-theme=dark] .sheet-sticker-preview.legend{border:1px solid rgba(255,255,255,.24);background:linear-gradient(138deg,#7c3aed,#2563eb 48%,#facc15);color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f,0 10px 22px #02061780}html[data-theme=dark] .sheet-action{border-color:#334155;background:#0f172a;color:#e2e8f0}html[data-theme=dark] .sheet-action.primary{border-color:#16a34a;background:#15803d;color:#f0fdf4}html[data-theme=dark] .sheet-action.secondary{border-color:#334155;background:#1e293b;color:#cbd5e1}html[data-theme=dark] .top-notif-tab{border-color:#334155;background:#0b1220;color:#94a3b8}html[data-theme=dark] .top-notif-tab.is-active{border-color:#16a34a;background:#052e1d;color:#bbf7d0}html[data-theme=dark] .top-notif-item.is-read .top-notif-head strong{color:#cbd5e1}html[data-theme=dark] .sheet-action.danger{background:#3f1313;border-color:#7f1d1d;color:#fecaca}html[data-theme=dark] .sheet-action:disabled{border-color:#334155;background:#1f2937;color:#64748b}html[data-theme=dark] .sticker-scan-modal{border-color:#334155;background:#0f172a}html[data-theme=dark] .sticker-scan-status{color:#cbd5e1}html[data-theme=dark] .sticker-scan-status[data-tone=error]{color:#fca5a5}html[data-theme=dark] .sticker-scan-status[data-tone=warning]{color:#fcd34d}html[data-theme=dark] .sticker-scan-video-shell{border-color:#334155}html[data-theme=dark] .sticker-scan-guide{border-color:#e2e8f0e6;box-shadow:0 0 0 9999px #02061785,0 0 22px #14b8a673}html[data-theme=dark] .sticker-scan-code-guide{border-color:#e2e8f0eb;box-shadow:0 0 14px #0f172a80}html[data-theme=dark] .sticker-scan-manual{border-color:#b45309;background:#b4530933}html[data-theme=dark] .sticker-scan-manual-label{color:#fed7aa}html[data-theme=dark] .sticker-scan-manual-input{border-color:#b45309;background:#0f172a;color:#f8fafc}html[data-theme=dark] .sticker-scan-manual-input:focus{border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b33}html[data-theme=dark] .sticker-scan-result-modal{border-color:#334155;background:#0f172a}html[data-theme=dark] .sticker-scan-result-modal.has-sticker{border-color:#9a3412;background:linear-gradient(135deg,#321407,#0f172a 62%)}html[data-theme=dark] .sticker-scan-result-message{color:#cbd5e1}html[data-theme=dark] .sticker-scan-result-kicker{color:#e2e8f0}html[data-theme=dark] .sticker-scan-result-badge{border-color:#c2410c;background:#431407;color:#fed7aa}@keyframes stickerPop{0%{transform:scale(1)}40%{transform:scale(1.18)}70%{transform:scale(.95)}to{transform:scale(1)}}@keyframes confettiParticle{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--tx, 20px),var(--ty, -20px)) scale(.4)}}.sticker-box.sticker-collected-anim{animation:stickerPop .4s cubic-bezier(.34,1.56,.64,1);z-index:10;position:relative}.sticker-confetti{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#16a34a;pointer-events:none;animation:confettiParticle .6s ease-out forwards;animation-delay:var(--delay, 0ms)}.sticker-confetti:nth-child(odd){background:#facc15;width:5px;height:5px}.sticker-confetti:nth-child(3n){background:#2563eb;width:4px;height:4px}.achievements-panel{margin-top:16px}.achievement-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-top:12px}.achievement-categories{display:grid;gap:12px}.achievement-category{display:grid;gap:8px}.achievement-category-title{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.achievement-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;text-align:center;transition:transform .15s,box-shadow .15s}.achievement-card.unlocked{border-color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 2px 8px #16a34a1f}.achievement-card.locked{opacity:.72;filter:grayscale(.55);background:#f8fafc}.achievement-icon{font-size:1.6rem;line-height:1}.achievement-name{font-size:.72rem;font-weight:600;color:#1e293b;line-height:1.2}.achievement-desc{font-size:.66rem;line-height:1.25;color:#64748b}.achievement-progress-label{font-size:.65rem;font-weight:700;color:#334155}.achievement-card.secret-locked{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:#334155}.achievement-card.secret-locked .achievement-name,.achievement-card.secret-locked .achievement-desc,.achievement-card.secret-locked .achievement-date{color:#cbd5e1}.achievement-toggle-btn{margin-top:4px}.achievement-date{font-size:.65rem;color:#64748b}.achievement-progress-bar{width:100%;height:4px;border-radius:2px;background:#e2e8f0;margin-top:4px;overflow:hidden}.achievement-progress-fill{height:100%;border-radius:2px;background:#16a34a;transition:width .3s}.ranking-panel{margin-top:16px}.panel-title-actions{display:flex;align-items:center;gap:8px}.ranking-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:6px}.ranking-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.85rem}.ranking-item.is-me{border-color:#16a34a;background:#f0fdf4;font-weight:600}.ranking-medal{font-size:1.2rem;min-width:28px;text-align:center}.ranking-pos{font-size:.8rem;font-weight:700;color:#64748b;min-width:28px;text-align:center}.ranking-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b}.ranking-pct{font-weight:700;color:#16a34a;font-size:.82rem}.ranking-my-pos{margin-top:10px;font-size:.82rem;color:#64748b;text-align:center}.ranking-info{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.ranking-info .ranking-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-album-name{font-size:.72rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #e2e8f0}.btn-pagination{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:.78rem;font-weight:600;color:#334155;cursor:pointer;transition:background .15s}.btn-pagination:hover:not(:disabled){background:#e2e8f0}.btn-pagination:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:.75rem;color:#64748b}.share-ranking-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;background:transparent;border:1px solid #0f172a;color:#0f172a;font-size:.78rem;font-weight:700;cursor:pointer;border-radius:8px;transition:background .15s,transform .12s,color .15s,border-color .15s}.share-ranking-btn:hover{background:#0f172a14}.share-achievements-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;background:transparent;border:1px solid #0f172a;border-radius:8px;font-size:.78rem;font-weight:700;color:#0f172a;cursor:pointer;transition:background .15s,transform .12s,color .15s,border-color .15s}.share-achievements-btn:hover{background:#0f172a14}.share-ranking-btn:active,.share-achievements-btn:active{transform:scale(.98)}html[data-theme=dark] .achievement-card{border-color:#334155;background:#0f172a}html[data-theme=dark] .achievement-card.unlocked{border-color:#16a34a;background:linear-gradient(135deg,#052e1d,#14532d)}html[data-theme=dark] .achievement-name{color:#e2e8f0}html[data-theme=dark] .achievement-date,html[data-theme=dark] .achievement-desc{color:#94a3b8}html[data-theme=dark] .achievement-progress-label{color:#cbd5e1}html[data-theme=dark] .achievement-card.locked{background:#0f172a}html[data-theme=dark] .achievement-progress-bar{background:#1e293b}html[data-theme=dark] .ranking-item{background:#0f172a;border-color:#334155}html[data-theme=dark] .ranking-item.is-me{border-color:#16a34a;background:#052e1d}html[data-theme=dark] .ranking-name{color:#e2e8f0}html[data-theme=dark] .ranking-pos,html[data-theme=dark] .ranking-album-name{color:#94a3b8}html[data-theme=dark] .ranking-pagination{border-top-color:#334155}html[data-theme=dark] .btn-pagination{background:#1e293b;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .btn-pagination:hover:not(:disabled){background:#334155}html[data-theme=dark] .pagination-info{color:#94a3b8}html[data-theme=dark] .share-ranking-btn:hover{background:#ffffff1f}html[data-theme=dark] .share-achievements-btn{background:transparent;border-color:#ffffffd9;color:#f8fafc}html[data-theme=dark] .share-achievements-btn:hover{background:#ffffff1f}html[data-theme=dark] .share-ranking-btn{background:transparent;border-color:#ffffffd9;color:#f8fafc}.share-progress-btn{display:block;width:100%;margin-top:12px;padding:12px 16px;border:1px solid #16a34a;border-radius:10px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;font-size:.88rem;font-weight:600;cursor:pointer;text-align:center;transition:transform .12s,box-shadow .12s}.share-progress-btn:active{transform:scale(.97)}html[data-theme=dark] .share-progress-btn{background:linear-gradient(135deg,#052e1d,#14532d);border-color:#16a34a;color:#bbf7d0}.modal-warning{font-size:.88rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.modal-warning strong{color:#dc2626}.modal-actions{display:flex;gap:10px;margin-top:.5rem}.modal-actions .big-btn{flex:1}.section-header-actions{display:flex;align-items:center;gap:8px}.clear-section-btn{font-size:.7rem;padding:4px 8px;min-width:auto}.tiny-btn.danger{border-color:#dc2626;color:#dc2626;background:#fef2f2}.tiny-btn.danger:active{background:#fee2e2}html[data-theme=dark] .tiny-btn.danger{border-color:#7f1d1d;color:#fecaca;background:#3f1313}html[data-theme=dark] .modal-warning{color:#94a3b8}html[data-theme=dark] .modal-warning strong{color:#fca5a5}
