@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--bg:#f8f1e8;--bg-deep:#efd8bf;--surface:#fffdf9;--surface-2:#fff7ef;--ink:#1f2137;--muted:#5e6073;--line:#e8d8c8;--accent:#ff6b4a;--accent-dark:#e15032;--highlight:#2d5bff;--shadow:0 14px 36px #1f21371f}*{box-sizing:border-box}body{color:var(--ink);background:radial-gradient(circle at 12% 12%,#ffd4bf 0%,transparent 35%),radial-gradient(circle at 90% 20%,#ffeab8 0%,transparent 34%),radial-gradient(circle at 10% 85%,#c9e1ff 0%,transparent 32%),var(--bg);min-height:100vh;margin:0;font-family:Space Grotesk,Segoe UI,sans-serif}.container{width:min(1080px,92vw);margin:0 auto}.top-strip{color:#fff;text-align:center;letter-spacing:.02em;background:linear-gradient(90deg,#1f2137,#34385e);padding:8px 12px;font-size:.82rem}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#f8f1e8c7;position:sticky;top:0}.nav-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-height:64px;display:flex}.brand{letter-spacing:.03em;color:var(--ink);text-transform:uppercase;align-items:center;gap:10px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{object-fit:cover;border-radius:4px;width:46px;height:30px}nav{flex-wrap:wrap;gap:18px;display:flex}nav a,.btn-link{color:var(--ink);border:1px solid #0000;border-radius:999px;padding:8px 12px;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s}.cart-link{align-items:center;gap:8px;display:inline-flex}.cart-count{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.75rem;font-weight:700;line-height:1;display:inline-grid}nav a:hover,.btn-link:hover{border-color:var(--line);background:#fff9}main{padding:30px 0 54px}.stack{gap:22px;display:grid}.eyebrow{color:var(--highlight);text-transform:uppercase;letter-spacing:.04em;border:1px solid #2d5bff40;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.hero{box-shadow:var(--shadow);background:linear-gradient(135deg,#ffffffd1,#ffffff6b),linear-gradient(140deg,#ffe8d9,#eff4ff);border:1px solid #2d5bff2e;border-radius:24px;padding:32px 28px}.hero h1{margin:0 0 10px;font-size:clamp(2rem,5.5vw,3.25rem);line-height:1.05}.hero p{color:var(--muted);max-width:740px;margin:0;font-size:1.04rem}.hero-points{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.hero-points span{border:1px solid var(--line);background:#ffffffbf;border-radius:999px;padding:6px 10px;font-size:.82rem}.panel{background:linear-gradient(180deg,#fffffff0,#fff7eff2),var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px}.grid-3,.grid-4{gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}label{color:var(--muted);gap:6px;font-weight:500;display:grid}select,input,textarea,button{font:inherit;border:1px solid var(--line);border-radius:12px;padding:10px 12px}select:focus,input:focus,textarea:focus{outline-offset:1px;border-color:#2d5bff59;outline:2px solid #2d5bff40}button{background:linear-gradient(120deg,var(--accent),#ff8458);color:#fff;cursor:pointer;letter-spacing:.01em;border:0;font-weight:600;transition:transform .18s,box-shadow .18s}button:hover{background:linear-gradient(120deg,var(--accent-dark),var(--accent));transform:translateY(-1px);box-shadow:0 10px 24px #e1503247}button.ghost{border:1px solid var(--line);color:var(--ink);background:#ffffffa6}.place-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.list-header{justify-content:space-between;align-items:center;display:flex}.list-header h2{margin:0}.list-header p{color:var(--muted);margin:0}.results-shell{min-height:140px;position:relative}.results-scroll{max-height:68vh;padding:20px;position:relative;overflow-y:auto}.loading-overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--muted);background:#fffdf9bd;border-radius:16px;place-content:center;justify-items:center;gap:8px;font-size:.92rem;display:grid;position:absolute;inset:0}.spinner{border:3px solid #f0dfd1;border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite spin}.scroll-sentinel{width:100%;height:1px}.inline-loader{text-align:center;color:var(--muted);margin:8px 0 0;font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.card{border:1px solid var(--line);background:linear-gradient(160deg,#fff,#fff9f3),#fff;border-radius:18px;padding:17px;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #1f213714}.card-media{object-fit:cover;border:1px solid #2d5bff2e;border-radius:12px;width:100%;height:108px;margin-bottom:10px}.card-badges{gap:6px;margin-bottom:10px;display:flex}.badge{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-dark);background:#fff3ee;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-soft{color:#3351c8;background:#edf2ff}.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #1f21371f}.card h3{margin-top:0;margin-bottom:8px}.meta{color:var(--muted);font-size:.92rem}.price-row,.checkout-bar,.cart-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.place-cart-btn{white-space:nowrap;padding:8px 10px;font-size:.84rem}.checkout-bar{background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:14px}.summary-label{color:var(--muted);margin:0;font-size:.82rem}.cart-page{max-width:960px}.cart-panel h2{margin:0 0 10px}.cart-row{border-bottom:1px solid #e8d8c8b3;padding:12px 0}.cart-row:last-child{border-bottom:0}.cart-item-meta strong{display:block}.cart-qty{color:var(--muted);margin:6px 0 0}.cart-item-actions{align-items:center;gap:12px;display:flex}.cart-item-actions strong{white-space:nowrap}.form{gap:10px;display:grid}.checkout-page{max-width:980px}.checkout-alert{background:#f6f8fc;border:2px solid #2b73e2;border-top:4px solid #7da821;border-radius:6px;align-items:center;gap:10px;padding:14px 16px;display:flex}.checkout-alert-icon{color:#7da821;font-weight:700}.checkout-form{gap:14px;display:grid}.name-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkout-form label{color:#222;display:block}.req{color:#b00020}.checkout-form input{width:100%;margin-top:8px;display:block}.order-table{background:#fff;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden}.order-row{border-bottom:1px solid #e6e6e6;grid-template-columns:1.5fr .7fr;gap:14px;padding:12px 14px;display:grid}.order-head{background:#f7f7f7}.order-total{background:#fcfcfc}.order-table .order-row:last-child{border-bottom:0}.payment-block{padding:4px 2px}.payment-block p{color:#222;margin:0 0 6px}.place-order-btn{background:#2b73e2;width:fit-content;min-width:150px}.place-order-btn:hover{background:#1f62ca}.download-list{gap:8px;margin:0;padding-left:0;list-style:none;display:grid}.download-hint{color:var(--muted);margin:0 0 10px}.download-list li{background:#ffffffb3;border:1px dashed #d3c3b2;border-radius:12px;justify-content:space-between;padding:10px 12px;display:flex}.download-list a{color:var(--highlight);font-weight:600;text-decoration:none}.empty{color:var(--muted)}.site-footer{margin-top:34px}.footer-about-wrap{background:#0000000a;border-top:1px solid #00000014}.footer-about{color:#2f3441;padding:24px 14px}.footer-about p{margin:0 0 14px;line-height:1.45}.footer-about p:last-child{margin-bottom:0}.footer-bar{color:#fff;background:#2b73e2}.footer-grid{grid-template-columns:1fr 1fr;gap:24px;padding:18px 14px;display:grid}.footer-left p,.footer-right p{margin:0 0 10px}.footer-left p:last-child,.footer-right p:last-child{margin-bottom:0}.view-count{font-weight:700}.footer-left a{color:#fff;font-weight:700;text-decoration:none}.legal-page{max-width:980px}.legal-page h1{margin:0 0 16px}.legal-section{margin-bottom:20px}.legal-section h2{margin:0 0 8px;font-size:1.05rem}.legal-section p{color:#2f3441;margin:0 0 10px;line-height:1.55}.contact-page{max-width:1080px}.contact-page h1{margin:0 0 14px}.contact-grid{grid-template-columns:1fr 360px;align-items:start;gap:26px;display:grid}.contact-form{gap:12px;display:grid}.contact-form label{color:#252a37;display:block}.contact-form input,.contact-form textarea{width:100%;margin-top:8px;display:block}.contact-submit{background:#2b73e2;width:fit-content;min-width:96px}.contact-submit:hover{background:#1f62ca}.contact-success,.contact-error{margin:0;font-size:.92rem}.contact-success{color:#0f7a2e}.contact-error{color:#b00020}.contact-info iframe{border:1px solid var(--line);border-radius:10px;width:100%;height:420px}.contact-info h3{margin:14px 0 8px}.contact-info p{margin:0 0 6px}.admin-page{max-width:1180px}.admin-auth{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.admin-auth label{min-width:340px}.admin-toolbar{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.admin-auth-status{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.admin-auth-status p{margin:0}.admin-change-password{gap:8px;max-width:520px;margin-top:12px;display:grid}.admin-change-password h3{margin:0}.admin-block{gap:12px;display:grid}.customer-shell{gap:10px}.customer-show-row{align-items:center;display:flex}.customer-show-row label{min-width:260px}.customer-toolbar{border:1px solid var(--line);background:#f7f8fa;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.customer-toolbar h3{margin:0}.customer-search,.customer-search input{width:100%}.order-shell{gap:10px}.order-status-tabs{flex-wrap:wrap;align-items:center;gap:0;font-size:.95rem;display:flex}.link-button{color:#1f62ca;box-shadow:none;background:0 0;border:0;border-radius:0;padding:2px 0;font-weight:500}.link-button:hover{color:#0f4ea8;box-shadow:none;background:0 0;transform:none}.link-button.active{color:var(--ink);font-weight:700}.order-toolbar{justify-content:space-between}.order-search{min-width:320px}.admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.page-buttons{align-items:center;gap:6px;display:inline-flex}.page-current{color:#fff;background:#2f8fd8;border:1px solid #2f8fd8}.page-current:hover{box-shadow:none;background:#2f8fd8;transform:none}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:760px}.table-wrap th,.table-wrap td{text-align:left;border-bottom:1px solid #ece2d7;padding:10px 12px;font-size:.92rem}.table-wrap th{background:#f9f1e8}.orders-table th{background:#f0f2f5}.orders-table td{vertical-align:top}.customers-table th{background:#f0f2f5}.customers-table td{vertical-align:top}.status-pill{background:#ebedf0;border-radius:8px;padding:6px 10px;font-weight:600;display:inline-flex}.status-pill.paid{color:#0f4f86;background:#d8e9f7}.status-pill.pending{color:#4e4e4e;background:#ececec}.status-pill.failed{color:#8d1f1f;background:#f6dede}.admin-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-summary-grid .panel{padding:12px}.admin-summary-grid h3{margin:0 0 4px;font-size:.9rem}.admin-summary-grid p{margin:0}.report-shell{gap:12px}.report-topbar{border:1px solid var(--line);background:#f6f8fb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:10px;display:flex}.report-range-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.report-range-tabs button{color:#1f2137;box-shadow:none;background:#eef1f5;border:1px solid #ced6df}.report-range-tabs button.active{color:#145ea4;background:#dfe9f6;border-color:#9ebee1}.report-custom-range{align-items:center;gap:8px;margin-left:8px;display:inline-flex}.report-custom-range input{min-width:150px}.report-content{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:280px 1fr;display:grid;overflow:hidden}.report-metrics{background:#f7f8fa;border-right:1px solid #e1e7ee}.report-metrics>div{border-bottom:1px solid #e1e7ee;padding:14px}.report-metrics p{margin:0;font-size:1.85rem;line-height:1.1}.report-metrics span{color:#6f7380;font-size:.95rem}.report-chart{min-height:420px;padding:14px}.report-chart-grid{background:repeating-linear-gradient(0deg,#eef2f6 0 1px,#0000 1px 64px);border-bottom:1px solid #edf0f4;border-left:1px solid #edf0f4;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));align-items:end;gap:14px;height:100%;min-height:390px;padding:14px 12px 0;display:grid}.report-point{justify-items:center;gap:6px;display:grid}.report-bar{background:#cfd6dd;border-radius:4px 4px 0 0;width:42px}.report-line-dot{color:#fff;background:#2f8fd8;border-radius:999px;place-items:center;min-width:28px;height:28px;font-size:.8rem;font-weight:600;display:inline-grid}.report-point span{color:#6f7380;font-size:.77rem}.product-shell{gap:12px}.product-form{border:1px solid var(--line);background:#fff9f3;border-radius:12px;gap:10px;padding:14px;display:grid}.product-form h3{margin:0}.small-btn{padding:6px 10px;font-size:.84rem}.searchable-select{position:relative}.searchable-options{z-index:25;border:1px solid var(--line);background:#fff;border-radius:12px;max-height:220px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 12px 22px #1f213724}.searchable-option{text-align:left;width:100%;margin-bottom:6px}.searchable-option:last-child{margin-bottom:0}.searchable-option.active{background:#e9f2fb;border-color:#9ebee1}.searchable-empty{color:var(--muted);padding:8px 10px;font-size:.9rem}@media (max-width:768px){.hero{border-radius:18px;padding:24px 18px}.list-header{flex-direction:column;align-items:flex-start;gap:4px}.grid-3,.grid-4{grid-template-columns:1fr}.results-scroll{max-height:62vh}.checkout-bar,.price-row,.cart-row{flex-direction:column;align-items:flex-start}.name-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:10px}.contact-grid{grid-template-columns:1fr}.contact-info iframe{height:320px}.admin-summary-grid{grid-template-columns:1fr}.order-search{min-width:100%}.customer-toolbar,.report-content{grid-template-columns:1fr}.report-metrics{border-bottom:1px solid #e1e7ee;border-right:0}}@media (max-width:1024px){.container{width:94vw}main{padding:22px 0 44px}.place-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.admin-auth label{min-width:260px}.order-search{min-width:240px}.customer-show-row label{min-width:220px}.report-custom-range input{min-width:120px}}@media (max-width:768px){.top-strip{padding:7px 10px;font-size:.74rem}.nav-wrap{justify-content:center;min-height:auto;padding:8px 0}.brand{justify-content:center;width:100%;font-size:.88rem}.brand-logo{width:40px;height:26px}nav{justify-content:center;gap:8px;width:100%}nav a,.btn-link{padding:7px 10px;font-size:.85rem}.results-scroll{max-height:58vh;padding:14px}.admin-auth{display:grid}.admin-auth label{min-width:100%}.admin-auth button{width:100%}.admin-auth-status{flex-direction:column;align-items:flex-start}.admin-actions label,.admin-actions select,.admin-actions input{width:100%}.page-buttons{flex-wrap:wrap;width:100%}.table-wrap table{min-width:640px}.customer-show-row label{min-width:100%}.report-topbar{padding:8px}.report-range-tabs{gap:6px;width:100%}.report-range-tabs>button{flex:46%}.report-custom-range{flex-wrap:wrap;width:100%;margin-left:0}.report-custom-range input{width:calc(50% - 16px);min-width:0}.report-custom-range .ghost{width:100%}.report-metrics p{font-size:1.45rem}.report-chart{min-height:320px;padding:10px}.report-chart-grid{gap:8px;min-height:280px}.report-bar{width:30px}.product-form button{width:100%}}@media (max-width:480px){.panel{border-radius:14px;padding:14px}.hero h1{font-size:clamp(1.55rem,8vw,2rem)}.hero p{font-size:.93rem}.place-grid{grid-template-columns:1fr}.card{padding:14px}.checkout-alert{flex-direction:column;align-items:flex-start}.place-order-btn,.contact-submit{width:100%;min-width:0}.report-range-tabs>button{flex:100%}.report-custom-range input{width:100%}.table-wrap table{min-width:560px}}
