@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#18231d;--muted:#718078;--line:#e4eae6;--bg:#f4f7f5;--green:#196b48;--green2:#e5f4eb;--white:#fff;--danger:#bd3f3f;--shadow:0 12px 35px rgba(25,50,36,.07)}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:14px}a{color:var(--green);text-decoration:none}aside{position:fixed;inset:0 auto 0 0;width:235px;background:#102c21;color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:5}.brand{display:grid;grid-template-columns:42px 1fr;grid-template-rows:24px 18px;align-items:center;color:#fff;padding:0 8px 34px}.brand>span,.login-brand>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#58b884;font-size:20px;font-weight:700}.brand strong{font-size:20px;letter-spacing:2px}.brand small{color:#9db5aa;font-size:11px;text-transform:uppercase;letter-spacing:1.5px}nav{display:grid;gap:7px}nav a{color:#abc0b7;border-radius:9px;padding:12px 14px;font-weight:500;font-size:15px}nav a span{margin-left:12px}nav a:hover,nav a.active{background:#1f4937;color:#fff}.user{margin-top:auto;border-top:1px solid #315044;padding:20px 5px 0;display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;background:#dbf0e3;color:#174f36;border-radius:50%;display:grid;place-items:center;font-weight:700}.user div:nth-child(2){display:flex;flex-direction:column;min-width:0;flex:1}.user b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user small{font-size:11px;color:#9db5aa;text-transform:capitalize}.user>a{color:#9db5aa;font-size:18px}.app{margin-left:235px;padding:30px 38px;max-width:1600px}.app>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.app>header small{color:var(--muted)}h1,h2,p{margin-top:0}h1{font-size:27px;margin:3px 0 0}h2{font-size:18px;margin-bottom:5px}.card>p,.card-head p,.form-card>p{color:var(--muted);font-size:13px}.button{border:0;border-radius:8px;padding:11px 16px;font:600 13px inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary{background:var(--green);color:#fff;box-shadow:0 5px 12px rgba(25,107,72,.18)}.primary:hover{background:#115d3d}.secondary{color:var(--green);background:#edf5f0;border:1px solid #d6e7dc}.full{width:100%}.flash{padding:12px 15px;border-radius:8px;margin:-10px 0 20px}.flash.success{background:#ddf4e7;color:#175b3c}.flash.error{background:#fae5e5;color:#9d3030}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stats article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.stats article div{display:flex;flex-direction:column}.stats small{color:var(--muted);margin-bottom:5px}.stats strong{font-size:20px}.icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;font-size:18px;font-weight:700}.icon.green{background:#e2f4e9;color:#247250}.icon.blue{background:#e5eefb;color:#3b69a9}.icon.violet{background:#eee8fb;color:#7355a9}.icon.orange{background:#fff0df;color:#b8742b}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;box-shadow:var(--shadow)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.card-head p{margin-bottom:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;white-space:nowrap}th{text-align:left;color:#78837d;text-transform:uppercase;letter-spacing:.5px;font-size:10px;padding:11px 13px;border-bottom:1px solid var(--line)}td{padding:14px 13px;border-bottom:1px solid #edf0ee}tr:last-child td{border-bottom:0}td small{display:block;color:var(--muted);margin-top:3px}.tag,.status,.stock-low{display:inline-block;background:#edf3ef;color:#53675d;padding:5px 9px;border-radius:20px;font-size:11px}.status{background:#e4f5eb;color:#24704e}.stock-low{background:#fff0e2;color:#a45c1b}.empty{text-align:center;color:var(--muted);padding:35px}.split{display:flex;gap:20px;align-items:flex-start}.form-card{width:350px;flex:0 0 350px}.grow{flex:1}form{display:grid;gap:14px}label{display:grid;gap:6px;color:#4e5d55;font-weight:600;font-size:12px}input,select,textarea{width:100%;border:1px solid #d9e1dc;border-radius:7px;background:#fff;padding:10px 11px;color:var(--ink);font:14px inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:#56a47d;box-shadow:0 0 0 3px rgba(40,130,87,.1)}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}.search{display:flex;gap:0}.search input{width:190px;border-radius:7px 0 0 7px}.search button{border:0;background:var(--green);color:#fff;border-radius:0 7px 7px 0;width:38px}.sale-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.checkout{position:sticky;top:25px}.totals{border-top:1px solid var(--line);padding-top:16px;display:grid;gap:12px}.totals span{display:flex;justify-content:space-between;color:var(--muted)}.totals b{color:var(--ink)}.totals .grand{font-size:17px;color:var(--ink);padding-top:12px;border-top:1px dashed #ccd7d0}.sale-item{display:grid;grid-template-columns:minmax(220px,1fr) 110px 130px 32px;gap:12px;align-items:end;border:1px solid var(--line);background:#fafcfb;padding:14px;border-radius:9px;margin-bottom:10px}.line-total{height:40px;display:flex;flex-direction:column;justify-content:center}.line-total small{color:var(--muted);font-size:10px}.remove{border:0;width:32px;height:40px;background:#fae7e7;color:var(--danger);border-radius:7px;font-size:20px;cursor:pointer}.receipt{max-width:850px;margin:auto}.receipt-info{display:grid;grid-template-columns:repeat(3,1fr);background:#f6f8f7;padding:16px;border-radius:8px;margin:20px 0}.receipt-info span{display:flex;flex-direction:column;gap:4px}.receipt-info small{color:var(--muted)}.receipt-total{margin-left:auto;margin-top:20px;width:260px;display:grid;gap:10px}.receipt-total span,.receipt-total strong{display:flex;justify-content:space-between}.receipt-total strong{font-size:18px;border-top:1px solid var(--line);padding-top:12px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--green);font-weight:700}.login-body{background:#edf3ef}.login-wrap{min-height:100vh;display:grid;grid-template-columns:minmax(400px,550px) 1fr}.login-card{padding:55px clamp(40px,8vw,100px);display:flex;flex-direction:column;justify-content:center;background:#fff;gap:40px}.login-brand{position:absolute;top:36px;display:flex;gap:11px;align-items:center}.login-brand div{display:flex;flex-direction:column}.login-brand strong{font-size:20px;letter-spacing:2px}.login-brand small{color:var(--muted)}.login-card h1{font-size:30px}.muted{color:var(--muted);line-height:1.6}.hint{font-size:11px;color:var(--muted);text-align:center}.login-art{background:linear-gradient(135deg,rgba(11,49,35,.97),rgba(23,101,69,.9)),radial-gradient(circle at 80% 10%,#75c99b,transparent 40%);display:flex;align-items:flex-end;padding:8vw;color:#fff}.login-art h2{font-size:clamp(40px,5vw,72px);line-height:1.05;margin:12px 0 22px;letter-spacing:-2px}.login-art p{letter-spacing:3px;color:#84d4aa;font-size:11px}.login-art span{color:#c2d9ce;font-size:17px;max-width:450px;display:block;line-height:1.6}
@media(max-width:1050px){.stats{grid-template-columns:1fr 1fr}.split{flex-direction:column}.form-card{width:100%;flex:auto}.grow{width:100%}.sale-layout{grid-template-columns:1fr}.checkout{position:static}.login-wrap{grid-template-columns:1fr}.login-art{display:none}}
@media(max-width:700px){aside{width:68px;padding:22px 9px}.brand{padding:0 6px 28px;display:block}.brand strong,.brand small,nav span,.user div:nth-child(2),.user>a{display:none}.user{justify-content:center}.app{margin-left:68px;padding:20px 14px}.app>header{align-items:flex-end}.app>header .button{padding:10px}.stats{grid-template-columns:1fr}.split{gap:14px}.card{padding:16px}.sale-item{grid-template-columns:1fr 90px}.line-total{grid-column:1}.remove{grid-column:2;grid-row:2}.receipt-info{grid-template-columns:1fr;gap:14px}.login-card{padding:35px 25px}.form-row{grid-template-columns:1fr}}
@media print{aside,.app>header,.receipt .button{display:none}.app{margin:0;padding:0}.receipt{border:0;box-shadow:none}}
.check{display:flex;grid-template-columns:18px 1fr;align-items:center;gap:8px}.check input{width:16px}.checks{display:grid;gap:9px}.category-tree{display:grid}.category-tree article{display:flex;align-items:center;gap:13px;padding:13px;border-bottom:1px solid var(--line)}.category-tree article.child{margin-left:42px;border-left:2px solid #dce8e1}.category-tree article>div:nth-child(2){flex:1;display:flex;flex-direction:column}.category-tree small{color:var(--muted)}.cat-thumb{width:42px;height:42px;background:#edf5f0;border-radius:8px;display:grid;place-items:center;color:var(--green)}.cat-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.shop-top{height:31px;background:#173d2e;color:#dbe9e1;display:grid;place-items:center;font-size:10px;letter-spacing:1px}.shop-header{height:78px;background:#fff;border-bottom:1px solid #e7ebe8;display:flex;align-items:center;padding:0 max(24px,5vw);gap:45px;position:sticky;top:0;z-index:20}.shop-logo{display:flex;align-items:center;gap:9px;color:#173d2e;font-size:22px;letter-spacing:3px}.shop-logo span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#173d2e;color:#fff;letter-spacing:0}.shop-nav{display:flex;gap:26px;flex:1}.shop-nav a{color:#263b31;font-size:13px}.shop-actions{display:flex;align-items:center;gap:18px}.shop-actions>a{color:#263b31;font-size:12px}.cart-link b{display:inline-grid;place-items:center;background:#173d2e;color:#fff;width:20px;height:20px;border-radius:50%;margin-left:4px}.shop-main{background:#fff;min-height:70vh}.shop-main>.flash{max-width:1200px;margin:15px auto}.hero{min-height:520px;background:linear-gradient(105deg,#e9eee9 0%,#f7f3eb 58%,#d8e7dc 58%,#c7ddce 100%);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:60px max(30px,9vw);overflow:hidden}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,82px);font-weight:400;line-height:.98;letter-spacing:-3px;margin:16px 0 24px}.hero>div>p:not(.eyebrow){color:#647269;font-size:16px;max-width:430px;line-height:1.7}.shop-button{display:inline-flex;background:#173d2e;color:#fff;border:0;padding:15px 25px;text-transform:uppercase;letter-spacing:1.3px;font:600 11px inherit;cursor:pointer}.hero-shape{display:grid;place-items:center;height:380px;position:relative}.hero-shape:before{content:'';width:330px;height:430px;background:linear-gradient(145deg,#285f48,#102e22);border-radius:48% 48% 12px 12px;transform:rotate(4deg);box-shadow:30px 35px 0 #a8c8b3}.hero-shape span{position:absolute;color:#dceae1;font:46px Georgia;letter-spacing:12px;transform:rotate(-86deg)}.shop-section{max-width:1240px;margin:auto;padding:80px 28px}.section-title{text-align:center;margin-bottom:36px}.section-title.left{text-align:left}.section-title p,.category-hero>p{font-size:10px;letter-spacing:2.5px;color:#8a7563}.section-title h2{font:400 34px Georgia;margin-top:8px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;height:330px;background:#e8eee9;overflow:hidden}.category-card img{width:100%;height:100%;object-fit:cover;transition:.4s}.category-card:hover img{transform:scale(1.03)}.category-placeholder{height:100%;display:grid;place-items:center;font:110px Georgia;color:#cad9cf}.category-card>span{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(12,36,26,.8));padding:60px 22px 20px;color:#fff;display:flex;justify-content:space-between;align-items:end}.category-card b{font:25px Georgia}.category-card small{color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 16px}.product-image{height:340px;background:#f0f2ef;display:grid;place-items:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.025)}.product-image>span{font:38px Georgia;color:#b9c9bf;letter-spacing:7px}.product-image i{position:absolute;top:12px;left:12px;background:#fff;color:#5b675f;padding:6px 8px;font-style:normal;font-size:9px;text-transform:uppercase;letter-spacing:1px}.product-info{padding-top:14px}.product-info small{color:#8a958f}.product-info h3{font-size:14px;font-weight:500;color:#26372e;margin:6px 0 9px}.product-info>b{font-size:15px}.product-info em{float:right;color:#aa564b;font-size:11px}.benefits{background:#f2f5f2;padding:34px max(30px,8vw);display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefits div{display:flex;flex-direction:column;text-align:center;gap:5px}.benefits span{color:#7b8881;font-size:12px}.shop-footer{background:#153729;color:#dbe7df;padding:55px max(30px,8vw);display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.shop-footer p{color:#9eb6aa;margin-top:8px}.category-hero{text-align:center;padding:70px 20px;background:#f2f4f0}.category-hero h1{font:48px Georgia;margin:10px}.category-hero span{color:#758179}.product-detail{max-width:1100px;margin:auto;padding:65px 30px;display:grid;grid-template-columns:1fr 1fr;gap:65px}.detail-image{height:600px;background:#eff2ef;display:grid;place-items:center;font:70px Georgia;color:#bccbc1}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-info{padding-top:30px}.breadcrumb{font-size:11px;color:#849088}.detail-info h1{font:42px Georgia;margin:28px 0 14px}.detail-price{font-size:22px}.detail-description{color:#68766e;line-height:1.8;margin:28px 0}.availability{color:#327551;font-size:12px;margin-bottom:22px}.buy-box{display:grid;grid-template-columns:100px 1fr;align-items:end}.detail-notes{display:grid;gap:9px;border-top:1px solid #e3e7e4;margin-top:30px;padding-top:22px;color:#6e7b74;font-size:12px}.cart-page{max-width:1120px;margin:auto;padding:60px 28px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:45px}.cart-items article{display:grid;grid-template-columns:90px 1fr auto;gap:18px;border-bottom:1px solid #e3e8e5;padding:18px 0;align-items:center}.cart-image{width:90px;height:110px;background:#edf1ee;display:grid;place-items:center}.cart-image img{width:100%;height:100%;object-fit:cover}.cart-items h3{margin:6px 0}.cart-items small,.cart-items span{color:#7c8881}.cart-items form{grid-column:2}.cart-items form button{border:0;background:none;color:#9a5148;padding:0;cursor:pointer}.cart-summary{background:#f3f5f2;padding:25px;display:grid;gap:17px;align-self:start}.cart-summary>span,.cart-summary>div{display:flex;justify-content:space-between}.cart-summary>div{border-top:1px solid #dbe2dd;padding-top:17px;font-size:17px}.cart-summary small{color:#7d8982;line-height:1.5}.store-empty{grid-column:1/-1;text-align:center;padding:70px 25px;background:#f5f7f5}.store-empty b{font:26px Georgia}.store-empty p{color:#7d8982;margin:12px 0 25px}
@media(max-width:900px){.shop-nav{display:none}.hero{grid-template-columns:1fr}.hero-shape{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.cart-layout{grid-template-columns:1fr}.shop-footer{grid-template-columns:1fr}.detail-image{height:450px}}@media(max-width:520px){.shop-header{padding:0 15px;gap:15px}.shop-actions>a:first-child{display:none}.hero{padding:55px 24px;min-height:440px}.hero h1{font-size:48px}.shop-section{padding:55px 16px}.category-grid{grid-template-columns:1fr}.category-card{height:280px}.product-grid{gap:22px 10px}.product-image{height:230px}.benefits{grid-template-columns:1fr}.product-detail{padding:30px 18px;gap:22px}.detail-image{height:400px}.detail-info h1{font-size:34px}.buy-box{grid-template-columns:1fr}.cart-items article{grid-template-columns:70px 1fr}.cart-image{width:70px;height:90px}.cart-items article>b{grid-column:2}.shop-top{font-size:8px}}
