body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;color:#2c3e50;padding:0 2rem}.header-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:1200px}.header h1{flex-shrink:0;font-size:1.5rem;font-weight:600}.header-nav{gap:1rem;justify-self:start}.header-nav,.header-nav .btn{align-items:center;display:flex}.header-nav .btn{background-color:#0023af;height:40px}.header-nav .btn:hover{background-color:#001a8a}.header-logo{justify-content:center}.header-logo,.header-logo a{align-items:center;display:flex}.header-logo a{text-decoration:none}.header-logo img{display:block}.header-actions{align-items:center;display:flex;gap:1rem;justify-self:end}.header-actions .dropdown-toggle{background-color:#0023af;height:40px}.header-actions .dropdown-toggle:hover{background-color:#001a8a}.header-actions .btn{align-items:center;background-color:#d2282d;display:flex;height:40px}.header-actions .btn:hover{background-color:#b01f23}.dropdown{display:inline-block;position:relative}.dropdown-toggle{align-items:center;background-color:#95a5a6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.dropdown-toggle:hover{background-color:#7f8c8d}.dropdown-toggle svg{height:16px;width:16px}.dropdown-menu{background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;margin-top:.5rem;min-width:160px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.dropdown-menu a{color:#2c3e50;display:block;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s}.dropdown-menu a:hover{background-color:#f8f9fa}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-success{background-color:#27ae60;color:#fff}.btn-success:hover{background-color:#229954}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-width:400px;padding:2rem;width:100%}.login-box h2{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.login-logo{margin-bottom:0;text-align:center}.login-logo img{height:auto;max-width:250px;width:100%}.form-group{margin-bottom:1rem}.form-group label{color:#34495e;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:80px;resize:vertical}.error-message{background-color:#fee;border-radius:4px;color:#c00;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.stat-card h3{color:#7f8c8d;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-card .stat-value{color:#2c3e50;font-size:2rem;font-weight:700}.filters{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:1rem}.filters input,.filters select{border:1px solid #ddd;border-radius:4px;flex:1 1;min-width:200px;padding:.5rem}.orders-table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}table{border-collapse:collapse;width:100%}thead{background-color:#f8f9fa}th{border-bottom:2px solid #e9ecef;color:#2c3e50;font-weight:600;text-align:left}td,th{padding:1rem}td{border-bottom:1px solid #e9ecef}tbody tr{cursor:pointer;transition:background-color .2s}tbody tr:hover{background-color:#f8f9fa}.status-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:.4rem .5rem}.status-new_order{background:#e8f4fd;color:#1a5276}.status-mailbox_on_order{background:#fef9e7;color:#7d6608}.status-mailbox_received{background:#fdf2e9;color:#784212}.status-pending_scheduling{background:#f4ecf7;color:#6c3483}.status-installation_scheduled{background:#d1ecf1;color:#0c5460}.status-installation_complete{background:#d5f5e3;color:#1e8449}.status-order_complete{background:#d4edda;color:#155724}.order-detail-container{margin:0 auto;max-width:1000px;padding:2rem}.order-header{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.order-header h2{color:#2c3e50;margin-bottom:1rem}.order-info{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.info-item{padding:.5rem 0}.info-label{color:#7f8c8d;font-size:.85rem;margin-bottom:.25rem}.info-value{color:#2c3e50;font-size:1rem;font-weight:500}.checklist-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.checklist-container h3{color:#2c3e50;margin-bottom:1.5rem}.checklist-item{align-items:flex-start;border:1px solid #e9ecef;border-radius:4px;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .2s}.checklist-item:hover{background-color:#f8f9fa}.checklist-item.completed{background-color:#d6eaf8;border-color:#3498db}.checklist-item input[type=checkbox]{cursor:pointer;height:20px;margin-top:2px;width:20px}.checklist-content{flex:1 1}.checklist-name{color:#2c3e50;font-weight:500;margin-bottom:.25rem}.checklist-item.completed .checklist-name{color:#7f8c8d;text-decoration:line-through}.checklist-meta{color:#7f8c8d;font-size:.85rem;margin-top:.25rem}.progress-bar{background-color:#e9ecef;border-radius:4px;height:8px;margin-bottom:1.5rem;overflow:hidden;width:100%}.progress-fill{background-color:#27ae60;height:100%;transition:width .3s}.new-order-container{margin:0 auto;max-width:1200px;padding:2rem}.form-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.form-container h2{color:#2c3e50;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.checklist-builder{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem}.checklist-builder h3{color:#2c3e50;margin-bottom:1rem}.checklist-builder-item{display:flex;gap:.5rem;margin-bottom:.5rem}.checklist-builder-item input{flex:1 1}.checklist-builder-item button{padding:.5rem 1rem}.add-checklist-btn{margin-top:.5rem}.loading{color:#7f8c8d;padding:3rem;text-align:center}@media (max-width:768px){.dashboard-container,.header,.new-order-container,.order-detail-container{padding:1rem}.header h1{font-size:1.2rem}.orders-table{overflow-x:auto}table{font-size:.9rem}td,th{padding:.5rem}.form-row{grid-template-columns:1fr}}
/*# sourceMappingURL=main.31112037.css.map*/