.doctor-page{display:grid;gap:20px;max-width:1320px;margin:auto}.doctor-hero{display:flex;align-items:center;gap:20px;padding:28px 32px;border:1px solid #c9e3f3;border-radius:28px;background:linear-gradient(120deg,#fff 42%,#e2f5ff);box-shadow:0 18px 46px #1e557414}.doctor-hero-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;color:#0872b8;background:#e7f7ff;border:1px solid #b9e2f7}.doctor-hero-icon svg{width:34px;height:34px}.doctor-hero h1{font-size:clamp(1.8rem,3vw,2.7rem);margin:4px 0}.doctor-hero p{margin:0;color:#58708d}.doctor-status{margin-left:auto;padding:10px 15px;border-radius:999px;font-weight:800;background:#eef6fb;color:#315879;display:flex;gap:7px;align-items:center}.doctor-status.aprobado{background:#e7f9f1;color:#087857}.doctor-status.rechazado,.doctor-status.suspendido{background:#fff0f0;color:#b72828}.doctor-progress,.doctor-card{background:#fff;border:1px solid #cfdfeb;border-radius:24px;padding:24px;box-shadow:0 14px 35px #234d6810}.doctor-progress>div:first-child{display:flex;justify-content:space-between}.doctor-progress>div span{color:#667c95;font-size:.9rem}.doctor-progress-track{height:8px;background:#e3eef5;border-radius:99px;margin:13px 0 20px;overflow:hidden}.doctor-progress-track i{display:block;height:100%;background:linear-gradient(90deg,#248ccc,#55c6a1)}.doctor-progress nav{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.doctor-progress button{border:1px solid #d6e4ed;background:#f9fcfe;border-radius:14px;padding:11px;display:flex;align-items:center;gap:9px;text-align:left;color:#597088}.doctor-progress button.active{border-color:#2b96d4;background:#eaf7ff;color:#063d68}.doctor-progress button.done{color:#087857;background:#edf9f5}.doctor-progress button svg{width:18px}.doctor-progress button span{display:grid}.doctor-progress button small{font-size:.67rem;text-transform:uppercase}.doctor-step-head{display:flex;gap:15px;border-bottom:1px solid #e1ebf1;padding-bottom:20px;margin-bottom:22px}.doctor-step-head>svg{padding:10px;width:46px;height:46px;border-radius:14px;background:#eaf7ff;color:#168dce}.doctor-step-head span{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#0877b8}.doctor-step-head h2{margin:3px 0;font-size:1.55rem}.doctor-step-head p{margin:0;color:#657b93}.doctor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.doctor-field{display:grid;align-content:start;gap:7px}.doctor-field.wide{grid-column:1/-1}.doctor-field>span{font-weight:800;color:#153b5d}.doctor-field>small{min-height:34px;color:#647a91;line-height:1.4}.doctor-field input,.doctor-field select,.doctor-field textarea{width:100%;border:1px solid #bdd8e9;border-radius:12px;padding:12px 14px;font:inherit;background:#fff}.doctor-field textarea{min-height:110px;resize:vertical}.doctor-specialties{display:flex;flex-wrap:wrap;gap:9px}.doctor-specialties label input{position:absolute;opacity:0}.doctor-specialties span{display:block;padding:9px 13px;border:1px solid #bdd8e9;border-radius:99px}.doctor-specialties input:checked+span{background:#dff5ff;border-color:#2999d5;color:#075d90;font-weight:800}.doctor-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.doctor-doc{display:flex;gap:14px;padding:18px;border:1px solid #d4e4ee;border-radius:18px;background:#fbfdff}.doctor-doc>svg{color:#218fc9}.doctor-doc h3{margin:0;display:flex;gap:8px;align-items:center}.doctor-doc h3 em{font-size:.65rem;font-style:normal;color:#a46300;background:#fff4d7;padding:4px 7px;border-radius:99px}.doctor-doc p{color:#5c7189;min-height:62px}.doctor-doc .btn{display:inline-flex}.doctor-doc-saved{display:flex;align-items:center;gap:5px;color:#087857;font-weight:750;margin-bottom:10px}.doctor-check{display:flex;gap:13px;margin-top:18px;padding:16px;border:1px solid #cce0ec;border-radius:15px;background:#f6fbfe}.doctor-check input{width:20px;height:20px;accent-color:#168dce}.doctor-check span{display:grid;gap:4px}.doctor-check small{color:#60758b}.doctor-check.legal{border-color:#81d3b5;background:#edfaf5}.doctor-money-flow{display:flex;align-items:stretch;gap:10px;margin-bottom:23px}.doctor-money-flow>div{flex:1;padding:16px;border-radius:15px;background:#f1f8fc;display:grid;gap:4px}.doctor-money-flow>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#158dcd;color:#fff;font-weight:900}.doctor-money-flow small{color:#61768d}.doctor-money-flow>svg{align-self:center;color:#6aaece}.doctor-fees{display:flex;gap:13px;margin-top:20px;padding:18px;border:1px solid #f0c36a;border-radius:16px;background:#fff9e9}.doctor-fees svg{color:#bd7400;flex:none}.doctor-fees p{margin:6px 0}.doctor-fees small{color:#72592a}.doctor-actions{display:flex;justify-content:space-between;border-top:1px solid #e1ebf1;margin-top:24px;padding-top:20px}.doctor-actions .btn{display:flex;align-items:center;gap:7px}.doctor-inline-note{margin:0;padding:14px;background:#f1f8fc;border-radius:12px;color:#587088}.doctor-review-note{padding:18px;border:1px solid #edb04a;background:#fff8e7;border-radius:16px}.doctor-loading{display:flex;gap:10px;align-items:center;justify-content:center;min-height:45vh}.spin{animation:doctor-spin 1s linear infinite}@keyframes doctor-spin{to{transform:rotate(360deg)}}@media(max-width:800px){.doctor-hero{padding:21px;align-items:flex-start;flex-wrap:wrap}.doctor-hero-icon{width:54px;height:54px}.doctor-status{margin-left:0}.doctor-progress nav{display:flex;overflow:auto}.doctor-progress button{min-width:180px}.doctor-grid,.doctor-doc-grid{grid-template-columns:1fr}.doctor-money-flow{display:grid}.doctor-money-flow>svg{transform:rotate(90deg);justify-self:center}.doctor-card,.doctor-progress{padding:17px}.doctor-actions{position:sticky;bottom:8px;background:#fff;padding:12px;z-index:4;border-radius:15px;box-shadow:0 8px 25px #102f4740}}@media(max-width:480px){.doctor-hero h1{font-size:1.75rem}.doctor-step-head h2{font-size:1.3rem}.doctor-step-head{align-items:flex-start}.doctor-actions .btn{padding:10px;font-size:.82rem}}.doctor-address-row{display:grid;grid-template-columns:2fr .7fr 1fr;gap:9px}@media(max-width:480px){.doctor-address-row{grid-template-columns:1fr}}.agenda-page{display:grid;gap:20px;max-width:1400px;margin:auto}.agenda-hero{padding:30px 34px;border:1px solid #c6e2f2;border-radius:28px;background:linear-gradient(120deg,#fff,#e1f5ff);display:flex;justify-content:space-between;align-items:center}.agenda-hero h1{margin:5px 0;font-size:clamp(1.8rem,3vw,2.8rem)}.agenda-hero p{margin:0;color:#5a718b}.agenda-hero>svg{width:70px;height:70px;padding:18px;color:#168dcc;background:#fff;border-radius:22px;box-shadow:0 12px 30px #17648a20}.agenda-doctor-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.agenda-create h2,.agenda-search h2{display:flex;gap:8px;align-items:center}.agenda-form{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:18px 0}.agenda-form label{display:grid;gap:6px;font-weight:750}.agenda-form input,.agenda-form select,.agenda-filters input,.agenda-patient-select select{padding:11px;border:1px solid #bdd9e9;border-radius:11px;background:#fff}.agenda-form .wide{grid-column:1/-1}.agenda-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.agenda-stat{padding:18px;border:1px solid #d3e3ed;border-radius:17px;background:#fff;display:grid}.agenda-stat strong{font-size:2rem;color:#0f6fa8}.agenda-stat span{text-transform:capitalize;color:#61768d}.agenda-stat.libre{background:#ecfaf5;border-color:#9edfc8}.agenda-stat.en_ejecucion{background:#fff8e6;border-color:#efc56e}.agenda-search-head{display:flex;justify-content:space-between}.agenda-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.agenda-filters>label:first-child{display:flex;align-items:center;gap:7px;flex:1;border:1px solid #bdd9e9;border-radius:11px;padding:0 10px}.agenda-filters>label:first-child input{border:0;flex:1}.agenda-filters .check{display:flex;gap:7px}.agenda-patient-select{justify-self:end;background:#fff;border:1px solid #c9dfeb;padding:10px 14px;border-radius:14px;display:flex;gap:10px;align-items:center;font-weight:750}.agenda-market-grid{display:grid;grid-template-columns:minmax(300px,.8fr) 1.5fr;gap:20px}.agenda-doctors{display:grid;gap:10px;align-content:start}.agenda-doctor{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:12px;text-align:left;padding:16px;border:1px solid #d0e2ed;background:#fff;border-radius:17px}.agenda-doctor.active{border-color:#258fca;box-shadow:0 0 0 3px #2798d51b}.agenda-avatar{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#e7f6fd;color:#168dcc}.agenda-doctor>div:nth-child(2){display:grid;gap:4px}.agenda-doctor span,.agenda-doctor small{color:#61778e}.agenda-doctor small{display:flex;gap:4px;align-items:center}.agenda-doctor small svg{width:14px}.agenda-doctor em{font-style:normal;background:#e5f8f1;color:#087857;padding:5px 8px;border-radius:99px;font-weight:800;align-self:start}.agenda-calendar{min-height:420px}.agenda-empty{display:grid;place-items:center;text-align:center;min-height:330px;color:#61778e}.agenda-empty svg{width:55px;height:55px;color:#79b8d9}.agenda-days{display:grid;gap:18px}.agenda-days article{display:grid;grid-template-columns:130px 1fr;gap:16px;border-top:1px solid #dfeaf0;padding-top:14px}.agenda-days h3{text-transform:capitalize}.agenda-days article>div{display:flex;flex-wrap:wrap;gap:8px}.agenda-days button{display:grid;grid-template-columns:auto auto;gap:4px 7px;padding:10px 12px;border:1px solid #92d6bd;background:#edfaf5;border-radius:12px;text-align:left}.agenda-days button svg{width:16px}.agenda-days button span{grid-column:1/-1}.agenda-days button em{color:#087857;font-style:normal;font-weight:800}.agenda-rows header{display:flex;justify-content:space-between}.agenda-rows>article{display:flex;gap:13px;align-items:center;padding:15px 0;border-top:1px solid #dfebf2;flex-wrap:wrap}.agenda-rows>article>div:first-child{display:grid;min-width:230px}.agenda-rows small{display:flex;gap:5px;color:#60768d}.agenda-rows small svg{width:14px}.agenda-state{padding:6px 10px;border-radius:99px;background:#edf4f8;font-size:.75rem;font-weight:850}.agenda-state.libre{background:#e7f8f1;color:#087857}.agenda-state.en_ejecucion{background:#fff1ca;color:#9a5a00}.agenda-state.ejecutada{background:#e8f2ff;color:#135f9a}.agenda-flow{display:flex!important;align-items:center;flex:1;min-width:360px}.agenda-flow i{font-style:normal;font-size:.7rem;color:#8999a9;display:flex;align-items:center;flex:1}.agenda-flow i:after{content:"";height:3px;background:#dbe6ed;flex:1;margin:0 5px}.agenda-flow i:last-child:after{display:none}.agenda-flow i.done{color:#087857;font-weight:800}.agenda-flow i.done:after{background:#52c19b}@media(max-width:1000px){.agenda-doctor-grid,.agenda-market-grid{grid-template-columns:1fr}.agenda-doctors{grid-template-columns:repeat(2,1fr)}.agenda-summary{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.agenda-hero{padding:22px}.agenda-hero>svg{width:50px;height:50px;padding:12px}.agenda-form{grid-template-columns:1fr 1fr}.agenda-doctors{grid-template-columns:1fr}.agenda-summary{display:flex;overflow:auto}.agenda-stat{min-width:140px}.agenda-days article{grid-template-columns:1fr}.agenda-filters{display:grid}.agenda-filters>label:first-child{width:100%}.agenda-rows>article{align-items:flex-start}.agenda-flow{min-width:100%;overflow:auto}.agenda-flow i{min-width:90px}}@media(max-width:450px){.agenda-form{grid-template-columns:1fr}.agenda-form .wide{grid-column:auto}.agenda-doctor{grid-template-columns:auto 1fr}.agenda-doctor em{grid-column:2}.agenda-patient-select{justify-self:stretch;justify-content:space-between}}.agenda-patient-access{grid-column:1 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-top:12px;border-top:1px solid #d8e8f1}.agenda-patient-access>span{margin-right:auto;color:#52708b}.agenda-access-request-form{flex-basis:100%;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);gap:18px 24px;padding:22px;border:1px solid #a9d8ea;border-left:5px solid #258fc5;border-radius:18px;background:linear-gradient(135deg,#f7fcff,#eef8fb)}.agenda-access-request-form strong{display:block;color:#0b466c;font-size:1.05rem}.agenda-access-request-form p{margin:6px 0 0;color:#52708b;line-height:1.5}.agenda-access-request-form label{color:#163c59;font-weight:700}.agenda-access-request-form textarea{width:100%;min-height:92px;margin-top:7px;resize:vertical}.agenda-access-request-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px}.agenda-access-feedback{margin-top:14px;padding:13px 16px;border-radius:12px;background:#eaf9f3;color:#087354;font-weight:700}.scheme-access-page{max-width:980px;margin:0 auto;display:grid;gap:22px}.scheme-access-heading{display:flex;align-items:center;gap:20px;padding:28px 32px;border:1px solid #b8dceb;border-radius:24px;background:linear-gradient(130deg,#fff 15%,#edf9fd)}.scheme-access-heading h1{margin:4px 0;color:#0b466c;font-size:clamp(1.8rem,3vw,2.55rem)}.scheme-access-heading p{margin:0;color:#52708b}.scheme-access-icon,.scheme-access-doctor-icon{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#168ac4,#45b9a5);color:#fff;box-shadow:0 12px 24px #1b84b533}.scheme-access-form{padding:30px;display:grid;gap:22px}.scheme-access-doctor{display:flex;gap:18px;align-items:center;padding-bottom:20px;border-bottom:1px solid #d8e8f1}.scheme-access-doctor h2{margin:3px 0;color:#0b466c}.scheme-access-doctor p,.scheme-access-doctor span{margin:0;color:#627b91}.scheme-access-patient,.scheme-access-reason,.scheme-access-explanation{padding:18px 20px;border-radius:16px;background:#f5fafd;border:1px solid #d4e6ef}.scheme-access-patient span,.scheme-access-reason span{display:block;color:#668096;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.scheme-access-patient strong{display:block;margin-top:5px;color:#0b466c;font-size:1.15rem}.scheme-access-reason p{margin:8px 0 0;color:#294e68}.scheme-access-explanation h3{margin-top:0;color:#0b466c}.scheme-access-explanation li{margin:8px 0;color:#3f6078}.scheme-access-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:4px}.scheme-access-actions .btn{min-height:48px}.scheme-access-reject{color:#a12d38;border-color:#e7b8bd}.scheme-access-resolved{display:flex;align-items:center;gap:10px;padding:16px;border-radius:14px}.scheme-access-resolved.aceptada{color:#087354;background:#eaf9f3}.scheme-access-resolved.rechazada{color:#a12d38;background:#fff0f1}.scheme-access-back{justify-self:start;color:#0879b8;font-weight:800}@media(max-width:720px){.agenda-access-request-form{grid-template-columns:1fr;padding:18px}.agenda-access-request-actions{grid-column:1}.scheme-access-heading,.scheme-access-form{padding:20px}.scheme-access-heading{align-items:flex-start}.scheme-access-actions{flex-direction:column-reverse}.scheme-access-actions .btn{width:100%}}.agenda-calendar-layout{display:grid;grid-template-columns:minmax(420px,1.3fr) minmax(230px,.7fr);gap:18px;margin-top:18px;padding-top:18px;border-top:1px solid #dfeaf0}.agenda-month{min-width:0}.agenda-month-toolbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;margin-bottom:14px}.agenda-month-toolbar strong{text-align:center;color:#0b466c;font-size:1.08rem}.agenda-month-toolbar button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #c9e0ed;border-radius:12px;background:#f7fbfe;color:#176f9f}.agenda-month-toolbar button:hover{border-color:#65b7df;background:#eaf7fd}.agenda-month-toolbar svg{width:19px}.agenda-weekdays,.agenda-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.agenda-weekdays{margin-bottom:7px}.agenda-weekdays span{text-align:center;color:#6d8194;font-size:.68rem;font-weight:850;text-transform:uppercase}.agenda-month-grid button{position:relative;display:grid;place-items:center;align-content:center;min-height:64px;padding:6px;border:1px solid #e0ebf2;border-radius:12px;background:#fbfdfe;color:#526b7e}.agenda-month-grid button:disabled{cursor:default}.agenda-month-grid button.outside{opacity:.38}.agenda-month-grid button.available{border-color:#8ed6bc;background:#edf9f5;color:#087858;cursor:pointer}.agenda-month-grid button.available:hover{transform:translateY(-1px);border-color:#3db78d;box-shadow:0 7px 16px #12845f1f}.agenda-month-grid button.selected{border-color:#188fca;background:#168fca;color:#fff;box-shadow:0 8px 20px #168fca38}.agenda-month-grid button>span{font-weight:850}.agenda-month-grid button small{margin-top:3px;font-size:.58rem;font-weight:800;white-space:nowrap}.agenda-calendar-legend{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:#647a8e;font-size:.75rem}.agenda-calendar-legend i{width:10px;height:10px;border-radius:3px;background:#c9f0e1;border:1px solid #69c5a4}.agenda-day-slots{min-height:330px;padding:18px;border:1px solid #d6e7f0;border-radius:18px;background:linear-gradient(145deg,#f8fcfe,#eef8fc)}.agenda-day-slots h3{margin:6px 0;color:#0b466c;font-size:1.05rem;text-transform:capitalize}.agenda-day-slots>p{margin:0 0 14px;color:#657c90;font-size:.8rem;line-height:1.45}.agenda-day-slots>div:not(.agenda-day-empty){display:grid;gap:8px;max-height:310px;overflow:auto;padding-right:3px}.agenda-day-slots button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:11px;border:1px solid #cce2ed;border-radius:13px;background:#fff;color:#143e5c;text-align:left}.agenda-day-slots button:hover{border-color:#54b6df;background:#f2fbff}.agenda-day-slots button svg{width:18px;color:#238bc0}.agenda-day-slots button span{display:grid;gap:2px}.agenda-day-slots button small{color:#657b8e;font-weight:600}.agenda-day-slots button em{padding:5px 7px;border-radius:999px;background:#e5f8f1;color:#087858;font-size:.68rem;font-style:normal;font-weight:850}.agenda-day-empty{display:grid;place-items:center;align-content:center;gap:7px;min-height:290px;text-align:center;color:#6b8193}.agenda-day-empty svg{width:42px;height:42px;color:#72b8d8}.agenda-booking-overlay{position:fixed;z-index:6000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#051f339e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.agenda-booking-dialog{position:relative;width:min(570px,100%);padding:30px;border:1px solid #c5e0ed;border-radius:25px;background:#fff;box-shadow:0 32px 90px #041d305c}.agenda-booking-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#edf7fb;color:#315a73}.agenda-booking-close svg{width:19px}.agenda-booking-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:14px;border-radius:18px;background:linear-gradient(145deg,#168fca,#4abfa8);color:#fff;box-shadow:0 10px 24px #198fbe38}.agenda-booking-dialog h2{margin:6px 0;color:#0b466c;font-size:1.65rem}.agenda-booking-dialog>p{margin:0;color:#61798c;line-height:1.5}.agenda-booking-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0}.agenda-booking-summary>div{padding:12px 14px;border:1px solid #d8e7ef;border-radius:14px;background:#f8fbfd}.agenda-booking-summary small,.agenda-booking-summary strong{display:block}.agenda-booking-summary small{margin-bottom:4px;color:#72889a;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.agenda-booking-summary strong{color:#143e5c}.agenda-booking-patient{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-radius:13px;background:#eaf8f3;color:#126e56}.agenda-booking-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@media(max-width:780px){.agenda-calendar-layout{grid-template-columns:1fr}.agenda-day-slots{min-height:auto}.agenda-day-empty{min-height:150px}}@media(max-width:700px){.agenda-booking-dialog{padding:24px 18px 18px}.agenda-booking-actions{flex-direction:column-reverse}.agenda-booking-actions .btn{width:100%}}@media(max-width:520px){.agenda-calendar{padding:16px}.agenda-calendar-layout{margin-top:14px}.agenda-month-grid button{min-height:52px;padding:3px}.agenda-month-grid button small{font-size:0}.agenda-month-grid button small:after{content:"";display:block;width:5px;height:5px;border-radius:50%;background:currentColor}.agenda-weekdays span{font-size:.58rem}.agenda-booking-summary{grid-template-columns:1fr}.agenda-booking-patient{align-items:flex-start;flex-direction:column;gap:3px}}:root{--azul:#3598d4;--azul2:#1e73b7;--oscuro:#071a2f;--azulOsc:#103c66;--claro:#e8f5fc;--fondo:#f5fbff;--borde:#d8eaf6;--texto:#172033;--muted:#64748b;--ok:#188866;--warn:#c47b00;--bad:#bd3535;--shadow:0 18px 45px rgba(9,36,70,.13);--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#f6fbff,#eaf6fe 55%,#f8fcff);color:var(--texto)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}input,select,textarea{width:100%;border:1px solid #cdddeb;background:#fff;border-radius:14px;padding:11px 12px;outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--azul);box-shadow:0 0 0 4px #3598d424}label{display:block;font-size:13px;font-weight:800;color:#334155;margin-bottom:6px}h1,h2,h3{color:var(--oscuro)}.field{margin-bottom:13px}.btn{border:0;border-radius:14px;padding:11px 14px;font-weight:800;display:inline-flex;gap:8px;align-items:center;justify-content:center}.btn.primary{background:linear-gradient(135deg,var(--azul2),var(--azul));color:#fff;box-shadow:0 12px 25px #3598d43d}.btn.light{background:#fff;border:1px solid var(--borde);color:var(--azulOsc)}.btn.ghost{background:var(--claro);color:var(--azulOsc);border:1px solid #cbe7f8}.btn.danger{background:#ffecec;color:var(--bad)}.btn.small{font-size:12px;padding:8px 10px;border-radius:11px}.btn.full{width:100%}.pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--claro);color:var(--azulOsc);font-size:12px;font-weight:900;white-space:nowrap}.pill.ok{background:#e9fbf5;color:var(--ok)}.pill.warn{background:#fff6df;color:var(--warn)}.pill.bad{background:#ffecec;color:var(--bad)}.card{background:#ffffffeb;border:1px solid rgba(207,226,241,.9);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.mini{font-size:13px;color:var(--muted);line-height:1.45}.subtitle{color:var(--muted);margin:6px 0 0}.notice{border-left:5px solid var(--azul);background:var(--fondo);padding:13px;border-radius:16px;color:#334155;line-height:1.5;margin-top:12px}.alert{padding:12px;border-radius:15px;margin:12px 0;font-weight:700}.alert.ok{background:#e9fbf5;color:var(--ok)}.alert.bad{background:#ffecec;color:var(--bad)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr}.auth-lite{min-height:100vh;display:grid;place-items:center;padding:24px}.hero{background:linear-gradient(145deg,var(--oscuro),var(--azulOsc));color:#fff;padding:46px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:400px;height:400px;border-radius:45%;background:#3598d447;top:-120px;right:-90px}.brand{display:flex;gap:14px;align-items:center;z-index:1}.brand h2{color:#fff;margin:0}.brand p{color:#d9effc;margin:4px 0 0}.heart{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,var(--azul),#88d4f5);display:grid;place-items:center;font-size:34px}.hero-content{z-index:1}.hero h1{font-size:46px;margin:0 0 18px;color:#fff}.hero p{font-size:18px;line-height:1.6;color:#d9effc;max-width:760px}.badges{display:flex;gap:10px;flex-wrap:wrap}.authbox{display:grid;place-items:center;padding:28px}.login-card{width:min(520px,100%);padding:30px;border-radius:30px}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:var(--azulOsc);font-weight:800}.google-button{margin-top:12px;display:grid;place-items:center}.app-shell{display:grid;grid-template-columns:292px 1fr;min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;z-index:20;background:linear-gradient(180deg,var(--oscuro),var(--azulOsc));color:#fff;padding:22px 18px;overflow:auto;box-shadow:12px 0 35px #0a204030}.sidebrand{display:flex;gap:12px;align-items:center;margin-bottom:16px}.sidebrand .heart{width:48px;height:48px;font-size:26px;border-radius:17px}.sidebrand small{display:block;color:#d9effc}.userbox{display:flex;align-items:flex-start;gap:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:13px;margin-bottom:14px}.userbox small{display:block;color:#d5ecfb;margin-top:5px}.userbox-info{min-width:0;flex:1}.userbox-info strong{display:block}.userbox-info strong,.userbox-info small{overflow-wrap:break-word;word-break:break-word;white-space:normal}.userbox-photos{display:flex;flex-direction:column;gap:8px;flex:0 0 auto}.userbox-avatar{display:grid;place-items:center;width:54px;height:54px;overflow:hidden;border-radius:50%;background:#ffffff29;color:#d9ecfb;border:2px solid rgba(255,255,255,.28);flex:0 0 auto}.userbox-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.userbox-patient-row{display:flex;align-items:center}.userbox-avatar-patient{width:34px;height:34px;background:#0d9467;border:2px solid var(--oscuro)}.userbox-avatar-patient:not(:first-child),.userbox-avatar-overflow:not(:first-child){margin-left:-11px}.userbox-avatar-overflow{width:34px;height:34px;background:#ffffff24;border:2px solid var(--oscuro);color:#d9ecfb;font-size:11px;font-weight:900}.side-nav{display:flex;flex-direction:column;gap:7px}.nav-item{width:100%;border:0;background:transparent;color:#d9ecfb;padding:12px;border-radius:14px;text-align:left;font-weight:800;display:flex;align-items:center;gap:9px}.nav-item:hover,.nav-item.active{background:#ffffff21;color:#fff}.logout{width:100%;margin-top:14px}.main{padding:26px 32px 44px}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.topbar h1{margin:0}.top-actions{display:flex;gap:8px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.col3{grid-column:span 3}.col4{grid-column:span 4}.col5{grid-column:span 5}.col6{grid-column:span 6}.col7{grid-column:span 7}.col8{grid-column:span 8}.col12{grid-column:span 12}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e2e8f0}.row:last-child{border-bottom:0}.list{display:flex;flex-direction:column;gap:10px}.item{background:#fff;border:1px solid var(--borde);border-radius:16px;padding:13px;display:flex;justify-content:space-between;gap:12px;align-items:center}.item strong{display:block;color:var(--oscuro)}.actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.tab{border:1px solid #cbe7f8;background:var(--claro);color:var(--azulOsc);border-radius:999px;padding:9px 12px;font-weight:900}.tab.active{background:linear-gradient(135deg,var(--azul2),var(--azul));color:#fff;border-color:transparent}.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}.timeline{max-height:640px;overflow:auto}.post{background:#fff;border:1px solid var(--borde);border-radius:18px;padding:15px;margin-bottom:12px}.post-head{display:flex;gap:10px;align-items:center;margin-bottom:8px}.avatar{width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,var(--azul),#88d4f5);display:grid;place-items:center;color:#fff;font-weight:900}.post-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.grams-input{width:100px}.mt{margin-top:10px}.screen-center{min-height:100vh;display:grid;place-items:center;padding:24px}@media(max-width:1050px){.auth-page,.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.side-nav{display:grid;grid-template-columns:repeat(2,1fr)}.col3,.col4,.col5,.col6,.col7,.col8,.col12{grid-column:span 12}}@media(max-width:650px){.main{padding:18px 14px}.hero{padding:28px}.hero h1{font-size:34px}.split,.side-nav{grid-template-columns:1fr}.item{flex-direction:column;align-items:flex-start}.actions{justify-content:flex-start}}.selected-food-item{align-items:flex-start}.selected-food-info{flex:1}.selected-food-actions{align-items:flex-end}.grams-control{min-width:220px}.grams-control label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:var(--muted)}.grams-row{display:flex;align-items:center;gap:10px}.grams-row input{width:120px;text-align:center;font-weight:800;font-size:18px}.grams-row span{font-size:18px;font-weight:900;color:var(--azulOsc)}.tooltip-wrap{position:relative;display:inline-flex;margin-top:10px}.tooltip-card{display:none;position:absolute;left:0;top:38px;width:min(620px,90vw);background:linear-gradient(145deg,#071a2f,#0f2740);color:#fff;border-radius:18px;padding:18px;z-index:999;box-shadow:0 20px 60px #00000059}.tooltip-wrap:hover .tooltip-card{display:block}.tooltip-card h3{margin-top:0;margin-bottom:14px;color:#ffd166}.tooltip-card p{margin:6px 0;line-height:1.45;color:#e8eef7;font-size:13px}.insulin-total-box{margin-top:16px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#e9fbf5,#f7fffb);border:1px solid #bcefd9}.insulin-total-box span{display:block;margin-bottom:6px;font-size:14px;font-weight:900;color:var(--ok)}.insulin-total-box strong{display:block;font-size:46px;line-height:1;font-weight:900;color:#11935f}.row small{display:block;margin-top:4px;font-size:12px;font-weight:500;color:var(--muted)}@media(max-width:900px){.tooltip-grid{grid-template-columns:1fr}.tooltip-card{width:95vw}.grams-control,.grams-row input{width:100%}}.tooltip-full{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.18);padding-top:12px;margin-top:4px}.calculator-flow{display:flex;flex-direction:column;gap:18px}.flow-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;background:#ffffffb8;border:1px solid var(--borde);border-radius:22px;padding:18px 20px;box-shadow:var(--shadow)}.flow-header h2{margin:6px 0}.flow-step-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--claro);color:var(--azulOsc);font-size:12px;font-weight:900}.flow-help{max-width:340px;background:#f0f8ff;border:1px solid #cbe7f8;color:var(--azulOsc);border-radius:16px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.45}.animate-in{animation:stepFadeSlide .34s ease both}@keyframes stepFadeSlide{0%{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.step-panel:not(.review-layout){display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.step-search-card,.step-selected-card{min-height:430px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.section-title-row h3{margin:0}.calculate-next-btn{margin-top:18px;height:48px;font-size:16px}.center-note{text-align:center;margin-top:8px}.review-layout{display:grid;grid-template-columns:330px 1fr;gap:18px;align-items:start}.result-summary-card{position:sticky;top:20px}.result-summary-card h3{margin-top:18px}.save-meal-btn{margin-top:16px;background:linear-gradient(135deg,#0d8f57,#20b26d)}.balance-card{min-height:520px}.balance-list{display:flex;flex-direction:column;gap:14px;margin-top:16px}.balance-row{background:#fff;border:1px solid var(--borde);border-radius:18px;padding:16px}.balance-row-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.balance-row-head strong{color:var(--oscuro);font-size:15px}.balance-row-head div{display:flex;align-items:center;gap:10px}.balance-row-head b{font-size:17px;color:var(--oscuro)}.balance-row-head span{font-size:13px;font-weight:900;color:var(--azul2)}.balance-row input[type=range]{width:100%;padding:0;border:none;box-shadow:none;accent-color:var(--azul2)}.balance-meta{display:flex;justify-content:space-between;gap:12px;margin-top:8px;color:var(--muted);font-size:12px}@media(max-width:1100px){.step-panel:not(.review-layout),.review-layout{grid-template-columns:1fr}.result-summary-card{position:static}.flow-header{flex-direction:column}.flow-help{max-width:100%}}@media(max-width:650px){.section-title-row,.balance-row-head,.balance-meta{flex-direction:column;align-items:flex-start}}.calculator-flow{display:flex;flex-direction:column;gap:22px}.flow-header{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;overflow:hidden;padding:26px 30px;background:radial-gradient(circle at top right,rgba(53,152,212,.14),transparent 34%),linear-gradient(135deg,#fffffffa,#f4fafff5);border:1px solid rgba(191,220,239,.95);border-radius:28px;box-shadow:0 18px 48px #0924461c}.flow-header:before{content:"";position:absolute;width:220px;height:220px;top:-120px;right:-70px;border-radius:50%;background:#3598d414;pointer-events:none}.flow-header-copy{position:relative;z-index:1;max-width:760px}.flow-header h2{margin:10px 0 8px;font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-.03em}.flow-header .mini{margin:0;max-width:700px;font-size:15px}.flow-step-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid #c9e7f8;border-radius:999px;background:linear-gradient(135deg,#eef8ff,#e4f4fd);color:var(--azulOsc);font-size:12px;font-weight:900;box-shadow:inset 0 1px #fffc}.flow-help{position:relative;z-index:1;display:flex;align-items:flex-start;gap:11px;max-width:340px;padding:15px 16px;border:1px solid #cbe7f8;border-radius:18px;background:#f0f8fff0;color:var(--azulOsc);font-size:13px;font-weight:750;line-height:1.5}.flow-help-icon{flex:0 0 auto;font-size:20px;line-height:1}.contextual-help{position:relative}.contextual-help:after{content:attr(data-tooltip);position:absolute;z-index:1200;left:50%;bottom:calc(100% + 12px);width:max-content;max-width:280px;padding:11px 13px;border-radius:14px;background:#071a2f;color:#fff;font-size:12px;font-weight:700;line-height:1.45;text-align:left;white-space:normal;opacity:0;visibility:hidden;transform:translate(-50%,8px) scale(.97);transition:.2s ease;box-shadow:0 16px 40px #071a2f47;pointer-events:none}.contextual-help:before{content:"";position:absolute;z-index:1201;left:50%;bottom:calc(100% + 5px);width:12px;height:12px;background:#071a2f;transform:translate(-50%) rotate(45deg);opacity:0;visibility:hidden;transition:.2s ease;pointer-events:none}.contextual-help:hover:after,.contextual-help:hover:before,.contextual-help:focus-visible:after,.contextual-help:focus-visible:before{opacity:1;visibility:visible}.contextual-help:hover:after,.contextual-help:focus-visible:after{transform:translate(-50%) scale(1)}.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:24px;background:#071a2f94;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:onboardingBackdrop .24s ease both}.onboarding-card{position:relative;width:min(460px,100%);padding:30px;border:1px solid rgba(255,255,255,.85);border-radius:28px;background:radial-gradient(circle at top right,rgba(53,152,212,.14),transparent 32%),#fff;box-shadow:0 30px 90px #03142857;animation:onboardingCardIn .34s cubic-bezier(.2,.8,.2,1) both}.onboarding-card h3{margin:8px 0 10px;font-size:24px;letter-spacing:-.02em}.onboarding-card p{margin:0;color:var(--muted);line-height:1.65}.onboarding-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:21px;background:linear-gradient(135deg,#eaf7ff,#d9effc);font-size:32px;box-shadow:inset 0 0 0 1px #3598d41f}.onboarding-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid var(--borde);border-radius:12px;background:#fff;color:var(--muted);font-size:22px;font-weight:600}.onboarding-close:hover{color:var(--oscuro);background:var(--claro)}.onboarding-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@keyframes onboardingBackdrop{0%{opacity:0}to{opacity:1}}@keyframes onboardingCardIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.step-panel{width:100%}.step-panel:not(.review-layout){display:grid;grid-template-columns:minmax(320px,.82fr) minmax(520px,1.18fr);gap:22px;align-items:start}.animate-in{animation:stepFadeSlide .38s cubic-bezier(.2,.8,.2,1) both}@keyframes stepFadeSlide{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.step-search-card,.step-selected-card,.result-summary-card,.balance-card{border-radius:26px;border-color:#c5dff0f5;background:#fffffff5}.step-search-card,.step-selected-card{min-height:560px}.step-selected-card{display:flex;flex-direction:column}.selected-foods{max-height:420px;overflow-y:auto;padding-right:4px}.balance-list{max-height:440px;overflow-y:auto;padding-right:4px}.thin-scroll,.selected-foods,.balance-list,.search-results{scrollbar-width:thin;scrollbar-color:#b8d9ee transparent}.thin-scroll::-webkit-scrollbar,.selected-foods::-webkit-scrollbar,.balance-list::-webkit-scrollbar,.search-results::-webkit-scrollbar{width:6px}.thin-scroll::-webkit-scrollbar-track,.selected-foods::-webkit-scrollbar-track,.balance-list::-webkit-scrollbar-track,.search-results::-webkit-scrollbar-track{background:transparent}.thin-scroll::-webkit-scrollbar-thumb,.selected-foods::-webkit-scrollbar-thumb,.balance-list::-webkit-scrollbar-thumb,.search-results::-webkit-scrollbar-thumb{background:#b8d9ee;border-radius:999px}.thin-scroll::-webkit-scrollbar-thumb:hover,.selected-foods::-webkit-scrollbar-thumb:hover,.balance-list::-webkit-scrollbar-thumb:hover,.search-results::-webkit-scrollbar-thumb:hover{background:#8fc3e3}.panel-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}.panel-heading.compact{margin-bottom:0}.panel-heading h3{margin:1px 0 4px;font-size:20px}.panel-heading p{margin:0}.panel-icon{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#eaf7ff,#d9effc);font-size:21px;box-shadow:inset 0 0 0 1px #3598d41f}.food-search-field{margin-bottom:15px}.search-input-wrap{position:relative}.search-input-wrap input{min-height:50px;padding-left:46px;padding-right:45px;border-radius:17px;border-color:#c7deee;background:linear-gradient(180deg,#fff,#fbfdff);font-size:15px;box-shadow:0 7px 20px #0924460d}.search-input-wrap input:focus{border-color:var(--azul);box-shadow:0 0 0 4px #3598d41f,0 12px 30px #09244614}.search-input-icon{position:absolute;z-index:1;top:50%;left:16px;color:var(--azul2);font-size:24px;line-height:1;transform:translateY(-52%);pointer-events:none}.search-clear{position:absolute;z-index:2;top:50%;right:10px;display:grid;place-items:center;width:31px;height:31px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:21px;transform:translateY(-50%)}.search-clear:hover{background:var(--claro);color:var(--oscuro)}.quick-suggestions{margin-bottom:17px}.quick-suggestions-label{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:800}.quick-suggestions-list{display:flex;flex-wrap:wrap;gap:8px}.quick-chip{padding:8px 11px;border:1px solid #cbe5f5;border-radius:999px;background:#f3f9fd;color:var(--azulOsc);font-size:12px;font-weight:850;transition:.2s ease}.quick-chip:hover{border-color:#9bd1ef;background:#e7f5fd;transform:translateY(-1px)}.search-results{display:flex;flex-direction:column;gap:10px;max-height:360px;padding-right:3px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b8d9ee transparent}.search-result-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid #d9eaf5;border-radius:18px;background:#fff;transition:.22s ease}.search-result-card:hover{border-color:#acd7ef;transform:translateY(-2px);box-shadow:0 12px 28px #09244614}.food-visual{display:grid;place-items:center;width:52px;height:52px;overflow:hidden;border:1px solid #d4e9f6;border-radius:17px;background:linear-gradient(135deg,#eff9ff,#e1f1fb);font-size:25px}.food-visual img{width:100%;height:100%;object-fit:cover}.search-result-copy{min-width:0}.search-result-copy strong{display:block;overflow:hidden;color:var(--oscuro);text-overflow:ellipsis;white-space:nowrap}.add-food-btn{flex:0 0 auto}.add-food-btn span{font-size:17px;line-height:1}.search-empty{display:grid;place-items:center;min-height:130px;padding:20px;border:1px dashed #c9dfed;border-radius:18px;background:#fbfdff;text-align:center}.search-empty span{font-size:32px}.search-empty p{margin:8px 0 0;color:var(--muted);font-size:13px}.search-guidance,.balance-guidance{display:flex;align-items:flex-start;gap:10px}.search-guidance p,.balance-guidance p{margin:0}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.selected-total-pill{flex:0 0 auto;padding:9px 13px;background:linear-gradient(135deg,#eaf7ff,#ddf1fd);border:1px solid #c5e5f7;font-size:13px}.selected-empty{display:grid;place-items:center;min-height:245px;padding:30px 20px;border:1px dashed #c5ddea;border-radius:21px;background:radial-gradient(circle at center,rgba(53,152,212,.06),transparent 60%),#fbfdff;text-align:center}.selected-empty-icon{display:grid;place-items:center;width:66px;height:66px;margin-bottom:12px;border-radius:22px;background:#edf8ff;font-size:32px}.selected-empty h4{margin:0 0 6px;color:var(--oscuro);font-size:17px}.selected-empty p{margin:0;color:var(--muted);font-size:13px}.selected-foods{display:flex;flex-direction:column;gap:13px}.selected-food-card{position:relative;display:grid;grid-template-columns:34px 58px minmax(0,1fr) auto;gap:13px;align-items:center;overflow:visible;padding:16px 16px 16px 17px;border:1px solid #d7e9f4;border-radius:20px;background:linear-gradient(180deg,#fff,#fcfeff);transition:.22s ease}.selected-food-card:hover{border-color:#afd7ed;transform:translateY(-2px);box-shadow:0 14px 34px #09244614}.selected-food-accent{position:absolute;top:12px;bottom:12px;left:0;width:5px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--azul),var(--azul2))}.selected-food-index{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--claro);color:var(--azulOsc);font-size:12px;font-weight:900}.selected-food-visual{width:58px;height:58px;border-radius:18px;font-size:27px}.selected-food-main{min-width:0}.selected-food-title-row{display:flex;justify-content:space-between;gap:12px}.selected-food-title-row strong{display:block;color:var(--oscuro);font-size:15px;line-height:1.35}.selected-food-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.selected-food-tags span{padding:5px 8px;border-radius:999px;background:#f0f7fb;color:#587087;font-size:10px;font-weight:850}.nutrition-inline{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:11px;color:var(--muted);font-size:12px}.nutrition-inline span{display:inline-flex;align-items:center;gap:5px}.nutrition-inline b{color:#334155;font-weight:800}.glycemic-level{display:inline-flex;padding:2px 7px;border-radius:999px;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.glycemic-level.bajo{background:#dcfce7;color:#166534}.glycemic-level.medio{background:#fef3c7;color:#92400e}.glycemic-level.alto{background:#fee2e2;color:#b91c1c}.glycemic-warning-list{display:grid;gap:7px;margin-top:12px}.glycemic-warning-list>div{display:grid;gap:2px;padding:10px 12px;border:1px solid #fecaca;border-radius:12px;background:#fff1f2;color:#7f1d1d}.glycemic-warning-list strong{font-size:12px}.glycemic-warning-list span{font-size:11px;line-height:1.4}.preparation-glycemic-detail p{padding:7px 9px;border-radius:9px;background:#ffffff12}.suggested-portion-note{display:block;margin:3px 0 6px;color:#3879a5;font-size:10px;font-weight:700;line-height:1.3}.selected-food-controls{display:flex;align-items:flex-end;gap:10px}.grams-control{min-width:154px}.grams-control label{margin-bottom:6px;font-size:11px;color:var(--muted)}.grams-row{display:flex;align-items:center;gap:7px}.grams-row input{width:90px;min-height:40px;padding:8px 10px;border-radius:12px;text-align:center;font-size:15px;font-weight:850}.grams-row span{color:var(--azulOsc);font-size:15px;font-weight:900}.remove-food-btn{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #f2caca;border-radius:13px;background:#fff5f5;color:var(--bad);font-size:16px;transition:.2s ease}.remove-food-btn:hover{border-color:#e9a9a9;background:#ffeaea;transform:translateY(-1px)}.calculate-action-panel{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding:17px 18px;border:1px solid #cde5f4;border-radius:20px;background:radial-gradient(circle at top right,rgba(53,152,212,.08),transparent 40%),linear-gradient(135deg,#f5fbff,#edf8fe)}.calculate-action-panel strong{display:block;color:var(--oscuro);font-size:14px}.calculate-action-panel p{margin:4px 0 0;color:var(--muted);font-size:12px}.calculate-next-btn{flex:0 0 auto;min-height:46px;padding-inline:20px;border-radius:15px;font-size:14px}.calculate-next-btn span{font-size:18px;line-height:1}.tooltip-wrap{position:relative;display:inline-flex;margin-top:11px}.tooltip-wrap>.pill{cursor:help;transition:.2s ease}.tooltip-wrap>.pill:hover{transform:translateY(-1px);filter:brightness(.98)}.tooltip-card{position:absolute;z-index:2000;top:calc(100% + 12px);left:0;display:block;width:min(620px,78vw);padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:21px;background:radial-gradient(circle at top right,rgba(53,152,212,.16),transparent 35%),linear-gradient(145deg,#071a2f,#102b47);color:#fff;opacity:0;visibility:hidden;transform:translateY(8px) scale(.98);transform-origin:top left;transition:.22s ease;box-shadow:0 26px 70px #00000057;pointer-events:none}.tooltip-wrap:hover .tooltip-card,.tooltip-wrap:focus-within .tooltip-card{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.tooltip-card:before{content:"";position:absolute;top:-7px;left:22px;width:14px;height:14px;background:#0a2037;transform:rotate(45deg)}.tooltip-card h3{margin:0 0 15px;color:#ffd166;font-size:18px}.tooltip-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tooltip-card strong{display:block;margin-bottom:8px;color:#fff}.tooltip-card p{margin:6px 0;color:#e7f0f7;font-size:12px;line-height:1.52}.tooltip-full{grid-column:1/-1;margin-top:2px;padding-top:13px;border-top:1px solid rgba(255,255,255,.15)}.review-layout{display:grid;grid-template-columns:minmax(310px,360px) minmax(0,1fr);gap:22px;align-items:start}.review-layout>.result-summary-card{position:static;top:auto;align-self:start;z-index:auto}.current-glucose-box{margin:4px 0 12px;padding:15px;border:1px solid #acd8f3;border-radius:17px;background:linear-gradient(135deg,#eef9ff,#f8fcff)}.current-glucose-box label{display:block;margin-bottom:7px;font-weight:800;color:#0b3558}.current-glucose-control{display:flex;align-items:center;gap:8px}.current-glucose-control input{min-width:0;width:100%;font-size:19px;font-weight:750;border-color:#7fc5ec;background:#fff}.current-glucose-control span{font-size:13px;font-weight:800;color:#46637d;white-space:nowrap}.current-glucose-box p{margin:8px 0 10px;font-size:12px;line-height:1.45;color:#52708a}.projection-glucose-box{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:14px 0;padding:16px 18px;background:linear-gradient(135deg,#eef9ff,#f9fcff)}.projection-glucose-copy{max-width:620px}.projection-glucose-copy label{font-size:16px}.projection-glucose-copy p{margin:4px 0 0;font-size:13px}.projection-glucose-actions{display:flex;align-items:center;gap:12px;min-width:410px}.projection-glucose-actions .current-glucose-control{flex:1}.projection-glucose-actions input{height:44px}.projection-glucose-actions .btn{height:44px;white-space:nowrap}.glucose-projection-card{grid-column:1/-1;padding:24px;border-radius:26px;border-color:#b9def3;background:#fffffff7;overflow:hidden}.projection-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px}.projection-heading h3{margin:5px 0 6px;font-size:23px;color:#0b2844}.projection-heading p{max-width:760px;margin:0;color:#526a82;line-height:1.5}.projection-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e5f5ff;color:#08659b;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.projection-summary{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:9px;min-width:470px}.projection-summary span{display:flex;flex-direction:column;gap:3px;padding:11px 13px;border:1px solid #cce5f4;border-radius:14px;background:#f7fbfe}.projection-summary small{color:#637b92;font-size:11px}.projection-summary b{color:#0b3c62;font-size:17px}.projection-summary em{font-size:11px;color:#7b5d18;font-style:normal}.projection-summary .peak{border-color:#efbf55;background:#fff7df}.projection-summary .peak b{color:#a66400}.projection-chart-scroll{width:100%;overflow-x:auto;border:1px solid #d4e8f5;border-radius:18px;background:#fbfdff}.projection-chart{display:block;width:100%;min-width:850px;height:auto}.projection-chart .grid-minor{stroke:#e9f2f8;stroke-width:1}.projection-chart .grid-major{stroke:#cbdfea;stroke-width:1.2}.projection-chart .axis-label{font-size:12px;fill:#587188}.projection-chart .axis-title{font-size:13px;font-weight:750;fill:#284d6a}.glucose-line{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.glucose-line.zone-normal{stroke:#168bd0;filter:drop-shadow(0 3px 3px rgba(22,139,208,.2))}.glucose-line.zone-high{stroke:#e39413;filter:drop-shadow(0 3px 3px rgba(227,148,19,.25))}.glucose-line.zone-low{stroke:#d64545;filter:drop-shadow(0 3px 3px rgba(214,69,69,.25))}.chart-threshold-line{stroke:#1f9d63;stroke-width:1.5;stroke-dasharray:5 5;opacity:.7}.peak-guide{stroke-width:1.5;stroke-dasharray:6 5}.peak-dot{fill:#fff;stroke-width:5}.peak-guide.zone-high,.peak-dot.zone-high{stroke:#e39413}.peak-guide.zone-low,.peak-dot.zone-low{stroke:#d64545}.peak-label-bg{stroke-width:1}.peak-label-bg.zone-high{fill:#fff5d9;stroke:#e8b84e}.peak-label-bg.zone-low{fill:#fdeaea;stroke:#eb9b93}.peak-label-title{font-size:11px;font-weight:800}.peak-label-value{font-size:12px;font-weight:700}.peak-label-bg.zone-high~.peak-label-title{fill:#7c5609}.peak-label-bg.zone-high~.peak-label-value{fill:#9a5d00}.peak-label-bg.zone-low~.peak-label-title{fill:#7a1f1f}.peak-label-bg.zone-low~.peak-label-value{fill:#a12f2f}.projection-legend{display:flex;flex-wrap:wrap;gap:10px 24px;margin:14px 0;color:#48637a;font-size:13px}.projection-legend span{display:flex;align-items:center;gap:7px}.legend-line{display:inline-block;width:30px;border-top:4px solid;border-radius:3px}.legend-line.zone-normal{border-color:#168bd0}.legend-line.zone-low{border-color:#d64545}.legend-line.zone-high{border-color:#e39413}.projection-late-notice{display:flex;gap:12px;align-items:flex-start;margin:14px 0;padding:14px 16px;border:1px solid #e6c26a;border-radius:15px;background:#fff8e5;color:#674f17}.projection-late-notice>span{font-size:22px}.projection-late-notice strong{color:#8a5800}.projection-late-notice p{margin:3px 0 0;font-size:12px;line-height:1.45}.meal-order-guidance{margin:14px 0;padding:17px 18px;border:1px solid #a9d9c8;border-radius:17px;background:linear-gradient(135deg,#f1fcf7,#f8fcff);color:#173f37}.meal-order-heading{display:flex;gap:12px;align-items:flex-start}.meal-order-heading>span{font-size:24px}.meal-order-heading strong{font-size:16px;color:#08634f}.meal-order-heading p{margin:4px 0 0;color:#486b64;font-size:13px;line-height:1.45}.meal-order-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin:15px 0 10px;padding:0;list-style:none}.meal-order-list li{display:flex;gap:10px;align-items:flex-start;padding:11px;border:1px solid #cce8de;border-radius:13px;background:#fff}.meal-order-list li>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#11896c;color:#fff;font-weight:850}.meal-order-list b,.meal-order-list small{display:block}.meal-order-list b{color:#123d34}.meal-order-list small{margin-top:3px;color:#60766f;line-height:1.35}.meal-order-tips{padding-top:6px;border-top:1px solid #cce8de}.meal-order-tips p{margin:7px 0;color:#3f6059;font-size:12px;line-height:1.45}.meal-order-guidance{padding:13px 15px}.meal-order-heading{align-items:center}.meal-order-heading>span{font-size:20px}.meal-order-heading p{max-width:850px;font-size:12px;line-height:1.4}.meal-order-list{display:flex;flex-wrap:wrap;gap:8px;margin:11px 0 8px}.meal-order-list li{flex:1 1 190px;padding:8px 10px}.meal-order-list li>span{flex-basis:24px;height:24px;font-size:12px}.meal-order-list small{font-size:11px}.meal-order-tips{display:flex;flex-wrap:wrap;gap:5px 18px}.meal-order-tips p{flex:1 1 340px;margin:5px 0}.flow-help.contextual-help:after{top:calc(100% + 10px);bottom:auto}.flow-help.contextual-help:before{top:calc(100% + 3px);bottom:auto}.flow-header{overflow:visible;z-index:5}.back-step-btn{border:2px solid #58afe1!important;background:#eaf7ff!important;color:#0a4f7b!important;padding:10px 14px!important;font-size:13px!important;box-shadow:0 7px 18px #1e73b729;animation:backButtonPulse 1.8s ease-in-out 3}.back-step-btn:hover{background:#d9f0fd!important;transform:translateY(-1px)}@keyframes backButtonPulse{0%,to{box-shadow:0 7px 18px #1e73b729}50%{box-shadow:0 0 0 6px #3598d421,0 9px 22px #1e73b733}}.flow-header:before{right:0}.nav-item{min-width:0;overflow:hidden}.nav-label{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:15px;line-height:1.2}.projection-disclaimer{display:flex;gap:13px;padding:14px 16px;border:1px solid #e7c56f;border-radius:15px;background:#fff9e9;color:#604d1d}.projection-disclaimer strong{white-space:nowrap;color:#8a5a00}.projection-disclaimer p{margin:0;line-height:1.5;font-size:12px}.projection-empty{display:flex;align-items:flex-start;gap:16px;min-height:180px}.projection-empty-content{width:100%}.projection-empty h3{margin:0 0 5px}.projection-empty-content>p{margin:0;color:#587188}.projection-empty .projection-glucose-box{margin-bottom:0}.result-summary-card{position:static;top:auto}.back-step-btn{margin-bottom:18px}.result-summary-card .panel-heading{margin-bottom:14px}.result-summary-card .row{align-items:flex-start;padding:13px 0}.help-row small{max-width:190px}.insulin-total-box{position:relative;overflow:hidden;margin-top:18px;padding:20px;border:1px solid #abe7cc;border-radius:22px;background:radial-gradient(circle at top right,rgba(32,178,109,.11),transparent 40%),linear-gradient(135deg,#e9fbf5,#f8fffb)}.insulin-total-box:after{content:"💉";position:absolute;top:12px;right:15px;font-size:34px;opacity:.22}.insulin-total-box span{display:block;margin-bottom:8px;color:var(--ok);font-size:13px;font-weight:900}.insulin-total-box strong{display:block;color:#0e8a59;font-size:clamp(38px,4vw,54px);line-height:1;letter-spacing:-.04em}.save-meal-btn{min-height:48px;margin-top:16px;background:linear-gradient(135deg,#0d8f57,#20b26d);box-shadow:0 14px 28px #18886638}.balance-card{min-height:540px}.balance-total-pill{align-self:flex-start;padding:9px 13px}.balance-list{display:flex;flex-direction:column;gap:14px;margin-top:17px}.balance-row{padding:17px;border:1px solid #d6e8f3;border-radius:20px;background:linear-gradient(180deg,#fff,#fcfeff);transition:.2s ease}.balance-row:hover{border-color:#acd7ef;box-shadow:0 12px 28px #09244612}.balance-food-heading{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:15px}.balance-food-visual{width:50px;height:50px;border-radius:16px;font-size:24px}.balance-food-copy{min-width:0}.balance-food-copy strong{display:block;overflow:hidden;color:var(--oscuro);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.balance-food-copy span{display:block;margin-top:4px;color:var(--muted);font-size:11px}.balance-value{display:flex;align-items:center;gap:9px}.balance-value b{color:var(--oscuro);font-size:17px}.balance-value span{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--claro);color:var(--azul2);font-size:11px;font-weight:900}.balance-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;padding:0;border:0;border-radius:999px;outline:none;background:linear-gradient(90deg,#7fc4ec,#dcecf6);box-shadow:inset 0 1px 2px #071a2f17}.balance-slider:focus{box-shadow:0 0 0 4px #3598d41f,inset 0 1px 2px #071a2f17}.balance-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border:4px solid #fff;border-radius:50%;background:linear-gradient(135deg,var(--azul2),var(--azul));cursor:grab;box-shadow:0 5px 16px #1e73b757}.balance-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.08)}.balance-slider::-moz-range-thumb{width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:linear-gradient(135deg,var(--azul2),var(--azul));cursor:grab;box-shadow:0 5px 16px #1e73b757}.balance-meta{display:flex;justify-content:space-between;gap:12px;margin-top:10px;color:var(--muted);font-size:11px}@media(max-width:1180px){.step-panel:not(.review-layout){grid-template-columns:1fr}.step-search-card,.step-selected-card{min-height:auto}.search-results{max-height:300px}.review-layout{grid-template-columns:1fr}.result-summary-card{position:static}}@media(max-width:900px){.projection-heading{flex-direction:column}.projection-summary{width:100%;min-width:0}.projection-chart{min-width:760px}}@media(max-width:900px){.projection-glucose-box{align-items:stretch;flex-direction:column}.projection-glucose-actions{min-width:0;width:100%}}@media(max-width:900px){.flow-header{flex-direction:column;padding:22px}.flow-help{max-width:100%}.selected-food-card{grid-template-columns:30px 52px minmax(0,1fr)}.selected-food-controls{grid-column:2/-1;justify-content:space-between;width:100%;padding-top:3px}.tooltip-grid{grid-template-columns:1fr}.tooltip-full{grid-column:auto}.tooltip-card{width:min(560px,86vw)}}@media(max-width:650px){.flow-header{padding:18px;border-radius:22px}.flow-header h2{font-size:27px}.step-search-card,.step-selected-card,.result-summary-card,.balance-card{padding:16px}.section-title-row,.calculate-action-panel{flex-direction:column;align-items:stretch}.calculate-next-btn{width:100%}.search-result-card{grid-template-columns:46px minmax(0,1fr)}.add-food-btn{grid-column:1/-1;width:100%}.selected-food-card{grid-template-columns:30px minmax(0,1fr)}.selected-food-visual{display:none}.selected-food-main{grid-column:2}.selected-food-controls{grid-column:1/-1;align-items:center}.grams-control{flex:1;min-width:0}.grams-row input{width:100%}.tooltip-card{position:fixed;top:50%;left:50%;width:calc(100vw - 28px);max-height:78vh;overflow-y:auto;transform:translate(-50%,-46%) scale(.98);transform-origin:center}.tooltip-wrap:hover .tooltip-card,.tooltip-wrap:focus-within .tooltip-card{transform:translate(-50%,-50%) scale(1)}.tooltip-card:before{display:none}.balance-food-heading{grid-template-columns:44px minmax(0,1fr)}.balance-value{grid-column:1/-1;justify-content:flex-end}.balance-meta{flex-direction:column;gap:5px}.onboarding-card{padding:25px 20px 21px;border-radius:23px}}@media(max-width:650px){.glucose-projection-card{padding:16px}.projection-summary{grid-template-columns:1fr}.projection-disclaimer{flex-direction:column;gap:5px}.projection-disclaimer strong{white-space:normal}}@media(max-width:650px){.projection-glucose-actions{flex-direction:column;align-items:stretch}.projection-glucose-actions .current-glucose-control,.projection-glucose-actions .btn{width:100%}}@media(max-width:650px){.topbar{gap:10px;margin-bottom:15px}.topbar h1{font-size:clamp(25px,8vw,32px);line-height:1.1;overflow-wrap:anywhere}.topbar .subtitle{font-size:13px}.top-actions{display:none}.calculator-flow{min-width:0}.flow-header{padding:17px 16px}.flow-header h2{font-size:clamp(25px,8vw,31px);line-height:1.08;overflow-wrap:anywhere}.flow-header .mini{font-size:13px}.flow-help{width:100%;max-width:none;padding:11px 12px}.flow-help.contextual-help:after,.flow-help.contextual-help:before{display:none}.review-layout{gap:14px}.result-summary-card .row{flex-wrap:wrap;gap:7px}.result-summary-card .row>span:first-child{min-width:0;overflow-wrap:anywhere}.result-summary-card .pill{margin-left:auto}.back-step-btn{width:100%;min-height:44px}.balance-card .panel-heading,.balance-food-heading{min-width:0}.balance-card h3,.balance-food-heading strong{overflow-wrap:anywhere}.glucose-projection-card{border-radius:20px}.projection-heading{gap:12px;margin-bottom:13px}.projection-heading h3{font-size:21px;line-height:1.15}.projection-heading p{font-size:13px;line-height:1.45}.projection-kicker{white-space:normal}.projection-summary span{padding:9px 11px}.projection-summary b{font-size:16px}.projection-chart-scroll{border-radius:14px}.projection-legend{display:grid;gap:7px;margin:11px 0}.meal-order-guidance{padding:12px}.meal-order-heading{align-items:flex-start}.meal-order-heading p{font-size:12px}.meal-order-list{display:grid;grid-template-columns:1fr}.meal-order-list li{width:100%}.meal-order-tips{display:block}.projection-late-notice{padding:12px}.projection-glucose-box{padding:13px}.projection-disclaimer{font-size:12px}.nav-label{white-space:normal;text-overflow:clip;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){.back-step-btn{animation:none}}.home-layout{display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:20px;align-items:start}.home-message{grid-column:1/-1;margin:0}.home-left-column,.home-right-column{display:flex;flex-direction:column;gap:20px;min-width:0}.home-actions-bar{display:flex;justify-content:flex-end;margin-bottom:14px}.add-patient-btn{border-color:#a9dec8;color:#0d9467}.home-profile-card,.home-timeline-card{padding:22px}.home-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.home-section-heading h2{margin:3px 0 0}.home-section-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.home-section-heading>svg{padding:10px;width:44px;height:44px;border-radius:14px;background:#e7f5fd;color:var(--azul2)}.home-kicker{color:var(--azul2);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.compact-profile-progress{display:grid;grid-template-columns:78px 1fr;gap:15px;align-items:center;margin:21px 0}.compact-profile-progress p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.progress-ring{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:conic-gradient(var(--azul2) var(--progress),#deedf5 0);position:relative}.progress-ring:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#fff}.progress-ring span{position:relative;color:var(--azulOsc);font-size:17px;font-weight:900}.profile-mini-data{display:grid;gap:2px;margin:0 0 17px}.profile-mini-data span{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e1edf4}.profile-mini-data small{color:var(--muted)}.profile-mini-data b{max-width:68%;text-align:right;color:var(--oscuro);font-size:13px}.home-timeline{margin-top:18px}.timeline-post{padding:18px}.timeline-post h3{margin:12px 0 5px}.timeline-post p{margin:0;color:#52667a;line-height:1.55}.profile-workflow-overlay{position:fixed;z-index:6000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#04182ab3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.profile-workflow-modal{position:relative;width:min(900px,100%);max-height:94vh;overflow:auto;padding:28px;border:1px solid #d0e4f0;border-radius:26px;background:#fff;box-shadow:0 35px 100px #00000059}.workflow-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8e7ef;border-radius:12px;background:#f8fbfd;color:var(--oscuro);cursor:pointer}.profile-workflow-modal>header{display:flex;align-items:flex-start;gap:14px;padding-right:48px}.profile-workflow-modal>header span{color:var(--azul2);font-size:11px;font-weight:900;text-transform:uppercase}.profile-workflow-modal>header h2{margin:3px 0}.profile-workflow-modal>header p{margin:0;color:var(--muted)}.workflow-title-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#e6f5fd;color:var(--azul2)}.workflow-progress{display:flex;align-items:center;gap:13px;margin:22px 0 17px}.workflow-progress>div{flex:1;height:9px;overflow:hidden;border-radius:99px;background:#dfedf5}.workflow-progress>div span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--azul2),#55c7a2);transition:width .25s ease}.workflow-progress b{color:var(--azulOsc);font-size:12px}.workflow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.workflow-steps>span{display:flex;align-items:center;gap:7px;min-width:0;padding:9px;border:1px solid #dce9f1;border-radius:12px;color:#718193;font-size:12px;font-weight:800}.workflow-steps>span.active{border-color:#5ab3e2;background:#edf8fe;color:var(--azulOsc)}.workflow-steps>span.done{border-color:#8ddabc;background:#effbf6;color:#087b56}.workflow-steps em{overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.workflow-stage{min-height:260px;padding:20px;border:1px solid #d6e7f1;border-radius:19px;background:#f8fbfd}.workflow-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.workflow-form-grid label{display:flex;flex-direction:column;gap:7px;color:#30475d;font-size:12px;font-weight:800}.workflow-form-grid input,.workflow-form-grid select,.workflow-form-grid textarea{width:100%;padding:12px 13px;border:1px solid #bfd9e9;border-radius:12px;background:#fff;color:var(--oscuro);font:inherit;font-size:14px}.workflow-form-grid input:focus,.workflow-form-grid select:focus,.workflow-form-grid textarea:focus{outline:3px solid rgba(53,152,212,.13);border-color:var(--azul2)}.workflow-full{grid-column:1/-1}.consent-field{flex-direction:row!important;align-items:flex-start;padding:13px;border-radius:13px;background:#eef8fd}.consent-field input{flex:0 0 auto;width:18px;height:18px;margin-top:1px}.profile-workflow-modal>footer{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.auth-divider{display:flex;align-items:center;gap:10px;margin:15px 0;color:var(--muted);font-size:11px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#dce8ef}.workflow-photo{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid #d8e8f1;border-radius:16px;background:#fff}.workflow-photo-preview{display:grid;place-items:center;flex:0 0 82px;width:82px;height:82px;overflow:hidden;border-radius:50%;background:#e9f5fb;color:var(--azul2)}.workflow-photo-preview img{width:100%;height:100%;object-fit:cover;object-position:center top}.workflow-photo p{margin:4px 0 9px;color:var(--muted);font-size:11px}.workflow-photo>div:last-child{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.workflow-photo>div:last-child strong,.workflow-photo>div:last-child p{width:100%}.photo-upload{display:inline-flex!important;flex-direction:row!important;cursor:pointer}.photo-upload input{display:none}.allergy-picker{padding:14px;border:1px solid #d5e6f0;border-radius:15px;background:#fff}.allergy-picker>strong{display:block;margin-bottom:10px}.allergy-picker>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;max-height:190px;overflow:auto}.allergy-picker label{display:flex;align-items:center;flex-direction:row;gap:7px;padding:8px;border-radius:9px;background:#f5f9fc;font-weight:600}.allergy-picker input{width:16px;height:16px;padding:0}@media(max-width:850px){.home-layout{grid-template-columns:1fr}.workflow-steps em{display:none}.workflow-steps>span{justify-content:center}.profile-workflow-modal{padding:22px}}@media(max-width:600px){.home-profile-card,.home-timeline-card{padding:17px}.profile-workflow-overlay{padding:0}.profile-workflow-modal{width:100%;height:100%;max-height:none;border:0;border-radius:0;padding:18px 15px}.profile-workflow-modal>header{padding-right:40px}.workflow-title-icon{width:42px;height:42px;flex-basis:42px}.workflow-progress{align-items:flex-start;flex-direction:column;gap:6px}.workflow-progress>div{width:100%;flex:none}.workflow-steps{gap:5px}.workflow-steps>span{padding:8px 5px}.workflow-stage{padding:15px;min-height:0}.workflow-form-grid{grid-template-columns:1fr;gap:13px}.workflow-full{grid-column:auto}.profile-workflow-modal>footer{position:sticky;bottom:-18px;margin:18px -15px -18px;padding:13px 15px;background:#fff;border-top:1px solid #dce8ef}.profile-workflow-modal>footer .btn{flex:1;padding-inline:10px}.compact-profile-progress{grid-template-columns:68px 1fr}.progress-ring{width:66px;height:66px}}@media(max-width:650px){.workflow-photo{align-items:flex-start}.workflow-photo-preview{width:66px;height:66px;flex-basis:66px}.allergy-picker>div{grid-template-columns:1fr}.allergy-picker{padding:11px}}.therapy-page,.therapy-editor{display:flex;flex-direction:column;gap:20px}.therapy-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 30px;border:1px solid #c9e3f3;border-radius:26px;background:radial-gradient(circle at top right,rgba(53,152,212,.16),transparent 38%),#fff;box-shadow:0 16px 42px #09244617}.therapy-header h2{margin:10px 0 6px;font-size:34px}.therapy-header p{margin:0;color:var(--muted)}.therapy-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.therapy-title-row h3{margin:9px 0 4px}.therapy-title-row p{margin:0}.therapy-metrics{display:flex;flex-wrap:wrap;gap:10px}.therapy-metrics span{min-width:140px;padding:13px 15px;border:1px solid #d7e8f3;border-radius:16px;background:#f8fcff}.therapy-metrics small,.therapy-save-bar small{display:block;margin-bottom:5px;color:var(--muted);font-weight:800}.therapy-metrics b{color:var(--azulOsc);font-size:17px}.therapy-version-detail{display:grid;gap:9px;margin-top:20px}.therapy-version-detail article{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:12px;padding:13px 15px;border:1px solid #dbeaf4;border-radius:14px;background:#fbfdff;font-size:13px}.therapy-form-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.therapy-form-card{display:grid;grid-template-columns:36px 1.2fr 1.4fr .7fr .7fr 1fr .9fr .9fr auto;gap:10px;align-items:end;padding:15px;border:1px solid #d7e8f3;border-radius:18px;background:#fbfdff}.therapy-form-card.basal{grid-template-columns:1.5fr 1fr 1fr auto}.therapy-form-card .field{margin:0}.therapy-form-card label{font-size:10px}.therapy-card-number{display:grid;place-items:center;width:31px;height:31px;margin-bottom:6px;border-radius:10px;background:#e6f4fc;color:var(--azulOsc);font-weight:900}.therapy-save-bar{position:sticky;z-index:20;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-color:#aee1cb;box-shadow:0 18px 50px #0924462e}.therapy-save-bar strong{margin-right:12px;color:var(--ok);font-size:28px}.therapy-save-bar span{color:var(--muted);font-size:13px}.therapy-history{display:flex;flex-direction:column;gap:9px;margin-top:16px}.therapy-history details{border:1px solid #d9e9f3;border-radius:16px;background:#fff}.therapy-history summary{display:grid;grid-template-columns:auto 1fr auto auto;gap:14px;align-items:center;padding:14px 16px;cursor:pointer}.therapy-history summary>span:not(.pill){color:var(--muted);font-size:12px}.therapy-history-body{padding:0 18px 17px 64px;color:var(--muted);font-size:13px;line-height:1.7}@media(max-width:1200px){.therapy-form-card{grid-template-columns:36px repeat(4,1fr)}.therapy-form-card .btn{grid-column:-2/-1}.therapy-version-detail article{grid-template-columns:1fr 1fr}}@media(max-width:700px){.therapy-header,.therapy-title-row,.therapy-save-bar,.therapy-calculation-summary{flex-direction:column;align-items:stretch}.therapy-header{padding:20px}.therapy-metrics{display:grid;grid-template-columns:1fr}.therapy-form-card,.therapy-form-card.basal{grid-template-columns:1fr 1fr}.therapy-card-number,.therapy-form-card .btn{grid-column:1/-1}.therapy-version-detail article{grid-template-columns:1fr}.therapy-history summary{grid-template-columns:auto 1fr}.therapy-history summary b,.therapy-history summary>span:not(.pill){grid-column:2}.therapy-history-body{padding-left:18px}.therapy-save-bar{position:static}}.hemoglobin-section{margin-top:22px;padding-top:20px;border-top:1px solid #e1edf4}.hemoglobin-latest-pill{display:flex;flex-direction:column;gap:2px;padding:11px 16px;border:1px solid #d7e8f3;border-radius:16px;background:#f8fcff;text-align:right}.hemoglobin-latest-pill small{color:var(--muted);font-weight:800}.hemoglobin-latest-pill b{color:var(--azulOsc);font-size:19px}.hemoglobin-history-list{display:flex;flex-direction:column;gap:8px;margin:14px 0}.hemoglobin-history-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--borde);border-radius:13px;background:#fbfdff}.hemoglobin-history-date{min-width:110px;color:var(--muted);font-size:13px;font-weight:700}.hemoglobin-form{margin-top:16px;padding:16px;border:1px solid var(--borde);border-radius:16px;background:#f9fcfe}.badges-section{margin-top:20px;padding-top:18px;border-top:1px solid #e1edf4}.badges-section-heading{margin-bottom:12px}.badges-section-heading h3{margin:2px 0 0}.badges-grid{display:grid;grid-template-columns:1fr;gap:10px}.badge-card{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid var(--borde);border-radius:14px;background:#fbfdff}.badge-card.earned{border-color:#a9dec8;background:#f3fbf7}.badge-card.lost{border-color:#f0dba9;background:#fffaf0}.badge-lost-note{color:var(--warn)}.badge-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#eef4f8;font-size:19px}.badge-card.earned .badge-icon{background:#e6f9f0}.badge-info{min-width:0;flex:1}.badge-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.badge-info strong{font-size:13px}.badge-info .mini{margin:2px 0 6px}.badge-progress{display:flex;align-items:center;gap:8px}.badge-progress-track{flex:1;height:7px;border-radius:99px;background:#e2edf4;overflow:hidden}.badge-progress-track span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--azul2),var(--azul))}.badge-progress small{color:var(--muted);font-weight:800;white-space:nowrap}.therapy-header-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.patient-select{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.patient-select select{padding:9px 12px;border-radius:12px;border:1px solid var(--borde);background:#fff;color:var(--oscuro);font:inherit;font-weight:700;font-size:14px;text-transform:none;letter-spacing:normal;min-width:180px}@media(max-width:700px){.therapy-header-actions{width:100%;flex-direction:column;align-items:stretch}.patient-select select,.therapy-header-actions .btn{width:100%}}.hemoglobin-form-inputs{display:grid;grid-template-columns:1fr 1fr 1.4fr auto;gap:12px;align-items:end}.hemoglobin-form-inputs label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#30475d}@media(max-width:700px){.hemoglobin-form-inputs{grid-template-columns:1fr}}.therapy-save-alert{margin:0 0 14px;animation:therapySaveAlertIn .18s ease}@keyframes therapySaveAlertIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.therapy-save-alert{animation:none}}.therapy-ratio{min-height:42px;display:flex;align-items:center;padding:10px 12px;border:1px solid #b8dff3;border-radius:14px;background:#eaf7ff;color:var(--azulOsc);font-size:17px;font-weight:900}.therapy-sensitivity{border-color:#f0c36a!important;background:#fff7df!important}.therapy-sensitivity b{color:#a96300!important;font-size:28px!important}.therapy-calculation-summary{display:flex;align-items:center;gap:18px;min-width:0}.therapy-calculation-summary>div{flex:0 0 auto}.therapy-calculation-summary p{max-width:560px;margin:0;color:#475569;font-size:12px;line-height:1.45}.therapy-sensitivity-result{padding:9px 15px;border:2px solid #f0bd50;border-radius:16px;background:#fff5d6}.therapy-sensitivity-result strong{display:block;margin:0;color:#a55c00;font-size:38px;line-height:1}.therapy-sensitivity-result small{color:#8a5700}.therapy-hypoglycemia{display:flex;flex-direction:column;gap:5px;margin:18px 0;border-left-color:#e5a719;background:#fff8df}.therapy-hypoglycemia strong{color:#8a5700}.therapy-form-card>.therapy-glucose-scale{grid-column:1/-1}.therapy-glucose-scale{padding:15px;border:1px solid #cfe4f1;border-radius:16px;background:#fff}.therapy-scale-heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.therapy-scale-heading span{color:var(--muted);font-size:11px}.therapy-range-grid{display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));gap:8px}.therapy-range{padding:10px;border:1px solid #ddeaf2;border-radius:13px;background:#f9fcfe}.therapy-range.normal{border:2px solid #65b8e7;background:#edf8fe}.therapy-range label{font-size:10px}.therapy-dose-input{display:flex;align-items:center;gap:6px}.therapy-dose-input input{min-width:0;padding:8px}.therapy-dose-input span{font-weight:900;color:var(--azulOsc)}.therapy-zero-dose{min-height:39px;display:flex;align-items:center;color:#b42318;font-size:12px;font-weight:900}@media(max-width:1200px){.therapy-range-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:700px){.therapy-range-grid{grid-template-columns:1fr 1fr}.therapy-scale-heading{flex-direction:column}}.therapy-blocks-editor{padding:26px}.therapy-blocks-editor>.therapy-title-row{padding-bottom:18px;border-bottom:1px solid #dbeaf4}.therapy-form-card{grid-template-columns:1.1fr 1.25fr .62fr .62fr .9fr .72fr;gap:14px;padding:0;overflow:hidden;border:1px solid #bfdbea;border-radius:22px;background:#fff;box-shadow:0 10px 28px #14416412}.therapy-block-card-title{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#eff8fd,#e7f4fc);border-bottom:1px solid #cfe4f1}.therapy-block-card-title .therapy-card-number{margin:0}.therapy-block-card-title strong{display:block;color:var(--oscuro);font-size:16px}.therapy-block-card-title small{display:block;margin-top:3px;color:var(--muted)}.therapy-form-card>.field{padding-top:2px}.therapy-form-card>.field:first-of-type{margin-left:18px}.therapy-form-card>.field:nth-of-type(6){margin-right:18px}.therapy-form-card>.therapy-glucose-scale{margin:2px 18px 0}.therapy-block-actions{grid-column:1/-1;display:flex;justify-content:flex-end;padding:13px 18px;background:#f8fbfd;border-top:1px solid #e0edf5}.therapy-block-actions .btn{border:1px solid #efb9b9;box-shadow:0 5px 12px #bd353514}.therapy-block-actions .btn:disabled{opacity:.45;cursor:not-allowed}.therapy-add-block-zone{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:18px;padding:18px;border:2px dashed #a9d2e9;border-radius:18px;background:#f5fbff}.therapy-add-block-zone span{color:var(--muted);font-size:12px}.therapy-print-button{white-space:nowrap}.scheme-details{display:flex;flex-direction:column;gap:16px;margin-top:20px}.scheme-period{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.scheme-period span{padding:12px 14px;border:1px solid #d9e8f2;border-radius:14px;background:#f9fcfe}.scheme-period small,.scheme-block-view header small{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:800}.scheme-period b{color:var(--azulOsc)}.scheme-blocks-view{display:flex;flex-direction:column;gap:13px}.scheme-block-view{overflow:hidden;border:1px solid #cfe2ee;border-radius:18px;background:#fff}.scheme-block-view header{display:grid;grid-template-columns:36px 1.3fr 1.2fr .7fr .55fr;gap:12px;align-items:center;padding:13px 15px;background:#f5fafe}.scheme-block-view header>div:first-of-type small{margin-top:3px}.scheme-block-index{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#dff1fb;color:var(--azulOsc);font-weight:900}.scheme-range-table{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:12px}.scheme-range-table div{padding:9px;border:1px solid #e0ebf2;border-radius:11px;background:#fbfdff;text-align:center}.scheme-range-table div.normal{border-color:#60b7e7;background:#eaf7fe}.scheme-range-table small{display:block;margin-bottom:5px;color:var(--muted);font-size:9px;font-weight:800}.scheme-range-table strong{font-size:12px;color:var(--oscuro)}.scheme-basal-view{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.scheme-basal-view h4{width:100%;margin:0;color:var(--oscuro)}.scheme-basal-view span{padding:9px 11px;border-radius:12px;background:#f0f7fb;color:#43566a;font-size:12px}.therapy-history summary{grid-template-columns:auto 1fr auto auto auto}.therapy-history-body{padding:8px 18px 20px}.therapy-print-overlay{position:fixed;z-index:5000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#041728ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.therapy-print-modal{width:min(1180px,96vw);max-height:94vh;overflow:auto;border-radius:24px;background:#eef5f9;box-shadow:0 35px 100px #00000061}.therapy-print-toolbar{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid #cfdee8;background:#fff}.therapy-print-toolbar strong,.therapy-print-toolbar span{display:block}.therapy-print-toolbar span{margin-top:3px;color:var(--muted);font-size:12px}.therapy-print-sheet{width:min(1050px,calc(100% - 40px));margin:22px auto;padding:34px;background:#fff;box-shadow:0 10px 35px #0924461f}.therapy-print-sheet>header{padding-bottom:14px;border-bottom:2px solid #173f64}.therapy-print-sheet>header span{color:var(--azul2);font-weight:900}.therapy-print-sheet>header h2{margin:8px 0 3px}.therapy-print-sheet>header p{margin:0;color:var(--muted)}@media(max-width:1200px){.therapy-form-card{grid-template-columns:repeat(3,1fr)}.therapy-form-card>.field:first-of-type{margin-left:18px}.therapy-form-card>.field:nth-of-type(3){margin-right:18px}.scheme-range-table{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.therapy-form-card{grid-template-columns:1fr}.therapy-form-card>.field{margin:0 15px!important}.therapy-add-block-zone{flex-direction:column;text-align:center}.scheme-period{grid-template-columns:1fr 1fr}.scheme-block-view header{grid-template-columns:36px 1fr}.scheme-block-view header>div:not(:first-of-type){grid-column:2}.scheme-range-table{grid-template-columns:1fr 1fr}.therapy-history summary{grid-template-columns:auto 1fr}.therapy-history summary>*:not(:first-child):not(:nth-child(2)){grid-column:2}.therapy-print-toolbar{align-items:flex-start;flex-direction:column}.therapy-print-sheet{width:calc(100% - 20px);margin:10px;padding:18px}}.autocomplete{position:relative}.autocomplete input:disabled{background:#f3f6f9;color:var(--muted);cursor:not-allowed}.autocomplete-list{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;max-height:280px;overflow:auto;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--borde);border-radius:16px;box-shadow:0 18px 45px #0924462e}.autocomplete-list li{padding:10px 11px;border-radius:11px;cursor:pointer}.autocomplete-list li:hover{background:var(--claro)}.autocomplete-list li strong{display:block;color:var(--oscuro);font-size:13px}.autocomplete-list li small{display:block;margin-top:2px;color:var(--muted);font-size:11px}@media print{body *{visibility:hidden!important}.therapy-print-overlay,.therapy-print-overlay *{visibility:visible!important}.therapy-print-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding:0;background:#fff}.therapy-print-modal{width:100%;max-height:none;overflow:visible;border-radius:0;box-shadow:none;background:#fff}.therapy-print-toolbar{display:none}.therapy-print-sheet{width:100%;margin:0;padding:12mm;box-shadow:none}.scheme-block-view{break-inside:avoid}.scheme-range-table{grid-template-columns:repeat(7,1fr)}.therapy-hypoglycemia{break-inside:avoid}}.scheme-range-table .scheme-no-ranges{grid-column:1/-1;margin:0;padding:12px;color:var(--muted);font-size:12px;text-align:left}.heart{background:#fffffff0;overflow:hidden;font-size:0}.heart img{width:100%;height:100%;object-fit:contain}.therapy-confirm-overlay{position:fixed;z-index:5200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#041728ad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.therapy-confirm-modal{width:min(560px,100%);padding:28px;border:1px solid #d7e6ef;border-radius:26px;background:#fff;box-shadow:0 35px 100px #00000059}.therapy-confirm-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:14px;border-radius:18px;background:#fff2cf;color:#a96300;font-size:28px;font-weight:950}.therapy-confirm-modal h3{margin:13px 0 8px;font-size:23px}.therapy-confirm-modal>p{margin:0;color:var(--muted);line-height:1.55}.therapy-confirm-checklist{display:flex;flex-direction:column;gap:9px;margin:20px 0;padding:17px;border:1px solid #d8e8f2;border-radius:17px;background:#f7fbfe}.therapy-confirm-checklist strong{margin-bottom:2px;color:var(--oscuro)}.therapy-confirm-checklist span{color:#43566a;font-size:13px;line-height:1.45}.therapy-confirm-actions{display:flex;justify-content:flex-end;gap:10px}.therapy-print-header{display:flex;align-items:center;gap:20px}.therapy-print-header img{width:82px;height:82px;object-fit:contain;flex:0 0 auto}.therapy-print-header>div{min-width:0}.therapy-print-header>div p strong{color:var(--oscuro)}@media(max-width:600px){.therapy-confirm-actions{flex-direction:column-reverse}.therapy-confirm-actions .btn{width:100%}.therapy-print-header{align-items:flex-start}.therapy-print-header img{width:64px;height:64px}}.therapy-empty-blocks{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:18px;padding:32px;border:2px dashed #b9d9ea;border-radius:19px;background:#f8fcff;text-align:center}.therapy-empty-blocks strong{color:var(--oscuro)}.therapy-empty-blocks span{color:var(--muted);font-size:13px}.app-shell{transition:grid-template-columns .24s ease}.sidebar{transition:width .24s ease,padding .24s ease}.sidebar-toggle{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin:0 0 14px;padding:9px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff14;color:#d9ecfb;font-size:12px;font-weight:850}.sidebar-toggle:hover{background:#ffffff29;color:#fff}.nav-icon{display:grid;place-items:center;flex:0 0 22px}.nav-label,.sidebrand-copy,.logout span{white-space:nowrap}.sidebrand-copy{overflow:hidden}.sidebar .heart{flex:0 0 auto}@media(min-width:1051px){.app-shell.sidebar-is-collapsed{grid-template-columns:88px 1fr}.sidebar.collapsed{padding-inline:14px}.sidebar.collapsed .sidebrand{justify-content:center}.sidebar.collapsed .sidebrand-copy,.sidebar.collapsed .userbox,.sidebar.collapsed .nav-label,.sidebar.collapsed .logout span,.sidebar.collapsed .sidebar-toggle span,.sidebar.collapsed .cc-gate-lock{display:none}.sidebar.collapsed .sidebrand .heart{width:50px;height:50px}.sidebar.collapsed .nav-item{justify-content:center;padding:13px 8px}.sidebar.collapsed .logout{padding-inline:8px}.sidebar.collapsed .sidebar-toggle{width:44px;margin-inline:auto}}.sidebar-mobile-toggle{display:none}@media(max-width:1050px){.sidebar{position:relative;z-index:100;height:auto;min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;overflow:visible}.sidebar .sidebrand{margin:0}.sidebar .sidebrand-copy{display:none}.sidebar .sidebrand .heart{width:52px;height:52px;border-radius:16px}.sidebar .sidebar-toggle{display:none}.sidebar .userbox{min-width:0;margin:0;padding:7px 10px;border:0;background:transparent}.sidebar .userbox strong,.sidebar .userbox small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .userbox strong{font-size:14px}.sidebar .userbox small{display:inline;margin:3px 8px 0 0;font-size:11px}.sidebar .userbox small:last-child{display:block;margin-right:0}.sidebar-mobile-toggle{display:grid;place-items:center;width:45px;height:45px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#ffffff1a;color:#fff}.sidebar-mobile-toggle:hover{background:#ffffff2e}.sidebar .side-nav,.sidebar .logout{display:none}.sidebar.mobile-open .side-nav{grid-column:1/-1;display:grid;grid-template-columns:1fr;gap:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.13)}.sidebar.mobile-open .logout{grid-column:1/-1;display:flex;margin-top:4px}.sidebar.mobile-open .nav-item{padding:11px 13px}.main{padding-top:20px}}.sensitivity-guidance{display:grid;grid-template-columns:58px minmax(0,1fr);gap:15px;align-items:start;margin-top:18px;padding:18px;border:2px solid #efbf55;border-radius:19px;background:radial-gradient(circle at top right,rgba(255,202,76,.15),transparent 38%),linear-gradient(135deg,#fff9e8,#fffdf8);box-shadow:0 10px 26px #a9630017}.sensitivity-guidance-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:#f5ad24;color:#fff;font-size:30px;font-weight:950;box-shadow:0 8px 18px #c47b0033}.sensitivity-guidance span{display:block;color:#8a5700;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.sensitivity-guidance strong{display:block;margin:3px 0 7px;color:#a45d00;font-size:22px}.sensitivity-guidance p{margin:0;color:#4b5563;font-size:13px;line-height:1.65}.therapy-print-sheet .sensitivity-guidance{break-inside:avoid;box-shadow:none}@media(max-width:600px){.sensitivity-guidance{grid-template-columns:1fr}.sensitivity-guidance-icon{width:46px;height:46px}}@page{size:A4 portrait;margin:8mm}@media print{.therapy-print-sheet{padding:0!important;font-size:10px}.therapy-print-sheet>p{margin:5px 0 7px;font-size:9px}.therapy-print-header{gap:10px;padding-bottom:7px!important}.therapy-print-header img{width:48px;height:48px}.therapy-print-header>div span{font-size:9px}.therapy-print-header>div h2{margin:2px 0!important;font-size:17px}.therapy-print-header>div p{font-size:9px;line-height:1.25}.therapy-print-sheet .scheme-details{gap:7px;margin-top:7px}.therapy-print-sheet .scheme-period{grid-template-columns:repeat(4,1fr);gap:5px}.therapy-print-sheet .scheme-period span{padding:5px 7px;border-radius:7px}.therapy-print-sheet .scheme-period small{margin-bottom:1px;font-size:7px}.therapy-print-sheet .scheme-period b{font-size:9px}.therapy-print-sheet .scheme-blocks-view{display:block}.therapy-print-sheet .scheme-block-view{margin-bottom:6px;border-radius:9px;break-inside:avoid;page-break-inside:avoid}.therapy-print-sheet .scheme-block-view header{grid-template-columns:24px 1.35fr 1.15fr .65fr .5fr;gap:6px;padding:6px 8px}.therapy-print-sheet .scheme-block-index{width:23px;height:23px;border-radius:6px;font-size:9px}.therapy-print-sheet .scheme-block-view header strong,.therapy-print-sheet .scheme-block-view header b{font-size:9px}.therapy-print-sheet .scheme-block-view header small{margin-bottom:1px;font-size:7px}.therapy-print-sheet .scheme-range-table{grid-template-columns:repeat(7,1fr);gap:3px;padding:5px}.therapy-print-sheet .scheme-range-table div{padding:4px 2px;border-radius:5px}.therapy-print-sheet .scheme-range-table small{margin-bottom:2px;font-size:6.5px;white-space:nowrap}.therapy-print-sheet .scheme-range-table strong{font-size:8px}.therapy-print-sheet .scheme-basal-view{gap:4px}.therapy-print-sheet .scheme-basal-view h4{margin:1px 0;font-size:10px}.therapy-print-sheet .scheme-basal-view span{padding:4px 6px;border-radius:6px;font-size:8px}.therapy-print-sheet .sensitivity-guidance{grid-template-columns:34px minmax(0,1fr);gap:8px;margin-top:7px;padding:7px;border-width:1px;border-radius:9px}.therapy-print-sheet .sensitivity-guidance-icon{width:31px;height:31px;border-radius:8px;font-size:18px}.therapy-print-sheet .sensitivity-guidance span{font-size:7px}.therapy-print-sheet .sensitivity-guidance strong{margin:1px 0 2px;font-size:11px}.therapy-print-sheet .sensitivity-guidance p{font-size:8px;line-height:1.35}.therapy-print-sheet .therapy-hypoglycemia{margin-top:7px;padding:7px;border-left-width:3px;border-radius:8px;font-size:8px;line-height:1.35}}@page{size:A4 portrait;margin:10mm}@media print{.therapy-print-sheet{font-family:Segoe UI,Arial,sans-serif!important;font-size:10pt!important;color:#172033}.therapy-print-sheet *{font-weight:400}.therapy-print-sheet>p{margin:7px 0 10px;font-size:9.5pt;line-height:1.4}.therapy-print-header{gap:14px;padding:0 0 10px!important;border-bottom:2px solid #2b7fb6!important}.therapy-print-header img{width:62px;height:62px}.therapy-print-header>div span{color:#1e73b7;font-size:9pt;font-weight:600}.therapy-print-header>div h2{margin:3px 0!important;font-size:18pt;font-weight:650;letter-spacing:-.01em}.therapy-print-header>div p{font-size:9.5pt;line-height:1.35}.therapy-print-header>div p strong{font-weight:600}.therapy-print-sheet .scheme-details{gap:10px;margin-top:10px}.therapy-print-sheet .scheme-period{gap:7px}.therapy-print-sheet .scheme-period span{padding:7px 9px;border:1px solid #bcd9ea;border-radius:8px;background:#f1f8fc}.therapy-print-sheet .scheme-period small{margin-bottom:3px;color:#526b7e;font-size:8pt;font-weight:500}.therapy-print-sheet .scheme-period b{color:#123e62;font-size:10pt;font-weight:600}.therapy-print-sheet .scheme-blocks-view{display:block;margin-top:2px}.therapy-print-sheet .scheme-block-view{min-height:48mm;margin-bottom:8px;border:1.5px solid #9fcbe3;border-radius:10px;background:#fff;break-inside:avoid;page-break-inside:avoid}.therapy-print-sheet .scheme-block-view:nth-child(3n){break-before:page;page-break-before:always}.therapy-print-sheet .scheme-block-view header{grid-template-columns:27px 1.35fr 1.15fr .68fr .52fr;gap:8px;padding:8px 10px;border-bottom:1px solid #cbe1ed;background:#edf7fc}.therapy-print-sheet .scheme-block-index{width:26px;height:26px;border-radius:7px;background:#2d8bc2;color:#fff;font-size:10pt;font-weight:650}.therapy-print-sheet .scheme-block-view header strong{font-size:10.5pt;font-weight:650}.therapy-print-sheet .scheme-block-view header b{font-size:9.5pt;font-weight:550}.therapy-print-sheet .scheme-block-view header small{margin-bottom:2px;color:#5d7181;font-size:7.8pt;font-weight:500}.therapy-print-sheet .scheme-range-table{gap:5px;padding:8px}.therapy-print-sheet .scheme-range-table div{padding:7px 3px;border:1px solid #d0e2ec;border-radius:7px;background:#fafcfd}.therapy-print-sheet .scheme-range-table div.normal{border:1.5px solid #45a5d9;background:#e5f5fd}.therapy-print-sheet .scheme-range-table small{margin-bottom:4px;color:#506779;font-size:7.2pt;font-weight:500;white-space:nowrap}.therapy-print-sheet .scheme-range-table strong{color:#173b56;font-size:9pt;font-weight:600}.therapy-print-sheet .scheme-basal-view{gap:6px;margin-top:2px;padding:8px;border:1px solid #c9dfea;border-radius:8px;background:#f7fbfd;break-inside:avoid}.therapy-print-sheet .scheme-basal-view h4{margin:0;font-size:10.5pt;font-weight:650}.therapy-print-sheet .scheme-basal-view span{padding:5px 7px;background:#eaf4fa;font-size:9pt}.therapy-print-sheet .scheme-basal-view span b{font-weight:600}.therapy-print-sheet .sensitivity-guidance{grid-template-columns:40px minmax(0,1fr);gap:10px;margin-top:9px;padding:9px 10px;border:1.5px solid #e2a931;border-radius:9px;background:#fff8e5}.therapy-print-sheet .sensitivity-guidance-icon{width:38px;height:38px;border-radius:9px;font-size:20px;font-weight:600}.therapy-print-sheet .sensitivity-guidance span{font-size:8pt;font-weight:600}.therapy-print-sheet .sensitivity-guidance strong{margin:2px 0 4px;font-size:11pt;font-weight:650}.therapy-print-sheet .sensitivity-guidance p{font-size:9pt;line-height:1.45}.therapy-print-sheet .therapy-hypoglycemia{margin-top:9px;padding:9px 10px;border:1px solid #e2b449;border-left:4px solid #d79300;border-radius:8px;background:#fff8e3;font-size:9pt;line-height:1.45}.therapy-print-sheet .therapy-hypoglycemia strong{font-weight:650}}.profile-selection-page{min-height:100vh;padding:clamp(20px,5vw,64px);display:grid;place-items:center;background:linear-gradient(145deg,#edf8ff,#dceef8)}.profile-selection-card{width:min(980px,100%);padding:clamp(22px,4vw,42px)}.selection-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.selection-brand img{width:52px;height:52px;border-radius:16px;object-fit:cover}.selection-brand div{display:grid}.selection-brand strong{font-size:1.15rem}.selection-brand span{color:var(--muted);font-size:.88rem}.profile-selection-card header h1{margin:.35rem 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.profile-selection-card header p{color:var(--muted);margin:0 0 24px}.profile-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.profile-choice{min-height:170px;padding:20px;text-align:left;border:2px solid #d5e6f2;border-radius:18px;background:#fff;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;gap:9px;transition:.18s ease}.profile-choice:hover,.profile-choice.selected{border-color:#2996d6;box-shadow:0 10px 24px #167db51f;transform:translateY(-2px)}.profile-choice.selected{background:#eef9ff}.profile-choice i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#def2ff;color:#087dbf}.profile-choice strong{font-size:1rem}.profile-choice span{color:var(--muted);line-height:1.4;font-size:.88rem}.caregiver-setup{margin-top:22px;padding:22px;border-radius:18px;background:#f5fbff;border:1px solid #cce6f5}.caregiver-setup h2{margin:0 0 5px}.caregiver-setup>p{margin:0 0 18px;color:var(--muted)}.profile-selection-card footer{display:flex;justify-content:space-between;gap:12px;margin-top:24px}@media(max-width:800px){.profile-choice-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.profile-selection-page{padding:10px}.profile-choice-grid{grid-template-columns:1fr}.profile-choice{min-height:auto}.profile-selection-card footer{flex-direction:column-reverse}.profile-selection-card footer .btn{width:100%}}.patient-summary-card{border-color:#a9dec8}.patient-summary-card .home-kicker{color:#0d9467}.profile-card-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:2px}.profile-card-avatar{display:grid;place-items:center;flex:0 0 56px;width:56px;height:56px;overflow:hidden;border-radius:50%;background:#e7f5fd;color:var(--azul2)}.profile-card-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.profile-card-avatar.patient{background:#e6f9f0;color:#0d9467}.photo-editor-overlay{position:fixed;z-index:6100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#04182abf;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.photo-editor-modal{position:relative;width:min(400px,100%);padding:26px;border:1px solid #d0e4f0;border-radius:22px;background:#fff;box-shadow:0 35px 100px #00000059;text-align:center}.photo-editor-modal h3{margin:0 0 6px}.photo-editor-modal .mini{margin:0 0 16px;color:var(--muted);text-align:left}.photo-editor-canvas-wrap{display:flex;justify-content:center;margin-bottom:16px}.photo-editor-canvas{width:220px;height:220px;border-radius:50%;background:#eef4f8;cursor:grab;touch-action:none;box-shadow:0 0 0 4px #fff,0 0 0 5px #d8e7ef}.photo-editor-canvas:active{cursor:grabbing}.photo-editor-zoom{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--muted)}.photo-editor-zoom input{flex:1}.photo-editor-actions{display:flex;justify-content:center;gap:12px}@media(max-width:480px){.photo-editor-modal{padding:18px}.photo-editor-canvas{width:min(70vw,220px);height:min(70vw,220px)}}.meal-history-card{padding:24px}.meal-history-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.meal-history-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:14px 16px;border:1px solid var(--borde);border-radius:16px;background:#fff;text-align:left;transition:.15s ease}.meal-history-row:hover{border-color:#9fd3ee;box-shadow:0 10px 24px #09244617;transform:translateY(-1px)}.meal-history-row-main{display:flex;flex-direction:column;gap:3px;min-width:0}.meal-history-date{font-size:12px;font-weight:800;color:var(--azul2);text-transform:capitalize}.meal-history-foods{font-size:13px;color:var(--oscuro);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meal-history-row-stats{display:flex;align-items:center;gap:8px;flex:0 0 auto}.meal-history-chevron{color:var(--muted);font-size:20px;line-height:1}.meal-history-overlay{position:fixed;z-index:6000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#04182ab3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:onboardingBackdrop .22s ease both}.meal-history-modal{position:relative;width:min(720px,100%);max-height:90vh;overflow:auto;padding:28px;border:1px solid #d0e4f0;border-radius:26px;background:#fff;box-shadow:0 35px 100px #00000059;animation:onboardingCardIn .28s cubic-bezier(.2,.8,.2,1) both}.meal-history-modal>header{padding-right:44px}.meal-history-modal>header h2{margin:4px 0 0;text-transform:capitalize}.meal-history-detail-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.meal-history-detail-summary span{padding:12px 14px;border:1px solid #d9e8f2;border-radius:14px;background:#f9fcfe}.meal-history-detail-summary small{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:800}.meal-history-detail-summary b{color:var(--azulOsc)}.meal-history-total-bolus{background:#e9fbf5!important;border-color:#aee1cb!important}.meal-history-total-bolus b{color:var(--ok);font-size:17px}.meal-history-glucose-row{display:flex;gap:10px;margin-top:10px}.meal-history-glucose-row span{flex:1;padding:12px 14px;border:1px solid #d9e8f2;border-radius:14px;background:#f9fcfe}.meal-history-glucose-row small{display:block;margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:800}.meal-history-glucose-row b{color:var(--azulOsc)}.meal-history-modal h4{margin:22px 0 10px}.meal-history-food-list{display:flex;flex-direction:column;gap:9px}.meal-history-food-item{padding:12px 14px;border:1px solid var(--borde);border-radius:14px;background:#fbfdff}.meal-history-food-item>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.meal-history-food-item strong{color:var(--oscuro)}.meal-history-food-item small{color:var(--muted)}.meal-history-food-item-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:12px;color:#43566a}@media(max-width:700px){.meal-history-row{flex-direction:column;align-items:flex-start}.meal-history-row-stats{width:100%;justify-content:space-between}.meal-history-detail-summary{grid-template-columns:1fr 1fr}.meal-history-glucose-row{flex-direction:column}}@media(max-width:600px){.meal-history-overlay{padding:0}.meal-history-modal{width:100%;height:100%;max-height:none;border:0;border-radius:0;padding:18px 15px}.meal-history-detail-summary{grid-template-columns:1fr 1fr}}.guidance-list{margin:0;padding-left:20px}.guidance-list li{margin-bottom:7px;line-height:1.55}.guidance-list li:last-child{margin-bottom:0}.sensitivity-guidance p{margin:0}.sensitivity-guidance p+p,.sensitivity-guidance p+ul,.sensitivity-guidance ul+p{margin-top:11px}.therapy-hypoglycemia p{margin:0}.therapy-hypoglycemia p+p,.therapy-hypoglycemia p+ul,.therapy-hypoglycemia ul+p{margin-top:9px}@media print{.guidance-list{padding-left:16px}.guidance-list li{margin-bottom:4px}}.insulin-timing-notice{display:flex;gap:12px;align-items:flex-start;margin:14px 0;padding:14px 16px;border:1px solid #b9dcef;border-radius:15px;background:#eef8fd;color:#1c3c52}.insulin-timing-notice>span{font-size:22px}.insulin-timing-notice strong{display:block;margin-bottom:3px;color:var(--azulOsc)}.insulin-timing-notice p{margin:0;font-size:13px;line-height:1.5}.real-bolus-box{display:flex;align-items:center;gap:18px;margin:16px 0;padding:18px 20px;border:2px solid #a9d2e9;border-radius:20px;background:linear-gradient(135deg,#eef9ff,#f9fcff);box-shadow:0 10px 26px #14416414}.real-bolus-icon{display:grid;place-items:center;flex:0 0 auto;width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--azul2),var(--azul));font-size:24px;box-shadow:0 8px 18px #1e73b740}.real-bolus-copy{flex:1;min-width:0}.real-bolus-kicker{display:inline-block;margin-bottom:4px;padding:3px 9px;border-radius:999px;background:#d9effc;color:var(--azul2);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.real-bolus-copy label{display:block;margin:0 0 4px;font-size:16px;font-weight:850;color:var(--azulOsc)}.real-bolus-copy p{margin:0;font-size:13px;line-height:1.45;color:#52708a}.real-bolus-input{display:flex;align-items:center;gap:8px;flex:0 0 auto}.real-bolus-input input{width:110px;min-height:48px;padding:10px 12px;border-radius:14px;text-align:center;font-size:18px;font-weight:850;border:1.5px solid #7fc5ec;background:#fff}.real-bolus-input span{color:var(--azulOsc);font-size:15px;font-weight:900}@media(max-width:700px){.real-bolus-box{flex-direction:column;align-items:stretch;text-align:center}.real-bolus-input{justify-content:center}}.projection-glucose-box{position:relative}.projection-glucose-lead{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.projection-glucose-icon{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--azul2),var(--azul));font-size:22px;box-shadow:0 8px 18px #1e73b738}.projection-glucose-kicker{display:inline-block;margin-bottom:5px;padding:3px 9px;border-radius:999px;background:#d9effc;color:var(--azul2);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.current-glucose-box{border-width:2px;box-shadow:0 10px 26px #14416412}@media(max-width:650px){.projection-glucose-icon{display:none}.projection-glucose-lead{gap:0}}.selected-total-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.scheme-adjust-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin:12px 0;padding:11px 14px;border:1px dashed #b9d9ea;border-radius:14px;background:#f6fbff}.scheme-adjust-row .mini{margin:0}.scheme-adjust-row .btn{white-space:nowrap}@media(max-width:520px){.scheme-adjust-row{flex-direction:column;align-items:stretch}.scheme-adjust-row .btn{width:100%}}.selected-total-pill.carbs{background:linear-gradient(135deg,#e9fbf5,#dcf6ec);border-color:#aee1cb;color:var(--ok);font-weight:800}.meal-curve-axis-label{font-size:11px;fill:#7c93a8;font-family:Segoe UI,Arial,sans-serif}.meal-curve-axis-title{font-size:11px;fill:#9fb3c4;font-weight:700;font-family:Segoe UI,Arial,sans-serif}.meal-curves{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}.meal-curve-chart h5{margin:0 0 8px;color:var(--oscuro);font-size:13px;font-weight:800}.meal-curve-svg{width:100%;height:auto;border-radius:12px;background:#fff;border:1px solid var(--borde)}.meal-curve-grid{stroke:#e6eef4;stroke-width:1}.meal-curve-threshold{stroke:#1f9d63;stroke-width:1.5;stroke-dasharray:5 5;opacity:.7}.meal-curve-line{fill:none;stroke-width:3}.meal-curve-line.reference{stroke-dasharray:6 5;opacity:.85}.meal-curve-line.zone-normal{stroke:var(--azul2)}.meal-curve-line.zone-low{stroke:#d64545}.meal-curve-line.zone-high{stroke:#e39413}.meal-curve-dot{stroke:#fff;stroke-width:1.5}.meal-curve-dot.zone-normal{fill:var(--azul2)}.meal-curve-dot.zone-low{fill:#d64545}.meal-curve-dot.zone-high{fill:#e39413}.meal-reading-form{margin-top:20px;padding:16px;border:1px solid var(--borde);border-radius:16px;background:#f9fcfe}.meal-reading-form h4{margin:0 0 4px}.meal-reading-form .mini{margin:0 0 12px}.meal-reading-inputs{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.meal-reading-inputs label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800;color:#30475d}.meal-reading-elapsed{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background:#eef6fb;border:1px solid var(--borde);border-radius:10px}.meal-reading-elapsed small{font-size:12px;font-weight:800;color:#30475d}.meal-reading-elapsed b{font-size:14px;color:var(--azul2)}@media(max-width:600px){.meal-reading-inputs{grid-template-columns:1fr}}.illustration-gallery{display:flex;flex-direction:column;gap:12px;margin-top:14px}.illustration-card{margin:0;padding:12px;border:1px solid rgba(0,0,0,.06);border-radius:14px;background:#fff9}.illustration-svg{width:100%}.illustration-svg svg{display:block;width:100%;height:auto}.illustration-card figcaption{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.4;text-align:center}@media print{.illustration-card{border:0;background:transparent;padding:0}}.real-bolus-card{grid-column:1/-1}.real-bolus-card .real-bolus-box{margin:0}.save-action-card{grid-column:1/-1;margin-top:2px}.save-action-card .save-meal-btn{min-height:56px;margin-top:0;font-size:16.5px;font-weight:850}@media(prefers-reduced-motion:no-preference){.save-action-card .save-meal-btn{animation:saveGlow 2.2s ease-in-out infinite}}.marketplace-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;padding:10px;border-radius:18px;background:#f6fafc;border:1px solid #e6eff4}.marketplace-search-box{display:flex;align-items:center;gap:7px;flex:1;min-width:150px;padding:0 12px;height:42px;border-radius:99px;background:#fff;border:1px solid var(--borde);color:var(--muted);transition:.15s ease}.marketplace-search-box:focus-within{border-color:var(--azul2);box-shadow:0 0 0 3px #3598d421}.marketplace-search-box svg{flex:0 0 auto;opacity:.6}.marketplace-search-box input,.marketplace-search-box select{flex:1;border:0;height:100%;padding:0;background:transparent;font-size:13px;color:var(--oscuro)}.marketplace-search-box input:focus,.marketplace-search-box select:focus{outline:none}.marketplace-marca-filter{flex:0 1 150px}.marketplace-sort-box{flex:0 1 200px}.marketplace-pill-select{height:42px;padding:0 16px;border-radius:99px;background:#fff;border:1px solid var(--borde);font-size:13px;color:var(--oscuro);max-width:190px}.marketplace-pill-select:focus{outline:none;border-color:var(--azul2);box-shadow:0 0 0 3px #3598d421}.marketplace-icon-btn{padding:11px;border-radius:50%;flex:0 0 auto}.marketplace-stock-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);white-space:nowrap}.marketplace-stock-toggle input{width:auto}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;margin-top:10px}.marketplace-product-card{display:flex;flex-direction:column;border:1px solid var(--borde);border-radius:14px;background:#fff;overflow:hidden;transition:.15s ease}.marketplace-product-card:hover{border-color:#9fd3ee;box-shadow:0 10px 22px #0924461a;transform:translateY(-2px)}.marketplace-product-image{position:relative;height:120px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4fb,#dcecf7);overflow:hidden}.marketplace-product-image img{width:100%;height:100%;object-fit:cover}.marketplace-product-image-placeholder{font-size:28px;opacity:.55}.marketplace-carousel-dots{position:absolute;left:0;right:0;bottom:6px;display:flex;justify-content:center;gap:4px}.marketplace-carousel-dots span{width:5px;height:5px;border-radius:50%;background:#fff9;box-shadow:0 0 0 1px #09244626}.marketplace-carousel-dots span.active{background:var(--azul2)}.marketplace-product-body{display:flex;flex-direction:column;gap:6px;padding:10px;flex:1}.marketplace-product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em;font-size:13px;line-height:1.25}.marketplace-product-body .mini{font-size:11px;margin:0}.marketplace-product-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.marketplace-chip-row{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.marketplace-chip-row .pill{font-size:10px;padding:2px 7px;white-space:normal;text-align:center}.marketplace-category-chip{font-size:10px;font-weight:800;color:var(--azul);background:#eaf4fb;border-radius:99px;padding:2px 8px}.marketplace-category-chip.marca{color:#6a4fb8;background:#f1ecfb}.marketplace-rating{font-size:11px;font-weight:800;color:#c8860a}.marketplace-product-buy-section{display:flex;flex-direction:column;gap:6px;margin-top:auto;padding-top:6px}.marketplace-product-footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.marketplace-price{font-weight:850;font-size:14px;color:var(--azulOsc)}.marketplace-product-footer .pill{font-size:10px;padding:2px 7px}.marketplace-product-buy-row{display:flex;flex-direction:column;gap:6px}.marketplace-qty-stepper{display:flex;align-items:center;align-self:flex-start;border:1px solid var(--borde);border-radius:10px;overflow:hidden}.marketplace-qty-stepper button{border:0;background:#f3f8fb;width:26px;height:28px;font-size:14px;font-weight:800;cursor:pointer;color:var(--azulOsc)}.marketplace-qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.marketplace-qty-stepper input{width:32px;height:28px;border:0;border-left:1px solid var(--borde);border-right:1px solid var(--borde);text-align:center;padding:0;font-size:12px;-moz-appearance:textfield}.marketplace-product-buy-row .btn{width:100%;white-space:nowrap;font-size:12px;padding:8px 10px}.marketplace-provider-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.marketplace-full-row{grid-column:1/-1}.marketplace-product-actions{display:flex;align-items:center;gap:8px}.marketplace-stock-input{width:64px}.marketplace-cart-card{position:sticky;top:18px;align-self:start;max-height:calc(100vh - 36px);overflow:auto}.marketplace-cart-list{display:flex;flex-direction:column;gap:10px;margin:12px 0}.marketplace-cart-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--borde);border-radius:14px;background:#fbfdff}.marketplace-cart-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.marketplace-cart-item-info strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-cart-item-actions{display:flex;align-items:center;gap:6px}.marketplace-cart-item-actions input{width:48px;height:32px;text-align:center;padding:0}.marketplace-cart-remove{display:grid;place-items:center;border:0;background:#ffecec;color:var(--bad);width:26px;height:26px;border-radius:50%;cursor:pointer}.marketplace-cart-total{display:flex;align-items:center;justify-content:space-between;padding-top:12px;margin-top:4px;border-top:1px solid var(--borde);font-size:15px}.marketplace-cart-checkout-btn{width:100%;margin-top:12px}.marketplace-checkout-overlay{position:fixed;z-index:6100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#04182abf;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.marketplace-checkout-modal{position:relative;width:min(440px,100%);padding:26px;border:1px solid #d0e4f0;border-radius:22px;background:#fff;box-shadow:0 35px 100px #00000059}.marketplace-checkout-summary{display:flex;flex-direction:column;gap:6px;margin:12px 0;max-height:180px;overflow:auto}.marketplace-checkout-summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}.marketplace-checkout-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.marketplace-pedidos-list{display:flex;flex-direction:column;gap:10px}.marketplace-pedido-card{border:1px solid var(--borde);border-radius:16px;padding:14px 16px;background:#fff}.marketplace-pedido-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketplace-review-lines{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--borde)}.marketplace-review-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.marketplace-review-line>.mini:first-child{font-weight:800;color:#334155;min-width:140px}.marketplace-review-comment{font-style:italic;color:var(--muted)}.marketplace-review-comment-input{flex:1;min-width:160px}.marketplace-review-error{color:var(--bad)}.marketplace-stars{display:inline-flex;gap:2px;color:#d7dee6;font-size:16px;line-height:1}.marketplace-stars span{cursor:default}.marketplace-stars span[role=button]{cursor:pointer}.marketplace-stars span.filled{color:#f0a63a}.marketplace-pasarela-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin:10px 0 6px}.marketplace-pasarela-option{position:relative;padding:0;border:2px solid var(--borde);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer;transition:.15s ease}.marketplace-pasarela-option:hover{border-color:#9fd3ee;transform:translateY(-1px)}.marketplace-pasarela-option.selected{border-color:var(--ok);box-shadow:0 0 0 3px #1888662e}.marketplace-pasarela-logo{display:flex;align-items:center;justify-content:center;height:68px;font-weight:900;font-size:15px;letter-spacing:.01em;padding:0 12px;text-align:center;line-height:1.2}.marketplace-pasarela-check{position:absolute;top:6px;right:6px;padding:2px;color:var(--ok);background:#fff;border-radius:50%;box-shadow:0 2px 6px #00000026}.marketplace-checkout-modal.marketplace-pago-modal{width:min(600px,94vw)}.marketplace-checkout-modal.marketplace-wizard-modal{width:min(760px,94vw);max-height:90vh;overflow:auto}.marketplace-checkout-modal.marketplace-detalle-modal{width:min(640px,92vw);max-height:88vh;overflow:auto}.marketplace-wizard-step-label{color:var(--azul2);font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.marketplace-fotos-manager{display:flex;flex-direction:column;gap:8px}.marketplace-foto-row{display:flex;align-items:center;gap:10px}.marketplace-foto-row input{flex:1}.marketplace-foto-preview{flex:0 0 44px;width:44px;height:44px;border-radius:9px;overflow:hidden;display:grid;place-items:center;background:#eef4f8;font-size:16px}.marketplace-foto-preview img{width:100%;height:100%;object-fit:cover}.marketplace-provider-product-info{display:flex;align-items:center;gap:12px;min-width:0}.marketplace-provider-product-thumb{flex:0 0 56px;width:56px;height:56px;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4fb,#dcecf7);font-size:22px}.marketplace-provider-product-thumb img{width:100%;height:100%;object-fit:cover}.marketplace-pedido-row{width:100%;text-align:left;cursor:pointer;transition:.15s ease}.marketplace-pedido-row:hover{border-color:#9fd3ee;box-shadow:0 8px 20px #09244614}.marketplace-detalle-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.marketplace-detalle-header h3{margin:0}.marketplace-detalle-section{margin-bottom:18px}.marketplace-detalle-subtitle{display:block;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.marketplace-detalle-totales{margin-top:10px;padding-top:10px;border-top:1px solid var(--borde)}.marketplace-detalle-neto{font-weight:850;color:var(--azulOsc)}.marketplace-detalle-timeline{display:flex;flex-direction:column;gap:4px}.marketplace-detalle-timeline-row{display:flex;align-items:flex-start;gap:12px;padding:8px 0}.marketplace-detalle-timeline-dot{flex:0 0 10px;width:10px;height:10px;margin-top:5px;border-radius:50%;background:var(--azul2)}@media(max-width:900px){.marketplace-cart-card{position:static;max-height:none}}@media(max-width:600px){.marketplace-filters{flex-wrap:wrap}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.marketplace-checkout-modal.marketplace-wizard-modal,.marketplace-checkout-modal.marketplace-detalle-modal{padding:18px}}@keyframes saveGlow{0%,to{box-shadow:0 14px 30px #18886647,0 0 #20b26d73}50%{box-shadow:0 14px 34px #18886666,0 0 0 11px #20b26d00}}.save-action-card .save-meal-btn:hover,.save-action-card .save-meal-btn:focus-visible{animation-play-state:paused}.comprobante-card{position:relative;overflow:hidden;padding:40px 24px;text-align:center}.comprobante-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#dff5ea;z-index:0;pointer-events:none}.comprobante-content{position:relative;z-index:1;max-width:520px;margin:0 auto}.comprobante-check{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 14px;border-radius:50%;background:#e6f9ef;color:var(--ok)}.comprobante-content h2{margin:0 0 4px;color:var(--ok)}.comprobante-detalle{margin:22px 0;padding:16px 18px;border:1px solid var(--borde);border-radius:16px;background:#ffffffd9;text-align:left}.comprobante-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;font-size:13px;color:#334155}.comprobante-total{margin-top:6px;padding-top:12px;border-top:1px solid var(--borde);font-size:16px;color:var(--oscuro)}.comprobante-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0;text-align:left}.comprobante-meta>div{padding:11px 13px;border-radius:13px;background:#f6fafce6}.comprobante-meta .mini{display:block;margin-bottom:2px}.comprobante-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px}@media(max-width:600px){.comprobante-meta{grid-template-columns:1fr}.comprobante-actions{flex-direction:column;align-items:stretch}}@media print{body *{visibility:hidden!important}.comprobante-card,.comprobante-card *{visibility:visible!important}.comprobante-card{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:none;border:0;padding:20px}.comprobante-actions{display:none!important}}.btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.btn.primary:disabled{background:#cbd5e1;color:#64748b}.btn.light:disabled,.btn.ghost:disabled,.btn.danger:disabled{background:#eef2f5;color:#94a3b8;border-color:#e2e8f0}.marketplace-modal-title{display:flex;align-items:center;gap:10px}.marketplace-field-label{display:flex;align-items:center;gap:6px}.marketplace-spin{animation:marketplaceSpin .8s linear infinite}@keyframes marketplaceSpin{to{transform:rotate(360deg)}}.marketplace-checkout-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 6px;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#eaf4fb,#dcecf7);border:1px solid #cfe6f5}.marketplace-checkout-total span{font-size:13px;font-weight:800;color:#4a6378;text-transform:uppercase;letter-spacing:.03em}.marketplace-checkout-total strong{font-size:24px;color:var(--azulOsc)}.marketplace-procesando{display:flex;align-items:center;gap:10px}.notification-bell,.notification-bell-toggle{position:relative}.notification-badge{position:absolute;top:-6px;right:-6px;background:var(--bad);color:#fff;font-size:10px;font-weight:900;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;padding:0 4px;border:2px solid white}.notification-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:min(380px,90vw);max-height:440px;background:#fff;border:1px solid var(--borde);border-radius:18px;box-shadow:var(--shadow);z-index:40;display:flex;flex-direction:column;overflow:hidden}.notification-dropdown-head{padding:14px 16px;border-bottom:1px solid var(--borde);display:flex;align-items:center;justify-content:space-between;gap:10px}.notification-dropdown-resumen{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.notification-resumen-total{font-size:11px;font-weight:800;color:var(--muted);white-space:nowrap}.notification-resumen-dot{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:10px;font-weight:900;color:#fff}.notification-resumen-dot.ok{background:var(--ok)}.notification-resumen-dot.warn{background:var(--warn)}.notification-resumen-dot.bad{background:var(--bad)}.notification-dropdown-more{width:100%;padding:11px;border:0;border-top:1px solid var(--borde);background:var(--fondo);color:var(--azul2);font-weight:800;font-size:12.5px}.notification-dropdown-more:hover{background:var(--claro)}.notification-dropdown-empty{padding:16px}.notification-dropdown-list{overflow-y:auto}.notification-item{width:100%;display:flex;gap:10px;align-items:flex-start;text-align:left;padding:12px 16px;border:0;border-bottom:1px solid #eef2f5;background:#fff}.notification-item:hover{background:var(--fondo)}.notification-item:last-child{border-bottom:0}.notification-item-unread{background:#f3f9ff}.notification-item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.notification-item-body strong{color:var(--oscuro);font-size:13.5px}.notification-item-time{font-size:11px;color:var(--muted);margin-top:2px}.notificacion-icono{flex:0 0 auto;margin-top:2px}.notificacion-icono.ok{color:var(--ok)}.notificacion-icono.bad{color:var(--bad)}.notificacion-icono.warn{color:var(--warn)}.cc-producto-filtros{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.cc-producto-filtros .marketplace-search-box{min-width:140px}.cc-producto-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;max-height:340px;overflow-y:auto;padding:4px 4px 4px 0;border:1px solid var(--borde);border-radius:16px;background:var(--fondo)}.cc-producto-card{position:relative;display:flex;flex-direction:column;border:2px solid transparent;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer;text-align:left;padding:0;transition:.15s ease}.cc-producto-card:hover{border-color:#9fd3ee}.cc-producto-card.seleccionado{border-color:var(--azul2);box-shadow:0 6px 16px #3598d42e}.cc-producto-imagen{position:relative;height:84px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4fb,#dcecf7);overflow:hidden}.cc-producto-imagen img{width:100%;height:100%;object-fit:cover}.cc-producto-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--borde);display:grid;place-items:center;color:transparent;transition:.15s ease}.cc-producto-card.seleccionado .cc-producto-check{background:var(--azul2);border-color:var(--azul2);color:#fff}.cc-producto-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:2px}.cc-producto-nombre{font-size:12.5px;font-weight:800;color:var(--oscuro);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-producto-precio{font-size:12px;color:var(--azul2);font-weight:800}.cc-seleccionados-chips{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.cc-seleccionado-chip{display:inline-flex;align-items:center;gap:6px;background:var(--claro);color:var(--azulOsc);border-radius:99px;padding:5px 6px 5px 12px;font-size:12px;font-weight:700}.cc-seleccionado-chip button{border:0;background:#103c661f;color:var(--azulOsc);width:18px;height:18px;border-radius:50%;display:grid;place-items:center;cursor:pointer;padding:0}.cc-item-thumb{width:44px;height:44px;flex:0 0 44px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#eaf4fb,#dcecf7)}.cc-item-thumb img{width:100%;height:100%;object-fit:cover}.cc-item-precio-destacado{font-size:1.1em;font-weight:800;color:var(--azul2)}.cc-stepper{display:flex;flex-direction:column;border:1px solid var(--borde);border-radius:16px;overflow:hidden;background:#fff}.cc-step{border-bottom:1px solid var(--borde)}.cc-step:last-child{border-bottom:0}.cc-step-header{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:transparent;border:0;cursor:pointer;text-align:left}.cc-step.completada .cc-step-header{background:#f6fbf9}.cc-step.activa .cc-step-header{background:var(--claro)}.cc-step-icono{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;flex:0 0 26px;background:#eef2f5;color:var(--muted)}.cc-step.completada .cc-step-icono{background:var(--ok);color:#fff}.cc-step.activa .cc-step-icono{background:var(--azul2);color:#fff}.cc-step-numero{font-size:12px;font-weight:800}.cc-step-titulo{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cc-step-detalle{padding:0 14px 16px 52px}.cc-step-chevron{margin-left:auto;color:var(--muted);transition:transform .15s ease}.cc-step.expandido .cc-step-chevron{transform:rotate(180deg)}.cc-direccion-perfil{display:flex;align-items:center;gap:12px;background:var(--claro);border:1px solid #cbe7f8;border-radius:16px;padding:12px 14px;color:var(--azulOsc)}.cc-direccion-perfil-texto{display:flex;flex-direction:column;gap:2px;flex:1;min-width:200px}.cc-direccion-perfil .btn{flex:0 0 auto}@media(max-width:650px){.cc-direccion-perfil{flex-wrap:wrap}}.cc-mis-compras-item{flex-direction:column;align-items:stretch;text-decoration:none;color:inherit;gap:8px;border-left:4px solid transparent;transition:border-color .15s ease,box-shadow .15s ease}.cc-mis-compras-item:hover{box-shadow:0 6px 18px #09244614}.cc-mis-compras-item-pendiente{border-left-color:var(--warn)}.cc-mis-compras-header{display:flex;flex-direction:column;gap:6px}.cc-mis-compras-titulo{font-size:1.05em}.cc-mis-compras-pills{display:flex;gap:8px;flex-wrap:wrap}.cc-mis-compras-detalle{display:flex;align-items:center;gap:6px}.cc-dinero-lista{margin:8px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:6px;color:#334155;font-size:13.5px;line-height:1.5}.cc-dinero-lista li{padding-left:2px}.entre-lineas-timeline{display:flex;flex-direction:column}.entre-lineas-timeline-heading h3{margin:3px 0 0}.entre-lineas-timeline-heading p{margin:5px 0 0}.entre-lineas-aside{display:flex;flex-direction:column;gap:18px;align-self:start;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow:auto}.entre-lineas-anuncios{background:#fff9;border:1px dashed rgba(53,152,212,.35);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:10px}.entre-lineas-anuncios-titulo{font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.entre-lineas-anuncio-placeholder{height:100px;border-radius:14px;background:repeating-linear-gradient(135deg,#eef2f5,#eef2f5 10px,#e5ebf0 10px,#e5ebf0 20px)}.avatar.small{width:30px;height:30px;font-size:13px;flex:0 0 auto}.entre-lineas-comentarios{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #eef2f5}.entre-lineas-comentario{display:flex;gap:10px;align-items:flex-start}.entre-lineas-comentario-cabecera{display:flex;align-items:baseline;gap:8px}.entre-lineas-comentario p{margin:2px 0 0;font-size:13.5px;color:#334155;line-height:1.45}.entre-lineas-comentario-reacciones{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap}.entre-lineas-comentario-reaccion{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--muted);font-size:11.5px;font-weight:800;padding:3px 7px;border-radius:999px}.entre-lineas-comentario-reaccion:hover{background:var(--fondo)}.entre-lineas-comentario-reaccion.activa{background:var(--claro);color:var(--azul2)}.entre-lineas-comentario-eliminar{flex:0 0 auto;border:0;background:transparent;color:var(--muted);padding:4px;border-radius:8px}.entre-lineas-comentario-eliminar:hover{background:#ffecec;color:var(--bad)}.entre-lineas-comentario-form{display:flex;gap:8px;margin-top:12px}.entre-lineas-comentario-form input{border-radius:999px;padding:9px 15px}.entre-lineas-comentario-form .btn{border-radius:50%;width:38px;height:38px;padding:0;flex:0 0 auto}.contacto-publicacion-accion{white-space:nowrap}.contacto-publicacion-error{margin:8px 0 0;padding:8px 10px;font-size:12px}.post-autor-identidad{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.post-contacto-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid rgba(39,157,126,.25);border-radius:999px;background:#eaf9f4;color:#13775f;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}.post-contacto-badge svg{flex:0 0 auto}.contactos-panel{display:flex;flex-direction:column;gap:14px}.contactos-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.contactos-panel-heading h3{display:flex;align-items:center;gap:7px;margin:4px 0 0}.contactos-badge{position:static;min-width:24px;height:24px;display:inline-grid;place-items:center}.contactos-resumen{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contactos-resumen>div{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid var(--borde);border-radius:13px;background:#f7fbfe;color:var(--azulOsc)}.contactos-resumen>div.pendiente{border-color:#f0c76a;background:#fff9e9;color:#9a6100}.contactos-resumen>div>span{display:flex;min-width:0;flex-direction:column}.contactos-resumen strong{font-size:18px;line-height:1}.contactos-resumen small{margin-top:3px;color:var(--muted);font-size:10.5px;line-height:1.2}.contactos-solicitudes{display:flex;flex-direction:column;gap:9px;padding:12px;border:1px solid #f0c76a;background:#fff9e9;border-radius:14px}.contacto-solicitud,.contacto-item{display:flex;align-items:center;gap:10px;min-width:0}.contacto-solicitud-acciones{display:flex;gap:5px;margin-left:auto}.contacto-identidad{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;text-align:left}.contacto-identidad strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contacto-identidad .mini{display:flex;align-items:center;gap:4px}.contactos-lista{display:flex;flex-direction:column;gap:7px}.contacto-item{width:100%;border:1px solid var(--line);background:#fff;border-radius:13px;padding:9px 10px;cursor:pointer;color:inherit}.contacto-item:hover{border-color:#77bfe7;background:var(--claro)}.contactos-vacio{text-align:center;padding:14px 6px;color:var(--muted)}.contactos-vacio p{margin:6px 0 2px;color:var(--texto);font-weight:800}.chat-overlay{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:block;padding:0;background:transparent;pointer-events:none}.chat-modal{position:absolute;right:24px;bottom:24px;width:390px;height:min(560px,calc(100dvh - 48px));padding:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden;background:#fff;border:1px solid #c9deec;border-radius:20px;box-shadow:0 22px 65px #041e3747;pointer-events:auto}.chat-header{display:flex;align-items:center;gap:11px;padding:15px 17px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f7fcff,#eef8ff)}.chat-header>span:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1}.chat-close{margin-left:auto;width:38px;height:38px;padding:0;border-radius:50%}.chat-mensajes{overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px;background:#f7fbfe}.chat-vacio{margin:auto;text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:5px}.chat-vacio strong{color:var(--texto)}.chat-mensaje{display:flex;justify-content:flex-start}.chat-mensaje.propio{justify-content:flex-end}.chat-burbuja{max-width:min(78%,520px);padding:10px 12px 7px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid var(--line);box-shadow:0 3px 10px #0c37560d}.chat-mensaje.propio .chat-burbuja{background:var(--azul2);color:#fff;border-color:var(--azul2);border-radius:15px 15px 4px}.chat-burbuja p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-burbuja time{display:block;margin-top:5px;font-size:10px;text-align:right;opacity:.72}.chat-archivo{display:flex;align-items:center;gap:9px;min-width:240px;max-width:100%;border:0;border-radius:10px;padding:8px;background:#0a436712;color:inherit;text-align:left;cursor:pointer}.chat-mensaje.propio .chat-archivo{background:#ffffff26}.chat-archivo-info{display:flex;flex:1;min-width:0;flex-direction:column}.chat-archivo-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-archivo-info small{opacity:.76}.chat-archivo-miniatura{display:grid;grid-template-rows:1fr auto;place-items:center;flex:0 0 48px;width:48px;height:52px;overflow:hidden;border-radius:9px;background:#e8f5fc;color:var(--azulOsc);border:1px solid rgba(30,115,183,.15)}.chat-archivo-miniatura b{align-self:stretch;padding:2px 3px;background:var(--azul2);color:#fff;font-size:8px;line-height:1;text-align:center;letter-spacing:.04em}.chat-archivo-miniatura.tipo-pdf{background:#fff0f0;color:#b42323;border-color:#efb3b3}.chat-archivo-miniatura.tipo-pdf b{background:#bd3535}.chat-archivo-miniatura.tipo-xls,.chat-archivo-miniatura.tipo-xlsx,.chat-archivo-miniatura.tipo-csv{background:#e9fbf5;color:#087b56;border-color:#9cdec8}.chat-archivo-miniatura.tipo-xls b,.chat-archivo-miniatura.tipo-xlsx b,.chat-archivo-miniatura.tipo-csv b{background:#188866}.chat-archivo-miniatura.tipo-doc,.chat-archivo-miniatura.tipo-docx{background:#ebf4ff;color:#175ba5;border-color:#a9cbee}.chat-archivo-miniatura.cargando{display:grid;grid-template-rows:1fr;background:#eef5f9}.chat-archivo-imagen{flex:0 0 58px;width:58px;height:58px;border-radius:9px;object-fit:cover;border:1px solid rgba(255,255,255,.45)}.chat-error{margin:8px 14px 0}.chat-composer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:#fff}.chat-composer input{border-radius:999px}.chat-attach,.chat-send{width:42px;height:42px;padding:0;border-radius:50%}@media(max-width:700px){.contacto-publicacion-accion span{display:none}.contacto-publicacion-accion{width:36px;height:36px;padding:0;border-radius:50%}.chat-modal{right:6px;bottom:8px;width:calc(100vw - 12px);height:calc(100dvh - 16px);max-height:none;border-radius:18px}.chat-mensajes{padding:12px}.chat-burbuja{max-width:88%}.chat-archivo{min-width:0;width:100%}.contactos-resumen{grid-template-columns:1fr}}@media(min-width:701px)and (max-width:1100px){.chat-modal{right:18px;bottom:18px;width:min(540px,calc(100vw - 36px));height:min(720px,78dvh)}}@media(max-width:1050px){.entre-lineas-aside{position:static;max-height:none;overflow:visible}}.entre-lineas-header{background:radial-gradient(circle at 95% 15%,rgba(53,152,212,.14),transparent 32%),radial-gradient(circle at 4% 100%,rgba(84,191,160,.11),transparent 34%),linear-gradient(135deg,#fff 15%,#f7fcff 58%,#eef8fd);overflow:hidden;position:relative;padding:22px 24px}.entre-lineas-header:after{content:"";position:absolute;right:-55px;bottom:-75px;width:190px;height:190px;border:1px solid rgba(53,152,212,.1);border-radius:50%;box-shadow:0 0 0 25px #3598d409,0 0 0 52px #3598d406;pointer-events:none}.entre-lineas-header-top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,.82fr) minmax(470px,1.18fr);align-items:center;gap:30px}.entre-lineas-identidad{display:flex;align-items:center;gap:17px;min-width:0}.entre-lineas-badge{width:64px;height:64px;flex:0 0 auto;border-radius:21px;background:linear-gradient(145deg,var(--azul2),#62bde9 70%,#74cdb2);display:grid;place-items:center;color:#fff;box-shadow:0 14px 30px #1e73b745,inset 0 1px #ffffff59}.entre-lineas-header-texto{min-width:0}.entre-lineas-comunidad-label{display:block;margin-bottom:3px;color:#26826b;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.entre-lineas-titulo{margin:0;font-size:32px;font-weight:900;letter-spacing:-.01em;line-height:1.1;background:linear-gradient(120deg,var(--azulOsc),var(--azul2) 65%);-webkit-background-clip:text;background-clip:text;color:transparent}.entre-lineas-bajada{margin:6px 0 0;font-size:18px;font-weight:700;font-style:italic;color:var(--azul2)}.entre-lineas-rango-arte{position:relative;min-width:0;padding:11px 14px 8px;border:1px solid rgba(141,195,224,.5);border-radius:19px;background:#ffffffad;box-shadow:inset 0 1px #ffffffd9,0 12px 30px #1a5b8012}.entre-lineas-rango-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 3px}.entre-lineas-rango-head>span{display:flex;flex-direction:column}.entre-lineas-rango-head small{color:#348975;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.entre-lineas-rango-head strong{margin-top:2px;color:var(--azulOsc);font-size:12px}.entre-lineas-toggle{flex:0 0 auto;white-space:nowrap;padding:7px 10px;border-radius:11px;font-size:11px}.entre-lineas-header-chart{display:block;width:100%;height:105px;overflow:visible}.entre-lineas-chart-banda{fill:url(#entre-lineas-rango-fill);stroke:#48a98f30;stroke-width:1}.entre-lineas-chart-grid{stroke:#bfd8e8;stroke-width:1;stroke-dasharray:2 5;opacity:.5}.entre-lineas-chart-rango{stroke:#49a98f;stroke-width:1.5;opacity:.78}.entre-lineas-chart-rango.superior{stroke-dasharray:5 4}.entre-lineas-header-chart-linea{fill:none;stroke:url(#entre-lineas-curva-stroke);stroke-width:3.2;stroke-linecap:round;filter:drop-shadow(0 3px 4px rgba(30,115,183,.13))}.entre-lineas-chart-area{fill:#3598d414}.entre-lineas-chart-historia circle:first-child{fill:#fff;stroke:#3598d4;stroke-width:2.5;filter:url(#entre-lineas-punto-shadow)}.entre-lineas-chart-historia:nth-of-type(2n) circle:first-child{stroke:#54bfa0}.entre-lineas-chart-historia .pulso{fill:none;stroke:#3598d4;stroke-width:1.5;opacity:.22}.entre-lineas-chart-historia .simbolo{fill:none;stroke:#247da9;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.entre-lineas-chart-historia .simbolo.relleno{fill:#348fba;stroke:none}.entre-lineas-chart-historia.tipo-reaccion circle:first-child{stroke:#54bfa0}.entre-lineas-chart-historia.tipo-imagen circle:first-child{stroke:#6b9fd0}.entre-lineas-chart-manos circle{fill:#ffffffdb;stroke:#54bfa099;stroke-width:1;filter:url(#entre-lineas-punto-shadow)}.entre-lineas-chart-manos text{font-size:10px;text-anchor:middle;filter:saturate(.72);pointer-events:none}.entre-lineas-chart-label-y{fill:#348975;font-size:11px;font-weight:900;text-anchor:start}.entre-lineas-chart-unidad{fill:#7893a5;font-size:7px;font-weight:700;letter-spacing:.04em}.entre-lineas-chart-lectura rect{fill:#103c66;filter:drop-shadow(0 5px 7px rgba(16,60,102,.2))}.entre-lineas-chart-lectura text{fill:#fff;font-size:11px;font-weight:900}.entre-lineas-rango-leyenda{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:-3px;color:#61798d;font-size:9px;font-weight:700}.entre-lineas-rango-leyenda span{display:inline-flex;align-items:center;gap:5px}.entre-lineas-rango-leyenda i{display:inline-block;flex:0 0 auto}.entre-lineas-rango-leyenda .historia{width:7px;height:7px;border:2px solid var(--azul);border-radius:50%;background:#fff}.entre-lineas-rango-leyenda .rango{width:13px;height:5px;border-radius:3px;background:#dff5ee;border-top:1px solid #54bfa0;border-bottom:1px solid #54bfa0}.entre-lineas-explicacion-lista{position:relative;z-index:1;list-style:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.entre-lineas-explicacion-lista li{display:flex;gap:9px;align-items:flex-start;background:#ffffffbf;border:1px solid rgba(53,152,212,.2);border-radius:14px;padding:11px 13px;font-size:13.5px;line-height:1.45;color:#334155}.entre-lineas-explicacion-lista li svg{flex:0 0 auto;margin-top:2px;color:var(--azul2)}@media(max-width:1050px){.entre-lineas-header-top{grid-template-columns:1fr}.entre-lineas-rango-arte{width:100%}}@media(max-width:650px){.entre-lineas-header{padding:18px 15px}.entre-lineas-identidad{align-items:flex-start}.entre-lineas-badge{width:52px;height:52px;border-radius:17px}.entre-lineas-titulo{font-size:26px}.entre-lineas-bajada{font-size:15px}.entre-lineas-rango-arte{padding:10px 8px 7px}.entre-lineas-rango-head{align-items:flex-start}.entre-lineas-header-chart{height:92px}.entre-lineas-rango-leyenda{justify-content:flex-start;gap:10px;flex-wrap:wrap;padding:0 4px}}.entre-lineas-header{min-height:122px;padding:17px 24px;isolation:isolate;background:linear-gradient(110deg,#fff,#f8fcff 43%,#e9f6fc)}.entre-lineas-header:before{content:"";position:absolute;z-index:1;inset:0 0 auto;height:122px;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 28%,rgba(255,255,255,.38) 48%,transparent 70%);pointer-events:none}.entre-lineas-header-top{display:flex;align-items:center;justify-content:space-between;min-height:88px;gap:24px}.entre-lineas-identidad{position:relative;z-index:3;max-width:48%}.entre-lineas-rango-fondo{position:absolute;z-index:0;inset:0 0 auto;height:122px;overflow:hidden;pointer-events:none;opacity:1;-webkit-mask-image:none;mask-image:none}.entre-lineas-rango-fondo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 91% 36%,rgba(255,255,255,.34),transparent 19%),linear-gradient(180deg,rgba(255,255,255,.14),transparent 42%)}.entre-lineas-rango-fondo .entre-lineas-header-chart{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.entre-lineas-rango-fondo .entre-lineas-chart-banda{opacity:.74}.entre-lineas-rango-fondo .entre-lineas-chart-grid{opacity:.3}.entre-lineas-rango-fondo .entre-lineas-chart-rango{opacity:.54}.entre-lineas-rango-fondo .entre-lineas-header-chart-linea{stroke-width:4;opacity:.78}.entre-lineas-rango-fondo .entre-lineas-chart-area{opacity:.68}.entre-lineas-rango-fondo .entre-lineas-chart-historia{opacity:.82}.entre-lineas-rango-fondo .entre-lineas-chart-manos{opacity:.9}.entre-lineas-rango-fondo .entre-lineas-chart-lectura{opacity:.94}.entre-lineas-toggle{position:relative;z-index:4;margin:0 0 42px auto;background:#ffffffe8;border-color:#3598d43d;box-shadow:0 8px 24px #103c661f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:900px){.entre-lineas-identidad{max-width:62%}.entre-lineas-header:before{background:linear-gradient(90deg,#fffffffa,#ffffffe6 40%,#fff3 72%)}.entre-lineas-rango-fondo .entre-lineas-header-chart{width:128%;left:-15%}}@media(max-width:650px){.entre-lineas-header{min-height:148px;padding:17px 15px}.entre-lineas-header-top{align-items:flex-start;min-height:114px}.entre-lineas-identidad{max-width:84%}.entre-lineas-header:before{height:148px;background:linear-gradient(100deg,#fffffffa,#ffffffdb 55%,#ffffff2e)}.entre-lineas-rango-fondo{top:35px;height:112px;opacity:.72}.entre-lineas-rango-fondo .entre-lineas-header-chart{width:180%;left:-63%;height:112px}.entre-lineas-toggle{position:absolute;right:0;top:0;width:38px;height:38px;margin:0;padding:0;border-radius:12px;font-size:0}.entre-lineas-toggle svg{width:18px;height:18px}.entre-lineas-bajada{max-width:270px}}.entre-lineas-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin-top:12px}.entre-lineas-media{width:100%;max-height:320px;border-radius:14px;object-fit:cover;background:#eef2f5}.entre-lineas-media-placeholder{width:100%;height:160px;border-radius:14px;background:linear-gradient(135deg,#eaf4fb,#dcecf7)}.entre-lineas-link-preview{display:flex;gap:12px;text-decoration:none;color:inherit;align-items:center}.entre-lineas-link-preview img{width:88px;height:88px;object-fit:cover;border-radius:10px;flex:0 0 auto}.entre-lineas-link-preview strong{display:block;color:var(--oscuro)}.entre-lineas-link-preview-composer{background:var(--fondo);border:1px solid var(--borde);border-radius:16px;padding:10px 12px}.entre-lineas-link-preview-composer .btn{flex:0 0 auto}.entre-lineas-feed{padding:0;overflow:hidden;background:#ffffffd1;box-shadow:0 16px 45px #103c6617}.topbar-entre-lineas{min-height:38px;justify-content:flex-end;margin-bottom:9px}.topbar-entre-lineas .top-actions{align-items:center}.entre-lineas-header,.entre-lineas-feed,.entre-lineas-aside{font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif}.entre-lineas-titulo,.entre-lineas-timeline-heading h3,.entre-lineas-composer-heading strong,.contactos-panel-heading h3,.entre-lineas-eventos-card h3{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif;font-weight:760}.entre-lineas-composer{position:relative;padding:22px 24px 20px;background:linear-gradient(145deg,#fff,#f4faff);border-bottom:1px solid #dcebf4}.entre-lineas-composer-heading{display:flex;align-items:center;gap:11px;margin-bottom:16px}.entre-lineas-composer-heading>span:last-child{display:flex;flex-direction:column;gap:2px}.entre-lineas-composer-heading strong{color:var(--oscuro);font-size:15px}.entre-lineas-composer-heading small{color:var(--muted);font-size:12px}.entre-lineas-composer-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:13px;background:linear-gradient(145deg,#dff4ff,#e7fbf5);color:var(--azul2);box-shadow:inset 0 0 0 1px #3598d426}.entre-lineas-composer-field{position:relative;margin:0}.entre-lineas-composer-field label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.entre-lineas-composer-field textarea{min-height:112px;padding:16px 18px 30px;resize:none;border-color:#c6dfed;border-radius:18px;background:#fffffff5;font-size:15px;line-height:1.55;box-shadow:inset 0 1px 2px #09244606}.entre-lineas-composer-field textarea::placeholder{color:#879bad}.entre-lineas-composer-contador{position:absolute;right:13px;bottom:10px;color:#8a9baa;font-size:10px;font-weight:700}.entre-lineas-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}.entre-lineas-adjuntar{cursor:pointer;margin:0;padding:9px 12px;font-size:12px}.entre-lineas-composer-actions>.btn.primary{min-width:112px;padding:10px 16px}.entre-lineas-timeline-heading{align-items:center;margin:0;padding:23px 24px 17px;border-bottom:1px solid #e4eef5}.entre-lineas-timeline-heading h3{font-size:20px;letter-spacing:-.015em}.entre-lineas-timeline-heading p{max-width:590px}.entre-lineas-timeline-heading>svg{display:none}.entre-lineas-feed-conteo{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#edf7fc;color:#245b7d;font-size:11px;font-weight:800}.entre-lineas-timeline{gap:16px;margin:0;padding:18px 24px 4px}.entre-lineas-feed>.btn.full{width:calc(100% - 48px);margin:14px 24px 22px}.entre-lineas-feed-cargando{display:grid;gap:14px;padding:20px 24px}.entre-lineas-feed-cargando span{display:block;height:150px;border-radius:18px;background:linear-gradient(100deg,#edf3f7 20%,#f8fbfd,#edf3f7 56%);background-size:300% 100%;animation:entre-lineas-carga 1.35s ease infinite}@keyframes entre-lineas-carga{to{background-position:-150% 0}}.entre-lineas-feed-vacio{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;color:#668095}.entre-lineas-feed-vacio svg{margin-bottom:11px;color:#55a9d6}.entre-lineas-feed-vacio strong{color:var(--oscuro);font-size:16px}.entre-lineas-feed-vacio p{max-width:430px;margin:6px 0 0;font-size:13px;line-height:1.55}.timeline-post{position:relative;margin:0;padding:18px 19px 14px;border-color:#d7e6ef;border-radius:20px;box-shadow:0 5px 18px #103c660b;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.timeline-post:hover{border-color:#bfdae9;box-shadow:0 10px 28px #103c6613;transform:translateY(-1px)}.timeline-post .post-head{margin-bottom:15px}.timeline-post .avatar{width:44px;height:44px;flex:0 0 auto;border-radius:50%;box-shadow:0 5px 12px #1e73b729}.autor-avatar{overflow:hidden;border:2px solid #fff;background:linear-gradient(135deg,var(--azul),#88d4f5)}.autor-avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.autor-avatar>span{display:grid;place-items:center;width:100%;height:100%}.entre-lineas-comentario .autor-avatar{flex:0 0 auto;box-shadow:0 3px 9px #1e73b71f}.post-autor>strong,.post-autor-identidad strong{color:#12283d;font-size:13.5px}.post-autor>.mini{margin-top:2px;font-size:11px}.entre-lineas-post-contenido{margin:0;white-space:pre-line;overflow-wrap:anywhere;color:#2e4154!important;font-size:14.5px;line-height:1.65!important}.entre-lineas-post-eliminar{width:34px;height:34px;padding:0;color:#8293a2!important;border-color:transparent!important;background:transparent!important}.entre-lineas-post-eliminar:hover{color:var(--bad)!important;background:#fff0f0!important}.contacto-publicacion-accion{min-height:34px;border-radius:999px}.contacto-publicacion-accion.es-contacto{border:1px solid #b9ddf1;background:#eaf6fd;color:var(--azul2);box-shadow:none}.contacto-publicacion-accion.es-contacto svg,.contacto-publicacion-accion.es-contacto span{display:inline-flex;color:inherit;opacity:1;visibility:visible}@media(max-width:700px){.contacto-publicacion-accion.es-contacto span{display:none}}.post-contacto-badge{padding:4px 7px;background:#edf9f5}.entre-lineas-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow:hidden;border-radius:16px}.entre-lineas-media-grid:has(>:only-child){grid-template-columns:1fr}.entre-lineas-media{height:100%;max-height:420px;border-radius:0}.entre-lineas-media-grid:has(>:only-child) .entre-lineas-media{border-radius:16px}.entre-lineas-media-placeholder{border-radius:12px}.entre-lineas-link-preview.notice{overflow:hidden;padding:0;border:1px solid #dce9f1;border-left:1px solid #dce9f1;border-radius:15px;background:#f8fbfd}.entre-lineas-link-preview.notice img{width:112px;height:96px;border-radius:0}.entre-lineas-link-preview.notice>span{min-width:0;padding:11px 13px 11px 0}.entre-lineas-link-preview.notice strong{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.35}.entre-lineas-link-preview.notice p{display:-webkit-box;overflow:hidden;margin:3px 0!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.entre-lineas-post-actions{align-items:center;justify-content:space-between;margin:16px -4px 0;padding:11px 4px 0;border-top:1px solid #edf2f5}.entre-lineas-reacciones{display:flex;align-items:center;gap:3px;min-width:0;flex-wrap:wrap}.entre-lineas-reaccion,.entre-lineas-comentarios-toggle{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:999px;background:transparent;color:#64798c;padding:7px 8px;font-size:11px;font-weight:800;transition:background .15s ease,color .15s ease,transform .15s ease}.entre-lineas-reaccion:hover,.entre-lineas-comentarios-toggle:hover{background:#eff7fb;color:var(--azul2)}.entre-lineas-reaccion:focus-visible,.entre-lineas-comentarios-toggle:focus-visible,.contacto-item:focus-visible,.entre-lineas-post-eliminar:focus-visible{outline:3px solid rgba(53,152,212,.22);outline-offset:2px}.entre-lineas-reaccion:active{transform:scale(.96)}.entre-lineas-reaccion.activa{background:#e5f3fb;color:var(--azul2)}.entre-lineas-reaccion b{font-size:10px}.entre-lineas-comentarios-toggle{flex:0 0 auto}.entre-lineas-comentarios{gap:8px;margin:11px -5px 0;padding:13px 5px 2px}.entre-lineas-comentario{padding:9px 10px;border-radius:14px;background:#f6fafc}.entre-lineas-comentario-cabecera{flex-wrap:wrap;line-height:1.2}.entre-lineas-comentario-cabecera strong{color:#233a4e;font-size:12.5px}.entre-lineas-comentario-cabecera .mini{font-size:10px}.entre-lineas-comentario-form{align-items:center;margin-top:13px;padding-top:12px;border-top:1px solid #edf2f5}.entre-lineas-comentario-form input{height:40px;border-color:#d5e4ed;background:#f8fbfd;font-size:13px}.entre-lineas-comentario-form input:focus{background:#fff}.entre-lineas-aside{gap:16px;padding-right:3px;scrollbar-width:thin}.entre-lineas-aside>.card{border-radius:20px;box-shadow:0 10px 30px #103c6613}.contactos-panel{gap:12px;padding:18px}.contactos-panel-heading h3{font-size:18px}.contactos-panel-toggle{display:none;align-items:center;gap:5px;border:1px solid #cce2ef;border-radius:999px;background:#f5fbfe;color:var(--azulOsc);padding:8px 10px;font-size:11px;font-weight:800}.contactos-panel-contenido{display:flex;flex-direction:column;gap:12px}.contactos-resumen>div{padding:11px 10px;border-color:#dce9f1;background:#f8fbfd}.contactos-resumen>div:hover{border-color:#b9d8e9}.contacto-item{padding:10px;border-color:#dce8ef;transition:background .15s ease,border-color .15s ease,transform .15s ease}.contacto-item:hover{transform:translate(2px)}.contactos-busqueda{display:flex;align-items:center;gap:7px;margin:0;padding:0 10px;border:1px solid #d7e6ef;border-radius:12px;background:#f8fbfd;color:#71889a}.contactos-busqueda:focus-within{border-color:var(--azul);background:#fff;box-shadow:0 0 0 3px #3598d41a}.contactos-busqueda input{height:36px;padding:0;border:0;border-radius:0;background:transparent;font-size:12px;box-shadow:none!important}.contactos-busqueda input::-webkit-search-cancel-button{cursor:pointer}.entre-lineas-eventos-card{padding:18px}.entre-lineas-eventos-card h3{margin-bottom:0;font-size:18px}.entre-lineas-eventos-card>.btn{box-shadow:none}.entre-lineas-eventos-heading{display:flex;flex-direction:column;gap:13px}.entre-lineas-eventos-heading h3{display:flex;align-items:center;gap:7px;margin-top:4px}.entre-lineas-eventos-heading h3 small{display:grid;place-items:center;min-width:21px;height:21px;border-radius:999px;background:#eaf5fb;color:var(--azul2);font-size:10px}.entre-lineas-eventos-acciones{display:flex;gap:8px}.entre-lineas-evento-crear{width:100%;box-shadow:none!important}.entre-lineas-eventos-toggle{display:none}.entre-lineas-eventos-lista{margin-top:13px}.entre-lineas-anuncios{opacity:.7;padding:13px;border-radius:18px}.entre-lineas-anuncios-lista{display:flex;flex-direction:column;gap:10px}.entre-lineas-anuncio-placeholder{height:64px;background:linear-gradient(110deg,#edf3f6,#f6f9fb,#edf3f6)}@media(max-width:1250px){.entre-lineas-reaccion-label{display:none}.entre-lineas-reaccion{min-width:32px;justify-content:center}}@media(max-width:1050px){.entre-lineas-aside{display:grid;grid-template-columns:1fr 1fr;align-items:start}.entre-lineas-anuncios{grid-column:1/-1}.entre-lineas-feed{order:initial}}@media(min-width:701px)and (max-width:1050px){.entre-lineas-header{order:1}.entre-lineas-aside{display:contents}.contactos-panel{position:sticky;z-index:12;top:12px;order:2;grid-column:1/-1;padding:15px 18px;background:#fffffff5;box-shadow:0 10px 30px #103c6621!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contactos-panel.panel-movil-abierto{position:relative;top:auto}.entre-lineas-feed{order:3}.entre-lineas-eventos-card{order:4;grid-column:1/-1}.entre-lineas-anuncios{order:5;grid-column:1/-1}.contactos-panel-heading{align-items:center}.contactos-panel-toggle{display:inline-flex}.contactos-panel-contenido{display:none;padding-top:4px}.contactos-panel-contenido.abierto{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(280px,1.3fr);align-items:start}.contactos-panel-contenido.abierto .contactos-solicitudes,.contactos-panel-contenido.abierto .contactos-lista{grid-column:2}.contactos-panel-contenido.abierto .contactos-busqueda{grid-column:2;grid-row:1}.contactos-panel-contenido.abierto .contactos-resumen{grid-column:1;grid-row:1/span 2}}@media(max-width:700px){.topbar-entre-lineas{min-height:34px;margin-bottom:7px}.topbar-entre-lineas .pill{display:none}.entre-lineas-header{order:1}.entre-lineas-aside{display:contents}.contactos-panel{position:sticky;z-index:12;top:8px;order:2;grid-column:1/-1;padding:14px 15px;background:#fffffff5;box-shadow:0 10px 28px #103c6624!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contactos-panel.panel-movil-abierto{position:relative;top:auto}.entre-lineas-feed{order:3}.entre-lineas-eventos-card{order:4;grid-column:1/-1}.entre-lineas-anuncios{order:5}.contactos-panel-heading{align-items:center}.contactos-panel-heading h3{margin-top:2px;font-size:16px}.contactos-panel-toggle{display:inline-flex}.contactos-panel-contenido{display:none;padding-top:3px}.contactos-panel-contenido.abierto{display:flex}.entre-lineas-composer{padding:18px 15px}.entre-lineas-composer-heading small{display:none}.entre-lineas-composer-field textarea{min-height:104px;padding:14px 14px 28px;font-size:14px}.entre-lineas-composer-actions{align-items:stretch}.entre-lineas-adjuntar{font-size:0;width:42px;padding:0}.entre-lineas-adjuntar svg{width:18px;height:18px}.entre-lineas-composer-actions>.btn.primary{flex:1}.entre-lineas-timeline-heading{align-items:flex-start;padding:20px 16px 15px}.entre-lineas-feed-conteo{font-size:0;padding:8px}.entre-lineas-feed-conteo svg{width:16px;height:16px}.entre-lineas-timeline{gap:12px;padding:14px 10px 2px}.entre-lineas-feed>.btn.full{width:calc(100% - 20px);margin:12px 10px 18px}.timeline-post{padding:15px 13px 12px;border-radius:17px}.timeline-post:hover{transform:none}.timeline-post .post-head{align-items:flex-start}.timeline-post .avatar{width:40px;height:40px}.post-autor-identidad{gap:5px}.post-contacto-badge{font-size:9px}.entre-lineas-post-contenido{font-size:14px}.entre-lineas-post-actions{align-items:flex-start;gap:7px}.entre-lineas-reacciones{gap:1px}.entre-lineas-reaccion{padding:7px}.entre-lineas-comentarios-toggle{font-size:0;padding:7px}.entre-lineas-comentarios-toggle svg{width:17px;height:17px}.entre-lineas-comentarios-toggle:not(:empty){gap:3px}.entre-lineas-link-preview.notice img{width:88px;height:88px}.entre-lineas-eventos-card{padding:16px}.entre-lineas-anuncios{display:none}}.eventos-destacados{position:sticky;top:8px;z-index:30;display:grid;grid-template-columns:200px minmax(0,1fr);gap:12px;padding:10px 12px;background:#fffffffa;box-shadow:0 8px 24px #1249701f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eventos-destacados-head{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:2px 6px}.eventos-destacados-head>div{display:flex;flex-direction:column;gap:2px}.eventos-destacados-head strong{color:#0b4268;font-size:17px}.eventos-destacados-head small{color:#627b91;font-size:11px}.evento-destacado-card{position:relative;display:grid;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:116px;padding:9px 12px;border:1px solid #cfe4ef;border-radius:15px;background:linear-gradient(105deg,#f6fbfe,#eef9f6)}.evento-fotos-carrusel{position:relative;width:180px;height:104px;overflow:hidden;border-radius:13px;background:#e7f3f8}.evento-fotos-carrusel>img,.evento-fotos-carrusel>.evento-foto-cargando{display:block;width:100%;height:100%;object-fit:cover;border:3px solid #fff;border-radius:13px;box-shadow:0 3px 10px #11486c24}.evento-fotos-carrusel>button{position:absolute;top:50%;display:grid;place-items:center;width:28px;height:34px;padding:0;border:0;border-radius:9px;color:#fff;background:#08395bb8;cursor:pointer;transform:translateY(-50%)}.evento-fotos-carrusel>button:hover{background:#0d699d}.evento-foto-anterior{left:7px}.evento-foto-siguiente{right:7px}.evento-foto-anterior svg{transform:rotate(90deg)}.evento-foto-siguiente svg{transform:rotate(90deg)}.evento-foto-contador{position:absolute;top:7px;right:7px;padding:3px 7px;border-radius:999px;color:#fff;background:#08395bb8;font-size:10px;font-weight:800}.evento-foto-puntos{position:absolute;bottom:7px;left:50%;display:flex;gap:4px;transform:translate(-50%)}.evento-foto-puntos i{display:block;width:6px;height:6px;border-radius:50%;background:#ffffffa6;box-shadow:0 1px 3px #0000002e}.evento-foto-puntos i.activo{width:15px;border-radius:5px;background:#fff}.evento-destacado-contenido{min-width:0}.evento-destacado-contenido h3{margin:2px 0 3px;color:#0b4268;font-size:18px}.evento-destacado-contenido p{display:-webkit-box;overflow:hidden;margin:0 0 5px;color:#415f78;font-size:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.evento-destacado-meta,.evento-destacado-datos{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#617b90;font-size:11px}.evento-destacado-meta{justify-content:space-between;color:#087b72;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.evento-destacado-datos span{display:inline-flex;align-items:center;gap:4px}.evento-destacado-valor{padding:4px 8px;border-radius:999px;background:#fff3d7;color:#9a6000!important;font-weight:700}.evento-publicado-por{display:flex;align-items:center;gap:5px;margin-top:5px;color:#49677c;font-size:11px}.evento-publicado-por strong{color:#164b6c}.evento-autor-propio{padding:2px 6px;border:1px solid #8fd7c3;border-radius:999px;color:#087b68;background:#ecfaf6;font-size:9px;font-weight:800}.evento-reacciones{display:flex;align-items:center;gap:3px;margin-top:6px;padding-top:6px;border-top:1px solid #dbe9ef}.evento-reaccion{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:0;border-radius:8px;color:#547287;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.evento-reaccion:hover{color:#126d9f;background:#e7f5fb}.evento-reaccion.activa{color:#0d729f;background:#dff3fb}.evento-reaccion b{font-size:10px}.evento-destacado-nav{display:grid;gap:5px}.evento-destacado-nav button{display:grid;width:34px;height:30px;place-items:center;border:1px solid #c6deea;border-radius:9px;background:#fff;color:#176a9e;cursor:pointer}.evento-destacado-vacio{display:flex;align-items:center;justify-content:center;gap:8px;min-height:74px;border:1px dashed #cbdfe9;border-radius:14px;color:#617b90}.evento-fotos-seleccionadas{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px}.evento-fotos-seleccionadas span{display:inline-flex;align-items:center;gap:5px;max-width:210px;padding:6px 9px;border-radius:9px;background:#edf7fc;color:#315d78;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.evento-modal-overlay{padding:24px}.evento-modal{width:min(720px,calc(100vw - 40px));max-width:none!important;max-height:min(90dvh,860px);padding:0;overflow:hidden;border:1px solid #b9ddef;border-radius:24px;box-shadow:0 28px 80px #082c4842}.evento-modal .workflow-close{top:18px;right:18px;z-index:3;border-color:#c9e2ef;background:#f5fbfe;color:#174f71}.evento-modal-header{display:flex;align-items:center;gap:16px;padding:25px 68px 20px 28px;border-bottom:1px solid #d8eaf3;background:radial-gradient(circle at 88% 0%,rgba(77,194,190,.16),transparent 34%),linear-gradient(135deg,#fff,#f2faff)}.evento-modal-icono{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:16px;color:#fff;background:linear-gradient(145deg,#167bb9,#39b7cf);box-shadow:0 10px 24px #1c8bbb33}.evento-modal-header h3{margin:3px 0 2px;color:#0c4161;font-size:25px;line-height:1.15}.evento-modal-header p{margin:0;color:#58758a;font-size:14px}.evento-formulario{max-height:calc(min(90dvh,860px) - 98px);overflow-y:auto;overscroll-behavior:contain;padding:24px 28px 30px;gap:18px 16px;scrollbar-width:thin;scrollbar-color:#76b8d5 transparent}.evento-formulario::-webkit-scrollbar{width:10px}.evento-formulario::-webkit-scrollbar-track{background:transparent;margin:10px 0}.evento-formulario::-webkit-scrollbar-thumb{min-height:54px;border:3px solid transparent;border-radius:999px;background:#76b8d5;background-clip:padding-box}.evento-formulario::-webkit-scrollbar-thumb:hover{background:#318fc0;background-clip:padding-box}.evento-formulario .field{gap:7px}.evento-formulario .field>label{color:#214a65;font-size:13px;font-weight:750;letter-spacing:.01em}.evento-formulario input,.evento-formulario select,.evento-formulario textarea{border-color:#c4ddeb;background:#fbfdff;box-shadow:0 1px #083d5e05}.evento-formulario input:focus,.evento-formulario select:focus,.evento-formulario textarea:focus{border-color:#258fc5;box-shadow:0 0 0 3px #258fc521}.evento-opcional{margin-left:5px;color:#68879a;font-size:11px;font-weight:650}.evento-foto-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.evento-upload{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:86px;padding:15px;border:1.5px dashed #8fc8e2;border-radius:16px;background:linear-gradient(135deg,#f7fcff,#eef9fc);cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.evento-upload:hover{transform:translateY(-1px);border-color:#258fc5;box-shadow:0 9px 24px #1f80b01a}.evento-upload:focus-within{outline:3px solid rgba(37,143,197,.16);outline-offset:2px}.evento-upload-icono{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#197eaf;background:#dff3fb}.evento-upload-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.evento-upload-copy strong{color:#123f5d;font-size:14px}.evento-upload-copy small{color:#668296;font-size:12px;font-weight:500;line-height:1.4}.evento-upload-accion{padding:9px 13px;border:1px solid #9dcfe5;border-radius:11px;color:#116d9e;background:#fff;font-size:12px;font-weight:800;white-space:nowrap}.evento-fotos-seleccionadas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:2px}.evento-fotos-seleccionadas .evento-foto-preview{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:7px 34px 7px 7px;border:1px solid #cce3ee;border-radius:13px;background:#fff}.evento-foto-preview img{width:58px;height:48px;border-radius:9px;object-fit:cover}.evento-fotos-seleccionadas .evento-foto-preview>span{display:block;min-width:0;padding:0;background:none;color:#355b70;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evento-foto-preview button{position:absolute;top:7px;right:7px;display:grid;place-items:center;width:23px;height:23px;padding:0;border:0;border-radius:8px;color:#a13a3a;background:#fff0f0;cursor:pointer}.evento-demo-aviso{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #94d9c5;border-radius:14px;color:#14644f;background:#effbf7}.evento-demo-aviso div{display:flex;flex-direction:column;gap:2px}.evento-demo-aviso span{font-size:12px;line-height:1.4}.evento-form-submit{position:sticky;bottom:-30px;z-index:2;margin:4px -28px -30px;padding:15px 28px 22px;border-top:1px solid #dcebf2;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:700px){.evento-modal-overlay{padding:0;align-items:stretch}.evento-modal{width:100%;max-height:100dvh;border:0;border-radius:0}.evento-modal-header{padding:20px 58px 17px 18px}.evento-modal-icono{width:44px;height:44px;flex-basis:44px;border-radius:13px}.evento-modal-header h3{font-size:22px}.evento-modal-header p{font-size:12px}.evento-formulario{grid-template-columns:1fr;max-height:calc(100dvh - 88px);padding:20px 18px 26px;gap:16px}.evento-formulario>.field{grid-column:1!important}.evento-upload{grid-template-columns:42px minmax(0,1fr);padding:13px}.evento-upload-icono{width:42px;height:42px}.evento-upload-accion{grid-column:1/-1;text-align:center}.evento-fotos-seleccionadas{grid-template-columns:1fr}.evento-form-submit{bottom:-26px;margin:2px -18px -26px;padding:13px 18px 18px}}.entre-lineas-help-dock{position:relative;z-index:1;grid-column:1/-1}.entre-lineas-help-dock:not(.open){display:flex;width:max-content;max-width:max-content;min-height:0!important;margin:0!important;padding:0!important;justify-self:end;align-self:start;border:0!important;background:transparent!important}.entre-lineas-help-dock:not(.open) .entre-lineas-toggle{height:42px;margin:0;padding:0 13px}.entre-lineas-help-dock.open{padding:12px 14px;border:1px solid #c8dfe9;border-radius:15px;background:#fff}.entre-lineas-help-dock.open .entre-lineas-toggle{margin:0 0 8px auto}@media(max-width:900px){.eventos-destacados{top:6px;grid-template-columns:1fr;padding:10px;gap:8px}.eventos-destacados-head{flex-direction:row;align-items:center;justify-content:space-between}.eventos-destacados-head small{display:none}.evento-destacado-card{min-height:116px}.evento-destacado-contenido p{display:none}}@media(max-width:700px){.evento-reaccion span{display:none}.evento-reaccion{padding:6px}.evento-fotos-carrusel{width:128px;height:100px}.evento-destacado-card{grid-template-columns:128px minmax(0,1fr) auto}}@media(max-width:600px){.eventos-destacados{order:2}.entre-lineas-feed{order:4!important}.evento-destacado-card{grid-template-columns:minmax(0,1fr) auto}.evento-fotos-carrusel{display:none}.evento-destacado-datos span:nth-child(2){display:none}.evento-destacado-contenido h3{font-size:15px}}.malli-shell{z-index:20000!important}.malli-panel{z-index:3}.malli-target{z-index:1190!important}.malli-drag-hint{padding:8px 10px;border-radius:10px;background:#edf8fc;color:#31657e;font-size:.8rem}.malli-tour{bottom:242px}.malli-hide{bottom:286px}@media(prefers-reduced-motion:reduce){.timeline-post,.contacto-item,.entre-lineas-reaccion{transition:none}.entre-lineas-feed-cargando span{animation:none}}@media(max-width:1050px){.entre-lineas-anuncios{display:block;order:3;grid-column:1/-1;padding:10px 12px;opacity:.82;border-style:solid;background:#ffffffb8;overflow:hidden}.entre-lineas-anuncios-titulo{display:block;margin:0 0 7px;font-size:9px}.entre-lineas-anuncios-lista{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,36%);gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;padding-bottom:2px}.entre-lineas-anuncio-placeholder{height:66px;scroll-snap-align:start;border:1px solid #e3edf3;background:linear-gradient(110deg,#edf3f6,#fafcfd 48%,#eaf2f6)}.entre-lineas-eventos-card{order:4}.entre-lineas-feed{order:5}.entre-lineas-eventos-heading{flex-direction:row;align-items:center;justify-content:space-between;gap:14px}.entre-lineas-eventos-heading .home-kicker{display:none}.entre-lineas-eventos-heading h3{margin:0}.entre-lineas-eventos-acciones{align-items:center;margin-left:auto}.entre-lineas-eventos-toggle{display:inline-flex;white-space:nowrap}.entre-lineas-evento-crear{width:auto;white-space:nowrap;padding:9px 12px;font-size:12px}.entre-lineas-eventos-lista{display:none;margin-top:12px;padding-top:12px;border-top:1px solid #e5eef4}.entre-lineas-eventos-lista.abierta{display:flex}}@media(max-width:700px){.entre-lineas-anuncios{display:block!important;margin:0;padding:9px 10px;border-radius:15px}.entre-lineas-anuncios-lista{grid-auto-columns:minmax(220px,82%)}.entre-lineas-anuncio-placeholder{height:58px}.entre-lineas-eventos-card{padding:13px 14px}.entre-lineas-eventos-heading h3{font-size:16px}.entre-lineas-eventos-toggle{width:36px;height:36px;padding:0;font-size:0;border-radius:50%}.entre-lineas-evento-crear{height:36px;padding:0 11px}}.therapy-page{font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif;scroll-behavior:smooth}.therapy-header{padding:23px 27px;background:radial-gradient(circle at 94% 12%,rgba(53,152,212,.17),transparent 34%),linear-gradient(135deg,#fff,#f5fbff);box-shadow:0 14px 38px #09244616}.therapy-header h2,.therapy-title-row h3,.therapy-history-section h3{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif;font-weight:760;letter-spacing:-.018em}.therapy-header h2{font-size:32px}.therapy-header .flow-step-pill{display:inline-flex;align-items:center;gap:6px}.therapy-header>div:first-child{max-width:720px}.therapy-section-nav{position:sticky;z-index:18;top:10px;display:flex;align-items:center;gap:6px;width:max-content;max-width:100%;padding:6px;border:1px solid #d6e7f1;border-radius:16px;background:#ffffffeb;box-shadow:0 8px 24px #103c6617;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.therapy-section-nav a{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:11px;color:#506b80;font-size:11px;font-weight:800;white-space:nowrap}.therapy-section-nav a:hover,.therapy-section-nav a:focus-visible{background:#eaf6fd;color:var(--azul2);outline:none}.therapy-summary{padding:24px;border-color:#c9dfec;box-shadow:0 14px 40px #103c6614}.therapy-summary>.therapy-title-row{display:grid;grid-template-columns:minmax(230px,1fr) minmax(560px,auto);align-items:center;padding-bottom:18px;border-bottom:1px solid #e1edf4}.therapy-summary>.therapy-title-row h3{font-size:22px}.therapy-metrics{display:grid;grid-template-columns:minmax(164px,1.2fr) minmax(130px,1fr) minmax(130px,1fr) auto;align-items:stretch;justify-content:end}.therapy-metrics span{display:flex;flex-direction:column;justify-content:center;min-width:132px;padding:12px 14px}.therapy-metrics .therapy-hba1{min-width:164px;border-color:#83cbb5;background:linear-gradient(145deg,#eafaf5,#f7fdfb);box-shadow:0 7px 18px #18886614}.therapy-hba1 small{color:#337764}.therapy-hba1 b{color:#087859!important;font-size:25px!important;line-height:1.05}.therapy-hba1 em{margin-top:4px;color:#658477;font-size:10px;font-style:normal;font-weight:700}.therapy-print-button{align-self:stretch;min-width:105px}#therapy-blocks,#therapy-current,#therapy-history{scroll-margin-top:78px}.hemoglobin-section{margin-top:16px;padding:0;border:1px solid #b9dfd2;border-radius:16px;background:linear-gradient(145deg,#f3fcf9,#fbfefd);overflow:hidden}.hemoglobin-section summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;cursor:pointer;list-style:none}.hemoglobin-section summary::-webkit-details-marker{display:none}.hemoglobin-section summary>div{display:flex;align-items:center;gap:10px}.hemoglobin-section summary>div>span:last-child{display:flex;flex-direction:column;gap:2px}.hemoglobin-section summary small{color:#4b7b6d;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.hemoglobin-section summary strong{color:#155d4b;font-size:13px}.hemoglobin-section[open] summary{border-bottom:1px solid #cfe7df}.hemoglobin-summary-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#dff5ed;color:#087859}.hemoglobin-history-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;margin:12px 14px 14px}.hemoglobin-history-row{display:grid;grid-template-columns:auto auto;align-items:center}.hemoglobin-history-row .mini{grid-column:1/-1}.hemoglobin-section>p{margin:0;padding:14px}.therapy-guidance-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.therapy-guidance-grid>.sensitivity-guidance,.therapy-guidance-grid>.therapy-hypoglycemia{height:100%;margin:0}.therapy-guidance-grid>.therapy-hypoglycemia{border:1px solid #e8c66e;border-left:5px solid #e5a719}.therapy-editor{gap:16px}.therapy-editor-intro{padding:24px}.therapy-editor-intro>.therapy-title-row{padding-bottom:16px;border-bottom:1px solid #e2edf4}.therapy-editor-section-heading{display:flex;align-items:center;gap:11px;margin:19px 0 14px}.therapy-editor-section-heading>span,.therapy-section-number{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:10px;background:linear-gradient(145deg,var(--azul2),var(--azul));color:#fff;font-size:12px;font-weight:900;box-shadow:0 5px 12px #1e73b72e}.therapy-editor-section-heading>div{display:flex;flex-direction:column;gap:2px}.therapy-editor-section-heading strong{color:var(--oscuro);font-size:14px}.therapy-editor-section-heading small{color:var(--muted);font-size:11px}.therapy-single-setting{grid-template-columns:minmax(260px,50%)}.hemoglobin-form{position:relative;margin-top:19px;padding:17px 18px;border-color:#a9d9ca;background:linear-gradient(145deg,#f0fbf7,#fbfefd)}.hemoglobin-form-heading{display:flex;align-items:center;gap:10px}.hemoglobin-form-heading>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#dff6ee;color:#087859}.hemoglobin-form-heading>div{display:flex;flex-direction:column;gap:2px}.hemoglobin-form-heading strong{color:#115b49}.hemoglobin-form-heading small{color:#568174;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.hemoglobin-form>p{margin:8px 0 13px}.therapy-blocks-editor>.therapy-title-row>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px}.therapy-blocks-editor>.therapy-title-row .therapy-section-number{grid-row:1/span 2}.therapy-blocks-editor>.therapy-title-row h3{margin:0}.therapy-blocks-editor>.therapy-title-row p{margin-top:4px}.therapy-section-title{display:flex;align-items:flex-start;gap:10px}.therapy-section-title h3{margin:0 0 4px}.therapy-history-section>.therapy-title-row{align-items:center}.therapy-history-section>.therapy-title-row h3{display:flex;align-items:center;gap:8px;margin-top:0}.therapy-history details[open]{border-color:#bcd9e9;box-shadow:0 7px 20px #103c660e}.therapy-history summary:hover{background:#f6fbfe}.therapy-loading{display:grid;gap:14px}.therapy-loading span{height:150px;border:1px solid #e0ebf2;border-radius:22px;background:linear-gradient(100deg,#edf3f7 20%,#fbfdfe 40%,#edf3f7 58%);background-size:300% 100%;animation:entre-lineas-carga 1.35s ease infinite}@media(max-width:1150px){.therapy-summary>.therapy-title-row{grid-template-columns:1fr;align-items:start}.therapy-metrics{width:100%;grid-template-columns:repeat(3,1fr)}.therapy-print-button{grid-column:1/-1}.therapy-guidance-grid{grid-template-columns:1fr}.hemoglobin-form-inputs{grid-template-columns:1fr 1fr}.hemoglobin-form-inputs label:last-child{grid-column:1/-1}}@media(max-width:700px){.therapy-header{padding:18px 17px;border-radius:21px}.therapy-header h2{font-size:27px}.therapy-header p{font-size:13px;line-height:1.5}.therapy-section-nav{top:6px;width:100%;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.therapy-section-nav::-webkit-scrollbar{display:none}.therapy-section-nav a{flex:0 0 auto}.therapy-summary{padding:17px 14px}.therapy-summary>.therapy-title-row{padding-bottom:14px}.therapy-metrics{grid-template-columns:1fr 1fr}.therapy-metrics .therapy-hba1{grid-column:1/-1}.therapy-metrics span{min-width:0}.therapy-sensitivity b{font-size:24px!important}.hemoglobin-section{padding:15px 12px}.hemoglobin-section .home-section-heading{align-items:flex-start}.hemoglobin-history-list{grid-template-columns:1fr}.therapy-editor-intro{padding:18px 15px}.therapy-single-setting{grid-template-columns:1fr}.hemoglobin-form{padding:15px 13px}.hemoglobin-form-inputs{grid-template-columns:1fr}.hemoglobin-form-inputs label:last-child{grid-column:auto}.therapy-blocks-editor{padding:18px 12px}.therapy-history-section{padding:18px 13px}.therapy-history-section>.therapy-title-row{align-items:flex-start}.therapy-loading span{height:120px}}@media(prefers-reduced-motion:reduce){.therapy-loading span{animation:none}.therapy-page{scroll-behavior:auto}}.scheme-period{grid-template-columns:repeat(3,1fr)}.therapy-print-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.therapy-print-version{display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding:11px 14px;border:1px solid #cddfea;border-radius:13px;background:#f6fafc;text-align:right}.therapy-print-version.vigente{border-color:#9dd7c5;background:#ecf9f5}.therapy-print-version small{color:#587184;font-size:10px;font-weight:800}.therapy-print-version strong{color:var(--azulOsc)}.therapy-print-clinical-summary{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.15fr;gap:9px;margin-top:15px}.therapy-print-clinical-summary>div{display:flex;min-width:0;flex-direction:column;padding:12px 13px;border:1px solid #d4e5ef;border-radius:13px;background:#f8fbfd}.therapy-print-clinical-summary>div.hba1{border-color:#8fd0bb;background:#eaf9f4}.therapy-print-clinical-summary small{color:#5c7487;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}.therapy-print-clinical-summary strong{margin:4px 0 2px;color:#123e62;font-size:17px}.therapy-print-clinical-summary .hba1 strong{color:#087859;font-size:23px}.therapy-print-clinical-summary span{color:#6b7f8e;font-size:10px}.therapy-print-description{margin-top:10px;padding:10px 13px;border-left:4px solid #4b9dcc;border-radius:8px;background:#f4f9fc}.therapy-print-description small{color:#527084;font-size:9px;font-weight:850;text-transform:uppercase}.therapy-print-description p{margin:3px 0 0;color:#31495d;font-size:12px;line-height:1.45}.therapy-print-guidance{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.therapy-print-guidance>.sensitivity-guidance,.therapy-print-guidance>.therapy-hypoglycemia{height:100%;margin:0}@media(max-width:760px){.therapy-print-header{grid-template-columns:auto 1fr}.therapy-print-version{grid-column:1/-1;align-items:flex-start;text-align:left}.therapy-print-clinical-summary{grid-template-columns:1fr 1fr}.therapy-print-guidance{grid-template-columns:1fr}}@media print{.therapy-print-sheet{font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif!important}.therapy-print-header{display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;gap:11px!important;padding:0 0 9px!important;border-bottom:2px solid #2b7fb6!important}.therapy-print-header img{width:52px!important;height:52px!important}.therapy-print-header>div:nth-child(2) span{font-size:8pt!important;font-weight:600!important}.therapy-print-header>div:nth-child(2) h2{margin:2px 0!important;font-size:17pt!important;font-weight:650!important}.therapy-print-header>div:nth-child(2) p{font-size:9pt!important}.therapy-print-version{padding:7px 9px;border-radius:7px}.therapy-print-version small{font-size:7pt}.therapy-print-version strong{font-size:9pt;font-weight:650}.therapy-print-clinical-summary{grid-template-columns:1.15fr 1fr 1fr 1.15fr;gap:5px;margin-top:8px;break-inside:avoid}.therapy-print-clinical-summary>div{padding:6px 7px;border-radius:7px}.therapy-print-clinical-summary small{font-size:6.8pt;font-weight:550}.therapy-print-clinical-summary strong{margin:2px 0 1px;font-size:10pt;font-weight:650}.therapy-print-clinical-summary .hba1 strong{font-size:14pt;font-weight:650}.therapy-print-clinical-summary span{font-size:7pt}.therapy-print-description{margin-top:6px;padding:6px 8px;border-left-width:3px;break-inside:avoid}.therapy-print-description small{font-size:6.8pt;font-weight:600}.therapy-print-description p{margin-top:2px;font-size:8pt;line-height:1.3}.therapy-print-sheet .scheme-details{margin-top:7px!important}.therapy-print-sheet .scheme-period{grid-template-columns:repeat(3,1fr)!important;gap:5px!important}.therapy-print-guidance{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px;break-inside:avoid}.therapy-print-guidance>.sensitivity-guidance,.therapy-print-guidance>.therapy-hypoglycemia{height:auto;margin:0!important}.therapy-print-guidance .illustration-gallery{display:none}}.nav-item-disabled{cursor:not-allowed;pointer-events:auto;position:relative;overflow:visible}.nav-item-disabled:hover{background:transparent!important;color:#d9ecfb!important}.cc-gate-content{display:flex;align-items:center;gap:9px;opacity:.4;min-width:0;flex:1}.cc-gate-lock{flex:0 0 auto;opacity:.6}.cc-gate-tooltip-fixed{position:fixed;z-index:200;width:290px;max-width:calc(100vw - 40px);background:#fff;color:var(--texto);border-radius:16px;box-shadow:var(--shadow);padding:16px 18px;font-size:14px;line-height:1.55;font-weight:500;pointer-events:none}.cc-gate-tooltip-titulo{display:flex;align-items:center;gap:6px;color:var(--warn);font-weight:900;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.calculator-flow{font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif;gap:20px}.calculator-flow h2,.calculator-flow h3{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif}.calculator-flow .flow-header{align-items:center;padding:25px 28px;border-color:#c9dfec;background:radial-gradient(circle at 94% 12%,rgba(53,152,212,.19),transparent 34%),linear-gradient(135deg,#fff,#f4faff);box-shadow:0 14px 38px #09244614}.calculator-flow .flow-header-copy{width:min(780px,72%)}.calculator-flow .flow-header h2{margin:8px 0 5px;font-size:clamp(29px,3vw,39px);font-weight:760;letter-spacing:-.035em}.calculator-flow .flow-step-pill{padding:6px 10px;border:1px solid #bfe0f1;border-radius:999px;background:#eaf6fd;color:#116a9e;font-size:10px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.calculator-stepper{display:flex;align-items:center;gap:10px;max-width:570px;margin-top:20px}.calculator-stepper>i{height:2px;flex:1;min-width:24px;background:#d8e7ef}.calculator-step{display:flex;align-items:center;gap:9px;color:#8192a1}.calculator-step>span{display:grid;place-items:center;width:29px;height:29px;flex:0 0 auto;border:1px solid #cfdee7;border-radius:50%;background:#f7fafc;color:#738898;font-size:11px;font-weight:900}.calculator-step>div{display:flex;flex-direction:column;gap:1px}.calculator-step strong{font-size:11px;line-height:1.25}.calculator-step small{font-size:9px;line-height:1.2}.calculator-step.active{color:#153b5b}.calculator-step.active>span{border-color:#3998d4;background:#2789c5;color:#fff;box-shadow:0 4px 12px #2789c538}.calculator-step.done>span{border-color:#55bea0;background:#e7f8f2;color:#087859;box-shadow:none}.calculator-flow .flow-help{max-width:285px;padding:13px 15px;border:1px solid #cfe5f1;border-radius:15px;background:#ffffffc7;box-shadow:0 7px 20px #103c660e;font-size:12px;line-height:1.4}.calculator-flow .flow-help-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border-radius:9px;background:#e9f6fd}.calculator-flow .step-search-card,.calculator-flow .step-selected-card,.calculator-flow .result-summary-card,.calculator-flow .balance-card{border-color:#cfe2ed;box-shadow:0 12px 34px #103c6611}.calculator-flow .panel-heading h3{font-weight:750;letter-spacing:-.018em}.calculator-flow .search-input-wrap input{min-height:50px;padding-left:43px;border-color:#bfdbe9;background:#fbfdfe;font-size:15px}.calculator-flow .search-input-wrap:focus-within input{border-color:#3698d4;background:#fff;box-shadow:0 0 0 4px #3598d41c}.calculator-flow .quick-chip{min-height:34px;border-radius:999px}.calculator-flow .search-result-card{border-radius:15px;transition:border-color .16s ease,background .16s ease,transform .16s ease}.calculator-flow .search-result-card:hover{border-color:#a9d4e9;background:#f5fbfe;transform:translateY(-1px)}.calculator-flow .add-food-btn{min-height:38px;padding-inline:12px;border-color:#b9dceb;background:#eef8fd;color:#126b9e}.calculator-flow .selected-food-card{border-radius:18px;background:linear-gradient(145deg,#fff,#fbfdfe)}.calculator-flow .selected-order{background:#e7f5fc;color:#166c9f}.calculator-flow .calculate-action-panel{border:1px solid #bee1d5;border-radius:18px;background:linear-gradient(135deg,#f0fbf7,#fbfefd)}.calculator-flow .calculate-next-btn{min-height:48px;box-shadow:0 9px 20px #2789c533}.calculator-flow .back-step-btn{min-height:40px;margin-bottom:14px;border-color:#b8d9ea;background:#eef8fd;color:#125f8e;font-weight:850}.calculator-flow .back-step-btn:hover{background:#dff2fc;transform:translate(-2px)}.calculation-primary-result{display:flex;flex-direction:column;align-items:flex-start;margin:2px 0 14px;padding:18px;border:1px solid #74d1b5;border-radius:18px;background:radial-gradient(circle at 90% 15%,rgba(255,255,255,.8),transparent 33%),linear-gradient(145deg,#e8faf4,#f8fdfb);box-shadow:0 9px 24px #1484621a}.calculation-primary-result span{color:#287461;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.045em}.calculation-primary-result strong{margin:4px 0;color:#05865f;font-size:38px;line-height:1;font-weight:780;letter-spacing:-.04em}.calculation-primary-result small{color:#55776d;font-size:10px;line-height:1.4}.calculation-key-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:13px}.calculation-key-metrics>span{display:flex;min-width:0;flex-direction:column;gap:4px;padding:11px 12px;border:1px solid #d9e7ef;border-radius:13px;background:#f8fbfd}.calculation-key-metrics>span.warn{border-color:#eed9a5;background:#fff9eb}.calculation-key-metrics small{color:#667f91;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.025em}.calculation-key-metrics strong{overflow:hidden;color:#173f60;font-size:15px;text-overflow:ellipsis}.calculation-key-metrics .warn strong{color:#a66300}.calculation-breakdown{margin:0 0 13px;border:1px solid #d6e5ed;border-radius:14px;background:#fbfdfe;overflow:hidden}.calculation-breakdown summary{padding:12px 13px;cursor:pointer;color:#315d7c;font-size:11px;font-weight:850;list-style:none}.calculation-breakdown summary::-webkit-details-marker{display:none}.calculation-breakdown summary:after{content:"＋";float:right;color:#338bc1}.calculation-breakdown[open] summary{border-bottom:1px solid #e1ebf1;background:#f3f9fc}.calculation-breakdown[open] summary:after{content:"−"}.calculation-breakdown .row{margin:0 12px}.calculation-safety-note{padding:11px 12px;border-left:4px solid #efb642;border-radius:10px;background:#fff9ec}.calculation-safety-note span{color:#996000;font-size:10px;font-weight:900;text-transform:uppercase}.calculation-safety-note p{margin:3px 0 0;color:#6d5a32;font-size:10px;line-height:1.45}.calculator-flow .balance-card{overflow:hidden}.calculator-flow .balance-guidance{margin:2px 0 15px;border-left-color:#3598d4;background:#f2f9fd}.calculator-flow .balance-row{border-color:#d3e5ee;border-radius:18px;background:#fff}.calculator-flow .balance-slider{height:30px;cursor:pointer}.calculator-flow .balance-value b{font-size:17px}.save-action-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,330px);align-items:center;gap:18px;padding:18px 20px;border:1px solid #a9dcca;border-radius:19px;background:linear-gradient(135deg,#f2fcf8,#fff);box-shadow:0 12px 30px #106f5314}.save-action-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.save-action-copy>span{color:#317866;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.save-action-copy>strong{color:#087859;font-size:21px;letter-spacing:-.02em}.save-action-copy>small{color:#627c73;font-size:11px}.save-action-card .save-meal-btn{min-height:52px;border-radius:14px;box-shadow:0 9px 22px #2789c538}.save-action-card>.alert{grid-column:1/-1;margin:0}.calculator-flow button:focus-visible,.calculator-flow input:focus-visible,.calculator-flow select:focus-visible,.calculator-flow summary:focus-visible{outline:3px solid rgba(53,152,212,.25);outline-offset:2px}@media(max-width:1180px){.calculator-flow .flow-header-copy{width:auto;max-width:690px}.calculator-flow .flow-help{max-width:250px}.calculator-flow .review-layout{grid-template-columns:minmax(280px,330px) minmax(0,1fr)}}@media(max-width:900px){.calculator-flow .flow-header{align-items:flex-start}.calculator-flow .flow-header-copy{max-width:none}.calculator-flow .flow-help{width:100%;max-width:none}.calculator-flow .review-layout{grid-template-columns:1fr}.calculator-flow .result-summary-card{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr);column-gap:18px}.calculator-flow .result-summary-card>.back-step-btn,.calculator-flow .result-summary-card>.panel-heading,.calculator-flow .result-summary-card>.insulin-timing-notice{grid-column:1/-1}.calculator-flow .calculation-primary-result{grid-column:1}.calculator-flow .calculation-key-metrics{grid-column:2;grid-row:3}.calculator-flow .calculation-breakdown,.calculator-flow .calculation-safety-note{grid-column:1/-1}}@media(max-width:650px){.calculator-flow{gap:14px}.calculator-flow .flow-header{gap:14px;padding:18px 15px;border-radius:20px}.calculator-flow .flow-header h2{font-size:27px;line-height:1.12}.calculator-flow .flow-header .mini{font-size:13px;line-height:1.45}.calculator-stepper{gap:7px;margin-top:15px}.calculator-step>div{display:none}.calculator-stepper>i{min-width:45px}.calculator-step>span{width:31px;height:31px}.calculator-flow .flow-help{padding:10px 12px;font-size:11px}.calculator-flow .step-search-card,.calculator-flow .step-selected-card,.calculator-flow .result-summary-card,.calculator-flow .balance-card{padding:16px 13px;border-radius:19px}.calculator-flow .result-summary-card{display:block}.calculation-primary-result{padding:16px}.calculation-primary-result strong{font-size:34px}.calculation-key-metrics{gap:7px}.calculation-key-metrics>span{padding:10px}.calculator-flow .balance-row{padding:14px 12px}.calculator-flow .balance-food-heading{grid-template-columns:44px minmax(0,1fr);gap:9px}.calculator-flow .balance-value{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:6px}.save-action-card{position:sticky;z-index:15;bottom:8px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:11px 12px;border-radius:17px;background:#f7fdfaf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.save-action-copy>span,.save-action-copy>small{display:none}.save-action-copy>strong{font-size:17px}.save-action-card .save-meal-btn{width:auto;min-width:142px;min-height:46px;padding-inline:13px;font-size:13px}}.malli-shell{z-index:2147480000}.malli-target{z-index:1100!important}.malli-restore{z-index:2147480000}.malli-panel{z-index:20;isolation:isolate}@media(prefers-reduced-motion:reduce){.calculator-flow .search-result-card,.calculator-flow .back-step-btn{transition:none}}.home-page{display:flex;flex-direction:column;gap:18px;font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif}.home-page h1,.home-page h2,.home-page h3{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif;font-weight:760;letter-spacing:-.025em}.home-welcome{position:relative;display:grid;grid-template-columns:minmax(280px,1fr) minmax(430px,.95fr);align-items:center;gap:28px;overflow:hidden;padding:27px 29px;border:1px solid #c7dfec;border-radius:26px;background:radial-gradient(circle at 92% 0,rgba(92,195,218,.22),transparent 33%),radial-gradient(circle at 72% 120%,rgba(82,192,154,.13),transparent 38%),linear-gradient(135deg,#fff,#f3faff);box-shadow:0 15px 42px #103c6616}.home-welcome:after{content:"";position:absolute;right:-68px;bottom:-120px;width:260px;height:260px;border:1px solid rgba(53,152,212,.13);border-radius:50%;pointer-events:none}.home-welcome-copy{position:relative;z-index:1}.home-welcome h1{margin:5px 0 4px;color:#0b3152;font-size:clamp(30px,3vw,40px);line-height:1.08}.home-welcome p{max-width:600px;margin:0;color:#587086;font-size:14px;line-height:1.55}.home-quick-actions{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-quick-actions:has(>:only-child){grid-template-columns:1fr}.home-quick-action{display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:11px 12px;border:1px solid #cee2ed;border-radius:17px;background:#ffffffc7;color:#315269;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-quick-action:hover{border-color:#9dcee6;box-shadow:0 9px 23px #103c6617;transform:translateY(-2px)}.home-quick-action>svg:first-child{box-sizing:content-box;padding:9px;border-radius:11px;background:#eaf6fc;color:#1875ad}.home-quick-action>span{display:flex;min-width:0;flex-direction:column;gap:2px}.home-quick-action strong{color:#163d5d;font-size:12px}.home-quick-action small{overflow:hidden;color:#708496;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.home-quick-action>svg:last-child{color:#7290a4}.home-quick-action.primary{border-color:#86c5e7;background:linear-gradient(145deg,#e9f7fe,#f7fcff)}.home-quick-action.primary>svg:first-child{background:linear-gradient(145deg,#2789c5,#43a9df);color:#fff;box-shadow:0 6px 14px #2789c536}.home-actions-bar{align-items:center;justify-content:space-between;margin:0;padding:13px 16px;border:1px solid #d2e5ee;border-radius:17px;background:#ffffffbf}.home-actions-bar>div{display:flex;min-width:0;flex-direction:column;gap:2px}.home-actions-bar>div strong{color:#173d5d;font-size:13px}.home-actions-bar>div small{color:#6d8293;font-size:10px}.home-actions-bar .add-patient-btn{flex:0 0 auto;min-height:40px;background:#effaf6}.home-layout{grid-template-columns:minmax(310px,380px) minmax(0,1fr);gap:18px}.home-left-column,.home-right-column{gap:18px}.home-profile-card,.home-timeline-card,.home-settings-card{border-color:#cee2ed;border-radius:22px;box-shadow:0 12px 34px #103c6612}.home-profile-card{position:relative;overflow:hidden;padding:21px;background:radial-gradient(circle at 105% -8%,rgba(53,152,212,.13),transparent 30%),#fffffff5}.profile-card-heading{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid #e2edf3}.profile-card-heading h2{margin:3px 0 0;font-size:20px;line-height:1.15}.profile-card-avatar{display:grid;place-items:center;width:50px;height:50px;flex:0 0 auto;overflow:hidden;border:1px solid #b9ddec;border-radius:16px;background:linear-gradient(145deg,#e8f6fd,#f7fcff);color:#1c78af}.profile-card-avatar.patient{border-color:#a9dcca;background:#eaf9f4;color:#087859}.profile-card-avatar img{width:100%;height:100%;object-fit:cover}.compact-profile-progress{grid-template-columns:68px minmax(0,1fr);gap:13px;margin:17px 0}.progress-ring{width:66px;height:66px;box-shadow:inset 0 0 0 1px #1e73b712}.progress-ring:before{top:7px;right:7px;bottom:7px;left:7px}.progress-ring span{font-size:15px}.compact-profile-progress strong{color:#1a405f;font-size:13px}.compact-profile-progress p{margin-top:3px}.profile-mini-data{gap:0;margin-bottom:15px;border:1px solid #dfebf2;border-radius:14px;background:#f9fcfd;overflow:hidden}.profile-mini-data span{min-height:42px;padding:9px 11px;border-bottom-color:#e6eff4}.profile-mini-data span:last-child{border-bottom:0}.profile-mini-data small{font-size:10px}.profile-mini-data b{font-size:12px}.home-profile-card>.btn.full{min-height:46px;border-radius:13px;box-shadow:0 8px 20px #2789c52e}.patient-summary-card>.mini{margin:12px 0;color:#60778a;font-size:11px}.home-settings-card{padding:21px 22px;background:#fffffff2}.home-settings-card .badges-section-heading{margin:0 0 15px;padding-bottom:14px;border-bottom:1px solid #e2edf3}.home-settings-card .badges-section-heading h3{display:flex;align-items:center;gap:7px;margin:4px 0 5px;color:#163a58;font-size:19px}.home-settings-card .badges-section-heading p{max-width:760px;margin:0;font-size:11.5px;line-height:1.55}.home-settings-card .field label{font-size:11px}.home-settings-card input,.home-settings-card select{min-height:43px;border-color:#cbdfe9;background:#fbfdfe}.home-settings-card input:focus,.home-settings-card select:focus{background:#fff}.home-settings-card .actions{justify-content:flex-start}.badges-section{margin:0;padding:21px 22px;border-top:1px solid #cee2ed}.badges-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.badge-card{min-height:92px;border-radius:15px}.badge-card:hover{border-color:#bdd9e7}.datos-bancarios-section .notice{border:1px solid #bce2d4;border-left:4px solid #35a27f;background:#f1fbf7}.redes-sociales-section form{gap:12px}.redes-sociales-section .marketplace-full-row{display:flex;justify-content:flex-end}.redes-sociales-section .marketplace-full-row .btn{min-width:150px}.home-message{position:relative;z-index:2}.profile-workflow-modal{font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif;border-radius:28px;box-shadow:0 38px 110px #00000061}.profile-workflow-modal>header h2{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif;font-weight:760;letter-spacing:-.025em}.workflow-close{z-index:2;transition:background .15s ease,color .15s ease,transform .15s ease}.workflow-close:hover{background:#edf7fc;color:#176f9f;transform:rotate(3deg)}.workflow-progress>div{height:8px}.workflow-steps>span{min-height:41px}.workflow-stage{background:linear-gradient(145deg,#f8fbfd,#fbfdfe)}.profile-workflow-modal>footer{position:sticky;z-index:3;bottom:-28px;margin:20px -28px -28px;padding:15px 28px;border-top:1px solid #dce8ef;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-workflow-modal>footer .btn{min-height:43px}.home-page a:focus-visible,.home-page button:focus-visible,.profile-workflow-modal button:focus-visible{outline:3px solid rgba(53,152,212,.25);outline-offset:2px}@media(max-width:1100px){.home-welcome{grid-template-columns:1fr;gap:18px}.home-quick-actions{max-width:760px}.home-layout{grid-template-columns:minmax(290px,340px) minmax(0,1fr)}.badges-grid{grid-template-columns:1fr}}@media(max-width:850px){.home-welcome{padding:23px}.home-layout{grid-template-columns:1fr}.home-left-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.home-left-column>.home-profile-card:only-child{grid-column:1/-1}.home-profile-card{height:100%}}@media(max-width:650px){.home-page{gap:13px}.home-welcome{gap:15px;padding:19px 15px;border-radius:21px}.home-welcome h1{font-size:29px}.home-welcome p{font-size:12.5px}.home-quick-actions{display:flex;gap:8px;overflow-x:auto;margin:0 -15px;padding:0 15px 4px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-quick-actions::-webkit-scrollbar{display:none}.home-quick-action{min-width:min(285px,82vw);scroll-snap-align:start}.home-actions-bar{align-items:stretch;flex-direction:column;gap:10px;padding:13px}.home-actions-bar .add-patient-btn{width:100%}.home-left-column{display:flex}.home-profile-card,.home-settings-card{padding:16px 14px;border-radius:19px}.profile-card-heading{padding-bottom:12px}.profile-card-avatar{width:46px;height:46px}.profile-card-heading h2{font-size:18px}.home-settings-card .badges-section-heading{padding-bottom:12px}.home-settings-card .badges-section-heading h3{font-size:17px}.home-settings-card .split{grid-template-columns:1fr}.redes-sociales-section .marketplace-full-row .btn{width:100%}.profile-workflow-modal>footer{bottom:-18px;margin:18px -15px -18px;padding:12px 15px}.workflow-steps{display:flex;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.workflow-steps>span{min-width:43px;flex:1}}@media(prefers-reduced-motion:reduce){.home-quick-action,.workflow-close{transition:none}}@media(min-width:1051px){.sidebar{display:flex;flex-direction:column;padding:18px 14px 16px;font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 0 0,rgba(53,152,212,.12),transparent 26%),linear-gradient(180deg,#071a2f,#103c66);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.sidebrand{min-height:54px;margin:0 5px 14px}.sidebrand strong{font-size:15px;letter-spacing:-.01em}.sidebrand small{margin-top:2px;font-size:11px}.sidebar-toggle{min-height:38px;margin-bottom:12px;border-radius:13px}.userbox{margin-bottom:16px;padding:12px;border-color:#ffffff29;background:linear-gradient(145deg,#ffffff1d,#ffffff12);box-shadow:0 8px 24px #00000014}.userbox-info strong{font-size:13.5px;line-height:1.4}.userbox-info small{margin-top:3px;font-size:10.5px;line-height:1.35}.side-nav{gap:4px}.nav-item{position:relative;min-height:44px;gap:10px;padding:10px 11px;border-radius:13px;color:#d5e9f7;font-size:13px;font-weight:750;line-height:1.25;transition:background .15s ease,color .15s ease,transform .15s ease}.nav-item:hover{background:#ffffff17;transform:translate(2px)}.nav-item.active{background:linear-gradient(90deg,#65aeda4d,#ffffff21);box-shadow:inset 0 0 0 1px #b8e1f817}.nav-item.active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:99px;background:#67c8ef;box-shadow:0 0 10px #67c8ef80}.nav-icon{width:24px;height:24px;color:#bde4f7}.nav-item.active .nav-icon{color:#fff}.nav-label{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;font-size:13px}.logout{min-height:43px;margin-top:auto;border-color:#ffffff29!important;background:#fffffff0!important}.sidebar.collapsed .nav-item:hover{transform:none}.sidebar.collapsed .nav-item.active:before{top:8px;bottom:8px}}.post-propia-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid #a9d8ea;border-radius:999px;background:#eaf7fd;color:#126b9e;font-size:9px;font-weight:900;letter-spacing:.025em;text-transform:uppercase}.notification-bell-toggle{width:42px;height:42px;padding:0;border-color:#c9e2ef;background:#f5fbfe;transition:background .15s ease,border-color .15s ease,transform .15s ease}.notification-bell-toggle:hover{border-color:#8fc8e5;background:#e8f6fd;transform:translateY(-1px)}.notification-bell-toggle[aria-expanded=true]{border-color:#4ba5d6;background:#e0f2fc;color:#126895;box-shadow:0 0 0 3px #3598d41f}.notification-badge{top:-7px;right:-7px;min-width:20px;height:20px;border-width:2px;box-shadow:0 3px 8px #bd353552}.notification-dropdown{width:min(420px,calc(100vw - 28px));max-height:min(560px,75vh);border-color:#c7dce8;border-radius:20px;box-shadow:0 24px 70px #071a2f3d}.notification-dropdown-head{min-height:58px;padding:14px 16px;background:linear-gradient(145deg,#fff,#f4faff)}.notification-dropdown-head>strong{color:#153b59;font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,Arial,sans-serif;font-size:17px}.notification-resumen-total{padding:4px 7px;border-radius:999px;background:#fff0f0;color:#a52e2e;font-size:10px}.notification-item{position:relative;gap:12px;min-height:82px;padding:13px 16px 13px 19px;border-bottom-color:#e5edf2;transition:background .15s ease}.notification-item:hover{background:#f2f8fc}.notification-item-unread{border-left:5px solid #258dca;padding-left:14px;background:linear-gradient(90deg,#e5f4fd 0,#f0f8fd 58%,#f8fcfe)}.notification-item-unread:after{content:"";position:absolute;right:14px;bottom:13px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#258dca;box-shadow:0 1px 5px #258dca59}.notification-item-unread:hover{background:linear-gradient(90deg,#dceffa,#eaf6fc 58%,#f5fbfe)}.notification-item-body{flex:1;gap:3px;padding-right:8px}.notification-item-title{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.notification-item-title strong{color:#173a56;font-size:13px;line-height:1.35}.notification-item-unread .notification-item-title strong{color:#0b5885;font-weight:850}.notification-unread-label{flex:0 0 auto;padding:3px 6px;border-radius:999px;background:#258dca;color:#fff;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.notification-item-body>.mini{padding-right:8px;color:#556d80;font-size:11.5px;line-height:1.45}.notification-item-time{color:#7990a1;font-size:10px;font-weight:700}.notificacion-icono{box-sizing:content-box;padding:8px;border-radius:11px;background:#eef5f8}.notificacion-icono.ok{background:#e7f7f1}.notificacion-icono.warn{background:#fff3d8}.notificacion-icono.bad{background:#ffebeb}@media(max-width:1050px){.sidebar{background:linear-gradient(110deg,#071a2f,#103c66)}.sidebar.mobile-open{box-shadow:0 18px 45px #05192c38}.sidebar.mobile-open .side-nav{max-height:calc(100vh - 170px);overflow-y:auto;padding:10px 4px 4px;scrollbar-width:thin}.sidebar.mobile-open .nav-item{position:relative;min-height:44px;border:1px solid transparent}.sidebar.mobile-open .nav-item.active{border-color:#a9daf22b;background:#5ca6d33d}.sidebar.mobile-open .nav-item.active:before{content:"";position:absolute;left:2px;top:10px;bottom:10px;width:3px;border-radius:99px;background:#6dccf2}.sidebar.mobile-open .nav-label{overflow:visible;white-space:normal;text-overflow:clip;font-size:13px}}@media(max-width:650px){.topbar{min-height:42px}.topbar .top-actions{display:flex;width:100%;align-items:center;justify-content:flex-end}.topbar .top-actions>.pill{display:none}.notification-dropdown{position:fixed;z-index:500;top:70px;right:10px;left:10px;width:auto;max-height:calc(100vh - 88px)}.notification-dropdown:before{content:"";position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background:#071a2f2e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notification-dropdown-head{align-items:flex-start;flex-direction:column}.notification-dropdown-resumen{justify-content:flex-start}.notification-item{min-height:88px;padding-right:13px}.notification-item-title{padding-right:2px}.notification-item-body>.mini{font-size:11px}}@media(prefers-reduced-motion:reduce){.nav-item,.notification-bell-toggle,.notification-item{transition:none}}.sidebar .heart{overflow:hidden;border:1px solid rgba(179,224,247,.35);border-radius:50%;background:linear-gradient(145deg,#ffffff1f,#5aaedb14);box-shadow:0 7px 18px #0000002e}.sidebar .heart img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}.cc-gate-tooltip-fixed{width:320px;max-width:calc(100vw - 24px);padding:17px 18px 16px;border:1px solid rgba(137,207,239,.42);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(91,194,224,.2),transparent 38%),linear-gradient(145deg,#0d3557,#174f79);color:#eaf7ff;box-shadow:0 20px 55px #061c304d;font-family:Segoe UI Variable Text,Aptos,Segoe UI,Arial,sans-serif;font-size:12px;line-height:1.55;pointer-events:none}.cc-gate-tooltip-fixed:before{content:"";position:absolute;left:-7px;top:27px;width:13px;height:13px;border-left:1px solid rgba(137,207,239,.42);border-bottom:1px solid rgba(137,207,239,.42);background:#103d61;transform:rotate(45deg)}.cc-gate-tooltip-titulo{display:flex;align-items:center;gap:9px;margin:0 0 9px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.cc-gate-tooltip-titulo>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(173,225,248,.28);border-radius:10px;background:#4db1da33;color:#8cdbfa}.cc-gate-tooltip-fixed p{margin:0;color:#eef8fd;font-size:12px;font-weight:650;line-height:1.55}.cc-gate-tooltip-fixed small{display:block;margin-top:10px;padding-top:9px;border-top:1px solid rgba(186,225,242,.16);color:#b9d9e9;font-size:10px;line-height:1.4}@media(max-width:700px){.cc-gate-tooltip-fixed{top:auto!important;right:12px!important;bottom:12px!important;left:12px!important;width:auto;max-width:none}.cc-gate-tooltip-fixed:before{display:none}}.calculator-flow .calculate-action-panel{position:relative;z-index:4;margin:4px 0 15px;padding:14px 15px;border-color:#8ed5bd;background:linear-gradient(135deg,#ecfaf5,#f9fdfb);box-shadow:0 8px 20px #14846214}.calculator-flow .calculate-action-panel:before{content:"";position:absolute;top:10px;bottom:10px;left:0;width:4px;border-radius:0 99px 99px 0;background:#20a67d}.calculator-flow .calculate-action-panel strong{color:#125f4b}.calculator-flow .calculate-action-panel p{color:#5c786f}.calculator-flow .calculate-next-btn{min-width:190px;background:linear-gradient(135deg,#1479b8,#35a3d9)}.calculator-flow .balance-card{overflow:visible}.bolus-rounding-control{display:grid;grid-template-columns:minmax(250px,1fr) auto auto;align-items:center;gap:14px;margin:0 0 16px;padding:14px 15px;border:1px solid #b9dceb;border-radius:17px;background:radial-gradient(circle at 100% 0,rgba(53,152,212,.11),transparent 35%),linear-gradient(145deg,#f6fbfe,#fff);box-shadow:0 7px 20px #103c660d}.bolus-rounding-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.bolus-rounding-kicker{color:#1873a8;font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.bolus-rounding-copy>div{display:flex;align-items:center;gap:6px}.bolus-rounding-copy strong{color:#163f60;font-size:13px}.bolus-rounding-copy small{color:#687f91;font-size:10px;line-height:1.4}.bolus-rounding-help{display:grid;place-items:center;width:22px;height:22px;flex:0 0 auto;padding:0;border:1px solid #a9d1e6;border-radius:50%;background:#eaf6fd;color:#126d9f;font-size:11px;font-weight:900}.bolus-target-stepper{display:grid;grid-template-columns:34px minmax(80px,auto) 34px;align-items:stretch;overflow:visible;border:1px solid #a9d4e8;border-radius:13px;background:#fff;box-shadow:0 4px 12px #103c660f}.bolus-target-stepper>button{display:grid;place-items:center;min-height:44px;padding:0;border:0;background:#eef8fd;color:#126d9f;font-size:20px;font-weight:700}.bolus-target-stepper>button:first-child{border-radius:12px 0 0 12px}.bolus-target-stepper>button:last-child{border-radius:0 12px 12px 0}.bolus-target-stepper>button:hover{background:#dff2fc}.bolus-target-stepper>span{display:flex;min-width:86px;flex-direction:column;align-items:center;justify-content:center;padding:5px 9px;border-inline:1px solid #d6e8f1}.bolus-target-stepper small{color:#708697;font-size:8px;font-weight:800;text-transform:uppercase}.bolus-target-stepper strong{color:#115d89;font-size:16px;white-space:nowrap}.bolus-adjust-apply{min-height:44px;white-space:nowrap;border-color:#9dcee5!important;background:#e9f6fc!important;color:#115f8c!important}.bolus-adjust-apply:disabled{cursor:not-allowed;opacity:.5}@media(max-width:1050px){.bolus-rounding-control{grid-template-columns:minmax(220px,1fr) auto}.bolus-adjust-apply{grid-column:1/-1;width:100%}}@media(max-width:650px){.calculator-flow .calculate-action-panel{position:sticky;z-index:12;top:8px;align-items:stretch;margin-inline:-3px;padding:11px 12px;background:#f1fcf8f7;box-shadow:0 10px 28px #0c533e26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.calculator-flow .calculate-action-panel>div{display:none}.calculator-flow .calculate-next-btn{width:100%;min-width:0}.bolus-rounding-control{grid-template-columns:1fr;margin-inline:-1px;padding:13px}.bolus-target-stepper{width:100%;grid-template-columns:42px 1fr 42px}.bolus-target-stepper>span{min-width:0}.bolus-adjust-apply{grid-column:auto}.bolus-rounding-help.contextual-help:after{position:fixed;top:50%;bottom:auto;left:14px;right:14px;width:auto;max-width:none;transform:translateY(-45%) scale(.98)}.bolus-rounding-help.contextual-help:hover:after,.bolus-rounding-help.contextual-help:focus-visible:after{transform:translateY(-50%) scale(1)}.bolus-rounding-help.contextual-help:before{display:none}}.tools-page,.clinical-tool-page{display:flex;flex-direction:column;gap:20px;max-width:1440px;margin:0 auto;font-family:Segoe UI Variable Text,Aptos,Segoe UI,sans-serif}.tools-page h1,.tools-page h2,.clinical-tool-page h1,.clinical-tool-page h2{font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,sans-serif;letter-spacing:-.025em}.tools-hero,.clinical-tool-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;padding:32px 36px;border:1px solid #cce3f2;border-radius:28px;background:radial-gradient(circle at 88% 10%,rgba(78,184,227,.19),transparent 30%),linear-gradient(135deg,#fff,#edf8fe);box-shadow:0 20px 55px #1142681a}.tools-hero h1,.clinical-tool-hero h1{margin:5px 0 7px;font-size:clamp(32px,4vw,48px)}.tools-hero p,.clinical-tool-hero p{max-width:720px;margin:0;color:#58708b;font-size:17px;line-height:1.55}.tools-kicker{display:block;color:#0876b9;font-size:12px;font-weight:900;letter-spacing:.095em}.tools-hero-mark,.clinical-tool-icon{display:grid;flex:0 0 auto;place-items:center;width:76px;height:76px;border-radius:24px;background:linear-gradient(145deg,#dff4ff,#fff);color:#177ebd;border:1px solid #c8e7f7;box-shadow:0 14px 35px #227eb429}.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tool-card{position:relative;display:flex;min-height:300px;flex-direction:column;padding:26px;border:1px solid #d4e7f4;border-radius:24px;background:#fffffff2;box-shadow:0 14px 40px #0d365714;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tool-card:hover{transform:translateY(-4px);border-color:#8eccec;box-shadow:0 22px 48px #0d4b7626}.tool-card-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#e8f6fd;color:#187ebc}.tool-card.green .tool-card-icon{background:#e7f8f1;color:#078260}.tool-card.amber .tool-card-icon{background:#fff4dc;color:#b26a00}.tool-card-eyebrow{margin-top:24px;color:#678099;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tool-card h2{margin:7px 0 8px;font-size:23px}.tool-card p{margin:0 0 24px;color:#5b7088;line-height:1.55}.tool-card-action{display:flex;align-items:center;gap:8px;margin-top:auto;color:#0877bb;font-weight:850}.tools-safety,.clinical-disclaimer{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid #f0d08b;border-radius:17px;background:#fff9e9;color:#725018;line-height:1.5}.clinical-tool-back{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:10px 14px;border:1px solid #bddff2;border-radius:13px;background:#fff;color:#0d659a;font-weight:850}.clinical-tool-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.clinical-patient-select{width:min(360px,100%);margin:0}.clinical-patient-select span{display:block;margin-bottom:5px;color:#5c7185;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.clinical-tool-hero{justify-content:flex-start}.hypo-tool .clinical-tool-icon{background:#e8faf3;color:#087f60}.hyper-tool .clinical-tool-icon{background:#fff5df;color:#a76300}.hypo-emergency{display:flex;align-items:flex-start;gap:15px;padding:20px 22px;border:1px solid #ef9d9d;border-left:7px solid #c93636;border-radius:20px;background:#fff2f2;color:#751d1d}.hypo-emergency div{display:flex;flex-direction:column;gap:5px}.hypo-emergency span{line-height:1.55}.clinical-steps{display:grid;grid-template-columns:1fr 1fr;gap:15px}.clinical-steps article{display:flex;gap:16px;padding:22px;border:1px solid #d4e7f3;border-radius:21px;background:#fff;box-shadow:0 10px 28px #0d36570f}.step-number{display:grid;flex:0 0 auto;place-items:center;width:38px;height:38px;border-radius:50%;background:#188fd0;color:#fff;font-weight:900}.clinical-steps h2{margin:1px 0 8px;font-size:20px}.clinical-steps p{margin:0;color:#526981;line-height:1.55}.clinical-steps small{display:block;margin-top:8px;color:#8a5b00}.step-chip{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 9px;border-radius:999px;background:#e9f7fd;color:#0d6eaa;font-size:12px;font-weight:850}.glucagon-guide{padding:22px 24px;border:1px solid #efd28f;border-radius:22px;background:linear-gradient(135deg,#fffdf7,#fff7e5)}.glucagon-guide>div{display:flex;align-items:center;gap:10px}.glucagon-guide h2{margin:0}.glucagon-guide ol{margin:14px 0 0;padding-left:22px;color:#5f5140;line-height:1.6}.glucagon-guide li+li{margin-top:7px}.clinical-sources{padding:19px 22px;border:1px solid #d7e8f3;border-radius:20px;background:#f8fcff}.clinical-sources h2{margin:0 0 12px;font-size:17px}.clinical-sources>div{display:flex;flex-wrap:wrap;gap:9px}.clinical-sources a{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #cfe4f1;color:#156b9d;font-size:12px;font-weight:800}.hyper-layout{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(360px,1.25fr);gap:18px}.hyper-form,.hyper-result{padding:24px;border:1px solid #d2e6f3;border-radius:24px;background:#fff;box-shadow:0 14px 38px #0d365714}.unit-input{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.unit-input span{font-weight:850;color:#516b84}.field-help{display:block;margin-top:7px;color:#687e93;line-height:1.4}.optional-field{display:inline-flex;margin-left:7px;padding:3px 7px;border-radius:999px;background:#e8f5fc;color:#176d9e;font-size:10px;font-weight:900;vertical-align:middle}.hyper-result{display:grid;align-items:center;min-height:350px}.hyper-empty{text-align:center;color:#637990}.hyper-empty svg{color:#52a8d5}.hyper-empty h2{margin:12px 0 6px}.hyper-empty p{max-width:500px;margin:0 auto;line-height:1.5}.correction-result h2{margin:6px 0 12px}.correction-dose{display:flex;align-items:baseline;gap:8px;color:#087d5c}.correction-dose strong{font-size:68px;line-height:1}.correction-dose span{font-size:28px;font-weight:900}.correction-result>p{color:#526b82;line-height:1.5}.correction-dose.muted{color:#9a6500}.correction-dose.muted span{font-size:18px}.correction-main-message{font-size:15px}.correction-result dl{display:grid;grid-template-columns:1fr 1fr;gap:10px}.correction-result dl>div{padding:12px;border-radius:13px;background:#f2f8fc}.correction-result dt{color:#6b8195;font-size:11px;font-weight:850;text-transform:uppercase}.correction-result dd{margin:4px 0 0;font-weight:850}.result-warning,.result-danger{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:13px 15px;border-radius:14px;background:#fff6df;color:#765000;border:1px solid #f0d28d}.result-danger{background:#fff0f0;color:#8c2020;border-color:#efb0b0}@media(max-width:900px){.tools-grid{grid-template-columns:1fr}.tool-card{min-height:220px}.hyper-layout,.clinical-steps{grid-template-columns:1fr}}@media(max-width:600px){.tools-page,.clinical-tool-page{gap:14px}.tools-hero,.clinical-tool-hero{padding:24px 20px;border-radius:22px}.tools-hero-mark{display:none}.clinical-tool-icon{width:54px;height:54px;border-radius:17px}.tools-hero h1,.clinical-tool-hero h1{font-size:30px}.tools-hero p,.clinical-tool-hero p{font-size:15px}.tool-card{min-height:0;padding:20px}.hypo-emergency,.glucagon-guide,.hyper-form,.hyper-result{padding:18px}.clinical-steps article{padding:18px}.correction-result dl{grid-template-columns:1fr}.correction-dose strong{font-size:55px}.clinical-sources>div{flex-direction:column}.clinical-sources a{justify-content:space-between}}.calculator-tools-back{margin:0 0 14px}.clinical-emergency-link{align-self:flex-start}.sensitivity-explanation{margin:14px 0;padding:15px;border:1px solid #9bd8c5;border-radius:16px;background:#edf9f5}.sensitivity-explanation>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.sensitivity-explanation span{color:#537769;font-size:12px;font-weight:850;text-transform:uppercase}.sensitivity-explanation strong{color:#08795b;font-size:21px}.sensitivity-explanation p{margin:8px 0;color:#45685d;line-height:1.5}.sensitivity-explanation code,.correction-breakdown code{display:block;padding:9px 11px;border-radius:10px;background:#fff;color:#174863;font-family:Cascadia Code,Consolas,monospace;white-space:normal}.correction-breakdown{margin:12px 0;padding:13px 15px;border:1px solid #cfe4f1;border-radius:14px;background:#f7fbfe}.correction-breakdown summary{cursor:pointer;color:#145f8b;font-weight:900}.correction-breakdown p{margin:10px 0 8px;color:#536b80}.correction-breakdown small{display:block;margin-top:9px;color:#6b5a35;line-height:1.45}.correction-breakdown ol{margin:12px 0;padding-left:22px;color:#526a80;line-height:1.55}.correction-breakdown li+li{margin-top:7px}.correction-breakdown li strong{color:#173f5d}.ketone-guide{padding:24px;border:1px solid #cfe4f1;border-radius:24px;background:#fff;box-shadow:0 12px 34px #0d365712}.ketone-guide header{display:flex;align-items:center;gap:12px}.ketone-guide header svg{color:#278dc5}.ketone-guide h2{margin:4px 0 0}.ketone-guide>p{color:#526a80;line-height:1.55}.ketone-methods{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:16px 0}.ketone-methods article{position:relative;padding:18px 18px 18px 58px;border:1px solid #d9e9f3;border-radius:16px;background:#f8fcff}.ketone-methods h3{margin:0 0 7px}.ketone-methods p{margin:0;color:#526a80;line-height:1.5}.ketone-methods small{display:block;margin-top:9px;color:#765b2d;line-height:1.45}.ketone-method-number{position:absolute;top:17px;left:17px;display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#dff2fc;color:#0a75ae;font-weight:900}.ketone-level-title{margin:18px 0 9px;font-size:16px}.ketone-levels{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ketone-levels>div{display:flex;flex-direction:column;gap:5px;padding:13px;border-radius:14px;border:1px solid #bbdfd3;background:#edf9f5}.ketone-levels strong{font-size:17px}.ketone-levels span{font-size:12px;line-height:1.4}.ketone-levels .watch{border-color:#efd894;background:#fff9e8}.ketone-levels .high{border-color:#f0bd80;background:#fff4e8}.ketone-levels .danger{border-color:#efa9a9;background:#fff0f0;color:#8a2424}.ketone-note{margin-bottom:0!important;font-size:13px}@media(max-width:1000px){.ketone-levels{grid-template-columns:1fr 1fr}}@media(max-width:650px){.clinical-tool-toolbar{align-items:stretch;flex-direction:column}.clinical-patient-select{width:100%}.sensitivity-explanation>div{align-items:flex-start;flex-direction:column}.ketone-guide{padding:18px}.ketone-methods,.ketone-levels{grid-template-columns:1fr}.clinical-emergency-link{width:100%}}.nearest-emergency{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid #efc5c5;border-radius:24px;background:linear-gradient(145deg,#fff,#fff8f8);box-shadow:0 14px 38px #5e1d1d14}.nearest-emergency>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.nearest-emergency-heading{display:flex;align-items:center;gap:13px}.nearest-emergency-heading h2{margin:3px 0 0}.nearest-emergency-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#ffe7e7;color:#b32929}.nearest-emergency .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px}.nearest-emergency-intro,.nearest-emergency-error,.nearest-origin-warning{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border-radius:15px}.nearest-emergency-intro{flex-direction:column;gap:3px;background:#f1f8fc;color:#365a70}.nearest-emergency-error{flex-direction:column;gap:3px;background:#fff0f0;color:#8e2525}.nearest-origin-warning{border:1px solid #e9bd72;background:#fff8e7;color:#6d4b14}.nearest-origin-warning>div{display:flex;flex-direction:column;gap:4px}.nearest-origin-warning span{font-size:13px;line-height:1.45}.nearest-centers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nearest-centers-grid article{position:relative;display:flex;min-width:0;flex-direction:column;gap:11px;padding:18px;border:1px solid #d8e7f0;border-radius:18px;background:#fff}.nearest-rank{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#e6f5fc;color:#0873ad;font-weight:900}.nearest-center-title{padding-right:30px}.nearest-center-title h3{margin:0 0 4px;font-size:17px}.nearest-center-title span{color:#647b90;font-size:12px}.nearest-centers-grid article>p{display:flex;align-items:flex-start;gap:7px;margin:0;color:#506b80;font-size:13px;line-height:1.45}.nearest-centers-grid article>p svg{flex:0 0 auto;margin-top:2px}.nearest-times{display:grid;grid-template-columns:1fr 1fr;gap:7px}.nearest-times>span{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:6px;padding:9px;border-radius:11px;background:#f3f8fb;color:#174f70}.nearest-times small{grid-column:2;color:#6d8191;font-size:10px}.nearest-times>span:last-child{grid-column:1/-1}.nearest-centers-grid article>a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:#0873ad;font-size:13px;font-weight:850}.nearest-time-note{margin:0;color:#755d38;font-size:12px}.spin{animation:nearest-spin 1s linear infinite}@keyframes nearest-spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.nearest-centers-grid{grid-template-columns:1fr}.nearest-times{grid-template-columns:repeat(3,1fr)}.nearest-times>span:last-child{grid-column:auto}}@media(max-width:650px){.nearest-emergency{padding:18px}.nearest-emergency>header{align-items:stretch;flex-direction:column}.nearest-emergency .btn{width:100%}.nearest-times{grid-template-columns:1fr 1fr}.nearest-times>span:last-child{grid-column:1/-1}}.legal-checklist{display:grid;gap:12px;margin:14px 0}.legal-document{border:1px solid #c9dfec;border-radius:16px;background:#f8fcff;padding:14px}.legal-document p{margin:8px 0;color:#526b83;font-size:.9rem}.legal-consent-row{display:flex;align-items:flex-start;gap:10px;line-height:1.35;color:#102b45}.legal-consent-row input{width:19px;height:19px;flex:0 0 auto;margin-top:1px;accent-color:#168dbe}.legal-document summary{cursor:pointer;color:#086fa6;font-weight:700}.legal-copy{margin-top:10px;white-space:pre-line;max-height:250px;overflow:auto;padding:12px;border-radius:12px;background:#fff;color:#29465f;line-height:1.55}.legal-gate-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#051d32b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px}.legal-gate{width:min(760px,100%);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 70px #00172b59}.legal-gate-heading{display:flex;gap:16px}.legal-gate-heading h2{margin:2px 0 6px;color:#08243e}.legal-gate-heading p{margin:0;color:#526b83}.legal-shield{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#e5f7f4;font-size:24px;flex:0 0 auto}.legal-help{text-align:center;color:#657d91;font-size:.8rem}.legal-register-heading{margin-top:8px}.legal-register-heading h3{margin-bottom:2px}@media(max-width:600px){.legal-gate{padding:18px;border-radius:18px}.legal-gate-heading{align-items:flex-start}.legal-shield{width:42px;height:42px}.legal-document{padding:12px}}.sidebar-privacy-link{display:flex;align-items:center;gap:10px;color:#d8ecfa;text-decoration:none;padding:9px 13px;margin:4px 0;border-radius:11px;font-size:.82rem;font-weight:700}.sidebar-privacy-link:hover{background:#ffffff1a}.collapsed .sidebar-privacy-link span{display:none}.platform-safety-footer{margin:22px 24px 12px;padding:12px 16px;border:1px solid #c9dfec;border-radius:14px;background:#f7fbfe;color:#4e687e;font-size:.78rem;line-height:1.45}.platform-safety-footer strong{color:#174d70;margin-right:5px}.privacy-page{padding:0 24px 24px}.privacy-hero{display:flex;justify-content:space-between;align-items:center;padding:24px;border:1px solid #c9dfec;border-radius:24px;background:linear-gradient(135deg,#fff,#e9f8fc)}.privacy-hero h1{margin:2px 0}.privacy-hero>span{font-size:44px}.medical-support-notice,.privacy-rights{margin:16px 0;padding:16px;border-left:4px solid #1596c8;border-radius:12px;background:#edf8fd;color:#365a73}.privacy-list{display:grid;gap:14px}.privacy-card{display:grid;gap:12px}.privacy-card h2{margin:8px 0 4px}.privacy-card p{color:#536b80}.privacy-rights h2{margin-top:0}@media(max-width:600px){.privacy-page{padding:0 12px 16px}.privacy-hero{padding:18px}.platform-safety-footer{margin:16px 12px 8px}}.nearest-emergency-consent{margin:12px 0;padding:14px;border:1px solid #9ed4e8;border-radius:14px;background:#f1fbfe}.nearest-emergency-consent label{display:flex;gap:10px;align-items:flex-start}.nearest-emergency-consent input{width:19px;height:19px;accent-color:#168dbe;flex:0 0 auto}.nearest-emergency-consent span{display:grid;gap:3px;color:#375c74}.nearest-emergency-consent summary{margin-top:8px;cursor:pointer;color:#0876a8;font-weight:700}.nearest-emergency-consent p{white-space:pre-line;color:#526b7e;line-height:1.5}.community-consent{margin:10px 0;padding:12px;border:1px solid #a9ddcf;border-radius:13px;background:#f2fbf8}.community-consent label{display:flex;gap:9px;align-items:flex-start;color:#285e55;font-size:.86rem}.community-consent input{width:18px;height:18px;accent-color:#14937b;flex:0 0 auto}.community-consent span{display:grid;gap:2px}.community-consent summary{margin-top:7px;cursor:pointer;color:#087866;font-weight:700;font-size:.82rem}.community-consent p{white-space:pre-line;color:#496a64;font-size:.8rem;line-height:1.45}.privacy-channel{margin-top:18px;padding:20px;border:1px solid #bcdbea;border-radius:20px;background:#fff}.privacy-channel h2{margin:2px 0 4px}.privacy-channel header p{color:#526b80}.privacy-channel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:18px;margin-top:16px}.privacy-request-form,.privacy-request-history{padding:15px;border:1px solid #d7e6ef;border-radius:15px;background:#f9fcfe}.privacy-request-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;border:0;border-bottom:1px solid #dfeaf1;background:transparent;padding:12px 4px;cursor:pointer;color:#173650}.privacy-request-row span{display:grid;gap:3px}.privacy-request-row small{color:#698095}.privacy-request-row em{font-style:normal;font-size:.7rem;font-weight:800;color:#087c70;background:#e4f7f2;border-radius:999px;padding:5px 8px}.privacy-thread{margin-top:18px;padding:16px;border:1px solid #bddcea;border-radius:16px;background:#f8fcff}.privacy-thread-heading{display:flex;justify-content:space-between;gap:12px}.privacy-thread-heading>div{display:grid}.privacy-original{padding:12px;border-left:3px solid #299aca;background:#fff;color:#47677d}.privacy-messages{display:grid;gap:8px;margin:12px 0}.privacy-messages article{max-width:80%;padding:10px 12px;border-radius:13px}.privacy-messages article p{margin:4px 0}.privacy-messages .admin{justify-self:start;background:#e6f5fb}.privacy-messages .user{justify-self:end;background:#e7f7f0}.privacy-reply{display:flex;gap:9px;align-items:end}.privacy-reply textarea{flex:1}.admin-privacy-page{padding:0 24px 24px}.admin-privacy-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:18px;margin-top:18px}@media(max-width:850px){.privacy-channel-grid,.admin-privacy-grid{grid-template-columns:1fr}.privacy-messages article{max-width:95%}}@media(max-width:600px){.privacy-channel{padding:14px}.privacy-reply{align-items:stretch;flex-direction:column}.admin-privacy-page{padding:0 12px 16px}}.education-page,.education-reader,.admin-education-page{--edu-ink: #09233d;--edu-blue: #0879bd;--edu-blue-dark: #075b91;--edu-mint: #20a985;--edu-paper: #ffffff;--edu-line: #cfe3f1;--edu-soft: #eef8fd;color:var(--edu-ink)}.education-hero{position:relative;min-height:230px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 46px;border:1px solid #c7e1ef;border-radius:30px;background:radial-gradient(circle at 87% 22%,rgba(77,194,222,.26),transparent 24%),radial-gradient(circle at 66% 105%,rgba(47,183,149,.17),transparent 32%),linear-gradient(120deg,#fff,#f2faff,#dff4fb);box-shadow:0 22px 55px #13476c1a}.education-hero:after{content:"";position:absolute;width:280px;height:280px;right:-70px;bottom:-145px;border:1px solid rgba(19,129,182,.16);border-radius:50%;box-shadow:0 0 0 38px #ffffff2e,0 0 0 75px #ffffff1f}.education-hero-copy{position:relative;z-index:1;max-width:760px}.education-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#0876b7;font-size:12px;font-weight:850;letter-spacing:.12em}.education-hero h1,.admin-education-hero h1{max-width:740px;margin:12px 0 10px;color:var(--edu-ink);font-size:clamp(35px,4vw,55px);line-height:1.03;letter-spacing:-.045em}.education-hero p,.admin-education-hero p{max-width:700px;margin:0;color:#526c87;font-size:17px;line-height:1.65}.education-hero-visual{position:relative;z-index:1;width:250px;min-width:250px;height:150px}.education-hero-visual .book{position:absolute;display:grid;place-items:center;width:82px;height:103px;color:#fff;border:1px solid rgba(255,255,255,.65);border-radius:17px 23px 23px 17px;box-shadow:-9px 12px 22px #0b406329,inset 8px 0 #ffffff21}.education-hero-visual .book svg{width:31px;height:31px}.education-hero-visual .one{left:15px;top:29px;background:linear-gradient(145deg,#138dcc,#51bbdd);transform:rotate(-10deg)}.education-hero-visual .two{left:85px;top:8px;z-index:2;background:linear-gradient(145deg,#0b608f,#168ec2);transform:rotate(2deg)}.education-hero-visual .three{left:154px;top:31px;background:linear-gradient(145deg,#20a985,#65cdb4);transform:rotate(11deg)}.education-tabs{display:flex;gap:8px;margin:22px 0;padding:7px;border:1px solid var(--edu-line);border-radius:18px;background:#ffffffc7;box-shadow:0 10px 30px #1e4d6e0f}.education-tabs button{min-height:62px;flex:1;display:grid;grid-template-columns:24px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:10px 16px;color:#4f6984;border:1px solid transparent;border-radius:13px;background:transparent;text-align:left;cursor:pointer;transition:.18s ease}.education-tabs button svg{grid-row:1 / 3}.education-tabs button span{color:inherit;font-size:15px;font-weight:800}.education-tabs button small{color:#7890a7;font-size:11px}.education-tabs button:hover{background:#f2f9fd}.education-tabs button.active{color:#fff;border-color:#0879bd;background:linear-gradient(135deg,#0879bd,#299dd1);box-shadow:0 8px 18px #0879bd33}.education-tabs button.active small{color:#ffffffc7}.education-library,.education-mine,.education-editor{padding:30px;border:1px solid var(--edu-line);border-radius:26px;background:#fffffff0;box-shadow:0 18px 45px #164a6b14}.education-library-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.education-library-toolbar h2{margin:4px 0;color:var(--edu-ink);font-size:28px;letter-spacing:-.025em}.education-library-toolbar p{margin:0;color:#647c94}.education-search{min-width:min(370px,40%);display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;padding:0 13px;color:#668098;border:1px solid #c5ddeb;border-radius:13px;background:#f8fcfe}.education-search:focus-within{border-color:#299dd1;box-shadow:0 0 0 3px #299dd11f}.education-search input{width:100%;height:46px;padding:0;border:0;outline:0;background:transparent}.education-search span{min-width:25px;padding:3px 7px;border-radius:10px;background:#e5f3fa;color:#176d9c;font-size:11px;font-weight:800;text-align:center}.education-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.education-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid #cee1ed;border-radius:20px;background:#fff;box-shadow:0 9px 24px #1443620f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.education-card:hover{transform:translateY(-4px);border-color:#83c3df;box-shadow:0 18px 35px #14436221}.education-card-cover{position:relative;height:185px;overflow:hidden;display:block;background:linear-gradient(145deg,#d9f1fa,#edf9f8)}.education-card-cover>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.education-card:hover .education-card-cover>img{transform:scale(1.035)}.education-card-cover-placeholder,.education-image-fallback,.education-image-loading{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#2a8ab7;background:radial-gradient(circle at 68% 15%,rgba(255,255,255,.8),transparent 28%),linear-gradient(145deg,#dff3fc,#e9faf5)}.education-image-loading{animation:educationPulse 1.1s ease-in-out infinite alternate}@keyframes educationPulse{to{opacity:.55}}.education-card-cover-placeholder small{font-weight:750}.education-card-trust{position:absolute;left:13px;bottom:13px;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;color:#08775f;border:1px solid #8ad7c4;border-radius:999px;background:#f1fffbf0;font-size:11px;font-weight:800;box-shadow:0 4px 12px #134f411a}.education-card-body{flex:1;display:flex;flex-direction:column;padding:19px}.education-card-kicker{display:flex;align-items:center;gap:6px;color:#0876b7;font-size:11px;font-weight:800}.education-card h2{margin:11px 0 8px;color:var(--edu-ink);font-size:20px;line-height:1.23;letter-spacing:-.018em}.education-card p{display:-webkit-box;overflow:hidden;margin:0 0 18px;color:#5f758c;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.education-card-footer{margin-top:auto;padding-top:14px;border-top:1px solid #e0edf4}.education-card-footer,.education-card-footer>span{display:flex;align-items:center;justify-content:space-between;gap:12px}.education-card-footer>span{min-width:0;flex-direction:column;align-items:flex-start;gap:2px}.education-card-footer>span strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.education-card-footer>span small{color:#8094a8;font-size:10px}.education-read-link{display:inline-flex;align-items:center;gap:5px;color:#0876b7;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}.education-read-link:hover{color:#07547f}.education-empty,.education-loading,.education-reader-state{min-height:250px;display:grid;place-items:center;align-content:center;gap:8px;padding:30px;color:#657f96;border:1px dashed #b8d8e9;border-radius:18px;background:#f7fbfd;text-align:center}.education-empty h3,.education-reader-state h1{margin:6px 0 0;color:var(--edu-ink)}.education-empty p,.education-reader-state p{margin:0}.education-community-callout{display:flex;align-items:center;gap:14px;margin-top:22px;padding:16px 18px;color:#76560b;border:1px solid #f1cf73;border-radius:15px;background:#fff9e8}.education-community-callout>div{display:flex;flex-direction:column;gap:3px}.education-community-callout span{font-size:13px;line-height:1.45}.education-success{display:flex;align-items:center;gap:10px;margin:0 0 20px}.education-success span{flex:1}.education-success button{display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.education-editor{padding:0;overflow:hidden}.education-editor-head{display:flex;gap:16px;padding:30px 34px 20px}.education-editor-icon{flex:0 0 auto;display:grid;place-items:center;width:50px;height:50px;color:#fff;border-radius:15px;background:linear-gradient(145deg,#0879bd,#3cadd6);box-shadow:0 9px 20px #0879bd33}.education-editor-head h2{margin:5px 0 4px;font-size:27px;letter-spacing:-.025em}.education-editor-head p{margin:0;color:#617990}.education-review-notice{display:flex;align-items:center;gap:13px;margin:0 34px 24px;padding:14px 16px;color:#086b58;border:1px solid #95d9c6;border-radius:14px;background:#effcf8}.education-review-notice>div{display:flex;flex-direction:column;gap:3px}.education-review-notice span{color:#416e65;font-size:13px}.education-editor-main{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px 34px;border-block:1px solid #dcebf3;background:#f8fcfe}.education-editor-main .education-field-title{grid-column:1 / -1}.education-field{min-width:0;display:flex;flex-direction:column;gap:7px;color:#173b59;font-size:13px;font-weight:780}.education-field>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.education-field em{padding:3px 7px;color:#0876b7;border-radius:999px;background:#e7f5fc;font-size:10px;font-style:normal;letter-spacing:.04em}.education-field>span small{color:#8497a9;font-size:11px;font-weight:600}.education-field input,.education-field textarea,.education-link-input input,.admin-education-actions textarea{width:100%;border:1px solid #bfd8e8;border-radius:12px;background:#fff;color:#102c46;outline:0;transition:.15s ease}.education-field input{min-height:47px;padding:0 14px}.education-field textarea{min-height:105px;padding:13px 14px;resize:vertical;line-height:1.5}.education-field .education-body-textarea{min-height:190px}.education-field input:focus,.education-field textarea:focus,.education-link-input input:focus,.admin-education-actions textarea:focus{border-color:#249bd0;box-shadow:0 0 0 3px #249bd01f}.education-field>small{color:#7d91a5;font-size:11px;font-weight:600}.education-sections-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:25px 34px 14px}.education-sections-head h3{margin:3px 0 0;font-size:22px}.education-sections-head>span{padding:6px 10px;color:#487087;border-radius:999px;background:#eaf5fa;font-size:11px;font-weight:800}.education-paragraph-list{display:flex;flex-direction:column;gap:18px;padding:0 34px}.education-paragraph-editor{overflow:hidden;border:1px solid #c9e0ed;border-radius:18px;background:#fff}.education-paragraph-editor>header{display:flex;align-items:center;gap:11px;padding:14px 17px;border-bottom:1px solid #dbeaf2;background:linear-gradient(90deg,#f1f9fd,#f9fdfd)}.education-paragraph-number{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;color:#fff;border-radius:10px;background:#168dc5;font-weight:900}.education-paragraph-editor>header>div{flex:1;display:flex;flex-direction:column}.education-paragraph-editor>header small{color:#71899e;font-size:11px}.education-icon-danger{display:grid;place-items:center;width:35px;height:35px;color:#b63333;border:1px solid #f0c0c0;border-radius:10px;background:#fff4f4;cursor:pointer}.education-paragraph-fields{display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,2fr);gap:15px;padding:18px}.education-paragraph-fields .education-field:last-child{grid-column:2;grid-row:1 / 3}.education-assets-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e0edf4;background:#f9fcfe}.education-assets-grid>section{min-width:0;padding:18px}.education-assets-grid>section+section{border-left:1px solid #dbeaf2}.education-assets-grid h4{display:flex;align-items:center;gap:7px;margin:0 0 4px;color:#16415f;font-size:14px}.education-assets-grid h4 span{margin-left:auto;padding:3px 7px;color:#628199;border-radius:999px;background:#e7f3f8;font-size:10px}.education-assets-grid section>p{min-height:34px;margin:0 0 10px;color:#70879b;font-size:11px;line-height:1.45}.education-upload{min-height:62px;display:flex;align-items:center;gap:10px;padding:10px 12px;color:#17658f;border:1px dashed #81bfdd;border-radius:12px;background:#f0f9fd;cursor:pointer}.education-upload:hover{border-color:#168dc5;background:#e8f6fc}.education-upload.disabled{opacity:.52;cursor:not-allowed}.education-upload input{position:absolute;width:1px;height:1px;opacity:0}.education-upload span{min-width:0;display:flex;flex-direction:column;gap:2px}.education-upload strong{font-size:12px}.education-upload small{color:#718a9d;font-size:10px}.education-upload-document{margin-top:9px;color:#496985;border-color:#b4cad9;background:#f8fbfd}.education-file-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.education-file-chips>span{min-width:0;display:flex;align-items:center;gap:5px;max-width:100%;padding:5px 7px;color:#365b75;border:1px solid #c9deea;border-radius:8px;background:#fff;font-size:10px}.education-file-chips>span button,.education-source-preview>button{display:grid;place-items:center;padding:0;color:#8f4d4d;border:0;background:transparent;cursor:pointer}.education-link-input{display:grid;grid-template-columns:1fr auto;margin-bottom:8px}.education-link-input input{min-width:0;height:41px;padding:0 11px;border-radius:10px 0 0 10px}.education-link-input button{padding:0 13px;color:#fff;border:0;border-radius:0 10px 10px 0;background:#168dc5;font-size:11px;font-weight:800;cursor:pointer}.education-link-input button:disabled{opacity:.5;cursor:not-allowed}.education-source-preview{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:8px;margin-bottom:7px;padding:6px;border:1px solid #d4e5ee;border-radius:10px;background:#fff}.education-source-preview>img,.education-source-preview>span{width:44px;height:38px;object-fit:cover;display:grid;place-items:center;border-radius:7px;background:#eaf5fa}.education-source-preview>div{min-width:0;display:flex;flex-direction:column}.education-source-preview strong,.education-source-preview small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.education-source-preview strong{font-size:11px}.education-source-preview small{color:#70879c;font-size:9px}.education-add-section{width:calc(100% - 68px);min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;margin:18px 34px;color:#0876b7;border:1px dashed #69b5d7;border-radius:13px;background:#eff9fd;font-weight:800;cursor:pointer}.education-add-section:hover{border-style:solid;background:#e5f6fc}.education-editor-error{margin:0 34px 16px}.education-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 34px;border-top:1px solid #dbeaf2;background:#f7fbfd}.education-editor-footer>div{display:flex;align-items:center;gap:10px;color:#335c74}.education-editor-footer>div>span{display:flex;flex-direction:column;gap:2px}.education-editor-footer small{color:#71899d}.education-editor-footer .btn{min-width:210px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.education-submission-list{display:flex;flex-direction:column;gap:13px}.education-submission{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px;border:1px solid #cfe2ed;border-left:5px solid #e9ae33;border-radius:15px;background:#fff}.education-submission.aprobado{border-left-color:#20a985}.education-submission.rechazado{border-left-color:#d55b5b}.education-submission>div:first-child{min-width:0;flex:1}.education-submission h3{margin:8px 0 4px;font-size:18px}.education-submission p{margin:0;color:#647b91}.education-submission>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.education-submission>div:last-child small{color:#7a91a5}.education-submission a{display:flex;align-items:center;gap:5px;color:#0876b7;font-weight:800;text-decoration:none}.education-submission aside{display:flex;flex-direction:column;gap:2px;margin-top:10px;padding:10px 12px;color:#8b3030;border-radius:10px;background:#fff0f0;font-size:12px}.education-status{display:inline-flex;align-items:center;gap:5px;width:fit-content;padding:5px 9px;border-radius:999px;background:#fff6dc;color:#8c6100;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.education-status.aprobado{color:#08755d;background:#e5f9f3}.education-status.rechazado{color:#a42e2e;background:#ffeaea}.education-reader{max-width:1100px;margin:0 auto}.education-reader-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:#176a98;font-weight:800;text-decoration:none}.education-reader-hero{padding:50px clamp(25px,7vw,85px);border:1px solid #c8e0ed;border-radius:28px;background:radial-gradient(circle at 88% 13%,rgba(60,181,214,.2),transparent 28%),linear-gradient(135deg,#fff,#edf9fd)}.education-reader-hero h1{max-width:850px;margin:18px 0 12px;font-size:clamp(36px,5vw,60px);line-height:1.06;letter-spacing:-.045em}.education-reader-hero>p{max-width:800px;margin:0;color:#536e87;font-size:19px;line-height:1.6}.education-reader-byline{display:flex;align-items:center;gap:11px;margin-top:27px;padding-top:20px;border-top:1px solid #d5e6ef}.education-reader-byline>span{display:grid;place-items:center;width:40px;height:40px;color:#0876b7;border-radius:12px;background:#dff2fb}.education-reader-byline>div{display:flex;flex-direction:column}.education-reader-byline small{color:#71899d}.education-reader-feedback{margin:18px 0;padding:16px 20px;color:#902d2d;border:1px solid #f0b7b7;border-radius:14px;background:#fff2f2}.education-reader-feedback p{margin:5px 0 0}.education-reader-body{margin:25px 0;padding:20px clamp(20px,7vw,80px) 45px;border:1px solid #d2e3ed;border-radius:24px;background:#fff}.education-reader-section{padding:34px 0}.education-reader-section+.education-reader-section{border-top:1px solid #dbe9f1}.education-reader-section>h2{max-width:790px;margin:0 0 14px;font-size:29px;line-height:1.2;letter-spacing:-.025em}.education-reader-section>p{margin:0;color:#2f4d68;font-size:17px;line-height:1.85;white-space:pre-line}.education-reader-images{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.education-reader-images.count-1{grid-template-columns:1fr}.education-reader-images.count-2{grid-template-columns:1fr 1fr}.education-reader-images img{width:100%;max-height:520px;object-fit:cover;border-radius:15px}.education-reader-sources{margin-top:25px;padding:16px;border:1px solid #cce1ec;border-radius:15px;background:#f6fbfd}.education-reader-sources h3{margin:0 0 11px;color:#31566f;font-size:13px}.education-reader-sources>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.education-reader-sources a,.education-document-link{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;color:#1a4f70;border:1px solid #d2e3ec;border-radius:11px;background:#fff;text-align:left;text-decoration:none;cursor:pointer}.education-reader-sources a>span,.education-document-link>span:first-child{width:44px;height:40px;display:grid;place-items:center;border-radius:8px;background:#e5f4fa}.education-reader-sources a img{width:44px;height:40px;object-fit:cover;border-radius:8px}.education-reader-sources a>div,.education-document-link>span:last-child{min-width:0;display:flex;flex-direction:column}.education-reader-sources a strong,.education-reader-sources a small,.education-document-link strong,.education-document-link small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.education-reader-sources a strong,.education-document-link strong{font-size:12px}.education-reader-sources a small,.education-document-link small{color:#71899d;font-size:10px}.education-document-link{font:inherit}.education-reader-disclaimer{display:flex;align-items:flex-start;gap:11px;padding:18px 20px;color:#6e5819;border:1px solid #edd187;border-radius:15px;background:#fff9e9}.education-reader-disclaimer p{margin:0;line-height:1.55}.admin-education-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:29px 34px;border:1px solid #c8e0ed;border-radius:25px;background:linear-gradient(130deg,#fff,#eaf8fd)}.admin-education-hero h1{margin:7px 0 4px;font-size:38px}.admin-education-counter{display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;align-items:center;padding:13px 18px;color:#8a5e00;border:1px solid #ebca70;border-radius:14px;background:#fff8e3}.admin-education-counter svg{grid-row:1 / 3}.admin-education-counter strong{font-size:23px;line-height:1}.admin-education-counter small{font-size:10px}.admin-education-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px;margin-top:20px}.admin-education-queue,.admin-education-review{border:1px solid #cfe1ec;border-radius:20px;background:#fff;box-shadow:0 14px 36px #19446112}.admin-education-queue{align-self:start;overflow:hidden}.admin-education-queue h2{margin:0;padding:18px;border-bottom:1px solid #dce9f0;font-size:18px}.admin-education-queue>button{width:100%;display:flex;flex-direction:column;gap:6px;padding:15px 17px;border:0;border-bottom:1px solid #e3edf2;background:#fff;text-align:left;cursor:pointer}.admin-education-queue>button:hover{background:#f5fbfe}.admin-education-queue>button.active{box-shadow:inset 4px 0 #168dc5;background:#edf8fd}.admin-education-queue>button strong{color:#143550;font-size:13px;line-height:1.35}.admin-education-queue>button small{color:#748b9f}.admin-education-review{min-width:0;overflow:hidden}.admin-education-review>header{padding:25px;border-bottom:1px solid #dbe8f0;background:#fbfdfe}.admin-education-review>header h2{margin:10px 0 6px;font-size:27px}.admin-education-review>header p{margin:0 0 8px;color:#536f87;line-height:1.55}.admin-education-review>header>small{color:#71889c}.admin-education-article{padding:0 25px}.admin-education-article>section{padding:24px 0}.admin-education-article>section+section{border-top:1px solid #dce9f0}.admin-education-article>section>span{color:#1484bd;font-size:10px;font-weight:850;letter-spacing:.11em}.admin-education-article h3{margin:7px 0;font-size:21px}.admin-education-article p{margin:0;color:#37546d;line-height:1.75;white-space:pre-line}.admin-education-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.admin-education-images img{width:100%;height:170px;object-fit:cover;border-radius:11px}.admin-education-sources{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.admin-education-sources>a{padding:7px 9px;color:#126e9e;border-radius:8px;background:#eaf6fb;font-size:11px;font-weight:700}.admin-education-sources .education-document-link{width:auto;grid-template-columns:34px auto}.admin-education-sources .education-document-link>span:first-child{width:34px;height:34px}.admin-education-actions{padding:20px 25px;border-top:1px solid #dce9f0;background:#f7fbfd}.admin-education-actions label{display:flex;flex-direction:column;gap:7px;color:#254965;font-size:13px;font-weight:800}.admin-education-actions label>span{display:flex;justify-content:space-between}.admin-education-actions label small{color:#a43b3b}.admin-education-actions textarea{min-height:105px;padding:12px;resize:vertical}.admin-education-actions>div:last-child{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.admin-education-actions .btn{display:inline-flex;align-items:center;gap:7px}.admin-education-actions .btn.danger{color:#a93333;border-color:#edb4b4;background:#fff0f0}.admin-education-feedback{margin:0 25px 25px;padding:14px;color:#8d3232;border-radius:12px;background:#fff0f0}.admin-education-feedback p{margin:4px 0 0}@media(max-width:1180px){.education-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-education-layout{grid-template-columns:280px minmax(0,1fr)}}@media(max-width:900px){.education-hero{min-height:200px;padding:30px}.education-hero-visual{transform:scale(.8);transform-origin:right center}.education-editor-main,.education-paragraph-fields,.education-assets-grid{grid-template-columns:1fr}.education-paragraph-fields .education-field:last-child{grid-column:1;grid-row:auto}.education-assets-grid>section+section{border-left:0;border-top:1px solid #dbeaf2}.admin-education-layout{grid-template-columns:1fr}.admin-education-queue{display:flex;overflow-x:auto}.admin-education-queue h2{min-width:170px;border:0}.admin-education-queue>button{min-width:230px;border-bottom:0;border-left:1px solid #e3edf2}}@media(max-width:680px){.education-hero{min-height:auto;padding:25px 21px;border-radius:21px}.education-hero h1{font-size:36px}.education-hero p{font-size:15px}.education-hero-visual{display:none}.education-tabs{position:sticky;top:8px;z-index:10;overflow-x:auto}.education-tabs button{min-width:155px}.education-library,.education-mine{padding:19px 15px;border-radius:20px}.education-library-toolbar{align-items:stretch;flex-direction:column}.education-search{min-width:0;width:100%}.education-card-grid{grid-template-columns:1fr}.education-card-cover{height:175px}.education-card h2{font-size:19px}.education-editor{border-radius:20px}.education-editor-head{padding:22px 18px 15px}.education-editor-head h2{font-size:23px}.education-review-notice{align-items:flex-start;margin:0 18px 18px}.education-editor-main{padding:19px 18px}.education-sections-head{padding:21px 18px 12px}.education-paragraph-list{padding:0 12px}.education-paragraph-fields,.education-assets-grid>section{padding:14px}.education-add-section{width:calc(100% - 24px);margin:15px 12px}.education-editor-footer{position:sticky;bottom:0;z-index:5;align-items:stretch;flex-direction:column;padding:14px 18px;box-shadow:0 -8px 22px #13446017}.education-editor-footer>div{display:none}.education-editor-footer .btn{width:100%}.education-submission{align-items:flex-start;flex-direction:column}.education-submission>div:last-child{width:100%;align-items:flex-start;flex-direction:row;justify-content:space-between}.education-reader-hero{padding:30px 20px;border-radius:21px}.education-reader-hero h1{font-size:36px}.education-reader-hero>p{font-size:16px}.education-reader-body{padding:5px 19px 25px}.education-reader-section{padding:26px 0}.education-reader-section>h2{font-size:24px}.education-reader-section>p{font-size:16px;line-height:1.75}.education-reader-images,.education-reader-images.count-2{grid-template-columns:1fr}.education-reader-sources>div{grid-template-columns:1fr}.education-reader-disclaimer{align-items:flex-start}.admin-education-hero{align-items:flex-start;flex-direction:column;padding:23px 20px}.admin-education-hero h1{font-size:32px}.admin-education-counter{width:100%}.admin-education-queue h2{display:none}.admin-education-review>header,.admin-education-article,.admin-education-actions{padding-inline:16px}.admin-education-images{grid-template-columns:1fr}.admin-education-actions>div:last-child{align-items:stretch;flex-direction:column-reverse}.admin-education-actions .btn{justify-content:center}}.malli-shell{position:fixed;right:22px;bottom:20px;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.malli-fab{border:1px solid #8fd5eb;background:linear-gradient(145deg,#fff,#e9f8fd);border-radius:22px;padding:4px 14px 4px 5px;box-shadow:0 12px 34px #0f496f33;display:flex;align-items:center;gap:4px;color:#0c466c;font-weight:800;cursor:pointer}.malli-fab img{width:54px;height:54px;object-fit:contain}.malli-fab span{display:flex;align-items:center;gap:5px}.malli-panel{width:min(390px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 110px));overflow:auto;background:#fff;border:1px solid #b9ddec;border-radius:22px;box-shadow:0 24px 70px #072f4e40;padding:20px;position:relative;color:#123e5c}.malli-close{position:absolute;right:12px;top:12px;border:0;background:#edf7fb;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.malli-panel-head{display:flex;align-items:center;gap:10px;padding-right:35px;margin-bottom:14px}.malli-panel-head img{width:64px;height:64px;object-fit:contain}.malli-panel-head div{display:grid}.malli-panel-head span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#287aa6;font-weight:800}.malli-panel-head strong{font-size:1.4rem}.malli-panel h3{font-size:1.18rem;margin:10px 0 6px;color:#0d4569}.malli-panel p{line-height:1.55;margin:0 0 13px}.malli-muted{color:#5d7588}.malli-progress{height:6px;border-radius:99px;background:#e5f1f6;overflow:hidden}.malli-progress span{display:block;height:100%;background:linear-gradient(90deg,#2699d2,#49c6ab)}.malli-actions{display:flex;justify-content:space-between;gap:10px;margin-top:16px}.malli-actions .btn{display:flex;align-items:center;justify-content:center;gap:5px}.malli-full{width:100%;display:flex;justify-content:center;align-items:center;gap:7px}.malli-skip,.malli-restart{display:block;margin:12px auto 0;border:0;background:none;color:#2477a4;text-decoration:underline;cursor:pointer}.malli-search{display:flex;border:1px solid #b9d9e8;border-radius:13px;overflow:hidden;margin-bottom:13px}.malli-search input{min-width:0;flex:1;border:0;padding:11px 12px;outline:none}.malli-search button{width:44px;border:0;background:#e9f7fc;color:#1479ad;cursor:pointer}.malli-results{display:grid;gap:9px}.malli-results article{border:1px solid #d5e7ef;border-radius:13px;padding:11px;background:#f8fcfe}.malli-results article p{font-size:.9rem;margin:4px 0 0}.malli-target{position:relative!important;z-index:1201!important;outline:4px solid rgba(51,190,223,.45)!important;outline-offset:4px!important;box-shadow:0 0 0 8px #fffc,0 0 28px #1584b166!important}.malli-target:after{content:"Malli te muestra esta opción";position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;background:#0d496c;color:#fff;padding:7px 10px;border-radius:9px;font-size:.72rem;font-weight:700;pointer-events:none}@media(max-width:760px){.malli-shell{right:10px;bottom:10px}.malli-fab{padding-right:8px}.malli-fab span{font-size:0;width:18px}.malli-fab span svg{width:18px;height:18px}.malli-panel{max-height:calc(100vh - 90px);padding:16px}.malli-target:after{display:none}}.malli-target:after{content:"La gotita Malli te muestra esta opción"}.malli-shell{right:auto;bottom:auto;width:154px;height:204px;display:block;touch-action:none;-webkit-user-select:none;user-select:none}.malli-character{position:absolute;inset:auto 0 0 0;width:154px;height:194px;padding:0;border:0;background:transparent;cursor:grab;filter:drop-shadow(0 9px 13px rgba(10,67,100,.26));transition:transform .18s ease,filter .18s ease;touch-action:none;z-index:2;perspective:520px}.malli-character:active{cursor:grabbing;transform:scale(.96)}.malli-character:hover,.malli-character:focus-visible{transform:translateY(-3px) scale(1.04);filter:drop-shadow(0 12px 16px rgba(10,67,100,.32))}.malli-character img{object-fit:contain;pointer-events:none}.malli-tooltip,.malli-ask,.malli-tour,.malli-hide{position:absolute;left:50%;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease,visibility .16s;white-space:nowrap;pointer-events:none}.malli-tooltip{bottom:208px;padding:6px 9px;border-radius:9px;background:#0d496c;color:#fff;font-size:.72rem;font-weight:800;box-shadow:0 7px 20px #08334e33}.malli-ask{bottom:242px;display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #a9d7e8;border-radius:13px;background:#fff;color:#0d567d;font-weight:800;box-shadow:0 10px 26px #083d5d33;cursor:pointer}.malli-tour{bottom:286px;display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #a9d7e8;border-radius:13px;background:#fff;color:#0d567d;font-weight:800;box-shadow:0 10px 26px #083d5d33;cursor:pointer}.malli-hide{bottom:330px;display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #d4e4eb;border-radius:12px;background:#f8fbfc;color:#526f80;font-weight:750;box-shadow:0 8px 22px #083d5d24;cursor:pointer}.malli-shell:hover .malli-tooltip,.malli-shell.actions-visible .malli-tooltip,.malli-shell.actions-visible .malli-ask,.malli-shell.actions-visible .malli-tour,.malli-shell.actions-visible .malli-hide{opacity:1;visibility:visible;transform:translate(-50%)}.malli-shell.actions-visible .malli-ask,.malli-shell.actions-visible .malli-tour,.malli-shell.actions-visible .malli-hide{pointer-events:auto}.malli-articulated{position:absolute;top:0;right:0;bottom:0;left:0;display:block;animation:malliGreetingLayer 4.2s ease-out 1 forwards;transform-origin:50% 66%}.malli-turntable{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;animation:malliTurntableReveal 4.2s step-end 1 forwards}.malli-body{position:absolute;z-index:2;left:11px;bottom:0;width:128px;height:181px}.malli-wave-arm{position:absolute;z-index:3;right:-1px;top:0;width:65px;height:103px;transform-origin:27% 93%;animation:malliWave 1.28s cubic-bezier(.45,.03,.28,1) .3s 3}.malli-spark{position:absolute;z-index:3;color:#63d8e8;opacity:0;pointer-events:none;text-shadow:0 0 8px rgba(68,203,225,.7);animation:malliSparkle 15.048s linear 0s infinite}.malli-spark-one{left:-1px;top:24px;font-size:22px}.malli-spark-two{right:-2px;top:44px;font-size:19px;animation-delay:.08s}.malli-spark-three{right:7px;bottom:15px;font-size:15px;animation-delay:.16s}.malli-spark-four{left:7px;bottom:31px;font-size:17px;animation-delay:.05s;color:#ffe581}.malli-spark-five{left:48%;top:-5px;font-size:18px;animation-delay:.12s;color:#fff3a8}.malli-spark-six{right:-6px;bottom:66px;font-size:14px;animation-delay:.21s;color:#fff}.malli-restore{position:fixed;right:18px;bottom:18px;z-index:1200;width:48px;height:48px;display:grid;place-items:center;border:1px solid #9fd8e9;border-radius:50%;background:linear-gradient(145deg,#fff,#dff6fb);color:#1689b8;box-shadow:0 10px 28px #0946673d;cursor:pointer}.malli-restore span{position:absolute;right:0;bottom:56px;padding:7px 9px;border-radius:9px;background:#0d496c;color:#fff;font-size:.72rem;font-weight:800;white-space:nowrap;opacity:0;transform:translateY(5px);transition:.16s ease;pointer-events:none}.malli-restore:hover span,.malli-restore:focus-visible span{opacity:1;transform:none}@keyframes malliGreetingLayer{0%{transform:translateY(8px) scale(.94);opacity:0}15%,86%{transform:none;opacity:1}to{transform:none;opacity:0;visibility:hidden}}@keyframes malliTurntableReveal{0%,99%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes malliWave{0%,to{transform:rotate(0) scaleY(1)}18%{transform:rotate(-8deg) scaleY(1.015)}38%{transform:rotate(10deg) scaleY(.992)}58%{transform:rotate(-7deg) scaleY(1.01)}78%{transform:rotate(6deg) scaleY(.996)}}@keyframes malliSparkle{0%,44%,63%,to{opacity:0;transform:translate(0) scale(.15) rotate(0)}46%{opacity:1;transform:translate(-7px,-3px) scale(1.4) rotate(30deg)}49%{opacity:.4;transform:translate(7px,-9px) scale(.55) rotate(90deg)}52%{opacity:1;transform:translate(-10px,5px) scale(1.15) rotate(145deg)}55%{opacity:.5;transform:translate(9px,8px) scale(.65) rotate(215deg)}58%{opacity:1;transform:translate(-5px,-8px) scale(1.25) rotate(285deg)}61%{opacity:.35;transform:translate(8px,4px) scale(.45) rotate(350deg)}}.malli-panel{position:fixed;width:min(390px,calc(100vw - 16px));max-height:min(620px,calc(100vh - 16px));z-index:4;-webkit-user-select:text;user-select:text;touch-action:auto}@media(max-width:760px){.malli-shell{right:auto;bottom:auto;width:128px;height:170px}.malli-character{width:128px;height:162px}.malli-body{left:9px;width:106px;height:151px}.malli-wave-arm{right:-1px;top:0;width:54px;height:86px}.malli-tooltip{bottom:174px}.malli-ask{bottom:208px}.malli-tour{bottom:252px}.malli-hide{bottom:296px}.malli-panel{padding:16px;max-height:calc(100vh - 16px)}.malli-restore{right:10px;bottom:10px}}@media(prefers-reduced-motion:reduce){.malli-articulated,.malli-wave-arm,.malli-spark{animation:none!important}.malli-turntable{display:none!important;animation:none!important}.malli-articulated{opacity:1!important;visibility:visible!important}.malli-character,.malli-tooltip,.malli-ask,.malli-tour,.malli-hide{transition:none!important}}.malli-shell{z-index:2147483640!important;isolation:isolate}.malli-panel{z-index:100!important}.malli-character,.malli-tooltip,.malli-ask,.malli-tour,.malli-hide{z-index:90!important}.malli-restore{z-index:2147483640!important}.malli-target{z-index:auto!important}.entre-lineas-help-dock:not(.open){position:relative!important;top:auto!important;z-index:1!important;display:flex!important;width:max-content!important;max-width:max-content!important;min-height:0!important;place-self:start end!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.entre-lineas-help-dock:not(.open) .entre-lineas-toggle{width:auto;height:42px;margin:0;padding:0 13px}.timeline-post-sponsored{position:relative;border-color:#8bd8c2;background:linear-gradient(145deg,#f4fffb,#eef9ff 58%,#fffaf0);box-shadow:0 14px 36px #0c5b711a;padding-top:1rem;padding-bottom:1rem}.sponsored-post-label{display:inline-flex;align-items:center;gap:.4rem;margin:-.1rem 0 .75rem;color:#087c66;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sponsored-post-title{display:inline-flex;margin:.35rem 0 .3rem;color:#075985;font-size:1.2rem;font-weight:800;text-decoration:none}.sponsored-post-title:hover{text-decoration:underline}.sponsored-post-commerce{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center;margin:.7rem 0}.sponsored-post-commerce strong{color:#087c66;font-size:1.2rem}.sponsored-post-commerce span{padding:.35rem .65rem;border-radius:999px;background:#ffffffc7;color:#38576d;font-size:.8rem}.sponsored-hide{margin-left:.35rem}.sponsored-media-carousel{display:grid;gap:.5rem;width:100%;margin-top:.7rem}.sponsored-media-viewport{position:relative;height:clamp(110px,9vw,132px);overflow:hidden;border:1px solid rgba(86,167,191,.26);border-radius:17px;background:radial-gradient(circle at 15% 15%,rgba(79,195,169,.11),transparent 32%),linear-gradient(145deg,#f4fafc,#eaf4f8)}.sponsored-media-track{display:flex;width:100%;height:100%;transition:transform .38s cubic-bezier(.22,.78,.28,1);will-change:transform}.sponsored-media-slide{flex:0 0 100%;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;padding:5px}.sponsored-media-slide .entre-lineas-media{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;border-radius:0;object-fit:contain!important;object-position:center;background:transparent}.sponsored-media-slide .entre-lineas-media-placeholder{width:100%;height:100%;border-radius:0}.sponsored-carousel-control{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#083e5bc7;color:#fff;box-shadow:0 7px 18px #08314838;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);cursor:pointer;transition:background .16s ease,transform .16s ease}.sponsored-carousel-control:hover{background:#087fa9;transform:translateY(-50%) scale(1.06)}.sponsored-carousel-control:focus-visible{outline:3px solid rgba(33,157,207,.34);outline-offset:3px}.sponsored-carousel-control.previous{left:.65rem}.sponsored-carousel-control.next{right:.65rem}.sponsored-carousel-count{position:absolute;top:.65rem;right:.65rem;z-index:2;padding:.28rem .55rem;border-radius:999px;background:#08334cc7;color:#fff;font-size:.72rem;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sponsored-carousel-dots{display:flex;justify-content:center;align-items:center;gap:.4rem;min-height:12px}.sponsored-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#bdd6e2;cursor:pointer;transition:width .2s ease,background .2s ease}.sponsored-carousel-dots button.active{width:23px;background:#188fba}.sponsored-owner-actions{display:flex;align-items:center;gap:.4rem}.sponsored-edit-trigger{color:#087c9e}.sponsored-edit-form{display:grid;gap:.85rem;margin:.75rem 0;padding:1rem;border:1px solid #a8dcca;border-radius:16px;background:#ffffffdb;box-shadow:0 10px 24px #0d5b7114}.sponsored-edit-form header,.sponsored-edit-form footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sponsored-edit-form header>div{display:grid;gap:.18rem}.sponsored-edit-form header strong{color:#123f5e;font-size:1.05rem}.sponsored-edit-form label{display:grid;gap:.35rem;color:#24485f;font-size:.76rem;font-weight:800}.sponsored-edit-form textarea{min-height:88px;resize:vertical}.sponsored-edit-grid{display:grid;grid-template-columns:1.2fr 1.5fr .65fr .65fr;gap:.7rem}.sponsored-edit-files{grid-template-columns:auto 1fr auto!important;align-items:center;gap:.7rem!important;padding:.7rem .8rem;border:1px dashed #8ec9dc;border-radius:13px;background:#f3fafd}.sponsored-edit-files>span{display:grid;gap:.15rem}.sponsored-edit-files small{color:#61788c;font-weight:400}.sponsored-edit-form footer{justify-content:flex-end}.sponsored-composer-fields{display:grid;grid-template-columns:1fr 1fr .5fr .5fr;gap:.75rem;padding:.9rem;border:1px solid #a7dfcf;border-radius:18px;background:linear-gradient(135deg,#effcf8,#f5fbff)}.sponsored-composer-fields label{display:grid;gap:.35rem;color:#24485f;font-size:.76rem;font-weight:800}.evento-audiencia-options{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.evento-audiencia-options button{display:flex;align-items:center;gap:.7rem;padding:.8rem;border:1px solid #c9dfed;border-radius:14px;background:#fff;color:#173c56;text-align:left;cursor:pointer}.evento-audiencia-options button.selected{border-color:#2c9ccc;background:#eaf7fd;box-shadow:0 0 0 2px #2c9ccc1f}.evento-audiencia-options span{display:grid;gap:.15rem}.evento-audiencia-options small{color:#61788c;font-weight:400}@media(max-width:900px){.sponsored-composer-fields{grid-template-columns:1fr 1fr}.sponsored-hide span{display:none}.sponsored-edit-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.sponsored-composer-fields,.evento-audiencia-options{grid-template-columns:1fr}.sponsored-media-viewport{height:116px;border-radius:14px}.sponsored-carousel-control{width:34px;height:34px}.sponsored-carousel-control.previous{left:.45rem}.sponsored-carousel-control.next{right:.45rem}.sponsored-edit-grid{grid-template-columns:1fr}.sponsored-edit-trigger span{display:none}.sponsored-edit-files{grid-template-columns:auto 1fr!important}.sponsored-edit-files input{grid-column:1 / -1;width:100%}}.advertiser-profile-page,.advertiser-metrics-page{display:grid;gap:20px}.advertiser-metrics-live{justify-self:end;display:inline-flex;align-items:center;gap:8px;margin-top:-8px;padding:8px 12px;border:1px solid #c9dfed;border-radius:999px;background:#f7fbfe;color:#60788f;font-size:13px;font-weight:700}.advertiser-metrics-live svg{color:#7a91a5}.advertiser-metrics-live.is-connected{border-color:#a8dec9;background:#edf9f4;color:#087d5d}.advertiser-metrics-live.is-connected svg{color:#12a477;filter:drop-shadow(0 0 5px rgba(18,164,119,.35))}.advertiser-workflow{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:10px;background:#fff;border:1px solid #c6deef;border-radius:18px;box-shadow:0 12px 30px #0c416312}.advertiser-workflow button{display:grid;grid-template-columns:36px 1fr;text-align:left;align-items:center;column-gap:10px;padding:12px;border:0;border-radius:12px;background:transparent;color:#55708d}.advertiser-workflow button>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#edf6fb;font-weight:800}.advertiser-workflow button b{color:#153e5d}.advertiser-workflow button small{font-size:12px}.advertiser-workflow button.active{background:#eaf6fc}.advertiser-workflow button.active>span{background:#218dca;color:#fff}.advertiser-workflow button.done>span{background:#e5f8f0;color:#07875f}.advertiser-workflow-progress{position:absolute;left:20px;right:20px;bottom:0;height:3px;background:#e7f0f5;overflow:hidden;border-radius:3px}.advertiser-workflow-progress i{display:block;height:100%;background:linear-gradient(90deg,#218dca,#43bfa0);transition:width .25s ease}.advertiser-workflow-card{max-width:1050px;width:100%;margin:auto;padding:26px;display:grid;gap:22px}.advertiser-workflow-card section{display:grid;gap:22px}.advertiser-workflow-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #dbe9f2;padding-bottom:18px}.advertiser-workflow-card header h2{margin:4px 0;color:#123f5e}.advertiser-workflow-card header p{margin:4px 0;color:#5c7390}.advertiser-workflow-card footer{display:flex;justify-content:space-between;border-top:1px solid #dbe9f2;padding-top:18px}.advertiser-workflow-card footer .btn{display:flex;align-items:center;gap:7px}.advertiser-kind{display:grid;grid-template-columns:1fr 1fr;gap:12px}.advertiser-kind button{display:flex;gap:14px;align-items:center;text-align:left;padding:18px;border:1px solid #c9deec;border-radius:14px;background:#f8fbfd;color:#16425f}.advertiser-kind button svg{padding:10px;width:44px;height:44px;border-radius:12px;background:#eaf5fb}.advertiser-kind button span{display:grid;gap:3px}.advertiser-kind button small{color:#647b94}.advertiser-kind button.selected{border:2px solid #218dca;background:#edf8fd;box-shadow:0 8px 20px #218dca1c}.advertiser-rules{display:grid;grid-template-columns:1fr 1fr;gap:12px}.advertiser-rules article{display:flex;gap:13px;padding:16px;border:1px solid #cfe2ee;border-radius:14px;background:#f7fbfd}.advertiser-rules article>svg{flex:0 0 auto;color:#168cbd}.advertiser-rules b{color:#123f5e}.advertiser-rules p{margin:5px 0 0;color:#536f89;line-height:1.5}.advertiser-price{color:#087b59;font-size:26px;white-space:nowrap}.advertiser-price small{font-size:13px;color:#60788f}.advertiser-payment{display:grid;gap:10px;padding:18px;border-radius:16px;background:#f2f8fb;border:1px solid #c6dfed}.advertiser-payment>button:not(.btn){display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;text-align:left;padding:13px;border:1px solid #c5ddea;background:#fff;border-radius:12px}.advertiser-payment>button.selected{border:2px solid #218dca}.advertiser-payment span{display:grid}.advertiser-payment small{color:#668097}.advertiser-metrics-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.advertiser-metrics-summary article{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;padding:20px;background:#fff;border:1px solid #c9dfed;border-radius:17px;box-shadow:0 12px 28px #11446412}.advertiser-metrics-summary span{grid-row:1/3;width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#e8f5fb;color:#168ac3}.advertiser-metrics-summary small{color:#60788f}.advertiser-metrics-summary strong{font-size:25px;color:#123f5e}.advertiser-metrics-list{padding:24px;display:grid;gap:14px}.advertiser-metrics-list>header{display:flex;justify-content:space-between;gap:30px;border-bottom:1px solid #dbe9f2;padding-bottom:18px}.advertiser-metrics-list header h2{margin:4px 0;color:#123f5e}.advertiser-metrics-list header p{max-width:500px;color:#617a92}.advertiser-metric-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:16px;border:1px solid #d2e4ee;border-radius:14px}.advertiser-metric-row h3{margin:3px 0;color:#123f5e}.advertiser-metric-row a{display:inline-flex;align-items:center;gap:5px;color:#087cb8}.advertiser-metric-row dl{display:flex;gap:28px;margin:0}.advertiser-metric-row dl div{display:grid;gap:4px}.advertiser-metric-row dt{font-size:12px;color:#647b93}.advertiser-metric-row dd{margin:0;font-size:21px;font-weight:800;color:#12405f}.advertiser-metrics-empty{text-align:center;padding:50px;color:#607a92}.advertiser-metrics-empty svg{color:#41a8d4}@media(max-width:760px){.advertiser-workflow{grid-template-columns:1fr}.advertiser-workflow button{display:none}.advertiser-workflow button.active{display:grid}.advertiser-rules,.advertiser-kind,.advertiser-metrics-summary{grid-template-columns:1fr}.advertiser-workflow-card{padding:18px}.advertiser-workflow-card header,.advertiser-metrics-list>header{flex-direction:column}.advertiser-metric-row{grid-template-columns:1fr}.advertiser-metric-row dl{justify-content:space-between;gap:10px}.advertiser-metrics-summary{grid-template-columns:1fr 1fr}.advertiser-metrics-live{justify-self:stretch;justify-content:center;margin-top:-4px}}@media(max-width:440px){.advertiser-metrics-summary{grid-template-columns:1fr}.advertiser-metric-row dl{flex-direction:column}}.entre-lineas-mobile-actions{display:none}.entre-lineas-contactos-slot{display:contents}.entre-lineas-composer-heading{width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:default}.entre-lineas-composer-chevron{display:none;margin-left:auto;color:#6c8799;transition:transform .2s ease}@media(max-width:700px){html{scroll-padding-top:74px}.main{padding:10px 10px 24px}.main>.grid{gap:10px}.topbar-entre-lineas{min-height:0;height:30px;margin:0 0 5px}.sidebar{min-height:58px;padding:7px 10px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;border-radius:0 0 16px 16px}.sidebar .sidebrand{gap:7px}.sidebar .sidebrand .heart{width:36px;height:36px;border-radius:11px}.sidebar .sidebrand-copy{display:none}.sidebar .userbox{min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.sidebar .userbox-photos{flex:0 0 auto}.sidebar .userbox-avatar{width:32px;height:32px;border-width:1px}.sidebar .userbox-patient-row{display:none}.sidebar .userbox-info{display:block;min-width:0}.sidebar .userbox-info strong{display:block;font-size:12px;line-height:1.2}.sidebar .userbox-info small,.sidebar .userbox-info small:last-child{display:none}.sidebar-mobile-toggle{width:38px;height:38px;border-radius:11px}.sidebar.mobile-open{padding-bottom:10px}.sidebar.mobile-open .side-nav{max-height:calc(100dvh - 115px)}.entre-lineas-header{min-height:82px;padding:11px 12px;border-radius:16px}.entre-lineas-header:before{height:82px}.entre-lineas-header-top{min-height:58px}.entre-lineas-identidad{max-width:90%;gap:10px;align-items:center}.entre-lineas-badge{width:38px;height:38px;border-radius:12px}.entre-lineas-badge svg{width:20px;height:20px}.entre-lineas-comunidad-label{font-size:8px}.entre-lineas-titulo{font-size:21px;line-height:1}.entre-lineas-bajada{max-width:260px;margin-top:4px;overflow:hidden;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.entre-lineas-rango-fondo{top:0;height:82px;opacity:.38}.entre-lineas-rango-fondo .entre-lineas-header-chart{left:-45%;width:160%;height:82px}.entre-lineas-help-dock{display:none!important}.entre-lineas-mobile-actions{position:sticky;top:6px;z-index:36;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column:1/-1;gap:3px;padding:5px;border:1px solid #d5e6ef;border-radius:15px;background:#fffffff5;box-shadow:0 7px 20px #103c661c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.entre-lineas-mobile-actions{order:2}.entre-lineas-mobile-actions a,.entre-lineas-mobile-actions button{display:flex;min-width:0;height:42px;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:3px;border:0;border-radius:10px;background:transparent;color:#416278;font:inherit;font-size:9px;font-weight:800;text-decoration:none}.entre-lineas-mobile-actions a:first-child,.entre-lineas-mobile-actions button{color:#087fa9}.entre-lineas-mobile-actions a:active,.entre-lineas-mobile-actions button:active{background:#eaf6fc}.eventos-destacados{position:relative;top:auto;order:3;gap:5px;padding:8px;border-radius:15px;box-shadow:0 4px 14px #12497012;-webkit-backdrop-filter:none;backdrop-filter:none}.eventos-destacados-head{min-height:24px;padding:0 3px}.eventos-destacados-head strong{font-size:13px}.evento-destacado-card{min-height:72px;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:7px 8px;border-radius:12px}.evento-destacado-contenido h3{margin:1px 0 2px;font-size:13px;line-height:1.2}.evento-destacado-meta,.evento-destacado-datos{gap:6px;font-size:9px}.evento-destacado-datos span:nth-child(n+2),.evento-publicado-por,.evento-reacciones{display:none}.evento-destacado-nav{gap:3px}.evento-destacado-nav button{width:30px;height:27px}.entre-lineas-contactos-slot{display:contents}.contactos-panel{position:relative;top:auto;order:5;padding:10px 12px;border-radius:15px;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none}.contactos-panel-heading h3{font-size:14px}.contactos-panel-heading .home-kicker{display:none}.entre-lineas-eventos-card{order:6;padding:10px 12px;border-radius:15px}.entre-lineas-eventos-heading{gap:8px}.entre-lineas-eventos-heading h3{font-size:14px}.entre-lineas-eventos-toggle{width:32px;height:32px}.entre-lineas-evento-crear{height:32px;padding:0 9px;font-size:10px}.entre-lineas-feed{order:4!important;border-radius:16px}.entre-lineas-composer{padding:10px 12px}.entre-lineas-composer-heading{min-height:42px;gap:9px;margin:0;cursor:pointer}.entre-lineas-composer-heading strong{font-size:13px}.entre-lineas-composer-heading small{display:block;font-size:10px}.entre-lineas-composer-icon{width:34px;height:34px;border-radius:11px}.entre-lineas-composer-chevron{display:block}.entre-lineas-composer:not(.movil-expandido):not(:target)>:not(.entre-lineas-composer-heading){display:none}.entre-lineas-composer.movil-expandido .entre-lineas-composer-chevron,.entre-lineas-composer:target .entre-lineas-composer-chevron{transform:rotate(180deg)}.entre-lineas-composer-field{margin-top:10px}.entre-lineas-composer-field textarea{min-height:78px;padding:11px 12px 24px;border-radius:13px;font-size:13px;line-height:1.4}.entre-lineas-composer-actions{margin-top:8px}.entre-lineas-composer-actions>.btn.primary{min-height:38px;padding:8px 12px}.entre-lineas-timeline-heading{padding:13px 12px 10px}.entre-lineas-timeline-heading .home-kicker,.entre-lineas-timeline-heading p{display:none}.entre-lineas-timeline-heading h3{font-size:16px}.entre-lineas-feed-conteo{padding:6px}.entre-lineas-timeline{gap:0;padding:0}.timeline-post,.timeline-post-sponsored{padding:12px 11px 10px;border-width:0 0 1px;border-radius:0;box-shadow:none}.timeline-post .post-head{gap:8px;margin-bottom:9px}.timeline-post .avatar{width:34px;height:34px}.post-autor-identidad{line-height:1.15}.post-autor-identidad strong{font-size:12.5px}.post-autor .mini{font-size:9.5px}.post-contacto-badge,.post-propia-badge{padding:2px 5px;font-size:8px}.contacto-publicacion-accion,.entre-lineas-post-eliminar{width:30px;height:30px}.entre-lineas-post-contenido{font-size:13px;line-height:1.47!important}.entre-lineas-media-grid{gap:3px;margin:9px -11px 0;border-radius:0}.entre-lineas-media{max-height:300px}.entre-lineas-media-grid:has(>:only-child) .entre-lineas-media{border-radius:0}.entre-lineas-link-preview.notice{margin:9px -3px 0;padding:8px}.entre-lineas-link-preview.notice img{width:58px;height:58px}.entre-lineas-link-preview strong{font-size:12px}.entre-lineas-post-actions{margin:10px 0 0;padding:7px 0 0}.entre-lineas-reaccion{min-width:29px;padding:6px}.entre-lineas-reaccion svg{width:14px;height:14px}.entre-lineas-comentario-form{margin-top:8px;padding-top:8px}.entre-lineas-comentario-form input{height:36px}.entre-lineas-comentario-form .btn{width:36px;height:36px}.timeline-post-sponsored{background:linear-gradient(135deg,#f5fcfa,#f4f9fc)}.sponsored-post-label{margin:0 0 6px;font-size:9px}.sponsored-post-title{margin:2px 0;font-size:15px}.sponsored-post-commerce{gap:5px 8px;margin:6px 0}.sponsored-post-commerce strong{font-size:15px}.sponsored-post-commerce span{padding:3px 7px;font-size:10px}.sponsored-media-carousel{margin-top:6px}.sponsored-media-viewport{height:104px;border-radius:11px}.sponsored-carousel-control{width:30px;height:30px}.sponsored-carousel-count{top:5px;right:5px;font-size:9px}.sponsored-carousel-dots{min-height:9px}.entre-lineas-anuncios{display:none!important}.platform-safety-footer{margin-top:14px;padding:12px;font-size:10px}}@media(max-width:380px){.main{padding-inline:6px}.entre-lineas-mobile-actions span{font-size:8px}.entre-lineas-bajada{max-width:220px}.evento-destacado-datos{display:none}.entre-lineas-evento-crear{font-size:0;width:32px;padding:0}.entre-lineas-evento-crear svg{width:15px;height:15px}}.sidebar .sidebar-privacy-link{width:100%;min-height:44px;gap:10px;margin:4px 0 0;padding:10px 11px;border-radius:13px;color:#d5e9f7;font-size:13px;font-weight:750;line-height:1.25}.sidebar .sidebar-privacy-link svg{width:19px;height:19px;flex:0 0 auto}.sidebar .sidebar-privacy-link:hover{background:#ffffff17}@media(min-width:1051px){.sidebar.collapsed .sidebar-privacy-link{justify-content:center;padding:10px 8px}}@media(max-width:1050px){.sidebar .sidebar-privacy-link{display:none}.sidebar.mobile-open .sidebar-privacy-link{display:flex;grid-column:1/-1;margin-top:0;padding:11px 13px}}@media(max-width:700px){.entre-lineas-eventos-heading{display:flex;flex-direction:column;align-items:stretch;gap:9px}.entre-lineas-eventos-heading>.badges-section-heading{margin:0}.entre-lineas-eventos-acciones{display:grid;width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;margin:0}.entre-lineas-eventos-toggle,.entre-lineas-evento-crear{display:inline-flex;width:100%;min-width:0;height:36px;padding:0 10px;border-radius:11px;font-size:10.5px;line-height:1;white-space:nowrap}.entre-lineas-eventos-toggle svg,.entre-lineas-evento-crear svg{width:15px;height:15px;flex:0 0 auto}}@media(max-width:340px){.entre-lineas-eventos-acciones{grid-template-columns:1fr}}.chat-launcher{display:none}@media(max-width:700px){.topbar .top-actions{display:block!important;width:auto}.topbar .notification-bell{position:fixed;z-index:520;top:10px;right:58px}.topbar .notification-bell-toggle{width:38px;height:38px;border-color:#fff3;background:#ffffff1a;color:#fff;box-shadow:none}.topbar .notification-bell-toggle:hover,.topbar .notification-bell-toggle[aria-expanded=true]{border-color:#ffffff52;background:#fff3;color:#fff}.notification-dropdown{top:58px;right:6px;left:6px;max-height:calc(100dvh - 70px)}.chat-launcher{position:fixed;z-index:430;left:12px;bottom:max(12px,env(safe-area-inset-bottom));display:grid;width:52px;height:52px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:17px;background:linear-gradient(145deg,#168fc6,#0e6d9e);color:#fff;box-shadow:0 12px 30px #08486c47}.chat-launcher span{position:absolute;top:-7px;right:-7px;padding:3px 5px;border:2px solid #fff;border-radius:999px;background:#e8f7fd;color:#075d88;font-size:8px;font-weight:900}.chat-composer{padding-bottom:max(12px,env(safe-area-inset-bottom))}}.evento-invitados-search{display:block;overflow:hidden;border:1px solid #bdd9e9;border-radius:13px;background:#fff}.evento-invitados-search:focus-within{border-color:var(--azul);box-shadow:0 0 0 4px #3598d424}.evento-invitados-search input{border:0;border-radius:0;box-shadow:none!important}.evento-invitados-ayuda{display:block;margin-top:6px;color:#61798d;font-size:11px;font-weight:500}.evento-invitados-estado{display:flex;align-items:center;gap:6px;margin:9px 0 0}.evento-invitados-resultados{max-height:210px;overflow-y:auto;gap:5px;padding:5px;border:1px solid #d8e8f1;border-radius:13px;background:#f7fbfd}.evento-invitado-opcion{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border:0;border-radius:10px;background:#fff;color:#173c56;text-align:left;cursor:pointer}.evento-invitado-opcion>span:nth-child(2){display:grid;gap:2px}.evento-invitado-opcion small{color:#6a8193;font-size:10px}.evento-invitado-opcion:hover{background:#eaf6fc}@media(max-width:700px){.evento-invitados-resultados{max-height:176px}.evento-invitado-opcion{padding:7px}}.entre-lineas-composer-open-label,.entre-lineas-composer-quick-photo{display:none}@media(max-width:700px){.entre-lineas-header{min-height:100px;padding:12px;overflow:hidden}.entre-lineas-header:before{height:100px;background:linear-gradient(90deg,#fffffffa,#ffffffeb 50%,#ffffff3d 78%)}.entre-lineas-header-top{min-height:74px}.entre-lineas-identidad{max-width:78%;align-items:center}.entre-lineas-titulo{font-size:20px}.entre-lineas-bajada{display:-webkit-box;max-width:230px;margin-top:5px;overflow:hidden;font-size:10.5px;line-height:1.3;white-space:normal;text-overflow:clip;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entre-lineas-rango-fondo{top:0;height:100px;opacity:.58}.entre-lineas-rango-fondo .entre-lineas-header-chart{left:-18%;width:142%;height:100px}.entre-lineas-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.entre-lineas-composer-heading{grid-column:1;min-width:0}.entre-lineas-composer-heading>span:nth-child(2){min-width:0}.entre-lineas-composer-heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entre-lineas-composer-open-label{display:inline;margin-left:auto;color:#0879ad;font-size:9px;font-weight:900;text-transform:uppercase}.entre-lineas-composer-quick-photo{display:grid;grid-column:2;width:42px;height:42px;place-items:center;margin:0;padding:0;border:1px solid #c9e1ed;border-radius:12px;background:#fff;color:#0879ad;cursor:pointer}.entre-lineas-composer-quick-photo span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.entre-lineas-file-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap}.entre-lineas-composer:not(.movil-expandido):not(:target)>:not(.entre-lineas-composer-heading):not(.entre-lineas-composer-quick-photo){display:none}.entre-lineas-composer.movil-expandido,.entre-lineas-composer:target{grid-template-columns:minmax(0,1fr) auto}.entre-lineas-composer.movil-expandido>:not(.entre-lineas-composer-heading):not(.entre-lineas-composer-quick-photo),.entre-lineas-composer:target>:not(.entre-lineas-composer-heading):not(.entre-lineas-composer-quick-photo){grid-column:1/-1}.entre-lineas-timeline{gap:7px;padding:7px;background:#edf4f8}.timeline-post,.timeline-post-sponsored{border:1px solid #d9e7ef;border-radius:12px;background:#fff}.timeline-post-sponsored{background:linear-gradient(135deg,#f5fcfa,#f4f9fc)}}.entre-lineas-file-input{display:block!important;position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap}@media(max-width:700px){.entre-lineas-media-grid{grid-auto-rows:clamp(132px,42vw,180px)}.entre-lineas-media-grid:has(>:only-child){grid-auto-rows:clamp(150px,48vw,210px)}.entre-lineas-media-grid .entre-lineas-media,.entre-lineas-media-grid .entre-lineas-media-placeholder{width:100%;height:100%;max-height:none;object-fit:contain;object-position:center}}.context-action-dock,.user-media-carousel-mobile{display:none}.entre-lineas-media-warning{margin:9px 0 0;background:#fff7dc;color:#815800;font-size:12px;line-height:1.4}.entre-lineas-comentario-propio-acciones{display:flex;align-items:center;gap:4px}.entre-lineas-comentario-propio-acciones button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:50%;background:#eef6fa;color:#557489}.entre-lineas-comentario-propio-acciones .entre-lineas-comentario-eliminar{color:#a33b3b}.entre-lineas-comentario-edicion{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;margin:5px 0}.entre-lineas-comentario-edicion input{min-width:0;height:34px;padding:7px 9px;font-size:12px}.entre-lineas-comentario-edicion .btn{width:34px;height:34px;padding:0}@media(max-width:700px){.entre-lineas-mobile-actions{display:none!important}.entre-lineas-composer:not(.movil-visible){display:none!important}.chat-launcher{display:none!important}.malli-shell.malli-contextual-mobile:not(.context-character-visible):not(.open),.malli-restore.malli-contextual-mobile{display:none!important}.contactos-panel:not(.panel-movil-abierto){display:none!important}.contactos-panel.panel-movil-abierto{display:block!important}.entre-lineas-evento-crear,.user-media-grid-desktop{display:none!important}.user-media-carousel-mobile{display:block}.user-media-carousel-mobile .sponsored-media-carousel{margin-top:8px}.user-media-carousel-mobile .sponsored-media-viewport{height:clamp(150px,48vw,205px);border-radius:12px;background:#edf4f7}.user-media-carousel-mobile .sponsored-media-slide{padding:4px}.user-media-carousel-mobile .sponsored-carousel-control{display:grid}.entre-lineas-comentario-propio-acciones{align-self:flex-start}.malli-shell.malli-contextual-mobile.open{left:8px!important;top:8px!important;width:calc(100vw - 16px)!important;height:calc(100vh - 16px)!important}.malli-shell.malli-contextual-mobile.open .malli-panel{position:fixed!important;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;width:auto!important;max-height:none!important}.context-action-dock{position:fixed;right:12px;bottom:max(14px,env(safe-area-inset-bottom));z-index:2147480100;display:grid;justify-items:end;gap:10px;pointer-events:none}.context-action-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;border:0;background:#071a2f33;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.context-action-trigger,.context-action-item i{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:#fff;background:linear-gradient(145deg,#168cc5,#126592);box-shadow:0 12px 28px #0737574d}.context-action-trigger{border:1px solid rgba(255,255,255,.8);transition:transform .2s ease;pointer-events:auto}.context-action-dock.is-open .context-action-trigger{transform:rotate(90deg)}.context-action-list{display:grid;justify-items:end;gap:9px;opacity:0;transform:translateY(12px) scale(.96);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.context-action-dock.is-open .context-action-list{opacity:1;transform:none;pointer-events:auto}.context-action-dock.is-open .context-action-backdrop,.context-action-dock.is-open .context-action-item{pointer-events:auto}.context-action-item{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:0;border:0;background:transparent;color:#123d58}.context-action-item>span{padding:7px 11px;border:1px solid rgba(187,216,230,.9);border-radius:999px;background:#fffffff7;box-shadow:0 7px 20px #07304c29;font-size:12px;font-weight:850;white-space:nowrap}.context-action-item i{width:46px;height:46px;background:linear-gradient(145deg,#e9f9ff,#d7f1f4);color:#126e99;border-color:#b7deeb;box-shadow:0 8px 22px #07406033}}@media(max-width:760px){.malli-target{scroll-margin-top:76px!important;scroll-margin-bottom:270px!important;outline-width:3px!important;outline-offset:3px!important;box-shadow:0 0 0 5px #ffffffc7,0 0 20px #1584b157!important}.malli-shell.tour-active{left:0!important;top:0!important;width:100vw!important;height:100vh!important;pointer-events:none}.malli-shell.tour-active .malli-character,.malli-shell.tour-active .malli-tooltip,.malli-shell.tour-active .malli-ask,.malli-shell.tour-active .malli-tour,.malli-shell.tour-active .malli-hide{display:none!important}.malli-shell.tour-active .malli-panel,.malli-shell.malli-contextual-mobile.open.tour-active .malli-panel{position:fixed!important;inset:auto 8px max(8px,env(safe-area-inset-bottom)) 8px!important;width:auto!important;max-height:min(34vh,258px)!important;overflow:auto!important;padding:11px 12px 10px!important;border-radius:20px!important;box-shadow:0 18px 50px #072f4e4d!important;pointer-events:auto}.malli-shell.tour-active .malli-panel-head{min-height:32px;gap:7px;margin:0 36px 6px 0;padding:0}.malli-shell.tour-active .malli-panel-head img{width:32px;height:32px}.malli-shell.tour-active .malli-panel-head span{font-size:8px;letter-spacing:.08em}.malli-shell.tour-active .malli-panel-head strong{font-size:12px}.malli-shell.tour-active .malli-close{top:9px;right:9px;width:30px;height:30px}.malli-shell.tour-active .malli-progress{height:4px;margin-top:2px}.malli-shell.tour-active .malli-progress+small{display:block;margin-top:4px;color:#527083;font-size:9px;font-weight:800}.malli-shell.tour-active h3{margin:4px 0 3px;font-size:15px;line-height:1.15}.malli-shell.tour-active p{display:-webkit-box;margin:0;overflow:hidden;font-size:11px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:3}.malli-shell.tour-active .malli-drag-hint{display:none}.malli-shell.tour-active .malli-actions{gap:7px;margin-top:8px}.malli-shell.tour-active .malli-actions .btn{min-height:34px;padding:7px 10px;border-radius:11px;font-size:11px}.malli-shell.tour-active .malli-skip{position:absolute;right:48px;top:14px;margin:0;font-size:9px}.context-action-dock.tour-is-active{opacity:0;visibility:hidden;pointer-events:none}}.sidebar-notifications{display:none}@media(max-width:1050px){.sidebar{grid-template-columns:auto minmax(0,1fr) auto auto}.sidebar-notifications{display:block}.sidebar-notifications .notification-bell-toggle{width:38px;height:38px;padding:0;border-color:#fff3;background:#ffffff1a;color:#fff;box-shadow:none}.sidebar-notifications .notification-bell-toggle:hover,.sidebar-notifications .notification-bell-toggle[aria-expanded=true]{border-color:#ffffff52;background:#fff3;color:#fff}.topbar .notification-bell{display:none}}@media(max-width:700px){.contactos-panel{display:none!important}.contactos-panel.panel-movil-abierto{position:fixed!important;z-index:610;inset:66px 8px max(70px,env(safe-area-inset-bottom)) 8px;display:flex!important;max-height:none;flex-direction:column;overflow:auto;padding:14px;border:1px solid #c8deea;border-radius:18px;background:#fff;box-shadow:0 24px 70px #071a2f47!important;-webkit-backdrop-filter:none;backdrop-filter:none}.contactos-panel.panel-movil-abierto .contactos-panel-contenido.abierto{display:flex;flex-direction:column;gap:10px;padding-top:10px}.contactos-panel.panel-movil-abierto .contactos-panel-toggle{min-width:72px;height:36px}}@media(max-width:700px){.eventos-destacados,.context-action-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.timeline-post{contain:none!important}.entre-lineas-post-actions,.entre-lineas-comentarios-toggle,.entre-lineas-comentario-form,.entre-lineas-comentario-form input,.entre-lineas-comentario-form button{position:relative;z-index:5;pointer-events:auto!important;touch-action:manipulation}.entre-lineas-comentarios-toggle{min-width:40px;min-height:40px;justify-content:center}.entre-lineas-comentario-form button{min-width:42px!important;width:42px!important;min-height:42px!important;height:42px!important}.topbar-entre-lineas{display:none!important}.main{padding-top:7px}.main>.grid{gap:7px}.entre-lineas-header{min-height:72px;padding:8px 10px;border-radius:14px}.entre-lineas-header:before{height:72px;background:linear-gradient(90deg,#fffffffa,#ffffffeb 53%,#ffffff2e 82%)}.entre-lineas-header-top{min-height:54px}.entre-lineas-identidad{max-width:78%;gap:8px}.entre-lineas-badge{width:30px;height:30px;border-radius:9px;box-shadow:0 6px 14px #1e73b733}.entre-lineas-badge svg{width:16px;height:16px}.entre-lineas-comunidad-label{margin-bottom:2px;font-size:7px;letter-spacing:.09em}.entre-lineas-titulo{font-size:17px;line-height:1}.entre-lineas-bajada{max-width:220px;margin-top:3px;font-size:9px;line-height:1.2;-webkit-line-clamp:2}.entre-lineas-rango-fondo{height:72px;opacity:.48}.entre-lineas-rango-fondo .entre-lineas-header-chart{left:-8%;width:126%;height:72px}}:root{--product-ink:#0b2740;--product-copy:#46657d;--product-line:#cbdfea;--product-surface:#fff;--product-soft:#f2f8fc;--product-radius:18px;--product-shadow:0 10px 30px rgba(10,49,78,.08)}html{font-size:16px}body,button,input,select,textarea{font-family:Segoe UI Variable Text,Aptos,Segoe UI,sans-serif}body{color:var(--product-ink);letter-spacing:-.006em}h1,h2,h3{letter-spacing:-.035em}.main{max-width:none;padding:28px clamp(18px,3vw,44px) 52px}.surface,.card{border:1px solid var(--product-line);border-radius:var(--product-radius);background:var(--product-surface);box-shadow:var(--product-shadow)}.btn{min-height:42px;border-radius:11px;letter-spacing:0;box-shadow:none!important}.btn.primary{background:var(--azul2)}.btn.primary:hover{background:#1766a6}input,select,textarea{border-radius:11px}.notice,.alert{border-radius:12px;font-weight:500}.alert.bad{border-left:4px solid var(--bad)}.section-heading,.agenda-hero,.tools-hero,.therapy-header,.education-hero,.privacy-hero{min-height:150px;padding:28px clamp(24px,3vw,38px);border:1px solid #beddec;border-radius:24px;background:linear-gradient(105deg,#fff 10%,#edf8fd 72%,#dff2fb);box-shadow:0 12px 36px #0e446812;display:flex;align-items:center;justify-content:space-between;gap:24px}.section-heading>div,.agenda-hero>div{max-width:850px}.section-heading h1,.agenda-hero h1,.tools-hero h1,.therapy-header h1,.education-hero h1,.privacy-hero h1{margin:5px 0 7px;font-size:clamp(2rem,3.1vw,2.8rem);line-height:1.04;color:var(--oscuro)}.section-heading p,.agenda-hero p{margin:0;max-width:750px;color:var(--product-copy);font-size:1rem;line-height:1.55}.section-heading>svg,.agenda-hero>svg{width:54px;height:54px;padding:13px;border:1px solid #b8dcec;border-radius:16px;color:var(--azul2);background:#ffffffc2}.section-eyebrow,.home-kicker{display:block;color:#0877b8;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.sidebar{background:#092641}.sidebrand .heart{border-radius:15px;background:transparent;box-shadow:none}.sidebar .heart img{object-fit:cover;transform:scale(1.12)}.nav-item{min-height:44px;border-radius:11px;font-weight:650;transition:background .16s ease,color .16s ease}.nav-item:hover{background:#123b5d}.nav-item.active{background:#215174;box-shadow:inset 3px 0 #68c7ec}.nav-label{font-size:.89rem}.sidebar-privacy-link{font-weight:650}.sidebar-toggle{background:transparent}.auth-page{background:#f7fbfd}.auth-page .hero{padding:clamp(32px,5vw,72px);background:linear-gradient(145deg,#071f37,#0c4168);justify-content:flex-start;gap:min(18vh,150px)}.auth-page .hero:before{width:520px;height:520px;top:auto;bottom:-300px;right:-150px;background:transparent;border:1px solid rgba(117,208,239,.18)}.auth-page .brand .heart{width:70px;height:70px;padding:0;border-radius:18px;background:transparent;overflow:hidden}.auth-page .brand img{width:100%;height:100%;object-fit:cover;transform:scale(1.12)}.login-kicker{display:block;margin-bottom:16px;color:#7dd2f0;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-page .hero h1{max-width:720px;font-size:clamp(2.7rem,5vw,5rem);line-height:.98;letter-spacing:-.055em}.auth-page .hero p{max-width:680px;font-size:1.12rem}.login-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:32px;border:1px solid rgba(255,255,255,.15);border-radius:15px;overflow:hidden}.login-pillars span{display:grid;gap:3px;padding:15px;background:#ffffff0e}.login-pillars small{color:#b9d8e9}.login-card{box-shadow:0 18px 55px #0926411f}.agenda-page{gap:16px;max-width:1500px}.agenda-hero{border-radius:24px}.agenda-patient-select{margin-left:auto;border:0;box-shadow:var(--product-shadow)}.agenda-search{padding:24px 26px}.agenda-search-head>svg{width:24px;color:#7191a7}.agenda-search h2{margin:5px 0 6px;font-size:1.45rem}.agenda-search p{margin:0;color:var(--product-copy)}.agenda-filters{display:grid;grid-template-columns:minmax(230px,1.5fr) minmax(190px,1fr) auto auto;margin-top:18px}.agenda-filters>label:first-child{height:44px}.agenda-filters select{height:44px}.agenda-filters .check{height:44px;padding:0 12px;border:1px solid var(--product-line);border-radius:11px;align-items:center;background:#f8fbfd;white-space:nowrap}.agenda-filters .check input{width:18px;accent-color:var(--azul2)}.agenda-market-grid{grid-template-columns:minmax(310px,.72fr) minmax(520px,1.6fr);align-items:start}.agenda-doctors{gap:8px}.agenda-doctor{border-radius:14px;padding:14px;box-shadow:0 5px 16px #103c5c0b;transition:transform .15s ease,border-color .15s ease}.agenda-doctor:hover{transform:translateY(-2px);border-color:#8fc9e5}.agenda-doctor.active{background:#eff9fe}.agenda-avatar{border-radius:50%;background:#e6f5fc}.agenda-calendar{border-radius:18px;min-height:440px}.agenda-empty{min-height:390px}.agenda-empty svg{padding:12px;border:1px solid #cce2ed;border-radius:16px;background:#f2f9fc}.agenda-directory-empty{display:grid;justify-items:start;gap:7px;padding:24px;border:1px dashed #b7d6e5;border-radius:15px;background:#f7fbfd;color:var(--product-copy)}.agenda-directory-empty strong{color:var(--product-ink)}.agenda-search-head{align-items:center;gap:24px}.agenda-patient-inline{display:grid;grid-template-columns:auto minmax(220px,290px);align-items:center;gap:10px;flex:0 0 auto;margin:0;padding:8px 9px 8px 13px;border:1px solid #c7deea;border-radius:12px;background:#f5fafc;box-shadow:none}.agenda-patient-inline>span{color:#506d83;font-size:.72rem;font-weight:750;white-space:nowrap}.agenda-patient-inline select{height:39px;padding:7px 34px 7px 10px;border-color:#bfd9e7;background:#fff;font-size:.82rem}.agenda-days article{grid-template-columns:120px 1fr}.agenda-days button{min-width:112px;border-radius:10px}.agenda-days button:hover{border-color:#2eaa7f;transform:translateY(-1px)}.agenda-doctor-grid{grid-template-columns:1.4fr .8fr}.agenda-summary{grid-template-columns:repeat(2,1fr)}.agenda-stat{border-radius:14px;box-shadow:none}.product-page{display:grid;gap:18px;max-width:1450px;margin:auto}.support-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.75fr);gap:18px}.support-form,.support-history{padding:25px}.support-form h2,.support-history h2{margin:0 0 18px}.support-types{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:20px}.support-type{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:13px;text-align:left;border:1px solid var(--product-line);border-radius:12px;background:#fff;color:var(--product-copy)}.support-type strong,.support-type small{display:block}.support-type strong{color:var(--product-ink);margin-bottom:3px}.support-type.active{border-color:#4ca9d8;background:#eef8fd;box-shadow:inset 0 -3px #3598d4}.support-form label{margin:15px 0}.inline-success{display:flex;gap:8px;align-items:center;color:var(--ok);font-weight:650}.quiet-empty{min-height:220px;display:grid;place-content:center;justify-items:center;gap:7px;text-align:center;color:var(--product-copy)}.support-ticket{padding:16px 0;border-top:1px solid #dce9ef}.support-ticket>div{display:flex;justify-content:space-between}.support-ticket h3{margin:10px 0 5px}.support-ticket p{color:var(--product-copy)}.support-ticket blockquote{margin:12px 0 0;padding:12px;border-left:3px solid var(--ok);background:#f0faf7}.support-ticket blockquote strong{display:block}.ticket-state{font-size:.7rem;font-weight:800;text-transform:uppercase;color:#976300}.ticket-state.resuelta,.ticket-state.cerrada{color:var(--ok)}.security-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr);gap:18px;align-items:start}.security-card{padding:26px;display:grid;align-content:start;gap:14px}.security-card>svg{color:var(--azul2)}.security-card h2{margin:0}.security-card p{color:var(--product-copy);line-height:1.55}.security-card form{display:grid;gap:12px}.security-status{width:max-content;padding:6px 10px;border-radius:99px;background:#edf2f5;color:#657887}.security-status.active{background:#e7f8f1;color:#087857}.two-factor-benefit{display:grid;grid-template-columns:auto 1fr;gap:11px;padding:14px;border-radius:12px;background:#eef7fb;color:#17638d}.two-factor-benefit span{display:grid;gap:3px}.two-factor-benefit small{color:#4f6f83;line-height:1.45}.authenticator-guide{display:grid;gap:12px;padding-top:4px}.authenticator-guide-heading{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:start}.authenticator-guide-heading>span{display:grid;place-items:center;min-width:56px;padding:6px 8px;border-radius:99px;background:#0d6fa8;color:#fff;font-size:.68rem;font-weight:800;text-transform:uppercase}.authenticator-guide-heading>div{display:grid;gap:3px}.authenticator-guide-heading small{color:#617b8e;line-height:1.45}.authenticator-apps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.authenticator-apps>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-width:0;padding:11px;border:1px solid #c9dfe9;border-radius:11px;background:#fff;transition:border-color .15s ease,transform .15s ease}.authenticator-apps>a:hover{border-color:#74bada;transform:translateY(-1px)}.authenticator-apps>a>span:nth-child(2){display:grid;min-width:0}.authenticator-apps strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.authenticator-apps small{color:#6a8293;font-size:.67rem}.app-monogram{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#fff;font-size:.72rem;font-weight:850}.app-monogram.google{background:#4285f4}.app-monogram.microsoft{background:#146caa}.app-monogram.twofas{background:#6848e8}.totp-setup{display:grid;gap:13px;padding:17px;border:1px solid #bcdceb;border-radius:12px;background:#f4fafc}.totp-setup label{margin:0}.totp-setup code{display:block;margin:7px 0 0;padding:10px;border-radius:8px;background:#0b2941;color:#fff;letter-spacing:.13em;overflow:auto}.totp-setup .account-name{display:inline-block;width:auto;background:#dfeef5;color:#174d6d;letter-spacing:0}.totp-secret-warning{margin:0!important;padding:9px 11px;border-left:3px solid #d89321;background:#fff8e7;color:#795315!important;font-size:.75rem}.authenticator-guide-heading.final{margin-top:3px}.totp-confirm{display:flex;gap:9px}.totp-confirm input{max-width:150px;letter-spacing:.18em;text-align:center;font-weight:750}.two-factor-active-note{display:flex;align-items:flex-start;gap:8px;margin:0!important;padding:12px;border-radius:11px;background:#eaf8f3;color:#087857!important;font-size:.82rem}@media(max-width:1050px){.agenda-market-grid,.agenda-doctor-grid,.support-layout{grid-template-columns:1fr}.agenda-calendar{order:1}.agenda-doctors{grid-template-columns:repeat(2,minmax(0,1fr));order:2}.agenda-filters{grid-template-columns:1fr 1fr}}@media(max-width:720px){.main{padding:16px 12px 36px}.section-heading,.agenda-hero,.tools-hero,.therapy-header,.education-hero,.privacy-hero{min-height:unset;padding:21px 19px;border-radius:19px}.section-heading>svg,.agenda-hero>svg{display:none}.section-heading h1,.agenda-hero h1,.tools-hero h1,.therapy-header h1,.education-hero h1,.privacy-hero h1{font-size:2rem}.login-pillars{grid-template-columns:1fr}.auth-page .hero{gap:70px}.agenda-search{padding:19px}.agenda-filters{grid-template-columns:1fr}.agenda-filters .check{justify-content:flex-start}.agenda-doctors{grid-template-columns:1fr}.agenda-market-grid{display:flex;flex-direction:column}.agenda-doctors,.agenda-calendar{width:100%;order:initial}.agenda-patient-select{width:100%;margin:0}.support-types,.security-grid{grid-template-columns:1fr}.totp-confirm{flex-direction:column}.totp-confirm input{max-width:none}.agenda-search-head{align-items:stretch;flex-direction:column}.agenda-patient-inline{width:100%;grid-template-columns:1fr}.agenda-patient-inline select{max-width:none}.authenticator-apps{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.topbar{min-height:42px;margin:0 0 12px;align-items:center}.topbar-entre-lineas{min-height:42px;margin-bottom:12px}.top-actions{margin-left:auto}.home-welcome,.entre-lineas-header,.tools-hero,.education-hero,.privacy-hero,.agenda-hero,.section-heading,.therapy-header{box-sizing:border-box;width:100%;min-height:184px;margin:0;padding:30px 34px;border:1px solid #bddceb;border-radius:22px;background-color:#f8fcfe;box-shadow:0 10px 30px #0c3a5b11}.home-welcome h1,.entre-lineas-titulo,.tools-hero h1,.education-hero h1,.privacy-hero h1,.agenda-hero h1,.section-heading h1,.therapy-header h1{margin:6px 0 8px;color:#082842;font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,sans-serif;font-size:clamp(2.25rem,3vw,2.75rem);font-weight:720;line-height:1.04;letter-spacing:-.045em}.home-kicker,.tools-kicker,.education-eyebrow,.entre-lineas-comunidad-label,.section-eyebrow,.eyebrow{margin:0;color:#0879b7;font-size:.7rem;font-weight:760;line-height:1.25;letter-spacing:.13em;text-transform:uppercase}.home-welcome p,.tools-hero p,.education-hero p,.privacy-hero>div>p:last-child,.agenda-hero p,.section-heading p,.therapy-header p{max-width:720px;margin:0;color:#506d83;font-size:.98rem;font-weight:400;line-height:1.55;letter-spacing:0}.tools-hero-mark,.section-symbol,.section-heading>svg,.agenda-hero>svg{display:grid;place-items:center;flex:0 0 auto;width:66px;height:66px;padding:0;border:1px solid #b9dbea;border-radius:18px;background:#ffffffb8;color:#1883bf;box-shadow:none}.section-symbol svg{width:30px;height:30px}.home-welcome{background:radial-gradient(circle at 91% 14%,rgba(68,187,220,.15),transparent 29%),linear-gradient(110deg,#fff 15%,#f3fafd 70%,#e9f8fc)}.home-welcome:after{opacity:.5}.home-quick-actions{align-self:center}.home-quick-action{min-height:64px;border-radius:14px;box-shadow:none}.home-quick-action strong{font-size:.78rem}.home-quick-action small{font-size:.66rem}.tools-hero{background:linear-gradient(100deg,#fffffff7,#edf8fded),repeating-linear-gradient(90deg,transparent 0 39px,rgba(40,145,195,.04) 40px)}.education-hero{background:radial-gradient(circle at 88% 40%,rgba(87,199,166,.12),transparent 24%),linear-gradient(108deg,#fff,#eef9fd)}.education-hero-copy{max-width:720px}.education-hero h1{max-width:700px}.education-hero-visual{transform:scale(.82);transform-origin:center right}.privacy-hero{background:linear-gradient(105deg,#fff 0,#fff 62%,#e6f6fce6),repeating-linear-gradient(135deg,transparent 0 18px,rgba(29,124,177,.04) 19px)}.privacy-page{padding:0 0 24px}.privacy-hero>div{max-width:800px}.entre-lineas-header{position:relative;min-height:184px;padding:30px 34px;overflow:hidden}.entre-lineas-header-top{min-height:122px}.entre-lineas-identidad{gap:18px}.entre-lineas-badge{width:62px;height:62px;border-radius:17px}.entre-lineas-titulo{font-style:normal}.entre-lineas-bajada{margin:0;color:#1375ae;font-size:1rem;font-weight:650;line-height:1.35}.entre-lineas-rango-fondo{opacity:.82}.auth-page{grid-template-columns:minmax(620px,1.35fr) minmax(390px,.65fr)}.auth-page .hero{min-height:100vh;gap:0;padding:38px clamp(38px,5vw,82px) 46px;background:radial-gradient(circle at 18% 20%,rgba(53,152,212,.14),transparent 28%),linear-gradient(145deg,#061c31,#082d4b 58%,#0d456a)}.auth-page .hero:before{width:680px;height:680px;right:-380px;bottom:-380px;border:1px solid rgba(126,210,233,.18)}.auth-page .brand{height:72px}.auth-page .brand h2{font-family:Segoe UI Variable Display,Aptos Display,sans-serif;font-size:1.45rem;font-weight:720}.auth-page .brand p{font-size:.86rem}.auth-page .hero-content{display:grid;align-items:center;flex:1;padding-top:22px}.login-story{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(330px,.72fr);align-items:center;gap:clamp(30px,5vw,76px)}.login-message{position:relative;z-index:2}.login-kicker{margin-bottom:18px;font-size:.68rem;letter-spacing:.15em}.auth-page .hero h1{max-width:650px;margin:0 0 23px;font-size:clamp(3.25rem,5.4vw,5.6rem);font-weight:690;line-height:.91;letter-spacing:-.065em}.auth-page .hero h1 em{color:#75d0e9;font-family:Georgia,Times New Roman,serif;font-size:.9em;font-weight:400;letter-spacing:-.045em}.auth-page .hero p{max-width:590px;margin:0;color:#d1e7f2;font-size:1.03rem;line-height:1.65}.login-art{position:relative;min-height:420px;border-left:1px solid rgba(169,220,239,.16)}.login-art svg{position:absolute;inset:45px -20px auto 0;width:calc(100% + 20px);overflow:visible}.login-art-rail{fill:none;stroke:#99d5eb1f;stroke-width:18;stroke-linecap:round}.login-art-signal{fill:none;stroke:url(#signal);stroke-width:3;stroke-linecap:round}.login-art circle{fill:#0b3554;stroke:#86d6ea;stroke-width:3}.art-note{position:absolute;display:grid;grid-template-columns:30px 1fr;column-gap:10px;min-width:180px;padding:13px 15px;border:1px solid rgba(159,217,237,.2);border-radius:12px;background:#051e33b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.art-note b{grid-row:1/3;color:#68c9e6;font-size:.7rem;letter-spacing:.1em}.art-note strong{font-size:.86rem}.art-note small{color:#a9ccdd;font-size:.69rem}.login-art .art-tools{top:35px;left:15px}.login-art .art-community{top:196px;right:-5px}.login-art .art-together{bottom:24px;left:42px}.art-range{position:absolute;top:148px;left:64px;color:#75d2e8;font-family:Georgia,serif;font-size:1.25rem;font-style:italic}.art-range small{display:block;margin-top:3px;color:#8aafc2;font-family:Segoe UI Variable Text,sans-serif;font-size:.62rem;font-style:normal;letter-spacing:.1em;text-transform:uppercase}.login-credits{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;width:100%;padding-top:20px;border-top:1px solid rgba(169,220,239,.16);color:#d5eaf3}.login-credit-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,3vw,34px);margin:0}.login-credit-list>div{display:grid;gap:3px;min-width:0}.login-credit-list dt{color:#7fcde8;font-size:.59rem;font-weight:750;line-height:1.3;letter-spacing:.1em;text-transform:uppercase}.login-credit-list dd{margin:0;color:#eef8fb;font-size:.72rem;font-weight:650;line-height:1.35}.login-credit-signature{display:flex;align-items:center;gap:11px;flex:0 0 auto}.login-credit-signature img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(0,0,0,.18))}.login-credit-signature>div{display:grid;gap:2px}.login-credit-signature strong{color:#eef9fc;font-size:.72rem;line-height:1.25}.login-credit-signature small{color:#91b8ca;font-size:.59rem;line-height:1.35;white-space:nowrap}.authbox{background:linear-gradient(#f7fbfdf0,#f7fbfdf0),repeating-linear-gradient(0deg,transparent 0 31px,#d9eaf2 32px)}.login-card{border-radius:20px;box-shadow:0 22px 65px #082a4421}@media(max-width:1180px){.auth-page{grid-template-columns:1fr}.auth-page .hero{min-height:auto}.login-story{min-height:650px}.authbox{padding-block:60px}}@media(max-width:760px){.home-welcome,.entre-lineas-header,.tools-hero,.education-hero,.privacy-hero,.agenda-hero,.section-heading,.therapy-header{min-height:148px;padding:22px 20px;border-radius:18px}.home-welcome h1,.entre-lineas-titulo,.tools-hero h1,.education-hero h1,.privacy-hero h1,.agenda-hero h1,.section-heading h1,.therapy-header h1{font-size:2rem}.login-story{grid-template-columns:1fr;min-height:auto}.login-art{min-height:340px;border-left:0;border-top:1px solid rgba(169,220,239,.16)}.auth-page .hero h1{font-size:clamp(3rem,15vw,4.3rem)}.auth-page .hero{padding:28px 22px 38px}.education-hero-visual,.tools-hero-mark,.section-symbol{display:none}}:root{--t3-title:#123f60;--t3-title-deep:#0c3553}h1,h2,h3,.topbar h1{color:var(--t3-title)}.t3-section-hero{position:relative;display:flex;align-items:center;min-height:184px;overflow:hidden;width:100%;padding:28px 34px;border:1px solid #bcdcea;border-radius:22px;background:linear-gradient(105deg,#fff 4%,#f5fbfd 57%,#eaf7fb);box-shadow:0 10px 30px #0c3a5b11}.t3-section-identity{position:relative;z-index:3;display:grid;grid-template-columns:64px minmax(0,680px);align-items:center;gap:18px}.t3-section-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#238dc7,#52bddf);box-shadow:0 10px 24px #1c83bb33}.t3-section-eyebrow{display:block;margin-bottom:6px;color:#0879b7;font-size:.7rem;font-weight:780;letter-spacing:.13em;text-transform:uppercase}.t3-section-hero h1{margin:0 0 7px;color:var(--t3-title);font-family:Segoe UI Variable Display,Aptos Display,Segoe UI,sans-serif;font-size:clamp(2.25rem,3vw,2.75rem);font-weight:720;line-height:1.04;letter-spacing:-.045em}.t3-section-hero p{max-width:680px;margin:0;color:#506d83;font-size:.98rem;line-height:1.5}.t3-section-art{position:absolute;z-index:1;top:0;right:0;bottom:0;left:46%;overflow:hidden;pointer-events:none}.t3-section-art:before{content:"";position:absolute;right:-90px;bottom:-145px;width:330px;height:330px;border:1px solid rgba(43,146,192,.1);border-radius:50%}.t3-section-art svg{position:absolute;right:-15px;top:6px;width:min(58vw,720px);height:172px;overflow:visible}.t3-section-art .art-grid-line{fill:none;stroke:#cbe6ef;stroke-width:1;stroke-dasharray:3 7;opacity:.38}.t3-section-art .art-grid-line.b{opacity:.19}.t3-section-art .art-main-line{fill:none;stroke:#65b8dd;stroke-width:3.2;stroke-linecap:round}.t3-section-art .art-secondary-line{fill:none;stroke:#71cbb0;stroke-width:1.4;stroke-dasharray:5 7;opacity:.62}.t3-section-art circle{fill:#f8fdff;stroke:#65b8dd;stroke-width:2.5}.t3-art-token{position:absolute;padding:7px 10px;border:1px solid rgba(124,188,216,.42);border-radius:9px;background:#ffffffd4;color:#316985;font-size:.66rem;font-weight:780;box-shadow:0 6px 16px #1f5e7f14}.t3-art-token.token-one{right:38%;top:27px}.t3-art-token.token-two{right:8%;bottom:24px}.art-profile .t3-section-icon{background:linear-gradient(145deg,#277eaf,#54b9d6)}.art-profile .art-main-line{stroke:#4fa7d1}.art-profile .art-secondary-line{stroke:#61c7ab}.art-tools .t3-section-icon{background:linear-gradient(145deg,#1876b3,#36a1d1)}.art-tools .art-main-line{stroke:#258fca;stroke-dasharray:1 0}.art-tools .art-secondary-line{stroke:#efb34f}.art-therapy .t3-section-icon{background:linear-gradient(145deg,#176b9f,#42a9d0)}.art-therapy .art-main-line{stroke:#2d9bc9}.art-therapy .art-secondary-line{stroke:#ef9c68;stroke-dasharray:2 6}.art-education .t3-section-icon{background:linear-gradient(145deg,#167ea8,#39b697)}.art-education .art-main-line{stroke:#4cabc9}.art-education .art-secondary-line{stroke:#43b992}.art-agenda .t3-section-icon{background:linear-gradient(145deg,#1b7bb5,#54bfe0)}.art-agenda .art-main-line{stroke:#218cc7}.art-agenda .art-secondary-line{stroke:#6fc5a5}.art-privacy .t3-section-icon{background:linear-gradient(145deg,#315e8d,#4da7c8)}.art-privacy .art-main-line{stroke:#527fa8}.art-privacy .art-secondary-line{stroke:#62bfc1}.art-support .t3-section-icon{background:linear-gradient(145deg,#2079a8,#4bb6c6)}.art-support .art-main-line{stroke:#40a9c1}.art-support .art-secondary-line{stroke:#75c6a9}.art-security .t3-section-icon{background:linear-gradient(145deg,#284f7b,#348ca9)}.art-security .art-main-line{stroke:#397eaa}.art-security .art-secondary-line{stroke:#53b79e}.art-collective .t3-section-icon{background:linear-gradient(145deg,#16789e,#38aa98)}.art-collective .art-main-line{stroke:#2e9db1}.art-collective .art-secondary-line{stroke:#53bc91}.home-page,.tools-page,.education-page,.agenda-page,.therapy-page,.privacy-page,.product-page{gap:16px}.home-quick-actions-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;border:1px solid #c8dfe9;border-radius:16px;background:#ffffffd1;box-shadow:0 8px 22px #103c660e}.home-quick-actions-panel .home-quick-action{min-width:0}.therapy-context-toolbar{display:flex;justify-content:flex-end;gap:10px;padding:12px 14px;border:1px solid #c8dfe9;border-radius:15px;background:#fff}.therapy-context-toolbar .therapy-header-actions{display:flex;align-items:end;gap:10px;margin:0}.entre-lineas-help-dock{grid-column:1/-1;display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;margin-top:-8px;padding:0 10px}.entre-lineas-help-dock.open{display:grid;grid-template-columns:auto 1fr;padding:12px;border:1px solid #c8dfe9;border-radius:14px;background:#f7fbfd}.entre-lineas-help-dock .entre-lineas-explicacion-lista{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;background:transparent}.entre-lineas-header .entre-lineas-header-top{min-height:122px}.entre-lineas-header .entre-lineas-titulo{color:var(--t3-title);font-size:clamp(2.25rem,3vw,2.75rem);font-weight:720}@media(max-width:900px){.t3-section-art{top:0;right:0;bottom:0;left:38%;opacity:.55}.t3-section-identity{grid-template-columns:56px minmax(0,1fr)}.t3-section-icon{width:56px;height:56px}.home-quick-actions-panel{display:flex;overflow-x:auto}.home-quick-actions-panel .home-quick-action{min-width:260px}}@media(max-width:650px){.t3-section-hero{min-height:158px;padding:21px 18px;border-radius:18px}.t3-section-identity{grid-template-columns:48px minmax(0,1fr);gap:13px}.t3-section-icon{width:48px;height:48px;border-radius:14px}.t3-section-icon svg{width:22px}.t3-section-hero h1{font-size:2rem}.t3-section-hero p{font-size:.84rem}.t3-section-art{top:0;right:0;bottom:0;left:30%;opacity:.24}.t3-art-token{display:none}.home-quick-actions-panel{margin:0 -2px;padding:9px}.therapy-context-toolbar{justify-content:stretch}.therapy-context-toolbar .therapy-header-actions{width:100%;flex-direction:column;align-items:stretch}.entre-lineas-help-dock.open,.entre-lineas-help-dock .entre-lineas-explicacion-lista{grid-template-columns:1fr}}.main{padding-top:14px}.topbar-entre-lineas{min-height:32px;margin-bottom:8px}.home-page,.tools-page,.education-page,.agenda-page,.therapy-page,.privacy-page,.product-page,.clinical-tool-page{width:100%;max-width:none!important;margin:0!important;gap:14px!important}.t3-section-hero{min-height:146px;padding:22px 28px;border-radius:20px}.t3-section-identity{grid-template-columns:54px minmax(0,620px);gap:16px;max-width:64%}.t3-section-icon{width:54px;height:54px;border-radius:16px}.t3-section-icon svg{width:25px;height:25px}.t3-section-eyebrow{margin-bottom:4px;font-size:.66rem}.t3-section-hero h1{margin-bottom:5px;font-size:clamp(1.85rem,2.35vw,2.28rem);font-weight:700;line-height:1.08;letter-spacing:-.035em}.t3-section-hero p{max-width:600px;font-size:.91rem;line-height:1.42}.t3-context-art{position:absolute;z-index:1;top:18px;right:24px;bottom:18px;width:min(32%,390px);overflow:hidden;border-radius:18px;pointer-events:none;background:linear-gradient(145deg,#e7f7fcb8,#fff6);border:1px solid rgba(153,207,225,.28)}.t3-context-art:after{content:"";position:absolute;inset:auto -42px -65px auto;width:170px;height:170px;border:1px solid rgba(33,143,190,.12);border-radius:50%}.t3-context-art span,.t3-context-art i{position:absolute;display:block}.context-profile .art-person{left:44%;top:25%;width:48px;height:48px;border:8px solid #68b9d8;border-radius:50%}.context-profile .art-person:after{content:"";position:absolute;left:-24px;top:46px;width:80px;height:46px;border:8px solid #68b9d8;border-bottom:0;border-radius:48px 48px 0 0}.context-profile .art-orbit{left:18%;top:14%;width:64%;height:72%;border:1px dashed rgba(31,135,178,.36);border-radius:50%;transform:rotate(-14deg)}.context-profile .orbit-b{transform:rotate(25deg);border-color:#30b08d4d}.context-profile i{width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #3ca4cf}.context-profile i:nth-of-type(1){left:20%;top:31%}.context-profile i:nth-of-type(2){right:18%;top:26%}.context-profile i:nth-of-type(3){right:25%;bottom:16%;border-color:#46b995}.context-tools{display:flex;align-items:center;justify-content:center;gap:12px}.context-tools .art-tool{position:relative;display:grid;place-items:center;width:64px;height:72px;border-radius:17px;background:#fff;color:#147eb8;font-size:1.5rem;font-weight:750;box-shadow:0 10px 24px #1e6d951f;border:1px solid #c7e5f1}.context-tools .tool-b{top:10px;color:#168c72}.context-tools .tool-c{top:-5px;color:#b87810}.context-therapy .art-dose-line{left:12%;right:12%;top:50%;height:2px;background:#8dcce3}.context-therapy .art-dose{top:24%;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #bfe0ed;color:#236487;font-size:.72rem;font-weight:750;box-shadow:0 7px 18px #195e821a}.context-therapy .art-dose:after{content:"";position:absolute;left:50%;top:100%;width:1px;height:28px;background:#8dcce3}.context-therapy .dose-a{left:9%}.context-therapy .dose-b{left:42%;top:54%}.context-therapy .dose-b:after{top:auto;bottom:100%;height:19px}.context-therapy .dose-c{right:9%}.context-education .art-page{width:105px;height:78px;border:1px solid #a7d9e8;border-radius:12px;background:#ffffffe0;box-shadow:0 10px 20px #1565881a}.context-education .art-page:before{content:"";position:absolute;left:16px;right:16px;top:22px;height:2px;background:#77bfd7;box-shadow:0 12px #bddfe9,0 24px #bddfe9}.context-education .page-a{left:16%;top:27%;transform:rotate(-8deg)}.context-education .page-b{left:38%;top:17%;transform:rotate(3deg)}.context-education .page-c{right:11%;top:31%;transform:rotate(9deg)}.context-education .art-quote{left:45%;top:4%;color:#28a58c;font:700 3.7rem Georgia,serif;opacity:.7}.context-agenda .art-calendar{left:13%;top:15%;width:122px;height:92px;padding:27px 15px 13px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border:1px solid #9ed4e6;border-radius:14px;background:#fff;box-shadow:0 10px 22px #1565881a}.context-agenda .art-calendar:before{content:"";position:absolute;left:0;right:0;top:0;height:20px;border-radius:14px 14px 0 0;background:#42a7d0}.context-agenda .art-calendar i{position:relative;width:12px;height:12px;border-radius:4px;background:#d9edf4}.context-agenda .art-calendar i:nth-child(4),.context-agenda .art-calendar i:nth-child(5){background:#59c2a1}.context-agenda .art-slot{right:12%;top:24%;padding:8px 11px;border-radius:10px;background:#e8f8f2;color:#14795e;font-size:.72rem;font-weight:800}.context-agenda .art-slot.second{top:60%;background:#fff;color:#257198;border:1px solid #c6e4ef}.context-privacy{background:linear-gradient(145deg,#f0fafcdb,#fafeffb3)}.context-privacy .art-consent-sheet{left:16%;top:12%;width:58%;height:76%;padding:20px 18px;border:1px solid #acd8e6;border-radius:14px;background:#ffffffeb;box-shadow:0 13px 30px #165b7a1a;transform:rotate(-2deg)}.context-privacy .art-consent-sheet:before{content:"Consentimientos";position:absolute;left:18px;top:13px;color:#316b86;font-size:.59rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.context-privacy .art-consent-sheet>i{position:relative;width:72%;height:3px;margin-top:13px;border-radius:3px;background:#c6e3eb}.context-privacy .art-consent-sheet>i:nth-child(2){width:88%;background:#e0eef2}.context-privacy .art-consent-sheet>i:nth-child(3){width:56%;background:#e0eef2}.context-privacy .art-consent-row{left:24%;z-index:2;width:43%;height:24px;border-radius:8px;background:#f3fafc;border:1px solid #d4eaf0;transform:rotate(-2deg)}.context-privacy .art-consent-row.row-a{top:45%}.context-privacy .art-consent-row.row-b{top:66%}.context-privacy .art-consent-row>b{left:9px;top:9px;width:46%;height:3px;border-radius:3px;background:#83bfd1}.context-privacy .art-consent-row>i{right:7px;top:5px;width:25px;height:13px;border-radius:99px;background:#42ad91}.context-privacy .art-consent-row>i:after{content:"";position:absolute;right:2px;top:2px;width:9px;height:9px;border-radius:50%;background:#fff}.context-privacy .row-b>i{background:#b8ced7}.context-privacy .row-b>i:after{left:2px;right:auto}.context-privacy .art-consent-seal{right:12%;bottom:17%;z-index:3;display:grid;place-items:center;width:52px;height:52px;border:1px solid #77c3b0;border-radius:50%;background:#e8f8f3;color:#148168;font:800 .72rem Segoe UI,sans-serif;letter-spacing:.08em;box-shadow:0 8px 20px #1a81671f}.context-privacy .art-consent-seal:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px dashed #77c3b0;border-radius:50%}.context-security .art-shield{left:30%;top:20%;display:grid;place-items:center;width:72px;height:82px;background:#e6f5fb;color:#1979aa;font-size:1.6rem;font-weight:800;clip-path:polygon(50% 0,92% 18%,85% 70%,50% 100%,15% 70%,8% 18%)}.context-security .art-lock{left:52%;top:45%;width:48px;height:40px;border-radius:10px;background:#43ac91}.context-security .art-lock:before{content:"";position:absolute;left:11px;top:-25px;width:26px;height:30px;border:5px solid #43ac91;border-bottom:0;border-radius:17px 17px 0 0}.context-security .art-data{right:10%;top:25%;width:48px;height:5px;border-radius:5px;background:#9fcfdc;box-shadow:0 16px #c1e1e9,0 32px #9fcfdc}.context-security .data-b{display:none}.context-support .art-bubble{display:grid;place-items:center;width:72px;height:58px;border-radius:18px;background:#fff;border:1px solid #b8deea;color:#1b82b2;font-size:1.5rem;font-weight:800;box-shadow:0 10px 20px #1565881a}.context-support .bubble-a{left:19%;top:21%}.context-support .bubble-b{right:18%;bottom:18%;background:#e6f8f2;color:#198267}.context-support .art-pulse{left:36%;top:48%;width:35%;border-top:2px dashed #7cc3d8;transform:rotate(14deg)}.context-collective .art-group{width:52px;height:52px;border:7px solid #4eafd0;border-radius:50%}.context-collective .art-group:after{content:"";position:absolute;left:-15px;top:47px;width:68px;height:30px;border:7px solid #4eafd0;border-bottom:0;border-radius:40px 40px 0 0}.context-collective .group-a{left:14%;top:18%}.context-collective .group-b{left:43%;top:32%;transform:scale(.84);border-color:#43af91}.context-collective .group-b:after{border-color:#43af91}.context-collective .group-c{right:10%;top:15%;transform:scale(.72);border-color:#d6a444}.context-collective .group-c:after{border-color:#d6a444}.context-collective .art-link{left:24%;right:20%;top:57%;height:2px;background:#9fcfdd}.section-controlbar,.home-quick-actions-panel,.therapy-context-toolbar,.education-tabs,.entre-lineas-help-dock{position:sticky!important;z-index:24;top:8px;width:100%!important;max-width:none!important;min-height:54px;margin:0!important;padding:7px 9px!important;border:1px solid #c5dfe9!important;border-radius:15px!important;background:#fffffff0!important;box-shadow:0 7px 20px #0e416014!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-quick-actions-panel{display:flex;align-items:center;justify-content:flex-start;gap:7px}.home-quick-actions-panel .home-quick-action{flex:0 1 auto;min-width:0!important;min-height:38px;padding:7px 10px;border:0;background:transparent;box-shadow:none}.home-quick-actions-panel .home-quick-action:hover{background:#edf7fb}.home-quick-actions-panel .home-quick-action>span small{display:none}.home-quick-actions-panel .home-quick-action>svg:last-child{display:none}.home-quick-actions-panel .home-quick-action>svg:first-child{flex:0 0 auto}.therapy-context-toolbar{display:flex;align-items:center;justify-content:space-between!important;gap:10px}.therapy-context-toolbar .therapy-section-nav{position:static;z-index:auto;width:auto;margin:0;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.therapy-context-toolbar .therapy-header-actions{margin-left:auto}.therapy-context-toolbar .patient-select{margin:0}.therapy-context-toolbar .patient-select span{font-size:.65rem}.therapy-context-toolbar select{min-width:235px;padding-block:8px}.education-tabs{display:flex;align-items:center;gap:7px;overflow-x:auto}.education-tabs button{min-height:38px}.education-page>.t3-section-hero+.education-tabs{margin-top:14px!important;margin-bottom:14px!important}.education-page>.education-tabs+*{margin-top:0!important}.entre-lineas-help-dock{display:flex;justify-content:flex-end;align-items:center}.entre-lineas-help-dock.open{display:grid;grid-template-columns:auto minmax(0,1fr)}.entre-lineas-header{min-height:146px!important;padding-block:12px!important}.entre-lineas-header .entre-lineas-header-top{min-height:120px!important}.tools-catalog{position:relative;z-index:1;display:grid;gap:14px;width:calc(100% - 28px);margin:18px 14px 0!important;padding:0}.tools-grid{gap:14px}.tool-card{margin:0!important;min-height:246px;padding:22px;border-radius:20px;box-shadow:0 9px 26px #0d365711}.tool-card h2{font-size:1.35rem;line-height:1.2}.therapy-section-nav{margin:0}.therapy-context-toolbar+*.alert,.therapy-context-toolbar+.therapy-summary{margin-top:0}.agenda-search{margin:0}.agenda-controlbar{display:flex;align-items:center;justify-content:flex-end}.agenda-controlbar .agenda-patient-inline{display:grid;grid-template-columns:auto minmax(220px,340px);align-items:center;gap:10px;margin:0}.agenda-controlbar .agenda-patient-inline>span{font-size:.75rem;font-weight:800;color:#36586e}.agenda-controlbar select{padding-block:8px}.home-actions-bar{margin-top:0!important}@media(max-width:900px){.main{padding-top:12px}.t3-section-hero{min-height:136px;padding:19px 22px}.t3-section-identity{max-width:68%;grid-template-columns:50px minmax(0,1fr);gap:13px}.t3-section-icon{width:50px;height:50px}.t3-section-hero h1{font-size:clamp(1.65rem,4vw,2rem)}.t3-context-art{right:16px;width:29%;opacity:.88}.home-quick-actions-panel{overflow-x:auto}.home-quick-actions-panel .home-quick-action{flex:0 0 auto}}@media(max-width:650px){.main{padding-top:10px}.topbar-entre-lineas{min-height:28px;margin-bottom:6px}.entre-lineas-header{min-height:128px!important;padding-block:8px!important}.entre-lineas-header .entre-lineas-header-top{min-height:110px!important}.t3-section-hero{min-height:128px;padding:17px 16px;border-radius:17px}.t3-section-identity{max-width:100%;grid-template-columns:44px minmax(0,1fr);gap:11px;padding-right:0}.t3-section-icon{width:44px;height:44px;border-radius:13px}.t3-section-hero h1{font-size:1.62rem;line-height:1.08}.t3-section-hero p{font-size:.8rem;line-height:1.38}.t3-context-art{right:-20px;top:8px;bottom:8px;width:38%;opacity:.12;border:0}.section-controlbar,.home-quick-actions-panel,.therapy-context-toolbar,.education-tabs,.entre-lineas-help-dock{top:5px;min-height:50px;border-radius:13px!important}.education-page>.t3-section-hero+.education-tabs{margin-top:10px!important;margin-bottom:10px!important}.home-quick-actions-panel{justify-content:space-around}.home-quick-actions-panel .home-quick-action{width:42px;height:40px;justify-content:center;padding:0}.home-quick-actions-panel .home-quick-action>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.therapy-context-toolbar{align-items:stretch;flex-direction:column}.therapy-context-toolbar .therapy-section-nav{width:100%;overflow-x:auto}.therapy-context-toolbar .therapy-header-actions{width:100%;margin:0;flex-direction:row;align-items:end}.therapy-context-toolbar .patient-select{flex:1}.therapy-context-toolbar select{min-width:0}.agenda-controlbar{justify-content:stretch}.agenda-controlbar .agenda-patient-inline{width:100%;grid-template-columns:1fr}.tools-catalog{width:calc(100% - 16px);gap:11px;margin:12px 8px 0!important}.tools-grid{gap:11px}.tool-card{min-height:0;padding:18px}.entre-lineas-help-dock.open{grid-template-columns:1fr}}html,body,#root{max-width:100%;overflow-x:hidden}.auth-page,.auth-page>*{min-width:0}.auth-page{width:100%;max-width:100vw;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);overflow:hidden}.auth-page .hero,.authbox{min-width:0}.login-card{width:min(500px,100%);max-width:100%}.login-mobile-brand{display:none}.google-button,.google-button>div,.google-button iframe{max-width:100%!important}.clinical-tool-toolbar{position:sticky;z-index:24;top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 30px);min-height:54px;margin:16px 15px 0!important;padding:7px 9px;border:1px solid #c5dfe9;border-radius:15px;background:#fffffff0;box-shadow:0 7px 20px #0e416014;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.clinical-tool-back{position:relative;display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border:0;border-radius:11px;background:#e9f6fc;color:#126b9d;box-shadow:none}.clinical-tool-back:hover{background:#dceff8;color:#0b527d}.clinical-tool-back>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.clinical-tool-back[data-tooltip]:after{content:attr(data-tooltip);position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:max-content;max-width:220px;padding:8px 10px;border-radius:9px;background:#103f60;color:#fff;font-size:.72rem;font-weight:700;opacity:0;visibility:hidden;transform:translateY(-3px);transition:opacity .15s ease,transform .15s ease}.clinical-tool-back[data-tooltip]:hover:after,.clinical-tool-back[data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translateY(0)}.clinical-tool-toolbar .clinical-patient-select{display:grid;grid-template-columns:auto minmax(220px,360px);align-items:center;gap:10px;width:auto;max-width:none;margin:0}.clinical-tool-toolbar .clinical-patient-select>span{margin:0;color:#43647a;font-size:.68rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.clinical-tool-toolbar .clinical-patient-select select{min-width:220px;padding-block:8px}.calculator-context-toolbar{position:sticky;z-index:24;top:8px;display:flex;align-items:center;width:100%;min-height:54px;margin:0 0 14px;padding:7px 9px;border:1px solid #c5dfe9;border-radius:15px;background:#fffffff0;box-shadow:0 7px 20px #0e416014;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.calculator-context-toolbar .calculator-tools-back{position:relative;display:grid;place-items:center;width:40px;height:40px;margin:0;padding:0;border:0;border-radius:11px;background:#e9f6fc;color:#126b9d;font-size:.78rem;font-weight:800}.calculator-context-toolbar .calculator-tools-back:hover{background:#dceff8;color:#0b527d}.calculator-context-toolbar .calculator-tools-back b{font-size:1.05rem}.calculator-context-toolbar .calculator-tools-back>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.calculator-context-toolbar .calculator-tools-back[data-tooltip]:after{content:attr(data-tooltip);position:absolute;z-index:40;top:calc(100% + 8px);left:0;width:max-content;max-width:220px;padding:8px 10px;border-radius:9px;background:#103f60;color:#fff;font-size:.72rem;font-weight:700;opacity:0;visibility:hidden;transform:translateY(-3px);transition:opacity .15s ease,transform .15s ease}.calculator-context-toolbar .calculator-tools-back[data-tooltip]:hover:after,.calculator-context-toolbar .calculator-tools-back[data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translateY(0)}.t3-section-hero.art-security .t3-context-art{display:none}.t3-section-hero.art-security .t3-section-identity{max-width:min(100%,820px)}.t3-section-hero.art-tools,.t3-section-hero.art-hypo,.t3-section-hero.art-hyper,.t3-section-hero.art-security{background:radial-gradient(circle at 92% 20%,rgba(67,174,208,.08),transparent 25%),linear-gradient(105deg,#fff 4%,#f5fbfd 72%,#eef8fb)}@media(min-width:701px)and (max-width:1180px){.auth-page{min-height:100dvh;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr)}.auth-page .hero{min-height:100dvh;padding:30px clamp(24px,4vw,42px);justify-content:flex-start}.auth-page .brand{height:auto}.auth-page .brand .heart{width:58px;height:58px}.auth-page .hero-content{padding-top:38px;align-items:start}.login-story{display:block;min-height:0}.auth-page .hero h1{font-size:clamp(2.75rem,5.4vw,4.25rem);line-height:.96}.auth-page .hero p{font-size:.94rem;line-height:1.55}.login-art{display:none}.authbox{min-height:100dvh;padding:24px}.login-card{padding:26px}}@media(max-width:700px){.auth-page{display:flex;flex-direction:column;min-height:100dvh;width:100%;max-width:100vw}.authbox{order:1;display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:100dvh;padding:max(18px,env(safe-area-inset-top)) 14px max(22px,env(safe-area-inset-bottom))}.login-card{width:100%;max-width:480px;margin:auto 0;padding:22px 18px;border-radius:18px}.login-mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #d9e9f1}.login-mobile-brand img{width:48px;height:48px;flex:0 0 48px;object-fit:cover;border-radius:14px}.login-mobile-brand span{display:grid;min-width:0}.login-mobile-brand strong{color:#103f60;font-size:1.15rem}.login-mobile-brand small{color:#647d90;font-size:.73rem;line-height:1.35}.login-card h2{margin:0 0 4px;font-size:1.55rem}.login-card .mini{margin-top:0}.auth-links{flex-wrap:wrap;font-size:.82rem}.google-button{overflow:hidden}.auth-page .hero{order:2;width:100%;min-height:auto;padding:28px 20px 34px;gap:24px;overflow:hidden}.auth-page .hero>.brand{display:none}.auth-page .hero-content{display:block;padding:0}.login-story{display:block;min-height:0;width:100%}.login-message{width:100%;max-width:100%}.login-kicker{margin-bottom:10px;font-size:.62rem;line-height:1.5}.auth-page .hero h1{max-width:100%;margin-bottom:16px;font-size:clamp(2.15rem,11.5vw,3.25rem);line-height:.98;overflow-wrap:anywhere}.auth-page .hero p{max-width:100%;font-size:.9rem;line-height:1.55}.login-art{display:none}.login-credits{align-items:flex-start;flex-direction:column;gap:18px;padding-top:20px}.login-credit-list{grid-template-columns:1fr;gap:11px;width:100%}.login-credit-list>div{grid-template-columns:minmax(128px,.85fr) 1fr;align-items:baseline;gap:12px}.login-credit-signature{width:100%;padding-top:14px;border-top:1px solid rgba(169,220,239,.12)}.login-credit-signature img{width:34px;height:34px}.login-credit-signature small{white-space:normal}.clinical-tool-toolbar{top:5px;width:calc(100% - 16px);min-height:50px;margin:12px 8px 0!important;border-radius:13px}.calculator-context-toolbar{top:5px;min-height:50px;margin-bottom:11px;border-radius:13px}.clinical-tool-toolbar .clinical-patient-select{grid-template-columns:1fr;gap:3px;min-width:0;flex:1}.clinical-tool-toolbar .clinical-patient-select select{min-width:0;width:100%}}@media(max-width:360px){.authbox{padding-inline:9px}.login-card{padding:19px 14px}.auth-links{display:grid;justify-content:start}.login-credit-list>div{grid-template-columns:1fr;gap:2px}}.tools-page,.clinical-tool-page{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%;padding:0!important;gap:14px!important}.topbar-entre-lineas+.tools-page,.topbar-entre-lineas+.clinical-tool-page{margin-top:-36px!important}.tools-page>.t3-section-hero,.clinical-tool-page>.t3-section-hero{flex:0 0 auto;width:100%;margin:0!important}.tools-unified-frame{display:grid;grid-template-columns:minmax(0,1fr);width:100%;margin:0!important;padding:0!important}.tools-unified-frame>.t3-section-hero,.tools-unified-frame>.tools-grid,.tools-unified-frame>.tools-safety{width:100%!important;margin-left:0!important;margin-right:0!important}.tools-header-spacer{display:block;width:100%;height:22px;min-height:22px;margin:0;padding:0}.tools-unified-frame>.tools-safety{margin-top:14px!important}.tools-home-layout{width:100%;max-width:none!important;margin:0!important;padding:0!important;gap:14px!important}.tools-home-layout>.t3-section-hero,.tools-home-catalog,.tools-home-catalog>.tools-grid,.tools-home-catalog>.tools-safety{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.tools-home-catalog{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-top:0!important;padding:0!important}.section-rhythm-gap{display:block;flex:0 0 0;width:100%;height:0;margin:0;padding:0;pointer-events:none}.tools-catalog{width:100%;margin:0!important;padding:16px 0 0!important}.clinical-tool-toolbar{width:100%;margin:0!important}.clinical-tool-page>:not(.t3-section-hero):not(.section-rhythm-gap){width:100%;margin-left:0!important;margin-right:0!important}.tools-grid{align-items:stretch}.tool-card{height:100%}.context-tools{display:block!important}.context-tools .art-tools-rail{left:12%;right:12%;top:52%;height:2px;background:linear-gradient(90deg,#68b8d9,#58bea4,#e2ad4a);opacity:.62}.context-tools .art-tool{position:absolute;top:24%;width:76px;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:15px;background:#fffffff0;border:1px solid #bfe0ec;box-shadow:0 9px 20px #1a5b7c1a}.context-tools .art-tool b{font-size:.91rem;line-height:1;color:#137eaf}.context-tools .art-tool small{font-size:.58rem;font-weight:750;color:#55758a}.context-tools .tool-a{left:7%}.context-tools .tool-b{left:39%;top:39%;color:inherit}.context-tools .tool-b b{color:#128a70}.context-tools .tool-c{right:7%;top:20%;color:inherit}.context-tools .tool-c b{color:#b9780e}.context-hypo .art-care-path,.context-hyper .art-correction-formula{left:10%;right:10%;top:52%;height:2px;background:#9bcfe2}.context-hypo .art-care-step{position:absolute;top:23%;width:82px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #bde0ec;border-radius:15px;background:#fffffff0;box-shadow:0 8px 18px #195b7c17}.context-hypo .art-care-step b{font-size:.82rem;color:#147fab}.context-hypo .art-care-step small{font-size:.55rem;font-weight:750;color:#56768a}.context-hypo .step-a{left:5%}.context-hypo .step-b{left:38%;top:38%}.context-hypo .step-c{right:5%}.context-hyper .art-correction-part,.context-hyper .art-correction-result{position:absolute;top:24%;width:78px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #bde0ec;border-radius:15px;background:#fffffff0;box-shadow:0 8px 18px #195b7c17}.context-hyper b{font-size:.84rem;color:#147fab}.context-hyper small{font-size:.54rem;font-weight:750;color:#56768a}.context-hyper .part-a{left:5%}.context-hyper .part-b{left:40%}.context-hyper .art-correction-result{right:5%;border-color:#c4e5d9}.context-hyper .art-correction-result b{color:#14876e}.context-hyper .art-correction-sign{left:33%;top:39%;font-size:1.3rem;font-weight:800;color:#719bb2}@media(max-width:650px){.topbar-entre-lineas+.tools-page,.topbar-entre-lineas+.clinical-tool-page{margin-top:-28px!important}.tools-page>.t3-section-hero,.clinical-tool-page>.t3-section-hero,.tools-catalog,.clinical-tool-toolbar,.clinical-tool-page>:not(.t3-section-hero):not(.section-rhythm-gap){width:100%;margin-left:0!important;margin-right:0!important}.context-tools .art-tool,.context-hypo .art-care-step,.context-hyper .art-correction-part,.context-hyper .art-correction-result{display:none}.tools-header-spacer{height:14px;min-height:14px}}@media(min-width:1051px){.app-shell{height:100dvh;min-height:100dvh;overflow:hidden;align-items:stretch}.sidebar{position:sticky!important;top:0!important;height:100dvh!important;min-height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important}.main{height:100dvh;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}}@media(max-width:1050px){.app-shell{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:100dvh;overflow:hidden}.sidebar{position:relative!important;top:auto!important;height:auto!important;min-height:76px!important;max-height:100dvh;overflow:visible!important}.sidebar.mobile-open{overflow-y:auto!important}.main{height:auto;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}}
