:root,:root[data-theme=light]{--bg:#faf9f5;--surface:#ffffff;--surface-2:#f0eee6;--text:#3d3929;--muted:#7a756a;--border:#e5e2d9;--accent:#d97757;--accent-hover:#c4633f;--on-accent:#ffffff;--rojo:#bf4d43;--rojo-bg:#f7e9e7;--ambar:#9c7736;--ambar-bg:#f3ecdd;--azul:#5d7fa6;--azul-bg:#e8edf3;--verde:#64885a;--verde-bg:#e9efe6;--neutro-bg:#edebe2;--radius:12px;--radius-s:10px;--shadow:0 1px 3px rgba(61,57,41,0.06);color-scheme:light}:root[data-theme=dark]{--bg:#262624;--surface:#30302e;--surface-2:#3a3a37;--text:#f0eee6;--muted:#a6a29a;--border:#42413d;--accent:#d97757;--accent-hover:#e08a6d;--on-accent:#262624;--rojo:#e08e85;--rojo-bg:#453230;--ambar:#d3b174;--ambar-bg:#423a2b;--azul:#9db8d6;--azul-bg:#313a45;--verde:#a3c095;--verde-bg:#333e30;--neutro-bg:#3a3a37;--shadow:0 1px 3px rgba(0,0,0,0.3);color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font:15px/1.55 var(--font-ui),system-ui,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}@media (prefers-reduced-motion:reduce){*,:after,:before{transition:none!important;animation:none!important}}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}main{max-width:1000px;margin:0 auto;padding:20px 16px 48px}.topbar{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:12px 18px;background:var(--surface);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand{font-family:var(--font-display),Georgia,serif;font-weight:700;font-size:17px;letter-spacing:.2px}.brand,.brand:hover{color:var(--text)}.brand .spark{color:var(--accent);font-size:14px;vertical-align:1px}.topbar nav{display:flex;gap:6px;flex:1 1}.topbar nav a{color:var(--muted);font-size:14px;font-weight:500;padding:6px 14px;border-radius:999px;transition:background-color .15s ease,color .15s ease}.topbar nav a:hover{color:var(--text);background:var(--surface-2)}.topbar nav a.active{color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);font-weight:600}.userbox{display:flex;align-items:center;gap:10px}.userbox button{background:none;border:none;color:var(--muted);cursor:pointer;font:inherit;font-size:13px;padding:2px 4px}.userbox button:hover{color:var(--text)}.theme-toggle{font-size:15px!important;border:1px solid var(--border)!important;border-radius:999px!important;width:30px;height:30px}.plus-btn,.theme-toggle{line-height:1;display:grid;place-items:center}.plus-btn{width:30px;height:30px;border-radius:999px;background:var(--accent);color:var(--on-accent)!important;font-size:19px;font-weight:600;transition:background-color .15s ease}.plus-btn:hover{background:var(--accent-hover)}.filtro select{width:auto;padding:5px 28px 5px 12px;font-size:13px;color:var(--muted);border-radius:999px;background:var(--surface);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237a756a' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.filtro select:hover{color:var(--text);border-color:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.avatar{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;font-weight:600;font-size:13px;color:var(--on-accent);background:var(--accent)}.avatar.miguel{background:var(--azul);color:#fff}:root[data-theme=dark] .avatar.miguel{color:#262624}.fase h2{font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:600;color:var(--muted);margin:28px 0 12px;display:flex;align-items:center;gap:12px}.fase h2:after{content:"";flex:1 1;height:1px;background:var(--border)}.linea-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px;margin-bottom:16px}.linea-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:6px}.linea-head h3{margin:0;font-family:var(--font-display),Georgia,serif;font-size:19px;font-weight:600}.linea-head .tipo{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px}.linea-head .contadores{margin-left:auto;font-size:13px;color:var(--muted)}.linea-head .contadores b{color:var(--text);font-weight:600}.plist{margin-top:8px}.linea-block .prow,.plist{display:flex;flex-direction:column}.linea-block .prow{background:none;border:none;border-radius:0;border-top:1px solid var(--border);padding:12px 2px;gap:5px;color:var(--text)}.linea-block .prow:hover{background:var(--surface-2);border-radius:var(--radius-s);padding-inline:10px;margin-inline:-8px}.prow-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.prow .t{flex:1 1;min-width:180px;font-weight:550}.prow.hecho .t{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border)}.prow-detalle{margin:0;font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vacio{color:var(--muted);font-size:14px;padding:8px 2px}.plist>a.prow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-s);padding:12px 14px;margin-bottom:8px}.linea-block .plist>a.prow{background:none;border:none;border-top:1px solid var(--border);border-radius:0;margin-bottom:0}.linea-block .plist>a.prow:hover{background:var(--surface-2);border-radius:var(--radius-s)}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.2px;background:var(--neutro-bg);color:var(--muted);border:none}.badge.P0{background:var(--rojo-bg);color:var(--rojo)}.badge.P1{background:var(--ambar-bg);color:var(--ambar)}.badge.P2{background:var(--azul-bg);color:var(--azul)}.badge.P3{background:var(--neutro-bg);color:var(--muted)}.badge.abierto{background:var(--azul-bg);color:var(--azul)}.badge.en-curso{background:var(--ambar-bg);color:var(--ambar)}.badge.bloqueado{background:var(--rojo-bg);color:var(--rojo)}.badge.hecho{background:var(--verde-bg);color:var(--verde)}.badge.resp{background:var(--surface-2);color:var(--text)}.detalle-box,form.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px;margin-top:16px}.field{margin-bottom:16px}.field>label,fieldset legend{display:block;font-size:13px;font-weight:500;color:var(--muted);margin-bottom:7px}fieldset{border:none;margin:0 0 16px;padding:0}.segmented{display:flex;flex-wrap:wrap;gap:7px}.segmented label{border:1px solid var(--border);border-radius:999px;padding:5px 15px;cursor:pointer;font-size:13px;color:var(--muted);-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--surface);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.segmented label:hover{border-color:var(--accent);color:var(--text)}.segmented label:has(input:checked){background:var(--accent);color:var(--on-accent);border-color:var(--accent);font-weight:600}.segmented label:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.segmented input{position:absolute;opacity:0;pointer-events:none}input[type=password],input[type=text],select,textarea{width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-s);padding:10px 13px;font:inherit}textarea{min-height:90px;resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:user-invalid{border-color:var(--rojo)}button.primary{background:var(--accent);color:var(--on-accent);font-weight:600;border:none;border-radius:var(--radius-s);padding:10px 20px;cursor:pointer;font:inherit;transition:background-color .15s ease}button.primary:hover{background:var(--accent-hover)}button.primary:disabled{opacity:.6;cursor:default}.timeline{list-style:none;margin:14px 0 0;padding:0}.timeline li{border-left:1px solid var(--border);padding:0 0 16px 16px;margin-left:7px;position:relative}.timeline li:before{content:"";position:absolute;left:-4.5px;top:7px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.timeline .meta{font-size:12px;color:var(--muted);margin-bottom:2px}.timeline .meta b{color:var(--text);font-weight:600}.head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:10px}.head h1{font-family:var(--font-display),Georgia,serif;font-size:24px;font-weight:600;margin:0;flex:1 1;min-width:220px}.crumbs{font-size:13px;margin-top:14px}.crumbs,.crumbs a{color:var(--muted)}.crumbs a{text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border)}.crumbs a:hover{color:var(--accent)}.detalle-box p{margin:.4em 0}h2{font-family:var(--font-display),Georgia,serif;font-weight:600}.login-wrap{min-height:82dvh;display:grid;place-items:center}.login-wrap form{width:min(370px,92vw)}.login-brand{text-align:center;font-family:var(--font-display),Georgia,serif;font-size:26px;font-weight:700;color:var(--text);margin-bottom:20px}.login-brand span{color:var(--accent)}.error{color:var(--rojo);font-size:14px;margin-top:10px}.subnav{display:inline-flex;gap:4px;margin-top:14px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px}.subnav button{border:none;background:none;cursor:pointer;font:inherit;font-size:14px;font-weight:500;color:var(--muted);padding:7px 20px;border-radius:999px;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.subnav button:hover{color:var(--text)}.subnav button.active{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:var(--shadow)}.subpanel{margin-top:4px}.stat-grid{display:grid;grid-gap:12px;gap:12px;margin-top:18px;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.stat-grid.compacta{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));margin-top:12px}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px}.servicio-card .stat-tile{background:var(--surface-2);border:none;box-shadow:none}.stat-label{font-size:13px;font-weight:500;color:var(--muted)}.stat-value{font-family:var(--font-display),Georgia,serif;font-size:30px;font-weight:600;line-height:1.2;margin-top:4px}.stat-value.pendiente-dato{color:var(--border)}.stat-hint{font-size:12px;color:var(--muted);margin-top:2px}.placeholder-chart{margin-top:16px;padding:42px 20px;text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);display:flex;flex-direction:column;gap:4px}.placeholder-chart span{font-weight:500}.placeholder-chart small{font-size:12px;opacity:.8}.badge.servicio{background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent)}.servicio-card{margin-top:16px}.grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{container-type:inline-size;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px;display:block;color:var(--text)}a.card:hover{border-color:var(--accent)}.card h3{margin:0 0 4px;font-size:16px;font-family:var(--font-display),Georgia,serif}.card .tipo{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}.card .contadores{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.card .contadores b{color:var(--text)}@media (max-width:640px){.topbar{gap:10px}.topbar nav{order:3;flex-basis:100%}.linea-block{padding:14px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-ui:"Inter","Inter Fallback"}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_9cd094{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_9cd094{--font-display:"Source Serif 4","Source Serif 4 Fallback"}