@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{color:#15324a;font-synthesis:none;--blue:#0758a8;--bright:#09a8e8;--navy:#073b76;--ink:#15324a;--muted:#6d8193;--line:#dce6ee;--soft:#eef5fa;--white:#fff;--green:#168466;--amber:#c97916;--shadow:0 14px 40px #093a6514;background:#f5f8fb;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.brand{color:var(--blue);align-items:center;gap:12px;display:flex}.brand-mark{width:48px;height:46px;display:block;position:relative;overflow:hidden}.brand-mark i{border:5px solid;border-bottom:0;border-radius:50% 50% 0 0;position:absolute;transform:rotate(-2deg)}.brand-mark i:first-child{inset:2px 1px 0}.brand-mark i:nth-child(2){inset:13px 10px 0}.brand-mark i:nth-child(3){background:currentColor;border:0;border-radius:8px;width:8px;height:24px;top:25px;left:20px}.brand-name{letter-spacing:-1.5px;font:800 31px/1 Manrope}.brand-name small{letter-spacing:.5px;text-transform:uppercase;margin-top:4px;font:600 7px/1 Manrope;display:block}.brand-compact .brand-mark{width:38px;height:38px}.brand-compact .brand-name{font-size:26px}.brand-compact .brand-name small{font-size:6px}.public-header{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;height:82px;padding:0 38px;display:flex;position:sticky;top:0}.header-actions,.admin-head-actions{align-items:center;gap:20px;display:flex}.language-switch{background:#edf3f7;border-radius:9px;padding:3px;display:flex}.language-switch button{color:#708397;background:0 0;border:0;border-radius:7px;padding:7px 9px;font-size:12px;font-weight:700}.language-switch button.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px #00000014}.help-link,.back-public{color:#62788b;background:0 0;border:0;font-weight:600}.help-link:hover,.back-public:hover{color:var(--blue)}.public-layout{grid-template-columns:310px 1fr;min-height:calc(100vh - 82px);display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;height:calc(100vh - 82px);padding:30px 24px;display:flex;position:sticky;top:82px;overflow:auto}.sidebar-title span{color:#8ba0b2;letter-spacing:1.3px;text-transform:uppercase;font-size:11px;font-weight:700;display:block}.sidebar-title strong{margin-top:4px;font:700 20px Manrope;display:block}.search{background:#f4f7fa;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;margin:25px 0 23px;padding:0 12px;display:flex}.search:focus-within{background:#fff;border-color:#7bcbed}.search span{color:#7c91a3;font-size:24px}.search input{background:0 0;border:0;outline:0;width:100%;padding:11px 0;font-size:13px}.nav-chapter{margin-bottom:22px}.nav-chapter h3{color:#8497a8;letter-spacing:.8px;text-transform:uppercase;margin:0 0 7px;padding:0 10px;font-size:11px}.nav-chapter button{text-align:left;color:#4d6578;background:0 0;border:0;border-radius:9px;justify-content:space-between;width:100%;padding:10px;display:flex}.nav-chapter button b{color:#b5c1ca}.nav-chapter button:hover,.nav-chapter button.active{color:#075ca9;background:#eaf5fb;font-weight:600}.sidebar-support{background:linear-gradient(135deg,#eff8fd,#f5fbff);border:1px solid #d5edf8;border-radius:12px;margin-top:auto;padding:15px}.sidebar-support span{color:#648095;font-size:12px;display:block}.sidebar-support a{color:var(--blue);margin-top:5px;font-size:13px;font-weight:700;text-decoration:none;display:block}.public-main{width:100%;max-width:1320px;margin:0 auto;padding:55px clamp(30px,6vw,90px)}.welcome{max-width:1040px}.welcome-kicker,.article-label,.editor-form-head>span,.workspace-label,.panel-title>div>span,.eyebrow{letter-spacing:1.5px;color:#0a8fca;font-size:11px;font-weight:800}.welcome h1{letter-spacing:-2px;color:#103e67;max-width:760px;margin:12px 0 15px;font:800 clamp(34px,4vw,54px)/1.08 Manrope}.welcome>p{color:#6b8194;max-width:670px;margin:0;font-size:17px;line-height:1.7}.guide-grid{grid-template-columns:repeat(2,1fr);gap:17px;margin-top:45px;display:grid}.guide-grid>button{text-align:left;background:#fff;border:1px solid #deebf2;border-radius:15px;gap:17px;padding:22px;transition:all .2s;display:flex;box-shadow:0 5px 20px #0e426d0a}.guide-grid>button:hover{box-shadow:var(--shadow);border-color:#9bd8ef;transform:translateY(-2px)}.guide-icon{color:#008fc9;background:#e9f7fd;border-radius:12px;flex:none;place-items:center;width:48px;height:48px;font-size:22px;display:grid}.tone-1{color:#416fc5;background:#edf3ff}.tone-2{color:#168466;background:#e9f8f3}.tone-3{color:#c97916;background:#fff4e7}.guide-grid h3{color:#173e60;margin:1px 0 7px;font:700 17px Manrope}.guide-grid p{color:#728697;margin:0;font-size:13px;line-height:1.5}.guide-grid small{color:#0785bd;margin-top:13px;font-weight:700;display:block}.loader-wrap,.empty{text-align:center;color:#7890a1;place-content:center;min-height:340px;display:grid}.loader{border:3px solid #dcebf3;border-top-color:#069edc;border-radius:50%;width:34px;height:34px;margin:auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty span,.admin-start>span{color:#16a3dc;font-size:38px}.empty h3{margin:10px 0 0}.empty p{font-size:13px}.error-banner,.success-banner{border-radius:10px;margin-bottom:18px;padding:12px 15px;font-size:13px}.error-banner{color:#a52c2c;background:#fff0f0;border:1px solid #f4c9c9}.success-banner{color:#166e57;background:#eaf8f2;border:1px solid #bce8d7}.back{color:#678093;background:0 0;border:0;margin-bottom:22px;padding:0}.article{max-width:1020px}.article-head{border-bottom:1px solid var(--line);padding-bottom:34px}.article-head h1{letter-spacing:-1.7px;color:#143f64;margin:10px 0;font:800 clamp(34px,4vw,50px)/1.12 Manrope}.article-head p{color:#6c8294;max-width:740px;font-size:17px;line-height:1.6}.article-body{grid-template-columns:minmax(0,1fr) 190px;gap:60px;margin-top:40px;display:grid}.toc{border-left:2px solid #e0e9ef;height:max-content;padding-left:18px;position:sticky;top:120px}.toc strong{text-transform:uppercase;color:#7c91a2;font-size:12px}.toc a{color:#667f92;margin-top:12px;font-size:12px;text-decoration:none;display:block}.toc a:hover{color:#068fca}.manual-section{color:#405c70;margin-bottom:45px;scroll-margin-top:110px}.manual-section h2{color:#163f61;gap:11px;margin:0 0 17px;font:700 24px Manrope;display:flex}.manual-section h2 span{color:#fff;background:#0a98d3;border-radius:8px;place-items:center;width:31px;height:31px;font-size:14px;display:grid}.manual-section p,.manual-section li{font-size:15px;line-height:1.8}.manual-section ol{padding-left:25px}.section-nota,.section-advertencia{background:#edf8fd;border-left:4px solid #1aa2d9;border-radius:12px;padding:22px}.section-advertencia{background:#fff8ed;border-color:#e09a31}.image-gallery{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;display:grid}.image-gallery.count-1{grid-template-columns:1fr}.image-gallery figure{border:1px solid var(--line);background:#fff;border-radius:12px;margin:0;padding:7px}.image-gallery img{border-radius:8px;width:100%;display:block}.image-gallery figcaption{color:#6b8192;padding:8px 5px 2px;font-size:12px}.login-page{background:#fff;grid-template-columns:1.08fr .92fr;min-height:100vh;display:grid}.login-brand{color:#fff;background:radial-gradient(circle at 84% 16%,#0cb1e761,#0000 30%),linear-gradient(145deg,#06356a,#0876bb);flex-direction:column;justify-content:space-between;padding:56px clamp(40px,7vw,105px);display:flex;position:relative;overflow:hidden}.login-brand:after{content:"";border:75px solid #ffffff0f;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-190px;right:-170px}.login-brand .brand{color:#fff}.login-brand>div:nth-child(2){z-index:1;max-width:530px;position:relative}.login-brand>div>span{letter-spacing:1.7px;color:#8edcf6;font-size:11px;font-weight:700}.login-brand h1{letter-spacing:-2.3px;margin:14px 0 20px;font:800 clamp(38px,4.3vw,61px)/1.08 Manrope}.login-brand p{color:#d2ebf7;max-width:480px;font-size:17px;line-height:1.7}.login-brand>small{color:#a6d2e7}.login-panel{flex-direction:column;padding:42px clamp(38px,7vw,105px);display:flex}.back-public{align-self:flex-end}.login-panel form{width:100%;max-width:430px;margin:auto}.login-panel h2{letter-spacing:-1px;margin:9px 0;font:800 35px Manrope}.login-panel form>p{color:#728697;margin:0 0 28px}.login-panel label,.editor-form label{color:#405b70;margin:18px 0;font-size:13px;font-weight:600;display:block}.login-panel input,.editor-form input,.editor-form textarea,.editor-form select{color:#244860;background:#fff;border:1px solid #d6e2e9;border-radius:10px;outline:0;width:100%;margin-top:8px;padding:13px}.login-panel input:focus,.editor-form input:focus,.editor-form textarea:focus,.editor-form select:focus{border-color:#29a9dd;box-shadow:0 0 0 3px #29a9dd1f}.primary,.outline,.ghost,.icon-button{border:1px solid #0000;border-radius:9px;padding:10px 16px;font-weight:700}.primary{color:#fff;background:linear-gradient(135deg,#087ec0,#0755a4);box-shadow:0 7px 17px #045ba02e}.primary:hover{filter:brightness(1.06)}.primary.full{width:100%;margin-top:8px;padding:14px}.primary.small{padding:8px 12px;font-size:12px}.outline{color:#365b73;background:#fff;border-color:#cfdee7}.ghost{color:#6e8495;background:0 0}.login-security{text-align:center;color:#8396a5;margin-top:23px;font-size:11px}.admin-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#062f5d;flex-direction:column;height:100vh;padding:25px 18px;display:flex;position:sticky;top:0}.admin-sidebar .brand{color:#fff;padding:0 9px}.workspace-label{color:#7296b5;margin:42px 12px 12px}.admin-sidebar nav button{color:#9bb5ca;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;margin:4px 0;padding:12px;display:flex}.admin-sidebar nav button.active{color:#fff;background:#0b477f}.admin-sidebar nav button small{background:#0c3d6c;border-radius:4px;margin-left:auto;padding:3px 5px;font-size:8px}.admin-user{border-top:1px solid #ffffff1f;align-items:center;gap:10px;margin-top:auto;padding:18px 8px 0;display:flex}.admin-user>span{background:#0c99d4;border-radius:9px;place-items:center;width:35px;height:35px;font-weight:700;display:grid}.admin-user div{min-width:0}.admin-user strong,.admin-user small{white-space:nowrap;text-overflow:ellipsis;max-width:125px;display:block;overflow:hidden}.admin-user strong{font-size:12px}.admin-user small{color:#8eabc2;font-size:10px}.admin-user button{color:#91adc4;background:0 0;border:0;margin-left:auto}.admin-main{min-width:0;padding:0 35px 40px}.admin-header{justify-content:space-between;align-items:center;height:96px;display:flex}.admin-header>div>span{text-transform:uppercase;color:#8a9eae;font-size:11px}.admin-header h1{color:#163e60;margin:2px 0;font:700 25px Manrope}.admin-grid{grid-template-columns:335px minmax(0,1fr);gap:22px;height:calc(100vh - 130px);display:grid}.content-tree,.editor-panel{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto;box-shadow:0 4px 20px #14436909}.panel-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px;display:flex}.panel-title h2{margin:3px 0;font:700 17px Manrope}.icon-button{color:#078dc7;background:#e8f5fb;width:34px;height:34px;padding:0}.tree-list{padding:13px}.tree-chapter{margin-bottom:14px}.tree-chapter-head{align-items:center;display:flex}.tree-chapter-head .chapter-name{text-align:left;color:#678092;text-transform:uppercase;background:0 0;border:0;flex:1;padding:8px;font-size:12px;font-weight:800}.tree-chapter-head>button:last-child{color:#1698cf;background:0 0;border:0}.tree-chapter>button{text-align:left;color:#425f74;background:0 0;border:0;border-radius:8px;align-items:center;width:100%;padding:10px 11px 10px 18px;display:flex}.tree-chapter>button:hover,.tree-chapter>button.active{color:#075ca9;background:#eaf5fb}.tree-chapter>button span{flex:1}.tree-chapter>button small{text-transform:uppercase;color:#b46a0a;background:#fff2de;border-radius:5px;padding:3px 5px;font-size:8px}.tree-chapter>button small.published{color:#14725a;background:#e4f6ef}.editor-panel{padding:0}.admin-start{text-align:center;place-content:center;height:100%;padding:30px;display:grid}.admin-start h2{margin:14px 0 7px;font:700 24px Manrope}.admin-start p{color:#758a9a;max-width:390px}.admin-start button{justify-self:center}.editor-form{max-width:770px;margin:auto;padding:38px}.editor-form-head{border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:22px}.editor-form h2{margin:6px 0;font:700 26px Manrope}.editor-form-head p{color:#7890a1;margin:0}.field-row{grid-template-columns:2fr 1fr;gap:16px;display:grid}.editor-form textarea{resize:vertical}.editor-form .content-area{font-family:inherit;line-height:1.65}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;margin-top:30px;padding-top:20px;display:flex}.dropzone{text-align:center;cursor:pointer;background:#f7fbfd;border:2px dashed #bcd6e4;border-radius:13px;padding:35px!important}.dropzone input{display:none}.dropzone span,.dropzone strong,.dropzone small{display:block}.dropzone span{color:#159dd5;font-size:30px}.dropzone small{color:#8397a7;margin-top:5px;font-weight:400}.page-editor{padding:30px}.page-editor-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding-bottom:26px;display:flex}.page-editor-head h2{margin:9px 0 5px;font:700 27px Manrope}.page-editor-head p{color:#758b9c;margin:0}.status{text-transform:uppercase;letter-spacing:.5px;color:#b36b0e;font-size:10px;font-weight:800}.status.publicada{color:#14735a}.page-actions{align-items:flex-start;gap:8px;display:flex}.sections-admin{margin-top:25px}.sections-title{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.sections-title h3{font:700 15px Manrope}.section-card{border:1px solid var(--line);border-radius:11px;grid-template-columns:20px 38px 1fr auto;align-items:start;gap:11px;margin-bottom:10px;padding:15px;display:grid}.drag{color:#bac6ce}.section-index{color:#078ec8;background:#ebf6fb;border-radius:9px;place-items:center;width:35px;height:35px;font-size:11px;font-weight:800;display:grid}.section-preview small{color:#0690ca;font-size:9px;font-weight:800}.section-preview h4{margin:3px 0 5px;font:700 14px Manrope}.section-preview p{color:#6f8494;margin:0;font-size:12px;line-height:1.5}.section-actions{gap:5px;display:flex}.section-actions button{border:1px solid var(--line);color:#527086;background:#fff;border-radius:7px;width:31px;height:31px}.thumbs{align-items:center;gap:5px;margin-top:9px;display:flex}.thumbs img{object-fit:cover;border-radius:5px;width:38px;height:28px}.thumbs span{color:#8194a3;font-size:10px}.empty-sections{text-align:center;color:#748a9b;padding:60px 20px}.empty-sections>span{font-size:32px}.empty-sections h3{margin:8px 0}.empty-sections p{font-size:12px}@media (width<=1000px){.public-layout{grid-template-columns:260px 1fr}.admin-shell{grid-template-columns:76px 1fr}.admin-sidebar .brand-name,.admin-sidebar .workspace-label,.admin-sidebar nav span,.admin-sidebar nav small,.admin-user div{display:none}.admin-sidebar .brand-mark{margin:auto}.admin-user{justify-content:center}.admin-user button{display:none}.admin-grid{grid-template-columns:290px 1fr}.article-body{grid-template-columns:1fr}.toc{display:none}}@media (width<=760px){.public-header{height:68px;padding:0 17px}.public-header .brand-name small,.help-link{display:none}.public-layout{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;padding:18px;position:relative;top:0}.sidebar-title,.sidebar-support{display:none}.search{margin:0 0 14px}.sidebar nav{gap:8px;padding-bottom:4px;display:flex;overflow:auto}.nav-chapter{display:contents}.nav-chapter h3{display:none}.nav-chapter button{white-space:nowrap;background:#f3f7f9;width:max-content}.nav-chapter button b{display:none}.public-main{padding:32px 20px}.welcome h1{font-size:35px}.guide-grid{grid-template-columns:1fr;margin-top:30px}.article-head h1{font-size:35px}.image-gallery,.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh;padding:24px}.admin-shell{display:block}.admin-sidebar{z-index:20;flex-direction:row;align-items:center;height:66px;padding:10px 16px;display:flex;position:sticky}.admin-sidebar nav,.admin-user>span{display:none}.admin-sidebar .admin-user{border:0;margin:0 0 0 auto;padding:0}.admin-sidebar .admin-user button{display:block}.admin-main{padding:0 14px 25px}.admin-header{height:94px}.admin-header>div>span,.admin-head-actions .language-switch{display:none}.admin-header h1{font-size:20px}.admin-head-actions .outline{padding:10px;font-size:0}.admin-head-actions .outline:after{content:"↗";font-size:16px}.admin-grid{height:auto;display:block}.content-tree{max-height:300px;margin-bottom:14px}.editor-panel{min-height:500px}.page-editor,.editor-form{padding:20px}.page-editor-head{display:block}.page-actions{margin-top:16px}.field-row{grid-template-columns:1fr}.section-card{grid-template-columns:30px 1fr auto}.drag{display:none}.section-index{grid-row:1/3}.section-preview{grid-column:2}.section-actions{grid-area:1/3}.header-actions{gap:8px}}.brand{align-items:center;gap:0;display:flex}.brand img{width:196px;height:auto;display:block}.brand-compact img{object-fit:contain;width:46px;height:46px}.brand-mark,.brand-name{display:none}.login-brand>.brand{background:#fff;border-radius:12px;width:max-content;padding:10px 14px;box-shadow:0 8px 25px #02244824}.admin-sidebar .brand{background:#fff;border-radius:13px;width:58px;height:58px;padding:6px}.admin-sidebar .brand img{width:46px;height:46px}.public-main{padding-top:48px}.welcome-hero{color:#fff;background:linear-gradient(125deg,#0754a4 0%,#067fc2 62%,#09afe9 100%);border-radius:24px;padding:46px 52px 50px;position:relative;overflow:hidden;box-shadow:0 22px 50px #05539733}.welcome-hero .welcome-kicker{color:#acecff}.welcome-hero h1{z-index:1;color:#fff;position:relative}.welcome-hero p{z-index:1;color:#e2f6ff;max-width:670px;margin:0;font-size:17px;line-height:1.7;position:relative}.hero-orbit{border:62px solid #ffffff17;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-225px;right:-115px}.guide-grid{margin-top:28px}.empty{background:#fff;border:1px solid #dceaf2;border-radius:18px;min-height:250px;margin-top:26px;box-shadow:0 8px 25px #093a650d}.sidebar{border-top:4px solid #08a8e6}.sidebar-title strong{color:#0758a8}@media (width<=760px){.brand img{width:158px}.welcome-hero{border-radius:18px;padding:32px 25px 36px}.welcome-hero h1{font-size:34px}.hero-orbit{right:-230px}.admin-sidebar .brand{width:46px;height:46px;padding:5px}.admin-sidebar .brand img{width:36px;height:36px}}
