:root{--green:#21c55d;--green-dark:#159447;--red:#ff1f1f;--text:#2f3137;--muted:#6b7280;--line:#e7e9ef;--bg:#fff;--soft:#f6f8fb;--dark:#2f2f2f}
html{background:#fff}
body{opacity:1}
.page-transition-overlay{position:fixed;inset:0;z-index:9999;background:#fff;overflow:hidden;pointer-events:none;opacity:1;transform:scale(1);filter:blur(0);transition:opacity .28s ease,transform .28s ease,filter .28s ease}
.page-transition-overlay.is-fading{opacity:0;transform:scale(.995);filter:blur(2px)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,"Noto Sans KR",sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1220px,calc(100% - 32px));margin:0 auto}.header{position:sticky;top:0;z-index:20;background:#fff;border-top:5px solid #33343d;border-bottom:1px solid #f1f1f1}.nav{height:92px;display:flex;align-items:center;gap:26px}.logo{display:inline-flex;align-items:center;gap:5px;color:#33343d}.logo-text{display:flex;flex-direction:column;font-weight:900;font-size:22px;line-height:.82;letter-spacing:0}.logo-text span{font-size:11px;color:#33343d;margin-left:1px}.logo-pet{width:40px;height:42px;object-fit:contain;transform:translateY(2px)}.menu{display:flex;gap:22px;align-items:center;font-size:15px;font-weight:700;flex:1}.actions{display:flex;gap:18px;align-items:center;color:#222}.icon-link{position:relative;font-size:22px}.cart-badge{position:absolute;top:-10px;right:-12px;background:var(--red);color:#fff;border-radius:999px;font-size:11px;min-width:18px;height:18px;display:grid;place-items:center}.mobile-toggle{display:none;border:0;background:#111;color:#fff;border-radius:8px;padding:9px 12px}.hero{min-height:520px;background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.38)),url("/static/images/hero-garden.png") center/cover;display:grid;place-items:center;text-align:center;color:#fff}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.08;margin:0 0 14px;font-weight:900}.hero p{font-size:clamp(18px,2vw,27px);font-weight:800;margin:0 0 28px}.btn{border:0;border-radius:12px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;gap:8px;align-items:center;justify-content:center}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-dark{background:#080808;color:#fff}.btn-light{background:#fff;color:#111;border:1px solid var(--line)}.section{padding:58px 0}.section-title{font-size:clamp(30px,4vw,54px);margin:0 0 34px;font-weight:900}.section-title .paw{font-size:.72em;margin-right:10px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{position:relative}.product-image{aspect-ratio:1.1/1;border-radius:24px;overflow:hidden;background:#eaf6ff;border:1px solid #dff1ff}.badge{position:absolute;left:14px;top:14px;background:var(--red);color:#fff;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:900}.badge.sold{background:#fff;color:#333}.product-card h3{font-size:20px;line-height:1.08;margin:12px 0 6px}.price{font-weight:900}.original{color:#9ca3af;text-decoration:line-through;font-size:14px;margin-left:4px}.stock{font-size:13px;color:var(--muted);margin:8px 0 12px}.card-actions{display:flex;gap:8px;flex-wrap:wrap}.page-hero{padding:64px 0 36px}.page-hero h1{font-size:52px;margin:0 0 14px}.page-hero p{font-size:18px;color:#444;max-width:640px;line-height:1.7}.toolbar{display:flex;gap:12px;justify-content:space-between;align-items:center;margin:12px 0 34px;flex-wrap:wrap}.filters,.sorts{display:flex;gap:8px;flex-wrap:wrap}.pill,.field,select,textarea,input{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:#fff}.pill.active{background:#111;color:#fff}.field{min-width:240px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}.detail-image{border-radius:30px;overflow:hidden;background:#eaf6ff}.detail h1{font-size:42px;margin:0 0 16px}.detail-price{font-size:32px;font-weight:900}.notice,.panel{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .full{grid-column:1/-1}.cart-row{display:grid;grid-template-columns:80px 1fr auto auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{border-radius:14px}.total-line{display:flex;justify-content:space-between;font-size:24px;font-weight:900;margin-top:24px}.flash{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;padding:12px 14px;margin:18px 0}.footer{background:#333;color:#fff;margin-top:70px;padding:40px 0;text-align:left}.footer h2{margin:0 0 16px}.footer p{margin:9px 0}.footer a,.footer p{color:#e5e7eb}.footer-policy{margin-top:22px!important;font-size:13px;font-weight:900;color:#d1d5db}.footer-policy a:hover{color:#fff}.floating-chat{position:fixed;right:24px;bottom:24px;background:#050505;color:#fff;border-radius:16px;padding:16px 20px;font-size:20px;font-weight:900;z-index:30;box-shadow:0 8px 20px rgba(0,0,0,.2)}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:800;cursor:pointer}.admin-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}.admin-nav{background:#111;color:#fff;border-radius:18px;padding:18px;align-self:start}.admin-nav a,.admin-nav button{display:block;width:100%;text-align:left;color:#fff;background:none;border:0;padding:10px;border-radius:8px;font-weight:800}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.stat strong{font-size:32px}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.stars{color:#ffb703;font-weight:900}.search-pop{display:none;position:absolute;right:90px;top:76px;background:#fff;border:1px solid var(--line);padding:12px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.search-pop.open{display:block}
@media(max-width:960px){.nav{height:auto;min-height:76px;flex-wrap:wrap;padding:14px 0}.mobile-toggle{display:block;margin-left:auto}.menu{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:12px 0}.menu.open{display:flex}.actions{margin-left:auto}.grid{grid-template-columns:repeat(2,1fr)}.detail,.admin-layout{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.hero{min-height:430px}.page-hero h1{font-size:40px}}
@media(max-width:560px){.container{width:min(100% - 22px,1220px)}.grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:64px 1fr;align-items:start}.cart-row form,.cart-row .line-total{grid-column:2}.stat-grid{grid-template-columns:1fr}.section{padding:38px 0}.floating-chat{right:14px;bottom:14px;font-size:16px;padding:13px 15px}.hero h1{font-size:34px}.hero p{font-size:18px}.product-card h3{font-size:18px}}

/* Header refinement */

.search-pop{position:fixed;top:7px;left:50%;right:auto;transform:translateX(-50%);width:min(674px,calc(100vw - 24px));max-height:calc(100vh - 20px);overflow:auto;background:#fff;border:1px solid #d8d8d8;border-radius:13px;box-shadow:0 18px 55px rgba(0,0,0,.28);padding:0 20px 22px;z-index:80;display:none}
.search-pop.open{display:block}
.search-modal-form{height:52px;margin:0 -20px 18px;padding:0 16px;display:grid;grid-template-columns:22px 1fr 34px;align-items:center;gap:10px;border-bottom:1px solid #ececec}
.search-modal-form svg{width:19px;height:19px;fill:none;stroke:#4b5563;stroke-width:2;stroke-linecap:round}
.search-modal-form input{border:0;border-radius:0;padding:0;font-size:16px;outline:0;min-width:0}
.search-modal-form button{border:0;background:transparent;color:#333;font-size:29px;line-height:1;cursor:pointer}
.search-section{margin-top:16px}
.search-section h2,.search-section-head h2{margin:0 0 11px;font-size:15px;font-weight:800;color:#444}
.search-section-head{display:flex;align-items:center;justify-content:space-between}
.search-section-head button{border:0;background:transparent;color:#7a7a7a;font-size:14px;cursor:pointer}
.search-product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.search-product{min-width:0}
.search-product img{width:100%;aspect-ratio:1.1/1;object-fit:cover;border-radius:0;background:#eaf6ff}
.search-product span{display:block;margin-top:9px;font-size:15px;line-height:1.25;color:#444}
.search-product del{display:block;margin-top:5px;color:#9ca3af;font-size:14px;line-height:1.2}
.search-product strong{display:block;margin-top:4px;color:#222;font-size:15px;line-height:1.2;font-weight:900}

.floating-chat{display:inline-flex;align-items:center;gap:9px;border:0;right:24px;bottom:24px;background:#050505;color:#fff;border-radius:14px;padding:14px 16px;font-size:18px;font-weight:900;cursor:pointer;z-index:62;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.floating-chat svg{width:30px;height:30px;fill:#fff;stroke:#050505;stroke-width:0}
.floating-chat svg path+path{fill:none;stroke:#050505;stroke-linecap:round;stroke-width:2.4}
.chat-widget{position:fixed;right:20px;bottom:96px;width:365px;max-width:calc(100vw - 32px);z-index:70;display:none}
.chat-widget.open{display:block}
.chat-widget-card{overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.22)}
.chat-widget-head{background:#050505;color:#fff;padding:24px 14px 14px}
.chat-widget-head h2{margin:0 0 8px;font-size:20px;line-height:1.1;font-weight:900}
.chat-widget-head p{margin:0 0 18px;font-size:16px;line-height:1.35;font-weight:700}
.chat-return{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border:0;border-radius:7px;background:#5a5a5a;color:#fff;font-size:15px;font-weight:900;cursor:pointer}
.chat-widget-body{padding:20px 12px 0;background:#fff;max-height:430px;overflow:hidden}
.chat-widget-body h3{margin:0 0 16px;text-align:center;font-size:15px;font-weight:900}
.chat-widget-body a,.chat-widget-body button,.chat-widget-body .disabled{display:block;width:100%;margin:0 0 8px;border:1px solid #777;border-radius:7px;padding:11px 13px;color:#6b6b6b;background:#fff;font-size:16px;line-height:1.25;font-weight:800;text-align:left;cursor:pointer}
.chat-widget-body button:disabled,.chat-widget-body .disabled{color:#cfcfcf;border-color:#ddd;cursor:not-allowed}
.operator-chat-title{display:flex;align-items:center;gap:10px;margin:-4px 0 12px;padding-bottom:12px;border-bottom:1px solid #ececec}
.operator-chat-title button{width:34px;height:34px;margin:0;border:0;border-radius:50%;padding:0;background:#f1f1f1;color:#111;font-size:26px;line-height:1;text-align:center}
.operator-chat-title strong{display:block;color:#111;font-size:16px;font-weight:900}
.operator-chat-title span{display:block;margin-top:2px;color:#777;font-size:12px;font-weight:700}
.chat-register{padding-bottom:12px}
.chat-register h3{text-align:left;margin-bottom:8px}
.chat-register p{margin:0 0 12px;color:#555;font-size:13px;line-height:1.45;font-weight:700}
.chat-register label{display:block;margin-bottom:8px;color:#333;font-size:13px;font-weight:900}
.chat-register input{display:block;width:100%;height:40px;margin-top:5px;border-radius:8px;font-size:14px}
.chat-register button{display:flex;align-items:center;justify-content:center;text-align:center;border-color:#111;background:#111;color:#fff}
.chat-register-note{min-height:18px;color:#15803d!important}
.operator-messages{display:flex;flex-direction:column;gap:8px;min-height:255px;max-height:255px;overflow:auto;padding:4px 2px 12px}
.message{max-width:84%;border-radius:14px;padding:10px 12px;font-size:14px;line-height:1.42;font-weight:700}
.message.bot{align-self:flex-start;background:#f0f1f4;color:#111;border-top-left-radius:4px}
.message.user{align-self:flex-end;background:#050505;color:#fff;border-top-right-radius:4px}
.operator-input{display:grid;grid-template-columns:1fr auto;gap:8px;margin:0 -2px;padding:10px 0 0;border-top:1px solid #ececec}
.operator-input input{height:40px;border-radius:9px;font-size:14px}
.operator-input button{width:auto;margin:0;border:0;border-radius:9px;background:#050505;color:#fff;padding:0 14px;text-align:center;font-size:14px}
.chat-close{position:absolute;right:-2px;bottom:-78px;width:60px;height:60px;border:0;border-radius:50%;background:#050505;color:#fff;font-size:48px;line-height:54px;font-weight:300;cursor:pointer;box-shadow:0 10px 22px rgba(0,0,0,.2)}
.floating-chat.chat-hidden{display:none}

@media(max-width:560px){.floating-chat{right:14px;bottom:14px;width:58px;height:58px;border-radius:50%;padding:0;justify-content:center}.floating-chat span{display:none}.floating-chat svg{width:31px;height:31px}.chat-widget{right:12px;bottom:82px;width:min(365px,calc(100vw - 24px))}.chat-close{right:0;bottom:-72px;width:58px;height:58px}}
@media(max-width:560px){.page-product-detail .floating-chat,.page-cart-page .floating-chat,.page-checkout .floating-chat,.page-order-lookup .floating-chat{display:none}}

@media(max-width:560px){.search-pop{top:6px;width:calc(100vw - 12px);padding:0 14px 18px}.search-modal-form{margin:0 -14px 16px}.search-product-row{grid-template-columns:repeat(2,1fr);gap:12px}.search-product span{font-size:14px}}
.header{border-top:3px solid #33343d;border-bottom:0;box-shadow:none}
.header .container{width:min(1438px,calc(100% - 48px))}
.nav{height:98px;gap:28px}
.logo{width:104px;flex:0 0 104px;gap:3px}
.logo-text{font-size:18px;line-height:.82;letter-spacing:-.2px}
.logo-text span{font-size:9px}
.logo-pet{width:34px;height:38px;transform:translateY(1px)}
.menu{gap:22px;font-size:14px;font-weight:800;white-space:nowrap;color:#3f3f42;height:100%}
.menu a{color:#3f3f42;line-height:1;letter-spacing:-.15px}
.actions{gap:16px;margin-left:auto}
.icon-button{width:26px;height:26px;padding:0;border:0;background:transparent;color:#2f3137;display:inline-grid;place-items:center;cursor:pointer;position:relative}
.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.icon-link{font-size:0}
.cart-badge{top:-7px;right:-8px}
.search-pop{top:7px;right:auto}
@media(max-width:960px){.header .container{width:min(100% - 28px,1438px)}.nav{height:auto;min-height:82px}.logo{width:104px;flex-basis:104px}.menu{gap:14px}.actions{gap:12px}}
@media(max-width:560px){.nav{min-height:76px}.logo-text{font-size:17px}.logo-pet{width:32px;height:36px}.icon-button{width:30px;height:30px}.icon-button svg{width:20px;height:20px}}

/* Header mega menu */
.nav-dropdown{display:flex;align-items:center;height:100%;padding:0 2px}
.nav-dropdown-trigger{display:flex;align-items:center;height:100%}
.mega-menu{position:fixed;left:0;right:0;top:98px;z-index:19;background:#fff;border-top:1px solid #f3f4f6;box-shadow:0 20px 45px rgba(15,23,42,.08);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu,.nav-dropdown.is-open .mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.mega-inner{width:min(1438px,calc(100% - 48px));margin:0 auto;padding:30px 0 38px;display:grid;grid-template-columns:220px 1fr;gap:44px;align-items:start}
.mega-links{display:grid;gap:18px;padding-top:7px}
.mega-links a{font-size:16px;font-weight:900;color:#333;line-height:1.1}
.mega-links a:hover{color:#111;text-decoration:underline;text-underline-offset:4px}
.mega-products{display:grid;grid-template-columns:repeat(3,minmax(0,224px));gap:20px;justify-content:end}
.mega-product{display:block;min-width:0;color:#333}
.mega-product img{width:100%;aspect-ratio:1/1.25;object-fit:cover;background:#0da7ff}
.mega-product span{display:block;margin-top:10px;font-size:14px;font-weight:500;line-height:1.2;color:#333}
.mega-product strong{display:block;margin-top:5px;font-size:13px;line-height:1.2;color:#222;font-weight:900}
.mega-product del{margin-right:5px;color:#a8a8a8;font-weight:600}
@media(max-width:960px){.nav-dropdown{height:auto;display:block;width:100%}.nav-dropdown-trigger{height:auto}.mega-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;pointer-events:auto}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu,.nav-dropdown.is-open .mega-menu{display:block}.mega-inner{width:100%;padding:14px 0 4px;grid-template-columns:1fr;gap:18px}.mega-products{grid-template-columns:repeat(3,1fr);justify-content:start}.mega-links{gap:10px;padding:0 0 0 14px}.mega-links a{font-size:14px}.mega-product img{border-radius:12px}}
@media(max-width:560px){.mega-products{grid-template-columns:1fr 1fr}.mega-product span,.mega-product strong{font-size:12px}}

/* Mobile navigation */
@media(max-width:960px){
  .header .container{width:min(100% - 24px,1438px)}
  .nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px 12px;min-height:0;padding:12px 0}
  .logo{grid-column:1;grid-row:1;width:auto;min-width:0;flex:initial}
  .mobile-toggle{grid-column:3;grid-row:1;justify-self:end;margin:0;border-radius:10px;padding:10px 13px;font-size:13px;font-weight:900}
  .actions{grid-column:1/-1;grid-row:2;justify-self:end;margin:0;display:flex;align-items:center;gap:14px}
  .account-actions{gap:12px;font-size:13px}
  .menu{grid-column:1/-1;grid-row:3;width:100%;margin:2px 0 0;padding:10px 0 4px;border-top:1px solid #edf2f7;gap:0}
  .menu.open{display:grid}
  .menu>a,.nav-dropdown-trigger{display:flex;width:100%;min-height:42px;align-items:center;border-bottom:1px solid #f1f5f9;color:#111827;font-size:15px;font-weight:900}
  .nav-dropdown{width:100%}
  .menu.open .mega-menu{display:block}
  .mega-inner{padding:0 0 10px}
  .mega-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px 0 0}
  .mega-links a{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;font-size:13px;line-height:1.2;text-align:center}
  .mega-products{display:none}
}
@media(max-width:560px){
  .logo-text{font-size:18px}
  .logo-text span{font-size:8px}
  .logo-pet{width:31px;height:34px}
  .actions{gap:12px}
  .mega-links{grid-template-columns:1fr}
  .mega-links a{justify-content:flex-start;padding:0 13px}
}

/* Home category shelf */
.home-products-section{padding:48px 0 70px;background:#fff}
.home-products-section .container{width:min(1440px,calc(100% - 48px))}
.home-products-title{display:flex;align-items:center;gap:18px;margin:0 0 38px;font-size:46px;line-height:1.08;font-weight:900;letter-spacing:-1.5px;color:#303033}
.home-products-title .paw{font-size:42px;line-height:1;filter:saturate(.7)}
.home-product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px 16px}
.home-product-card{min-width:0}
.home-product-card a{display:block}
.home-product-image{position:relative;aspect-ratio:1.08/1;border-radius:24px;overflow:hidden;background:#10a7ff}
.home-product-image img{width:100%;height:100%;object-fit:cover}
.home-badge{position:absolute;left:12px;bottom:13px;background:#ff1717;color:#fff;border-radius:999px;padding:8px 12px;font-size:13px;line-height:1;font-weight:900;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.home-badge.sold{background:#fff;color:#444;font-size:12px}
.home-product-card h3{margin:6px 0 2px;font-size:25px;line-height:.98;font-weight:900;letter-spacing:-1px;color:#343434}
.home-card-price{margin:0;font-size:13px;line-height:1.2;color:#303033;font-weight:700}
.home-card-price del{margin-left:4px;color:#9a9a9a;font-weight:700}
@media(max-width:1200px){.home-product-grid{grid-template-columns:repeat(4,1fr)}.home-products-title{font-size:40px}.home-product-card h3{font-size:22px}}
@media(max-width:760px){.home-products-section .container{width:min(100% - 24px,1440px)}.home-product-grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}.home-products-title{font-size:32px;gap:12px}.home-products-title .paw{font-size:30px}.home-product-card h3{font-size:20px}}
@media(max-width:430px){.home-product-grid{grid-template-columns:repeat(2,1fr);gap:22px 12px}.home-products-section{padding-top:36px}.home-products-title{font-size:28px}.home-product-card h3{font-size:18px}.home-card-price{font-size:12px}}

/* Hero banner refinement */
.hero{
  min-height:430px;
  padding:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,.10) 27%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.14) 72%,rgba(0,0,0,.40) 100%),
    linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(0,0,0,.06) 45%,rgba(0,0,0,.28) 100%),
    url("/static/images/hero-garden.png") center 46%/cover no-repeat;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
}
.hero-inner{width:min(1180px,calc(100% - 32px));transform:translateY(3px)}
.hero h1{margin:0 0 20px;font-size:clamp(34px,3.65vw,56px);line-height:1.14;font-weight:900;letter-spacing:-1.4px;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.26);word-break:keep-all;text-wrap:balance}
.hero p{margin:0 0 28px;font-size:clamp(20px,2.3vw,32px);line-height:1.15;font-weight:900;letter-spacing:-.8px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.24)}
.hero-cta{min-width:140px;height:52px;border-radius:12px;padding:0 24px;font-size:16px;font-weight:900;background:#18c866;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.hero-cta:hover{background:#14b85c}
@media(max-width:960px){.hero{min-height:390px}.hero h1{font-size:38px;max-width:760px;margin-left:auto;margin-right:auto}.hero p{font-size:22px}}
@media(max-width:560px){.hero{min-height:340px;background-position:center}.hero h1{font-size:29px;line-height:1.22;letter-spacing:-.8px}.hero p{font-size:18px}.hero-cta{height:48px;min-width:128px;font-size:14px}}

/* Seeds, games and FAQ sections */
.seeds-section{padding-top:4px}
.home-products-title .sprout{font-size:46px;line-height:1;margin-right:2px}
.pack-label{position:absolute;right:9px;top:3px;color:#fff;font-size:34px;font-weight:900;line-height:1;text-transform:uppercase;text-shadow:-2px -2px 0 #111,2px -2px 0 #111,-2px 2px 0 #111,2px 2px 0 #111,0 3px 6px rgba(0,0,0,.22)}
.games-section{padding:48px 0 74px;background:#fff}
.games-section .container{width:min(1380px,calc(100% - 80px))}
.games-section h2,.home-faq-section h2{margin:0 0 28px;text-align:center;font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.8px;color:#303033}
.game-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.game-card{position:relative;display:block;aspect-ratio:1.55/1;border-radius:28px;overflow:hidden;border:1px solid #111;background:#111}
.game-card img{width:100%;height:100%;object-fit:cover}
.game-card span{position:absolute;left:16px;top:16px;background:#ffdb12;color:#111;border-radius:999px;padding:13px 18px;font-size:15px;line-height:1;font-weight:700}
.game-card.coming-soon{display:grid;place-items:center;border-color:#e1e1e1;background:#f5f5f5;color:#333}
.game-card.coming-soon strong{font-size:32px;font-weight:900;letter-spacing:-.8px}
.home-faq-section{padding:56px 0 48px;background:#fff}
.home-faq-section .container{width:min(1440px,calc(100% - 52px))}
.home-faq-section h2{margin-bottom:34px;font-size:34px}
.home-faq-list{border-top:1px solid #ececec}
.home-faq-list details{border-bottom:1px solid #ececec}
.home-faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:46px;padding:0;font-size:15px;font-weight:700;color:#333;cursor:pointer}
.home-faq-list summary::-webkit-details-marker{display:none}
.home-faq-list summary::after{content:"⌄";font-size:18px;font-weight:700;color:#111;transition:transform .18s ease}
.home-faq-list details[open] summary::after{transform:rotate(180deg)}
.home-faq-list p{margin:0 0 16px;color:#555;font-size:14px;line-height:1.7}
@media(max-width:1100px){.game-card-grid{grid-template-columns:1fr}.game-card{aspect-ratio:1.9/1}.games-section .container{width:min(100% - 32px,1380px)}}
@media(max-width:760px){.games-section h2,.home-faq-section h2{font-size:28px}.game-card{border-radius:20px}.game-card span{left:12px;top:12px;padding:10px 14px;font-size:13px}.home-faq-section .container{width:min(100% - 24px,1440px)}.home-faq-list summary{font-size:14px;min-height:52px}.pack-label{font-size:28px}}

/* Product detail page */
.product-detail-page{padding:14px 0 72px;background:#fff}
.product-detail-layout{width:min(1410px,calc(100% - 24px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.52fr) minmax(390px,.78fr);gap:92px;align-items:start}
.product-detail-media{background:#0f97ff;overflow:hidden}
.product-detail-media img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-detail-info{padding-top:22px;color:#333}
.product-detail-info h1{margin:0 0 14px;font-size:38px;line-height:1.08;font-weight:900;letter-spacing:-1.2px;color:#333}
.product-detail-price{display:flex;align-items:baseline;gap:5px;margin-bottom:32px;font-size:15px;font-weight:700;color:#333}
.product-detail-price del{color:#a0a0a0;font-weight:700}
.product-detail-info hr{border:0;border-top:1px solid #ececec;margin:0 0 28px}
.product-buy-form{display:grid;grid-template-columns:126px 1fr;gap:12px;margin-bottom:28px}
.quantity-control{height:52px;border:1px solid #dedede;border-radius:13px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;background:#fff;overflow:hidden}
.quantity-control button{height:100%;border:0;background:#fff;color:#444;font-size:21px;line-height:1;cursor:pointer}
.quantity-control input{width:100%;height:100%;border:0;border-radius:0;padding:0;text-align:center;font-size:15px;color:#333;appearance:textfield}
.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{appearance:none;margin:0}
.detail-cart-button,.detail-buy-now-button{height:52px;border:0;border-radius:10px;background:#050505;color:#fff;font-size:15px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}
.detail-cart-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.detail-buy-now-button{grid-column:1/-1}
.detail-cart-button.soldout,.detail-cart-button:disabled,.detail-buy-now-button.soldout,.detail-buy-now-button:disabled{background:#8b8b8b;color:#fff;cursor:not-allowed}
.product-copy{margin-bottom:14px;font-size:15px;line-height:1.75;color:#444;font-weight:500}
.product-copy p{margin:0 0 18px}
.product-copy strong{font-weight:900;color:#333}
.admin-product-description p{white-space:pre-line}
.product-features h2{margin:14px 0 14px;font-size:50px;line-height:1;font-weight:900;letter-spacing:-1.8px;color:#333}
.product-features ul{margin:0;padding-left:22px;font-size:15px;line-height:1.62;color:#333}
.product-features li{padding-left:2px}
.product-features strong{font-weight:900}
@media(max-width:1100px){.product-detail-layout{grid-template-columns:1fr;gap:34px}.product-detail-info{padding-top:0}.product-detail-media img{max-height:760px}.product-buy-form{max-width:560px}}
@media(max-width:560px){.product-detail-page{padding-top:0}.product-detail-layout{width:100%;gap:24px}.product-detail-info{padding:0 18px}.product-detail-info h1{font-size:32px}.product-buy-form{grid-template-columns:1fr}.product-features h2{font-size:38px}.product-detail-media img{aspect-ratio:1/1}}

/* Checkout page */
.checkout-page{padding:44px 0 80px;background:#fff}
.checkout-layout{width:min(1120px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:48px;align-items:start}
.checkout-form-card h1{margin:0 0 12px;font-size:42px;line-height:1.12;font-weight:900;color:#1f2937;letter-spacing:-1px}
.checkout-eyebrow{margin:0 0 8px;color:#16a34a;font-size:13px;font-weight:900;letter-spacing:.08em}
.checkout-help{margin:0 0 28px;max-width:560px;color:#4b5563;font-size:15px;line-height:1.65}
.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}
.checkout-form label{display:flex;flex-direction:column;gap:8px;color:#111827;font-size:14px;font-weight:800}
.checkout-form label small{color:#6b7280;font-size:12px;font-weight:700}
.checkout-form label.wide{grid-column:1/-1}
.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid #dce2ea;border-radius:12px;background:#fff;padding:13px 14px;font-size:15px;line-height:1.4;outline:0;transition:border-color .15s,box-shadow .15s}
.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.checkout-form textarea{resize:vertical;min-height:116px}
.checkout-fixed-payment{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dce2ea;border-radius:12px;background:#f8fafc;padding:14px 16px}
.checkout-fixed-payment span{color:#374151;font-size:14px;font-weight:900}
.checkout-fixed-payment strong{color:#111827;font-size:15px;font-weight:900}
.checkout-submit{grid-column:1/-1;height:54px;border:0;border-radius:12px;background:#22c55e;color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 12px 25px rgba(34,197,94,.18)}
.checkout-submit:hover{background:#16a34a}
.checkout-summary-card{background:#f7f9fc;border:1px solid #dfe5ee;border-radius:18px;padding:28px 28px 30px;box-shadow:0 14px 40px rgba(15,23,42,.05)}
.checkout-summary-card h2{margin:0 0 20px;font-size:24px;font-weight:900;color:#111827}
.checkout-items{display:grid;gap:14px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}
.checkout-item{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;font-size:14px;color:#111827}
.checkout-item strong{display:block;font-weight:800;line-height:1.35}
.checkout-item span{display:block;margin-top:3px;color:#6b7280;font-size:13px}
.checkout-item b{white-space:nowrap;font-size:15px}
.checkout-total{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 0 18px;font-size:18px;font-weight:900;color:#111827}
.checkout-total strong{font-size:28px}
.bank-box{background:#fff;border:1px solid #d7efe0;border-radius:16px;padding:18px;margin:0 0 18px;box-shadow:0 10px 26px rgba(16,185,129,.08)}
.bank-box span{display:block;margin-bottom:7px;color:#16a34a;font-size:13px;font-weight:900}
.bank-box strong{display:block;color:#111827;font-size:22px;line-height:1.25;font-weight:900;letter-spacing:-.2px}
.bank-box em{display:block;margin-top:8px;color:#374151;font-size:14px;font-style:normal;font-weight:800}
.bank-box p{margin:12px 0 0;color:#4b5563;font-size:14px;line-height:1.6}
.field-help{display:block;margin-top:7px;color:#64748b;font-size:12px;line-height:1.45;font-weight:800}
.field-help.warning{color:#b91c1c}
.checkout-note{margin:0;padding-left:19px;color:#4b5563;font-size:13px;line-height:1.65}
@media(max-width:980px){.checkout-layout{grid-template-columns:1fr;gap:28px}.checkout-summary-card{order:-1}}
@media(max-width:620px){.checkout-page{padding:28px 0 58px}.checkout-layout{width:min(100% - 28px,1120px)}.checkout-form-card h1{font-size:34px}.checkout-form{grid-template-columns:1fr}.checkout-summary-card{padding:22px 18px}.checkout-total strong{font-size:24px}.bank-box strong{font-size:19px}}

/* Order lookup */
.order-page{padding:44px 0 80px;background:#fff}
.order-layout{width:min(1120px,calc(100% - 44px));margin:0 auto 24px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}
.order-card,.order-items-card,.order-search-card,.order-success-card{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:28px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.order-card h1,.order-search-card h1,.order-success-card h1{margin:0 0 14px;font-size:40px;line-height:1.1;color:#111827;font-weight:900}
.order-card h2,.order-items-card h2{margin:0 0 18px;color:#111827;font-size:24px;font-weight:900}
.order-code-box{display:grid;gap:8px;margin:20px 0;padding:18px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}
.order-code-box span,.order-info-grid span,.order-status-row span,.order-admin-note span{color:#64748b;font-size:13px;font-weight:900}
.order-code-box strong{font-size:26px;color:#111827;letter-spacing:.02em}
.order-status-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:15px 16px;border-radius:14px;background:#ecfdf5;color:#15803d}
.order-status-row strong{font-size:18px}
.order-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.order-info-grid div{display:grid;gap:6px;padding:14px;border-radius:13px;background:#fbfdff;border:1px solid #edf2f7}
.order-info-grid strong{color:#111827;font-size:15px;word-break:break-word}
.order-admin-note{margin-top:16px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}
.order-admin-note p{margin:8px 0 0;color:#374151;line-height:1.6}
.order-warning{margin:0 0 16px;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:13px 14px;font-size:14px;line-height:1.6;font-weight:800}
.deposit-complete-button{width:100%;height:52px;border:0;border-radius:12px;background:#22c55e;color:#fff;font-size:16px;font-weight:900;cursor:pointer}
.deposit-complete-button:disabled{background:#9ca3af;cursor:not-allowed}
.order-items-card{width:min(1120px,calc(100% - 44px));margin:0 auto}
.order-item-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #edf2f7}
.order-item-row:last-child{border-bottom:0}
.order-item-row span{color:#111827;font-weight:800}
.order-item-row strong{white-space:nowrap}
.order-search-card,.order-success-card{width:min(620px,calc(100% - 44px));margin:0 auto;text-align:left}
.order-search-card p,.order-success-card p{color:#4b5563;line-height:1.65}
.order-search-form{display:grid;grid-template-columns:1fr 130px;gap:10px;margin-top:22px}
.order-verify-form{grid-template-columns:1fr 1fr 150px;align-items:end}
.order-verify-form label{display:grid;gap:8px;margin:0;color:#111827;font-size:13px;font-weight:900}
.order-search-form input{height:52px;border-color:#dce2ea;border-radius:12px}
.order-search-form button,.order-link-button{height:52px;border:0;border-radius:12px;background:#22c55e;color:#fff;font-size:15px;font-weight:900;cursor:pointer;text-align:center}
.order-link-button{display:flex;margin-top:18px;align-items:center;justify-content:center;text-decoration:none}
.order-code-form{grid-template-columns:1fr 150px;padding-top:18px;margin-top:18px;border-top:1px solid #e5e7eb}
.order-verify-help{margin:12px 0 0!important;color:#6b7280!important;font-size:13px}
@media(max-width:880px){.order-layout{grid-template-columns:1fr}.order-info-grid{grid-template-columns:1fr}.order-search-form,.order-verify-form,.order-code-form{grid-template-columns:1fr}}

/* Policies */
.policy-page{padding:56px 0 88px;background:#f7f8fa}
.policy-wrap{width:min(1060px,calc(100% - 44px));margin:0 auto}
.policy-hero{margin:0 0 30px}
.policy-hero h1{margin:0 0 12px;color:#111827;font-size:46px;line-height:1.08;font-weight:900}
.policy-hero p{margin:0;color:#4b5563;font-size:16px;line-height:1.7}
.policy-shell{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;align-items:start}
.policy-nav{position:sticky;top:116px;display:grid;gap:6px;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.policy-nav a{display:block;padding:10px 12px;border-radius:6px;color:#374151;font-size:14px;font-weight:900}
.policy-nav a:hover{background:#f3f4f6;color:#111827}
.policy-document{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:34px 38px;box-shadow:0 12px 30px rgba(15,23,42,.04)}
.policy-section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #e5e7eb;scroll-margin-top:120px}
.policy-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.policy-section h2{margin:0 0 22px;color:#111827;font-size:26px;line-height:1.2;font-weight:900}
.policy-section h3{margin:22px 0 8px;color:#111827;font-size:17px;line-height:1.35;font-weight:900}
.policy-section h3:first-of-type{margin-top:0}
.policy-section p{margin:0;color:#4b5563;font-size:15px;line-height:1.85}
@media(max-width:820px){.policy-page{padding:36px 0 64px}.policy-wrap{width:min(100% - 28px,1060px)}.policy-hero h1{font-size:36px}.policy-shell{grid-template-columns:1fr}.policy-nav{position:static;grid-template-columns:1fr 1fr}.policy-document{padding:24px 20px}.policy-section{scroll-margin-top:20px}}
@media(max-width:480px){.policy-nav{grid-template-columns:1fr}.policy-section h2{font-size:23px}.policy-section p{font-size:14px}}

/* Product listing intro */
.product-list-intro{padding:16px 0 64px;background:#fff}
.product-list-intro .container{width:min(1420px,calc(100% - 38px))}
.product-list-intro h1{margin:0 0 18px;font-size:48px;line-height:1.05;font-weight:900;letter-spacing:-1.4px;color:#30333a}
.product-list-intro p{margin:0;color:#333}
.product-list-intro .intro-kicker{font-size:14px;line-height:1.55;font-weight:500;margin-bottom:26px}
.product-list-intro .intro-copy{max-width:500px;font-size:14px;line-height:1.75;font-weight:500}
.product-list-section{padding-top:0}
@media(max-width:760px){.product-list-intro{padding:34px 0 36px}.product-list-intro .container{width:min(100% - 28px,1420px)}.product-list-intro h1{font-size:38px}.product-list-intro .intro-copy{max-width:none}}

/* Collection toolbar and product grid */
.product-list-section{padding:0 0 72px;background:#fff}
.product-list-section .container{width:min(1420px,calc(100% - 38px))}
.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 28px;color:#333}
.collection-right-tools{display:flex;align-items:center;gap:18px;margin-left:auto}
.item-count{font-size:14px;color:#666}
.collection-menu{position:relative}
.collection-menu summary{list-style:none;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;font-weight:500;color:#333}
.collection-menu summary::-webkit-details-marker{display:none}
.collection-menu summary::after{content:"";width:7px;height:7px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease}
.collection-menu[open] summary::after{transform:rotate(225deg) translate(-2px,-1px)}
.collection-dropdown{position:absolute;top:28px;left:0;z-index:15;min-width:190px;padding:12px 0;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.sort-dropdown{right:0;left:auto;min-width:200px}
.collection-dropdown a{display:flex;align-items:center;gap:10px;padding:7px 18px;font-size:15px;line-height:1.2;color:#333;white-space:nowrap}
.collection-dropdown a.active::before{content:"✓";width:14px;color:#111;font-weight:900}
.collection-dropdown a:not(.active)::before{content:"";width:14px}
.view-toggle{width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#777;display:grid;place-items:center;padding:0;cursor:pointer}
.view-toggle.active{background:#f1f1f1;color:#111}
.view-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.view-toggle svg circle{fill:currentColor;stroke:none}
.product-list-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px 16px}
.product-list-grid .product-card{min-width:0;position:relative}
.product-list-grid .product-card a{display:block}
.product-list-grid .product-image{position:relative;aspect-ratio:1/1;border-radius:22px;border:0;background:#0da7ff;overflow:hidden}
.product-list-grid .product-image img{width:100%;height:100%;object-fit:cover}
.product-list-grid .badge{left:11px;top:auto;bottom:11px;padding:8px 11px;font-size:13px;line-height:1;background:#ff1717;z-index:2}
.product-list-grid .badge.sold{background:#fff;color:#444;font-weight:500}
.product-list-grid .product-card h3{margin:12px 0 5px;font-size:15px;line-height:1.25;font-weight:500;letter-spacing:0;color:#333;min-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-list-price{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;font-size:13px;line-height:1.25;color:#333;font-weight:800}
.product-list-price del{color:#a9a9a9;font-weight:600}
.product-list-grid.compact-view{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:26px 18px;align-items:start}
.product-list-grid.compact-view .product-card a{display:block}
.product-list-grid.compact-view .product-image{width:104px;height:104px;aspect-ratio:1/1;border-radius:18px;margin:0 auto 9px}
.product-list-grid.compact-view .product-card h3{width:104px;margin:0 auto;font-size:14px;line-height:1.28;font-weight:500;text-align:left;white-space:normal;overflow:visible;text-overflow:clip;min-height:36px;color:#111}
.product-list-grid.compact-view .product-list-price,.product-list-grid.compact-view .badge{display:none}
@media(max-width:1180px){.product-list-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.collection-toolbar{align-items:flex-start}.collection-right-tools{gap:12px}.product-list-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.product-list-section .container{width:min(100% - 24px,1420px)}.collection-toolbar{flex-wrap:wrap}.collection-right-tools{width:100%;justify-content:flex-end}.product-list-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.sort-dropdown{right:0}.product-list-grid .product-card h3{font-size:15px}}

/* Admin product management */
.admin-page-title{margin-bottom:18px}
.admin-page-title h1{margin:0 0 6px;font-size:34px;font-weight:900;color:#222}
.admin-page-title p{margin:0;color:#666}
.admin-product-form{margin-bottom:28px}
.admin-product-form label{font-weight:800;color:#333}
.admin-product-form input,.admin-product-form select,.admin-product-form textarea{display:block;width:100%;margin-top:7px;font-weight:500}
.admin-check{display:flex!important;align-items:center;gap:8px}
.admin-check input{width:auto;margin:0}
.admin-image-preview{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}
.admin-image-preview span{font-weight:900}
.admin-image-preview img{width:86px;height:86px;object-fit:cover;border-radius:10px;background:#eaf6ff}
.admin-form-actions{display:flex;gap:10px;flex-wrap:wrap}
.admin-bulk-form{display:grid;gap:12px}
.admin-bulk-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.admin-bulk-actions .admin-check{margin-right:auto}
.admin-payment-table{min-width:980px}
.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}
.admin-products-table{min-width:900px}
.admin-product-thumb{width:64px;height:64px;object-fit:cover;border-radius:10px;background:#eaf6ff}
.admin-status{display:inline-block;margin:2px 3px 2px 0;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:900}
.admin-status.on{background:#dcfce7;color:#166534}
.admin-status.off{background:#f1f5f9;color:#475569}
.admin-status.sale{background:#fee2e2;color:#b91c1c}

/* Admin shell */
body.admin-shell{min-height:100vh;background:#f5f7fb;color:#1f2937}
.admin-shell .page-transition-overlay{display:none}
.admin-topbar{height:72px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:25}
.admin-brand{display:inline-flex;align-items:center;gap:6px;color:#30333a}
.admin-brand-text{display:flex;flex-direction:column;font-weight:900;font-size:18px;line-height:.82;letter-spacing:-.2px}
.admin-brand-text span{font-size:10px}
.admin-brand-pet{width:34px;height:38px;object-fit:contain}
.admin-brand em{margin-left:12px;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-style:normal;font-size:12px;font-weight:900}
.admin-logout{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:10px;padding:10px 14px;font-weight:900;cursor:pointer}
.admin-app{display:grid;grid-template-columns:236px minmax(0,1fr);gap:28px;width:min(1440px,calc(100% - 48px));margin:28px auto 56px}
.admin-sidebar{position:sticky;top:96px;align-self:start;background:#111827;color:#fff;border-radius:16px;padding:14px;box-shadow:0 14px 35px rgba(15,23,42,.12)}
.admin-sidebar a{display:flex;align-items:center;min-height:42px;padding:0 13px;border-radius:10px;color:#e5e7eb;font-size:14px;font-weight:900}
.admin-sidebar a:hover{background:#1f2937;color:#fff}
.admin-content{min-width:0}
.admin-content>.flash,.admin-login-wrap>.flash{margin:0 0 16px}
.admin-login-main{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:48px 18px}
.admin-login-wrap{width:min(460px,100%)}
.admin-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:34px;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.admin-login-heading{margin-bottom:24px}
.admin-login-heading span{display:inline-block;margin-bottom:10px;color:#16a34a;font-size:13px;font-weight:900;text-transform:uppercase}
.admin-login-heading h1{margin:0 0 8px;font-size:30px;line-height:1.15;font-weight:900;color:#111827}
.admin-login-heading p{margin:0;color:#6b7280;font-size:14px;line-height:1.6}
.admin-login-form{display:grid;gap:16px}
.admin-login-form label{display:block;color:#374151;font-size:14px;font-weight:900}
.admin-login-form input{display:block;width:100%;margin-top:8px;border-radius:12px;border:1px solid #d9dee7;background:#fff;padding:13px 14px;font-size:15px}
.admin-login-form .btn{width:100%;height:48px;margin-top:4px;border-radius:12px}
.admin-page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.admin-page-title h1{font-size:30px;letter-spacing:-.5px}
.admin-page-title p{max-width:640px;line-height:1.6}
.admin-product-form{background:#fff;border-color:#e5e7eb;border-radius:18px;padding:22px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
.admin-product-form.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.admin-product-form label{display:block;font-size:13px}
.admin-product-form input,.admin-product-form select,.admin-product-form textarea{border-color:#d9dee7;border-radius:12px;padding:12px 13px}
.admin-product-form textarea{min-height:120px;resize:vertical}
.admin-check{height:48px;padding:12px 13px;border:1px solid #d9dee7;border-radius:12px;background:#fff;margin-top:20px}
.admin-form-actions{align-items:center}
.admin-table-wrap{box-shadow:0 12px 35px rgba(15,23,42,.06)}
.admin-products-table th{background:#f8fafc;color:#475569;font-size:13px;font-weight:900}
.admin-products-table td{font-size:14px}
.admin-eyebrow{display:inline-block;margin-bottom:8px;color:#16a34a;font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
.admin-btn{border:1px solid transparent;border-radius:11px;min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:900;line-height:1;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,transform .14s ease,box-shadow .14s ease}
.admin-btn:hover{transform:translateY(-1px)}
.admin-btn-primary{background:#16a34a;color:#fff;box-shadow:0 8px 18px rgba(22,163,74,.22)}
.admin-btn-primary:hover{background:#12833d}
.admin-btn-light{background:#fff;color:#111827;border-color:#d1d5db}
.admin-btn-light:hover{background:#f8fafc;border-color:#9ca3af}
.admin-btn-danger{background:#fff;color:#dc2626;border-color:#fecaca}
.admin-btn-danger:hover{background:#fef2f2;border-color:#fca5a5}
.admin-btn-small{min-height:34px;padding:0 11px;border-radius:9px;font-size:12px}
.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:26px 0 12px}
.admin-section-head h2{margin:0;font-size:20px;line-height:1.2;color:#111827}
.admin-section-head span{color:#6b7280;font-size:13px;font-weight:900}
.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.admin-stat{position:relative;overflow:hidden;border-color:#e5e7eb;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.05)}
.admin-stat::after{content:"";position:absolute;right:-26px;top:-26px;width:82px;height:82px;border-radius:50%;background:#ecfdf5}
.admin-stat span{display:block;margin-bottom:12px;color:#64748b;font-size:13px;font-weight:900}
.admin-stat strong{position:relative;z-index:1;color:#111827;font-size:34px;line-height:1}
.admin-table-wrap{border-color:#e5e7eb}
.admin-products-table{border-collapse:separate;border-spacing:0;width:100%}
.admin-products-table th{padding:14px 16px;border-bottom:1px solid #e5e7eb}
.admin-products-table td{padding:14px 16px;border-bottom:1px solid #eef2f7;vertical-align:middle}
.admin-products-table tbody tr:hover{background:#fbfdff}
.admin-products-table td strong{display:block;color:#111827}
.admin-products-table td small{display:block;margin-top:5px;color:#64748b;font-size:12px;line-height:1.35}
.admin-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.admin-inline-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.admin-inline-form select{min-width:110px;height:38px;padding:8px 10px;border-radius:9px}
.admin-reply-form{min-width:260px;align-items:stretch}
.admin-reply-form select{width:120px}
.admin-reply-form textarea{width:100%;min-width:240px;border-color:#d9dee7;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.45;resize:vertical}
.admin-cell-copy{margin:7px 0 0;color:#374151;line-height:1.55;max-width:680px}
.admin-inquiry-copy{white-space:pre-line}
.admin-searchbar{display:flex;align-items:center;gap:10px;margin:0 0 18px}
.admin-searchbar input{height:44px;flex:1;min-width:220px;border-color:#d9dee7;border-radius:12px}
.admin-chat-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;min-height:640px}
.admin-chat-list,.admin-chat-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 35px rgba(15,23,42,.06);overflow:hidden}
.admin-chat-list{display:flex;flex-direction:column}
.admin-chat-list-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e5e7eb}
.admin-chat-list-head strong{font-size:15px;color:#111827}
.admin-chat-list-head span{font-size:12px;color:#64748b;font-weight:900}
.admin-chat-thread{display:grid;gap:7px;padding:15px 18px;border-bottom:1px solid #eef2f7;color:#111827}
.admin-chat-thread:hover,.admin-chat-thread.active{background:#f8fafc}
.admin-chat-thread.active{box-shadow:inset 4px 0 0 #16a34a}
.admin-chat-thread div{display:flex;align-items:center;justify-content:space-between;gap:12px}
.admin-chat-thread strong{font-size:14px}
.admin-chat-thread span{font-size:12px;color:#64748b;font-weight:800}
.admin-chat-thread em{justify-self:start;padding:4px 8px;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:11px;font-style:normal;font-weight:900}
.admin-chat-thread small{color:#64748b;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-empty-chat{padding:20px;color:#64748b;font-weight:800}
.admin-chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-width:0}
.admin-chat-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;border-bottom:1px solid #e5e7eb;background:#fff}
.admin-chat-header strong{display:block;font-size:18px;color:#111827}
.admin-chat-header span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:800}
.admin-chat-messages{display:flex;flex-direction:column;gap:12px;height:520px;padding:24px;background:#f8fafc;overflow:auto;scroll-behavior:smooth}
.admin-chat-bubble{max-width:min(620px,82%);display:grid;gap:6px}
.admin-chat-bubble span{font-size:12px;color:#64748b;font-weight:900}
.admin-chat-bubble p{margin:0;padding:13px 15px;border-radius:16px;font-size:14px;line-height:1.55;white-space:pre-line;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.admin-chat-bubble.customer{align-self:flex-start}
.admin-chat-bubble.customer p{background:#fff;color:#111827;border-top-left-radius:5px}
.admin-chat-bubble.operator{align-self:flex-end;text-align:right}
.admin-chat-bubble.operator p{background:#111827;color:#fff;border-top-right-radius:5px}
.admin-chat-bubble.operator span{color:#475569}
.admin-chat-reply{display:grid;grid-template-columns:130px 1fr auto;gap:10px;padding:16px;border-top:1px solid #e5e7eb;background:#fff;align-items:end}
.admin-chat-reply select{height:46px;border-radius:12px}
.admin-chat-reply textarea{min-height:46px;border-color:#d9dee7;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.45;resize:vertical}
.admin-chat-reply .admin-btn{height:46px}
.admin-chat-placeholder{display:grid;place-items:center;text-align:center;padding:60px 20px;color:#64748b}
.admin-chat-placeholder h2{margin:0 0 8px;color:#111827}
.admin-detail-card{margin-top:24px}
.admin-orders-table{min-width:1040px}
.admin-order-customer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 20px}
.admin-order-customer-grid div{padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}
.admin-order-customer-grid span,.admin-order-note span{display:block;margin-bottom:7px;color:#64748b;font-size:12px;font-weight:900}
.admin-order-customer-grid strong{display:block;color:#111827;font-size:15px;line-height:1.35;word-break:break-word}
.admin-order-note{margin:0 0 18px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.admin-order-note p{margin:0;color:#374151;line-height:1.6;white-space:pre-line}
.admin-delete-form{margin-top:14px;padding-top:14px;border-top:1px solid #e5e7eb}
.admin-order-items{display:grid;gap:8px;margin:14px 0 20px}
.admin-order-items p{margin:0;padding:12px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}
.admin-edit-form{display:grid;gap:14px;max-width:720px}
.admin-edit-form label{display:block;color:#374151;font-size:13px;font-weight:900}
.admin-edit-form select,.admin-edit-form textarea{display:block;width:100%;margin-top:7px;border-color:#d9dee7;border-radius:12px}
.inquiry-title{align-items:center}
.inquiry-title h1{margin-bottom:6px}
.inquiry-searchbar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.inquiry-chat-layout{grid-template-columns:340px minmax(0,1fr);gap:20px;min-height:680px}
.inquiry-list,.inquiry-panel{border-color:#dfe6ef;box-shadow:0 14px 40px rgba(15,23,42,.07)}
.inquiry-thread-scroll{overflow:auto}
.inquiry-thread{gap:9px;padding:16px 18px}
.inquiry-thread-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.inquiry-thread-top strong{font-size:15px;color:#0f172a}
.inquiry-thread.active{background:#f0fdf4;box-shadow:inset 4px 0 0 #16a34a}
.inquiry-thread em{background:#e8f7ef;color:#15803d}
.inquiry-thread small{font-size:13px;color:#475569}
.inquiry-chat-header{min-height:78px;background:linear-gradient(180deg,#fff,#fbfdff)}
.inquiry-chat-header .admin-status-pill{padding:7px 11px;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:12px;font-weight:900}
.inquiry-messages{height:530px;background:linear-gradient(180deg,#f8fafc,#f3f6fa);padding:28px}
.inquiry-reply{grid-template-columns:132px minmax(0,1fr) 128px;align-items:end;padding:18px;background:#fff}
.inquiry-reply label{display:grid;gap:7px;margin:0;color:#374151;font-size:12px;font-weight:900}
.inquiry-reply select{width:100%;height:48px}
.inquiry-reply textarea{min-height:48px}
.inquiry-reply .admin-btn{height:48px}
@media(max-width:1050px){.admin-app{grid-template-columns:1fr}.admin-sidebar{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.admin-product-form.form-grid{grid-template-columns:1fr 1fr}}
@media(max-width:1050px){.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1050px){.admin-chat-layout{grid-template-columns:1fr}.admin-chat-list{max-height:340px;overflow:auto}.admin-chat-reply,.inquiry-reply{grid-template-columns:1fr}}
@media(max-width:680px){.admin-topbar{height:auto;min-height:68px;padding:14px 16px}.admin-app{width:min(100% - 24px,1440px);margin-top:18px}.admin-sidebar{grid-template-columns:1fr 1fr}.admin-product-form.form-grid{grid-template-columns:1fr}.admin-page-title{display:block}.admin-login-card{padding:26px 22px}.admin-stat-grid{grid-template-columns:1fr}.admin-order-customer-grid{grid-template-columns:1fr}.admin-row-actions,.admin-inline-form{align-items:stretch}.admin-row-actions .admin-btn,.admin-inline-form .admin-btn{flex:1}.admin-inline-form select{width:100%}.admin-chat-messages{padding:16px}.admin-chat-bubble{max-width:92%}}

/* Account auth */
.account-actions{display:flex;align-items:center;gap:16px;margin-right:2px;white-space:nowrap;font-size:14px;font-weight:900;color:#111827}.account-actions a{color:#111827}.nav-logout{margin:0}.nav-logout button{border:0;background:transparent;padding:0;color:#111827;font:inherit;font-weight:900;cursor:pointer}
.auth-page,.account-page{padding:52px 0 82px;background:#fff}
.auth-card{width:min(520px,calc(100% - 32px));margin:0 auto;background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:30px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.auth-card h1{margin:0 0 12px;font-size:40px;line-height:1.1;color:#111827;font-weight:900}.auth-card p{color:#4b5563;line-height:1.6}
.auth-form{display:grid;gap:14px;margin-top:20px}.auth-form label{display:grid;gap:8px;color:#111827;font-size:14px;font-weight:900}.auth-form input{height:48px;border-color:#dce2ea;border-radius:12px}.auth-form button,.account-card button{height:50px;border:0;border-radius:12px;background:#22c55e;color:#fff;font-size:15px;font-weight:900;cursor:pointer}
.auth-verify-form{padding-top:18px;border-top:1px solid #e5e7eb}.auth-switch{margin-top:18px}.auth-switch a{color:#16a34a;font-weight:900}
.password-field{position:relative;display:block;width:100%}
.password-field input{width:100%;padding-right:70px!important}
.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:54px!important;height:34px!important;margin:0!important;border:0!important;border-radius:9px!important;background:#f1f5f9!important;color:#111827!important;font-size:12px!important;font-weight:900!important;line-height:1!important;cursor:pointer}
.password-toggle[aria-pressed="true"]{background:#111827!important;color:#fff!important}
.account-layout{width:min(1120px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px}.account-card,.account-orders{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:26px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.account-card h1{margin:0 0 8px;font-size:34px;color:#111827}.account-card p{color:#4b5563;word-break:break-word}.account-card form{margin-top:18px}
.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.account-section-head h2{margin:0;font-size:26px}.account-section-head a{color:#16a34a;font-weight:900}
.account-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #edf2f7}.account-order-row:last-child{border-bottom:0}.account-order-row strong{display:block;color:#111827}.account-order-row span{display:block;margin-top:5px;color:#64748b;font-size:13px}.account-order-row b{white-space:nowrap}.account-order-row em{padding:7px 10px;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:12px;font-style:normal;font-weight:900}
.account-empty{padding:28px;border:1px dashed #cbd5e1;border-radius:16px;text-align:center;color:#64748b}.account-empty h3{margin:0 0 8px;color:#111827}
@media(max-width:860px){.account-layout{grid-template-columns:1fr}.account-order-row{grid-template-columns:1fr}.menu{gap:14px;flex-wrap:wrap}.account-actions{gap:10px;font-size:13px}}

/* Toasts */
.toast-stack{position:fixed;left:50%;bottom:24px;z-index:80;display:grid;gap:10px;width:min(460px,calc(100% - 32px));transform:translateX(-50%);pointer-events:none}
.cart-toast{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding:13px 14px 13px 18px;border-radius:8px;background:#111827;color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.28);font-size:14px;font-weight:900;line-height:1.35;pointer-events:auto;animation:toast-in .18s ease-out}
.cart-toast span{min-width:0}
.cart-toast a{flex:0 0 auto;padding:9px 11px;border-radius:7px;background:#22c55e;color:#fff;font-size:13px}
.cart-toast.is-hiding{opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}
@keyframes toast-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:560px){.toast-stack{bottom:18px}.cart-toast{align-items:flex-start;flex-direction:column}.cart-toast a{width:100%}}

/* Reviews */
.reviews-page{padding:54px 0 84px;background:#fff}
.reviews-shell{width:min(1180px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:34px;align-items:start}
.reviews-main h1{margin:0 0 10px;color:#111827;font-size:44px;line-height:1.05;font-weight:900}
.reviews-lead{margin:0 0 24px;color:#475569;font-size:16px;line-height:1.6}
.reviews-list{display:grid;gap:14px}
.review-item{border:1px solid #e2e8f0;border-radius:8px;padding:18px 20px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.review-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}
.review-item strong{display:block;color:#111827;font-size:16px}
.review-item span{display:block;margin-top:4px;color:#64748b;font-size:13px;font-weight:800}
.review-stars{white-space:nowrap;color:#f59e0b;font-size:15px;letter-spacing:0}
.review-item p{margin:0;color:#334155;line-height:1.65;white-space:pre-line}
.reviews-empty{padding:28px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;color:#64748b}
.reviews-empty h2{margin:0 0 8px;color:#111827;font-size:22px}
.reviews-empty p{margin:0}
.review-write-panel{border:1px solid #dfe6ef;border-radius:8px;padding:26px;background:#f8fafc;box-shadow:0 16px 42px rgba(15,23,42,.06)}
.review-write-panel h2{margin:0 0 12px;color:#111827;font-size:24px}
.review-write-panel p{color:#475569;line-height:1.6}
.review-form{display:grid;gap:16px;margin-top:18px}
.review-form label{display:grid;gap:8px;color:#111827;font-size:13px;font-weight:900}
.review-form select,.review-form textarea{width:100%;border:1px solid #d8e0ea;border-radius:8px;background:#fff;color:#111827;font-size:14px}
.review-form select{height:46px;padding:0 12px}
.review-form textarea{padding:12px 13px;resize:vertical;line-height:1.55}
.review-form-note{margin:0;color:#64748b;font-size:13px}
.review-submit-button,.review-login-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:8px;background:#22c55e;color:#fff;font-size:14px;font-weight:900;cursor:pointer}
.review-login-button{padding:0 18px;margin-top:10px}
@media(max-width:900px){.reviews-shell{grid-template-columns:1fr}.review-write-panel{order:-1}.reviews-main h1{font-size:38px}}
