:root{color:#171717;--green:#2e9b45;--dark:#176b36;--yellow:#f2c318;background:#fff;font-family:Arial,sans-serif}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh}header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:82px;padding:8px clamp(20px,6vw,90px);display:flex}header img{object-fit:contain;width:auto;height:68px}nav{align-items:center;gap:8px;display:flex}nav button{cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px 14px;font-weight:600}nav button.active,nav button:hover{color:var(--dark);background:#eaf6ec}.cart{margin-left:16px;font-weight:700}.hero{background:linear-gradient(120deg,#eff9ef,#fff8d9);border-radius:28px;justify-content:space-between;align-items:center;max-width:1100px;margin:42px auto 54px;padding:48px;display:flex}.eyebrow{color:var(--dark);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:700}h1{margin:12px 0;font-size:clamp(36px,5vw,64px);line-height:1}h2{max-width:1100px;margin:0 auto 22px}.hero p{max-width:520px;font-size:18px;line-height:1.5}.hero-art{font-size:62px;line-height:1.4;transform:rotate(-8deg)}.primary,.card button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:13px 19px;font-weight:700}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:1100px;margin:auto;display:grid}.card{border:1px solid #eee;border-radius:18px;padding:16px;box-shadow:0 3px 12px #0000000b}.product-art{border-radius:14px;place-items:center;height:130px;font-size:68px;display:grid}.card h3{margin:14px 0 4px}.card p{color:#666;margin:0 0 12px}.card strong{margin-bottom:15px;display:block}.card button{width:100%}footer{text-align:center;color:#777;padding:45px 20px}.dashboard{max-width:1100px;margin:50px auto;padding:0 20px}.stats{flex-wrap:wrap;gap:16px;margin:35px 0;display:flex}.stats div{background:#f5faf5;border-radius:15px;min-width:190px;padding:22px}.stats b,.stats span{display:block}.stats b{color:var(--dark);margin-bottom:8px;font-size:28px}.stats span{color:#666}.empty{text-align:center;border:2px dashed #b9d9bd;border-radius:18px;padding:45px}@media (width<=700px){header{align-items:flex-start;height:auto}header img{height:58px}nav{flex-wrap:wrap;justify-content:flex-end}.hero{margin:22px 14px 40px;padding:28px;display:block}.hero-art{margin-top:20px;font-size:45px}h2{padding:0 20px}.grid{padding:0 14px}}.login-page{background:linear-gradient(135deg,#eff9ef,#fff8d9);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{text-align:center;background:#fff;border-radius:24px;width:min(100%,430px);padding:34px;box-shadow:0 12px 40px #176b3620}.login-card img{object-fit:contain;width:130px;height:100px}.login-card h1{margin-bottom:28px;font-size:34px}.login-card form{text-align:left}.login-card label{margin:16px 0;font-weight:700;display:block}.login-card input{border:1px solid #d9e1d9;border-radius:10px;width:100%;margin-top:7px;padding:13px;font-size:16px;display:block}.full{width:100%;margin-top:8px}.hint{color:#777;margin-top:22px;font-size:12px;line-height:1.5}.link{color:var(--dark);cursor:pointer;background:0 0;border:0;font-weight:700}.error{color:#b42318;font-size:14px}.logout{color:#fff;cursor:pointer;background:#171717;border:0;border-radius:10px;padding:10px 14px;position:fixed;bottom:20px;right:20px}.products-section{width:min(1110px,92%);margin:70px auto 0}.section-heading{justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:28px;display:flex}.section-heading h2{margin:0}.section-heading .eyebrow{margin:0 0 8px}.cart-button{color:#146b3a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e5dc;border-radius:10px;padding:12px 18px;font-size:16px;font-weight:700}.cart-button:hover{background:#eef8f0}.main-header{background:#fff;border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;min-height:78px;padding:12px 6%;display:flex}.logo{object-fit:contain;width:100px;height:auto}.header-right{align-items:center;gap:14px;display:flex}.user-email{color:#146b3a;font-weight:600}.header-button{color:#146b3a;cursor:pointer;background:#fff;border:1px solid #299c48;border-radius:8px;padding:9px 16px;font-weight:700}.header-button:hover{background:#eef8f0}.modal-backdrop{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:18px;width:min(520px,100%);max-height:90vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000040}.modal-card h2{color:#146b3a;margin-top:0}.modal-close{color:#555;cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:12px;right:15px}.full{width:100%}.google-button{color:#333;cursor:pointer;background:#fff;border:1px solid #d6ded9;border-radius:8px;padding:12px;font-weight:700}.google-button:hover{background:#f5f7f5}.auth-separator{color:#777;text-align:center;align-items:center;gap:12px;margin:22px 0;display:flex}.auth-separator:before,.auth-separator:after{content:"";background:#e1e5e2;flex:1;height:1px}.link{color:#146b3a;cursor:pointer;background:0 0;border:0;margin:18px auto 0;font-weight:700;display:block}.cart-list{flex-direction:column;gap:12px;margin:20px 0;display:flex}.cart-row{border-bottom:1px solid #e8eee9;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px;display:grid}.remove-button{color:#c43b32;cursor:pointer;background:0 0;border:0;font-size:13px}.cart-total{color:#146b3a;margin:20px 0;font-size:20px;font-weight:800}.loading{color:#146b3a;place-items:center;min-height:100vh;display:grid}@media (width<=700px){.main-header{padding:12px 4%}.logo{width:82px}.user-email{display:none}.hero{width:92%;margin:25px auto}.section-heading{align-items:flex-start}.cart-row{grid-template-columns:1fr auto}.remove-button{text-align:left;grid-column:1/-1}}
