*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#333;line-height:1.6}.app{min-height:100vh}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #0003}.login-card h1{font-size:1.4rem;margin-bottom:.5rem;color:#333}.login-subtitle{color:#888;margin-bottom:1.5rem}.login-error{color:#dc3545;margin-bottom:1rem}.login-btn{width:100%;margin-top:.5rem}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000001a}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.header h1{font-size:1.75rem;font-weight:700}.user-bar{display:flex;align-items:center;gap:.75rem}.user-meta{font-size:.9rem;opacity:.95}.btn-logout{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.35)}.btn-logout:hover{background:#ffffff4d}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav-btn{background:#fff3;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.nav-btn:hover{background:#ffffff4d}.nav-btn.active{background:#fff;color:#667eea}.main{max-width:1200px;margin:0 auto;padding:2rem}.section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000000d}.section h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#555}.input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.input:focus{outline:none;border-color:#667eea}.input-small{width:120px}.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333}.btn-small{padding:.4rem .8rem;font-size:.875rem}.btn-large{padding:1rem 2rem;font-size:1.1rem}.actions{display:flex;gap:1rem;margin-bottom:1.5rem}.product-details{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1.5rem}.product-details h3{margin-bottom:1rem;color:#667eea}.price-result{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center}.price-result h3{font-size:1.5rem;margin-bottom:.5rem}.order-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}.order-table th,.order-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.order-table th{background:#f8f9fa;font-weight:600;color:#555}.order-table tr:hover{background:#f8f9fa}.total-label{text-align:right;font-weight:600;font-size:1.1rem}.total-value{font-weight:700;font-size:1.2rem;color:#667eea}.empty-message{text-align:center;color:#888;padding:3rem;background:#f8f9fa;border-radius:8px}.export-actions{display:flex;gap:1rem;flex-wrap:wrap}.order-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.admin-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.admin-section h3{margin-bottom:1rem;color:#555}.admin-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.admin-table th,.admin-table td{padding:.5rem;text-align:left;border-bottom:1px solid #e0e0e0;vertical-align:middle}.admin-table th{background:#e9ecef;font-weight:600}.admin-table .input{padding:.5rem;width:100%}.admin-actions{display:flex;gap:1rem;justify-content:center;padding-top:1.5rem;border-top:2px solid #e0e0e0}.user-actions{display:flex;flex-wrap:wrap;gap:.4rem}.status-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-pill.active{background:#d4edda;color:#155724}.status-pill.inactive{background:#f8d7da;color:#721c24}.info-text{color:#888;font-size:.9rem;margin-bottom:1.5rem}.notification{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;border-radius:8px;color:#fff;font-weight:500;box-shadow:0 4px 15px #0003;animation:slideIn .3s ease;z-index:1000}.notification.success{background:#28a745}.notification.error{background:#dc3545}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.header{padding:1rem}.header h1{font-size:1.25rem}.nav-btn{padding:.5rem 1rem;font-size:.875rem}.main,.section{padding:1rem}.form-grid{grid-template-columns:1fr}.order-table{font-size:.75rem}.order-table th,.order-table td{padding:.5rem .25rem}}
