.auth-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.auth-box{background:#fff;border-radius:10px;padding:40px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:40px}.auth-header h1{font-size:2.5em;color:#333;margin-bottom:10px}.auth-header p{color:#666;font-size:1em}.auth-tabs{display:flex;gap:10px;margin-bottom:30px;background:#f5f5f5;border-radius:5px;padding:5px}.tab{flex:1;padding:10px;background:transparent;color:#666;border:none;border-radius:4px;font-weight:500;transition:all .3s}.tab.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#333;font-size:.9em}.form-group input{padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1em}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error-message{background:#ffebee;color:#c62828;padding:12px;border-radius:5px;font-size:.9em;border-left:4px solid #c62828}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px;border:none;border-radius:5px;font-weight:600;font-size:1em;cursor:pointer;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.submit-btn:disabled{opacity:.7}@media (max-width: 480px){.auth-box{padding:20px}.auth-header h1{font-size:2em}}.products{width:100%}.products h2{font-size:2em;color:#333;margin-bottom:30px;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px}.product-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:15px}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.product-image{font-size:3em;text-align:center;height:100px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;border-radius:8px}.product-card h3{font-size:1.1em;color:#333;margin:0}.description{color:#666;font-size:.9em;margin:0;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #eee}.price{font-size:1.3em;font-weight:700;color:#667eea}.add-btn{background:#667eea;color:#fff;padding:8px 16px;border-radius:5px;font-weight:600;border:none;cursor:pointer;transition:all .3s}.add-btn:hover{background:#5568d3;transform:translateY(-2px)}@media (max-width: 768px){.products h2{font-size:1.5em}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.product-card{padding:15px;gap:10px}.product-image{font-size:2.5em;height:80px}.price{font-size:1.1em}.add-btn{padding:6px 12px;font-size:.9em}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:12px}.product-image{font-size:2em;height:60px}.product-card h3{font-size:.95em}.description{font-size:.8em}}.cart{max-width:800px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;display:flex;flex-direction:column;min-height:400px}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid #eee;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cart-header h2{font-size:1.5em;margin:0}.close-btn{background:#fff3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5em;cursor:pointer;transition:all .3s}.close-btn:hover{background:#ffffff4d}.empty-cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px;color:#666}.empty-cart p{font-size:1.1em;margin:0}.continue-btn{background:#667eea;color:#fff;padding:12px 30px;border-radius:5px;font-weight:600;cursor:pointer}.continue-btn:hover:not(:disabled){background:#5568d3}.cart-items{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px}.cart-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f9f9f9;border-radius:8px;border-left:4px solid #667eea}.item-image{font-size:2em;width:50px;text-align:center}.item-details{flex:1}.item-details h4{margin:0 0 5px;color:#333;font-size:.95em}.item-price{color:#667eea;font-weight:700;margin:0;font-size:.9em}.item-quantity{display:flex;align-items:center;gap:10px;background:#fff;border-radius:5px;padding:5px}.qty-btn{background:#f0f0f0;color:#333;width:30px;height:30px;border:none;border-radius:4px;cursor:pointer;font-weight:700}.qty-btn:hover{background:#667eea;color:#fff}.item-total{min-width:80px;text-align:right;font-weight:700;color:#333}.remove-btn{background:#ffebee;border:none;width:35px;height:35px;border-radius:5px;cursor:pointer;font-size:1.2em}.remove-btn:hover{background:#ffcdd2}.cart-summary{padding:20px;border-top:1px solid #eee;background:#f9f9f9}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;color:#666;font-size:.95em}.summary-row.tax{color:#999;font-size:.85em}.summary-row.total{font-weight:700;color:#333;font-size:1.1em;padding-top:10px;border-top:1px solid #ddd;margin-top:10px}.cart-actions{padding:20px;display:flex;gap:10px}.checkout-btn{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px;border-radius:5px;font-weight:600;font-size:1em;cursor:pointer}.checkout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.cart-actions .continue-btn{flex:1;padding:15px}@media (max-width: 600px){.cart-item{gap:10px;padding:12px}.item-quantity{gap:5px}.qty-btn{width:28px;height:28px;font-size:.9em}.remove-btn{width:30px;height:30px;font-size:1em}.item-total{min-width:60px}.summary-row{font-size:.9em}.summary-row.total{font-size:1em}.cart-actions{flex-direction:column}}.home{min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.home-header{background:#fff;border-bottom:1px solid #ddd;padding:20px 0;box-shadow:0 2px 8px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.home-header h1{font-size:1.8em;color:#333;margin:0}.header-actions{display:flex;align-items:center;gap:20px}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-info span{color:#333;font-weight:500}.user-info .email{font-size:.85em;color:#666;font-weight:400}.cart-btn{background:#667eea;color:#fff;padding:10px 20px;border-radius:5px;font-weight:600}.cart-btn:hover{background:#5568d3}.logout-btn{background:#ff6b6b;color:#fff;padding:10px 20px;border-radius:5px;font-weight:600}.logout-btn:hover{background:#ee5a5a}.home-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:40px 20px}@media (max-width: 768px){.header-content{flex-direction:column;gap:15px}.header-actions{width:100%;flex-wrap:wrap;justify-content:center}.user-info{width:100%;align-items:center}.user-info .email{font-size:.8em}}@media (max-width: 480px){.home-header{padding:15px 0}.header-content{padding:0 10px}.home-header h1{font-size:1.5em}.header-actions{gap:10px}.cart-btn,.logout-btn{padding:8px 15px;font-size:.9em}.user-info span{font-size:.85em}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}#root,.app{min-height:100vh}button{border:none;cursor:pointer;border-radius:5px;font-weight:500;transition:all .3s ease}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button:disabled{opacity:.6;cursor:not-allowed}input{border:1px solid #ddd;border-radius:5px;padding:10px;font-size:1em;transition:border-color .3s}input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input:disabled{background:#f5f5f5;cursor:not-allowed}
