*{box-sizing:border-box}
:root{
  --bg:#fbfaf8;
  --surface:#ffffff;
  --surface-soft:#f7f4f8;
  --surface-warm:#fff9f5;
  --border:#e9e3e8;
  --border-strong:#ddd4dc;
  --text:#28242a;
  --muted:#746c76;
  --muted-2:#9a919c;
  --pink:#d95f9f;
  --pink-soft:#f7d8e8;
  --peach:#f0a46f;
  --violet:#8e72cf;
  --lavender:#eee7fb;
  --gold:#d4a64a;
  --shadow:0 18px 55px rgba(58,42,55,.10);
  --shadow-soft:0 8px 28px rgba(58,42,55,.07)
}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;min-height:100vh;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff 0,#fbfaf8 430px,#fbfaf8 100%);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(78,58,76,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}
.header-inner{max-width:1260px;margin:auto;padding:15px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.brand strong{display:block;font-size:24px;letter-spacing:-.9px;color:#29242a}
.brand small{display:block;margin-top:2px;color:#8f8590;font-size:9px;letter-spacing:1.7px}
.brand-orbit{width:38px;height:38px;border:2px solid var(--pink);border-radius:50%;box-shadow:0 6px 18px rgba(217,95,159,.14);position:relative;transform:rotate(-18deg);background:linear-gradient(145deg,#fff,#fff7fb)}
.brand-orbit:after{content:"";position:absolute;left:-8px;right:-8px;top:15px;height:4px;border:1px solid var(--peach);border-radius:50%;box-shadow:0 4px 10px rgba(240,164,111,.18)}
.desktop-nav{display:flex;gap:5px;align-items:center}
.desktop-nav a,.mobile-nav a{padding:9px 12px;border-radius:999px;color:#655d67;font-size:13px;font-weight:600}
.desktop-nav a:hover{background:#f7f2f6;color:#251f26}
.desktop-nav .payhip-link{border:1px solid #ead5e2;background:#fff8fc;color:#a83f79}
.mobile-nav{display:none;position:relative}
.mobile-nav summary{cursor:pointer;color:var(--muted)}
.mobile-nav nav{position:absolute;right:0;top:38px;width:220px;padding:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}
.mobile-nav nav a{display:block}
main{max-width:1260px;margin:auto;padding:34px 24px 90px}
.flash{margin:0 0 22px;padding:12px 14px;border:1px solid #efd9ad;border-radius:12px;background:#fff8e9;color:#6d5423}
.hero{min-height:525px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:68px;padding:54px 0 72px}
.hero h1,.page-head h1,.product-info h1,.prose h1{margin:12px 0 18px;font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-4px;color:#2a252b}
.hero h1 em{font-style:normal;background:linear-gradient(90deg,#c54d8d,#e88962,#7c64c1);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p,.page-head p,.lead,.prose p{color:#6f6671;font-size:17px;line-height:1.72}
.hero p{max-width:680px}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid var(--border-strong);border-radius:12px;background:#fff;color:#3c343d;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 2px 5px rgba(40,28,40,.03)}
.button:hover{border-color:#cdbfcb;background:#fff}
.button.primary{border-color:transparent;background:linear-gradient(135deg,#d95f9f,#e98c72);color:#fff;box-shadow:0 11px 27px rgba(206,83,144,.20)}
.button[disabled]{opacity:.55;cursor:not-allowed}
.hero-orb{width:min(380px,75vw);aspect-ratio:1;margin:auto;border-radius:36% 64% 58% 42%/45% 42% 58% 55%;position:relative;background:radial-gradient(circle at 38% 32%,#fff 0 8%,#fceaf3 25%,#efe7fb 54%,#fdebdc 78%,#fff 100%);box-shadow:0 30px 80px rgba(112,84,112,.13);border:1px solid #f0e8ee}
.hero-orb:before,.hero-orb:after{content:"";position:absolute;left:-6%;right:-6%;top:47%;height:7%;border:2px solid rgba(205,166,74,.56);border-radius:50%;transform:rotate(-15deg)}
.hero-orb:after{left:10%;right:10%;top:42%;transform:rotate(26deg);border-color:rgba(217,95,159,.38)}
.hero-orb span{position:absolute;inset:18%;border:1px solid rgba(126,99,159,.15);border-radius:50%}
.eyebrow{color:#9669bf;font-size:10px;font-weight:850;letter-spacing:2px;text-transform:uppercase}
.section-block{padding:28px 0 44px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.section-heading h2,.payhip-note h2{margin:6px 0 0;font-size:29px;letter-spacing:-1px;color:#302a31}
.section-heading>a{color:#776c78;font-size:13px;font-weight:650}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.category-card{min-height:160px;padding:21px;display:flex;flex-direction:column;justify-content:end;border:1px solid var(--border);border-radius:20px;background:#fff;overflow:hidden;position:relative;box-shadow:var(--shadow-soft);transition:.18s ease}
.category-card:before{content:"";position:absolute;width:185px;height:185px;border-radius:50%;right:-72px;top:-94px;background:radial-gradient(circle,rgba(217,95,159,.14),transparent 70%)}
.category-card:nth-child(3n+2):before{background:radial-gradient(circle,rgba(142,114,207,.15),transparent 70%)}
.category-card:nth-child(3n):before{background:radial-gradient(circle,rgba(240,164,111,.16),transparent 70%)}
.category-card:hover{transform:translateY(-3px);border-color:#d9cbd5;box-shadow:0 18px 42px rgba(76,55,75,.10)}
.category-card span{font-weight:800;font-size:18px;color:#342e35}
.category-card small{max-width:290px;margin-top:7px;color:#817782;line-height:1.45}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#fff;transition:.18s ease;box-shadow:0 7px 24px rgba(56,41,55,.055)}
.product-card:hover{transform:translateY(-4px);border-color:#d7cbd4;box-shadow:0 20px 48px rgba(56,41,55,.11)}
.product-image{display:block;position:relative;aspect-ratio:4/5;background:#f4f0f3;overflow:hidden}
.product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease}
.product-card:hover .product-image img{transform:scale(1.018)}
.featured-badge{position:absolute;top:12px;left:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.90);border:1px solid rgba(97,75,94,.12);backdrop-filter:blur(8px);color:#705568;font-size:10px;font-weight:850;letter-spacing:.8px;box-shadow:0 4px 14px rgba(49,36,48,.08)}
.product-card-body{padding:16px}
.product-card-body h2{margin:5px 0 14px;font-size:17px;line-height:1.3;color:#302a31}
.product-meta{display:flex;justify-content:space-between;gap:10px;color:#8a808b;font-size:12px}
.product-meta strong{color:#2f2930;font-size:15px}
.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#99909a;background:linear-gradient(135deg,#f6f1f5,#fdf9fb)}
.payhip-note{margin-top:45px;padding:30px;border:1px solid #eadfe8;border-radius:22px;background:linear-gradient(135deg,#fff9fc,#fbf8ff);display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:var(--shadow-soft)}
.payhip-note p{max-width:700px;margin-bottom:0;color:#766d77;line-height:1.6}
.page-head{padding:36px 0 28px}
.page-head h1{font-size:clamp(40px,6vw,68px);max-width:880px}
.page-head p{max-width:720px}
.filter-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:25px}
.filter-row a{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#786f79;font-size:12px;font-weight:650}
.filter-row a:hover,.filter-row a.active{color:#7a4168;border-color:#e2c5d6;background:#fff7fb}
.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:52px;padding:36px 0}
.product-preview{position:sticky;top:100px}
.product-preview img{display:block;width:100%;max-height:78vh;object-fit:contain;border-radius:24px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}
.preview-note{margin-top:10px;color:#9a909b;font-size:11px;text-align:center}
.product-info{padding-top:18px}
.product-info h1{font-size:clamp(38px,5vw,60px)}
.detail-price{font-size:27px;font-weight:850;margin:8px 0 18px;color:#2c262d}
.includes{margin:25px 0;padding:19px;border:1px solid var(--border);border-radius:17px;background:#fff}
.includes h2{margin:0 0 10px;font-size:15px;color:#302a31}
.includes ul{margin:0;padding-left:20px;color:#706772;line-height:1.8}
.format-line{display:flex;justify-content:space-between;margin:15px 0;color:#817682}
.format-line strong{color:#362f37}
.buy-button{width:100%;margin-top:18px;min-height:52px}
.checkout-note{margin:9px 0 0;text-align:center;color:#918793;font-size:11px}
.license-mini{margin-top:30px;padding-top:20px;border-top:1px solid var(--border);color:#817782;font-size:13px;line-height:1.55}
.license-mini strong{color:#4a414b}.license-mini p{margin:6px 0}.license-mini a{color:#9b4f7c;font-weight:650}
.prose,.auth-panel{max-width:780px;margin:30px auto;padding:36px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}
.prose h1{font-size:clamp(40px,6vw,64px)}.prose h2{margin-top:30px;color:#39323a}
.muted-note{padding:12px 14px;border-radius:12px;background:#f8f4f7;color:#817782!important;font-size:13px!important}
.auth-panel{max-width:520px}.auth-panel h1{font-size:34px}
.auth-panel label,.product-form label{display:grid;gap:7px;color:#665d68;font-size:13px;font-weight:650}
.auth-panel input,.product-form input,.product-form textarea,.product-form select{width:100%;padding:11px 12px;border:1px solid #ded5dc;border-radius:10px;background:#fff;color:#302a31;font:inherit;outline:none}
.auth-panel input:focus,.product-form input:focus,.product-form textarea:focus,.product-form select:focus{border-color:#c49bb6;box-shadow:0 0 0 3px rgba(217,95,159,.09)}
.auth-panel .button{margin-top:14px}.warning{color:#9d5d27}
.admin-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:18px 0 22px}.admin-head h1{margin:5px 0 0;font-size:38px}
.admin-actions{display:flex;gap:8px;align-items:center}.admin-actions form{margin:0}
.admin-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:var(--shadow-soft)}
.admin-table{width:100%;border-collapse:collapse;min-width:780px;background:#fff}
.admin-table th,.admin-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;font-size:13px}
.admin-table th{color:#938994;font-size:10px;letter-spacing:1px;text-transform:uppercase;background:#fbf9fa}.admin-table td small{display:block;margin-top:4px;color:#9a919c}
.row-actions{display:flex;gap:8px;align-items:center}.row-actions form{margin:0}.row-actions button,.row-actions a{padding:6px 8px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#675e68;font:inherit;font-size:12px;cursor:pointer}
.product-form{max-width:850px;padding:25px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft);display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hint{color:#988e99}.check-row{display:flex;gap:22px}.check-row label{display:flex;align-items:center;gap:8px}.check-row input{width:auto}
.site-footer{max-width:1260px;margin:auto;padding:27px 24px 46px;border-top:1px solid #eee8ed;display:flex;justify-content:space-between;gap:20px;color:#8e8490;font-size:12px}
.site-footer strong{color:#4b424c}.site-footer nav{display:flex;gap:13px;flex-wrap:wrap}.site-footer a:hover{color:#4c3c49}
.empty{grid-column:1/-1;padding:40px;border:1px dashed #ddd3dc;border-radius:16px;background:#fff;color:#918792;text-align:center}
@media(max-width:850px){.desktop-nav{display:none}.mobile-nav{display:block}.hero{grid-template-columns:1fr;min-height:0;padding-top:42px;gap:18px}.hero-orb{width:min(300px,72vw);order:-1}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{grid-template-columns:1fr;gap:20px}.product-preview{position:static}.payhip-note{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.header-inner,main,.site-footer{padding-left:16px;padding-right:16px}.brand small{display:none}.brand strong{font-size:21px}.hero h1,.page-head h1,.product-info h1,.prose h1{letter-spacing:-2.4px}.category-grid,.product-grid,.form-grid{grid-template-columns:1fr}.site-footer{flex-direction:column}.payhip-note{padding:21px}.prose,.auth-panel{padding:22px}.product-form{padding:18px}.admin-head{align-items:flex-start;flex-direction:column}.admin-actions{width:100%;flex-wrap:wrap}}
