@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f4f5f8;--surface:#fff;--surface-2:#fafbfc;--border:#e3e5ea;--text:#1b1e27;--text-muted:#6b7280;--text-faint:#9aa0ac;--accent:#4f46e5;--accent-soft:#eef0ff;--accent-ink:#3730a3;--pending:#b45309;--pending-bg:#fef3e2;--progress:#1d4ed8;--progress-bg:#e8efff;--done:#0f7a52;--done-bg:#e3f7ee;--overdue:#b91c1c;--overdue-bg:#fdecec;--shadow:0 1px 2px #1414280a, 0 4px 14px #1414280f}@media (prefers-color-scheme:dark){:root{--bg:#14151c;--surface:#1b1d27;--surface-2:#20222d;--border:#2c2f3c;--text:#eceef3;--text-muted:#9aa0b0;--text-faint:#6d7284;--accent:#8b85f5;--accent-soft:#262a47;--accent-ink:#c7c3fb;--pending:#f2b866;--pending-bg:#3a2c14;--progress:#7fa3ff;--progress-bg:#1c2a4a;--done:#5fd3a3;--done-bg:#123527;--overdue:#ff8080;--overdue-bg:#3a1616;--shadow:0 1px 2px #0000004d, 0 4px 14px #00000059}}:root[data-theme=dark]{--bg:#14151c;--surface:#1b1d27;--surface-2:#20222d;--border:#2c2f3c;--text:#eceef3;--text-muted:#9aa0b0;--text-faint:#6d7284;--accent:#8b85f5;--accent-soft:#262a47;--accent-ink:#c7c3fb;--pending:#f2b866;--pending-bg:#3a2c14;--progress:#7fa3ff;--progress-bg:#1c2a4a;--done:#5fd3a3;--done-bg:#123527;--overdue:#ff8080;--overdue-bg:#3a1616;--shadow:0 1px 2px #0000004d, 0 4px 14px #00000059}:root[data-theme=light]{--bg:#f4f5f8;--surface:#fff;--surface-2:#fafbfc;--border:#e3e5ea;--text:#1b1e27;--text-muted:#6b7280;--text-faint:#9aa0ac;--accent:#4f46e5;--accent-soft:#eef0ff;--accent-ink:#3730a3;--pending:#b45309;--pending-bg:#fef3e2;--progress:#1d4ed8;--progress-bg:#e8efff;--done:#0f7a52;--done-bg:#e3f7ee;--overdue:#b91c1c;--overdue-bg:#fdecec;--shadow:0 1px 2px #1414280a, 0 4px 14px #1414280f}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{min-height:100vh}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%239aa0b0' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px!important}input[type=date]{cursor:text}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75;border-radius:5px;margin-right:2px;padding:3px;transition:opacity .15s,background .15s}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;background:#8080802e}.avatar{background:var(--progress-bg);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar--sm{background:var(--accent-soft);color:#fff;width:22px;height:22px;font-size:10px}.avatar--md{width:30px;height:30px;font-size:12px}.avatar--lg{width:54px;height:54px;font-size:18px}.stat{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;padding:16px}.stat__value{font-variant-numeric:tabular-nums;font-size:24px;font-weight:700}.stat__label{color:var(--text-muted);margin-top:2px;font-size:12px}.stat.pending .stat__value{color:var(--pending)}.stat.progress .stat__value{color:var(--progress)}.stat.done .stat__value{color:var(--done)}.stat.overdue .stat__value{color:var(--overdue)}.pill{white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.pill.pending{background:var(--pending-bg);color:var(--pending)}.pill.progress{background:var(--progress-bg);color:var(--progress)}.pill.done{background:var(--done-bg);color:var(--done)}.pill.overdue{background:var(--overdue-bg);color:var(--overdue)}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-overflow-scrolling:touch;border-radius:12px;overflow:auto hidden}.card table{min-width:560px}table{border-collapse:collapse;width:100%;font-size:13px}thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);border-bottom:1px solid var(--border);padding:11px 16px;font-size:11px;font-weight:600}tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface-2)}.task-title{font-weight:600}.task-desc{color:var(--text-muted);margin-top:2px;font-size:12px}.who-cell{align-items:center;gap:8px;display:flex}.date-cell{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:12.5px}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:26px;display:grid}@media (width<=768px){.stats{grid-template-columns:repeat(2,1fr)}}.btn--sm{padding:6px 10px;font-size:12px}.compliance-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;height:100%;padding:20px;display:flex}.compliance-card__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.compliance-card__header h3{margin:0;font-size:15px;font-weight:600}.compliance-card__badge{background:var(--done-bg);color:var(--done);border-radius:100px;padding:2px 8px;font-size:11px;font-weight:700}.compliance-card__content{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px;margin-bottom:16px;display:flex}.bar-chart-vertical{flex:1;justify-content:space-around;align-items:flex-end;gap:14px;min-height:170px;margin-bottom:18px;padding:0 4px;display:flex}.bar-chart-col{flex-direction:column;flex:1;align-items:center;min-width:0;height:100%;display:flex}.bar-chart-value{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:800}.bar-chart-track{background:var(--bg);border-radius:8px;flex:1;align-items:flex-end;width:60%;max-width:34px;display:flex;overflow:hidden}.bar-chart-fill{border-radius:8px 8px 0 0;width:100%;transition:height .7s cubic-bezier(.4,0,.2,1)}.bar-chart-label{color:var(--text-muted);text-align:center;margin-top:8px;font-size:10.5px;line-height:1.25}.compliance-bars{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.compliance-bar-row__top{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12.5px;display:flex}.chart-svg-container{justify-content:center;align-items:center;display:inline-flex;position:relative}.circular-progress{transform:rotate(0)}.circle-bg{fill:none;stroke:var(--bg)}.circle-fg{fill:none;stroke:var(--done);transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.chart-center-label{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.chart-percentage{color:var(--text);font-size:24px;font-weight:700;line-height:1.1}.chart-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10px}.compliance-details{flex-direction:column;flex:1;gap:8px;min-width:140px;display:flex}.detail-row{align-items:center;gap:8px;font-size:12.5px;display:flex}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot--done{background:var(--done)}.dot--progress{background:var(--progress)}.dot--pending{background:var(--pending)}.dot--overdue{background:var(--overdue)}.detail-label{color:var(--text-muted)}.detail-val{color:var(--text);margin-left:auto;font-weight:600}.compliance-footer{border-top:1px solid var(--border);padding-top:14px}.progress-bar-container{flex-direction:column;gap:6px;display:flex}.progress-bar-label{color:var(--text-muted);justify-content:space-between;font-size:11.5px;display:flex}.progress-bar-track{background:var(--bg);border-radius:100px;height:6px;overflow:hidden}.progress-bar-fill{background:var(--done);border-radius:100px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.dash-grid-2col{grid-template-columns:1fr 1fr;display:grid}.dash-grid-5col{grid-template-columns:repeat(5,1fr);display:grid}.dash-grid-4col{grid-template-columns:repeat(4,1fr);display:grid}.dash-grid-3col{grid-template-columns:repeat(3,1fr);display:grid}@media (width<=992px){.dash-grid-2col{grid-template-columns:1fr}.dash-grid-5col,.dash-grid-4col{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.dash-grid-5col,.dash-grid-4col,.dash-grid-3col{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.dash-grid-3col{grid-template-columns:1fr}}.dashboard-top-grid{grid-template-columns:380px 1fr;gap:16px;margin-bottom:26px;display:grid}@media (width<=992px){.dashboard-top-grid{grid-template-columns:1fr}}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:4px;width:220px;height:100%;padding:20px 14px;display:flex;overflow-y:auto}.mobile-topbar,.mobile-menu-toggle,.sidebar-backdrop{display:none}@media (width<=768px){.mobile-topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:1002;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-menu-toggle{background:var(--surface-2);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-topbar-brand{letter-spacing:-.01em;color:var(--text);font-size:14.5px;font-weight:700}.sidebar-backdrop{z-index:1000;background:#00000080;display:block;position:fixed;inset:0}.sidebar{z-index:1001;width:250px;max-width:82vw;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:6px 0 24px #0006}.sidebar.sidebar--open{transform:translate(0)}}.brand{align-items:center;gap:8px;padding:6px 10px 20px;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.brand-name{letter-spacing:-.01em;font-size:15px;font-weight:700}.nav-item{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--accent-ink)}.nav-icon{opacity:.75;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .15s;display:flex}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.nav-divider{background:var(--border);height:1px;margin:10px 4px}.sidebar-foot{align-items:center;gap:10px;margin-top:auto;padding:10px;display:flex}.sidebar-who{flex-direction:column;line-height:1.25;display:flex}.sidebar-who b{font-size:12.5px}.sidebar-who span{color:var(--text-faint);font-size:11px}.profile-head{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1b1d2799 0%,#14151ccc 100%);border-radius:16px;align-items:center;gap:24px;margin-bottom:28px;padding:24px;display:flex}.profile-head-info{flex-direction:column;gap:6px;display:flex}.profile-head-info h1{letter-spacing:-.02em;background:linear-gradient(90deg,#eceef3,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:24px;font-weight:700}.profile-meta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.role-badge{color:#c7c3fb;text-transform:uppercase;letter-spacing:.05em;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.reg-date{color:var(--text-muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.profile-layout-grid{grid-template-columns:2fr 1fr;align-items:start;gap:24px;display:grid}.profile-row-grid{grid-template-columns:2.5fr 1fr;display:grid}@media (width<=992px){.profile-layout-grid,.profile-row-grid{grid-template-columns:1fr}}.profile-glass-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1b1d278c;border-radius:16px;margin-bottom:24px;padding:24px;transition:transform .2s,border-color .2s;box-shadow:0 8px 32px #0003}.profile-glass-card:hover{border-color:#8b5cf640}.profile-glass-card h3{color:#eceef3;align-items:center;gap:8px;margin:0 0 20px;font-size:16px;font-weight:600;display:flex}.avatar-large-container{display:inline-block;position:relative}.avatar-large{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#3b82f6 100%);border:3px solid #1b1d27;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:32px;font-weight:700;display:flex;box-shadow:0 0 20px #7c3aed59}.avatar-status-badge{background-color:#10b981;border:3px solid #14151c;border-radius:50%;width:18px;height:18px;position:absolute;bottom:2px;right:2px}.input-password-wrapper{align-items:center;display:flex;position:relative}.input-password-wrapper input{padding-right:40px!important}.password-eye-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:12px}.password-eye-btn:hover{color:var(--text)}.switch{width:38px;height:20px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--border);border-radius:20px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#7c3aed}input:checked+.slider:before{transform:translate(18px)}.panel-row{border-bottom:1px solid #2c2f3c80;justify-content:space-between;align-items:center;padding:12px 0;font-size:13.5px;display:flex}.panel-row:last-child{border-bottom:none;padding-bottom:0}.panel-row span:first-child{color:var(--text-muted)}.panel-row span:last-child{color:var(--text);font-weight:500}.donut-chart-box{flex-direction:column;align-items:center;margin-top:20px;display:flex}.stat-grid-custom{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}@media (width<=768px){.stat-grid-custom{grid-template-columns:repeat(2,1fr)}}.card-stat-neo{border:1px solid var(--border);background:#1b1d2773;border-radius:12px;flex-direction:column;gap:4px;padding:16px 20px;display:flex;position:relative;overflow:hidden}.card-stat-neo:after{content:"";background:0 0;width:4px;height:100%;position:absolute;top:0;left:0}.card-stat-neo.purple:after{background:#7c3aed}.card-stat-neo.blue:after{background:#3b82f6}.card-stat-neo.green:after{background:#10b981}.card-stat-neo.orange:after{background:#f97316}.card-stat-neo-val{color:#eceef3;margin-top:4px;font-size:26px;font-weight:700;line-height:1}.card-stat-neo-lbl{color:var(--text-muted);font-size:12px;font-weight:500}.card-stat-neo-desc{color:var(--text-faint);margin-top:2px;font-size:11px}.login-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);width:320px;max-width:90vw;box-shadow:var(--shadow);border-radius:14px;padding:34px 30px}.login-card h1{text-align:center;font-size:17px}.login-card .subtitle{text-align:center;margin-bottom:22px}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#090a0fbf;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-container{background:#1b1d27;border:1px solid #8b5cf640;border-radius:16px;width:460px;max-width:90%;max-height:90vh;padding:24px;animation:.2s cubic-bezier(.34,1.56,.64,1) scaleIn;overflow-y:auto;box-shadow:0 10px 40px #00000080}@media (width<=480px){.modal-container{padding:18px}}.modal-title{color:#eceef3;align-items:center;gap:10px;margin:0 0 12px;font-size:16.5px;font-weight:600;display:flex}.diff-list{border:1px solid var(--border);background:#ffffff05;border-radius:10px;flex-direction:column;gap:10px;max-height:180px;margin:16px 0;padding:14px;display:flex;overflow-y:auto}.diff-item{border-bottom:1px solid #2c2f3c80;flex-direction:column;gap:2px;padding-bottom:8px;font-size:13px;display:flex}.diff-item:last-child{border-bottom:none;padding-bottom:0}.diff-label{color:var(--text-muted);font-weight:600}.diff-values{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.diff-old{color:#ff8080;background:#ff808014;border-radius:4px;padding:1px 6px;text-decoration:line-through}.diff-arrow{color:var(--text-faint)}.diff-new{color:#5fd3a3;background:#5fd3a314;border-radius:4px;padding:1px 6px;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.field input[type=date]{position:relative}.field input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.task-table-row{border-bottom:1px solid #ffffff08;transition:background-color .15s}.task-table-row:hover{background-color:#ffffff04}select option{padding:10px;color:#eceef3!important;background-color:#1e202f!important}.add-lugar-input:hover{background:#ffffff0d!important;border-color:#a78bfa73!important}.add-lugar-input:focus{background:#7c3aed0f!important;border-color:#7c3aed!important;box-shadow:0 0 0 3.5px #7c3aed40,inset 0 1px 2px #0000004d!important}.task-form-grid{grid-template-columns:1.4fr 1.1fr 1.1fr .9fr;gap:24px;width:100%;display:grid}.task-two-col{align-items:flex-start;gap:20px;display:flex}.task-two-col-side{flex-shrink:0;width:260px;position:sticky;top:20px}@media (width<=1100px){.task-form-grid{grid-template-columns:1fr 1fr}.task-two-col{flex-direction:column}.task-two-col-side{width:100%;position:static}}@media (width<=640px){.task-form-grid{grid-template-columns:1fr}}.app{height:100vh;display:flex;overflow:hidden}main{flex:1;min-width:0;height:100%;padding:28px 34px;overflow-y:auto}.notif-center{z-index:1005;position:fixed;top:18px;right:34px}@media (width<=768px){.notif-center{z-index:1003;top:10px;right:12px}.notif-center button{width:36px!important;height:36px!important}}.screen-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.screen-head h1{letter-spacing:-.01em;margin:0 0 4px;font-size:21px}.subtitle{color:var(--text-muted);margin:0;font-size:13.5px}.btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 15px;font-family:inherit;font-size:13px;font-weight:600;transition:filter .2s,transform .1s}.btn:hover{filter:brightness(1.06)}.btn:active{transform:scale(.98)}.btn.ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn.ghost:hover{background:var(--surface-2)}.form-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;max-width:520px;margin-bottom:24px;padding:20px}.field{margin-bottom:14px}.field label{color:var(--text-muted);margin-bottom:5px;font-size:12px;font-weight:600;display:block}.field input,.field textarea,.field select{border:1px solid var(--border);background-color:var(--surface-2);width:100%;color:var(--text);border-radius:8px;padding:9px 11px;font-family:inherit;font-size:13px;transition:border-color .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);outline:none}.field textarea{resize:vertical;min-height:56px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-row--3col{grid-template-columns:2fr 1fr 1fr}.form-actions{gap:10px;margin-top:4px;display:flex}@media (width<=768px){main{padding:76px 16px 20px}.field-row{grid-template-columns:1fr}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
