:root{--blue:#123A8C;--blue-dark:#0A245C;--yellow:#FFD800;--bg:#F5F7FA;--ink:#111827;--muted:#4B5563;--line:#DCE2EC;--success:#16A34A;--danger:#DC2626;--white:#FFFFFF;--wrap:1200px;--gutter:clamp(16px,4vw,40px)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Archivo,system-ui,sans-serif;font-size:15px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--blue)}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--yellow);outline-offset:2px;border-radius:3px}.display{font-stretch:62%;font-weight:900;text-transform:uppercase;line-height:.92}.muted{color:var(--muted)}.nowrap{white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.abtn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;border:0;border-radius:6px;padding:.62em 1.05em;font-weight:700;font-size:.92rem;cursor:pointer;background:var(--white);color:var(--blue-dark);box-shadow:inset 0 0 0 1.5px var(--line);text-decoration:none;line-height:1.2;white-space:nowrap}.abtn:hover{box-shadow:inset 0 0 0 1.5px var(--blue)}.abtn:disabled{opacity:.55;cursor:not-allowed}.abtn-primary{background:var(--blue);color:var(--white);box-shadow:none}.abtn-primary:hover{background:var(--blue-dark);box-shadow:none}.abtn-yellow{background:var(--yellow);color:var(--blue-dark);box-shadow:none}.abtn-yellow:hover{background:#ffe440;box-shadow:none}.abtn-danger{background:var(--danger);color:var(--white);box-shadow:none}.abtn-ghost{background:transparent}.abtn-sm{padding:.4em .75em;font-size:.84rem}.abtn-block{width:100%}.icon-btn{border:0;background:transparent;font-size:1.6rem;line-height:1;width:36px;height:36px;border-radius:6px;cursor:pointer;color:var(--muted)}.icon-btn:hover{background:var(--bg);color:var(--ink)}.link-btn{border:0;background:none;color:var(--blue);font-weight:700;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.side{background:var(--blue-dark);color:#c9d4ec;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.side:before{content:"";height:8px;flex:none;background:linear-gradient(var(--yellow) 0 50%,var(--blue) 50% 100%)}.side-brand{display:flex;align-items:center;gap:10px;padding:18px 20px 14px}.side-brand img{height:34px;width:auto;border-radius:3px;background:var(--white);padding:2px}.side-brand span{font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:1.15rem;color:var(--white);letter-spacing:.01em}.side nav{display:flex;flex-direction:column;gap:2px;padding:8px 12px;flex:1;overflow:auto}.side nav a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;color:#c9d4ec;text-decoration:none;font-weight:600;position:relative}.side nav a:hover{background:#ffffff12;color:var(--white)}.side nav a.active{background:#ffffff1a;color:var(--white)}.side nav a.active:before{content:"";position:absolute;left:-12px;top:8px;bottom:8px;width:4px;border-radius:0 3px 3px 0;background:var(--yellow)}.side-foot{padding:14px 20px 18px;border-top:1px solid rgba(255,255,255,.12);font-size:.85rem}.side-foot strong{display:block;color:var(--white)}.side-foot button{margin-top:10px;display:inline-flex;align-items:center;gap:8px;background:none;border:0;color:#c9d4ec;cursor:pointer;font-weight:600;padding:0}.side-foot button:hover{color:var(--white)}.main{min-width:0;display:flex;flex-direction:column}.topbar{display:none}.demo-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;background:#fff8cc;border-bottom:1px solid #F1E08A;padding:8px 28px;font-size:.86rem;color:#5b4b00}.demo-bar button{border:0;background:none;color:#5b4b00;font-weight:700;text-decoration:underline;cursor:pointer}.content{padding:28px clamp(16px,3vw,36px) 64px;max-width:1280px;width:100%}.scrim{display:none}@media(max-width:900px){.shell{grid-template-columns:1fr}.side{position:fixed;inset:0 auto 0 0;width:min(280px,84vw);z-index:80;transform:translate(-100%);transition:transform .2s ease}.shell.nav-open .side{transform:none}.shell.nav-open .scrim{display:block;position:fixed;inset:0;background:#0a245c73;z-index:70}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--blue-dark);color:var(--white);padding:10px 12px;position:sticky;top:0;z-index:40}.topbar .icon-btn{color:var(--white);display:flex;align-items:center;justify-content:center}.topbar span{font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:1.1rem}.demo-bar{padding:8px 16px}}.page-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}.page-head h1{font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:clamp(2rem,4vw,2.8rem);line-height:.95;color:var(--blue-dark)}.page-head p{color:var(--muted);margin-top:6px}.page-actions{display:flex;flex-wrap:wrap;gap:8px}.back{display:inline-flex;margin-bottom:12px;font-weight:600;text-decoration:none;font-size:.9rem}.panel{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:20px}.panel+.panel{margin-top:20px}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-head h2{font-size:1.02rem;font-weight:800;color:var(--blue-dark)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-2>.panel+.panel{margin-top:0}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));background:var(--white);border:1px solid var(--line);border-radius:8px;margin-bottom:20px}.stat{display:flex;flex-direction:column;padding:18px 20px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat-value{font-stretch:62%;font-weight:900;font-size:2.6rem;line-height:1;color:var(--blue-dark)}.stat-label{font-weight:700;margin-top:6px;font-size:.9rem}.stat-note{color:var(--muted);font-size:.8rem}.stat-warn .stat-value{color:#b45309}.stat-bad .stat-value{color:var(--danger)}@media(max-width:620px){.stats{grid-template-columns:1fr 1fr}.stat{border-bottom:1px solid var(--line)}.stat:nth-child(2n){border-right:0}}.bars{display:flex;align-items:flex-end;gap:12px;height:180px;padding-top:8px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.bar-track{flex:1;width:100%;max-width:44px;display:flex;align-items:flex-end;background:var(--bg);border-radius:4px 4px 0 0}.bar-fill{width:100%;background:var(--blue);border-radius:4px 4px 0 0;min-height:2px}.bar-col:last-child .bar-fill{background:var(--yellow)}.bar-val{font-weight:800;font-size:.85rem}.bar-lab{color:var(--muted);font-size:.8rem;text-transform:capitalize}.list{list-style:none}.list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.list li:last-child{border-bottom:0}.list .l-main{min-width:0}.list .l-main strong{display:block;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list .l-main span{color:var(--muted);font-size:.85rem}.occ{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;white-space:nowrap}.occ-bar{width:64px;height:6px;background:var(--bg);border-radius:3px;overflow:hidden}.occ-bar i{display:block;height:100%;background:var(--blue)}.occ-bar.full i{background:var(--danger)}.pill{display:inline-flex;align-items:center;padding:.2em .6em;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.pill-ok{background:#dcfce7;color:#166534}.pill-bad{background:#fee2e2;color:#991b1b}.pill-warn{background:#fef3c7;color:#92400e}.pill-info{background:#e0e9fb;color:var(--blue-dark)}.pill-mute{background:#eef1f5;color:var(--muted)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:18px;overflow-x:auto}.tab{border:0;background:none;padding:10px 14px;font-weight:700;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-1px;white-space:nowrap}.tab.is-on{color:var(--blue-dark);border-color:var(--yellow)}.tab-count{margin-left:6px;font-size:.78rem;background:var(--bg);padding:.1em .5em;border-radius:999px}.dt{background:var(--white);border:1px solid var(--line);border-radius:8px}.dt-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--line)}.dt-search{flex:1;min-width:200px;max-width:360px;border:1.5px solid var(--line);border-radius:6px;padding:.55em .8em;background:var(--bg)}.dt-search:focus{outline:none;border-color:var(--blue);background:var(--white)}.dt-toolbar select{border:1.5px solid var(--line);border-radius:6px;padding:.5em .7em;background:var(--white)}.dt-scroll{overflow-x:auto}.dt table{width:100%;border-collapse:collapse;min-width:640px}.dt th{text-align:left;font-size:.78rem;font-weight:700;color:var(--muted);padding:10px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.th-btn{border:0;background:none;font:inherit;color:inherit;cursor:pointer;padding:0}.th-btn:hover{color:var(--ink)}.dt td{padding:11px 14px;border-bottom:1px solid var(--line);vertical-align:middle}.dt tr:last-child td{border-bottom:0}.dt tr.is-clickable{cursor:pointer}.dt tr.is-clickable:hover td{background:#f8fafd}.dt-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.dt-pages{display:flex;align-items:center;gap:10px}.cell-strong{font-weight:700}.cell-sub{display:block;color:var(--muted);font-size:.83rem}.row-actions{display:flex;gap:6px;justify-content:flex-end}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.form .span-2{grid-column:1 / -1}@media(max-width:620px){.form{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:5px;border:0;min-width:0}.field>label,.field>legend{font-weight:700;font-size:.86rem;color:var(--blue-dark)}.field>legend{margin-bottom:5px}.field input,.field select,.field textarea{border:1.5px solid var(--line);border-radius:6px;padding:.62em .75em;background:var(--white);width:100%}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #123a8c26}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.8rem;font-weight:600}.field-hint{color:var(--muted);font-size:.8rem}.form-error{grid-column:1 / -1;background:#fee2e2;color:#991b1b;border-radius:6px;padding:10px 12px;font-weight:600;font-size:.9rem}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{position:relative;display:inline-flex;align-items:center;padding:.4em .8em;border:1.5px solid var(--line);border-radius:999px;font-size:.86rem;font-weight:600;cursor:pointer;background:var(--white)}.chip input{position:absolute;opacity:0;inset:0;cursor:pointer}.chip.is-on{border-color:var(--blue);background:#e7eefb;color:var(--blue-dark)}.chip:has(input:focus-visible){outline:3px solid var(--yellow);outline-offset:2px}.check{display:flex;align-items:center;gap:8px;font-weight:600}.modal{border:0;border-radius:10px;padding:0;width:min(640px,calc(100vw - 24px));max-height:calc(100vh - 32px);margin:auto;box-shadow:0 20px 60px #0a245c4d}.modal-sm{width:min(420px,calc(100vw - 24px))}.modal-lg{width:min(880px,calc(100vw - 24px))}.modal::backdrop{background:#0a245c73}.modal-inner{display:flex;flex-direction:column;max-height:calc(100vh - 32px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:1.1rem;font-weight:800;color:var(--blue-dark)}.modal-body{padding:20px;overflow:auto}.modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--line);background:var(--bg)}.spinner{display:flex;align-items:center;gap:10px;color:var(--muted);padding:24px}.spinner-full{min-height:60vh;justify-content:center}.spinner-dot{width:16px;height:16px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--blue);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{padding:36px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.empty-title{font-weight:700}.empty-text{color:var(--muted);max-width:36em}.toasts{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;z-index:100}.toast{background:var(--blue-dark);color:var(--white);padding:12px 16px;border-radius:8px;font-weight:600;box-shadow:0 10px 30px #0a245c4d;max-width:340px}.toast-bad{background:var(--danger)}@media(prefers-reduced-motion:reduce){.spinner-dot{animation:none}.side{transition:none}}.week-nav{display:flex;align-items:center;gap:8px}.week-nav strong{min-width:170px;text-align:center}.week{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:10px;overflow-x:auto;padding-bottom:6px}.day{background:var(--white);border:1px solid var(--line);border-radius:8px;min-height:220px;display:flex;flex-direction:column}.day-head{padding:10px 12px;border-bottom:1px solid var(--line)}.day-head b{display:block;font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:1.25rem;color:var(--blue-dark);line-height:1}.day-head span{color:var(--muted);font-size:.8rem}.day.is-today .day-head{background:var(--blue-dark)}.day.is-today .day-head b{color:var(--yellow)}.day.is-today .day-head span{color:#c9d4ec}.day-list{display:flex;flex-direction:column;gap:6px;padding:8px}.slot{text-align:left;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:6px;background:var(--white);padding:8px 10px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.slot:hover{border-color:var(--blue)}.slot.z-piscina{border-left-color:#0ea5e9}.slot.is-full{border-left-color:var(--danger)}.slot.is-past{opacity:.6}.slot b{font-size:.82rem}.slot strong{font-size:.9rem;line-height:1.2}.slot span{color:var(--muted);font-size:.78rem}.day-empty{color:var(--muted);font-size:.85rem;padding:10px}.ex-table{width:100%;border-collapse:collapse}.ex-table th{text-align:left;font-size:.76rem;color:var(--muted);padding:4px 6px}.ex-table td{padding:4px 6px;vertical-align:top}.ex-table input{width:100%;border:1.5px solid var(--line);border-radius:6px;padding:.45em .55em}.ex-scroll{overflow-x:auto}.ex-scroll table{min-width:720px}.nfc-url{display:flex;gap:8px;align-items:center;background:var(--bg);border:1px dashed #9AA8C2;border-radius:6px;padding:10px 12px;font-family:ui-monospace,Consolas,monospace;font-size:.82rem;word-break:break-all}.nfc-steps{margin:12px 0 0 18px;color:var(--muted);font-size:.86rem}.login{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-art{background:var(--blue-dark);color:var(--white);padding:48px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-art:after{content:"";position:absolute;left:0;right:0;bottom:0;height:22px;background:linear-gradient(var(--yellow) 0 50%,var(--blue) 50% 100%)}.login-art img{height:56px;width:auto;align-self:flex-start;background:var(--white);border-radius:4px;padding:4px}.login-art h1{font-size:clamp(2.6rem,6vw,4.6rem)}.login-art h1 span{color:var(--yellow)}.login-art p{color:#c9d4ec;max-width:28em;margin-top:14px}.login-form{display:flex;align-items:center;justify-content:center;padding:32px 20px}.login-form form{width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px}.login-form h2{font-size:1.4rem;font-weight:800;color:var(--blue-dark)}.demo-creds{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:12px 14px;font-size:.86rem}.demo-creds p{font-weight:700;margin-bottom:6px}.demo-creds button{display:block;border:0;background:none;padding:3px 0;cursor:pointer;color:var(--blue);text-align:left}.demo-creds button:hover{text-decoration:underline}@media(max-width:820px){.login{grid-template-columns:1fr}.login-art{padding:28px 20px 44px}.login-art h1{font-size:2.4rem}}.portal{min-height:100vh;background:var(--bg);padding-bottom:84px}.p-head{background:var(--blue-dark);color:var(--white);padding:18px 18px 22px;position:relative}.p-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:linear-gradient(var(--yellow) 0 50%,var(--blue) 50% 100%)}.p-head-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.p-head img{height:30px;width:auto;background:var(--white);border-radius:3px;padding:2px}.p-head h1{font-size:2rem;margin-top:14px}.p-head p{color:#c9d4ec;font-size:.9rem;margin-top:4px}.p-head .logout{background:none;border:0;color:#c9d4ec;font-weight:600;cursor:pointer}.p-body{padding:18px;max-width:640px;margin:0 auto}.p-card{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:16px;margin-bottom:14px}.p-card h2{font-size:1rem;font-weight:800;color:var(--blue-dark);margin-bottom:10px}.p-plan{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.p-plan b{font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:1.8rem;line-height:1;color:var(--blue-dark)}.p-tabbar{position:fixed;left:0;right:0;bottom:0;background:var(--white);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom);z-index:30}.p-tabbar a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 4px;text-decoration:none;color:var(--muted);font-size:.78rem;font-weight:700}.p-tabbar a.active{color:var(--blue-dark)}.p-tabbar a.active svg{color:var(--blue)}.p-day{font-weight:800;color:var(--blue-dark);margin:18px 0 8px;text-transform:capitalize}.p-class{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin-bottom:8px}.p-class .t{font-weight:800}.p-class .m{font-weight:700}.p-class .s{color:var(--muted);font-size:.84rem}.p-class.is-mine{border-color:var(--blue);background:#f2f6fe}.p-banner{background:#fff8cc;border:1px solid #F1E08A;border-radius:10px;padding:12px 14px;margin-bottom:14px;font-size:.9rem;display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.w-tabs{display:flex;gap:6px;margin-bottom:14px;overflow-x:auto}.w-tab{flex:1;min-width:90px;border:1.5px solid var(--line);background:var(--white);border-radius:8px;padding:10px 8px;font-weight:800;cursor:pointer;color:var(--blue-dark)}.w-tab small{display:block;font-weight:600;color:var(--muted);font-size:.75rem}.w-tab.is-on{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--yellow)}.w-tab.is-on small{color:#c9d4ec}.w-progress{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-weight:700;font-size:.9rem}.w-progress .track{flex:1;height:8px;background:var(--white);border:1px solid var(--line);border-radius:4px;overflow:hidden}.w-progress .track i{display:block;height:100%;background:var(--success);transition:width .2s}.w-ex{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:start;background:var(--white);border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:10px}.w-pic{position:relative}.w-pic .pg{width:64px;border-radius:8px}.w-num{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:8px;background:var(--bg);font-weight:900;font-size:1.4rem;color:var(--blue-dark)}.w-badge{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);background:var(--blue-dark);color:var(--yellow);font-size:.66rem;font-weight:800;padding:2px 6px;border-radius:4px;white-space:nowrap}.w-body{min-width:0}.w-body h3{font-size:1.15rem;font-weight:800;line-height:1.2}.w-group{color:var(--muted);font-size:.84rem;margin-top:2px}.w-meta{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:6px}.w-meta span{font-size:.9rem;color:var(--muted)}.w-meta b{color:var(--ink);font-size:1.1rem}.w-obs{margin-top:6px;font-size:.88rem;color:var(--muted)}.w-how{margin-top:10px;border:0;background:#e7eefb;color:var(--blue-dark);font-weight:700;font-size:.86rem;padding:.45em .8em;border-radius:6px;cursor:pointer}.w-how:hover{background:#d6e2fa}.w-check{position:relative;cursor:pointer;padding:4px}.w-check input{position:absolute;opacity:0;inset:0;cursor:pointer}.w-check .box{display:flex;width:32px;height:32px;border-radius:8px;border:2px solid #9AA8C2;align-items:center;justify-content:center;background:var(--white)}.w-check:has(input:focus-visible){outline:3px solid var(--yellow);outline-offset:2px;border-radius:8px}.w-ex.is-done{background:#f0fdf4;border-color:#86efac}.w-ex.is-done .box{background:var(--success);border-color:var(--success)}.w-ex.is-done .box:after{content:"";width:12px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.w-ex.is-done h3{text-decoration:line-through;text-decoration-thickness:2px;color:var(--muted)}.how-pic{width:140px;margin:0 auto}.how-group{margin-top:14px;font-weight:700;color:var(--blue-dark)}.how-text{margin-top:6px;line-height:1.55}.how-dose{margin-top:12px;font-weight:800;font-size:1.05rem}.install{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line);border-left:4px solid var(--yellow);border-radius:10px;padding:10px 10px 10px 12px;margin-bottom:14px}.install img{border-radius:10px;flex:none}.install-text{flex:1;min-width:0;font-size:.86rem;line-height:1.35}.install-text strong{display:block;font-size:.92rem;color:var(--blue-dark)}.install-text span{color:var(--muted)}.install-actions{display:flex;align-items:center;gap:2px}.video{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:10px;overflow:hidden}.video-vertical{aspect-ratio:9/16;max-height:70vh;width:auto;margin:0 auto}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-poster{position:absolute;inset:0;border:0;padding:0;cursor:pointer;background:var(--blue-dark);display:flex;align-items:center;justify-content:center}.video-poster img{width:100%;height:100%;object-fit:cover;opacity:.85}.video-fallback{width:45%;max-width:180px;opacity:.9}.video-play{position:absolute;width:64px;height:64px;border-radius:50%;background:var(--yellow);box-shadow:0 6px 20px #00000059}.video-play:after{content:"";position:absolute;left:26px;top:20px;border-left:18px solid var(--blue-dark);border-top:12px solid transparent;border-bottom:12px solid transparent}.video-source{position:absolute;left:10px;bottom:10px;background:#0a245cd9;color:var(--white);font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px}.modal-sheet{width:min(560px,calc(100vw - 24px))}@media(max-width:620px){.modal-sheet{width:100vw;max-width:100vw;margin:auto 0 0;border-radius:16px 16px 0 0;max-height:88vh}.modal-sheet .modal-inner{max-height:88vh}}.picto-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}.picto-opt{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;border:1.5px solid var(--line);border-radius:8px;cursor:pointer;text-align:center;font-size:.76rem;font-weight:600;line-height:1.2;color:var(--muted)}.picto-opt input{position:absolute;opacity:0;inset:0;cursor:pointer}.picto-opt .pg{width:48px}.picto-opt.is-on{border-color:var(--blue);background:#e7eefb;color:var(--blue-dark)}.picto-opt:has(input:focus-visible){outline:3px solid var(--yellow);outline-offset:2px}.video-preview{max-width:420px}.ex-lib-hint{display:block;font-size:.74rem;color:#92400e;margin-top:2px}.stat-link{text-decoration:none;color:inherit;display:flex}.stat-link .stat{flex:1}.stat-link:hover .stat-label{text-decoration:underline}.link-more{display:inline-block;margin-top:12px;font-weight:700;font-size:.9rem}.plan-meter{display:flex;align-items:center;gap:10px;margin-top:14px;font-weight:700;font-size:.88rem;white-space:nowrap}.plan-meter-track{flex:1;height:10px;background:var(--bg);border-radius:3px;overflow:hidden}.plan-meter-track i{display:block;height:100%;background:var(--yellow)}.p-facts{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;margin-top:14px;font-size:.92rem}.p-facts dt{color:var(--muted)}.srv{display:flex;flex-direction:column;gap:6px}.srv-cat{align-self:flex-start;font-size:.74rem;font-weight:800;color:var(--blue);background:#e7eefb;padding:.2em .6em;border-radius:4px}.srv h3{font-stretch:62%;font-weight:900;text-transform:uppercase;font-size:1.6rem;line-height:1;color:var(--blue-dark)}.srv-desc{color:var(--muted);font-size:.92rem}.srv-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 12px;font-size:.85rem;color:var(--muted);margin:4px 0 8px}.srv-meta strong{color:var(--ink)}.sol-resp{margin-top:6px;background:#f0fdf4;border-left:3px solid var(--success);padding:6px 10px;border-radius:0 6px 6px 0;font-size:.88rem;color:var(--ink)}
