*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f0fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:100%;max-width:400px;padding:2rem}.auth-card h2{color:#111;margin-bottom:1.5rem;font-size:18px;font-weight:500}.auth-card p{color:#666;text-align:center;margin-top:1rem;font-size:14px}.auth-card a{color:#2121e8;text-decoration:none}.logo{color:#111;margin-bottom:1rem;font-size:22px;font-weight:500;display:block}.logo span{color:#2121e8}label{color:#555;margin-bottom:14px;font-size:13px;display:block}label input{color:#111;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:4px;padding:8px 10px;font-size:14px;display:block}label input:focus{border-color:#2121e8;outline:none}textarea{resize:vertical;color:#111;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;min-height:80px;padding:8px 10px;font-family:inherit;font-size:14px}textarea:focus{border-color:#2121e8;outline:none}select{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 10px;font-size:13px}.btn{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 18px;font-size:14px;transition:background .15s}.btn:hover{background:#f5f5f5}.btn-primary{color:#fff;cursor:pointer;background:#2121e8;border-color:#2121e8;border-radius:8px;width:100%;margin-top:8px;padding:10px;font-size:15px}.btn-primary:hover{background:#1818c0}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:5px 12px;font-size:13px}.btn-danger{color:#a32d2d;border-color:#a32d2d}.btn-danger:hover{background:#fcebeb}.error{color:#a32d2d;margin:8px 0;font-size:13px}.success-banner{color:#2e7d32;background:#e8f5e9;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:14px}.topbar{background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:12px 20px;display:flex}.tab-bar{border-bottom:1px solid #e5e5e5;gap:4px;margin-bottom:1.5rem;display:flex}.tab{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 16px;font-size:14px}.tab.active{color:#2121e8;border-bottom-color:#2121e8;font-weight:500}.card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1rem 1.25rem}.metric{background:#f5f5f5;border-radius:8px;padding:1rem}.metric-label{color:#666;margin-bottom:4px;font-size:12px}.metric-value{color:#111;font-size:22px;font-weight:500}.badge{border-radius:20px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-block}.badge-new{color:#2121e8;background:#e8eafe}.badge-wip{color:#e65100;background:#fff3e0}.badge-done{color:#2e7d32;background:#e8f5e9}.badge-incomplete{color:#854f0b;background:#fff3e0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:12px}.kanban{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.kanban-col{background:#f5f5f5;border-radius:12px;min-height:200px;padding:12px}.kanban-col-title{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:500}.order-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:8px;padding:10px 12px}.bar-wrap{background:#e5e5e5;border-radius:4px;height:10px;margin-top:4px;overflow:hidden}.bar{background:#2121e8;border-radius:4px;height:100%}.bar-green{background:#3b6d11}.grid4{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}@media (max-width:600px){.grid4{grid-template-columns:repeat(2,1fr)}.kanban,.product-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeInUp{animation:.5s forwards fadeInUp}.animate-fadeIn{animation:.4s forwards fadeIn}.animate-scaleIn{animation:.4s forwards scaleIn}
