:root{--sidebar-bg: #0f172a;--sidebar-width: 260px;--topbar-height: 60px;--primary: #2563eb}body{background:#f1f5f9;margin:0;font-family:Segoe UI,system-ui,sans-serif}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);background:var(--sidebar-bg);z-index:1000;overflow-y:auto;overflow-x:hidden;transition:width .2s ease,transform .3s}.sidebar-brand{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.07);font-size:1.2rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.5rem}.sidebar-brand span{color:#60a5fa}.sidebar-section{padding:1.2rem 1rem .3rem;font-size:.7rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.5rem;color:#94a3b8;text-decoration:none;font-size:.9rem;border-radius:0;transition:all .15s;cursor:pointer}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#fff;background:var(--primary)}.sidebar-link i{font-size:1rem;width:20px}.topbar{position:fixed;top:0;left:var(--sidebar-width);transition:left .2s ease;right:0;height:var(--topbar-height);background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 1.5rem;z-index:999;gap:1rem}.topbar-title{font-weight:700;color:#0f172a;font-size:1.05rem}.main-content{margin-left:var(--sidebar-width);padding-top:var(--topbar-height);min-height:100vh;transition:margin-left .2s ease}.content-area{padding:2rem}.stat-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #e2e8f0}.stat-card .stat-value{font-size:1.8rem;font-weight:800;color:#0f172a}.stat-card .stat-label{color:#64748b;font-size:.9rem}.stat-card .stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.card-form{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #00000014;margin:2rem auto}.brand{font-size:1.6rem;font-weight:800;color:#0f172a}.brand span{color:#2563eb}.section-header{background:#f8fafc;border-left:4px solid #2563eb;padding:.75rem 1rem;border-radius:0 8px 8px 0;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.form-control:focus,.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.toggle-tipo{display:flex;background:#f1f5f9;border-radius:10px;padding:4px;margin-bottom:1.5rem}.toggle-tipo button{flex:1;border:none;background:transparent;padding:10px 16px;border-radius:8px;font-weight:600;font-size:.95rem;color:#64748b;transition:all .2s;cursor:pointer}.toggle-tipo button.active{background:#fff;color:#2563eb;box-shadow:0 2px 8px #00000014}.step-indicator{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.step-dot{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.step-dot.active{background:#2563eb;color:#fff}.step-dot.pending{background:#e2e8f0;color:#94a3b8}.step-dot.done{background:#16a34a;color:#fff}.step-line{flex:1;height:2px}.step-line.done{background:#16a34a}.step-line.pending{background:#e2e8f0}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.show{transform:translate(0)}.topbar{left:0}.main-content{margin-left:0}}
