@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=League+Spartan:wght@500;700&family=Montserrat:wght@500;600;700&display=swap";
:root{--d3s-azul-tecnico:#0b2e45;--d3s-azul-mid:#0e3a56;--d3s-teal:#2dab8e;--d3s-turquesa:#53b6b3;--d3s-lima:#bbe520;--d3s-gris-claro:#ededed;--d3s-blanco:#fff;--d3s-gris-oscuro:#1f2933;--d3s-naranja:#ee6e45;--bg-color:#f2f4f7;--sidebar-bg:var(--d3s-azul-tecnico);--text-primary:var(--d3s-gris-oscuro);--text-secondary:#5a6a7a;--text-muted:#8e9bae;--border-color:#e2e8f0;--surface-color:var(--d3s-blanco);--hover-color:#2dab8e14;--status-pending-bg:#fef3c7;--status-pending-txt:#92400e;--status-active-bg:#d1fae5;--status-active-txt:#065f46;--status-finished-bg:#e0f2fe;--status-finished-txt:#0369a1;--status-cancelled-bg:#fee2e2;--status-cancelled-txt:#991b1b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 40px -4px #0b2e4526;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--sidebar-width:260px;--topbar-height:64px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--d3s-azul-tecnico)}h1{letter-spacing:-.02em;font-family:League Spartan,sans-serif;font-size:2rem;font-weight:700}h2{letter-spacing:-.01em;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600}h3{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:600}a{color:var(--d3s-teal);text-decoration:none;transition:color .2s}a:not(.btn):hover{color:var(--d3s-turquesa)}.layout-main{min-height:100vh;display:flex}.content-wrapper{flex:1;max-width:100%;padding:2rem;overflow-y:auto}.d3s-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:linear-gradient(180deg, #0d3550 0%, var(--d3s-azul-tecnico) 100%);color:var(--d3s-blanco);z-index:50;flex-direction:column;height:100vh;padding:1.25rem .875rem;transition:width .2s,min-width .2s,padding .2s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:4px 0 24px #0b2e4540}.d3s-sidebar.collapsed{width:76px;min-width:76px;padding-left:.6rem;padding-right:.6rem}.d3s-sidebar-logo{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem .5rem .75rem;display:flex}.d3s-sidebar-logo-home{align-items:center;min-width:0;text-decoration:none;display:flex}.d3s-sidebar-logo-home:hover{opacity:.9}.d3s-sidebar-logo-img-wrap{align-items:center;width:110px;height:38px;display:flex;overflow:hidden}.d3s-sidebar-logo-img{object-fit:contain;transform-origin:0;height:100%;transform:scale(1.85)}.d3s-sidebar-logo-fallback{color:var(--d3s-turquesa);align-items:center;gap:8px;font-family:League Spartan,sans-serif;font-size:1.25rem;font-weight:700;display:none}.d3s-sidebar-collapse{color:#ffffffbf;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.d3s-sidebar-collapse:hover{color:#fff;background:#ffffff1f}.d3s-sidebar.collapsed .d3s-sidebar-logo-img-wrap,.d3s-sidebar.collapsed .d3s-sidebar-logo-home,.d3s-sidebar.collapsed .d3s-sidebar-user-info,.d3s-sidebar.collapsed .d3s-sidebar-link span,.d3s-sidebar.collapsed .d3s-sidebar-link-chevron,.d3s-sidebar.collapsed .d3s-sidebar-nav-label,.d3s-sidebar.collapsed .d3s-sidebar-logout span{display:none}.d3s-sidebar.collapsed .d3s-sidebar-logo{justify-content:center;gap:0;padding-left:0;padding-right:0}.d3s-sidebar.collapsed .d3s-sidebar-link,.d3s-sidebar.collapsed .d3s-sidebar-logout{justify-content:center;padding-left:.65rem;padding-right:.65rem}.d3s-sidebar.collapsed .d3s-sidebar-user{justify-content:center;padding-left:0;padding-right:0}.d3s-sidebar-divider{background:#ffffff14;height:1px;margin:.5rem .5rem .75rem}.d3s-sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.d3s-sidebar-nav-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-top:.25rem;margin-bottom:.25rem;padding:0 .75rem;font-size:.65rem;font-weight:700}.d3s-sidebar-link{border-radius:var(--radius-md);color:#ffffffa6;cursor:pointer;align-items:center;gap:10px;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .18s;display:flex;position:relative}.d3s-sidebar-link:hover{color:var(--d3s-blanco);background:#ffffff14}.d3s-sidebar-link.active{color:#6ee7d4;background:#2dab8e2e;border:1px solid #2dab8e33;font-weight:600}.d3s-sidebar-link-icon{opacity:.8;flex-shrink:0}.d3s-sidebar-link.active .d3s-sidebar-link-icon{opacity:1}.d3s-sidebar-link-chevron{opacity:.6;margin-left:auto}.d3s-sidebar-footer{border-top:1px solid #ffffff14;margin-top:.5rem;padding-top:.875rem}.d3s-sidebar-user{align-items:center;gap:10px;padding:.5rem .5rem .375rem;display:flex}.d3s-sidebar-avatar{background:linear-gradient(135deg, var(--d3s-teal), var(--d3s-turquesa));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;font-weight:700;display:flex}.d3s-sidebar-user-info{flex:1;min-width:0}.d3s-sidebar-user-name{color:var(--d3s-blanco);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.d3s-sidebar-user-role{color:#fff6;margin-top:1px;font-size:.7rem}.d3s-sidebar-logout{color:#fff6;border-radius:var(--radius-md);align-items:center;gap:6px;margin-top:2px;padding:.375rem .75rem;font-size:.75rem;text-decoration:none;transition:all .15s;display:flex}.d3s-sidebar-logout:hover{color:#fca5a5;background:#ef44441a}.d3s-topbar{height:var(--topbar-height);background:var(--d3s-blanco);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);z-index:40;justify-content:space-between;align-items:center;padding:0 1.75rem;display:flex;position:sticky;top:0}.d3s-breadcrumb{align-items:center;gap:2px;display:flex}.d3s-breadcrumb-item{color:var(--text-muted);align-items:center;gap:2px;font-size:.875rem;display:flex}.d3s-breadcrumb-sep{color:var(--text-muted);opacity:.5;margin:0 2px}.d3s-breadcrumb-item span.active{color:var(--d3s-azul-tecnico);font-weight:600}.d3s-breadcrumb-link{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.d3s-breadcrumb-link:hover{color:var(--d3s-azul-tecnico);text-decoration:underline}.d3s-topbar-actions{align-items:center;gap:.625rem;display:flex}.d3s-topbar-search-wrap{position:relative}.d3s-topbar-search{background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-muted);cursor:text;align-items:center;gap:8px;padding:.4rem .875rem;font-family:Inter,sans-serif;font-size:.8rem;transition:all .15s;display:flex}.d3s-topbar-search input{width:108px;color:var(--text-secondary);font:inherit;background:0 0;border:none;outline:none}.d3s-topbar-search:focus-within{border-color:var(--d3s-turquesa);width:260px;box-shadow:0 0 0 3px #53b6b31f}.d3s-topbar-search:focus-within input{width:170px}.d3s-topbar-search:hover{border-color:var(--d3s-turquesa);color:var(--text-secondary)}.d3s-topbar-search kbd{border:1px solid var(--border-color);background:var(--d3s-blanco);color:var(--text-muted);border-radius:4px;margin-left:4px;padding:1px 5px;font-size:.65rem}.d3s-search-popover{border:1px solid var(--border-color);z-index:1100;background:#fff;border-radius:10px;width:360px;max-height:420px;padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 18px 45px #0b2e452e}.d3s-search-empty{color:var(--text-muted);padding:.85rem;font-size:.82rem}.d3s-search-section{flex-direction:column;gap:.25rem;display:flex}.d3s-search-section+.d3s-search-section{border-top:1px solid var(--border-color);margin-top:.65rem;padding-top:.65rem}.d3s-search-section p{color:var(--text-muted);text-transform:uppercase;margin:0 .25rem .25rem;font-size:.66rem;font-weight:800}.d3s-search-section>span{color:var(--text-muted);padding:.45rem .55rem;font-size:.78rem}.d3s-search-section button{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;grid-template-columns:18px minmax(0,1fr);gap:.45rem .55rem;padding:.55rem;display:grid}.d3s-search-section button:hover{background:var(--bg-color)}.d3s-search-section button svg{color:var(--d3s-teal);grid-row:span 2;margin-top:1px}.d3s-search-section strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.d3s-search-section small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.d3s-topbar-btn{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--d3s-blanco);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.d3s-topbar-btn:hover{background:var(--bg-color);color:var(--d3s-azul-tecnico)}.d3s-topbar-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.d3s-topbar-avatar{background:linear-gradient(135deg, var(--d3s-azul-tecnico), var(--d3s-teal));color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;transition:transform .15s;display:flex}.d3s-topbar-avatar:hover{transform:scale(1.05)}.d3s-notification-popover{z-index:1000;background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid #0b2e451f;width:min(390px,100vw - 2rem);position:absolute;top:calc(100% + .75rem);right:0;overflow:hidden;box-shadow:0 22px 55px #0b2e452e}.d3s-notification-popover:before{content:"";background:var(--surface-color);border-top:1px solid #0b2e451f;border-left:1px solid #0b2e451f;width:12px;height:12px;position:absolute;top:-6px;right:16px;transform:rotate(45deg)}.d3s-notification-head{border-bottom:1px solid var(--border-color);background:linear-gradient(#fff 0%,#f8fafc 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1rem .875rem;display:flex}.d3s-notification-head h4{margin:0;font-size:.95rem;line-height:1.1}.d3s-notification-head p{color:var(--text-muted);margin-top:.25rem;font-size:.72rem}.d3s-notification-count{color:var(--text-muted);white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:800}.d3s-notification-count.active{color:var(--d3s-teal);background:#2dab8e1f}.d3s-notification-list{max-height:390px;padding:.35rem;overflow-y:auto}.d3s-notification-item{border-radius:var(--radius-md);color:inherit;border:1px solid #0000;grid-template-columns:36px 1fr;gap:.75rem;padding:.75rem;transition:background .16s,border-color .16s,transform .16s;display:grid}.d3s-notification-item:hover{color:inherit;border-color:var(--border-color);background:#f8fafc}.d3s-notification-item.clickable:hover{transform:translateY(-1px)}.d3s-notification-item.unread{background:#2dab8e0e;border-color:#2dab8e21}.d3s-notification-icon{width:36px;height:36px;color:var(--d3s-azul-tecnico);background:#eef2f7;border-radius:50%;justify-content:center;align-items:center;display:flex}.d3s-notification-icon.type-success{color:#047857;background:#d1fae5}.d3s-notification-icon.type-warning{color:#b45309;background:#fef3c7}.d3s-notification-icon.type-finance{color:var(--d3s-teal);background:#2dab8e21}.d3s-notification-icon.type-work{color:var(--d3s-azul-tecnico);background:#0b2e4517}.d3s-notification-body{min-width:0}.d3s-notification-title-row{align-items:center;gap:.5rem;display:flex}.d3s-notification-title{color:var(--d3s-azul-tecnico);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800;overflow:hidden}.d3s-notification-dot{background:var(--d3s-teal);border-radius:50%;flex-shrink:0;width:7px;height:7px}.d3s-notification-message{color:var(--text-secondary);margin-top:.18rem;font-size:.76rem;line-height:1.38}.d3s-notification-item time{color:var(--text-muted);margin-top:.4rem;font-size:.66rem;display:block}.d3s-notification-empty{text-align:center;color:var(--text-muted);padding:2.25rem 1.25rem}.d3s-notification-empty-icon{width:46px;height:46px;color:var(--d3s-teal);background:#2dab8e1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.d3s-notification-empty p{color:var(--d3s-azul-tecnico);font-size:.9rem;font-weight:800}.d3s-notification-empty span{max-width:260px;margin:.35rem auto 0;font-size:.76rem;line-height:1.4;display:block}.d3s-toast-region{z-index:3000;pointer-events:none;flex-direction:column;gap:.75rem;width:min(420px,100vw - 2rem);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.d3s-toast{pointer-events:auto;border-radius:var(--radius-lg);background:#fffffff5;border:1px solid #0b2e451f;grid-template-columns:38px 1fr 28px;align-items:start;gap:.75rem;padding:.875rem;animation:.22s ease-out d3sToastIn;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 45px #0b2e452e}.d3s-toast:before{content:"";background:var(--toast-accent,var(--d3s-teal));width:4px;position:absolute;inset:0 auto 0 0}.d3s-toast-success{--toast-accent:var(--d3s-teal)}.d3s-toast-error{--toast-accent:#dc2626}.d3s-toast-warning{--toast-accent:var(--d3s-naranja)}.d3s-toast-info{--toast-accent:var(--d3s-azul-tecnico)}.d3s-toast-icon{width:38px;height:38px;color:var(--toast-accent,var(--d3s-teal));background:color-mix(in srgb, var(--toast-accent,var(--d3s-teal)) 13%, white);border-radius:50%;justify-content:center;align-items:center;display:flex}.d3s-toast-message{color:var(--text-primary);padding-top:.1rem;font-size:.875rem;font-weight:600;line-height:1.4}.d3s-toast-close{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.d3s-toast-close:hover{color:var(--text-primary);background:#f1f5f9}@keyframes d3sToastIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;color:#fff;border:none;justify-content:center;align-items:center;gap:6px;padding:.5rem 1rem;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.btn:hover{color:#fff;text-decoration:none}.btn-sm{padding:.3rem .75rem;font-size:.8rem}.btn-primary{background:linear-gradient(135deg, var(--d3s-teal), #25937a);color:var(--d3s-blanco);box-shadow:0 2px 8px #2dab8e4d}.btn-primary:hover{background:linear-gradient(135deg, #34c4a4, var(--d3s-teal));transform:translateY(-1px);box-shadow:0 4px 12px #2dab8e66}.btn-secondary{background:var(--d3s-azul-tecnico);color:var(--d3s-blanco)}.btn-secondary:hover{background:var(--d3s-azul-mid);transform:translateY(-1px)}.btn-accent{background:var(--d3s-lima);color:var(--d3s-azul-tecnico);font-weight:700}.btn-accent:hover{background:#cff025;transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0}.btn-ghost:hover{background:var(--bg-color);color:var(--text-primary)}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.btn-warning{background:var(--d3s-naranja);color:#fff}.btn-warning:hover{background:#d85d38;transform:translateY(-1px)}.card{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:1.5rem;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md)}.card-hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.kpi-card{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem;transition:all .2s;position:relative;overflow:hidden}.kpi-card:before{content:"";background:var(--kpi-accent,var(--d3s-teal));height:3px;position:absolute;top:0;left:0;right:0}.kpi-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.kpi-value{color:var(--d3s-azul-tecnico);margin:.375rem 0;font-family:League Spartan,sans-serif;font-size:2.25rem;font-weight:700;line-height:1}.kpi-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.kpi-sub{color:var(--text-secondary);margin-top:.25rem;font-size:.78rem}.badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:9999px;align-items:center;gap:4px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-info{color:#0369a1;background:#e0f2fe}.badge-success{color:#065f46;background:#d1fae5}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}.badge-neutral{color:#475569;background:#f1f5f9}.badge-teal{color:var(--d3s-teal);background:#2dab8e1f}.badge-azul{color:var(--d3s-azul-tecnico);background:#0b2e4514}.form-group{margin-bottom:1.125rem}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem;font-size:.82rem;font-weight:600;display:block}.form-control{border:1.5px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--d3s-blanco);width:100%;color:var(--text-primary);padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--d3s-teal);outline:none;box-shadow:0 0 0 3px #2dab8e26}.form-control::placeholder{color:var(--text-muted)}select.form-control{cursor:pointer}.d3s-table{border-collapse:collapse;text-align:left;width:100%}.d3s-table thead tr{background:var(--bg-color);border-bottom:2px solid var(--border-color)}.d3s-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.d3s-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:.875rem 1rem;font-size:.875rem}.d3s-table tbody tr{transition:background .15s}.d3s-table tbody tr:hover{background:var(--hover-color)}.d3s-table tbody tr:last-child td{border-bottom:none}.table-code{color:var(--d3s-azul-tecnico);border-radius:var(--radius-sm);background:#0b2e450f;padding:2px 6px;font-family:Courier New,monospace;font-size:.8rem;font-weight:600}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.page-header-left h1{margin-bottom:.25rem}.page-header-left p{color:var(--text-secondary);font-size:.875rem}.empty-state{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3.5rem 2rem;display:flex}.empty-state-icon{background:var(--bg-color);width:56px;height:56px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.empty-state p{max-width:320px;font-size:.875rem}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.container{max-width:1280px;margin:0 auto}.text-mono{font-family:Courier New,monospace}.divider{background:var(--border-color);height:1px;margin:1.25rem 0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.d3s-profile-popover{z-index:1000;background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid #0b2e451f;width:280px;animation:.2s ease-out d3sProfilePopoverIn;position:absolute;top:calc(100% + .75rem);right:0;overflow:hidden;box-shadow:0 22px 55px #0b2e452e}.d3s-profile-popover:before{content:"";background:var(--surface-color);border-top:1px solid #0b2e451f;border-left:1px solid #0b2e451f;width:12px;height:12px;position:absolute;top:-6px;right:12px;transform:rotate(45deg)}.d3s-profile-head{border-bottom:1px solid var(--border-color);background:linear-gradient(#fff 0%,#f8fafc 100%);align-items:center;gap:.875rem;padding:1.125rem 1rem 1rem;display:flex}.d3s-profile-avatar-big{background:linear-gradient(135deg, var(--d3s-azul-tecnico), var(--d3s-teal));color:#fff;width:48px;height:48px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.d3s-profile-avatar-big img{object-fit:cover;width:100%;height:100%}.d3s-profile-head h4{color:var(--d3s-azul-tecnico);white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.d3s-profile-head p{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin:2px 0 0;font-size:.72rem;overflow:hidden}.d3s-profile-head .badge{margin-top:4px;padding:.1rem .4rem;font-size:.62rem}.d3s-profile-menu-list{padding:.35rem}.d3s-profile-menu-item{width:100%;color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.625rem;padding:.6rem .75rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.d3s-profile-menu-item:hover{color:var(--d3s-azul-tecnico);background:#f1f5f9}.d3s-profile-menu-item.logout{color:#dc2626}.d3s-profile-menu-item.logout:hover{color:#b91c1c;background:#fee2e2}.profile-upload-zone{border:2.5px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--bg-color);padding:1.5rem;transition:all .2s}.profile-upload-zone:hover{border-color:var(--d3s-turquesa);background:#53b6b30d}@keyframes d3sProfilePopoverIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-main-grid{grid-template-columns:minmax(0,1fr) minmax(340px,420px);align-items:start;gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-main-grid.single{grid-template-columns:1fr}.dashboard-task-aside{position:sticky;top:1rem}.dashboard-task-columns{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.dashboard-task-column-head{color:var(--d3s-azul-tecnico);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.78rem;display:flex}.dashboard-task-list{flex-direction:column;gap:.55rem;display:flex}.dashboard-task-item{border:1px solid var(--border-color);width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr);gap:.5rem;padding:.65rem;transition:border-color .15s,box-shadow .15s;display:grid}.dashboard-task-item:hover{border-color:#2dab8e73;box-shadow:0 8px 22px #0b2e4514}.dashboard-task-title{color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:.82rem;font-weight:750}.dashboard-task-meta{color:var(--text-muted);overflow-wrap:anywhere;margin:.18rem 0 0;font-size:.68rem;line-height:1.25}.dashboard-task-badges{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.approval-card{grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:center;gap:.8rem;padding:.85rem 1rem;display:grid}.approval-fields{grid-template-columns:minmax(130px,.8fr) minmax(150px,1fr) minmax(150px,1fr);align-items:end;gap:.55rem;min-width:0;display:grid}.approval-fields .form-control{width:100%;min-width:0}.approval-actions{flex-wrap:wrap;grid-column:2;justify-content:flex-end;gap:.5rem;display:flex}@media (max-width:1280px){.approval-card{grid-template-columns:1fr;align-items:stretch}.approval-actions{grid-column:auto;justify-content:flex-start}}@media (max-width:1100px){.dashboard-main-grid{grid-template-columns:1fr}.dashboard-task-aside{position:static}.dashboard-task-columns{grid-template-columns:1fr}}@media (max-width:768px){:root{--topbar-height:auto}.approval-fields{grid-template-columns:1fr}.approval-actions .btn{flex:140px}html,body{width:100%;max-width:100%;overflow-x:hidden}h1{font-size:1.55rem}h2{font-size:1.22rem}h3{font-size:1rem}.layout-main{min-height:100dvh;display:block}.content-wrapper{width:100%;min-width:0;padding:1rem 1rem 6rem}.container{width:100%;max-width:100%}.d3s-sidebar,.d3s-sidebar.collapsed{width:100%;min-width:0;height:72px;padding:.45rem .55rem calc(.45rem + env(safe-area-inset-bottom));z-index:900;border-radius:18px 18px 0 0;position:fixed;inset:auto 0 0;overflow:auto hidden;box-shadow:0 -10px 30px #0b2e452e}.d3s-sidebar-logo,.d3s-sidebar-divider,.d3s-sidebar-footer,.d3s-sidebar-nav-label,.d3s-sidebar-collapse{display:none!important}.d3s-sidebar-nav{scrollbar-width:none;flex-direction:row;align-items:stretch;gap:.35rem;height:100%;overflow:auto hidden}.d3s-sidebar-nav::-webkit-scrollbar{display:none}.d3s-sidebar-nav>div{gap:.35rem;display:flex;margin-top:0!important}.d3s-sidebar-link,.d3s-sidebar.collapsed .d3s-sidebar-link{white-space:nowrap;border-radius:14px;flex-direction:column;justify-content:center;gap:.22rem;min-width:74px;height:56px;padding:.45rem .55rem;font-size:.68rem}.d3s-sidebar.collapsed .d3s-sidebar-link span,.d3s-sidebar-link span{display:inline!important}.d3s-sidebar-link-chevron{display:none!important}.d3s-sidebar-link-icon{margin:0}.d3s-topbar{align-items:center;gap:.65rem;height:auto;min-height:58px;padding:.65rem 1rem}.d3s-breadcrumb{flex-wrap:nowrap;min-width:0;overflow:hidden}.d3s-breadcrumb-item{min-width:0;font-size:.78rem}.d3s-breadcrumb-item span,.d3s-breadcrumb-link{text-overflow:ellipsis;white-space:nowrap;max-width:42vw;overflow:hidden}.d3s-topbar-actions{flex-shrink:0;gap:.35rem}.d3s-topbar-search-wrap{display:none}.d3s-topbar-btn,.d3s-topbar-avatar{width:34px;height:34px}.d3s-profile-popover,.d3s-notification-popover,.d3s-search-popover{width:auto;max-width:none;position:fixed;top:4.25rem;left:.75rem;right:.75rem}.page-header{flex-direction:column;align-items:stretch;margin-bottom:1rem}.page-header>div,.page-header-left,.page-header .btn,.page-header button{width:100%}.card,.kpi-card{border-radius:14px;padding:1rem}.kpi-value{font-size:1.8rem}.btn{justify-content:center;min-height:42px}.form-control{min-height:42px;font-size:.95rem}textarea.form-control{min-height:96px}.d3s-table{white-space:nowrap;-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.d3s-table th,.d3s-table td{padding:.7rem .75rem}.dashboard-main-grid,.dashboard-main-grid.single,.dashboard-task-columns{grid-template-columns:1fr;gap:1rem}.dashboard-task-aside{position:static}.dashboard-task-item{padding:.75rem}.dashboard-task-badges{justify-content:flex-start}.d3s-modal-backdrop{align-items:flex-end!important;padding:0!important}.d3s-modal-panel{border-radius:18px 18px 0 0!important;width:100%!important;max-width:none!important;max-height:92dvh!important}.d3s-modal-header{gap:.75rem;align-items:flex-start!important;padding:1rem!important}.d3s-modal-header h2{line-height:1.2;font-size:1.08rem!important}.d3s-modal-content{padding:1rem!important}form[style*=grid-template-columns],div[style*=grid-template-columns]{grid-template-columns:1fr!important}div[style*="display: flex"][style*="justify-content: flex-end"],div[style*="display: flex"][style*=gap]{flex-wrap:wrap}}@media (max-width:480px){.content-wrapper{padding:.75rem .75rem 5.75rem}.d3s-sidebar,.d3s-sidebar.collapsed{height:66px}.d3s-sidebar-link,.d3s-sidebar.collapsed .d3s-sidebar-link{min-width:66px;height:52px;padding:.35rem .45rem;font-size:.62rem}.badge{padding:.16rem .45rem;font-size:.62rem}}.spin{animation:.8s linear infinite d3s-spin}@keyframes d3s-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.detail-line{border-bottom:1px solid var(--border-color);color:var(--text-secondary);align-items:center;gap:.65rem;padding:.65rem 0;display:flex}.detail-line:last-child{border-bottom:0}.detail-line svg{color:var(--d3s-teal);flex-shrink:0}.detail-line strong{color:var(--text-primary)}.detail-line span{color:var(--text-muted)}.history-item{border-bottom:1px solid var(--border-color);padding:.8rem 0}.history-item:last-child{border-bottom:0}.history-item small,.muted{color:var(--text-muted)}.history-item p{color:var(--text-secondary);margin-top:.25rem}
