@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap";:root{color:#1b1917;font-synthesis:none;text-rendering:optimizelegibility;--ink:#1b1917;--ink-soft:#4f4b45;--paper:#f7f4ed;--paper-deep:#eee9df;--white:#fffefb;--wine:#702b3d;--wine-dark:#4b1726;--gold:#b89d6c;--gold-soft:#dfd0ae;--line:#1b191721;--muted:#837d74;--success:#315d47;--danger:#9f2f39;--radius:18px;--shadow:0 18px 55px #1d181221;background:#d8d2c8;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html{background:#d8d2c8}body{background:radial-gradient(circle at 15% 15%,#f1ece2 0,#0000 34%),#d8d2c8;min-height:100dvh;margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--wine);outline-offset:2px}button{cursor:pointer;background:0 0;border:0}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em;font-family:Italiana,Georgia,serif;font-weight:400}#root{min-height:100dvh}.app-frame,.welcome-page,.auth-page,.choice-page{background:var(--paper);width:min(100%,540px);min-height:100dvh;box-shadow:var(--shadow);margin:0 auto;position:relative;overflow-x:clip}.app-content{min-height:100dvh;padding-bottom:calc(86px + env(safe-area-inset-bottom));animation:.32s both pageIn}.app-content--no-nav{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.app-ambient{pointer-events:none;opacity:.26;filter:blur(20px);position:fixed}.app-ambient--one{background:#e5d5c4;border-radius:50%;width:220px;height:220px;top:13%;right:-150px}.app-ambient--two{background:#c4ad8a;border-radius:50%;width:180px;height:180px;bottom:20%;left:-160px}.page-enter{animation:.38s both pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.9s linear infinite spin}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--wine);font-size:.67rem;font-weight:600;display:inline-block}.eyebrow--light{color:#f2e5cc}.brand-monogram{border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:42px;height:42px;font-family:Italiana,serif;font-size:.92rem;display:grid}.brand-monogram--dark{border-color:var(--line);color:var(--wine)}.brand-word,.brand-mini{letter-spacing:.24em;font-size:.72rem;font-weight:600;text-decoration:none}.button{border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 22px;font-size:.87rem;font-weight:600;transition:transform .18s,opacity .18s,background .18s;display:inline-flex}.button:active{transform:scale(.98)}.button:disabled{opacity:.45;cursor:not-allowed}.button--full{width:100%}.button--primary{color:#fff;background:linear-gradient(135deg, var(--wine), var(--wine-dark));box-shadow:0 12px 28px #702b3d3d}.button--secondary{border:1px solid var(--line);background:0 0}.button--ghost{min-height:42px;color:var(--wine)}.button--dark{background:var(--ink);color:#fff}.icon-button{border:1px solid var(--line);background:#ffffff85;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;position:relative}.icon-button.is-active{background:var(--wine);color:#fff;border-color:var(--wine)}.icon-dot{background:var(--wine);border:2px solid var(--paper);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.text-action,.forgot-link{color:var(--wine);text-underline-offset:4px;font-size:.82rem;font-weight:600;text-decoration:underline}.field{gap:8px;width:100%;display:grid}.field__label{color:var(--ink-soft);font-size:.72rem;font-weight:600}.field__input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#ffffffad;border-radius:13px;padding:0 15px}.field__input::placeholder{color:#aca69c}.field__input:focus{border-color:var(--wine);outline:none;box-shadow:0 0 0 3px #702b3d14}.field__textarea{resize:vertical;min-height:112px;padding-top:14px;line-height:1.55}.field__hint{color:var(--muted);font-size:.68rem}.form-stack,.auth-form{gap:16px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.width-full{width:100%}.check-row{color:var(--muted);grid-template-columns:19px 1fr;align-items:start;gap:10px;font-size:.72rem;line-height:1.5;display:grid}.check-row input{accent-color:var(--wine);width:17px;height:17px}.section-heading{justify-content:space-between;align-items:end;gap:18px;margin:32px 0 16px;display:flex}.section-heading h2{margin:4px 0 0;font-size:clamp(1.55rem,7vw,2rem)}.section-action,.header-text-action,.option-heading button{color:var(--wine);text-underline-offset:4px;font-size:.73rem;font-weight:600;text-decoration:underline}.page-body{z-index:1;padding:8px 20px 34px;position:relative}.page-body--home{padding-top:0}.page-body--top{padding-top:22px}.center-copy{text-align:center;color:var(--muted);line-height:1.6}.divider{background:var(--line);height:1px}.welcome-page{color:#fff;background:#151412;grid-template-rows:minmax(500px,1fr) auto;display:grid}.welcome-visual{min-height:0;position:relative;overflow:hidden}.welcome-visual img{object-fit:cover;object-position:center top;width:100%;height:100%}.welcome-gradient{background:linear-gradient(#09080714,#0908070d 32%,#090807cc);position:absolute;inset:0}.welcome-brand{top:calc(24px + env(safe-area-inset-top));align-items:center;gap:12px;display:flex;position:absolute;left:22px;right:22px}.welcome-copy{position:absolute;bottom:26px;left:24px;right:24px}.welcome-copy h1{color:#fff;margin:8px 0 14px;font-size:clamp(2.7rem,13vw,4.4rem);line-height:.98}.welcome-copy p{color:#ffffffbf;max-width:390px;margin-bottom:0;font-size:.86rem;line-height:1.55}.welcome-actions{padding:18px 22px calc(18px + env(safe-area-inset-bottom));background:#151412;gap:10px;display:grid}.welcome-actions .button--secondary{color:#fff;border-color:#ffffff38}.welcome-actions .text-action{color:#d9c7a6;margin:4px auto 0}.auth-page{padding:calc(25px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom))}.auth-page--center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.auth-topline{letter-spacing:.13em;color:var(--muted);justify-content:space-between;align-items:center;font-size:.62rem;display:flex}.auth-intro{margin:clamp(58px,13vh,100px) 0 36px}.auth-intro h1,.auth-page--center h1{margin:8px 0 14px;font-size:clamp(2.5rem,11vw,3.6rem);line-height:1}.auth-intro p{color:var(--muted);max-width:350px;line-height:1.55}.field-with-icon{padding-left:0;position:relative}.field-with-icon>svg{z-index:2;color:var(--muted);position:absolute;bottom:16px;left:15px}.field-with-icon .field__input{padding-left:44px}.field-with-action>.icon-button{background:0 0;border:0;position:absolute;bottom:4px;right:5px}.forgot-link{justify-self:end}.auth-divider{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:25px 0;font-size:.72rem;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);height:1px}.demo-actions{gap:8px;display:grid}.demo-actions button{border:1px solid var(--line);background:#ffffff73;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:48px;font-size:.82rem;display:flex}.auth-foot{text-align:center;color:var(--muted);margin:24px 0 0;font-size:.78rem}.auth-foot a{color:var(--wine);font-weight:600}.auth-icon{background:var(--wine);color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:22px;display:grid}.code-inputs{grid-template-columns:repeat(6,1fr);gap:7px;width:100%;margin:30px 0;display:grid}.code-inputs input{aspect-ratio:.82;border:1px solid var(--line);text-align:center;background:#fff;border-radius:12px;width:100%;min-width:0;font-size:1.2rem}.auth-page--center>.button{margin-top:14px}.choice-page{padding:calc(32px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));flex-direction:column;display:flex}.choice-head{text-align:center;justify-items:center;display:grid}.choice-head .eyebrow{margin-top:28px}.choice-head h1{margin:8px 0 26px;font-size:clamp(2.25rem,10vw,3.1rem);line-height:1}.choice-cards{flex:1;gap:14px;display:grid}.choice-card{text-align:left;color:#fff;border-radius:24px;align-items:end;gap:14px;min-height:220px;padding:22px;display:flex;position:relative;overflow:hidden}.choice-card img,.choice-card__gradient,.choice-card__pattern{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.choice-card__gradient{background:linear-gradient(#0000000d,#000000bf)}.choice-card__icon{z-index:1;border:1px solid #fff6;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.choice-card__copy{z-index:1;flex:1;display:grid}.choice-card__copy small{letter-spacing:.16em;font-size:.58rem}.choice-card__copy strong{font-family:Italiana,serif;font-size:1.8rem;font-weight:400}.choice-card__copy em{color:#ffffffb8;font-size:.68rem;font-style:normal}.choice-card>svg{z-index:1}.choice-card--store{background:linear-gradient(145deg,#722d3f,#35111d)}.choice-card__pattern{opacity:.13;place-items:center;display:grid;transform:rotate(-8deg)scale(1.8)}.choice-page>.text-action{margin:20px auto 0}.client-header,.store-header{min-height:78px;padding:calc(12px + env(safe-area-inset-top)) 18px 8px;z-index:4;align-items:center;gap:11px;display:flex;position:relative}.client-header__copy,.store-header>div{flex:1;display:grid}.client-header__copy small,.store-header small{color:var(--muted);font-size:.61rem}.client-header__copy strong,.store-header strong{font-family:Italiana,serif;font-size:1.08rem;font-weight:400}.store-avatar{color:#fff;background:linear-gradient(145deg,#d9c6a3,#a68858);border-radius:50%;place-items:center;width:43px;height:43px;font-family:Italiana,serif;font-size:.78rem;display:grid;box-shadow:0 5px 15px #6a4f262e}.store-avatar--small{width:36px;height:36px}.store-avatar--dark{background:var(--ink)}.client-header .icon-button,.store-header .icon-button{background:0 0;border:0}.simple-header{min-height:66px;padding:calc(12px + env(safe-area-inset-top)) 16px 8px;border-bottom:1px solid var(--line);z-index:5;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;display:grid;position:relative}.simple-header>span{text-align:center;font-size:.84rem;font-weight:600}.simple-header--dark{background:var(--ink);color:#fff;border-color:#ffffff1a}.simple-header--dark .icon-button{background:#ffffff14;border-color:#ffffff24}.header-count{min-width:28px}.bottom-nav{z-index:20;width:auto;max-width:540px;height:calc(72px + env(safe-area-inset-bottom));padding:8px 12px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);background:#faf8f3eb;grid-template-columns:repeat(5,1fr);margin:auto;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{color:#918b82;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.56rem;font-weight:600;text-decoration:none;display:flex}.bottom-nav__icon{border-radius:14px;place-items:center;width:34px;height:28px;transition:all .2s;display:grid}.bottom-nav__item.is-active{color:var(--wine)}.bottom-nav__item.is-active .bottom-nav__icon{background:#702b3d1a}.floating-cart,.floating-bell{z-index:16;border-radius:50%;place-items:center;display:grid;position:fixed;box-shadow:0 12px 30px #1916122e}.floating-cart{right:max(18px,50vw - 252px);bottom:calc(84px + env(safe-area-inset-bottom));background:var(--ink);color:#fff;width:50px;height:50px}.floating-cart span{background:var(--wine);border:2px solid var(--paper);border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6rem;display:grid;position:absolute;top:-2px;right:-2px}.floating-bell{display:none}.toast{z-index:50;bottom:calc(92px + env(safe-area-inset-bottom));background:var(--ink);color:#fff;text-align:center;width:min(100% - 40px,460px);box-shadow:var(--shadow);border-radius:13px;padding:14px 18px;font-size:.76rem;animation:.25s both toastIn;position:fixed;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}}.editorial-hero{height:clamp(430px,68dvh,610px);margin:2px -20px 0;position:relative;overflow:hidden}.editorial-hero img{object-fit:cover;object-position:center top;width:100%;height:100%}.editorial-hero__shade{background:linear-gradient(#0000 28%,#0a0908b8);position:absolute;inset:0}.editorial-hero__copy{color:#fff;position:absolute;bottom:28px;left:22px;right:22px}.editorial-hero__copy h1{color:#fff;margin:7px 0 16px;font-size:clamp(2.7rem,12vw,4rem);line-height:.98}.editorial-hero__copy button{color:#fff;border-bottom:1px solid #ffffff8c;align-items:center;gap:8px;padding:0 0 4px;font-size:.76rem;font-weight:600;display:flex}.editorial-index{color:#fffc;letter-spacing:.12em;font-size:.61rem;position:absolute;top:18px;right:20px}.product-scroll{scrollbar-width:none;grid-auto-columns:minmax(150px,44%);grid-auto-flow:column;gap:12px;margin-right:-20px;padding-right:20px;display:grid;overflow-x:auto}.product-grid{grid-template-columns:1fr 1fr;gap:22px 11px;display:grid}.product-card{min-width:0;position:relative}.product-card__image{aspect-ratio:.73;background:#e2ddd4;border-radius:18px 18px 4px 4px;width:100%;padding:0;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.product-card__image:active img{transform:scale(1.025)}.product-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.08em;background:#faf8f3e6;border-radius:999px;padding:5px 8px;font-size:.54rem;position:absolute;top:9px;left:9px}.product-heart{background:#faf8f3d1;border:0;width:34px;height:34px;position:absolute;top:8px;right:8px}.product-card__copy{text-align:left;gap:2px;width:100%;padding:10px 2px 0;display:grid}.product-card__copy strong{font-family:Italiana,serif;font-size:1rem;font-weight:400}.product-card__copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.61rem;overflow:hidden}.product-card__copy span{margin-top:4px;font-size:.76rem;font-weight:600}.product-card--compact .product-card__image{aspect-ratio:.75}.auction-feature{color:#fff;text-align:left;border-radius:22px;align-items:end;width:100%;height:230px;margin-top:36px;padding:20px;display:flex;position:relative;overflow:hidden}.auction-feature img,.auction-feature__shade{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.auction-feature__shade{background:linear-gradient(#00000005,#000000bf)}.auction-live{z-index:2;color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#141311c7;border-radius:999px;padding:7px 10px;font-size:.58rem;position:absolute;top:14px;left:14px}.auction-live i,.room-live i{background:#f35d66;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block;box-shadow:0 0 0 4px #f35d662b}.auction-feature__copy{z-index:1;display:grid;position:relative}.auction-feature__copy small{letter-spacing:.16em;font-size:.57rem}.auction-feature__copy strong{font-family:Italiana,serif;font-size:1.8rem;font-weight:400}.auction-feature__copy span{color:#ffffffb8;font-size:.7rem}.auction-arrow{z-index:1;border:1px solid #fff6;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;bottom:18px;right:18px}.catalog-heading{margin:20px 0 24px}.catalog-heading h1{margin:8px 0 0;font-size:clamp(2.5rem,11vw,3.5rem);line-height:.98}.catalog-heading h1 em,.dashboard-greeting h1 em{color:var(--wine);font-weight:400}.search-row{grid-template-columns:1fr 44px;gap:9px;margin-bottom:15px;display:grid}.search-box{border:1px solid var(--line);min-height:44px;color:var(--muted);background:#ffffff94;border-radius:999px;align-items:center;gap:9px;padding:0 14px;display:flex}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:none;font-size:.78rem}.search-row .icon-button{width:44px;height:44px}.category-chips{scrollbar-width:none;gap:7px;margin:0 -20px;padding:0 20px 8px;display:flex;overflow-x:auto}.category-chips button{white-space:nowrap;border:1px solid var(--line);border-radius:999px;min-height:34px;padding:0 14px;font-size:.68rem}.category-chips button.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-meta{color:var(--muted);justify-content:space-between;margin:14px 0 18px;font-size:.65rem;display:flex}.catalog-meta button{align-items:center;gap:4px;font-weight:600;display:flex}.modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#100e0c80;justify-content:center;align-items:end;display:flex;position:fixed;inset:0}.bottom-sheet{background:var(--paper);width:min(100%,540px);max-height:88dvh;padding:8px 22px calc(24px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;animation:.28s both sheetIn;overflow-y:auto;box-shadow:0 -20px 60px #0003}@keyframes sheetIn{0%{opacity:.5;transform:translateY(40px)}}.sheet-handle{background:#c7c0b6;border-radius:2px;width:42px;height:4px;margin:4px auto 17px}.sheet-heading{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.sheet-heading h2{margin:0;font-size:1.8rem}.filter-section{gap:12px;margin-bottom:24px;display:grid}.filter-section>strong{font-size:.8rem}.filter-section input[type=range]{width:100%;accent-color:var(--wine)}.size-grid{flex-wrap:wrap;gap:8px;display:flex}.size-grid button{border:1px solid var(--line);background:#ffffff80;border-radius:11px;width:48px;height:42px;font-size:.73rem}.size-grid button.is-active{background:var(--ink);color:#fff}.color-grid{gap:12px;display:flex}.color-grid button{border:3px solid var(--paper);width:34px;height:34px;box-shadow:0 0 0 1px var(--line);border-radius:50%}.product-detail-visual{background:#ddd8cf;height:min(60dvh,590px);min-height:420px;position:relative}.product-detail-visual>img{object-fit:cover;object-position:center top;width:100%;height:100%}.product-detail-actions{top:calc(14px + env(safe-area-inset-top));z-index:3;justify-content:space-between;display:flex;position:absolute;left:14px;right:14px}.product-detail-actions .icon-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f7f1c7;border:0}.image-count{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#141210a6;border-radius:999px;padding:5px 9px;font-size:.58rem;position:absolute;bottom:14px;right:16px}.product-detail-copy{background:var(--paper);z-index:2;border-radius:25px 25px 0 0;margin-top:-18px;padding:22px 20px 110px;position:relative}.product-detail-title{grid-template-columns:1fr auto;gap:16px;display:grid}.product-detail-title h1{margin:4px 0;font-size:clamp(2.1rem,10vw,2.9rem)}.product-detail-title p{color:var(--muted);font-size:.7rem}.price-column{text-align:right;align-content:center;display:grid}.price-column strong{font-size:.92rem}.price-column del{color:var(--muted);font-size:.67rem}.price-column small{color:var(--muted);margin-top:3px;font-size:.57rem}.product-detail-copy .divider{margin:19px 0}.option-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.option-heading strong{font-size:.78rem}.option-heading>span{color:var(--muted);font-size:.67rem}.size-grid--detail{margin:14px 0 12px}.stock-note{justify-content:space-between;gap:12px;font-size:.62rem;display:flex}.stock-note span{color:var(--success);font-weight:600}.stock-note i{background:var(--success);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.stock-note small{color:var(--muted)}.product-description{color:var(--ink-soft);margin:24px 0 14px;font-family:Italiana,serif;font-size:1.12rem;line-height:1.55}.details-toggle{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;min-height:50px;font-size:.75rem;display:flex}.assurance-row{color:var(--muted);justify-content:space-between;gap:10px;margin-top:18px;font-size:.61rem;display:flex}.assurance-row span{align-items:center;gap:5px;display:flex}.sticky-action-bar{z-index:19;width:auto;max-width:540px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);background:#faf8f3f0;grid-template-columns:.9fr 1.3fr;gap:9px;margin:auto;display:grid;position:fixed;bottom:0;left:0;right:0}.sticky-action-bar--single{grid-template-columns:1fr}.cart-store{align-items:center;gap:10px;margin-bottom:20px;display:flex}.cart-store>div{display:grid}.cart-store small{color:var(--muted);font-size:.58rem}.cart-store strong{font-family:Italiana,serif;font-weight:400}.cart-list{gap:16px;display:grid}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:94px 1fr;gap:13px;padding-bottom:16px;display:grid}.cart-item img{object-fit:cover;border-radius:13px 13px 4px 4px;width:94px;height:126px}.cart-item__copy{align-content:start;display:grid}.cart-item__copy strong{font-family:Italiana,serif;font-size:1.05rem;font-weight:400}.cart-item__copy small{color:var(--muted);margin:3px 0 10px;font-size:.64rem}.cart-item__copy>span{font-size:.78rem;font-weight:600}.quantity-control{grid-template-columns:32px 30px 32px;align-items:center;margin-top:auto;display:grid}.quantity-control button{border:1px solid var(--line);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.quantity-control span{text-align:center;font-size:.73rem}.coupon-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:100%;min-height:52px;margin:18px 0;display:flex}.coupon-row span{align-items:center;gap:8px;font-size:.73rem;display:flex}.summary-lines{gap:11px;display:grid}.summary-lines>div{justify-content:space-between;gap:12px;font-size:.72rem;display:flex}.summary-lines em{color:var(--muted);font-size:.64rem;font-style:normal}.summary-total{border-top:1px solid var(--line);align-items:center;padding-top:14px}.summary-total span{font-family:Italiana,serif;font-size:1.18rem}.summary-total strong{font-size:1rem}.checkout-progress{justify-content:center;align-items:center;gap:8px;padding:16px 24px;display:flex}.checkout-progress span{color:var(--muted);font-size:.6rem}.checkout-progress span.is-active{color:var(--wine);font-weight:600}.checkout-progress i{background:var(--line);width:34px;height:1px}.checkout-body{padding-bottom:40px}.choice-radio{border:1px solid var(--line);background:#ffffff7a;border-radius:16px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;min-height:74px;margin-bottom:10px;padding:12px;display:grid}.choice-radio.is-selected{border-color:#702b3d8c;box-shadow:0 0 0 2px #702b3d0f}.choice-radio:has(input:checked){border-color:#702b3d8c;box-shadow:0 0 0 2px #702b3d0f}.choice-radio input{opacity:0;position:absolute}.choice-radio__icon{background:var(--paper-deep);width:38px;height:38px;color:var(--wine);border-radius:50%;place-items:center;display:grid}.choice-radio>span:not(.choice-radio__icon){display:grid}.choice-radio strong{font-size:.74rem}.choice-radio small{color:var(--muted);margin-top:3px;font-size:.61rem}.choice-radio em{color:var(--muted);font-size:.63rem;font-style:normal}.checkout-section{gap:13px;margin:26px 0;display:grid}.checkout-section>strong{font-size:.8rem}.address-card{border:1px solid var(--line);background:#ffffff80;border-radius:16px;grid-template-columns:28px 1fr;gap:9px;padding:14px;display:grid}.address-card>div{display:grid}.address-card strong{font-size:.74rem}.address-card span,.address-card small{color:var(--muted);font-size:.64rem;line-height:1.5}.address-card--large{text-align:left;grid-template-columns:28px 1fr 18px;width:100%;margin-bottom:10px}.default-label{letter-spacing:.1em;font-weight:600;color:var(--wine)!important;font-size:.53rem!important}.success-page{min-height:100dvh;padding:calc(72px + env(safe-area-inset-top)) 24px calc(30px + env(safe-area-inset-bottom));text-align:center;flex-direction:column;align-items:center;display:flex}.success-mark{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:72px;height:72px;margin-bottom:28px;display:grid;box-shadow:0 15px 30px #315d4738}.success-page h1{margin:10px 0 18px;font-size:clamp(2.5rem,11vw,3.6rem);line-height:1}.success-page>p{max-width:330px;color:var(--muted);font-size:.8rem;line-height:1.6}.receipt-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;width:100%;margin:26px 0;display:grid}.receipt-card>div{padding:16px;display:grid}.receipt-card>div+div{border-left:1px solid var(--line)}.receipt-card small{color:var(--muted);font-size:.6rem}.receipt-card strong{margin-top:3px;font-size:.74rem}.success-page .button{margin-bottom:9px}.segmented{background:var(--paper-deep);border-radius:999px;grid-auto-columns:1fr;grid-auto-flow:column;gap:3px;margin:14px 0 20px;padding:4px;display:grid}.segmented button{min-height:35px;color:var(--muted);border-radius:999px;font-size:.63rem}.segmented button.is-active{background:var(--white);color:var(--ink);font-weight:600;box-shadow:0 4px 12px #231d1714}.order-list,.admin-order-list{gap:10px;display:grid}.client-order-card{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:74px 1fr 18px;align-items:center;gap:11px;width:100%;padding:0 0 13px;display:grid}.client-order-card img{object-fit:cover;border-radius:12px 12px 4px 4px;width:74px;height:88px}.client-order-card__copy{min-width:0;display:grid}.client-order-card__copy>span{justify-content:space-between;align-items:center;gap:7px;display:flex}.client-order-card__copy>span strong{font-size:.63rem}.client-order-card__copy b{margin-top:5px;font-family:Italiana,serif;font-size:.95rem;font-weight:400}.client-order-card__copy small{color:var(--muted);font-size:.58rem}.client-order-card__copy em{margin-top:6px;font-size:.68rem;font-style:normal;font-weight:600}.status{width:fit-content;color:var(--ink-soft);background:#e8e2d8;border-radius:999px;align-items:center;padding:5px 8px;font-size:.53rem;font-weight:600;display:inline-flex}.status--pago,.status--publicado,.status--aprovado,.status--original{color:var(--success);background:#dfebe3}.status--preparando,.status--agendado{color:#725c27;background:#ece4cf}.status--enviado{color:#355b79;background:#dfe7ef}.status--ao-vivo{color:#fff;background:#7e2535}.status--rascunho,.status--pendente{color:#6b645b;background:#e8e2d8}.order-hero{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:14px;padding-bottom:22px;display:grid}.order-hero__icon{background:var(--paper-deep);width:48px;height:48px;color:var(--wine);border-radius:50%;place-items:center;display:grid}.order-hero h1{margin:9px 0 8px;font-size:2rem;line-height:1.04}.order-hero p{color:var(--muted);margin-bottom:0;font-size:.7rem;line-height:1.5}.timeline{padding:26px 0 12px 12px}.timeline-item{grid-template-columns:18px 1fr;gap:13px;min-height:60px;display:grid;position:relative}.timeline-item:after{content:"";background:var(--line);width:1px;position:absolute;top:16px;bottom:-2px;left:5px}.timeline-item:last-child:after{display:none}.timeline-item>i{background:var(--paper);z-index:1;border:2px solid #bcb5aa;border-radius:50%;width:11px;height:11px}.timeline-item.is-done>i,.timeline-item.is-active>i{background:var(--wine);border-color:var(--wine);box-shadow:0 0 0 4px #702b3d17}.timeline-item>span{align-content:start;display:grid}.timeline-item strong{font-size:.7rem}.timeline-item small{color:var(--muted);margin-top:3px;font-size:.6rem}.order-product-row{border:1px solid var(--line);background:#ffffff7a;border-radius:16px;grid-template-columns:76px 1fr;gap:12px;margin:12px 0;padding:15px;display:grid}.order-product-row img{object-fit:cover;border-radius:10px 10px 3px 3px;width:76px;height:94px}.order-product-row>div{align-content:center;display:grid}.order-product-row strong{font-family:Italiana,serif;font-weight:400}.order-product-row small{color:var(--muted);margin:4px 0 10px;font-size:.61rem}.order-product-row span{font-size:.7rem;font-weight:600}.details-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:18px 0;padding:8px 0}.details-card>div{justify-content:space-between;gap:16px;padding:8px 0;font-size:.68rem;display:flex}.details-card span{color:var(--muted)}.auction-page-heading{padding:22px 0 8px}.auction-page-heading h1{margin:8px 0 12px;font-size:clamp(2.5rem,11vw,3.6rem);line-height:1}.auction-page-heading p{color:var(--muted);max-width:340px;font-size:.72rem;line-height:1.55}.auction-main-card{color:#fff;text-align:left;border-radius:24px;width:100%;height:410px;position:relative;overflow:hidden}.auction-main-card>img,.auction-main-card__shade{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.auction-main-card__shade{background:linear-gradient(#00000014,#000000c7)}.auction-main-card__copy{display:grid;position:absolute;bottom:22px;left:18px}.auction-main-card__copy small{letter-spacing:.12em;font-size:.52rem}.auction-main-card__copy strong{font-family:Italiana,serif;font-size:2rem;font-weight:400}.auction-main-card__copy span{color:#ffffffba;font-size:.7rem}.countdown-mini{align-items:center;gap:3px;display:flex;position:absolute;bottom:24px;right:18px}.countdown-mini span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff52;border-radius:8px;place-items:center;width:28px;height:30px;font-size:.68rem;display:grid}.countdown-mini i{font-style:normal}.upcoming-list{display:grid}.upcoming-list button{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:62px 1fr 18px;align-items:center;gap:11px;padding:12px 0;display:grid}.upcoming-list img{object-fit:cover;border-radius:10px 10px 3px 3px;width:62px;height:78px}.upcoming-list span{display:grid}.upcoming-list small{color:var(--wine);letter-spacing:.08em;font-size:.52rem}.upcoming-list strong{margin:3px 0;font-family:Italiana,serif;font-weight:400}.upcoming-list em{color:var(--muted);font-size:.6rem;font-style:normal}.auction-room-visual{background:#27231f;height:42dvh;min-height:310px;max-height:430px;position:relative}.auction-room-visual>img{object-fit:cover;object-position:center 24%;width:100%;height:100%}.auction-room-overlay{background:linear-gradient(#0000001f,#000000a8);position:absolute;inset:0}.room-live{color:#fff;letter-spacing:.1em;background:#141211b8;border-radius:999px;padding:8px 11px;font-size:.58rem}.room-product{color:#fff;position:absolute;bottom:24px;left:20px}.room-product small{letter-spacing:.13em;color:#dfd1b5;font-size:.55rem}.room-product h1{color:#fff;margin:4px 0 2px;font-size:2.2rem}.room-product span{color:#ffffffb3;font-size:.65rem}.auction-room-panel{background:var(--paper);z-index:3;padding:22px 20px calc(30px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;margin-top:-20px;position:relative}.auction-state{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;padding-bottom:18px;display:grid}.auction-state>div{display:grid}.auction-state>div+div{border-left:1px solid var(--line);padding-left:16px}.auction-state small{letter-spacing:.12em;color:var(--muted);font-size:.52rem}.auction-state strong{margin:3px 0;font-family:Italiana,serif;font-size:1.65rem;font-weight:400}.auction-state span{color:var(--muted);font-size:.58rem}.leader-you{font-weight:600;color:var(--success)!important}.countdown.is-critical strong,.control-metrics .is-critical strong{color:var(--danger);animation:1s infinite pulse}@keyframes pulse{50%{opacity:.55}}.bid-action{text-align:center;gap:7px;margin:18px 0 24px;display:grid}.bid-action small{color:var(--muted);font-size:.58rem}.auction-winner{color:#fff;background:linear-gradient(135deg,#4d1726,#7b3044);border-radius:17px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;margin:18px 0 24px;padding:14px;display:grid}.auction-winner>span{border:1px solid #ffffff3b;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.auction-winner>div{display:grid}.auction-winner small{color:#dbc6a1;letter-spacing:.1em;font-size:.45rem}.auction-winner strong{font-family:Italiana,serif;font-size:1rem;font-weight:400}.auction-winner em{color:#ffffff9e;font-size:.5rem;font-style:normal}.auction-winner .button{min-height:38px;color:var(--wine);box-shadow:none;background:#fff;padding:0 12px;font-size:.58rem}.bid-history{border-top:1px solid var(--line);padding-top:16px}.bid-row{grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:9px 0;display:grid}.bid-avatar{background:var(--paper-deep);border-radius:50%;place-items:center;width:34px;height:34px;font-size:.66rem;font-weight:600;display:grid}.bid-avatar.is-leading{background:var(--wine);color:#fff}.bid-row>div{display:grid}.bid-row strong{font-size:.67rem}.bid-row small{color:var(--muted);font-size:.55rem}.bid-row b{font-size:.72rem}.connection-note{text-align:center;color:var(--muted);margin-top:14px;font-size:.56rem}.connection-note i{background:#4c8a69;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.auction-payment-head{grid-template-columns:50px 1fr;gap:13px;margin:8px 0 24px;display:grid}.auction-payment-head>span{background:var(--wine);color:#fff;border-radius:50%;place-items:center;width:50px;height:50px;display:grid}.auction-payment-head small{color:var(--wine);letter-spacing:.11em;font-size:.5rem}.auction-payment-head h1{margin:6px 0 8px;font-size:2.1rem;line-height:1}.auction-payment-head p{color:var(--muted);margin:0;font-size:.62rem}.auction-payment-total{margin:24px 0}.profile-cover{padding:calc(46px + env(safe-area-inset-top)) 20px 52px;text-align:center;color:#fff;background:linear-gradient(160deg,#4f1928,#7b3446 55%,#a57b75);position:relative;overflow:hidden}.profile-orbit{border:1px solid #ffffff1f;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;left:50%;transform:translate(-50%);box-shadow:0 0 0 35px #ffffff08,0 0 0 70px #ffffff06}.profile-avatar{color:#34251a;background:#d5bd93;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 14px;font-family:Italiana,serif;display:grid;position:relative}.profile-cover h1{color:#fff;margin:0;font-size:2rem;position:relative}.profile-cover p{color:#ffffffb3;margin:4px 0 0;font-size:.63rem;position:relative}.profile-body{background:var(--paper);border-radius:24px 24px 0 0;margin-top:-24px}.profile-stats{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding:10px 0 18px;display:grid}.profile-stats>div{text-align:center;display:grid}.profile-stats>div+div{border-left:1px solid var(--line)}.profile-stats strong{font-family:Italiana,serif;font-size:1.35rem;font-weight:400}.profile-stats small{color:var(--muted);font-size:.57rem}.profile-links{margin-top:16px;display:grid}.list-link{border-bottom:1px solid var(--line);text-align:left;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;width:100%;min-height:64px;display:grid}.list-link__icon{background:var(--paper-deep);width:36px;height:36px;color:var(--wine);border-radius:50%;place-items:center;display:grid}.list-link__copy{display:grid}.list-link__copy strong{font-size:.72rem}.list-link__copy small{color:var(--muted);margin-top:2px;font-size:.58rem}.switch-context{text-align:left;background:var(--ink);color:#fff;border-radius:16px;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;width:100%;margin:22px 0 16px;padding:13px;display:grid}.switch-context>span:nth-child(2){display:grid}.switch-context small{color:#fff9;font-size:.55rem}.switch-context strong{font-size:.69rem}.logout-button{color:var(--danger);text-underline-offset:4px;width:100%;font-size:.72rem;text-decoration:underline}.notification-list{display:grid}.notification-card{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:42px 1fr 7px;align-items:start;gap:11px;width:100%;padding:15px 0;display:grid}.notification-icon{background:var(--paper-deep);width:42px;height:42px;color:var(--wine);border-radius:50%;place-items:center;display:grid}.notification-copy{display:grid}.notification-copy strong{font-size:.73rem}.notification-copy small{color:var(--muted);margin:4px 0 6px;font-size:.63rem;line-height:1.45}.notification-copy em{color:var(--muted);font-size:.53rem;font-style:normal}.notification-card>i{background:var(--wine);border-radius:50%;width:7px;height:7px;margin-top:8px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:45px 20px;display:flex}.empty-state__mark{border:1px solid var(--line);width:62px;height:62px;color:var(--wine);border-radius:50%;place-items:center;margin-bottom:18px;font-family:Italiana,serif;display:grid}.empty-state h3{margin-bottom:7px;font-family:Italiana,serif;font-size:1.6rem;font-weight:400}.empty-state p{color:var(--muted);max-width:270px;font-size:.7rem;line-height:1.5}.loading-state{min-height:300px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:.72rem;display:flex}.store-dashboard{padding-top:16px}.dashboard-greeting{justify-content:space-between;align-items:center;display:flex}.dashboard-greeting h1{margin:7px 0 0;font-size:clamp(2.35rem,11vw,3.35rem);line-height:1}.dashboard-seal{border:1px solid var(--line);width:50px;height:50px;color:var(--wine);border-radius:50%;place-items:center;font-family:Italiana,serif;display:grid}.revenue-card{background:var(--ink);color:#fff;border-radius:22px;margin-top:24px;padding:19px;overflow:hidden}.revenue-card__head{justify-content:space-between;align-items:start;display:flex}.revenue-card__head>div{display:grid}.revenue-card__head small{color:#ffffff80;letter-spacing:.11em;font-size:.52rem}.revenue-card__head strong{margin-top:3px;font-family:Italiana,serif;font-size:1.75rem;font-weight:400}.revenue-card__head>span{color:#b7d8c0;background:#5e9b6f26;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:.59rem;display:flex}.revenue-bars{align-items:end;gap:6px;height:90px;margin-top:18px;display:flex}.revenue-bars i{background:#ffffff24;border-radius:3px 3px 0 0;flex:1}.revenue-bars i.is-highlight{background:var(--gold);box-shadow:0 -6px 20px #b89d6c40}.revenue-meta{color:#ffffff6b;justify-content:space-between;margin-top:7px;font-size:.48rem;display:flex}.metric-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:10px;display:grid}.metric-grid button{text-align:left;border:1px solid var(--line);background:#fff6;border-radius:18px;grid-template-columns:1fr auto;grid-template-areas:"small icon""value value""detail detail";min-height:128px;padding:14px;display:grid}.metric-grid button>span{background:var(--paper-deep);width:32px;height:32px;color:var(--wine);border-radius:50%;grid-area:icon;place-items:center;display:grid}.metric-grid button>small{color:var(--muted);grid-area:small;font-size:.58rem}.metric-grid button>strong{grid-area:value;align-self:end;font-family:Italiana,serif;font-size:1.75rem;font-weight:400}.metric-grid button>em{color:var(--muted);grid-area:detail;font-size:.53rem;font-style:normal}.action-list{border-top:1px solid var(--line)}.action-list button{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:30px 1fr 18px;align-items:center;gap:10px;width:100%;min-height:66px;display:grid}.action-index{color:var(--wine);font-family:Italiana,serif}.action-list button>span:nth-child(2){display:grid}.action-list small{color:var(--wine);letter-spacing:.08em;font-size:.49rem}.action-list strong{margin-top:3px;font-size:.68rem}.popular-products{display:grid}.popular-products>div{border-bottom:1px solid var(--line);grid-template-columns:26px 46px 1fr auto;align-items:center;gap:9px;padding:8px 0;display:grid}.popular-products>div>span{color:var(--muted);font-family:Italiana,serif}.popular-products img{object-fit:cover;border-radius:7px 7px 2px 2px;width:46px;height:57px}.popular-products>div>div{display:grid}.popular-products strong{font-size:.68rem}.popular-products small{color:var(--muted);font-size:.53rem}.popular-products em{font-size:.64rem;font-style:normal;font-weight:600}.store-page-title{justify-content:space-between;align-items:end;margin:20px 0;display:flex}.store-page-title h1{margin:4px 0 0;font-size:2.4rem}.store-page-title .button{min-height:42px;padding:0 16px;font-size:.7rem}.product-admin-tabs{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin:4px 0 14px;display:flex}.product-admin-tabs>div{display:flex;overflow-x:auto}.product-admin-tabs>div button{min-height:40px;color:var(--muted);border-bottom:2px solid #0000;padding:0 8px;font-size:.62rem}.product-admin-tabs>div button.is-active{color:var(--wine);border-color:var(--wine);font-weight:600}.product-admin-tabs button span{font-size:.5rem}.product-admin-tabs>span{display:flex}.product-admin-tabs>span button{width:32px;height:32px;color:var(--muted)}.product-admin-tabs>span button.is-active{color:var(--wine)}.admin-product-list{display:grid}.admin-product-list>button{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:72px 1fr 18px;align-items:center;gap:11px;width:100%;padding:10px 0;display:grid}.admin-product-list img{object-fit:cover;border-radius:10px 10px 3px 3px;width:72px;height:89px}.admin-product-copy{min-width:0;display:grid}.admin-product-copy>span{align-items:center;gap:6px;display:flex}.admin-product-copy em{color:var(--danger);font-size:.5rem;font-style:normal}.admin-product-copy>strong{margin:5px 0 2px;font-family:Italiana,serif;font-size:.98rem;font-weight:400}.admin-product-copy small{color:var(--muted);font-size:.55rem}.admin-product-copy b{margin-top:7px;font-size:.67rem}.admin-product-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-product-grid>button{text-align:left;min-width:0}.admin-product-grid>button>img{aspect-ratio:.78;object-fit:cover;border-radius:14px 14px 4px 4px}.admin-product-grid>button>svg{display:none}.admin-product-grid .admin-product-copy{padding:8px 2px}.fab{z-index:15;right:max(18px,50vw - 252px);bottom:calc(86px + env(safe-area-inset-bottom));color:#fff;background:var(--wine);border-radius:50%;place-items:center;width:52px;height:52px;display:grid;position:fixed;box-shadow:0 12px 25px #702b3d47}.stepper{grid-template-columns:repeat(var(--steps,4), 1fr);border-bottom:1px solid var(--line);padding:13px 15px;display:grid}.stepper:has(.step:nth-child(3):last-child){--steps:3}.step{color:#aaa398;justify-items:center;gap:4px;display:grid;position:relative}.step:before{content:"";background:var(--line);height:1px;position:absolute;top:11px;left:-50%;right:50%}.step:first-child:before{display:none}.step>span{background:var(--paper);z-index:1;border:1px solid #b9b2a7;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.56rem;display:grid}.step small{font-size:.49rem}.step.is-done{color:var(--wine)}.step.is-done>span{background:var(--wine);border-color:var(--wine);color:#fff}.step.is-done:before{background:var(--wine)}.editor-body{padding-bottom:115px}.editor-step{gap:17px;display:grid}.editor-step .section-heading{margin-top:22px;margin-bottom:4px}.editor-lead{color:var(--muted);margin:-7px 0 4px;font-size:.68rem;line-height:1.55}.ai-helper{text-align:left;background:linear-gradient(135deg,#702b3d12,#b89d6c1a);border:1px solid #702b3d33;border-radius:17px;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;width:100%;padding:12px;display:grid}.ai-helper>span{color:#fff;background:var(--wine);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.ai-helper>div{display:grid}.ai-helper strong{font-size:.71rem}.ai-helper small{color:var(--muted);margin-top:2px;font-size:.55rem}.option-builder{border-bottom:1px solid var(--line);gap:12px;padding:15px 0;display:grid}.option-heading button{align-items:center;gap:4px;display:flex}.tag-list{flex-wrap:wrap;gap:7px;display:flex}.tag-list>span{border:1px solid var(--line);background:#ffffff80;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.62rem;display:flex}.tag-list i{border:1px solid var(--line);border-radius:50%;width:12px;height:12px}.inventory-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.inventory-table>div{border-bottom:1px solid var(--line);grid-template-columns:1.5fr .75fr .5fr;align-items:center;gap:7px;min-height:44px;padding:7px 10px;font-size:.59rem;display:grid}.inventory-table>div:last-child{border:0}.inventory-head{background:var(--paper-deep);color:var(--muted);font-weight:600}.inventory-table>div>span{align-items:center;gap:5px;display:flex}.inventory-table i{border-radius:50%;width:10px;height:10px}.inventory-table small{color:var(--muted);font-size:.52rem}.inventory-table input{border:1px solid var(--line);text-align:center;background:#fff;border-radius:8px;width:100%;min-width:0;height:30px}.media-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.media-item{aspect-ratio:.76;border-radius:15px;position:relative;overflow:hidden}.media-item img{object-fit:cover;width:100%;height:100%}.media-item>span{color:#fff;background:#161412b3;border-radius:999px;padding:5px 7px;font-size:.48rem;position:absolute;bottom:8px;left:8px}.media-item>button{background:#faf8f3cc;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:7px;right:7px}.media-add{aspect-ratio:.76;color:var(--muted);border:1px dashed #aaa296;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;display:flex}.media-add strong{color:var(--ink);margin:8px 0 2px;font-size:.68rem}.media-add small{font-size:.55rem}.ai-image-card{color:#fff;text-align:left;background:linear-gradient(145deg,#692a3b,#32131c);border-radius:18px;grid-template-columns:42px 1fr 18px;align-items:center;gap:11px;padding:16px;display:grid}.ai-image-card>span{border:1px solid #ffffff38;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.ai-image-card>div{display:grid}.ai-image-card small{color:#d9c59f;letter-spacing:.1em;font-size:.48rem}.ai-image-card strong{margin:3px 0;font-family:Italiana,serif;font-size:1rem;font-weight:400}.ai-image-card em{color:#fff9;font-size:.52rem;font-style:normal;line-height:1.35}.review-product{grid-template-columns:130px 1fr;gap:16px;display:grid}.review-product img{object-fit:cover;border-radius:15px 15px 4px 4px;width:130px;height:175px}.review-product>div{align-content:center;justify-items:start;display:grid}.review-product h2{margin:8px 0 2px;font-size:1.7rem}.review-product p,.review-product small{color:var(--muted);font-size:.6rem}.review-product strong{margin:8px 0 3px}.review-checks{border-top:1px solid var(--line);display:grid}.review-checks>div{border-bottom:1px solid var(--line);grid-template-columns:25px 1fr auto;align-items:center;gap:8px;min-height:66px;display:grid}.review-checks>div>svg{color:var(--success)}.review-checks>div>span{display:grid}.review-checks strong{font-size:.68rem}.review-checks small{color:var(--muted);font-size:.53rem}.review-checks button{color:var(--wine);font-size:.58rem;text-decoration:underline}.publication-note,.auction-info-box,.privacy-note{color:var(--success);background:#e5ede8;border-radius:14px;grid-template-columns:28px 1fr;gap:10px;padding:13px;display:grid}.publication-note span,.auction-info-box span{display:grid}.publication-note strong,.auction-info-box strong{font-size:.67rem}.publication-note small,.auction-info-box small{color:#54705f;font-size:.54rem;line-height:1.45}.ai-studio-head{color:#fff;background:linear-gradient(145deg,#39131e,#752f42);grid-template-columns:44px 1fr;gap:13px;padding:28px 20px 25px;display:grid}.ai-studio-head>span{border:1px solid #ffffff40;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.ai-studio-head small{color:#d8c29b;letter-spacing:.14em;font-size:.5rem}.ai-studio-head h1{color:#fff;margin:5px 0 8px;font-size:2.2rem;line-height:1.02}.ai-studio-head p{color:#ffffffa3;margin:0;font-size:.62rem}.ai-body{padding-top:14px}.ai-source{border:1px solid var(--line);border-radius:16px;grid-template-columns:100px 1fr;gap:13px;padding:12px;display:grid}.ai-source img{object-fit:cover;border-radius:10px;width:100px;height:128px}.ai-source>div{align-content:center;justify-items:start;display:grid}.ai-source strong{margin:7px 0 2px;font-size:.72rem}.ai-source small{color:var(--muted);font-size:.53rem}.ai-source button{color:var(--wine);align-items:center;gap:5px;margin-top:12px;font-size:.57rem;display:flex}.ai-options{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.ai-guardrail{color:var(--wine);grid-template-columns:27px 1fr;gap:9px;padding:12px 0;display:grid}.ai-guardrail>span{display:grid}.ai-guardrail strong{font-size:.66rem}.ai-guardrail small{color:var(--muted);font-size:.54rem;line-height:1.4}.ai-processing{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.processing-orbit{border:1px solid #702b3d2e;border-radius:50%;place-items:center;width:108px;height:108px;margin-bottom:28px;display:grid;position:relative}.processing-orbit>span{background:var(--wine);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.processing-orbit i{background:var(--gold);border-radius:50%;width:8px;height:8px;animation:2s linear infinite orbit;position:absolute}.processing-orbit i:nth-child(2){animation-delay:-.7s}.processing-orbit i:nth-child(3){animation-delay:-1.3s}@keyframes orbit{0%{transform:rotate(0)translate(53px)}to{transform:rotate(360deg)translate(53px)}}.ai-processing h2{margin:7px 0;font-size:2rem}.ai-processing>p{color:var(--muted);max-width:300px;font-size:.67rem;line-height:1.5}.processing-steps{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:17px;display:flex}.processing-steps span{background:var(--paper-deep);color:var(--muted);border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:.51rem;display:flex}.processing-steps span.is-done{color:var(--success)}.processing-steps span.is-active{color:var(--wine)}.ai-comparison{grid-template-columns:1fr 1fr;gap:9px;display:grid}.ai-comparison>div{position:relative}.ai-comparison small{letter-spacing:.1em;color:var(--muted);margin-bottom:6px;font-size:.49rem;display:block}.ai-comparison img{aspect-ratio:.72;object-fit:cover;border-radius:14px 14px 4px 4px;width:100%}.ai-comparison>div:first-child img{filter:saturate(.55)contrast(.9)brightness(1.08)}.ai-comparison .is-selected img{box-shadow:0 0 0 2px var(--wine)}.ai-comparison .is-selected>span{background:var(--wine);color:#fff;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:.5rem;display:flex;position:absolute;bottom:8px;left:8px}.ai-disclaimer{color:var(--muted);margin:14px 0;font-size:.55rem;line-height:1.5}.button-pair{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;display:grid}.ai-facts{background:var(--paper-deep);border-radius:15px;margin-bottom:16px;padding:14px}.ai-facts>strong{font-size:.67rem}.ai-facts>div{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.ai-facts span{background:var(--white);border-radius:999px;padding:6px 8px;font-size:.53rem}.ai-facts small{color:var(--muted);font-size:.53rem;line-height:1.45}.store-live-auction{text-align:left;background:var(--ink);color:#fff;border-radius:19px;grid-template-columns:110px 1fr auto;width:100%;min-height:148px;display:grid;overflow:hidden}.store-live-auction>img{object-fit:cover;width:110px;height:100%}.store-live-auction__copy{align-content:center;justify-items:start;padding:14px 8px 14px 13px;display:grid}.store-live-auction__copy .auction-live{padding:5px 7px;font-size:.48rem;position:static}.store-live-auction__copy>strong{margin-top:8px;font-family:Italiana,serif;font-size:1.08rem;font-weight:400}.store-live-auction__copy>small,.store-live-auction__copy>em{color:#fff9;font-size:.53rem;font-style:normal}.store-live-auction__time{align-content:center;justify-items:end;padding:15px 12px 15px 4px;display:grid}.store-live-auction__time small{color:#ffffff80;font-size:.42rem}.store-live-auction__time strong{margin:3px 0 16px;font-family:Italiana,serif;font-size:1.15rem;font-weight:400}.auction-admin-list{display:grid}.auction-admin-list>button{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:42px 58px 1fr 20px;align-items:center;gap:10px;width:100%;min-height:88px;display:grid}.auction-date{text-align:center;border-right:1px solid var(--line);padding-right:8px;display:grid}.auction-date strong{font-family:Italiana,serif;font-size:1.15rem;font-weight:400}.auction-date small{color:var(--wine);font-size:.48rem}.auction-admin-list img{object-fit:cover;border-radius:8px 8px 2px 2px;width:58px;height:70px}.auction-admin-list>button>span:nth-child(3){justify-items:start;display:grid}.auction-admin-list>button>span:nth-child(3)>strong{margin:4px 0 2px;font-family:Italiana,serif;font-size:.9rem;font-weight:400}.auction-admin-list>button>span:nth-child(3)>small{color:var(--muted);font-size:.5rem}.selected-product-row{text-align:left;border:1px solid var(--line);background:#ffffff7a;border-radius:17px;grid-template-columns:86px 1fr 18px;align-items:center;gap:12px;width:100%;padding:10px;display:grid}.selected-product-row img{object-fit:cover;border-radius:10px;width:86px;height:112px}.selected-product-row>span{display:grid}.selected-product-row small{color:var(--wine);letter-spacing:.1em;font-size:.49rem}.selected-product-row strong{margin:5px 0;font-family:Italiana,serif;font-size:1rem;font-weight:400}.selected-product-row em{color:var(--muted);font-size:.55rem;font-style:normal}.auction-info-box{margin-top:14px}.auction-info-box--warning{color:#795d22;background:#eee6d2}.auction-info-box--warning small{color:#776b4e}.auction-review-hero{border-radius:18px;height:260px;position:relative;overflow:hidden}.auction-review-hero img{object-fit:cover;width:100%;height:100%}.auction-review-hero:after{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.auction-review-hero>div{z-index:1;color:#fff;position:absolute;bottom:17px;left:17px}.auction-review-hero h2{color:#fff;margin:5px 0 2px;font-size:1.8rem}.auction-review-hero p{color:#ffffffb3;margin:0;font-size:.6rem}.store-live-head{background:var(--ink);color:#fff;grid-template-columns:84px 1fr auto;align-items:center;gap:12px;padding:12px 18px 22px;display:grid}.store-live-head img{object-fit:cover;border-radius:10px;width:84px;height:100px}.store-live-head>div{display:grid}.store-live-head small{color:#d8c5a3;letter-spacing:.11em;font-size:.48rem}.store-live-head h1{color:#fff;margin:4px 0 2px;font-size:1.55rem}.store-live-head span{color:#ffffff94;font-size:.55rem}.viewer-count{background:#ffffff17;border-radius:999px;align-self:start;align-items:center;gap:4px;padding:5px 8px;display:flex!important}.store-live-body{background:var(--paper);border-radius:24px 24px 0 0;margin-top:-10px;padding-top:22px}.control-metrics{border:1px solid var(--line);border-radius:17px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.control-metrics>div{padding:14px;display:grid}.control-metrics>div+div{border-left:1px solid var(--line)}.control-metrics small{color:var(--muted);letter-spacing:.1em;font-size:.48rem}.control-metrics strong{margin:4px 0;font-family:Italiana,serif;font-size:1.45rem;font-weight:400}.control-metrics span{color:var(--muted);font-size:.53rem}.live-chart{border-bottom:1px solid var(--line);margin:16px 0 22px}.live-chart__head{justify-content:space-between;font-size:.59rem;display:flex}.live-chart__head span{align-items:center;gap:5px;display:flex}.live-chart__head em{color:var(--success);font-style:normal}.live-chart svg{width:100%;height:110px;color:var(--wine);overflow:visible}.admin-bid-list{display:grid}.admin-bid-list>div{border-bottom:1px solid var(--line);grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:8px 0;display:grid}.admin-bid-list>div>span:nth-child(2){display:grid}.admin-bid-list strong{font-size:.65rem}.admin-bid-list small{color:var(--muted);font-size:.53rem}.admin-bid-list b{font-size:.69rem}.control-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;display:grid}.control-actions .button{min-width:0;padding:0 12px;font-size:.65rem}.order-summary-scroll{scrollbar-width:none;grid-auto-columns:minmax(92px,1fr);grid-auto-flow:column;gap:8px;margin:0 -20px;padding:0 20px 8px;display:grid;overflow-x:auto}.order-summary-scroll>div{border:1px solid var(--line);background:#fff6;border-radius:15px;align-content:center;min-height:82px;padding:11px;display:grid}.order-summary-scroll span{font-family:Italiana,serif;font-size:1.45rem}.order-summary-scroll small{color:var(--muted);font-size:.53rem}.admin-order-list>button{border:1px solid var(--line);text-align:left;background:#fff6;border-radius:16px;width:100%;padding:12px}.admin-order-head{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:10px;display:flex}.admin-order-head>span{display:grid}.admin-order-head strong{font-size:.66rem}.admin-order-head small{color:var(--muted);font-size:.52rem}.admin-order-customer{grid-template-columns:50px 1fr auto;align-items:center;gap:10px;padding-top:10px;display:grid}.admin-order-customer img{object-fit:cover;border-radius:8px;width:50px;height:58px}.admin-order-customer>span{display:grid}.admin-order-customer strong{font-size:.68rem}.admin-order-customer small{color:var(--muted);font-size:.53rem}.admin-order-customer em{font-size:.68rem;font-style:normal;font-weight:600}.admin-detail-head{justify-content:space-between;align-items:start;gap:15px;display:flex}.admin-detail-head h1{margin:6px 0 2px;font-size:2.3rem}.admin-detail-head p{color:var(--muted);font-size:.62rem}.order-product-row--admin{margin-top:17px}.status-actions{grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:20px;display:grid}.status-actions button{color:var(--muted);justify-items:center;gap:6px;font-size:.54rem;display:grid;position:relative}.status-actions button:before{content:"";background:var(--line);height:1px;position:absolute;top:15px;left:-50%;right:50%}.status-actions button:first-child:before{display:none}.status-actions button>span{border:1px solid var(--line);background:var(--paper);z-index:1;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.status-actions button.is-active{color:var(--wine)}.status-actions button.is-active>span{background:var(--wine);color:#fff;border-color:var(--wine)}.customer-list{margin-top:14px;display:grid}.customer-list button{text-align:left;border-bottom:1px solid var(--line);grid-template-columns:40px 1fr auto 18px;align-items:center;gap:9px;width:100%;min-height:68px;display:grid}.customer-avatar{background:var(--paper-deep);width:38px;height:38px;color:var(--wine);border-radius:50%;place-items:center;font-size:.62rem;font-weight:600;display:grid}.customer-list button>span:nth-child(2){display:grid}.customer-list strong{font-size:.67rem}.customer-list small{color:var(--muted);font-size:.52rem}.customer-list em{font-size:.59rem;font-style:normal}.privacy-note{color:var(--muted);background:var(--paper-deep);margin-top:18px;font-size:.56rem;line-height:1.45}.store-profile-cover{color:#fff;background:linear-gradient(145deg,#331019,#712b3d);align-items:end;gap:15px;min-height:280px;padding:28px 22px;display:flex;position:relative;overflow:hidden}.store-profile-cover:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:280px;height:280px;position:absolute;top:-100px;right:-100px;box-shadow:0 0 0 45px #ffffff06,0 0 0 90px #ffffff05}.store-profile-logo{z-index:1;border:1px solid #ffffff4d;border-radius:50%;flex:0 0 64px;place-items:center;width:64px;height:64px;font-family:Italiana,serif;display:grid}.store-profile-cover>div{z-index:1}.store-profile-cover h1{color:#fff;margin:4px 0 12px;font-size:2rem;line-height:1}.store-profile-cover button{color:#fff;border-bottom:1px solid #fff6;align-items:center;gap:5px;padding-bottom:3px;font-size:.6rem;display:flex}.settings-body{background:var(--paper);border-radius:20px 20px 0 0;margin-top:-15px}@media (width<=359px){.page-body{padding-left:15px;padding-right:15px}.editorial-hero{margin-left:-15px;margin-right:-15px}.product-grid{gap:17px 8px}.welcome-copy h1{font-size:2.5rem}.choice-card{min-height:200px}.form-grid,.ai-options{grid-template-columns:1fr}.auction-state strong{font-size:1.35rem}.bottom-nav{padding-left:4px;padding-right:4px}.bottom-nav__item{font-size:.51rem}.assurance-row{flex-direction:column}.review-product{grid-template-columns:105px 1fr}.review-product img{width:105px;height:150px}}@media (width>=541px){body{padding:20px 0}.app-frame,.welcome-page,.auth-page,.choice-page{border-radius:28px;min-height:calc(100dvh - 40px);overflow:hidden}.bottom-nav,.sticky-action-bar{border-radius:0 0 28px 28px;bottom:20px}.modal-backdrop{align-items:center}.bottom-sheet{border-radius:26px;max-height:82dvh}.welcome-page{grid-template-rows:minmax(560px,1fr) auto}}@media (width>=760px){.app-frame,.welcome-page,.auth-page,.choice-page{width:min(100%,620px)}.bottom-nav,.sticky-action-bar{max-width:620px}.product-grid{grid-template-columns:repeat(2,1fr)}.floating-cart,.fab{right:max(18px,50vw - 292px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
