:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.app-header h1{font-size:2rem;font-weight:700}.app-nav{background:#fff;gap:1rem;padding:1rem 2rem;display:flex;box-shadow:0 2px 4px #0000000d}.app-nav button{cursor:pointer;background:#f0f0f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.app-nav button:hover{background:#e0e0e0}.app-nav button.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.online-toggle{align-items:center;display:flex}.toggle-container{cursor:pointer;align-items:center;gap:1rem;display:flex}.toggle-label{font-size:1rem;font-weight:500}.toggle-container input[type=checkbox]{appearance:none;cursor:pointer;background:#ccc;border-radius:30px;outline:none;width:60px;height:30px;transition:all .3s;position:relative}.toggle-container input[type=checkbox]:checked{background:#4caf50}.toggle-container input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:26px;height:26px;transition:all .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-container input[type=checkbox]:checked:before{left:32px}.product-upload{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.product-upload h2{color:#333;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;outline:none}.image-preview{max-width:300px;margin-top:1rem}.image-preview img{border-radius:8px;width:100%;box-shadow:0 2px 8px #0000001a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .2s}.submit-btn:hover{transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.order-dashboard{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{color:#333;margin-bottom:1rem}.order-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.stat{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:1rem}.stat-label{opacity:.9;margin-bottom:.5rem;font-size:.9rem;display:block}.stat-value{font-size:2rem;font-weight:700;display:block}.filter-buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.filter-buttons button{color:#667eea;cursor:pointer;background:#fff;border:2px solid #667eea;border-radius:20px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.filter-buttons button:hover{background:#f0f0ff}.filter-buttons button.active{color:#fff;background:#667eea}.orders-list{gap:1.5rem;display:grid}.order-card{border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:box-shadow .3s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.order-header h3{color:#333;margin-bottom:.25rem}.customer-name{color:#666;font-size:.9rem}.order-status{color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.order-items{background:#f9f9f9;border-radius:8px;margin-bottom:1rem;padding:1rem}.order-items h4{color:#555;margin-bottom:.5rem;font-size:.9rem}.order-item{border-bottom:1px solid #eee;justify-content:space-between;padding:.5rem 0;display:flex}.order-item:last-child{border-bottom:none}.order-footer{margin-bottom:1rem}.order-total{color:#333;margin-bottom:.5rem;font-size:1.2rem}.order-address{color:#666;margin-bottom:.25rem;font-size:.9rem}.order-time{color:#999;font-size:.85rem}.order-actions{flex-wrap:wrap;gap:.5rem;display:flex}.order-actions button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-accept{color:#fff;background:#4caf50}.btn-accept:hover{background:#45a049}.btn-ready{color:#fff;background:#2196f3}.btn-ready:hover{background:#0b7dda}.btn-delivered{color:#fff;background:#8bc34a}.btn-delivered:hover{background:#7cb342}.btn-cancel{color:#fff;background:#f44336}.btn-cancel:hover{background:#da190b}.loading,.no-orders{text-align:center;color:#666;padding:3rem;font-size:1.1rem}@media (width<=768px){.app-header{padding:1rem}.header-content{text-align:center;flex-direction:column;gap:1rem}.app-header h1{font-size:1.5rem}.app-nav,.app-main{padding:1rem}.order-header{flex-direction:column;gap:.5rem}.order-actions{flex-direction:column}.order-actions button{width:100%}}.app-loading{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner-large{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;margin-bottom:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-right{align-items:center;gap:1.5rem;display:flex}.user-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50px;align-items:center;gap:12px;padding:8px 16px;display:flex}.user-avatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px}.user-details{flex-direction:column;align-items:flex-start;display:flex}.user-name{color:#fff;font-size:14px;font-weight:600;line-height:1.2}.user-email{color:#fffc;font-size:12px;line-height:1.2}.logout-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s}.logout-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media (width<=768px){.header-right{flex-direction:column;gap:1rem;width:100%}.user-info{justify-content:center;width:100%}.logout-btn{width:100%}}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.login-header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:40px 30px}.login-header h1{margin:0 0 10px;font-size:32px;font-weight:600}.login-header p{opacity:.9;margin:0;font-size:16px}.login-content{padding:40px 30px}.google-login-btn{color:#333;cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 24px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.google-login-btn:hover:not(:disabled){border-color:#4285f4;transform:translateY(-2px);box-shadow:0 4px 12px #4285f426}.google-login-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px}.spinner{border:2px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin-login}@keyframes spin-login{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{color:#c33;background:#fee;border:1px solid #fcc;border-radius:8px;margin-top:20px;padding:12px;font-size:14px}.login-footer{border-top:1px solid #eee;margin-top:30px;padding-top:20px}.app-info{color:#666;text-align:center;margin:0 0 10px;font-family:monospace;font-size:13px}.help-text{color:#999;text-align:center;margin:0;font-size:12px;line-height:1.5}@media (width<=480px){.login-header{padding:30px 20px}.login-header h1{font-size:26px}.login-content{padding:30px 20px}}
