@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{font-family:Poppins,system-ui,sans-serif;color:#3d2a25;background:#fff8f1;line-height:1.45}*{box-sizing:border-box}body{margin:0;background:#fff8f1}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}.boot{position:fixed;inset:0;z-index:100;display:grid;place-content:center;gap:10px;text-align:center;background:#fff8f1;transition:opacity .2s ease}.boot.hide{opacity:0;pointer-events:none}.boot img{width:78px;height:78px;border-radius:22px;margin:auto;box-shadow:0 16px 35px #4e342e1c}.boot span{font-weight:700;font-size:16px;color:#4e342e}.top{height:72px;background:rgba(255,248,241,.96);backdrop-filter:blur(14px);border-bottom:1px solid #eadfd6}.bar{height:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 5%}.brand{display:flex;align-items:center;gap:10px}.brand img{width:48px;height:48px;border-radius:14px;object-fit:cover}.brand b{display:block;font-size:17px}.brand span{display:block;font-size:10px;color:#8b746c}.actions{display:flex;gap:4px}.icon{padding:10px;border-radius:12px}.icon svg,.search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.announce{display:flex;align-items:center;justify-content:center;background:#4e342e;color:#fff8f1;font-size:10px;padding:8px}main{max-width:1180px;margin:auto;padding:22px 5% 55px}.hero{display:flex;align-items:center;justify-content:space-between;min-height:310px;background:linear-gradient(110deg,#f4e5d8,#fff8f1);border:1px solid #eadfd6;border-radius:28px;padding:38px 42px;overflow:hidden}.eyebrow{letter-spacing:2px;font-size:10px;font-weight:700;color:#9d6f62}.hero h1{font-size:clamp(30px,5vw,54px);line-height:1.08;margin:8px 0 16px}.hero h1 em{font-style:normal;color:#d98478}.hero p{max-width:560px;color:#745e56;font-size:14px}.hero-art{width:220px;height:220px;display:grid;place-items:center}.hero-art img{width:190px;height:190px;border-radius:42px;box-shadow:0 20px 45px #4e342e1c}.searchrow{display:flex;gap:10px;margin:24px 0 14px}.search{height:48px;flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e7dad1;border-radius:15px;padding:0 14px;color:#9a8178}.search input{border:0;outline:0;flex:1;background:transparent;font-size:13px}.cart,.primary{height:48px;padding:0 15px;background:#4e342e;color:#fff;border-radius:15px;font-size:12px}.cats{display:flex;gap:7px;overflow:auto;padding-bottom:14px}.cats button,.quick button{white-space:nowrap;padding:9px 14px;border-radius:20px;background:#f1e6df;color:#765f57;font-size:11px}.cats button.active,.quick button:hover{background:#4e342e;color:#fff}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid #eadfd6;border-radius:18px;overflow:hidden}.pic{height:170px;background:#f3e7df;display:grid;place-items:center;color:#c68b7f;font-size:38px}.pic img{width:100%;height:100%;object-fit:cover}.body{padding:13px}.name{font-weight:600;font-size:14px}.desc{font-size:10px;color:#8b746c;height:31px;overflow:hidden;margin-top:4px}.foot{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.price{font-size:13px;font-weight:600}.price small{font-size:9px;color:#987f75}.add{background:#4e342e;color:#fff;padding:8px 11px;border-radius:10px;font-size:10px}.empty{text-align:center;padding:40px;color:#907b73;font-size:12px}.error{padding:10px 12px;border-radius:12px;font-size:11px;margin:10px 0;background:#fbe8e5;color:#9b5148}footer{background:#4e342e;color:#fff3ea;padding:38px 5%;font-size:11px}.modalbg{position:fixed;inset:0;background:#2c1b1788;z-index:20;display:flex;align-items:flex-end;justify-content:center}.modal{width:min(620px,100%);max-height:92vh;overflow:auto;background:#fffaf5;border-radius:24px 24px 0 0;padding:20px}.modalhead{display:flex;align-items:center;justify-content:space-between}.modalhead h2{font-size:20px;margin:0}.close{font-size:25px;padding:4px}.line,.admin-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eadfd6;font-size:11px}.total{display:flex;justify-content:space-between;padding:13px 0;font-size:13px}.form{display:grid;gap:10px}.form input,.login-card input{width:100%;border:1px solid #e2d4cb;border-radius:12px;padding:11px;background:#fff;outline:0;font-size:12px}.form label,.login-card label{font-size:10px;color:#765f57;display:grid;gap:5px}.admin{min-height:100vh}.admin-top{height:72px;padding:10px 5%;display:flex;align-items:center;justify-content:space-between;background:#fffaf5;border-bottom:1px solid #eadfd6}.logout{padding:9px 13px;border:1px solid #decfc6;border-radius:11px;font-size:11px}.login{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:25px}.login-card{width:min(420px,100%);background:#fff;border:1px solid #eadfd6;border-radius:24px;padding:28px;box-shadow:0 20px 50px #4e342e12}.login-card>img{width:72px;height:72px;border-radius:20px;margin-bottom:20px}.login-card h1{margin:6px 0;font-size:27px}.login-card p{font-size:12px;color:#806c64;margin-bottom:22px}.login-card form{display:grid;gap:12px}.login-card .primary{width:100%;height:46px}.admin-main{padding-top:28px}.admin-title h1{margin:4px 0;font-size:28px}.admin-title p{margin-top:0;color:#806c64;font-size:12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.stat,.admin-card{background:#fff;border:1px solid #eadfd6;border-radius:18px;padding:17px}.stat span,.finance-grid span{display:block;font-size:10px;color:#8b746c}.stat b{display:block;font-size:20px;margin-top:6px}.admin-card{margin-top:14px}.admin-card h2{font-size:15px;margin:0 0 13px}.quick{display:flex;gap:8px;flex-wrap:wrap}.quick button{background:#f3e7df}.admin-row div span{display:block;color:#8b746c;font-size:9px;margin-top:3px}.admin-row small{color:#8b746c}.finance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.finance-grid>div{background:#f8eee8;border-radius:12px;padding:12px}.finance-grid b{display:block;font-size:14px;margin-top:5px}
@media(max-width:900px){.grid{grid-template-columns:repeat(3,1fr)}.hero-art{width:160px}.hero-art img{width:140px;height:140px}.stats,.finance-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.top{height:64px}.bar,.admin-top{padding:9px 4%}.brand img{width:42px;height:42px}.brand span{display:none}main{padding:16px 4% 40px}.hero{padding:25px 20px;min-height:245px;border-radius:22px}.hero-art{display:none}.hero h1{font-size:31px}.hero p{font-size:12px}.searchrow{position:sticky;top:64px;z-index:4;background:#fff8f1;padding:8px 0;margin:0}.grid{grid-template-columns:repeat(2,1fr);gap:10px}.pic{height:135px}.body{padding:10px}.name{font-size:12px}.desc{font-size:9px}.foot{margin-top:9px}.price{font-size:11px}.add{padding:7px 9px;font-size:9px}.login{min-height:calc(100vh - 64px);padding:18px}.login-card{padding:22px}.stats{grid-template-columns:1fr 1fr}.finance-grid{grid-template-columns:1fr 1fr}.admin-title h1{font-size:24px}}
