@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{
  --blue:#075bd8;--blue2:#0b76ff;--red:#ef2e2e;--green:#19b957;--orange:#ff8b22;--purple:#6933b7;--pink:#ff5aa2;
  --ink:#0a1733;--muted:#667085;--soft:#f4f8ff;--line:#e6ecf5;--card:#ffffff;
  --shadow:0 18px 45px rgba(10,45,110,.10);--shadow2:0 8px 22px rgba(10,45,110,.08);--radius:24px;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-height:100vh;font-family:var(--font);color:var(--ink);background:#f6f9ff;overflow-x:hidden;line-height:1.45}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}img,video{max-width:100%}.app-root{min-height:100vh}.toast{position:fixed;left:50%;top:18px;transform:translate(-50%,-20px);background:#07162e;color:#fff;padding:14px 18px;border-radius:16px;box-shadow:var(--shadow);opacity:0;pointer-events:none;z-index:3000;transition:.25s;font-weight:800}.toast.show{opacity:1;transform:translate(-50%,0)}
.btn{border:none;border-radius:18px;background:linear-gradient(135deg,var(--blue),#003dbe);color:#fff;padding:15px 22px;font-weight:950;box-shadow:0 12px 24px rgba(7,91,216,.22);display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s}.btn:hover{transform:translateY(-2px);filter:saturate(1.05)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.full{width:100%;font-size:18px}.btn.light{background:#fff;color:var(--blue);border:1px solid #d7e6ff;box-shadow:var(--shadow2)}.btn.green{background:linear-gradient(135deg,#19b957,#0d943e)}.mini-btn{border:none;border-radius:13px;background:#eaf3ff;color:var(--blue);font-weight:900;padding:10px 13px;display:inline-flex;gap:6px;align-items:center;justify-content:center}.mini-btn.danger{background:#ffecec;color:#c41f1f}.mini-btn.dark{background:#0c1933;color:#fff}.icon-btn{border:none;background:#fff;border:1px solid var(--line);width:44px;height:44px;border-radius:15px;box-shadow:var(--shadow2);display:grid;place-items:center;color:var(--blue);font-size:20px;font-weight:900}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow2);padding:22px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card-title h3{margin:0;font-size:22px;display:flex;gap:8px;align-items:center}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#e8f7ed;color:#12833a;font-weight:950;font-size:13px;white-space:nowrap}.pill.blue{background:#eaf3ff;color:var(--blue)}.pill.orange{background:#fff3e4;color:#a75900}.pill.red{background:#ffe9e9;color:#c92121}.pill.gray{background:#eef2f7;color:#475467}.money{color:var(--blue);font-weight:950}.fade-in{animation:fadeIn .38s ease both}.slide-up{animation:slideUp .42s cubic-bezier(.2,.8,.2,1) both}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
/* Public marketplace */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,236,245,.75)}.site-header .inner{max-width:1220px;margin:auto;padding:12px 22px;display:flex;align-items:center;gap:22px;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:950}.brand img{height:72px;width:auto;object-fit:contain}.desktop-nav{display:flex;gap:8px;align-items:center}.desktop-nav a{padding:11px 13px;border-radius:13px;color:#32405a;font-weight:850}.desktop-nav a:hover,.desktop-nav a.active{background:#eef5ff;color:var(--blue)}.header-actions{display:flex;align-items:center;gap:10px}.mobile-top{display:none}.market-shell{min-height:100vh;background:radial-gradient(circle at 8% 5%,rgba(255,213,67,.18),transparent 28%),radial-gradient(circle at 95% 4%,rgba(7,91,216,.12),transparent 25%),linear-gradient(180deg,#fff 0%,#f7fbff 44%,#fff 100%)}.market-container{max-width:1220px;margin:0 auto;padding:28px 22px 110px}.hero-market{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:30px;align-items:center;min-height:calc(100vh - 110px);padding:22px 0 38px}.hero-copy .eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #dfeaff;border-radius:999px;padding:9px 14px;font-weight:950;color:var(--blue);box-shadow:var(--shadow2)}.hero-copy h1{font-size:clamp(42px,5.4vw,72px);line-height:.98;margin:18px 0 18px;letter-spacing:-2.2px}.hero-copy h1 span{color:var(--blue)}.hero-copy p{font-size:19px;color:#40506e;line-height:1.6;max-width:650px;margin:0 0 24px;font-weight:650}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;max-width:720px}.trust-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow2);font-weight:900}.trust-item b{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--blue)}.hero-visual{position:relative}.visual-card{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:20px;overflow:hidden}.visual-card:before{content:"";position:absolute;inset:8px;border-radius:28px;background:linear-gradient(135deg,rgba(7,91,216,.09),rgba(255,138,28,.08));z-index:0}.visual-card>*{position:relative;z-index:1}.visual-logo{text-align:center}.visual-logo img{height:135px;object-fit:contain}.toy-showcase{display:grid;grid-template-columns:1.3fr 1fr;gap:14px;align-items:end;margin-top:8px}.toy-main,.toy-side{background:#f8fbff;border:1px solid #eaf1fb;border-radius:26px;padding:14px;display:grid;place-items:center;min-height:250px}.toy-main img,.toy-side img{width:100%;height:230px;object-fit:contain;filter:drop-shadow(0 15px 10px rgba(0,0,0,.08))}.toy-side{min-height:180px}.toy-side img{height:160px}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;font-weight:950}.floating-card.one{left:-16px;bottom:30px}.floating-card.two{right:-10px;top:18px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:34px 0 18px}.section-head h2{font-size:34px;line-height:1.05;margin:0}.section-head p{color:var(--muted);font-weight:700;margin:8px 0 0}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:20px}.filter-card{position:sticky;top:110px;align-self:start}.filter-list{display:grid;gap:8px}.filter-list button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;text-align:left;font-weight:850;color:#3a4963}.filter-list button.active{background:#eaf3ff;border-color:#9cc5ff;color:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:var(--shadow2);transition:.2s;display:flex;flex-direction:column;min-height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{height:210px;background:linear-gradient(180deg,#f6fbff,#fff);border-radius:20px;display:grid;place-items:center;overflow:hidden;position:relative}.product-media img,.product-media video{height:190px;width:100%;object-fit:contain}.product-card h3{margin:14px 0 5px;font-size:20px}.product-card p{margin:0 0 12px;color:var(--muted);font-weight:700;line-height:1.45}.product-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.qty{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:6px;background:#fff}.qty button{border:none;background:#f3f7ff;color:var(--blue);width:30px;height:30px;border-radius:50%;font-weight:950;font-size:18px}.qty b{min-width:20px;text-align:center}.sticky-cart{position:fixed;right:24px;bottom:24px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);z-index:60;padding:14px;min-width:310px;display:none}.sticky-cart.show{display:block;animation:slideUp .28s}.sticky-cart .top{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-bottom{display:none}.empty-state{text-align:center;padding:28px;color:var(--muted);font-weight:800}.bg-doodles{background-image:radial-gradient(circle,#ff5aa2 0 3px,transparent 4px),radial-gradient(circle,#ffd650 0 3px,transparent 4px),radial-gradient(circle,#89bbff 0 3px,transparent 4px);background-size:150px 120px,190px 160px,210px 180px;background-position:10px 30px,80px 10px,140px 90px}.app-page{min-height:100vh;background:#f7fbff}.app-shell{max-width:1060px;margin:auto;padding:24px 22px 116px}.app-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.app-toolbar .mini-logo{height:82px;object-fit:contain}.page-title{text-align:center;margin:8px auto 24px;max-width:690px}.page-title h1{font-size:clamp(30px,4.5vw,46px);margin:0 0 8px;color:#073b8d;letter-spacing:-1px}.page-title p{margin:0;color:#3f4d66;font-weight:700;line-height:1.5}.progress{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 22px}.progress.three{grid-template-columns:repeat(3,1fr)}.step-dot{text-align:center;color:#69768d;font-weight:800;position:relative}.step-dot:before{content:"";position:absolute;left:0;right:0;top:21px;height:2px;background:#dfe7f2;z-index:0}.step-dot:first-child:before{left:50%}.step-dot:last-child:before{right:50%}.step-dot b{position:relative;z-index:1;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:#e8edf5;color:#6c778d;font-size:18px}.step-dot.active b{background:var(--blue);color:#fff;box-shadow:0 9px 20px rgba(7,91,216,.24)}.step-dot.done b{background:var(--green);color:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field label{display:block;font-size:13px;font-weight:950;margin:0 0 8px;color:#16233d}.field input,.field textarea,.field select{width:100%;border:1px solid #dce5f2;background:#fff;border-radius:16px;padding:14px 15px;outline:none;font-weight:700;color:#1d2939;transition:.2s}.field textarea{min-height:110px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(7,91,216,.1)}.event-types{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.event-type{border:1.5px solid var(--line);background:#fff;border-radius:18px;padding:15px 10px;text-align:center;font-weight:900;color:#1d2d4b}.event-type.active{border-color:var(--blue);background:#f1f7ff;color:var(--blue)}.category-row{display:flex;gap:10px;overflow:auto;padding:4px 2px 14px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.cat-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 14px;font-weight:950;white-space:nowrap;color:#40506e}.cat-pill.active{background:var(--blue);color:#fff;border-color:var(--blue)}.search-row{display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:14px}.search-input{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px 15px;font-weight:800}.toy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.summary-bar{position:sticky;bottom:0;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:24px;margin:20px 0 0;padding:14px;box-shadow:0 -12px 35px rgba(10,45,110,.1);display:flex;align-items:center;gap:14px;z-index:10}.summary-bar .cart{width:58px;height:58px;border-radius:18px;background:#f2f7ff;color:var(--blue);display:grid;place-items:center;font-size:26px;position:relative}.badge{position:absolute;right:-6px;top:-8px;background:var(--blue);color:#fff;border-radius:999px;padding:2px 7px;font-size:12px}.summary-list .line,.line{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.summary-list .line:last-child,.line:last-child{border-bottom:none}.summary-list img,.line img{width:64px;height:64px;object-fit:contain;border-radius:14px;background:#f7fbff}.line .grow{flex:1}.line h4{margin:0 0 4px}.line small{color:var(--muted);font-weight:750}.total-box{background:#edf6ff;border-radius:17px;padding:16px;display:flex;align-items:center;justify-content:space-between;font-size:22px;font-weight:950;color:#064aa8}.discount{color:var(--green);font-weight:900}.notice{display:flex;gap:12px;align-items:center;background:#edf6ff;border-radius:19px;padding:16px;color:#16356c;font-weight:800}.notice .ico{font-size:28px}.pay-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pay-option{border:1.5px solid var(--line);border-radius:17px;padding:14px;background:#fff;font-weight:900;text-align:left}.pay-option small{color:var(--muted);font-weight:700}.pay-option.active{border-color:var(--blue);background:#f2f7ff}.qr-box{text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;margin-top:14px}.qr-box img{width:230px;height:230px;object-fit:contain;border-radius:18px;background:#fff}.copy-pix{word-break:break-all;background:#f5f8ff;border:1px dashed #c6d3e5;border-radius:16px;padding:12px;color:#1f2e47;font-size:12px;margin-top:12px}.client-header{display:flex;align-items:center;justify-content:space-between;margin:10px 0 20px}.client-header h1{margin:0}.avatar{width:64px;height:64px;border-radius:50%;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-weight:950;font-size:22px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:15px;text-align:center;box-shadow:var(--shadow2);font-weight:850}.stat b{display:block;font-size:24px;margin:8px 0;color:#07132d}.stat i{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;margin:auto;background:var(--blue);color:white;font-style:normal;font-size:23px}.rental-card{display:grid;grid-template-columns:112px 1fr auto;gap:16px;align-items:center}.rental-card .cover{width:112px;height:112px;background:#f8fbff;border-radius:18px;object-fit:contain}.bottom-safe{padding-bottom:env(safe-area-inset-bottom)}
/* Admin */
.admin-body{background:#f4f7fc}.admin-login{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 10% 10%,rgba(7,91,216,.12),transparent 28%),linear-gradient(135deg,#f5f9ff,#fff)}.login-card{width:min(100%,440px);background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:30px;text-align:center}.login-card .logo{width:260px;margin:0 auto 16px;display:block}.admin-layout{min-height:100vh;display:grid;grid-template-columns:288px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#08142d;color:#dbe9ff;padding:18px;display:flex;flex-direction:column;z-index:100}.side-logo{background:#fff;border-radius:22px;padding:12px;margin-bottom:18px}.side-logo img{width:100%;display:block}.nav{display:grid;gap:6px;overflow:auto;padding-right:2px}.nav button{border:none;background:transparent;color:#c9d9f2;padding:13px 14px;border-radius:16px;text-align:left;font-weight:850;display:flex;gap:10px;align-items:center}.nav button.active,.nav button:hover{background:#112c61;color:#fff}.side-footer{margin-top:auto;padding-top:14px}.admin-main{padding:22px;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.admin-top h1{margin:0;font-size:30px;letter-spacing:-.7px}.admin-actions{display:flex;gap:10px;align-items:center}.bell{position:relative}.bell .count{position:absolute;right:-5px;top:-5px;background:#ef2e2e;color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:11px;display:grid;place-items:center;font-weight:950}.admin-mobile-menu{display:none}.admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.admin-stat{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow2);padding:18px;position:relative;overflow:hidden}.admin-stat:after{content:"";position:absolute;right:-24px;top:-24px;width:90px;height:90px;border-radius:50%;background:rgba(7,91,216,.08)}.admin-stat span{color:var(--muted);font-weight:850}.admin-stat b{display:block;font-size:28px;margin-top:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow2);padding:18px;margin-bottom:18px;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-head h2{margin:0;font-size:23px}.toolbar{display:flex;gap:10px;flex-wrap:wrap}.toolbar input,.toolbar select{border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff;font-weight:750;outline:none}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:separate;border-spacing:0 8px}.data-table th{text-align:left;padding:10px;color:#51607a;font-size:13px;cursor:pointer;white-space:nowrap}.data-table td{background:#f9fbff;padding:13px;border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;vertical-align:middle}.data-table td:first-child{border-left:1px solid #edf1f7;border-radius:14px 0 0 14px}.data-table td:last-child{border-right:1px solid #edf1f7;border-radius:0 14px 14px 0}.row-actions{display:flex;gap:7px;justify-content:flex-end;flex-wrap:wrap}.pagination{display:flex;gap:6px;justify-content:flex-end;margin-top:12px}.pagination button{border:none;border-radius:11px;padding:8px 12px;background:#eef5ff;color:#075bd8;font-weight:900}.pagination button.active{background:var(--blue);color:#fff}.drawer{position:fixed;right:18px;top:78px;width:min(420px,calc(100vw - 36px));background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 25px 80px rgba(7,22,46,.22);z-index:500;padding:16px;display:none;max-height:70vh;overflow:auto}.drawer.show{display:block;animation:slideUp .2s}.notification-item{border:1px solid var(--line);border-radius:18px;padding:13px;margin-bottom:10px;background:#fbfdff}.notification-item.unread{background:#edf6ff;border-color:#b9d8ff}.notification-item h4{margin:0 0 5px}.notification-item p{margin:0;color:#526075;font-weight:700}.modal-backdrop{position:fixed;inset:0;background:rgba(6,15,32,.52);z-index:1000;display:grid;place-items:center;padding:18px}.modal{width:min(100%,790px);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:22px;box-shadow:0 30px 90px rgba(0,0,0,.3);animation:pop .2s ease}.modal.wide{width:min(100%,1050px)}@keyframes pop{from{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.modal-head h3{margin:0}.close{border:none;background:#f2f5fb;border-radius:50%;width:42px;height:42px;font-weight:900}.upload-box{border:1.5px dashed #b9cbe4;background:#f8fbff;border-radius:18px;padding:16px;text-align:center;display:grid;gap:10px;place-items:center;position:relative}.upload-box input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-preview{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;width:100%}.upload-preview img,.upload-preview video{width:80px;height:64px;object-fit:contain;border-radius:12px;background:#f4f7fb}.progressbar{height:8px;background:#eaf0f8;border-radius:999px;overflow:hidden;width:100%}.progressbar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--green));transition:.2s}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.day{min-height:122px;border:1px solid var(--line);border-radius:16px;background:#fbfdff;padding:9px}.day b{display:block;color:#657188;margin-bottom:7px}.event-chip{display:block;background:#eaf3ff;color:#075bd8;padding:7px;border-radius:10px;margin-top:5px;font-size:12px;font-weight:850}.media-thumb{width:64px;height:54px;object-fit:contain;border-radius:12px;background:#f2f7ff}.hidden{display:none!important}
@media(max-width:1050px){.hero-market{grid-template-columns:1fr;min-height:0}.hero-copy{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.cta-row,.trust-row{justify-content:center}.trust-row{margin-left:auto;margin-right:auto}.visual-card{max-width:680px;margin:auto}.catalog-layout{grid-template-columns:1fr}.filter-card{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.sidebar{position:fixed;left:-310px;width:288px;transition:.25s}.sidebar.open{left:0}.admin-mobile-menu{display:inline-grid}.admin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body.site-body{background:#fff}.site-header{display:none}.mobile-top{display:flex;position:sticky;top:0;z-index:55;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;padding:10px 16px}.mobile-top img{height:58px}.market-shell{background:#fff}.market-container{padding:14px 16px 96px}.hero-market{display:block;padding:8px 0}.hero-copy h1{font-size:36px;letter-spacing:-1.2px}.hero-copy p{font-size:16px}.trust-row{grid-template-columns:1fr}.visual-card{border-radius:28px}.visual-logo img{height:92px}.toy-showcase{grid-template-columns:1fr 1fr}.toy-main,.toy-side{min-height:150px;border-radius:20px}.toy-main img,.toy-side img{height:130px}.floating-card{display:none}.section-head{display:block}.section-head h2{font-size:27px}.filter-card{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{border-radius:22px;padding:12px}.product-media{height:130px}.product-media img,.product-media video{height:118px}.product-card h3{font-size:16px}.product-card p{font-size:13px}.product-foot{display:block}.product-foot .btn{margin-top:10px;width:100%;padding:12px}.sticky-cart{display:none!important}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:70;padding:8px 4px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -10px 28px rgba(15,40,80,.08)}.mobile-bottom a{text-align:center;color:#56637a;font-weight:850;font-size:12px}.mobile-bottom a b{display:block;font-size:23px}.mobile-bottom a.active{color:var(--blue)}.app-shell{padding:12px 16px 94px}.app-toolbar{position:sticky;top:0;background:rgba(247,251,255,.92);backdrop-filter:blur(16px);z-index:40;margin:0 -16px 14px;padding:10px 16px;border-bottom:1px solid var(--line)}.app-toolbar .mini-logo{height:60px}.page-title h1{font-size:29px}.progress{gap:2px}.step-dot{font-size:11px}.step-dot b{width:38px;height:38px}.form-grid,.form-grid.three,.pay-options{grid-template-columns:1fr}.event-types{grid-template-columns:repeat(2,1fr)}.toy-grid{grid-template-columns:repeat(2,1fr);gap:12px}.summary-bar{position:fixed;left:10px;right:10px;bottom:10px;margin:0;padding:10px calc(10px + env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) calc(10px + env(safe-area-inset-left));border-radius:22px}.summary-bar .cart{width:48px;height:48px}.stats-grid{grid-template-columns:repeat(2,1fr)}.rental-card{grid-template-columns:78px 1fr}.rental-card .cover{width:78px;height:78px}.rental-card .total-side{grid-column:2;text-align:left!important}.card{padding:17px;border-radius:22px}.card-title h3{font-size:19px}.admin-main{padding:14px}.admin-grid{grid-template-columns:1fr}.admin-top h1{font-size:23px}.admin-top{align-items:flex-start}.admin-actions{flex-wrap:wrap;justify-content:flex-end}.panel{padding:13px;border-radius:20px}.data-table{font-size:13px}.modal{border-radius:22px;padding:16px}.calendar{grid-template-columns:1fr}.day{min-height:auto}.toolbar{width:100%}.toolbar input,.toolbar select,.toolbar button{flex:1;min-width:130px}.desktop-nav{display:none}}
@media(max-width:430px){.product-grid,.toy-grid{grid-template-columns:1fr 1fr}.product-card p{display:none}.qty{width:100%;justify-content:center}.btn{padding:14px 16px}.mini-logo{max-width:180px}.page-title h1{font-size:27px}.stats-grid{grid-template-columns:1fr}.admin-actions .mini-btn:not(.bell){display:none}.visual-logo img{height:82px}.hero-copy .eyebrow{font-size:13px}.copy-pix{font-size:10px}}

/* ===== Refinamento visual v3: marketplace clean + PWA mobile fluido ===== */
:root{
  --blue:#095fd8;
  --blue2:#1478ff;
  --ink:#111f3d;
  --muted:#66758f;
  --soft:#f6f9fd;
  --line:#e5edf7;
  --shadow:0 20px 52px rgba(10,42,92,.10);
  --shadow2:0 8px 26px rgba(10,42,92,.075);
  --font:Inter,"Segoe UI",Roboto,Arial,sans-serif;
}
html,body{font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;letter-spacing:-.01em;background:#f7faff;color:var(--ink)}
.svg-icon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;stroke-width:2;flex:0 0 auto}.btn .svg-icon,.mini-btn .svg-icon,.icon-btn .svg-icon{width:20px;height:20px}.icon-btn{font-size:0;color:var(--blue)}
.btn{font-weight:750;border-radius:16px;letter-spacing:-.01em;box-shadow:0 12px 28px rgba(9,95,216,.18)}.btn:hover{transform:translateY(-1px)}.mini-btn{font-weight:720;border-radius:13px}.card{border-color:#e5edf7;box-shadow:var(--shadow2)}.card-title h3{font-weight:760;letter-spacing:-.02em;align-items:center;color:#152642}.card-title h3 .svg-icon{color:var(--blue)}
.site-header .inner{padding-top:10px;padding-bottom:10px}.brand img{height:64px}.desktop-nav a{font-weight:720;color:#33425d}.header-actions .btn{padding:13px 20px}.market-container{max-width:1180px}.hero-copy .eyebrow{font-weight:760;color:#095fd8;gap:8px}.hero-copy h1{font-weight:820;letter-spacing:-2.4px;color:#102044}.hero-copy p{font-weight:520;color:#455672}.trust-item{font-weight:680}.trust-item b{font-size:0}.trust-item b .svg-icon{width:22px;height:22px}.floating-card{display:flex;align-items:center;gap:8px;font-weight:720}.section-head h2{font-weight:780;letter-spacing:-.05em}.section-head p{font-weight:540;color:#5d6b82}.visual-card,.product-card,.card,.sticky-cart{border-color:#e6edf7}.visual-card:before{opacity:.78}.product-card{border-radius:24px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.product-card:hover{transform:translateY(-3px)}.product-card.is-selected{border-color:#9bc4ff;box-shadow:0 14px 34px rgba(9,95,216,.14);background:linear-gradient(180deg,#fff,#fbfdff)}.product-card.just-added{animation:cardAdded .42s ease}.product-media{background:linear-gradient(180deg,#f8fbff,#ffffff);border:1px solid #eef3fa}.product-media img,.product-media video{transition:transform .2s ease;filter:drop-shadow(0 14px 12px rgba(16,32,68,.08))}.product-card:hover .product-media img{transform:scale(1.025)}.product-card h3{font-weight:760;color:#172640;letter-spacing:-.02em}.product-card p{font-weight:520;color:#66758f}.product-foot small{font-weight:650!important;color:#7a879b!important}.money{font-weight:780;color:#095fd8}.qty{gap:7px;border-color:#e3ecf7;background:#fff;box-shadow:0 4px 12px rgba(16,35,70,.04)}.qty button{display:grid;place-items:center;background:#f4f8ff;color:#095fd8;transition:transform .14s ease,background .14s ease}.qty button:hover{background:#eaf3ff;transform:scale(1.06)}.qty button.tap-pop{animation:tapPop .26s ease}.qty b{font-weight:760;color:#172640}.search-control{position:relative;flex:1}.search-control .svg-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#8a98ad;width:20px;height:20px}.search-control .search-input{width:100%;padding-left:48px}.search-row{align-items:center}.filter-list button,.cat-pill{display:flex;align-items:center;gap:8px;font-weight:680}.filter-list button .svg-icon,.cat-pill .svg-icon{width:18px;height:18px;color:currentColor}.cat-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;color:#50607a}.cat-pill.active{background:#eaf3ff;border-color:#9bc4ff;color:#095fd8}.event-type{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:710!important;color:#2f3f59}.event-type .svg-icon{width:25px;height:25px;color:#64748b}.event-type.active .svg-icon{color:#095fd8}.label-strong{font-weight:760;color:#1b2b45}.page-title h1{font-weight:800;letter-spacing:-.045em;color:#0e3f91}.page-title p{font-weight:500;color:#53627a}.app-toolbar{box-shadow:0 6px 18px rgba(15,40,80,.04)}.app-toolbar .mini-logo{object-fit:contain}.step-dot{font-weight:650}.step-dot b{font-weight:760}.step-dot.done b .svg-icon{width:18px;height:18px}.field label{font-weight:680;color:#1d2c45}.field input,.field textarea,.field select,.search-input{font-weight:520;border-color:#dce6f3;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field textarea:focus,.field select:focus,.search-input:focus{border-color:#9bc4ff;box-shadow:0 0 0 4px rgba(9,95,216,.09)}.notice{border:1px solid #dcecff;background:#f4f9ff}.notice .ico{font-size:0;color:#095fd8}.notice .ico .svg-icon{width:26px;height:26px}.summary-bar{box-shadow:0 18px 50px rgba(10,42,92,.16);border-color:#dce8f8}.summary-bar .cart{font-size:0}.summary-bar .cart .svg-icon{width:25px;height:25px}.summary-bar .badge{font-size:12px}.pay-option{display:flex;flex-direction:column;gap:5px;align-items:flex-start;text-align:left;font-weight:650}.pay-option .svg-icon{width:23px;height:23px;color:#095fd8}.pay-option b{font-weight:760}.pay-option small{font-weight:500;color:#6a778d}.client-header h1{font-weight:800;letter-spacing:-.04em}.client-header p{font-weight:500;color:var(--muted)}.stat{font-weight:620}.stat i{font-size:0}.stat i .svg-icon{width:26px;height:26px}.rental-card h3,.summary-list h4{font-weight:750}.line.just-added{animation:cardAdded .42s ease}.toast{font-weight:650;border-radius:14px}.mobile-bottom a b{height:25px;display:grid;place-items:center}.mobile-bottom a b .svg-icon{width:23px;height:23px}
/* Admin v3 */
.sidebar{background:#0b1830}.nav button{font-weight:680}.nav button span{display:grid;place-items:center;width:22px;height:22px;color:currentColor}.nav button span .svg-icon{width:19px;height:19px}.admin-top h1{font-weight:780;letter-spacing:-.04em}.admin-top small{font-weight:500!important}.bell .svg-icon{width:22px;height:22px}.notification-item h4{display:flex;align-items:center;gap:8px;font-weight:750}.notification-item h4 .svg-icon{width:18px;height:18px;color:#095fd8}.admin-stat span{font-weight:620}.admin-stat b{font-weight:780}.panel-head h2{font-weight:760;letter-spacing:-.03em}.data-table th{font-weight:700}.data-table td{font-weight:520}.upload-box{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.upload-box:hover{border-color:#9bc4ff;box-shadow:0 10px 26px rgba(9,95,216,.08);background:#fbfdff}
@keyframes tapPop{0%{transform:scale(1)}45%{transform:scale(1.18)}100%{transform:scale(1)}}@keyframes cardAdded{0%{box-shadow:0 0 0 rgba(9,95,216,0)}45%{box-shadow:0 0 0 5px rgba(9,95,216,.10)}100%{box-shadow:var(--shadow2)}}
@media(max-width:760px){
  body{background:#fff}.mobile-top{height:76px}.mobile-top .icon-btn{width:42px;height:42px}.mobile-top img{max-width:172px;height:56px}.hero-copy{text-align:left}.hero-copy h1{font-size:34px;line-height:1.04;letter-spacing:-1.4px}.hero-copy p{font-size:15.5px}.cta-row .btn{flex:1}.trust-row{gap:10px}.trust-item{padding:13px;border-radius:18px}.hero-visual{margin-top:20px}.visual-card{padding:16px}.toy-showcase{gap:10px}.product-grid,.toy-grid{gap:10px}.product-card{padding:10px;border-radius:19px}.product-card h3{font-size:15px;line-height:1.18}.product-card p{font-size:12px}.product-media{height:124px;border-radius:17px}.product-media img,.product-media video{height:112px}.product-foot{display:flex;align-items:flex-end}.product-foot .money{font-size:14px}.qty{padding:4px}.qty button{width:28px;height:28px}.app-page{background:#f8fbff}.app-page>.mobile-top{display:none!important}.app-shell{padding-top:0}.app-toolbar{top:0;background:rgba(248,251,255,.96)}.app-toolbar .mini-logo{height:56px}.page-title{margin-top:10px}.progress{margin-top:16px}.event-types{gap:10px}.event-type{min-height:86px}.search-row{gap:9px}.search-control .search-input{height:48px}.summary-bar{left:12px;right:12px;bottom:12px}.summary-bar .btn{min-width:128px}.mobile-bottom{border-radius:20px 20px 0 0}.mobile-bottom a{font-weight:650}.mobile-bottom a b{font-size:0}.stats-grid{gap:10px}.stat{border-radius:18px}.rental-card{gap:10px}.card{border-radius:20px}.admin-top{position:sticky;top:0;z-index:80;background:rgba(247,250,255,.96);backdrop-filter:blur(14px);padding:10px 0}.admin-actions{gap:8px}.drawer{top:70px}.side-logo img{max-height:98px;object-fit:contain}.form-grid .field[style*="grid-column"]{grid-column:auto!important}}
@media(max-width:430px){.hero-copy h1{font-size:31px}.section-head h2{font-size:25px}.product-grid,.toy-grid{grid-template-columns:1fr 1fr}.product-card p{display:none}.product-foot{display:block}.qty{margin-top:8px}.summary-bar{align-items:center}.summary-bar small{font-size:12px}.summary-bar .btn{padding:13px 14px}.page-title h1{font-size:26px}.visual-logo img{height:78px}}

/* ===== UX polish v3.1: foco, scroll, densidade e mobile sem sobreposição ===== */
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(9,95,216,.25);outline-offset:3px}
button,a{-webkit-tap-highlight-color:transparent}
.btn,.mini-btn,.icon-btn,.event-type,.cat-pill,.pay-option,.filter-list button{min-height:44px}
.btn{white-space:nowrap}
.icon-btn{flex:0 0 auto}
.site-header{box-shadow:0 8px 24px rgba(16,35,70,.035)}
.desktop-nav a,.mobile-bottom a,.nav button{transition:background .16s ease,color .16s ease,transform .16s ease}
.desktop-nav a:hover,.mobile-bottom a:hover,.nav button:hover{transform:translateY(-1px)}
.hero-copy h1,.section-head h2,.page-title h1,.admin-top h1{letter-spacing:-.04em}
.hero-market{gap:clamp(22px,4vw,46px)}
.hero-copy p,.page-title p{max-width:680px}
.visual-card{position:relative}
.section-head .btn{flex:0 0 auto}
.product-grid,.toy-grid{align-items:stretch}
.product-card{gap:0;will-change:transform}
.product-media{aspect-ratio:1.08/1;height:auto;min-height:190px}
.product-card p{min-height:2.9em}
.product-foot{min-height:52px}
.category-row{scroll-padding-inline:16px}
.category-row.filter-focus{animation:filterFocus .9s ease}
.summary-bar>*{min-width:0}
.summary-bar b,.summary-bar small{overflow-wrap:anywhere}
.notice{line-height:1.45}
.pay-option{position:relative}
.pay-option.active:after{content:"";position:absolute;right:14px;top:14px;width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(9,95,216,.12)}
.data-table th,.data-table td{white-space:nowrap}
.table-wrap{scrollbar-width:thin;scrollbar-color:#bfd2ec transparent}
.sidebar-scrim{display:none}
.modal-backdrop{overscroll-behavior:contain}
.modal{max-height:calc(100dvh - 36px)}
@keyframes filterFocus{0%,100%{filter:none}35%{filter:drop-shadow(0 10px 18px rgba(9,95,216,.16))}}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}
@media(max-width:1050px){
  .sidebar-scrim.show{display:block;position:fixed;inset:0;background:rgba(6,15,32,.38);border:0;z-index:90}
  .admin-main{min-height:100dvh}
}
@media(max-width:760px){
  html{scroll-padding-top:78px}
  .market-container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}
  .mobile-top{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}
  .hero-copy .eyebrow{max-width:100%;line-height:1.25}
  .hero-copy h1{margin-top:14px}
  .cta-row{display:grid;grid-template-columns:1fr;gap:10px}
  .cta-row .btn{width:100%}
  .section-head{margin:26px 0 16px}
  .section-head .btn{width:100%;margin-top:14px}
  .search-row{grid-template-columns:minmax(0,1fr) auto}
  .search-row>.btn{padding-inline:14px}
  .product-media{min-height:122px}
  .product-card{overflow:hidden}
  .product-card p{min-height:0}
  .category-row{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
  .summary-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}
  .app-page .summary-bar{bottom:calc(78px + env(safe-area-inset-bottom));z-index:85}
  .app-page .app-shell{padding-bottom:210px}
  .summary-bar .btn{padding-inline:16px}
  .line{gap:10px}
  .line img,.summary-list img{width:56px;height:56px}
  .pay-options{gap:9px}
  .pay-option{padding:14px 44px 14px 14px}
  .client-header{align-items:flex-start;gap:12px}
  .admin-top{margin:-14px -14px 16px;padding:12px 14px}
  .admin-top h1{font-size:22px;line-height:1.1}
  .admin-top small{display:none}
  .drawer{right:10px;width:calc(100vw - 20px);max-height:72dvh}
  .panel-head{align-items:flex-start;flex-direction:column}
  .panel-head .toolbar{width:100%}
  .modal-backdrop{align-items:end;padding:10px}
  .modal{border-radius:22px 22px 18px 18px;max-height:calc(100dvh - 20px);width:100%}
}
@media(max-width:430px){
  .product-grid,.toy-grid{gap:9px}
  .product-card h3{font-size:14px}
  .product-foot{min-height:0}
  .summary-bar{grid-template-columns:auto minmax(0,1fr)}
  .summary-bar .btn{grid-column:1/-1;width:100%}
  .mobile-bottom a{font-size:11px}
  .mobile-bottom a b .svg-icon{width:21px;height:21px}
  .form-grid{gap:12px}
  .toast{width:calc(100vw - 28px);text-align:center}
}

/* ===== Mobile overflow fix v3.1.1 ===== */
html,body,.app-root,.market-shell,.app-page{width:100%;max-width:100%;overflow-x:hidden}
.market-container,.app-shell,.catalog-layout,.catalog-layout>section,.search-row,.search-control,.search-input,.product-grid,.toy-grid,.product-card{min-width:0;max-width:100%}
@media(max-width:760px){
  .market-shell,.mobile-top,.mobile-bottom{width:100%;max-width:100vw;overflow-x:hidden}
  .market-container{width:100%;max-width:100%;overflow:hidden;padding-left:16px;padding-right:16px}
  .market-shell .search-row{grid-template-columns:minmax(0,1fr)}
  .market-shell .search-row>.btn{display:none}
  .market-shell .category-row{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;overflow-x:auto;overscroll-behavior-x:contain}
  .market-shell .product-grid{grid-template-columns:1fr}
  .market-shell .product-card{width:100%;max-width:100%;overflow:hidden}
  .market-shell .product-media{height:190px;min-height:0;aspect-ratio:auto}
  .market-shell .product-media img,.market-shell .product-media video{height:160px;max-width:100%;object-fit:contain}
}
@media(max-width:430px){
  .market-shell .product-grid{grid-template-columns:1fr}
  .market-shell .product-media{height:180px}
  .market-shell .product-media img,.market-shell .product-media video{height:150px}
  .cat-pill{max-width:calc(100vw - 32px)}
}

/* ===== Flow upgrades v3.2 ===== */
.login-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #bfe2cf;background:#effaf3;color:#15803d;border-radius:999px;padding:10px 12px;font-weight:800}
.login-chip .svg-icon{width:17px;height:17px}
.mobile-brand{display:grid;place-items:center;gap:2px;min-width:0}
.mobile-brand img{display:block}
.mobile-brand span{display:inline-flex;align-items:center;gap:4px;color:#15803d;font-size:11px;font-weight:800;line-height:1}
.mobile-brand span .svg-icon{width:13px;height:13px}
.mobile-cart-float{display:none}
.field{position:relative}
.field-error input,.field-error textarea,.field-error select,.field-error.search-control,.field-error{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.12)!important}
.field-hint{display:block;margin-top:7px;color:#c81e1e;font-weight:700;font-size:12px}
.shake{animation:shakeX .42s ease}
@keyframes shakeX{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}55%{transform:translateX(4px)}80%{transform:translateX(-2px)}}
.date-strip{display:flex;gap:8px;overflow-x:auto;padding:16px 2px 4px;scrollbar-width:none}
.date-strip::-webkit-scrollbar{display:none}
.date-choice{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:82px;padding:10px 12px;display:grid;gap:3px;text-align:left;color:#344054}
.date-choice b{font-size:13px;text-transform:capitalize}
.date-choice small{color:#667085;font-weight:700}
.date-choice.active{border-color:#8ab8ff;background:#eef6ff;color:var(--blue);box-shadow:0 8px 18px rgba(9,95,216,.12)}
.availability-panel{margin-top:12px}
.availability-ok,.availability-loading{border:1px solid #dcecff;background:#f4f9ff;color:#16407d;border-radius:16px;padding:12px;font-weight:750;display:flex;align-items:center;gap:8px}
.availability-ok .svg-icon{color:#15803d}
.availability-alert{border:1px solid #fecaca;background:#fff6f6;color:#7f1d1d;border-radius:18px;padding:14px;display:flex;gap:10px;align-items:flex-start}
.availability-alert>.svg-icon{color:#dc2626;flex:0 0 auto;margin-top:2px}
.availability-alert b{display:block;margin-bottom:4px}
.availability-alert p{margin:4px 0;color:#991b1b;font-weight:700}
.link-btn{border:0;background:transparent;color:var(--blue);font-weight:850;padding:0;text-decoration:underline}
.product-card.is-unavailable{opacity:.72;background:#fbfcff}
.unavailable-badge{position:absolute;right:10px;top:10px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:850}
.qty button:disabled{opacity:.45;cursor:not-allowed;transform:none}
.app-loader{min-height:100vh;display:grid;place-items:center;align-content:center;gap:14px;background:linear-gradient(180deg,#fff,#f6f9ff);color:#102044;font-weight:850}
.loader-mark{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--blue),#19b957);box-shadow:0 16px 34px rgba(9,95,216,.18);animation:loaderPulse 1.15s ease-in-out infinite}
.loader-mark .svg-icon{width:27px;height:27px}
.app-loader span{width:150px;height:6px;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#095fd8,#dbeafe);background-size:220% 100%;animation:loaderBar 1.2s linear infinite}
@keyframes loaderPulse{50%{transform:translateY(-4px) scale(1.04)}}
@keyframes loaderBar{to{background-position:-220% 0}}
@media(max-width:760px){
  .mobile-cart-float{position:fixed;left:14px;right:14px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:86;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border:1px solid #dce8f8;border-radius:22px;box-shadow:0 18px 48px rgba(15,40,80,.16);padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;animation:slideUp .24s ease}
  .mobile-cart-float div{min-width:0;display:grid;gap:1px}
  .mobile-cart-float b{font-size:13px;color:#344054}
  .mobile-cart-float span{font-size:18px;color:var(--blue);font-weight:850}
  .mobile-cart-float .btn{padding:12px 16px;border-radius:16px}
  .mobile-brand img{height:44px;max-width:154px;object-fit:contain}
  .date-strip{margin-left:-2px;margin-right:-2px}
  .availability-alert{font-size:13px}
  .app-page .summary-bar{bottom:calc(78px + env(safe-area-inset-bottom))}
}

/* ===== Desktop storefront premium v3.4 ===== */
@media(min-width:761px){
  body.site-body{background:#f8fbff}
  .site-header{background:rgba(255,255,255,.9);border-bottom-color:rgba(213,224,240,.72);box-shadow:0 12px 32px rgba(20,39,74,.055)}
  .site-header .inner{max-width:1380px;padding:13px 28px;gap:26px}
  .brand img{height:66px}
  .desktop-nav{gap:4px;background:#f5f8fc;border:1px solid #e8eef7;border-radius:20px;padding:6px}
  .desktop-nav a{border-radius:15px;padding:12px 18px;color:#2d3c57;font-size:15px}
  .desktop-nav a:hover,.desktop-nav a.active{background:#fff;color:var(--blue);box-shadow:0 8px 20px rgba(24,47,86,.07);transform:none}
  .header-actions{gap:12px}
  .header-actions .btn{min-height:52px;padding:14px 24px;border-radius:17px}
  .header-actions .login-chip{min-height:52px;padding:12px 16px;background:#f4fbf7}

  .market-shell{background:linear-gradient(180deg,#fbfdff 0%,#f3f8ff 43%,#f9fbff 100%)}
  .market-container{max-width:1380px;padding:34px 28px 120px}
  .hero-market{grid-template-columns:minmax(470px,.92fr) minmax(540px,1fr);gap:clamp(34px,5vw,78px);min-height:min(690px,calc(100vh - 118px));padding:36px 0 58px}
  .hero-copy{align-self:center}
  .hero-copy .eyebrow{padding:10px 16px;background:#fff;border-color:#dce9fb;box-shadow:0 12px 28px rgba(19,47,92,.08);font-size:15px}
  .hero-copy h1{max-width:790px;font-size:clamp(54px,4.6vw,78px);line-height:.95;margin:22px 0 18px;letter-spacing:-.055em}
  .hero-copy p{max-width:705px;font-size:20px;line-height:1.58;color:#465873}
  .cta-row{gap:14px;margin-top:4px}
  .cta-row .btn{min-width:210px;min-height:58px;border-radius:18px}
  .trust-row{max-width:760px;gap:14px;margin-top:26px}
  .trust-item{min-height:78px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 14px 32px rgba(19,47,92,.075)}
  .trust-item b{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,var(--blue),#0a48b7)}

  .hero-visual{align-self:center}
  .visual-card{border-radius:34px;padding:26px;background:linear-gradient(145deg,#ffffff 0%,#f7fbff 56%,#fff8ef 100%);border-color:#dbe6f5;box-shadow:0 30px 80px rgba(18,43,88,.12)}
  .visual-card:before{inset:10px;border-radius:28px;background:linear-gradient(135deg,rgba(9,95,216,.08),rgba(255,139,34,.07))}
  .visual-logo img{height:118px}
  .toy-showcase{gap:18px;margin-top:12px}
  .toy-main,.toy-side{border-radius:26px;background:rgba(255,255,255,.68);border-color:#e4edf8;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
  .toy-main{min-height:250px;padding:18px}
  .toy-side{min-height:188px;padding:18px}
  .toy-main img,.toy-side img{filter:drop-shadow(0 20px 18px rgba(18,43,88,.12))}
  .toy-main img{height:230px}
  .toy-side img{height:165px}
  .floating-card{z-index:3;border-radius:18px;padding:13px 16px;background:rgba(255,255,255,.94);border-color:#dce7f4;box-shadow:0 18px 38px rgba(18,43,88,.11);font-size:15px}
  .floating-card.one{left:-4px;bottom:34px}
  .floating-card.two{right:-16px;top:20px}

  .section-head{align-items:center;margin:46px 0 20px}
  .section-head h2{font-size:36px;letter-spacing:-.045em}
  .section-head p{font-size:16px}
  .section-head .btn{min-height:54px;border-radius:18px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  .product-card{border-radius:24px;padding:16px;background:#fff;border-color:#dfe8f4;box-shadow:0 14px 34px rgba(22,45,84,.075)}
  .product-card:hover{border-color:#c8dcf6;box-shadow:0 24px 58px rgba(22,45,84,.12);transform:translateY(-4px)}
  .product-media{aspect-ratio:16/10;min-height:0;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);border-color:#e8eff8}
  .product-media img,.product-media video{height:min(230px,78%);max-height:230px;width:86%;object-fit:contain}
  .product-card h3{margin-top:16px;font-size:19px;line-height:1.2}
  .product-card p{font-size:14.5px;line-height:1.45;min-height:42px;margin-bottom:16px}
  .product-foot{min-height:58px;padding-top:13px;border-top:1px solid #eef3fa}
  .product-foot small{font-size:13px}
  .money{font-size:17px}
  .qty{padding:6px 7px}
  .qty button{width:31px;height:31px}

  .catalog-layout{grid-template-columns:280px minmax(0,1fr);gap:26px}
  .filter-card{top:116px;border-radius:24px}
  .filter-list{gap:10px}
  .filter-list button{border-radius:15px;padding:13px 14px}
  .search-row{gap:14px;margin-bottom:18px}
  .search-control .search-input,.search-input{min-height:54px;border-radius:18px}
  .sticky-cart{right:30px;bottom:30px;border-radius:22px;box-shadow:0 24px 70px rgba(18,43,88,.16)}
}

@media(min-width:1320px){
  .market-container{max-width:1480px}
  .site-header .inner{max-width:1480px}
  .product-grid{gap:24px}
}
