*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Arial,sans-serif;background:#f6f2eb;color:#1f2933}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid #e8ded0}.topbar-inner{max-width:1180px;margin:0 auto;padding:12px 14px;display:flex;gap:14px;align-items:center;justify-content:space-between}.brand-title{font-size:24px;font-weight:900;letter-spacing:.2px}.brand-sub{font-size:13px;color:#6b5f55;margin-top:2px}.min-badge{background:#111827;color:white;padding:9px 12px;border-radius:999px;font-weight:800;font-size:13px;white-space:nowrap}.wrap{max-width:1180px;margin:0 auto;padding:16px 14px 120px}.hero{background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 24px rgba(46,31,18,.08);display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:center}.hero h1{margin:0 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.05}.hero p{margin:0;color:#5b5148;font-size:16px}.box-visual{background:#f7efe4;border:2px solid #d7b98b;border-radius:20px;padding:14px}.box-label{font-weight:900;text-align:center;margin-bottom:10px}.crate{height:120px;border:4px solid #9a6a3c;border-top-width:10px;border-radius:10px;position:relative;overflow:hidden;background:linear-gradient(135deg,#ead8bd,#fff7ed)}.crate-fill{position:absolute;left:0;bottom:0;height:0;background:linear-gradient(180deg,#c08457,#8a5630);width:100%;transition:height .25s ease}.crate-lines{position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(90,55,25,.14) 0,rgba(90,55,25,.14) 2px,transparent 2px,transparent 38px)}.progress-text{text-align:center;font-weight:800;margin-top:10px}.notice-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.notice{background:#fff;border-radius:14px;padding:10px 12px;color:#5b5148;font-size:14px;font-weight:700;box-shadow:0 4px 14px rgba(46,31,18,.05)}.toolbar{display:flex;gap:10px;align-items:center;margin:14px 0}.search{flex:1;height:46px;border:2px solid #e0d4c4;border-radius:14px;padding:0 14px;font-size:16px;background:white}.btn{border:0;border-radius:14px;background:#1f2933;color:#fff;min-height:44px;padding:0 16px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:#3a4652}.btn.light{background:#fff;color:#1f2933;border:2px solid #e0d4c4}.btn.danger{background:#b91c1c}.btn.success{background:#237a3b}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.product{background:#fff;border-radius:20px;box-shadow:0 8px 22px rgba(46,31,18,.08);overflow:hidden;display:flex;flex-direction:column}.product-img{aspect-ratio:1/1;background:#efe8dd;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.product-title{font-size:17px;font-weight:900;line-height:1.15}.product-text{font-size:14px;color:#5b5148;white-space:pre-wrap;line-height:1.35}.price-stock{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-top:auto}.price{font-size:22px;font-weight:900}.stock{font-size:12px;background:#f1f5f9;color:#334155;padding:5px 8px;border-radius:999px;font-weight:800}.add-form{display:flex;gap:8px;margin-top:6px}.qty{width:70px;height:42px;border:2px solid #e0d4c4;border-radius:12px;padding:0 8px;font-size:16px;font-weight:800;text-align:center}.cart-panel{position:fixed;right:14px;bottom:14px;width:min(420px,calc(100% - 28px));background:#fff;border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.20);z-index:30;overflow:hidden}.cart-head{padding:12px 14px;background:#1f2933;color:white;display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-title{font-weight:900}.cart-content{padding:12px;max-height:60vh;overflow:auto}.cart-line{display:grid;grid-template-columns:1fr 72px 70px 28px;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #edf0f3}.cart-line-title{font-weight:800;font-size:14px}.cart-line-sub{font-size:12px;color:#64748b}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin:12px 0}.bar{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:#237a3b;width:0;transition:width .2s}.cart-note{font-weight:800;color:#7c4a03;margin:10px 0}.form-box{background:#fff;border-radius:22px;padding:16px;box-shadow:0 8px 24px rgba(46,31,18,.08);margin-top:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:900;color:#374151}.field input,.field textarea,.field select{border:2px solid #e0d4c4;border-radius:12px;min-height:44px;padding:10px;font-size:15px}.field textarea{min-height:90px}.alert{border-radius:14px;padding:12px;margin:12px 0;font-weight:800}.alert.ok{background:#dcfce7;color:#14532d}.alert.err{background:#fee2e2;color:#7f1d1d}.empty{background:#fff;border-radius:20px;padding:24px;text-align:center;color:#64748b;font-weight:800}.legal{font-size:13px;color:#5b5148;line-height:1.45}.footer{max-width:1180px;margin:0 auto;padding:20px 14px 90px;color:#6b7280;font-size:13px}.admin-wrap{max-width:1200px;margin:0 auto;padding:16px}.admin-nav{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.05)}.table th,.table td{padding:10px;border-bottom:1px solid #edf0f3;text-align:left;font-size:14px;vertical-align:top}.table th{background:#f8fafc;font-weight:900}.thumb{width:60px;height:60px;object-fit:cover;border-radius:10px;background:#eee}.admin-card{background:white;border-radius:18px;padding:14px;margin:12px 0;box-shadow:0 6px 18px rgba(0,0,0,.05)}.pill{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900;background:#e5e7eb}.pill.new{background:#dbeafe;color:#1e3a8a}.pill.confirmed{background:#dcfce7;color:#14532d}.pill.cancelled{background:#fee2e2;color:#7f1d1d}.pill.completed{background:#ede9fe;color:#4c1d95}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:16px;z-index:99}.lightbox img{max-width:96vw;max-height:96vh;object-fit:contain}.small-muted{font-size:12px;color:#64748b}.checkbox-row{display:flex;gap:8px;align-items:center;margin-top:8px}.mobile-cart-toggle{display:none}@media(max-width:820px){.hero{grid-template-columns:1fr}.topbar-inner{align-items:flex-start}.min-badge{font-size:12px}.grid{grid-template-columns:1fr 1fr;gap:10px}.product-title{font-size:15px}.price{font-size:19px}.cart-panel{left:10px;right:10px;bottom:10px;width:auto}.cart-content{display:none}.cart-panel.open .cart-content{display:block}.mobile-cart-toggle{display:inline-flex}.form-grid{grid-template-columns:1fr}.wrap{padding-bottom:100px}.cart-line{grid-template-columns:1fr 64px 60px 28px}}@media(max-width:460px){.grid{grid-template-columns:1fr 1fr}.product-body{padding:9px}.product-text{font-size:13px}.add-form{flex-direction:column}.qty{width:100%}.btn{width:100%}.hero{padding:14px}.crate{height:95px}}
@media print{.topbar,.admin-nav,.btn,.cart-panel,.no-print{display:none!important}body{background:#fff}.admin-wrap{max-width:100%;padding:0}.admin-card,.table{box-shadow:none}.table th,.table td{font-size:12px}}
.thumb-row{display:flex;gap:6px;padding:8px 10px 0;background:#fff}.thumb-row img{width:42px;height:42px;object-fit:cover;border-radius:9px;cursor:pointer;border:2px solid #efe8dd}
