    :root{--gold:#d9ae57;--cream:#f7edd5;--ink:#090909;--glass:rgba(255,255,255,.075);--line:rgba(217,174,87,.22)}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#252019 0,#0b0b0b 38%,#050505 100%);color:#f8f2e7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
    ::selection{background:var(--gold);color:#080808}
    .glass{background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
    .glass-gold{border-color:rgba(217,174,87,.34);box-shadow:0 18px 70px rgba(217,174,87,.08),inset 0 1px 0 rgba(255,255,255,.08)}
    .gold-text{color:var(--gold)}.gold-bg{background:var(--gold);color:#090909}
    .noise:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
    .hero{min-height:calc(100svh - 76px);background:radial-gradient(circle at 50% 20%,rgba(217,174,87,.14),transparent 30%)}
    .hero-logo{filter:drop-shadow(0 18px 38px rgba(0,0,0,.55));max-height:310px}
    .btn{transition:.2s ease;transform:translateY(0)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.98)}
    .product-img{aspect-ratio:4/5;object-fit:cover;background:#141414}.product-card{transition:.25s ease}.product-card:hover{transform:translateY(-5px);border-color:rgba(217,174,87,.45)}
    .hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{scrollbar-width:none}
    .modal{background:rgba(0,0,0,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
    .toast{animation:toastIn .25s ease,toastOut .25s ease 3.2s forwards}@keyframes toastIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(12px)}}
    .pulse{animation:pulse 1.7s infinite}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(217,174,87,.35)}50%{box-shadow:0 0 0 9px rgba(217,174,87,0)}}
    input,select,textarea{outline:none}input:focus,select:focus,textarea:focus{border-color:rgba(217,174,87,.65)!important;box-shadow:0 0 0 3px rgba(217,174,87,.08)}
    .home-modern{background:radial-gradient(circle at 50% 0,rgba(217,174,87,.05),transparent 30%)}.delivery-strip{font-size:clamp(.72rem,2.5vw,.95rem)}.section-rule{display:flex;align-items:center;gap:14px;color:var(--gold);font-size:12px;letter-spacing:.25em;font-weight:800;justify-content:center}.section-rule:before,.section-rule:after{content:"";height:1px;background:linear-gradient(90deg,transparent,var(--gold));flex:1}.section-rule:after{background:linear-gradient(90deg,var(--gold),transparent)}.home-tile{border-color:rgba(217,174,87,.28)}.tile-shade{position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.82))}.home-banners .home-banner{width:100%;min-width:0}.home-banners .banner-img{aspect-ratio:16/9}.featured-row .product-card{min-width:0}.font-serif{font-family:Georgia,serif}
    .status-dot{width:8px;height:8px;border-radius:99px;background:#79d58c;display:inline-block}.drawer{transition:transform .3s ease}.drawer.closed{transform:translateX(105%)}
    .drawer-link{display:flex;align-items:center;gap:14px;width:100%;padding:14px;border-radius:16px;color:#f8f2e7;font-weight:700;text-align:left}.drawer-link:hover{background:rgba(217,174,87,.12)}.drawer-link svg{width:20px;height:20px;color:var(--gold)}.drawer-sub{display:block;width:100%;padding:10px 0;color:rgba(255,255,255,.62);text-align:left}.drawer-sub:hover{color:var(--gold)}.drawer-panel{animation:drawerIn .25s ease}@keyframes drawerIn{from{transform:translateX(-100%)}to{transform:translateX(0)}}
    .profile-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:17px 0;text-align:left}.profile-row>span{display:flex;align-items:center;gap:12px}.profile-row svg{width:22px;height:22px;color:var(--gold)}.profile-row span:last-child{color:rgba(255,255,255,.5);font-size:.82rem}
    .mobile-nav{padding-bottom:max(10px,env(safe-area-inset-bottom))}    .admin-tab{white-space:nowrap}.admin-pane{animation:fadeUp .2s ease}@keyframes fadeUp{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.admin-list-row{transition:.18s ease}.admin-list-row:hover{border-color:rgba(217,174,87,.35);background:rgba(217,174,87,.06)}
    .nav-btn{color:rgba(255,255,255,.4);transition:color .18s ease,transform .12s ease}.nav-btn.active{color:var(--gold,#d9ae57)}.nav-btn:active{transform:scale(.94)}
    .nav-btn-desktop{position:relative;transition:color .18s ease}.nav-btn-desktop.active{color:#fff}.nav-btn-desktop.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold,#d9ae57);border-radius:2px}
    .field-error{border-color:rgba(248,113,113,.6)!important;box-shadow:0 0 0 1px rgba(248,113,113,.25)}.field-error-msg{color:#fca5a5;font-size:11px;margin-top:4px;display:flex;align-items:center;gap:4px}
    .btn-loading{position:relative;pointer-events:none;opacity:.75}.btn-loading .btn-label{visibility:hidden}.btn-loading:after{content:"";position:absolute;inset:0;margin:auto;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:btnspin .7s linear infinite}@keyframes btnspin{to{transform:rotate(360deg)}}
    .button-spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;animation:btnspin .7s linear infinite;vertical-align:-2px}
    .inline-error{background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.25);color:#fca5a5}.inline-success{background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.25);color:#86efac}.inline-loading{background:rgba(217,174,87,.08);border:1px solid rgba(217,174,87,.2);color:#d9ae57}
    .home-banners{scroll-snap-type:x mandatory}.home-banner{scroll-snap-align:start}.banner-img{aspect-ratio:16/9;object-fit:cover}.page-content{min-height:70svh}
    @media(max-width:767px){body{padding-bottom:72px}.footer-safe{padding-bottom:90px}.settings-scroll{max-height:calc(100svh - 2rem);overflow-y:auto}}
    @media(min-width:768px){.desktop-only{display:flex}.mobile-only{display:none}}
    @media(max-width:767px){.desktop-only{display:none}.mobile-only{display:flex}.hero-logo{max-height:230px}}
  
/* OGTHRIFTS production polish v2 */
:root{--app-max:1120px}
.max-w-7xl{max-width:var(--app-max)!important}
header>div{height:64px!important}
.page-content{min-height:64svh}
.store-launch-bar{max-width:var(--app-max)!important}
.store-launch-bar .glass-gold{box-shadow:0 10px 35px rgba(0,0,0,.18)}
.profile-modern .max-w-4xl{max-width:760px!important}
.home-modern .home-tile{border-radius:22px}
.home-modern .home-top{padding-top:12px!important}
.product-card{border-radius:20px!important}
.product-card .product-img{aspect-ratio:4/5!important}
.modal>div{max-width:min(920px,calc(100vw - 24px))}
@media(max-width:767px){
  body{font-size:14px}
  header>div{height:62px!important}
  header .w-11{width:40px!important;height:40px!important}
  header .w-10{width:38px!important;height:38px!important}
  header img.w-11{width:40px!important;height:40px!important}
  .page-content>section{padding-left:12px!important;padding-right:12px!important}
  .home-top{padding-top:8px!important;padding-bottom:8px!important}
  .delivery-strip{padding:9px 10px!important;font-size:11px!important}
  .delivery-strip svg{width:18px!important;height:18px!important}
  .home-banners{gap:10px!important}
  .home-banners .home-banner{border-radius:20px!important}
  .home-banners .banner-img{aspect-ratio:1.65/1!important}
  .home-banner h3{font-size:22px!important}
  .home-banner p{font-size:11px!important;line-height:1.35!important}
  .home-banner button{font-size:10px!important;padding:8px 11px!important;margin-top:9px!important}
  .section-rule{font-size:9px!important;letter-spacing:.18em!important}
  .home-tile{border-radius:20px!important}
  .home-tile .text-3xl{font-size:22px!important}
  .home-tile .gold-text{font-size:9px!important}
  .store-launch-bar{padding-top:7px!important;padding-bottom:7px!important}
  .store-launch-bar .glass-gold{padding:9px 10px!important;border-radius:16px!important}
  .store-launch-bar .min-w-\[42px\]{min-width:34px!important;padding:5px 5px!important}
  .store-launch-bar b{font-size:12px!important}
  .store-launch-bar small{font-size:6px!important}
  .store-modern section:not(.store-launch-bar){padding-left:12px!important;padding-right:12px!important}
  .store-modern #searchInput{padding-top:10px!important;padding-bottom:10px!important;font-size:13px!important}
  .store-modern #catFilter{padding-top:10px!important;padding-bottom:10px!important;font-size:12px!important}
  .product-card .p-4{padding:10px!important}
  .product-card h3,.product-card .font-bold{font-size:12px!important}
  .product-card .text-\[10px\]{font-size:8px!important}
  .profile-modern .glass{border-radius:20px!important}
  .profile-modern .p-5{padding:14px!important}
  .profile-modern h2,.profile-modern .text-xl{font-size:16px!important}
  .profile-modern #profileName{font-size:18px!important}
  .profile-modern #avatar{width:58px!important;height:58px!important;font-size:24px!important}
  .profile-modern .profile-row{padding:13px 0!important;font-size:13px!important}
  .profile-modern .profile-row svg{width:19px!important;height:19px!important}
  .profile-modern #googleBtn{padding-top:12px!important;padding-bottom:12px!important}
  .modal .p-6,.modal .sm\:p-8{padding:14px!important}
  .modal h2.text-3xl{font-size:21px!important}
  .adminModal,.settings-scroll{font-size:13px}
}
@media(min-width:768px){
  .home-banners .banner-img{aspect-ratio:2.1/1}
  .home-modern .home-tile img{max-height:430px}
}

    .skeleton-shimmer{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
    #productGallery{touch-action:pan-x}
#adminAdHost{margin-top:0}.admin-live-ad{position:relative;overflow:hidden}.admin-live-ad img{width:100%;display:block;aspect-ratio:16/6;object-fit:cover}.admin-live-ad .ad-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.18),transparent)}.admin-live-ad .ad-copy{position:absolute;left:20px;top:50%;transform:translateY(-50%);max-width:70%}.admin-maintenance{position:fixed;inset:0;z-index:99999;background:#090909;color:#fff;display:grid;place-items:center;padding:24px;text-align:center}.admin-maintenance-card{max-width:460px;border:1px solid rgba(217,174,87,.3);background:rgba(255,255,255,.06);backdrop-filter:blur(18px);border-radius:28px;padding:32px}.admin-maintenance h1{font-size:28px;font-weight:900;margin:12px 0}.admin-maintenance p{color:rgba(255,255,255,.62)}
@media(max-width:767px){.admin-live-ad img{aspect-ratio:1.8/1}.admin-live-ad .ad-copy{left:14px;max-width:75%}.admin-live-ad .ad-copy h3{font-size:18px!important}.admin-live-ad .ad-copy p{font-size:10px!important}}
