:root{--bg:#f7f7f4;--panel:#fff;--text:#17211d;--muted:#66736d;--line:#dfe6e1;--brand:#0f766e;--brand-dark:#0b534e;--danger:#b42318}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:#fbfcfa;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.topbar{border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.9)}.topbar-inner{min-height:64px;justify-content:space-between;gap:16px}.brand-lockup,.topbar-inner{display:flex;align-items:center}.brand-lockup{gap:10px;font-weight:800}.brand-mark{width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:22px}.nav{display:flex;gap:12px;color:var(--muted);font-size:14px}.hero{padding:42px 0 24px;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:32px;gap:32px;align-items:end}.hero h1{margin:0;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:0}.hero p{color:var(--muted);font-size:18px;line-height:1.55}.hero-actions,.row-actions{display:flex;flex-wrap:wrap;gap:10px}.button{border:0;border-radius:8px;padding:12px 16px;background:linear-gradient(135deg,#08766f,#0b9387);color:#fff;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.button.secondary{border:1px solid #0a7d75;background:hsla(0,0%,100%,.82);color:#075c57}.button.danger{background:var(--danger)}.button:disabled{cursor:not-allowed;opacity:.55}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px}.store-summary{padding:20px}.store-summary dl{margin:0;display:grid;grid-gap:14px;gap:14px}.store-summary dt{color:var(--muted);font-size:13px}.store-summary dd{margin:4px 0 0;font-weight:700}.section-title{margin:28px 0 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-title h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1;color:#092f33}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.product-card{min-height:260px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 30px rgba(12,38,33,.06)}.product-media{border:0;aspect-ratio:4/3;background:linear-gradient(135deg,#d9ece8,#f7efe3);display:grid;place-items:center;color:var(--brand-dark);font-size:42px;font-weight:800;padding:0;width:100%}.product-media-button{cursor:zoom-in}.product-media-button:disabled{cursor:default}.product-card img{width:100%;height:100%;object-fit:cover}.product-body{padding:14px;display:grid;grid-gap:8px;gap:8px;flex:1 1}.product-body h3{margin:0;font-size:18px;line-height:1.2}.product-body p{margin:0;color:var(--muted);line-height:1.4}.store-card-actions{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.store-map-link{min-height:28px;border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);color:#075c57;font-size:13px;font-weight:800}.price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.price{color:#08766f;font-weight:800}.price-stack{display:grid;grid-gap:2px;gap:2px}.old-price{color:var(--muted);font-size:13px;text-decoration:line-through}.gallery-overlay{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:24px}.gallery-card{width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;color:var(--text);border-radius:28px;padding:28px;box-shadow:0 26px 80px rgba(0,0,0,.28)}.gallery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.gallery-header strong{display:block;font-size:26px;line-height:1.1}.gallery-header span{display:block;margin-top:6px;color:var(--muted);font-size:18px}.gallery-close{border:0;border-radius:50%;width:62px;height:62px;background:#f0f2f1;color:var(--text);cursor:pointer;font-size:28px}.gallery-zoom-control{width:min(420px,100%);margin:28px auto;display:grid;grid-template-columns:1fr 1.2fr 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden}.gallery-zoom-control button,.gallery-zoom-control span{min-height:56px;border:0;display:grid;place-items:center;background:#fff;color:#08766f;font-size:24px;font-weight:800}.gallery-zoom-control span{color:var(--text);border-left:1px solid var(--line);border-right:1px solid var(--line);font-size:19px}.gallery-stage{position:relative;touch-action:none}.gallery-image-frame{aspect-ratio:3/4;border-radius:22px;overflow:hidden;background:#eef5f2;display:grid;place-items:center}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .16s ease;transform-origin:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-arrow{position:absolute;top:50%;z-index:2;border:0;border-radius:50%;width:58px;height:58px;transform:translateY(-50%);background:hsla(0,0%,100%,.9);color:var(--text);cursor:pointer;font-size:30px;box-shadow:0 10px 26px rgba(0,0,0,.12)}.gallery-arrow.left{left:22px}.gallery-arrow.right{right:22px}.gallery-dots{display:flex;justify-content:center;gap:10px;margin:20px 0 24px}.gallery-dots button{width:12px;height:12px;border:0;border-radius:50%;background:#d7dcda;cursor:pointer}.gallery-dots button.active{background:#0b9387}.gallery-product-summary{border:1px solid var(--line);border-radius:18px;padding:22px;display:grid;grid-gap:16px;gap:16px}.gallery-product-summary strong{font-size:22px}.gallery-product-summary p{margin:8px 0 0;color:var(--muted);font-size:18px}.cart{position:-webkit-sticky;position:sticky;bottom:0;border-top:1px solid rgba(16,44,39,.1);background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:14px 0;margin-top:24px}.cart-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:16px;box-shadow:0 16px 42px rgba(10,30,26,.12)}.storefront-main{padding-top:22px}.storefront-main .hero-actions .button{min-height:50px;border-radius:12px;padding:13px 18px;font-size:16px;gap:8px}.storefront-main .grid{gap:28px}.storefront-main .product-card{border-radius:20px}.storefront-main .product-body{gap:12px;padding:18px 20px}.storefront-main .product-body>.badge{display:none}.storefront-main .price-row{margin-top:10px}.storefront-main .price{font-size:22px}.storefront-topbar{min-height:78px}.storefront-brand-text{display:grid;grid-gap:4px;gap:4px}.storefront-brand-text strong{font-size:21px;line-height:1}.storefront-brand-text small{color:var(--muted);font-size:14px;font-weight:500}.icon-button{border:1px solid var(--line);border-radius:14px;min-width:48px;min-height:44px;display:grid;place-items:center;color:#0c6f68;font-size:0;background:#fff}.icon-button:before{content:"S";font-size:18px;line-height:1}.store-hero-card{position:relative;overflow:hidden;min-height:0;border:1px solid var(--line);border-radius:20px;padding:28px;display:grid;grid-template-columns:1fr;background:#fff;box-shadow:0 12px 30px rgba(12,38,33,.06)}.hero-copy{position:relative;z-index:2;align-self:center}.hero-copy h1{margin:0;max-width:520px;color:#082f33;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,5vw,48px);line-height:1.02;letter-spacing:0}.hero-copy p{margin:18px 0 0;max-width:460px;color:#17323a;font-size:18px;line-height:1.45}.hero-copy .hero-actions{margin-top:24px}.add-button,.cart-icon{border:0;border-radius:16px;background:#edf4f1;color:#08766f;display:grid;place-items:center;font-weight:900}.cart-icon{width:52px;height:52px}.add-button{width:44px;height:44px;cursor:pointer;font-size:30px;line-height:1}.cart-summary{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px}.cart-summary span:last-child{display:grid;grid-gap:4px;gap:4px}.cart-summary small{color:var(--muted);font-size:18px}.admin-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:34px;gap:34px;padding:34px 0}.sidebar{padding:16px;align-self:start;position:-webkit-sticky;position:sticky;top:20px;border-radius:18px;box-shadow:0 14px 34px rgba(14,32,28,.08)}.admin-nav{display:grid;grid-gap:8px;gap:8px}.admin-nav a{display:flex;align-items:center;gap:12px;min-height:48px;padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:700}.admin-nav a.active,.admin-nav a:hover{background:#edf4f1;color:#075c57}.admin-nav a.active{box-shadow:inset 4px 0 0 #0f766e}.admin-main{min-width:0}.admin-topbar{background:#fff}.admin-topbar .button{gap:8px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.toolbar h1{margin:0;color:#082f33;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,48px);line-height:1}.toolbar p{margin:10px 0 0;color:var(--muted);font-size:16px}.admin-product-card-foot .button,.products-controls .button,.products-toolbar .button,.table-edit-button{gap:9px}.products-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;margin-bottom:28px}.search-box{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 18px;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;font-size:18px;background:transparent}.admin-products-mobile-list{display:none}.admin-products-table{border-radius:12px;box-shadow:0 12px 30px rgba(14,32,28,.04)}.admin-products-table th{background:#eef4f1}.admin-products-table td,.table{background:#fff}.table{width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:8px;overflow:hidden}.table td,.table th{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:13px;color:var(--muted);background:#f3f7f4}.form{display:grid;grid-gap:14px;gap:14px;padding:18px}.product-form{gap:18px;padding-bottom:0}.admin-main>.panel,.product-form{border-radius:18px}.admin-main>.panel{box-shadow:0 18px 48px rgba(14,32,28,.08)}.form-section{display:grid;grid-gap:14px;gap:14px;padding:0 0 18px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0}.form-section-title h2{margin:0;font-size:18px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;min-height:50px;padding:12px;background:#fff}.field input[type=file]{min-height:54px;padding:12px}.compact-field{max-width:260px}.upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.upload-field{border:1px dashed #b7c7bf;border-radius:12px;padding:12px;background:#f8fbf9}.file-control{min-height:52px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px 12px;color:#0f766e}.file-control input{min-height:0;border:0;padding:0;color:var(--text)}.preview-area{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.image-preview-frame{margin-top:8px;width:100%;max-width:220px;aspect-ratio:3/4;border:1px solid var(--line);border-radius:8px;background:#f3f7f4;color:var(--muted);display:grid;place-items:center;overflow:hidden;font-size:13px}.image-preview-frame.small{width:92px}.image-preview-frame img{width:100%;height:100%;object-fit:cover}.preview-strip{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px}.store-cover-preview{width:min(100%,420px);aspect-ratio:4/3;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#edf4f1}.store-cover-preview img{width:100%;height:100%;object-fit:cover}.toggle-row{display:flex;align-items:center;gap:10px;font-weight:700}.toggle-row input{width:20px;height:20px}.sticky-actions{display:flex;justify-content:flex-end;gap:10px}.sticky-actions .button{gap:10px;min-width:170px}.two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.badge{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:4px 10px;background:#edf4f1;color:var(--brand-dark);font-size:13px;font-weight:700}.empty{padding:26px;color:var(--muted);text-align:center}@media (max-width:820px){.admin-layout,.hero,.preview-area,.two-cols,.upload-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{position:fixed;left:0;right:0;bottom:0;z-index:30;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:0;box-shadow:0 -10px 26px rgba(14,32,28,.08)}.admin-layout{gap:18px;padding-bottom:112px}.admin-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.admin-nav a{min-height:58px;justify-content:center;flex-direction:column;gap:5px;padding:8px 6px;font-size:12px}.admin-nav a.active{box-shadow:inset 0 -4px 0 #0f766e}.cart-inner,.toolbar{align-items:stretch;flex-direction:column}.products-toolbar{flex-direction:row;align-items:flex-start}.products-toolbar .button{min-width:210px}.products-controls{grid-template-columns:1fr auto;gap:12px}.admin-products-table{display:none}.admin-products-mobile-list{display:grid;grid-gap:18px;gap:18px}.admin-product-card{display:grid;grid-template-columns:152px minmax(0,1fr);grid-gap:24px;gap:24px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;box-shadow:0 12px 30px rgba(14,32,28,.06)}.admin-product-thumb{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#edf4f1;color:#08766f;display:grid;place-items:center;font-weight:900}.admin-product-thumb img{width:100%;height:100%;object-fit:cover}.admin-product-card-body{min-width:0;display:grid;grid-gap:16px;gap:16px}.admin-product-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px}.admin-product-card h2{margin:0;font-size:22px;line-height:1.15}.admin-product-card p{margin:8px 0 0;color:var(--muted);font-size:17px}.ghost-icon-button{border:0;background:transparent;color:var(--text);cursor:pointer}.admin-product-meta{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted)}.admin-product-meta span{display:inline-flex;align-items:center;gap:8px}.admin-product-card-foot{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:14px;gap:14px}.admin-product-price{display:flex;align-items:center;gap:14px;color:var(--muted)}.admin-product-price strong{color:#08766f;font-size:19px}.storefront-topbar{min-height:74px}.storefront-brand-text strong{font-size:18px}.storefront-brand-text small{font-size:13px}.store-hero-card{min-height:0;grid-template-columns:1fr;padding:22px}.hero-copy h1{font-size:32px}.hero-copy p{font-size:16px}.hero-copy .hero-actions{margin-top:20px}.cart-inner{border-radius:22px}.compact-field{max-width:none}.sticky-actions{position:-webkit-sticky;position:sticky;bottom:calc(76px + env(safe-area-inset-bottom));z-index:20;margin:0 -18px;padding:12px 18px;background:hsla(0,0%,100%,.96);border-top:1px solid var(--line);flex-direction:column-reverse}.sticky-actions .button{width:100%}}@media (max-width:560px){.shell{width:min(100% - 22px,1120px)}.topbar-inner{padding:12px 0}.topbar-inner:not(.storefront-topbar){align-items:flex-start;flex-direction:column}.storefront-topbar{align-items:center;flex-direction:row;gap:10px}.brand-mark{width:40px;height:40px;font-size:20px}.icon-button{min-width:44px;min-height:40px}.storefront-main .hero-actions .button{width:100%;min-height:48px;padding:12px 14px;font-size:16px}.storefront-main .grid{gap:14px}.cart-icon{width:44px;height:44px}.products-toolbar{flex-direction:column}.products-toolbar .button{width:100%;min-width:0}.products-controls{grid-template-columns:1fr}.products-controls .button{width:100%}.admin-product-card{grid-template-columns:96px minmax(0,1fr);gap:14px;padding:14px}.admin-product-card h2{font-size:18px}.admin-product-card p{font-size:15px}.admin-product-meta{gap:10px;font-size:14px}.admin-product-card-foot{grid-template-columns:1fr;align-items:stretch}.admin-product-card-foot .badge,.admin-product-card-foot .button{width:-moz-fit-content;width:fit-content}.gallery-overlay{align-items:stretch;padding:18px 12px}.gallery-card{max-height:calc(100vh - 36px);border-radius:24px;padding:20px 16px}.gallery-header strong{font-size:22px}.gallery-header span{font-size:16px}.gallery-close{width:52px;height:52px;font-size:24px}.gallery-zoom-control{margin:20px auto}.gallery-zoom-control button,.gallery-zoom-control span{min-height:48px}.gallery-image-frame{border-radius:18px}.gallery-arrow{width:50px;height:50px;font-size:26px}.gallery-arrow.left{left:12px}.gallery-arrow.right{right:12px}.gallery-product-summary{padding:18px}.grid{grid-template-columns:1fr}.table,.table tbody,.table td,.table tr{display:block}.table thead{display:none}.table tr{border-bottom:1px solid var(--line);padding:8px 0}.table td{border-bottom:0}}