:root{--ink:#202124;--muted:#5f6368;--blue:#0b57d0;--line:#e8eaed}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:var(--font-geist-sans),Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{height:72px;display:grid;grid-template-columns:250px minmax(260px,720px) 250px;align-items:center;justify-content:space-between;gap:32px;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;font-size:22px;letter-spacing:-.5px}.brand b{color:var(--muted);font-weight:450}.brand-mark{width:30px;height:30px;display:grid;grid-template-columns:1fr 1fr;transform:rotate(45deg);gap:3px;padding:3px}.brand-mark i{display:block;border-radius:7px 3px;background:#4285f4}.brand-mark i:nth-child(2){background:#ea4335}.brand-mark i:nth-child(3){background:#34a853}.brand-mark i:nth-child(4){background:#fbbc05}.search{height:46px;border-radius:24px;background:#f1f3f4;display:flex;align-items:center;padding:0 18px;gap:14px;transition:.2s}.search:focus-within{background:#fff;box-shadow:0 1px 3px #3c40434d,0 4px 8px #3c404326}.search input{width:100%;border:0;outline:0;background:transparent;font-size:15px}.search-icon{width:17px;height:17px;border:2px solid #5f6368;border-radius:50%;display:inline-block;position:relative}.search-icon:after{content:"";width:7px;height:2px;background:#5f6368;position:absolute;right:-5px;bottom:-3px;transform:rotate(45deg)}.header-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center}.header-actions button{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;border-radius:50%;color:var(--muted);cursor:pointer}.header-actions button:hover{background:#f1f3f4}.header-actions .search-icon{display:none}.bag-icon{font-size:0!important}.avatar{background:#7356bf!important;color:#fff!important;font-weight:650}.category-nav{height:54px;justify-content:center;gap:36px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted);overflow:auto;padding:0 24px}.category-nav,.category-nav a{display:flex;align-items:center}.category-nav a{height:100%;white-space:nowrap;position:relative}.category-nav a.active,.category-nav a:hover{color:var(--blue)}.category-nav a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--blue);border-radius:3px 3px 0 0}.avatar{overflow:hidden}.account-avatar img,.avatar img{width:100%;height:100%;object-fit:cover}.auth-backdrop{position:fixed;inset:0;z-index:100;background:#20212466;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-dialog{width:min(430px,100%);position:relative;background:#fff;border-radius:28px;padding:38px;box-shadow:0 24px 80px #20212440}.auth-close{position:absolute;right:18px;top:18px!important;width:34px!important;height:34px!important;font-size:25px;color:var(--muted)!important}.auth-dialog h2{font-size:32px;letter-spacing:-1.2px;margin:0}.account-panel>p:not(.eyebrow),.auth-intro{color:var(--muted);line-height:1.5;margin:12px 0 26px}.auth-form{display:grid;gap:9px}.auth-form label{font-size:13px;font-weight:650;margin-top:6px}.auth-form input{height:48px;border:1px solid #dadce0;border-radius:12px;padding:0 14px;outline:none}.auth-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b57d014}.auth-message{font-size:13px;color:#b3261e;line-height:1.4;margin:5px 0}.auth-submit{width:100%!important;height:48px!important;border-radius:24px!important;background:var(--blue)!important;color:#fff!important;font-weight:650;margin-top:12px}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-submit.secondary{background:#f1f3f4!important;color:var(--blue)!important}.auth-switch{width:auto!important;height:auto!important;margin:20px auto 0;color:var(--blue)!important;font-size:13px;font-weight:650}.account-panel{text-align:center}.account-avatar{width:88px;height:88px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;background:#7356bf;color:#fff;font-size:32px;font-weight:650;overflow:hidden}.account-panel .eyebrow{margin-bottom:10px}.admin-account-link{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-radius:14px;background:#f1f6ff;color:var(--blue);font-weight:650;font-size:14px;margin:-8px 0 12px}.admin-shell{min-height:100vh;background:#f8fafd}.admin-topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);padding:0 36px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.admin-topbar>div{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:13px}.admin-topbar>div a{color:var(--blue);font-weight:650}.admin-layout{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 72px)}.admin-sidebar{padding:52px 28px;border-right:1px solid var(--line);background:#fff}.admin-sidebar h1{font-size:28px;margin:0 0 32px}.admin-sidebar nav{display:grid;gap:8px}.admin-sidebar nav a{padding:13px 15px;border-radius:12px;color:var(--muted);font-size:14px}.admin-sidebar nav a.active{background:#e8f0fe;color:var(--blue);font-weight:650}.admin-content{padding:58px clamp(28px,5vw,80px) 100px;max-width:1060px;width:100%}.admin-catalog h2,.admin-heading h2{font-size:40px;letter-spacing:-1.8px;margin:0}.admin-heading>div>p:last-child{color:var(--muted);margin:12px 0 32px}.product-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px}.form-section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid var(--line);display:grid;gap:17px}.form-section h3{margin:0;font-size:18px}.form-grid{display:grid;gap:18px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:1fr 150px 1fr}.product-form label{display:grid;gap:8px;font-size:13px;font-weight:650;color:#3c4043}.product-form input,.product-form select,.product-form textarea{width:100%;border:1px solid #dadce0;border-radius:11px;background:#fff;padding:12px 13px;outline:none;color:var(--ink)}.product-form input,.product-form select{height:46px}.product-form input:focus,.product-form select:focus,.product-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b57d012}.product-form input[type=color]{padding:5px;width:80px}.checkbox-label{display:flex!important;align-items:center;gap:10px!important;align-self:end;height:46px}.checkbox-label input{width:18px!important;height:18px!important}.form-message{padding:13px 15px;border-radius:10px;background:#fce8e6;color:#b3261e;font-size:14px}.form-message.success{background:#e6f4ea;color:#137333}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px}.form-actions a{color:var(--muted);font-size:14px}.form-actions button{border:0;border-radius:24px;background:var(--blue);color:#fff;height:48px;padding:0 25px;font-weight:650;cursor:pointer}.form-actions button:disabled{opacity:.65}.admin-catalog{margin-top:65px}.admin-product-list{display:grid;gap:10px;margin-top:24px}.admin-product-list article{display:grid;grid-template-columns:54px 1fr auto 80px;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px}.mini-product-art{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;color:var(--blue);font-size:23px}.admin-product-list h3{font-size:15px;margin:0 0 4px}.admin-product-list p{font-size:12px;color:var(--muted);margin:0}.admin-product-list strong{font-size:14px}.status-pill{text-align:center;border-radius:14px;padding:5px 8px;font-size:11px;font-weight:700;text-transform:capitalize;background:#f1f3f4;color:var(--muted)}.status-pill.active{background:#e6f4ea;color:#137333}.status-pill.archived{background:#fce8e6;color:#b3261e}.admin-state{min-height:calc(100vh - 72px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.admin-state h1{font-size:42px;margin:0}.admin-state>p:not(.eyebrow){color:var(--muted);max-width:430px;line-height:1.6}.admin-state .primary-button{margin-top:18px}.admin-lock{width:82px;height:82px;border-radius:50%;background:#e8f0fe;color:var(--blue);display:grid;place-items:center;font-size:35px;margin-bottom:24px}.admin-spinner{width:34px;height:34px;border:3px solid #d2e3fc;border-top:3px solid var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:800px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content{padding:38px 20px 80px}.form-grid.three,.form-grid.two{grid-template-columns:1fr}.admin-topbar{padding:0 20px}.admin-topbar>div span{display:none}.product-form{padding:24px 18px}.admin-product-list article{grid-template-columns:48px 1fr auto}.admin-product-list article>strong{display:none}.status-pill{grid-column:3}.admin-catalog h2,.admin-heading h2{font-size:34px}}.hero{min-height:620px;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:43% 57%;background:#eaf2ff;overflow:hidden}.hero-copy{padding:92px 5vw 80px max(6vw,60px);align-self:center;z-index:2}.eyebrow{color:var(--blue);font-weight:700;letter-spacing:1.5px;font-size:12px;margin:0 0 18px}.hero h1{font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-4px;font-weight:560;margin:0}.hero-text{max-width:490px;font-size:18px;line-height:1.6;color:var(--muted);margin:28px 0 34px}.primary-button{display:inline-flex;height:50px;align-items:center;padding:0 26px;background:var(--blue);color:#fff;border-radius:25px;font-weight:650;font-size:15px;transition:.2s}.primary-button:hover{background:#0842a0;box-shadow:0 4px 12px #0b57d044;transform:translateY(-1px)}.hero-art{min-height:620px;position:relative;background:radial-gradient(circle at 55% 45%,#fff 0 9%,transparent 10%),linear-gradient(135deg,#d5e6ff,#f7f1ff);overflow:hidden}.orb{position:absolute;border-radius:50%}.orb-one{width:330px;height:330px;background:#f9cf58;right:-90px;top:-80px}.orb-two{width:260px;height:260px;background:#87d3a1;left:2%;bottom:-80px}.case,.phone,.watch{position:absolute;box-shadow:0 28px 50px #2542683d}.phone{width:218px;height:420px;border-radius:34px;left:27%;top:70px;transform:rotate(10deg);border:7px solid #191b1f;background:linear-gradient(145deg,#669df6,#a8c7fa 52%,#e5c5f0);display:grid;place-items:center}.phone span{width:48px;height:48px;border-radius:50%;background:#ffffffcc;display:grid;place-items:center;color:#4285f4;font-size:26px;font-weight:700}.case{width:176px;height:126px;border-radius:58px 58px 48px 48px;right:8%;bottom:90px;background:#fff;display:flex;justify-content:center;align-items:center;gap:28px;transform:rotate(-8deg)}.case span{width:24px;height:48px;border-radius:18px;background:#b7c2d4;box-shadow:0 0 0 8px #eef1f5}.watch{width:145px;height:170px;border-radius:40px;left:8%;bottom:50px;background:#3c4043;display:grid;place-items:center;transform:rotate(-11deg)}.watch:after,.watch:before{content:"";position:absolute;left:35px;width:75px;height:80px;background:#d8bdf1;z-index:-1}.watch:before{top:-65px;border-radius:18px}.watch:after{bottom:-65px;border-radius:18px}.watch span{color:#fff;font-size:21px;font-weight:600}.section{max-width:1240px;margin:0 auto;padding:110px 32px}.centered{text-align:center}.categories h2,.products h2{font-size:clamp(35px,4vw,52px);line-height:1.1;letter-spacing:-2px;font-weight:550;margin:0}.categories h2{text-align:center}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:50px}.category-card{min-height:185px;border:1px solid var(--line);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;font-weight:600;transition:.2s}.category-card:hover{border-color:#a8c7fa;box-shadow:0 8px 24px #3c40431a;transform:translateY(-3px)}.category-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#f1f6ff;color:var(--blue);font-size:37px}.products{padding-top:80px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-heading a{color:var(--blue);font-weight:650;white-space:nowrap}.section-heading a span{margin-left:8px;font-size:20px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.2s}.product-card:hover{box-shadow:0 10px 30px #3c40431a;transform:translateY(-3px)}.product-visual{height:340px;display:grid;place-items:center}.product-visual span{width:145px;height:185px;background:currentColor;border-radius:32px;display:grid;place-items:center;color:#fff;font-size:54px;box-shadow:0 22px 40px #3c404333}.product-card:nth-child(2) .product-visual span{width:190px;height:125px;border-radius:65px}.product-card:nth-child(3) .product-visual span{width:150px;height:150px;border-radius:42px}.product-info{display:flex;justify-content:space-between;gap:16px;padding:24px}.product-info h3{font-size:20px;margin:0 0 7px}.product-info p{color:var(--muted);font-size:14px;margin:0}.product-info strong{font-size:14px;white-space:nowrap}.promise{margin-bottom:100px;padding:60px 32px;background:#f8f9fa;border-radius:32px;display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.promise>div{padding:10px 24px;border-right:1px solid #dadce0}.promise>div:last-child{border:0}.promise span{font-size:30px;color:var(--blue)}.promise h3{margin:16px 0 8px}.promise p{margin:0;font-size:14px}.promise p,footer{color:var(--muted)}footer{border-top:1px solid var(--line);padding:40px 5vw;display:flex;align-items:center;gap:30px;font-size:13px}.brand.small{font-size:17px;margin-right:auto}.brand.small .brand-mark{width:24px;height:24px}footer p{margin:0}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 24px}.search{display:none}.header-actions .search-icon{display:block}.category-nav{justify-content:flex-start}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 34px}.hero-art{min-height:500px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{display:none}}@media(max-width:600px){.site-header{height:64px}.brand{font-size:19px}.header-actions button{width:38px;height:38px}.category-nav{height:50px;gap:26px}.hero-copy{padding:58px 24px}.hero h1{font-size:49px;letter-spacing:-2.5px}.hero-text{font-size:16px}.hero-art{min-height:410px}.phone{width:160px;height:310px;left:32%;top:35px}.watch{width:110px;height:130px;left:4%;bottom:30px}.case{width:140px;height:100px;right:2%;bottom:45px}.section{padding:80px 20px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:145px}.category-grid .category-card:last-child{grid-column:span 2}.category-icon{width:62px;height:62px;font-size:28px}.section-heading{align-items:flex-start}.section-heading a{display:none}.product-grid{grid-template-columns:1fr}.product-card:last-child{display:block}.product-visual{height:290px}.promise{margin:0 16px 70px;padding:20px;grid-template-columns:1fr}.promise>div{border-right:0;border-bottom:1px solid #dadce0;padding:28px 10px}footer{align-items:flex-start;flex-wrap:wrap}.brand.small{width:100%}footer p{margin-right:auto}}.form-help{margin:6px 0 0;color:var(--muted);font-size:12px;font-weight:400;line-height:1.5}.discount-toggle{justify-self:start;align-self:auto}.product-form label>span:not(.form-help){color:var(--muted);font-weight:400}.product-visual{position:relative;overflow:hidden}.product-shot{width:100%;height:100%;object-fit:cover;display:block}.discount-badge{position:absolute;top:16px;right:16px;padding:7px 11px;border-radius:999px;background:#fff;color:#b3261e;font-size:12px;box-shadow:0 4px 16px #3c404326}.price-stack{display:grid;justify-items:end;gap:4px}.price-stack del{color:var(--muted);font-size:12px}.admin-product-list article>div:nth-child(2){min-width:0}.admin-product-list article>div:nth-child(2) p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card{display:block}.product-card article{height:100%;display:flex;flex-direction:column}.product-card .product-info{flex:1 1}.detail-page{min-height:100vh}.detail-header{grid-template-columns:1fr auto 1fr}.detail-back{color:var(--blue);font-size:14px;font-weight:650}.detail-breadcrumb{max-width:1320px;margin:0 auto;padding:26px 40px 18px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.detail-breadcrumb a:hover{color:var(--blue)}.detail-breadcrumb strong{color:var(--ink);font-weight:550}.detail-hero{max-width:1320px;margin:0 auto;padding:18px 40px 100px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:clamp(42px,7vw,100px);align-items:start}.detail-gallery{min-width:0}.detail-main-image{height:min(680px,62vw);min-height:500px;border-radius:30px;background:#f3f6fb;overflow:hidden;position:relative;display:grid;place-items:center;outline:none}.detail-main-image:focus-visible{box-shadow:0 0 0 4px #a8c7fa}.detail-main-image img{width:100%;height:100%;object-fit:contain}.detail-sale-badge{position:absolute;left:22px;top:22px;padding:10px 15px;border-radius:999px;background:#fff;color:#b3261e;font-size:13px;box-shadow:0 7px 24px #20212424}.gallery-arrow{position:absolute;top:50%;z-index:2;width:48px;height:48px;margin-top:-24px;border:0;border-radius:50%;background:#fffffff0;color:var(--ink);box-shadow:0 5px 20px #20212433;display:grid;place-items:center;font-size:38px;line-height:1;cursor:pointer;transition:transform .2s,background .2s}.gallery-arrow:hover{background:#fff;transform:scale(1.06)}.gallery-arrow:focus-visible{outline:3px solid #a8c7fa;outline-offset:2px}.gallery-arrow-previous{left:18px;padding:0 3px 3px 0}.gallery-arrow-next{right:18px;padding:0 0 3px 3px}.gallery-counter{position:absolute;right:20px;bottom:18px;padding:7px 11px;border-radius:999px;background:#202124b8;color:#fff;font-size:11px;font-weight:700}.detail-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.detail-thumbnails button{border:2px solid transparent;border-radius:18px;background:transparent;padding:0;overflow:hidden;cursor:pointer;opacity:.66;transition:opacity .2s,border-color .2s,transform .2s}.detail-thumbnails button:hover{opacity:1;transform:translateY(-2px)}.detail-thumbnails button.active{border-color:var(--blue);opacity:1}.detail-thumbnails button:focus-visible{outline:3px solid #a8c7fa;outline-offset:2px}.detail-thumbnails img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f3f6fb}.detail-placeholder{height:min(680px,62vw);min-height:500px;border-radius:30px;background:#eef4ff;display:grid;place-content:center;text-align:center;gap:16px}.detail-placeholder span{font-size:110px}.detail-placeholder p{color:var(--muted);font-size:14px}.detail-summary{position:sticky;top:110px;padding-top:38px}.detail-summary h1{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-3px;font-weight:570;margin:0}.detail-lead{font-size:19px;line-height:1.55;color:var(--muted);margin:22px 0}.detail-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:32px 0 20px}.detail-price strong{font-size:30px}.detail-price del{color:var(--muted);font-size:16px}.detail-price span{padding:5px 9px;border-radius:8px;background:#fce8e6;color:#b3261e;font-size:12px;font-weight:700}.stock-note{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;margin-bottom:24px}.stock-note i{width:9px;height:9px;border-radius:50%;background:#b3261e}.stock-note.available{color:#137333}.stock-note.available i{background:#34a853}.stock-note.unavailable{color:#b3261e}.detail-buy{width:100%;height:56px;border:0;border-radius:28px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.detail-buy:hover{background:#0842a0}.detail-buy:disabled{background:#dadce0;color:#80868b;cursor:not-allowed}.detail-fine-print{text-align:center;color:var(--muted);font-size:12px;margin:14px 0 28px}.detail-perks{border-top:1px solid var(--line)}.detail-perks>div{display:flex;gap:15px;align-items:center;padding:17px 4px;border-bottom:1px solid var(--line)}.detail-perks>div>span{width:36px;color:var(--blue);font-size:22px;text-align:center}.detail-perks p{display:grid;gap:3px;margin:0}.detail-perks strong{font-size:13px}.detail-perks small{color:var(--muted)}.detail-description{max-width:1040px;margin:0 auto;padding:120px 40px;text-align:center}.detail-description h2,.detail-screenshots h2{font-size:clamp(38px,5vw,64px);line-height:1.08;letter-spacing:-2.5px;font-weight:560;margin:0}.detail-description>p:last-child{max-width:760px;margin:28px auto 0;color:var(--muted);font-size:19px;line-height:1.75;white-space:pre-line}.detail-screenshots{max-width:1320px;margin:0 auto;padding:20px 40px 130px}.detail-screenshots>div:first-child{margin-bottom:36px}.detail-shot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.detail-shot-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;background:#f3f6fb}@media(max-width:900px){.detail-header{grid-template-columns:1fr auto}.detail-header .detail-back{display:none}.detail-hero{grid-template-columns:1fr;padding:12px 24px 80px}.detail-summary{position:static;padding-top:0}.detail-main-image,.detail-placeholder{height:70vw;min-height:420px}.detail-breadcrumb{padding:22px 24px 12px}.detail-description{padding:90px 28px}.detail-screenshots{padding:10px 24px 90px}}@media(max-width:600px){.detail-breadcrumb{overflow:hidden;white-space:nowrap}.detail-breadcrumb strong{overflow:hidden;text-overflow:ellipsis}.detail-hero{padding:8px 16px 70px;gap:34px}.detail-main-image,.detail-placeholder{height:92vw;min-height:340px;border-radius:22px}.detail-thumbnails{grid-template-columns:repeat(2,1fr);gap:10px}.detail-summary h1{font-size:44px;letter-spacing:-2px}.detail-lead{font-size:17px}.detail-description{padding:75px 20px}.detail-description>p:last-child{font-size:17px}.detail-screenshots{padding:0 16px 70px}.detail-shot-grid{grid-template-columns:1fr;gap:12px}.detail-shot-grid img{border-radius:20px}}.orders-account-link{background:#f8f9fa;color:var(--ink)}.orders-page{min-height:100vh;background:#f8fafd}.orders-shop-link{color:var(--blue);font-size:14px;font-weight:650}.orders-shell{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:84px 0 120px}.orders-heading{margin-bottom:42px}.orders-heading h1{font-size:clamp(48px,7vw,76px);line-height:1;letter-spacing:-3.5px;font-weight:560;margin:0}.orders-heading>p:last-child{color:var(--muted);font-size:17px;margin:20px 0 0}.orders-state{min-height:390px;border:1px solid var(--line);border-radius:28px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px}.orders-state-icon{width:78px;height:78px;border-radius:50%;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:31px;margin-bottom:22px}.orders-state-icon.error{background:#fce8e6;color:#b3261e}.orders-state h2{font-size:25px;margin:0}.orders-state p{max-width:500px;color:var(--muted);line-height:1.6;margin:13px 0 24px}.orders-state button{border:0;background:transparent;color:var(--blue);font-weight:700;cursor:pointer}.orders-spinner{width:40px;height:40px;border:3px solid #d2e3fc;border-top:3px solid var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:22px}.orders-list{display:grid;gap:22px}.order-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.order-card-header{display:grid;grid-template-columns:1.1fr .75fr 1fr auto;gap:28px;align-items:center;background:#f1f6ff;padding:20px 24px}.order-card-header>div:not(.order-statuses){display:grid;gap:5px}.order-card-header span{color:var(--muted);font-size:11px}.order-card-header strong{font-size:13px}.order-number strong{font-family:var(--font-geist-mono);font-weight:550}.order-statuses{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.order-pill{padding:7px 10px;border-radius:999px;background:#fff;color:var(--muted)!important;font-size:10px!important;font-weight:750}.order-pill.payment-paid,.order-pill.status-completed,.order-pill.status-paid,.order-pill.status-processing{background:#e6f4ea;color:#137333!important}.order-pill.payment-unpaid,.order-pill.status-canceled,.order-pill.status-refunded{background:#fce8e6;color:#b3261e!important}.order-items{padding:4px 24px}.order-item{display:grid;grid-template-columns:64px 1fr auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.order-item:last-child{border:0}.order-item-art{width:64px;height:64px;border-radius:15px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:24px}.order-item h2{font-size:16px;margin:0 0 6px}.order-item p{color:var(--muted);font-size:12px;margin:0}.order-item>strong{font-size:14px}.order-card-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:14px 24px}.order-breakdown{display:flex;gap:20px;color:var(--muted);font-size:11px}.invoice-download-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid #bfd1ee;border-radius:999px;background:#fff;color:var(--blue);font:inherit;font-size:12px;font-weight:720;cursor:pointer;white-space:nowrap;transition:background .16s,border-color .16s,transform .16s}.invoice-download-button:hover:not(:disabled){background:#eef4ff;border-color:#8ab4f8;transform:translateY(-1px)}.invoice-download-button:focus-visible{outline:3px solid #a8c7fa;outline-offset:2px}.invoice-download-button:disabled{cursor:wait;opacity:.64}.invoice-download-button span{font-size:17px;line-height:1}.invoice-error{margin:16px 0 0;padding:13px 16px;border-radius:12px;background:#fce8e6;color:#b3261e;font-size:13px}.checkout-result-actions{justify-content:center}@media(max-width:760px){.orders-shell{width:min(100% - 28px,1080px);padding:54px 0 80px}.orders-heading h1{font-size:50px;letter-spacing:-2.5px}.orders-shop-link{display:none}.order-card-header{grid-template-columns:1fr 1fr;gap:18px}.order-statuses{justify-content:flex-start}.order-items{padding:2px 16px}.order-item{grid-template-columns:54px 1fr auto;gap:13px}.order-item-art{width:54px;height:54px}.order-card-footer{align-items:stretch;flex-direction:column;padding:14px 16px}.order-breakdown{justify-content:flex-start;flex-wrap:wrap}.invoice-download-button{width:100%}.checkout-result-actions{flex-direction:column}}.bag-button,.bag-glyph{position:relative}.bag-glyph{width:19px;height:17px;border:2px solid;border-radius:3px 3px 5px 5px;display:block}.bag-glyph:before{content:"";position:absolute;left:50%;top:-8px;width:8px;height:7px;border:2px solid;border-bottom:0;border-radius:6px 6px 0 0;transform:translateX(-50%)}.bag-button>.bag-count{position:absolute;right:-2px;top:-3px;min-width:18px;height:18px;border-radius:10px;background:#ea4335;color:#fff;display:grid;place-items:center;padding:0 5px;font-size:10px;font-weight:750;border:2px solid #fff}.bag-backdrop{position:fixed;inset:0;z-index:120;background:#20212466;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bag-drawer{position:absolute;right:0;top:0;bottom:0;width:min(480px,100%);background:#fff;box-shadow:-20px 0 60px #20212429;display:flex;flex-direction:column;padding:30px}.bag-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--line)}.bag-heading .eyebrow{margin-bottom:8px}.bag-heading h2{font-size:34px;letter-spacing:-1.3px;margin:0}.bag-heading h2 span{color:var(--muted);font-size:16px;vertical-align:top}.bag-heading>button{width:40px;height:40px;border:0;border-radius:50%;background:#f1f3f4;color:var(--muted);font-size:25px;cursor:pointer}.bag-empty{margin:auto;text-align:center;max-width:300px}.bag-empty>span{width:74px;height:74px;border-radius:50%;background:#eef4ff;color:var(--blue);font-size:30px;display:grid;place-items:center;margin:0 auto 22px}.bag-empty-icon .bag-glyph{box-sizing:border-box}.bag-empty h3{font-size:22px;margin:0}.bag-empty p{color:var(--muted);font-size:14px;line-height:1.6}.bag-empty button{border:0;background:transparent;color:var(--blue);font-weight:650;cursor:pointer;margin-top:10px}.bag-items{overflow:auto;display:grid;align-content:start}.bag-item{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.bag-item-image{width:110px;height:110px;border-radius:17px;background:#f1f6ff;overflow:hidden;display:grid;place-items:center;color:var(--blue);font-size:32px}.bag-item-image img{width:100%;height:100%;object-fit:cover}.bag-item h3{font-size:15px;margin:2px 0 7px}.bag-item strong{font-size:14px}.quantity-control{display:inline-flex;align-items:center;border:1px solid #dadce0;border-radius:18px;height:34px;margin-top:14px}.quantity-control button{width:34px;height:32px;border:0;background:transparent;color:var(--blue);cursor:pointer}.quantity-control button:disabled{color:#bdc1c6}.quantity-control span{min-width:28px;text-align:center;font-size:12px;font-weight:700}.remove-item{border:0;background:transparent;color:var(--muted);font-size:11px;text-decoration:underline;cursor:pointer;margin-left:10px}.bag-summary{border-top:1px solid var(--line);padding-top:22px;margin-top:auto}.bag-summary>div{display:flex;justify-content:space-between;font-size:17px}.bag-summary>p{color:var(--muted);font-size:12px;line-height:1.5;margin:9px 0 16px}.bag-checkout{width:100%;height:52px;border:0;border-radius:26px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.bag-checkout:disabled{opacity:.65;cursor:wait}.stripe-note{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:10px}.bag-notice{margin:14px 0 0;padding:11px 13px;border-radius:10px;background:#f1f6ff;color:var(--blue);font-size:12px;line-height:1.4}.checkout-result{background:linear-gradient(145deg,#eef4ff,#fff 55%,#eef9f1);padding:36px 5vw;display:flex;flex-direction:column}.checkout-result>section{margin:auto;text-align:center;max-width:680px;padding:80px 0}.result-mark{width:86px;height:86px;background:#fef7e0;color:#b06000;font-size:36px;margin:0 auto 28px}.result-mark.paid{background:#e6f4ea;color:#137333}.checkout-result h1{font-size:clamp(45px,6vw,76px);line-height:1;letter-spacing:-3.5px;font-weight:560;margin:0}.checkout-result section>p:not(.eyebrow){max-width:570px;color:var(--muted);font-size:17px;line-height:1.7;margin:26px auto 32px}@media(max-width:600px){.bag-drawer{padding:24px 18px}.bag-item{grid-template-columns:88px 1fr}.bag-item-image{width:88px;height:88px}.checkout-result{padding:26px 20px}.checkout-result>section{padding:60px 0}.checkout-result h1{letter-spacing:-2.5px}}.store-footer{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:28px;align-items:center}.footer-brand-row{display:flex;align-items:center;gap:26px}.store-footer .brand.small{margin-right:0}.store-footer nav{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.store-footer nav a:hover{color:var(--blue)}.legal-page{min-height:100vh;background:#f8fafd}.legal-header{grid-template-columns:1fr auto}.legal-header>a:last-child{color:var(--blue);font-size:14px;font-weight:650}.legal-layout{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;gap:72px;padding:78px 0 120px}.legal-nav{position:sticky;top:110px;align-self:start}.legal-nav>p{text-transform:uppercase;letter-spacing:1.4px;font-size:11px;font-weight:750;color:var(--muted);margin:0 0 14px}.legal-nav nav{display:grid;gap:5px}.legal-nav a{padding:11px 13px;border-radius:10px;color:var(--muted);font-size:14px}.legal-nav a:hover{background:#fff;color:var(--blue)}.legal-nav a.active{background:#e8f0fe;color:var(--blue);font-weight:700}.legal-document{background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(30px,6vw,72px)}.legal-title{padding-bottom:38px;border-bottom:1px solid var(--line);margin-bottom:44px}.legal-title h1{font-size:clamp(44px,6vw,68px);line-height:1;letter-spacing:-3px;font-weight:560;margin:0}.legal-title>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.65;margin:22px 0}.legal-title small{color:var(--muted);font-size:12px}.legal-document section{margin-top:40px}.legal-document section h2{font-size:22px;letter-spacing:-.5px;margin:0 0 15px}.legal-document section li,.legal-document section p{color:#4a4d51;font-size:15px;line-height:1.75}.legal-document section p{margin:0 0 14px}.legal-document section ul{padding-left:21px;display:grid;gap:10px}.legal-document a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.legal-notice{padding:22px 24px;border:1px solid #f6c56f;border-radius:16px;background:#fef7e0;color:#7a4700}.legal-notice strong{font-size:13px;text-transform:uppercase;letter-spacing:1px}.legal-notice p{margin:8px 0 0;line-height:1.6;font-size:14px}.legal-sources{padding-top:34px;border-top:1px solid var(--line)}@media(max-width:900px){.store-footer{grid-template-columns:1fr;text-align:center}.footer-brand-row{justify-content:center}.store-footer>span{justify-self:center}.legal-layout{grid-template-columns:1fr;gap:24px}.legal-nav{position:static;overflow:auto}.legal-nav>p{display:none}.legal-nav nav{display:flex}.legal-nav a{white-space:nowrap;background:#fff}.legal-document{border-radius:22px}}@media(max-width:600px){.footer-brand-row{flex-direction:column;gap:14px}.store-footer nav{gap:12px 18px}.legal-layout{width:calc(100% - 28px);padding:36px 0 70px}.legal-document{padding:28px 20px}.legal-title h1{font-size:42px;letter-spacing:-2px}.legal-title>p:not(.eyebrow){font-size:16px}.legal-document section{margin-top:34px}}.search-form{position:relative;z-index:30}.search-form .search-icon{flex:0 0 auto}.search-loading{width:16px;height:16px;border:2px solid #d2e3fc;border-top:2px solid var(--blue);border-radius:50%;animation:spin .7s linear infinite;flex:0 0 auto}.search-suggestions{position:absolute;left:0;right:0;top:54px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px;box-shadow:0 18px 50px #2021242b}.search-suggestions>a:not(.search-all){display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:13px;align-items:center;padding:9px;border-radius:13px}.search-suggestions>a.active,.search-suggestions>a:hover{background:#f1f6ff}.suggestion-image{width:52px;height:52px;border-radius:11px;background:#eef4ff;display:grid;place-items:center;color:var(--blue);overflow:hidden}.suggestion-image img{width:100%;height:100%;object-fit:cover}.search-suggestions>a>span:nth-child(2){display:grid;gap:4px;min-width:0}.search-suggestions strong{font-size:13px}.search-suggestions small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-all,.search-suggestions>a>b{font-size:12px}.search-all{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:13px 11px 8px;margin-top:5px;color:var(--blue);font-weight:700}.search-no-suggestions{text-align:center;padding:25px 15px}.search-no-suggestions>span{font-size:27px;color:var(--blue)}.search-no-suggestions p{color:var(--muted);font-size:13px;margin:8px 0}.search-no-suggestions a{color:var(--blue);font-size:12px;font-weight:700}.mobile-search-link{display:none;width:42px;height:42px;place-items:center;border-radius:50%}.mobile-search-link:hover{background:#f1f3f4}.search-page{min-height:100vh;background:#f8fafd}.search-results-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:80px 0 120px}.search-results-heading{margin-bottom:40px}.search-results-heading h1{font-size:clamp(44px,6vw,68px);line-height:1.03;letter-spacing:-3px;font-weight:560;margin:0}.search-results-heading>p:last-child{color:var(--muted);font-size:16px;margin:18px 0 0}.search-product-grid .product-card:last-child{display:block}.search-empty{min-height:350px;border:1px solid var(--line);border-radius:26px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.search-empty>span{font-size:45px;color:var(--blue)}.search-empty h2{font-size:25px;margin:12px 0 0}.search-empty p{color:var(--muted);margin:10px 0 24px}.search-prompts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.search-prompts a{min-height:140px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;align-items:flex-end;justify-content:space-between;padding:22px;font-size:18px;font-weight:650}.search-prompts a span{color:var(--blue)}.search-prompts a:hover{border-color:#a8c7fa;box-shadow:0 8px 24px #3c40431a}@media(max-width:900px){.mobile-search-link{display:grid}.search-page .site-header{margin-bottom:68px}.search-page .site-header>.search{display:flex;position:absolute;left:14px;right:14px;top:80px}.search-page .search-suggestions{top:52px}.search-product-grid .product-card{display:block}}@media(max-width:600px){.search-results-shell{width:calc(100% - 28px);padding:50px 0 80px}.search-results-heading h1{font-size:42px;letter-spacing:-2px}.search-prompts{grid-template-columns:1fr 1fr}.search-prompts a{min-height:110px}.search-suggestions>a:not(.search-all){grid-template-columns:46px minmax(0,1fr) auto}.suggestion-image{width:46px;height:46px}}.category-page{min-height:100vh;background:#fff}.category-hero{min-height:390px;background:linear-gradient(135deg,#e8f0fe,#f5edff);display:flex;align-items:center;justify-content:space-between;gap:40px;padding:70px max(5vw,32px)}.category-hero>div{width:min(700px,75%)}.category-hero h1{font-size:clamp(58px,8vw,96px);line-height:.95;letter-spacing:-5px;font-weight:550;margin:0}.category-hero>div>p:last-child{max-width:600px;color:var(--muted);font-size:19px;line-height:1.65;margin:24px 0 0}.category-hero>span{width:170px;height:170px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:76px;box-shadow:0 18px 45px #3c404321;margin-right:5vw}.category-products{max-width:1240px;margin:0 auto;padding:90px 32px 120px}.category-products-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.category-products-heading h2{font-size:clamp(34px,4vw,48px);letter-spacing:-2px;font-weight:560;margin:0}.category-products-heading span{color:var(--muted);font-size:13px}.category-product-grid .product-card:last-child{display:block}.category-empty{min-height:350px;border:1px solid var(--line);border-radius:28px;background:#f8fafd;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.category-empty>span{font-size:46px;color:var(--blue)}.category-empty h2{font-size:25px;margin:14px 0 0}.category-empty p{max-width:480px;color:var(--muted);line-height:1.6;margin:11px 0 24px}@media(max-width:900px){.category-page .site-header>.search{display:none}.category-product-grid .product-card{display:block}.category-hero>span{width:120px;height:120px;font-size:52px;margin-right:0}}@media(max-width:600px){.category-hero{min-height:330px;padding:54px 22px}.category-hero>div{width:100%}.category-hero h1{font-size:56px;letter-spacing:-3px}.category-hero>div>p:last-child{font-size:16px}.category-hero>span{display:none}.category-products{padding:64px 16px 80px}.category-products-heading{align-items:flex-start}.category-products-heading h2{font-size:34px}.category-empty{min-height:320px;padding:28px}}.brand-logo{width:34px;height:34px;display:block;object-fit:contain;flex:0 0 auto}.brand.small .brand-logo{width:27px;height:27px}@media(max-width:600px){.brand-logo{width:31px;height:31px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.home-header{grid-template-columns:220px minmax(0,1fr) auto;gap:24px}.home-category-links{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(16px,2vw,32px);min-width:0;color:var(--muted);font-size:13px}.home-category-links a{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}.home-category-links a.active,.home-category-links a:hover{color:var(--blue)}.home-category-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--blue)}.expandable-search{width:42px;height:42px;padding:0;background:transparent;overflow:visible;transition:width .24s ease,background .2s,box-shadow .2s}.expandable-search.expanded{width:min(330px,28vw);padding-right:16px;background:#f1f3f4}.search-toggle{width:42px!important;height:42px!important;flex:0 0 42px;display:grid;place-items:center;border:0;background:transparent;border-radius:50%;padding:0;cursor:pointer}.search-toggle:hover{background:#e5e7ea!important}.search-toggle .search-icon{display:inline-block!important}.expandable-search input{width:0;min-width:0;opacity:0;pointer-events:none;transition:width .24s ease,opacity .14s}.expandable-search.expanded input{width:100%;opacity:1;pointer-events:auto}.expandable-search .search-loading{margin-right:0}.expandable-search .search-suggestions{left:auto;right:0;width:min(420px,calc(100vw - 28px))}@media(max-width:1180px){.home-header{height:120px;grid-template-columns:1fr auto;grid-template-rows:70px 50px;padding-top:0;padding-bottom:0}.home-header .brand{grid-column:1;grid-row:1}.home-header .header-actions{grid-column:2;grid-row:1}.home-category-links{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;gap:30px;border-top:1px solid var(--line);scrollbar-width:none}.home-category-links::-webkit-scrollbar{display:none}.home-category-links a.active:after{bottom:0}.expandable-search.expanded{width:min(360px,45vw)}}@media(max-width:600px){.home-header{height:112px;grid-template-rows:62px 50px;padding-inline:14px}.home-category-links{gap:26px;font-size:13px}.home-header .expandable-search.expanded{position:absolute;left:10px;right:10px;top:8px;width:auto;z-index:3;padding-right:14px;background:#f1f3f4;box-shadow:0 1px 3px #3c40434d}.home-header .expandable-search.expanded .search-suggestions{top:50px;width:100%;left:0;right:0}}.admin-orders{scroll-margin-top:96px;margin-bottom:76px}.admin-orders-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.admin-orders-heading h2{font-size:40px;letter-spacing:-1.8px;margin:0}.admin-orders-heading p:last-child{color:var(--muted);margin:12px 0 0}.admin-orders-heading>span{color:var(--muted);font-size:12px;white-space:nowrap}.admin-order-filters{display:grid;grid-template-columns:minmax(260px,1fr) 190px;gap:14px;margin-bottom:18px}.admin-order-filters label{display:grid;gap:7px}.admin-order-filters label>span{color:var(--muted);font-size:11px;font-weight:700}.admin-order-filters input,.admin-order-filters select,.admin-order-status select{height:44px;border:1px solid #dadce0;border-radius:12px;background:#fff;padding:0 13px;color:var(--ink);outline:none}.admin-order-filters input:focus,.admin-order-filters select:focus,.admin-order-status select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b57d012}.admin-order-message{padding:12px 14px;border-radius:11px;background:#fce8e6;color:#b3261e;font-size:13px}.admin-order-message.success{background:#e6f4ea;color:#137333}.admin-order-list{display:grid;gap:12px}.admin-order-card{display:grid;grid-template-columns:minmax(230px,1.15fr) minmax(180px,.9fr) auto;gap:24px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px}.admin-order-main{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.admin-order-main>div{display:grid;gap:5px;min-width:0}.admin-order-main span{color:var(--blue);font-family:var(--font-geist-mono);font-size:11px;font-weight:700}.admin-order-main strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-order-main small{color:var(--muted);font-size:10px}.admin-order-main>b{font-size:14px;white-space:nowrap}.admin-order-items{display:flex;flex-wrap:wrap;gap:5px 12px;color:var(--muted);font-size:11px}.admin-order-status{display:flex;align-items:center;justify-content:flex-end;gap:12px}.admin-order-status>.order-pill{text-transform:capitalize}.admin-order-status label{display:grid;gap:5px}.admin-order-status label>span{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.admin-order-status select{min-width:132px;height:38px;text-transform:capitalize;font-size:12px}.admin-order-status select:disabled{opacity:.62;cursor:wait}.admin-orders-empty{min-height:210px;border:1px dashed #cfd4dc;border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.admin-orders-empty>span{color:var(--blue);font-size:31px}.admin-orders-empty h3{margin:8px 0 0}.admin-orders-empty p{color:var(--muted);font-size:13px;margin:8px 0 0}@media(max-width:1050px){.admin-order-card{grid-template-columns:1fr auto}.admin-order-items{grid-column:1}.admin-order-status{grid-column:2;grid-row:1/3;align-items:flex-end;flex-direction:column}}@media(max-width:800px){.admin-orders-heading h2{font-size:34px}.admin-order-card,.admin-order-filters{grid-template-columns:1fr}.admin-order-items,.admin-order-main,.admin-order-status{grid-column:1;grid-row:auto}.admin-order-status{align-items:center;justify-content:space-between;flex-direction:row}.admin-order-status label{min-width:150px}.admin-order-status select{width:100%}}.creator-code-box{display:grid!important;gap:9px!important;padding:14px;border:1px solid #d7e3f8;border-radius:14px;background:#f8fbff}.creator-code-label{color:var(--ink)!important;font-size:12px!important;font-weight:700}.creator-code-entry{display:grid!important;grid-template-columns:1fr auto;gap:8px!important}.creator-code-entry input{min-width:0;height:40px;border:1px solid #c7d5ec;border-radius:10px;background:#fff;padding:0 11px;text-transform:uppercase;outline:none}.creator-code-entry input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b57d012}.creator-code-applied button,.creator-code-entry button{width:auto!important;height:40px!important;border:0!important;border-radius:10px!important;background:#e8f0fe!important;color:var(--blue)!important;padding:0 14px!important;font-weight:700!important;cursor:pointer}.creator-code-entry button:disabled{opacity:.6}.creator-code-box small{color:var(--muted);font-size:10px;line-height:1.45}.creator-code-applied{display:flex!important;align-items:center;justify-content:space-between;gap:12px!important}.creator-code-applied>div{display:grid!important;gap:3px!important}.creator-code-applied strong{color:var(--blue);font-size:13px}.creator-code-applied span{color:var(--muted)!important;font-size:10px!important}.admin-creators{scroll-margin-top:96px;margin-bottom:76px}.creator-code-form{display:grid;grid-template-columns:1fr 1.1fr .8fr auto;gap:12px;align-items:end;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;margin-bottom:18px}.creator-code-form label{display:grid;gap:7px;min-width:0}.creator-code-form label>span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.creator-code-form input,.creator-commission-log select{height:42px;border:1px solid #dadce0;border-radius:11px;background:#fff;padding:0 12px;outline:none;color:var(--ink)}.creator-code-form input:focus,.creator-commission-log select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b57d012}.creator-code-form>button{height:42px;border:0;border-radius:21px;background:var(--blue);color:#fff;padding:0 18px;font-weight:700;cursor:pointer;white-space:nowrap}.creator-code-form>button:disabled{opacity:.62}.creator-code-list{display:grid;gap:10px}.creator-code-card{display:grid;grid-template-columns:minmax(230px,1.3fr) minmax(120px,.6fr) minmax(120px,.6fr) auto;gap:20px;align-items:center;border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px 18px}.creator-code-identity{display:flex;align-items:center;gap:14px;min-width:0}.creator-code-identity>strong{min-width:78px;border-radius:10px;background:#e8f0fe;color:var(--blue);padding:10px;text-align:center;font-family:var(--font-geist-mono);font-size:12px}.creator-code-identity>div{min-width:0}.creator-code-identity h3{font-size:14px;margin:0 0 4px}.creator-code-identity p{color:var(--muted);font-size:11px;margin:0;overflow:hidden;text-overflow:ellipsis}.creator-balance{display:grid;gap:5px}.creator-balance span{color:var(--muted);font-size:9px;text-transform:uppercase;font-weight:700}.creator-balance strong{font-size:12px}.creator-status-button{border:0;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:750;text-transform:capitalize;cursor:pointer}.creator-status-button.active{background:#e6f4ea;color:#137333}.creator-status-button.inactive{background:#f1f3f4;color:var(--muted)}.creator-commission-log{margin-top:28px}.creator-commission-log h3{font-size:17px;margin:0 0 12px}.creator-commission-log article{display:grid;grid-template-columns:1fr auto 120px;gap:18px;align-items:center;border-top:1px solid var(--line);padding:13px 4px}.creator-commission-log article>div{display:grid;gap:3px}.creator-commission-log article>div strong{font-family:var(--font-geist-mono);color:var(--blue);font-size:11px}.creator-commission-log article>div span{color:var(--muted);font-size:10px}.creator-commission-log article>b{font-size:13px}.creator-commission-log select{height:36px;font-size:11px;text-transform:capitalize}.admin-order-creator{color:#7b1fa2!important;font-weight:700}@media(max-width:1050px){.creator-code-form{grid-template-columns:1fr 1fr}.creator-code-card{grid-template-columns:1fr auto auto}.creator-code-identity{grid-column:1}.creator-code-card>.creator-status-button{grid-column:3;grid-row:1}.creator-balance{grid-row:2}.creator-balance:nth-of-type(2){grid-column:1}.creator-balance:nth-of-type(3){grid-column:2}}@media(max-width:700px){.creator-code-form{grid-template-columns:1fr}.creator-code-card{grid-template-columns:1fr auto}.creator-code-identity{grid-column:1/-1}.creator-code-card>.creator-status-button{grid-column:2;grid-row:2}.creator-balance{grid-row:auto!important}.creator-balance:nth-of-type(2),.creator-balance:nth-of-type(3){grid-column:auto}.creator-commission-log article{grid-template-columns:1fr auto}.creator-commission-log select{grid-column:1/-1;width:100%}}.checkout-result{min-height:100vh;padding:0;background:#fff;display:block}.checkout-confirmation-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)}.checkout-confirmation-main{max-width:none!important;margin:0!important;padding:64px clamp(42px,7vw,112px) 72px!important;text-align:left!important;display:flex;flex-direction:column}.checkout-confirmation-main>.brand{align-self:flex-start}.confirmation-heading{display:flex;align-items:center;gap:24px;margin:76px 0 42px}.confirmation-heading .result-mark{flex:0 0 auto}.confirmation-heading p{color:var(--muted);font-size:14px;margin:0 0 7px}.confirmation-heading h1{font-size:clamp(34px,4vw,52px)!important;line-height:1.05!important;letter-spacing:-2px!important;font-weight:560!important;margin:0!important}.result-mark{width:62px;height:62px;margin:0;border:2px solid #202124;border-radius:50%;background:#fff;color:#202124;display:grid;place-items:center;font-size:30px}.result-mark.paid{background:#fff;color:#202124}.result-mark:not(.paid){border-color:#f9ab00;color:#b06000}.delivery-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.delivery-card-art{height:190px;background:radial-gradient(circle at 24% 24%,#d2e3fc 0 13%,transparent 14%),radial-gradient(circle at 72% 64%,#c4eed0 0 15%,transparent 16%),linear-gradient(140deg,#edf3ff,#e4f5ff 48%,#eef9f1);display:grid;place-items:center}.delivery-card-art>span{width:60px;height:60px;border-radius:50%;background:#fff;color:#137333;box-shadow:0 10px 32px #20212420;display:grid;place-items:center;font-size:28px;font-weight:700}.delivery-card-copy{padding:24px 26px}.delivery-card h2{font-size:20px;margin:0 0 8px}.delivery-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.confirmation-address{margin-top:18px;padding:20px 24px;border:1px solid var(--line);border-radius:16px}.confirmation-address>span{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.8px}.confirmation-address p{font-size:13px;line-height:1.55;margin:8px 0 0}.checkout-result-actions{display:flex;align-items:center;justify-content:flex-start;gap:22px;margin-top:24px}.checkout-result-actions>a:last-child{color:var(--blue);font-weight:650}.checkout-confirmation-summary{background:#f7f8fa;border-left:1px solid var(--line);padding:68px clamp(40px,6vw,96px);display:flex;flex-direction:column}.checkout-confirmation-summary>h2{font-size:15px;margin:0 0 22px}.confirmation-items{display:grid}.confirmation-items article{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.confirmation-product-image{width:68px;height:68px;border-radius:14px;background:#eaf1ff;position:relative;display:grid;place-items:center;color:var(--blue);font-size:22px;overflow:visible}.confirmation-product-image img{width:100%;height:100%;object-fit:cover;border-radius:14px}.confirmation-product-image b{position:absolute;right:-7px;top:-8px;min-width:24px;height:24px;border-radius:12px;background:#6f7378;color:#fff;border:2px solid #f7f8fa;display:grid;place-items:center;font-size:10px}.confirmation-items h3{font-size:14px;line-height:1.35;margin:0 0 5px}.confirmation-items p{color:var(--muted);font-size:11px;margin:0}.confirmation-items article>strong{font-size:14px;white-space:nowrap}.confirmation-totals{margin:18px 0 0}.confirmation-totals>div{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.confirmation-totals dt{font-size:13px}.confirmation-totals dd{font-size:13px;font-weight:650;margin:0}.confirmation-totals .confirmation-total{border-top:1px solid var(--line);margin-top:17px;padding-top:22px}.confirmation-total dt{font-size:17px;font-weight:700}.confirmation-total dd{font-size:27px}.confirmation-total small{color:var(--muted);font-size:11px;font-weight:500;margin-right:9px}@media(max-width:900px){.checkout-confirmation-shell{grid-template-columns:1fr}.checkout-confirmation-main{padding:34px 26px 44px!important}.confirmation-heading{margin:52px 0 32px}.checkout-confirmation-summary{border-left:0;border-top:1px solid var(--line);padding:42px 26px 64px}.delivery-card-art{height:150px}}@media(max-width:600px){.confirmation-heading{align-items:flex-start;gap:16px}.confirmation-heading h1{font-size:34px!important;letter-spacing:-1.6px!important}.result-mark{width:52px;height:52px;font-size:25px}.checkout-result-actions{align-items:stretch;flex-direction:column;text-align:center}.confirmation-items article{grid-template-columns:64px minmax(0,1fr) auto;gap:13px}.confirmation-product-image{width:58px;height:58px}}.product-stock-badge{position:absolute;left:16px;bottom:16px;padding:7px 11px;border-radius:999px;background:#e6f4ea;color:#137333;font-size:11px;box-shadow:0 4px 16px #3c404326}.product-stock-badge.unavailable{background:#fce8e6;color:#b3261e}