: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;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,.topbar{align-items:center}.brand{display:inline-flex;gap:8px;font-family:var(--font-round),"Quicksand",sans-serif;font-weight:700;font-size:18px;letter-spacing:.2px}.brand,.brand:hover{color:var(--text)}.brand-mark{height:19px;width:auto;flex:none}.brand-num{color:var(--accent)}.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;flex-wrap:wrap;justify-content:flex-end}.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)}.salir-icon{display:none}.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)}.etapa-toggle select{width:auto;padding:6px 30px 6px 14px;font-size:13px;font-weight:600;color:var(--accent);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:color-mix(in srgb,var(--accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:999px;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='%23d97757' fill='none' stroke-width='1.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;transition:background-color .15s ease,border-color .15s ease}.etapa-toggle select:hover{border-color:var(--accent);background-color:color-mix(in srgb,var(--accent) 16%,transparent)}.piezas{display:flex;flex-direction:column;gap:14px;margin-top:16px}.pieza{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--muted);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.pieza.v-noir{border-left-color:var(--rojo)}.pieza.v-catalyst{border-left-color:var(--ambar)}.pieza.v-visionary{border-left-color:var(--verde)}.pieza.aprobada{opacity:.75}.pieza.rechazada{opacity:.5}.pieza-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pieza-fuente{font-size:13px;color:var(--muted)}.pieza-score{margin-left:auto;font-family:var(--font-display),Georgia,serif;font-size:20px;font-weight:600;color:var(--text)}.badge.variante.v-noir{background:var(--rojo-bg);color:var(--rojo)}.badge.variante.v-catalyst{background:var(--ambar-bg);color:var(--ambar)}.badge.variante.v-visionary{background:var(--verde-bg);color:var(--verde)}.pieza-titulo{margin:10px 0 6px;font-family:var(--font-display),Georgia,serif;font-size:18px;font-weight:600;line-height:1.35}.pieza-titulo a{color:var(--text)}.pieza-titulo a:hover{color:var(--accent)}.pieza-original{margin:-2px 0 8px;font-size:12.5px;color:var(--muted)}.pieza-hook{margin:0 0 8px;font-size:14.5px;color:var(--text);font-weight:500}.pieza-resumen{margin:0 0 10px;font-size:14px;color:var(--text);line-height:1.55}.pieza-abstraccion{margin:0 0 12px;font-size:13.5px;color:var(--muted);font-style:italic}.pieza-desglose{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.pieza-desglose>div{font-size:13.5px;color:var(--text)}.pieza-desglose .dim{display:inline-block;min-width:90px;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-right:8px}.pieza-acciones{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mini{font:inherit;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:5px 14px;transition:background-color .15s ease,border-color .15s ease}.mini.primary,.mini:hover{border-color:var(--accent)}.mini.primary{background:var(--accent);color:var(--on-accent)}.mini.primary:hover{background:var(--accent-hover)}.mini.ghost{border-color:transparent;color:var(--muted)}.mini.ghost:hover{color:var(--text);background:var(--surface-2)}.mini:disabled{opacity:.6;cursor:default}.estado-pill{font-size:13px;font-weight:600}.estado-pill.ok{color:var(--verde)}.estado-pill.no{color:var(--rojo)}.runner{display:inline-flex;align-items:center;gap:10px}.runner-err{font-size:12px;color:var(--rojo)}.runner-ok{font-size:13px;color:var(--verde)}.control-botones{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.tabla-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);margin-top:14px}.tabla{width:100%;border-collapse:collapse;font-size:13.5px}.tabla thead th{text-align:left;background:var(--surface-2);color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:600;padding:10px 12px;white-space:nowrap}.tabla tbody td,.tabla thead th{border-bottom:1px solid var(--border)}.tabla tbody td{padding:9px 12px;color:var(--text)}.tabla tbody tr:last-child td{border-bottom:none}.tabla tbody tr:hover td{background:var(--surface-2)}.tabla .td-titulo{max-width:380px}.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}.timeline li.log-sesion{opacity:.55}.timeline li.log-sesion:before{background:var(--muted)}.timeline li.log-panel:before{background:var(--verde)}.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{display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-round),"Quicksand",sans-serif;font-size:27px;font-weight:700;color:var(--text);margin-bottom:20px}.login-mark{height:34px;width:auto;flex:none}.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}@media (max-width:640px){main{padding-bottom:90px}.topbar{gap:10px;row-gap:12px}.userbox{display:contents}.userbox form{order:2;margin-left:auto}.userbox button[type=submit]{width:38px;height:38px;padding:0;border:1px solid var(--border);border-radius:999px;display:grid;place-items:center}.salir-icon{display:block;font-size:15px}.salir-text{display:none}.avatar{order:3;width:32px;height:32px}.topbar:after{content:"";order:4;flex-basis:100%;height:0}.etapa-toggle{order:5}.filtro{order:6}.filtro select{width:38px;height:38px;padding:0;border-radius:999px;text-indent:-9999px;overflow:hidden;background-color:var(--surface-2);border-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath d='M1 1h12l-4.5 5.5v4L6.5 12v-5.5z' fill='none' stroke='%237a756a' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.topbar nav{order:7;flex:1 1 auto;flex-basis:auto;min-width:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,black calc(100% - 20px),transparent);mask-image:linear-gradient(90deg,black calc(100% - 20px),transparent);padding-right:16px}.topbar nav::-webkit-scrollbar{display:none}.topbar nav a{flex:none;white-space:nowrap}.plus-btn{right:16px;width:52px;height:52px;font-size:24px;box-shadow:0 4px 14px rgba(0,0,0,.22)}.plus-btn,.theme-toggle{position:fixed;bottom:16px;z-index:20}.theme-toggle{right:78px;width:40px;height:40px;background:var(--surface)!important;box-shadow:0 4px 14px rgba(0,0,0,.18)}.detalle-box,.linea-block,form.panel{padding:14px}form.panel button.primary{width:100%}}@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"}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-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:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-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:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-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:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-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:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-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:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-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:Quicksand Fallback;src:local("Arial");ascent-override:95.87%;descent-override:23.97%;line-gap-override:0.00%;size-adjust:104.31%}.__className_e75028{font-family:Quicksand,Quicksand Fallback;font-style:normal}.__variable_e75028{--font-round:"Quicksand","Quicksand Fallback"}