:root{--ink: #0D0D0D;--navy: #1B2A4A;--red: #C8102E;--paper: #F5F0E8;--card: #FFFFFF;--rule: #D4CFC5;--muted: #6B6B6B;--light-gray: #EAE6DF;--font-display: "Playfair Display", Georgia, serif;--font-body: "Source Serif 4", Georgia, serif;--font-ui: "Inter", system-ui, sans-serif;--max-width: 1380px;--gutter: 1rem}@media (min-width: 768px){:root{--gutter: 2rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-ui);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.rule{border:none;border-top:1px solid var(--rule);margin:1.5rem 0}.rule--bold{border-top:3px solid var(--ink)}.spinner-wrap{display:flex;justify-content:center;align-items:center;padding:4rem}.spinner{width:32px;height:32px;border:3px solid var(--rule);border-top-color:var(--navy);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.searchbar{display:flex;align-items:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:4px;overflow:hidden;transition:background .2s,border-color .2s}.searchbar:focus-within{background:#fff3;border-color:#ffffff80}.searchbar__input{background:transparent;border:none;outline:none;color:#fff;font-family:inherit;font-size:12px;padding:6px 10px;width:120px}.searchbar__input::placeholder{color:#ffffff8c}.searchbar__input::-webkit-search-cancel-button{-webkit-appearance:none}.searchbar__btn{background:transparent;border:none;border-left:1px solid rgba(255,255,255,.2);color:#fffc;padding:6px 10px;cursor:pointer;display:flex;align-items:center;transition:color .15s}.searchbar__btn:hover{color:#fff}@media (min-width: 600px){.searchbar__input{width:180px;font-size:13px}}.topbar{background:var(--ink);color:#aaa;font-family:var(--font-ui);font-size:.72rem;letter-spacing:.04em;border-bottom:1px solid #333}.topbar__inner{display:flex;justify-content:space-between;align-items:center;padding-top:.45rem;padding-bottom:.45rem}.topbar__date{display:none;text-transform:uppercase}.topbar__actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}.topbar__link{color:#ccc;background:none;border:none;font-size:inherit;letter-spacing:inherit;padding:0;transition:color .15s}.topbar__link:hover{color:#fff}.topbar__sep{color:#555}.topbar__name{color:#888}.masthead{position:relative;padding:2rem 0 1.8rem;border-bottom:4px solid var(--red);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:180px;display:flex;align-items:center}.masthead:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1b2a4a4d;z-index:0}.masthead__inner{position:relative;z-index:1;display:flex;align-items:center;gap:1.5rem;padding-left:120px}.masthead__logo{display:flex;flex-direction:column;gap:.2rem}.masthead__name{font-family:var(--font-display);font-size:clamp(1.6rem,5vw,3.2rem);font-weight:900;color:#fff;letter-spacing:-.01em;line-height:1}.masthead__tagline{display:none;text-align:center;font-family:var(--font-ui);font-size:.85rem;color:#8fa0bf;letter-spacing:.1em;font-weight:400}.masthead__portada{position:absolute;left:1rem;top:50%;transform:translateY(-50%);height:90px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));z-index:1}.cat-nav{background:var(--ink);border-bottom:1px solid #333;position:sticky;top:0;z-index:100}.cat-nav__inner{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}.cat-nav__inner::-webkit-scrollbar{display:none}.cat-nav__item{font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#aaa;padding:.75rem 1.1rem;white-space:nowrap;border-right:1px solid #2a2a2a;transition:color .15s,background .15s}.cat-nav__item:first-child{border-left:1px solid #2a2a2a}.cat-nav__item:hover{color:#fff;background:#1a1a1a}.cat-nav__item--all{color:#fff}.cat-nav__search{margin-left:auto;padding:0 .5rem;flex-shrink:0}@media (min-width: 600px){.masthead__portada{height:140px}.masthead__inner{padding-left:160px}.topbar__date,.masthead__tagline{display:block}.masthead{min-height:240px;padding:2.5rem 0 2.3rem}}@media (min-width: 1024px){.masthead{min-height:300px;padding:3rem 0 2.8rem}}@media (min-width: 1280px){.masthead{min-height:380px}}@media (min-width: 1600px){.masthead{min-height:425px}}.site-footer{background:var(--ink);color:#666;font-family:var(--font-ui);font-size:.75rem;margin-top:4rem;padding:2rem 0;border-top:3px solid var(--red)}.site-footer__inner{display:flex;flex-direction:column;gap:.5rem}.site-footer__name{font-family:var(--font-display);font-weight:700;font-size:1rem;color:#fff}.site-footer__copy{color:#555}.site-footer__visits{color:#555;font-size:.72rem}@media (min-width: 600px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:center}}.article-card{background:var(--card);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a}.article-card__img-wrap{position:relative;overflow:hidden;display:block}.article-card__img{width:100%;height:180px;object-fit:cover;transition:transform .35s}.article-card--hero .article-card__img{height:260px}.article-card--compact .article-card__img{height:100px}.article-card:hover .article-card__img{transform:scale(1.03)}.article-card__placeholder{width:100%;height:180px;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center}.article-card__placeholder-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#fff;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.4)}.article-card--hero .article-card__placeholder{height:260px}.article-card--compact .article-card__placeholder{height:100px}.article-card:hover .article-card__placeholder{opacity:.9}.article-card__cat-badge{position:absolute;top:.75rem;left:.75rem;background:var(--cat-color, var(--red));color:#fff;font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .55rem}.article-card__body{padding:1rem 1.1rem 1.1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.article-card__title{font-family:var(--font-display);font-weight:700;line-height:1.25;color:var(--ink);font-size:1rem;transition:color .15s}.article-card--hero .article-card__title{font-size:1.4rem}.article-card--normal .article-card__title{font-size:1.05rem}.article-card--compact .article-card__title{font-size:.9rem;font-weight:600}.article-card__title:hover{color:var(--navy)}.article-card__excerpt{font-family:var(--font-body);font-size:.88rem;color:#444;line-height:1.6;flex:1}.article-card__meta{display:flex;gap:.75rem;align-items:center;font-family:var(--font-ui);font-size:.72rem;color:var(--muted);margin-top:auto;padding-top:.5rem;border-top:1px solid var(--light-gray)}.article-card__author{font-weight:600;color:var(--navy)}@media (min-width: 768px){.article-card__img{height:200px}.article-card--hero .article-card__img{height:360px}.article-card--compact .article-card__img{height:120px}.article-card__placeholder{height:200px}.article-card--hero .article-card__placeholder{height:360px}.article-card--compact .article-card__placeholder{height:120px}.article-card--hero .article-card__title{font-size:1.65rem}.article-card--normal .article-card__title{font-size:1.15rem}.article-card--compact .article-card__title{font-size:.95rem}.article-card__body{padding:1.1rem 1.25rem 1.25rem}}.cv-widget{border:1px solid var(--rule);background:var(--card);font-family:var(--font-ui)}.home-with-sidebar{display:flex;flex-direction:column;gap:2rem}.home-with-sidebar__main{min-width:0}@media (min-width: 900px){.home-with-sidebar{flex-direction:row;align-items:flex-start}.home-with-sidebar__main{flex:1;min-width:0}.home-with-sidebar__aside{width:272px;flex-shrink:0;position:sticky;top:1.5rem}}.cv-widget__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem .6rem;border-bottom:2px solid var(--ink)}.cv-widget__title{font-family:var(--font-display);font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--ink)}.cv-widget__modes{display:flex;gap:.25rem}.cv-mode-btn{background:none;border:1px solid var(--rule);color:var(--muted);width:26px;height:26px;font-size:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.cv-mode-btn--active,.cv-mode-btn:hover{background:var(--navy);border-color:var(--navy);color:#fff}.cv-widget__nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid var(--rule)}.cv-widget__month-label{font-size:.82rem;font-weight:600;color:var(--navy);text-transform:capitalize}.cv-nav-btn{background:none;border:none;font-size:1.1rem;color:var(--navy);padding:0 .3rem;line-height:1;cursor:pointer;opacity:.7;transition:opacity .15s}.cv-nav-btn:hover{opacity:1}.cv-empty{padding:1rem;font-size:.8rem;color:var(--muted);text-align:center}.cv-list{padding:.75rem 1rem;display:flex;flex-direction:column;gap:1rem}.cv-list__month-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.6rem}.cv-list__item{display:flex;gap:.75rem;align-items:flex-start;padding-bottom:.75rem;border-bottom:1px solid var(--rule)}.cv-list__item:last-child{border-bottom:none;padding-bottom:0}.cv-list__date{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:var(--navy);color:#fff}.cv-list__day{font-size:1rem;font-weight:800;line-height:1}.cv-list__dow{font-size:.58rem;text-transform:uppercase;letter-spacing:.04em;opacity:.8}.cv-list__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cv-list__link{font-size:.82rem;font-weight:600;line-height:1.35;color:var(--ink)}.cv-list__link:hover{text-decoration:underline}.cv-list__cat{font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--cat-color, var(--muted))}.cv-grid{padding:.75rem 1rem 1rem}.cv-grid__dow-row{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.25rem}.cv-grid__dow{text-align:center;font-size:.65rem;font-weight:700;color:var(--muted);text-transform:uppercase;padding:.25rem 0}.cv-grid__cells{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cv-grid__cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;font-size:.75rem;color:var(--ink)}.cv-grid__cell--out{opacity:.25}.cv-grid__cell--today .cv-grid__day-num,.cv-grid__cell--today .cv-grid__day-link{background:var(--navy);color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:700}.cv-grid__cell--event .cv-grid__day-link{font-weight:700;color:var(--red)}.cv-grid__day-num{line-height:1}.cv-grid__day-link{line-height:1;color:inherit;text-decoration:none}.cv-grid__day-link:hover{text-decoration:underline;color:var(--red)}.cv-grid__dot{display:block;width:4px;height:4px;border-radius:50%;background:var(--red);margin-top:2px}.cv-grid__legend{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--rule);display:flex;flex-direction:column;gap:.4rem;list-style:none}.cv-grid__legend-item{display:flex;gap:.5rem;align-items:baseline;font-size:.8rem}.cv-grid__legend-day{font-weight:700;color:var(--red);flex-shrink:0;font-size:.75rem}@media (max-width: 899px){.home-with-sidebar__aside{order:-1}}.home{padding:1.5rem 0 3rem}.home__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;max-width:760px;margin-left:auto;margin-right:auto}.home__load-more{display:flex;justify-content:center;padding:2.5rem 0 1rem}.btn--load-more{font-family:var(--font-ui);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);background:transparent;border:2px solid var(--navy);padding:.7rem 2rem;cursor:pointer;transition:background .2s,color .2s}.btn--load-more:hover:not(:disabled){background:var(--navy);color:#fff}.btn--load-more:disabled{opacity:.5;cursor:not-allowed}.home-empty,.home-error{padding:4rem 0;font-family:var(--font-ui);color:var(--muted);text-align:center}.article-page{padding:2rem 0 4rem}.article-layout{display:grid;grid-template-columns:1fr;max-width:760px;margin:0 auto}.article-body{display:flex;flex-direction:column;gap:1rem}.article-cat{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cat-color, var(--red));display:inline-block}.article-title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.8rem);font-weight:900;line-height:1.15;color:var(--ink);letter-spacing:-.01em}.article-excerpt{font-family:var(--font-body);font-size:1rem;color:#444;line-height:1.65;font-style:italic;border-left:4px solid var(--red);padding-left:1rem}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-family:var(--font-ui);font-size:.8rem;color:var(--muted);align-items:center}.article-meta__author{font-weight:600;color:var(--navy)}.article-meta__views{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.3rem}.article-figure{margin:.5rem 0 1rem}.article-img{width:100%;max-height:380px;object-fit:cover}.article-content{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:#222}.article-content p{margin-bottom:1.4rem}.article-content h2{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin:2rem 0 .8rem;color:var(--ink)}.article-content h3{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.article-content a{color:var(--navy);text-decoration:underline}.article-content blockquote{border-left:4px solid var(--rule);padding-left:1.25rem;margin:1.5rem 0;color:#555;font-style:italic}.share-bar{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.share-bar__label{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.share-bar__buttons{display:flex;gap:.5rem;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-ui);font-size:.78rem;font-weight:500;color:var(--navy);background:transparent;border:1px solid var(--rule);padding:.4rem .85rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.share-btn:hover{background:var(--navy);border-color:var(--navy);color:#fff}.article-back{font-family:var(--font-ui);font-size:.82rem;color:var(--navy);font-weight:600;display:inline-block}.article-back:hover{text-decoration:underline}.article-error{padding:4rem 0;display:flex;flex-direction:column;gap:1rem;font-family:var(--font-ui)}@media (min-width: 600px){.article-page{padding:2.5rem 0 5rem}.article-excerpt{font-size:1.15rem}.article-content{font-size:1.05rem}.article-content h2{font-size:1.4rem}.article-content h3{font-size:1.15rem}.article-img{max-height:460px}.article-meta__views{margin-left:auto}.share-bar{flex-direction:row;align-items:center}}.login-page{min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-card{background:var(--card);width:100%;max-width:420px;padding:2rem;border-top:4px solid var(--red);box-shadow:0 4px 32px #0000001a}.login-header{text-align:center;margin-bottom:2rem}.login-logo{font-family:var(--font-display);font-weight:900;font-size:1.4rem;color:var(--navy);display:block;margin-bottom:.4rem}.login-title{font-family:var(--font-ui);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.login-form{display:flex;flex-direction:column;gap:1.2rem}.login-field{display:flex;flex-direction:column;gap:.35rem}.login-field label{font-family:var(--font-ui);font-size:.78rem;font-weight:600;color:var(--ink);letter-spacing:.02em}.login-field input{padding:.6rem .85rem;border:1px solid var(--rule);background:var(--paper);font-family:var(--font-ui);font-size:.92rem;color:var(--ink);outline:none;transition:border-color .15s}.login-field input:focus{border-color:var(--navy)}.login-error{font-family:var(--font-ui);font-size:.82rem;color:var(--red);background:#fff0f2;padding:.5rem .75rem;border-left:3px solid var(--red)}.login-btn{background:var(--navy);color:#fff;border:none;padding:.8rem;font-family:var(--font-ui);font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;margin-top:.25rem;transition:background .2s}.login-btn:hover:not(:disabled){background:var(--ink)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-demo{margin-top:1.5rem;font-family:var(--font-ui);font-size:.72rem;color:var(--muted);text-align:center}.login-demo code{background:var(--light-gray);padding:.1em .35em;font-size:.85em}@media (min-width: 600px){.login-card{padding:2.5rem}}.dashboard{padding:1.5rem 0 4rem}.dash-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:3px solid var(--ink)}.dash-title{font-family:var(--font-display);font-size:1.6rem;font-weight:900;color:var(--ink)}.dash-user{font-family:var(--font-ui);font-size:.82rem;color:var(--muted)}.dash-header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.dash-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.dash-stat{background:var(--card);padding:.9rem 1.25rem;display:flex;align-items:baseline;gap:.5rem;border-left:3px solid var(--navy)}.dash-stat__number{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--ink)}.dash-stat__label{font-family:var(--font-ui);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.dash-msg{font-family:var(--font-ui);font-size:.85rem;padding:.65rem 1rem;margin-bottom:1.25rem;border-left:4px solid}.dash-msg--ok{background:#f0faf4;border-color:#2a6e3f;color:#2a6e3f}.dash-msg--error{background:#fff0f2;border-color:var(--red);color:var(--red)}.btn{font-family:var(--font-ui);font-size:.8rem;font-weight:600;letter-spacing:.04em;padding:.55rem 1.1rem;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.btn--primary{background:var(--navy);color:#fff}.btn--primary:hover:not(:disabled){background:var(--ink)}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--rule)}.btn--ghost:hover{background:var(--light-gray)}.btn--sm{font-size:.72rem;padding:.3rem .75rem}.btn--danger{background:#fff0f2;color:var(--red);border-color:#f5c0c8}.btn--danger:hover{background:var(--red);color:#fff}.badge{font-family:var(--font-ui);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .45rem;display:inline-block;border:none}.badge--pub{background:#e6f7ee;color:#2a6e3f}.badge--draft{background:#f0f0f0;color:#888}.badge--featured{background:#fff5e5;color:#7a3e00}.badge--clickable{cursor:pointer;transition:opacity .15s}.badge--clickable:hover{opacity:.7}.dash-table{width:100%;border-collapse:collapse;font-family:var(--font-ui);font-size:.85rem;background:var(--card);display:block;overflow-x:auto}.dash-table th{text-align:left;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:.6rem .75rem;border-bottom:2px solid var(--ink);white-space:nowrap}.dash-table td{padding:.75rem;border-bottom:1px solid var(--rule);vertical-align:middle}.dash-table tr:hover td{background:var(--paper)}.dash-table__title{min-width:200px}.dash-table__title a{color:var(--navy)}.dash-table__title a:hover{text-decoration:underline}.dash-table__date{color:var(--muted);font-size:.78rem;white-space:nowrap}.dash-table__actions{display:flex;gap:.5rem;white-space:nowrap}.dash-empty{text-align:center;padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:1.25rem;color:var(--muted);font-family:var(--font-ui)}.dash-form-section{margin-top:.5rem}.dash-form-topbar{display:flex;flex-direction:column;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--rule);margin-bottom:1.5rem}.dash-form-heading{font-family:var(--font-display);font-size:1.3rem;font-weight:700}.dash-form{display:flex;flex-direction:column;gap:1.1rem}.form-row{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-family:var(--font-ui);font-size:.78rem;font-weight:600;color:var(--ink)}.form-hint{font-family:var(--font-ui);font-weight:400;color:var(--muted);font-size:.72rem;display:block;margin-top:.15rem}.form-field input,.form-field select,.form-field textarea{padding:.55rem .8rem;border:1px solid var(--rule);background:var(--card);font-family:var(--font-ui);font-size:.88rem;color:var(--ink);outline:none;resize:vertical;transition:border-color .15s}.form-field textarea{font-family:Monaco,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.6}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--navy);box-shadow:0 0 0 2px #1b2a4a14}.form-charcount{font-family:var(--font-ui);font-size:.68rem;color:var(--muted);text-align:right}.form-image-preview{border:1px solid var(--rule);overflow:hidden;max-width:300px}.form-image-preview img{width:100%;height:140px;object-fit:cover}.form-checks{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 0}.form-check{display:flex;align-items:center;gap:.45rem;font-family:var(--font-ui);font-size:.85rem;cursor:pointer}.form-check input{width:16px;height:16px;accent-color:var(--navy)}.form-check small{color:var(--muted);font-size:.75rem}.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--rule);margin-top:.25rem}.dash-preview__bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;background:var(--ink);color:#aaa;padding:.55rem 1rem;font-family:var(--font-ui);font-size:.75rem;letter-spacing:.04em;margin-bottom:2rem}.dash-preview__bar .btn{color:#ccc;border-color:#444}.dash-preview__article{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.dash-preview__cat{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.dash-preview__title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.8rem);font-weight:900;line-height:1.15;color:var(--ink)}.dash-preview__excerpt{font-family:var(--font-body);font-size:1rem;color:#444;line-height:1.65;font-style:italic;border-left:4px solid var(--red);padding-left:1rem}.dash-preview__meta{display:flex;flex-wrap:wrap;gap:1rem;font-family:var(--font-ui);font-size:.8rem;color:var(--muted);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:.6rem 0}.dash-preview__img{width:100%;max-height:420px;object-fit:cover}.dash-perfil__desc{font-family:var(--font-ui);font-size:14px;color:#5a6478;margin-bottom:1.5rem;max-width:540px;line-height:1.6}.dash-form--narrow{max-width:480px}.editor-wrap{border:1px solid #ccc;border-radius:6px;overflow:hidden}.editor-toolbar{display:flex;flex-wrap:wrap;gap:3px;padding:6px 8px;background:#f5f5f5;border-bottom:1px solid #ccc}.tbtn{width:32px;height:28px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;color:#333}.tbtn:hover{background:#e8e8e8;border-color:#bbb}.tbtn:disabled{opacity:.4;cursor:not-allowed}.tbtn--active{background:#1a5fa8;color:#fff;border-color:#1a5fa8}.tbtn-sep{width:1px;background:#ddd;margin:2px 3px;align-self:stretch}.editor-content{min-height:280px;padding:12px 16px;font-size:15px;line-height:1.7;color:#1a1a1a;background:#fff;cursor:text}.editor-content:focus-within{outline:none}.editor-content p{margin-bottom:.75em}.editor-content h2{font-size:1.3em;font-weight:600;margin:1.2em 0 .5em}.editor-content h3{font-size:1.1em;font-weight:600;margin:1em 0 .4em}.editor-content ul,.editor-content ol{padding-left:1.5em;margin-bottom:.75em}.editor-content li{margin-bottom:.25em}.editor-content blockquote{border-left:3px solid #1a5fa8;margin:1em 0;padding:4px 0 4px 16px;color:#555;font-style:italic}.editor-content a{color:#1a5fa8;text-decoration:underline}.editor-content .is-editor-empty:first-child:before{content:attr(data-placeholder);color:#aaa;pointer-events:none;float:left;height:0}.editor-help{margin-bottom:8px;font-size:13px}.editor-help summary{cursor:pointer;color:#1a5fa8;-webkit-user-select:none;user-select:none}.editor-help ul{margin-top:8px;padding-left:1.2em;color:#555;line-height:2}@media (min-width: 600px){.dashboard{padding:2rem 0 5rem}.dash-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.dash-stats{flex-direction:row}.dash-form-topbar{flex-direction:row;justify-content:space-between;align-items:center}.form-row{flex-direction:row}.dash-table{display:table}.editor-content{min-height:320px}.dash-title{font-size:1.8rem}}.search-page{padding:2rem 0 4rem;min-height:60vh}.search-page__heading{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--navy)}.search-form{background:#f8f9fb;border:1px solid #e2e6ed;border-radius:8px;padding:1.25rem;margin-bottom:2rem}.search-form__row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.search-form__row:last-of-type{margin-bottom:0}.search-form__field{display:flex;flex-direction:column;gap:5px}.search-form__field label{font-family:var(--font-ui);font-size:12px;font-weight:600;color:#5a6478;text-transform:uppercase;letter-spacing:.04em}.search-form__field input{padding:9px 12px;border:1px solid #d1d9e6;border-radius:5px;font-size:14px;font-family:inherit;color:var(--navy);background:#fff;transition:border-color .15s,box-shadow .15s}.search-form__field input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #1b2a4a14}.search-form__field input[type=date]{cursor:pointer}.search-form__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e2e6ed}.search-count{font-family:var(--font-ui);font-size:14px;color:#5a6478;margin-bottom:1.5rem}.search-results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.search-result{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 0;border-bottom:1px solid #e8ecf2}.search-result:first-child{border-top:1px solid #e8ecf2}.search-result__img{width:100%;height:160px;object-fit:cover;border-radius:4px;display:block}.search-result__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.search-result__cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-left:3px solid;padding-left:6px}.search-result__date{font-size:12px;color:#8a93a6}.search-result__title{display:block;font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:.35rem;transition:color .15s}.search-result__title:hover{color:var(--red)}.search-result__excerpt{font-size:13.5px;color:#4a5568;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result__author{font-size:12px;color:#8a93a6}.search-result__author strong{color:#5a6478}.search-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e8ecf2}.search-pagination__info{font-family:var(--font-ui);font-size:14px;color:#5a6478}.search-error{background:#fff3f3;border:1px solid #f5c6c6;border-radius:6px;padding:.875rem 1rem;color:var(--red);font-size:14px;margin-bottom:1.5rem}.search-loading{display:flex;align-items:center;gap:.75rem;padding:2rem 0;color:#5a6478;font-size:14px}@media (min-width: 600px){.search-page__heading{font-size:1.6rem}.search-form{padding:1.5rem}.search-form__row{flex-direction:row;flex-wrap:wrap}.search-form__field{flex:1;min-width:160px}.search-form__field--wide{flex:2;min-width:260px}.search-result{flex-direction:row;gap:1.25rem;align-items:flex-start}.search-result__img-wrap{flex-shrink:0}.search-result__img{width:130px;height:88px}.search-result__body{flex:1;min-width:0}.search-result__title{font-size:1.05rem}}.notfound-page{min-height:calc(100vh - 280px);display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.notfound-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.notfound-code{font-family:var(--font-display);font-size:clamp(5rem,15vw,10rem);font-weight:900;color:var(--light-gray);line-height:1;letter-spacing:-.04em}.notfound-title{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--ink)}.notfound-text{font-family:var(--font-ui);font-size:.95rem;color:var(--muted);max-width:360px}.notfound-back{margin-top:.5rem;font-family:var(--font-ui);font-size:.85rem;font-weight:600;color:var(--navy)}.notfound-back:hover{text-decoration:underline}
