:root{--bg:#f5f7f2;--panel:#fff;--panel-2:#edf8f2;--line:#dce8e1;--line-strong:#b9d8c8;--text:#22342d;--muted:#71827a;--green:#237b5b;--green-2:#2dab83;--green-soft:#ddf4e8;--mint:#e8f8f2;--blue:#3d7fba;--gold:#b67b12;--gold-soft:#fff1cf;--danger:#c84e57;--danger-soft:#fff0f1;--shadow:0 18px 50px #466b5a1c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 5% 12%,#dff4e9 0,transparent 28%),radial-gradient(circle at 94% 35%,#fff0c9 0,transparent 23%),var(--bg);color:var(--text);min-height:100vh}button,input,select,textarea{font:inherit}.topbar{height:76px;display:flex;align-items:center;gap:34px;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid #e0e9e4;background:#fffffff0;backdrop-filter:blur(15px);position:sticky;top:0;z-index:20;box-shadow:0 4px 18px #4966590d}.brand{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;font-size:14px;font-weight:900;letter-spacing:.02em}.brand>span:last-child{display:grid}.brand small{font-size:9px;color:var(--green);letter-spacing:.18em;margin-bottom:2px}.brand-mark{display:grid!important;place-items:center;width:42px;height:42px;border:1px solid #91cbb0;border-radius:12px;background:linear-gradient(145deg,#e4f8ee,#c9ecdc);color:var(--green);font-family:Georgia,serif;font-size:24px;box-shadow:0 6px 16px #2d80591a}.topbar nav{display:flex;align-items:center;gap:25px;margin-left:auto}.topbar nav a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:750;padding:9px 0}.topbar nav a:hover,.topbar nav a.active{color:var(--green)}.topbar .admin-link{padding:9px 14px;border:1px solid var(--line-strong);border-radius:9px;color:var(--green);background:#f5fbf8}.server-state{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px}.server-state i,.live-dot{width:8px;height:8px;background:#3fc787;border-radius:50%;box-shadow:0 0 0 5px #dff5e9;flex:none}main{max-width:1180px;margin:auto;padding:0 24px}.store-intro{margin:30px 0 10px;min-height:188px;padding:35px 40px;background:linear-gradient(120deg,#e7f7ef,#fff 58%,#fff4d9);border:1px solid #d7e8df;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:38px;box-shadow:var(--shadow);overflow:hidden;position:relative}.store-intro:after{content:"ᛉ";position:absolute;right:330px;bottom:-44px;font:140px Georgia,serif;color:#72b99a12;transform:rotate(-8deg);pointer-events:none}.store-intro h1{font-size:42px;line-height:1.05;margin:8px 0 12px;letter-spacing:-.04em}.store-intro>div>p:last-child{max-width:650px;color:#657a70;line-height:1.62;margin:0}.store-intro aside{min-width:278px;padding:17px;border:1px solid #cfe3d9;border-radius:13px;background:#ffffffd9;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center;box-shadow:0 12px 30px #4d756014}.store-intro aside small{display:block;color:var(--muted);font-size:9px;letter-spacing:.12em}.store-intro aside strong{font-size:14px}.intro-online{grid-column:2;color:var(--green);font-size:12px;margin-top:5px}.eyebrow{color:var(--green-2);font-size:11px;letter-spacing:.2em;font-weight:900;margin:0}.catalog-section{padding:45px 0 68px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading h2{font-size:31px;letter-spacing:-.025em;margin:7px 0 3px}.catalog-count{color:var(--muted);font-size:12px}.search-box{width:min(340px,100%);display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:0 14px;color:var(--muted);box-shadow:0 8px 24px #4e6e5f0d}.search-box:focus-within{border-color:#70bd99;box-shadow:0 0 0 4px #dff3e9}.search-box input{width:100%;padding:13px 0;border:0;outline:0;background:transparent;color:var(--text)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.chips button{background:#fff;color:#687c72;border:1px solid var(--line);padding:8px 13px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:750;box-shadow:0 3px 12px #48645608}.chips button:hover{border-color:#9acdb5;color:var(--green)}.chips button.active{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 8px 20px #237b5b26}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;min-height:274px;display:flex;flex-direction:column;transition:border-color .18s,transform .18s,box-shadow .18s;box-shadow:0 7px 24px #405a4e0d}.product:hover{transform:translateY(-3px);border-color:#a8d4bf;box-shadow:0 18px 38px #436c581b}.product-top{display:flex;justify-content:space-between;gap:12px}.product-icon{width:76px;height:76px;display:grid;place-items:center;border:1px solid #d4e9df;border-radius:13px;background:linear-gradient(145deg,#eefaf4,#e1f3ea);color:var(--green);font:26px Georgia,serif;overflow:hidden}.product-icon img{width:100%;height:100%;object-fit:cover;image-rendering:auto}.tag{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:#547266;background:#edf6f1;padding:6px 8px;border-radius:999px;height:max-content}.product h3{font-size:16px;margin:15px 0 7px;line-height:1.25}.product p{color:var(--muted);font-size:12px;line-height:1.48;margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:10px;border-top:1px solid #edf1ef;padding-top:13px}.price{font-size:18px;font-weight:900;color:#2c4037}.bonus{display:block;color:var(--blue);font-size:10px;margin-top:3px}.buy{border:1px solid #79bf9e;background:#e7f7ef;color:var(--green);border-radius:9px;padding:9px 12px;font-size:12px;font-weight:900;cursor:pointer;text-decoration:none;text-align:center}.buy:hover{background:var(--green);border-color:var(--green);color:#fff}.buy:disabled{cursor:not-allowed;opacity:.65;background:#f1f3f2;border-color:#dfe5e2;color:#7b8882}.bonus-buy{border-color:#e7c26c;background:var(--gold-soft);color:#8b620f}.bonus-buy:hover{background:#f2c55e;border-color:#f2c55e;color:#59400c}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 0 78px}.steps article{background:#ffffffc7;border:1px solid var(--line);border-radius:14px;padding:21px;box-shadow:0 8px 24px #4564550b}.steps span{color:var(--green-2);font-size:11px;font-weight:900;letter-spacing:.14em}.steps h3{font-size:16px;margin:9px 0}.steps p{color:var(--muted);font-size:12px;line-height:1.55;margin:0}.primary,.ghost{border:0;border-radius:10px;padding:13px 19px;font-weight:900;text-decoration:none;cursor:pointer;font-size:13px}.primary{background:linear-gradient(135deg,#3fc68e,#27a978);color:#fff;box-shadow:0 10px 25px #24996835}.primary:hover{filter:brightness(1.04)}.ghost{background:#fff;color:var(--text);border:1px solid var(--line)}.wide{width:100%;font-size:14px}dialog{padding:0;border:1px solid #cbe0d5;border-radius:18px;background:#fff;color:var(--text);width:min(520px,calc(100vw - 28px));box-shadow:0 30px 90px #2b493c40}dialog::backdrop{background:#3153475e;backdrop-filter:blur(5px)}dialog form{padding:29px;position:relative}.dialog-close{position:absolute;right:15px;top:13px;width:36px;height:36px;border:1px solid transparent;border-radius:10px;background:none;color:#819088;font-size:24px;cursor:pointer}.dialog-close:hover{color:var(--text);border-color:var(--line);background:#f5f8f6}dialog h2{font-size:27px;margin:7px 44px 22px 0}.field{display:grid;gap:7px;margin:13px 0}.field label,.quantity>span{color:#64786e;font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;background:#fbfdfc;color:var(--text);border:1px solid #d9e6df;border-radius:10px;padding:12px 13px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#65b792;box-shadow:0 0 0 4px #e1f3ea}.field textarea{min-height:76px;resize:vertical}.switch-line{display:flex;gap:10px;align-items:center;background:#f5faf7;border:1px solid #dbe9e2;padding:12px;border-radius:10px;font-size:13px}.donation-note{display:flex;gap:12px;align-items:center;padding:14px;background:#eaf8f1;border:1px solid #b9ddcb;border-radius:11px;margin-bottom:15px}.donation-note>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#cceedd;color:#27865f}.donation-note p{color:#648074;font-size:12px;line-height:1.45;margin:0}.donation-note strong{display:block;color:var(--text);font-size:13px}.quantity,.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.quantity div{display:flex;align-items:center;gap:14px}.quantity button{width:32px;height:32px;border:1px solid #d5e3dc;background:#f8fbf9;color:var(--text);border-radius:8px;cursor:pointer}.checkout-total strong{font-size:23px;color:var(--green)}.fineprint{font-size:11px;color:var(--muted);text-align:center;line-height:1.5}.error{color:var(--danger);min-height:17px;font-size:12px}.empty{grid-column:1/-1;padding:35px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line-strong);border-radius:14px}.hidden{display:none!important}footer{max-width:1180px;margin:auto;border-top:1px solid var(--line);padding:26px 24px 45px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.server-state{display:none}}@media(max-width:780px){.topbar nav a:not(.admin-link){display:none}.store-intro{align-items:stretch;flex-direction:column;padding:28px}.store-intro:after{right:20px}.store-intro aside{min-width:0}.product-grid,.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar{padding:0 15px}.topbar nav{gap:8px}.brand>span:last-child{display:none}main{padding:0 14px}.store-intro{margin-top:18px;padding:22px}.store-intro h1{font-size:32px}.section-heading{align-items:stretch;flex-direction:column}.product-grid,.steps{grid-template-columns:1fr}.product{min-height:240px}.product-icon{width:70px;height:70px}dialog form{padding:23px 18px}footer{flex-direction:column;gap:7px}}
