:root{--sage:#d7e1cc;--cream:#f8f5ef;--ink:#2f2a24;--muted:#80776e;--line:#e7dfd5;--preorder:#f1d7b6;--preorder-dark:#8b5d2a}*{box-sizing:border-box}body{background:var(--cream);color:var(--ink);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,sans-serif}button,input,textarea,select{font:inherit}.page{min-height:100vh}.header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f8f5efeb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:16px;display:flex}.brand-kicker{letter-spacing:.28em;color:var(--muted);font-size:11px}h1,h2,h3,p{margin:0}.brand-title{letter-spacing:-.03em;margin-top:4px;font-size:26px}.header-actions{align-items:center;gap:8px;display:flex}.btn{background:var(--sage);color:var(--ink);cursor:pointer;white-space:nowrap;border:0;border-radius:999px;padding:10px 16px;font-weight:800;box-shadow:0 8px 20px #2f2a2414}.btn.dark{background:var(--ink);color:#fff}.btn.light{border:1px solid var(--line);background:#fff}.btn:disabled{opacity:.45;cursor:not-allowed}.container{grid-template-columns:1fr 360px;gap:24px;max-width:1120px;margin:0 auto;padding:24px 16px 56px;display:grid}.hero{border:1px solid var(--line);background:radial-gradient(circle at 80% 0,#d7e1cce6,#0000 34%),linear-gradient(135deg,#fff,#fbf8f2);border-radius:28px;margin-bottom:18px;padding:28px;box-shadow:0 16px 36px #2f2a240f}.hero h2{letter-spacing:-.04em;margin-bottom:10px;font-size:32px;line-height:1.16}.hero p{color:var(--muted);line-height:1.7}.toolbar{border:1px solid var(--line);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;padding:14px;display:flex}.search,.select,.field{border:1px solid var(--line);background:#fbfaf7;border-radius:999px;outline:none;padding:12px 14px}.search{flex:1}.field{width:100%;margin-bottom:10px}textarea.field{resize:vertical;border-radius:18px;min-height:90px}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 28px #2f2a240f}.product-image{height:170px;color:var(--muted);background:linear-gradient(135deg,#f2eee7,#d7e1cc);place-items:center;display:grid;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.card-body{padding:16px}.tag-row{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.tag{background:var(--sage);border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.tag.preorder{background:var(--preorder);color:var(--preorder-dark)}.tag.stock{color:var(--muted);background:#efebe5}.product-name{min-height:44px;font-weight:900;line-height:1.35}.note{color:var(--muted);white-space:pre-line;min-height:40px;margin:8px 0 12px;font-size:13px;line-height:1.5}.preorder-box{color:var(--preorder-dark);background:#fff7eb;border:1px solid #efd9b9;border-radius:16px;margin-bottom:12px;padding:10px;font-size:12px;line-height:1.6}.product-bottom{justify-content:space-between;align-items:end;gap:12px;display:flex}.price{font-size:20px;font-weight:900}.stock-text{color:var(--muted);margin-top:2px;font-size:12px}.side{flex-direction:column;gap:16px;display:flex}.panel{border:1px solid var(--line);background:#fff;border-radius:26px;padding:18px;box-shadow:0 12px 28px #2f2a240f}.panel h3{margin-bottom:14px;font-size:18px}.cart-item{background:#fbfaf7;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:12px;display:flex}.qty{align-items:center;gap:8px;display:flex}.round{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;width:28px;height:28px}.total{border-top:1px solid var(--line);justify-content:space-between;margin-top:12px;padding-top:12px;font-size:18px;font-weight:900;display:flex}.message{color:#6a5300;background:#fff8d8;border:1px solid #eadc99;border-radius:18px;margin-bottom:12px;padding:12px 14px;line-height:1.5}.admin-row{grid-template-columns:1fr 92px 74px;gap:8px;margin-bottom:8px;display:grid}.small{color:var(--muted);font-size:12px;line-height:1.6}.link-box{border:1px dashed var(--line);color:var(--muted);background:#fbfaf7;border-radius:18px;padding:12px;line-height:1.6}.check-row{align-items:center;gap:10px;padding:10px 0 14px;font-weight:800;display:flex}.check-row input{width:18px;height:18px}@media (max-width:980px){.container{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.header-inner{flex-direction:column;align-items:flex-start}.container{padding:16px 12px 40px}.hero{padding:22px}.hero h2{font-size:27px}.toolbar{flex-direction:column}.search,.select{width:100%}.grid{grid-template-columns:1fr}.product-image{height:210px}.admin-row{grid-template-columns:1fr}}
