/* Liga Santandereana de Fútbol: noticias, artículos y administración editorial. */
:root{
      --green-950:#042114;
      --green-900:#073b24;
      --green-800:#0b4f31;
      --green-700:#116b42;
      --green-600:#198754;
      --green-120:#dff1d5;
      --green-100:#eaf6e3;
      --yellow:#f6c800;
      --yellow-soft:#fff4bd;
      --ink:#14221a;
      --muted:#5d6b63;
      --line:#dce8df;
      --bg:#f5f8f2;
      --white:#ffffff;
      --shadow:0 22px 60px rgba(7,59,36,.16);
      --radius-xl:34px;
      --radius-lg:24px;
      --radius-md:16px;
    }

    *{box-sizing:border-box;margin:0;padding:0;}
    html{scroll-behavior:smooth;background:var(--bg);}
    body{font-family:Arial, Helvetica, sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden;}
    body.news-page{background:linear-gradient(135deg,#eceff1 0%,#ffffff 52%,#f3f4f5 100%);}
    body.contact-page{background:#fff;}
    a{text-decoration:none;color:inherit;}
    button,input{font-family:inherit;}
    .site{width:100%;overflow:hidden;}

    .news-banner{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;}
    .news-hero{min-height:390px;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(7,59,36,.86),rgba(17,107,66,.82)),url('');box-shadow:var(--shadow);position:relative;overflow:hidden;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;color:white;}
    .news-hero::before{content:"";position:absolute;right:-70px;top:-70px;width:230px;height:230px;border-radius:50%;background:rgba(246,200,0,.22);}
    .news-hero .label{position:relative;z-index:2;display:inline-flex;width:max-content;background:var(--yellow);color:var(--green-900);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.7px;border-radius:999px;padding:8px 12px;margin-bottom:16px;}
    .news-hero h3{position:relative;z-index:2;font-size:clamp(30px,4vw,50px);line-height:1;letter-spacing:-2px;max-width:650px;margin-bottom:14px;}
    .news-hero p{position:relative;z-index:2;font-size:16px;line-height:1.6;color:rgba(255,255,255,.82);max-width:620px;}
    .news-stack{display:flex;flex-direction:column;gap:14px;}
    .news-card{background:white;border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:0 12px 34px rgba(7,59,36,.08);display:flex;gap:14px;align-items:center;flex:1;}
    .news-icon{width:68px;height:68px;border-radius:20px;background:var(--green-100);display:grid;place-items:center;font-size:30px;flex-shrink:0;}
    .news-card b{font-size:18px;color:var(--green-900);line-height:1.15;display:block;margin-bottom:6px;}.news-card span{font-size:13px;color:var(--muted);line-height:1.45;}

    /* ===== NOTICIAS TIPO SLIDER COMPACTO ===== */
    .news-slider-section{padding-top:26px;}
    .news-slider-head{margin-bottom:22px;display:block;}
    .news-slider-head h2{max-width:none;white-space:nowrap;}
    .news-slider-wrap{display:grid;grid-template-columns:330px 1fr;gap:18px;align-items:stretch;height:490px;}
    .news-list-panel{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;padding:12px 14px;box-shadow:0 16px 44px rgba(7,59,36,.08);display:flex;flex-direction:column;gap:8px;height:100%;min-height:0;overflow:hidden;}
    .news-mini{display:grid;grid-template-columns:72px 1fr;gap:11px;align-items:center;padding:7px;border-radius:14px;border:1px solid transparent;background:transparent;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;cursor:pointer;}
    .news-mini:hover{background:#f8fbf5;border-color:#dce8df;}
    .news-mini.active-green{background:var(--green-800);border-color:var(--green-700);box-shadow:0 10px 26px rgba(7,59,36,.18);}
    .news-mini img{width:72px;height:54px;object-fit:cover;border-radius:10px;display:block;}
    .news-mini h3{font-size:14px;line-height:1.08;letter-spacing:-.25px;color:var(--green-900);margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    .news-mini span{display:block;font-size:11px;font-weight:900;color:var(--green-700);}
    .news-mini.active-green h3,.news-mini.active-green span{color:white;}
    .news-archive-link{margin-top:6px;display:grid;grid-template-columns:38px 1fr 18px;gap:10px;align-items:center;min-height:66px;padding:10px 14px;border-radius:14px;border:1px solid var(--green-700);background:rgba(255,255,255,.76);color:var(--green-900);font-size:15px;font-weight:900;line-height:1.1;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;}
    .news-archive-link:hover{background:#f8fbf5;border-color:var(--green-800);box-shadow:inset 0 0 0 1px rgba(11,79,49,.08);}
    .news-archive-icon{width:36px;height:36px;border-radius:10px;border:2px solid var(--green-800);display:grid;place-items:center;color:var(--green-800);}
    .news-archive-icon svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
    .news-archive-arrow{font-size:30px;line-height:1;color:var(--green-800);font-weight:500;justify-self:end;}
    .news-feature-card{position:relative;display:block;height:100%;min-height:0;border-radius:18px;overflow:hidden;background:var(--green-900);box-shadow:0 18px 52px rgba(7,59,36,.14);}
    .news-feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.96) contrast(1.02);z-index:0;transition:opacity .75s ease;}
    .news-feature-card img.news-feature-image-next{opacity:0;z-index:0;}
    .news-feature-card img.news-feature-image-next.visible{opacity:1;}
    .news-feature-card img.news-feature-image-out{opacity:0;}
    .news-feature-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,33,20,.78) 0%,rgba(4,33,20,.52) 44%,rgba(4,33,20,.18) 100%),linear-gradient(0deg,rgba(4,33,20,.62) 0%,rgba(4,33,20,.06) 58%);}
    .news-feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:68px 68px;opacity:.45;}
    .news-feature-content{position:relative;z-index:2;height:100%;padding:46px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;color:white;max-width:760px;}
    .news-tag{display:inline-flex;align-items:center;background:var(--yellow);color:var(--green-900);border-radius:999px;padding:8px 13px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px;cursor:pointer;transition:filter .18s ease,transform .18s ease;}
    .news-tag:hover,.news-tag:focus{filter:brightness(1.04);transform:translateY(-1px);outline:0;}
    .news-feature-content h3{font-size:clamp(42px,4.4vw,64px);line-height:.92;letter-spacing:-2.4px;max-width:760px;max-height:3.68em;margin-bottom:20px;overflow:hidden;}
    .news-feature-content h3 span{display:block;color:var(--yellow);}
    .news-author-row{display:flex;align-items:center;gap:12px;}
    .news-author-row strong{display:block;font-size:13px;color:white;margin-bottom:3px;}
    .news-author-row small{font-size:12px;color:rgba(255,255,255,.78);font-weight:700;}
    .news-mobile-controls{display:none;}
    .news-feature-content{transition:opacity .45s ease,transform .45s ease;}
    .news-feature-card.news-copy-fading .news-feature-content{opacity:0;transform:translateY(8px);}
    .news-archive-section{position:relative;z-index:3;width:min(1220px,calc(100% - 32px));margin:0 auto;padding-top:132px;}
    .news-archive-head{margin-bottom:26px;}
    .news-archive-head h1{font-size:clamp(42px,5.8vw,72px);line-height:.96;letter-spacing:-2.7px;color:var(--green-900);max-width:none;margin-bottom:14px;}
    .news-archive-head p{font-size:17px;line-height:1.55;color:var(--muted);max-width:none;}
    .news-filter-toggle{display:none;}
    .news-filter-bar{display:grid;grid-template-columns:minmax(213px,.98fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(240px,1.17fr) 48px auto;gap:10px;align-items:end;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:0 14px 38px rgba(7,59,36,.07);margin-bottom:18px;}
    .news-filter-bar label{display:grid;gap:6px;min-width:0;}
    .news-filter-bar span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;color:var(--green-900);}
    .news-filter-bar select,.news-filter-bar input{width:100%;height:44px;border:1px solid #cfe1d7;border-radius:999px;background:white;color:var(--green-900);font-size:14px;font-weight:800;padding:0 14px;outline:0;}
    .news-filter-bar input{padding-left:38px;background:white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23063f28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 14px 50%;}
    .news-search-field.has-active-filter input{padding-right:42px;}
    .news-filter-bar select:focus,.news-filter-bar input:focus{border-color:#8fc9a5;box-shadow:0 0 0 4px rgba(34,166,118,.14);}
    .news-custom-select{position:relative;}
    .news-custom-select details{position:relative;}
    .news-custom-select summary{width:100%;height:44px;border:1px solid #cfe1d7;border-radius:999px;background:white;color:var(--green-900);font-size:14px;font-weight:800;padding:0 44px 0 14px;outline:0;display:flex;align-items:center;cursor:pointer;list-style:none;user-select:none;}
    .news-custom-select.has-active-filter summary{padding-right:74px;}
    .news-custom-select summary::-webkit-details-marker{display:none;}
    .news-custom-select summary:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--green-800);border-bottom:2px solid var(--green-800);transform:translateY(-65%) rotate(45deg);pointer-events:none;}
    .news-custom-select details[open] summary{border-color:#8fc9a5;box-shadow:0 0 0 4px rgba(34,166,118,.14);}
    .news-custom-select [data-news-select-label]{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;text-transform:none;letter-spacing:0;color:var(--green-900);}
    .news-select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:80;max-height:300px;overflow:auto;background:white;border:1px solid #cfe1d7;border-radius:16px;box-shadow:0 18px 34px rgba(7,59,36,.18);padding:6px;}
    .news-select-menu button{width:100%;height:auto;min-height:34px;border:0;border-radius:10px;background:white;color:var(--green-900);display:flex;align-items:center;justify-content:flex-start;text-align:left;font-size:14px;font-weight:800;padding:8px 10px;cursor:pointer;}
    .news-select-menu button:hover,.news-select-menu button.active{background:#edf8f1;}
    .news-date-range-field{position:relative;display:grid;gap:6px;min-width:0;}
    .date-range-trigger{width:100%;min-width:0;height:44px;border:1px solid #cfe1d7;border-radius:999px;background:white;color:var(--green-900);font-size:14px;font-weight:800;padding:0 42px 0 14px;outline:0;display:flex;align-items:center;gap:9px;cursor:pointer;text-align:left;}
    .date-range-trigger:after{content:"";position:absolute;right:16px;top:36px;width:8px;height:8px;border-right:2px solid var(--green-800);border-bottom:2px solid var(--green-800);transform:rotate(45deg);pointer-events:none;}
    .news-date-range-field.has-active-filter .date-range-trigger{padding-right:42px;}
    .news-date-range-field.has-active-filter .date-range-trigger:after{display:none;}
    .date-range-trigger:focus,.news-date-range-field:focus-within .date-range-trigger{border-color:#8fc9a5;box-shadow:0 0 0 4px rgba(34,166,118,.14);}
    .date-range-trigger strong{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:var(--green-900);}
    .date-icon{width:18px;height:18px;flex:0 0 18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23063f28' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center/contain no-repeat;}
    .date-range-clear{right:13px;top:31px;width:24px;height:24px;background:#edf8f1;font-size:22px;box-shadow:none;}
    .date-range-popover{position:absolute;top:calc(100% + 7px);left:0;z-index:95;width:min(380px,calc(100vw - 34px));background:white;border:1px solid #cfe1d7;border-radius:16px;box-shadow:0 18px 38px rgba(7,59,36,.18);padding:9px;}
    .activity-range-control{display:flex;align-items:center;gap:8px;margin-bottom:6px;}
    .date-range-reset{width:26px;height:26px;flex:0 0 26px;border:0;border-radius:999px;background:#edf8f1;color:var(--green-800);cursor:pointer;position:relative;}
    .date-range-reset:before{content:"";position:absolute;inset:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230b4f31' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7'/%3E%3Cpath d='M3 3v6h6'/%3E%3C/svg%3E") center/contain no-repeat;}
    .date-range-reset.inactive{visibility:hidden;pointer-events:none;}
    .date-range-heading{font-size:13px;color:var(--green-900);}
    .segmented{display:flex;gap:4px;min-width:0;overflow:auto;scrollbar-width:none;background:#edf8f1;border:1px solid #dce8df;border-radius:999px;padding:4px;}
    .segmented::-webkit-scrollbar{display:none;}
    .segmented button{height:28px;border:0;border-radius:999px;background:transparent;color:var(--green-800);font-size:11px;font-weight:900;padding:0 10px;white-space:nowrap;cursor:pointer;}
    .segmented button:hover,.segmented button.active{background:var(--green-800);color:white;}
    .chart-period-title{min-height:19px;margin:1px 4px 7px;color:rgba(7,59,36,.48);font-size:13px;font-weight:900;line-height:1.2;}
    .range-picker-header{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:9px;}
    .range-picker-header div{border:1px solid #dce8df;border-radius:12px;background:#f8fbf6;padding:7px 9px;cursor:pointer;}
    .range-picker-header div.active{border-color:#75b894;background:#edf8f1;box-shadow:0 0 0 2px rgba(34,166,118,.1);}
    .news-filter-bar .range-picker-header span,.news-filter-bar .calendar-weekdays span{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);}
    .range-picker-header strong{display:block;margin-top:2px;font-size:12px;color:var(--green-900);}
    .range-calendar{border:1px solid #dce8df;border-radius:14px;padding:9px;background:white;}
    .calendar-top{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:7px;margin-bottom:7px;}
    .calendar-top strong{text-align:center;color:var(--green-900);font-size:14px;font-weight:900;}
    .calendar-top .news-calendar-period{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;}
    .news-calendar-period-button{width:auto!important;height:auto!important;border:0!important;border-bottom:1px dashed transparent!important;border-radius:0!important;background:transparent!important;color:var(--green-900)!important;font:inherit!important;padding:2px!important;cursor:pointer;}
    .news-calendar-period-button:hover,.news-calendar-period-button:focus-visible{border-bottom-color:var(--green-700)!important;color:var(--green-700)!important;outline:0;}
    .news-calendar-period-menu[hidden]{display:none!important;}
    .news-calendar-period-menu{position:absolute;top:calc(100% + 7px);left:50%;z-index:6;display:grid;width:210px;max-height:200px;overflow:auto;transform:translateX(-50%);border:1px solid #315b49;border-radius:7px;background:#fff;box-shadow:0 12px 26px rgba(0,54,35,.16);padding:5px;}
    .news-calendar-period-menu.is-months{grid-template-columns:repeat(2,1fr);}
    .news-calendar-period-menu.is-years{grid-template-columns:repeat(3,1fr);}
    .calendar-top .news-calendar-period-menu button{width:auto;height:34px;border:0;border-radius:4px;background:#fff;color:#17352a;font-size:12px;font-weight:700;padding:5px;cursor:pointer;}
    .calendar-top .news-calendar-period-menu button:hover,.calendar-top .news-calendar-period-menu button:focus-visible{background:#dff2e7;color:var(--green-900);outline:1px solid var(--green-700);}
    .calendar-top .news-calendar-period-menu button.is-selected{background:var(--green-700);color:#fff;font-weight:900;}
    .calendar-top button{width:28px;height:28px;border:0;border-radius:999px;background:#edf8f1;color:var(--green-800);font-size:20px;font-weight:900;line-height:1;cursor:pointer;}
    .calendar-top button:disabled{opacity:.35;cursor:not-allowed;}
    .calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;text-align:center;}
    .calendar-weekdays{margin-bottom:4px;}
    .calendar-days button{height:25px;border:0;border-radius:7px;background:white;color:var(--green-900);font-size:11.5px;font-weight:800;cursor:pointer;}
    .calendar-days button:hover{background:#edf8f1;}
    .calendar-days button.muted{color:#9aaba2;}
    .calendar-days button.today{box-shadow:inset 0 0 0 1px var(--yellow);}
    .calendar-days button.in-range{background:#edf8f1;}
    .calendar-days button.range-start,.calendar-days button.range-end{background:var(--green-800);color:white;border-radius:999px;}
    .calendar-days button:disabled{color:#cad6cf;background:#f8fbf6;cursor:not-allowed;}
    .news-filter-clear{position:absolute;right:40px;top:31px;z-index:2;width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#edf8f1;color:var(--green-800);font-size:22px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 5px 14px rgba(7,59,36,.08);}
    .news-filter-clear:hover,.news-filter-clear:focus{background:var(--yellow);color:var(--green-900);}
    .news-search-clear{right:12px;}
    .news-filter-bar>button{height:44px;border:0;border-radius:999px;background:var(--green-800);color:white;display:grid;place-items:center;cursor:pointer;}
    .news-filter-bar>button svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;}
    .news-filter-bar>a{height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#edf8f1;color:var(--green-800);font-size:13px;font-weight:900;padding:0 14px;}
    .news-archive-list{display:grid;gap:14px;}
    .news-archive-section.is-loading .news-archive-list,.news-archive-section.is-loading .news-pagination{opacity:.48;pointer-events:none;transition:opacity .18s ease;}
    .news-archive-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:0 14px 38px rgba(7,59,36,.07);}
    .news-archive-card,.news-archive-card *{user-select:text;}
    .news-archive-card img{width:220px;height:142px;object-fit:cover;border-radius:16px;display:block;}
    .news-archive-copy span{display:inline-flex;width:max-content;background:var(--yellow);color:var(--green-900);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:7px 11px;margin-bottom:10px;cursor:pointer;transition:filter .18s ease,transform .18s ease;}
    .news-archive-copy span:hover{filter:brightness(1.04);transform:translateY(-1px);}
    .news-archive-copy h2{font-size:26px;line-height:1.05;letter-spacing:-.75px;color:var(--green-900);margin-bottom:8px;}
    .news-archive-copy p{font-size:15px;line-height:1.5;color:var(--muted);max-width:none;margin-bottom:10px;}
    .news-archive-copy small{font-size:12px;font-weight:900;color:var(--green-700);}
    .news-empty-state{background:white;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 14px 38px rgba(7,59,36,.07);}
    .news-empty-state h2{font-size:24px;line-height:1.1;color:var(--green-900);margin-bottom:8px;}
    .news-empty-state p{font-size:15px;color:var(--muted);line-height:1.45;}
    .news-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;}
    .news-pagination-arrow{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:white;border:0;color:var(--green-800);font-size:22px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(7,59,36,.08);transition:transform .18s ease,background .18s ease,color .18s ease,opacity .18s ease;}
    .news-pagination-arrow:hover,.news-pagination-arrow:focus-visible{background:#edf8f1;color:var(--green-900);transform:translateY(-1px);}
.news-pagination-arrow.is-disabled{opacity:.45;pointer-events:none;}
.news-pagination-counter{min-width:78px;height:31px;border-radius:999px;background:var(--green-800);color:white;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-size:13px;font-weight:900;line-height:1;box-shadow:0 10px 22px rgba(7,59,36,.14);}

.news-rail .news-row .thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.news-rail .news-row .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--news-cover-position, 50%);
  display: block;
}

.news-page .news-archive-card img {
  object-position: center var(--news-cover-position, 50%);
}

.news-page .news-archive-card img,
.news-page .news-archive-card:first-child img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.news-page .news-archive-copy h2 {
  font-size: clamp(16px, 1.43vw, 22px);
}

.news-page .news-archive-card:first-child .news-archive-copy h2 {
  font-size: clamp(25px, 2.15vw, 36px);
}

@media (max-width: 767px) {
  .news-page .news-archive-copy h2 {
    font-size: 14px;
  }

  .news-page .news-archive-card:first-child .news-archive-copy h2 {
    font-size: 20px;
  }
}
    body.article-page{background:#fff;}
    .article-page .article-detail-section{position:relative;z-index:3;width:100%;margin:0;padding:32px clamp(32px,6vw,96px) 36px;overflow:hidden;}
    .article-page .article-detail-section::before{content:"";position:absolute;left:30px;top:0;width:42px;height:510px;background:linear-gradient(var(--yellow),var(--yellow)) 7px 0/1px 220px no-repeat,linear-gradient(rgba(8,115,63,.28),rgba(8,115,63,.28)) 7px 220px/1px 270px no-repeat,radial-gradient(circle at 7px 340px,#fff 0 8px,rgba(8,115,63,.32) 8.5px 9.5px,transparent 10px);pointer-events:none;}
    .article-page .article-detail-section::after{content:"";position:absolute;right:18px;top:30px;width:112px;height:92px;background:linear-gradient(90deg,transparent 73%,rgba(255,210,0,.9) 73% 74%,transparent 74%),linear-gradient(0deg,transparent 58%,rgba(255,210,0,.9) 58% 60%,transparent 60%),radial-gradient(circle,rgba(8,115,63,.2) 1.2px,transparent 1.5px) 0 0/10px 10px;pointer-events:none;}
    .article-back-link{display:inline-flex;width:max-content;max-width:100%;align-items:center;color:var(--green-800);font-size:13px;font-weight:900;margin-bottom:18px;}
    .article-detail{position:relative;z-index:1;width:100%;margin:0 auto;background:transparent;border:0;border-radius:0;overflow:visible;box-shadow:none;padding:0;}
    .article-detail-head{width:100%;margin:0 auto;padding:0 0 18px;background:transparent;border-bottom:0;}
    .article-detail-head span,.article-not-found span{display:inline-flex;width:max-content;background:transparent;color:var(--green-800);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.45px;border-radius:0;padding:0;margin-bottom:10px;}
    .article-detail-head>*:not(span){width:100%;margin-left:0;margin-right:0;}
    .article-detail-head>span{margin-left:0;}
    .article-detail-head h1{font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-2px;color:var(--green-900);max-width:100%;margin-bottom:18px;}
    .article-detail-meta-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;}
    .article-detail-meta-row small{display:block;font-size:15px;font-weight:900;color:#26352e;margin-bottom:7px;}
    .article-detail-meta-row small a{color:inherit;text-decoration:none;}
    .article-detail-meta-row small a:hover{color:var(--green-800);text-decoration:underline;}
    .article-detail-meta-row time{display:block;font-size:14px;line-height:1.35;color:#52635b;}
    .article-detail-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;}
    .article-detail-actions button{width:42px;height:42px;border:1px solid #8d9992;border-radius:7px;background:white;color:#3d423f;display:grid;place-items:center;font-size:16px;font-weight:800;line-height:1;cursor:pointer;}
    .article-detail-actions button:hover{border-color:var(--green-800);background:#edf8f1;color:var(--green-800);}
    .article-detail-actions button.is-active{border-color:var(--green-800);background:var(--green-800);color:white;}
    .article-detail-actions [data-article-bookmark].is-active{border-color:#8d9992;background:white;color:#3d423f;}
    .article-detail-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
    .article-detail-actions [data-article-bookmark].is-active svg{fill:currentColor;}
    .article-detail-media{width:100%;margin:18px auto 0;padding-bottom:0;border-bottom:0;}
    .article-detail-image-frame{position:relative;width:100%;height:min(567px,52vw);overflow:hidden;isolation:isolate;background:#10251c;}
    .article-detail-image-bg{position:absolute;z-index:0;inset:-28px;width:calc(100% + 56px);height:calc(100% + 56px);object-fit:cover;filter:blur(24px);opacity:.7;transform:scale(1.04);pointer-events:none;}
    .article-detail-image{position:relative;z-index:1;width:100%;height:100%;max-width:100%;max-height:none;object-fit:contain;object-position:center;display:block;margin:0;border:0;border-radius:0;padding:0;background:transparent;}
    .article-detail-image-frame.is-landscape .article-detail-image-bg{opacity:0;visibility:hidden;}
    .article-detail-image-frame.is-landscape .article-detail-image{object-fit:cover;}
    .article-detail-media figcaption{font-size:15px;line-height:1.45;color:#4b5f55;margin-top:7px;font-style:italic;}
    .article-detail-body{width:100%;margin:0 auto;padding:22px 0 0;}
    .article-detail-body::after{content:"";display:block;clear:both;}
    .article-detail-body p{font-size:17px;line-height:1.72;color:#1f3028;margin-bottom:22px;text-align:left;}
    .article-detail-body>p:first-child{border-left:4px solid var(--yellow);padding-left:14px;}
    .article-detail-body h2{font-size:25px;line-height:1.2;color:var(--green-900);font-weight:900;margin:24px 0 12px;text-align:left;}
    .article-detail-body h3{font-size:21px;line-height:1.2;color:var(--green-900);font-weight:900;margin:24px 0 12px;text-align:left;}
    .article-detail-body ul,.article-detail-body ol{margin:0 0 22px;padding-left:24px;text-align:left;list-style-position:outside;}
    .article-detail-body li{margin:0 0 8px;padding-left:4px;}
    .cms-inline-alpha>li::marker{content:counter(list-item,lower-alpha) ") ";}
    .cms-inline-dashes>li::marker{content:"-  ";}
    .article-detail-body blockquote{font-size:17px;line-height:1.72;color:#1f3028;margin:0 0 22px;padding-left:18px;border-left:4px solid #d8ded9;font-style:italic;text-align:left;}
    .article-detail-body blockquote cite{display:inline;font-size:14px;line-height:inherit;color:#34483e;font-style:italic;}
    .article-detail-body pre{font-size:14px;line-height:1.45;margin:0 0 22px;background:#0e1f17;color:white;border-radius:10px;padding:14px;white-space:pre-wrap;text-align:left;}
    .article-detail-body .cms-inline-image-block,.article-detail-body .cms-media-block{margin:0 0 22px;}
    .article-detail-body .cms-inline-image-block.is-image-square,.article-detail-body .cms-media-block.is-image-square,.article-detail-body .cms-inline-action-block.is-image-square,.article-detail-body .cms-file-attachment-block.is-image-square{max-width:55%;shape-outside:margin-box;}
    .article-detail-body .cms-media-video.is-image-square{width:min(460px,55%);max-width:55%;min-width:280px;}
    .article-detail-body .cms-media-block.is-image-square{clear:both;}
    .article-detail-body .cms-inline-image-block.is-image-square.is-image-left,.article-detail-body .cms-media-block.is-image-square.is-image-left,.article-detail-body .cms-inline-action-block.is-image-square.is-image-left,.article-detail-body .cms-file-attachment-block.is-image-square.is-image-left{float:left;margin:0 22px 14px 0;}
    .article-detail-body .cms-inline-image-block.is-image-square.is-image-right,.article-detail-body .cms-media-block.is-image-square.is-image-right,.article-detail-body .cms-inline-action-block.is-image-square.is-image-right,.article-detail-body .cms-file-attachment-block.is-image-square.is-image-right{float:right;margin:0 0 14px 22px;}
    .article-detail-body .cms-inline-image{margin:0;max-width:100%;}
    .article-detail-body .cms-inline-image img{width:100%;height:auto;max-height:none;object-fit:contain;display:block;border-radius:0;}
    .article-detail-body .cms-inline-image figcaption,.article-detail-body .cms-media-caption{font-size:15px;line-height:1.45;color:#4b5f55;margin-top:7px;font-style:italic;}
    .article-detail-body .cms-inline-image figcaption:empty,.article-detail-body .cms-media-caption:empty{display:none;}
    .article-detail-body p.article-body-subhead{font-weight:900;color:var(--green-900);margin-bottom:12px;text-align:left;}
    .article-detail.is-font-large .article-detail-head h1{font-size:clamp(42px,4.8vw,64px)!important;line-height:1.03;}
    .article-detail.is-font-large .article-detail-meta-row small{font-size:19px;}
    .article-detail.is-font-large .article-detail-meta-row time{font-size:18px;}
    .article-detail.is-font-large .article-detail-media figcaption{font-size:19px;line-height:1.5;}
    .article-detail.is-font-large .article-detail-body{font-size:21px!important;line-height:1.78!important;}
    .article-detail.is-font-large .article-detail-body :where(p,li,blockquote,td,th,summary,strong){font-size:21px!important;line-height:1.78!important;}
    .article-detail.is-font-large .article-detail-body :where(h2){font-size:30px!important;line-height:1.18!important;}
    .article-detail.is-font-large .article-detail-body :where(h3){font-size:25px!important;line-height:1.18!important;}
    .article-detail.is-font-large .article-detail-body :where(figcaption,.cms-media-caption){font-size:19px!important;line-height:1.5!important;}
    .article-detail-toast{position:fixed;left:50%;bottom:26px;z-index:1300;transform:translate(-50%,18px);opacity:0;background:var(--green-900);color:white;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:900;box-shadow:0 18px 46px rgba(4,31,20,.22);transition:opacity .2s ease,transform .2s ease;pointer-events:none;}
    .article-detail-toast.is-visible{opacity:1;transform:translate(-50%,0);}
    .article-related{clear:both;width:100%;margin:28px auto 0;padding-top:24px;border-top:1px solid #d8ded9;}
    .article-related-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;}
    .article-related-head h2{font-size:26px;line-height:1.05;letter-spacing:-.7px;color:#3d423f;}
    .article-related-controls{display:flex;gap:8px;}
    .article-related-controls button{width:40px;height:40px;border:1px solid #8d9992;border-radius:7px;background:white;color:#3d423f;display:grid;place-items:center;cursor:pointer;}
    .article-related-controls button:hover{border-color:var(--green-800);background:#edf8f1;color:var(--green-800);}
    .article-related-controls svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
    .article-related-viewport{overflow:hidden;}
    .article-related-track{display:flex;transition:transform .45s ease;}
    .article-related-slide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:100%;}
    .article-related-card{position:relative;min-height:210px;background:#f8fbf5;border:1px solid rgba(15,75,52,.48);border-radius:8px;overflow:hidden;color:#1f3028;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
    .article-related-card:hover{transform:translateY(-2px);border-color:#b8c9c0;box-shadow:0 14px 30px rgba(7,59,36,.1);}
    .article-related-card img{width:100%;height:auto;aspect-ratio:20 / 11;object-fit:cover;display:block;}
    .article-related-card span{display:block;width:max-content;max-width:calc(100% - 24px);margin:12px 12px 8px;color:var(--green-800);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.35px;}
    .article-related-card h3{font-size:19px;line-height:1.1;letter-spacing:-.45px;color:#26352e;margin:0 12px 14px;}
    .article-not-found{background:white;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 18px 52px rgba(7,59,36,.1);}
    .article-not-found h1{font-size:clamp(38px,5vw,64px);line-height:1;color:var(--green-900);margin-bottom:12px;}
    .article-not-found p{font-size:17px;line-height:1.55;color:var(--muted);margin-bottom:20px;}
    .article-not-found a{display:inline-flex;border-radius:999px;background:var(--green-800);color:white;font-weight:900;padding:13px 18px;}

    .contact-hero{position:relative;min-height:131px;overflow:hidden;background:radial-gradient(ellipse at 51% 50%,#006046 0%,#004c38 43%,#00382a 100%);color:#fff;isolation:isolate;}
    .contact-hero::before{content:"";position:absolute;inset:0;z-index:-1;display:block;background:radial-gradient(circle 92px at 3% -18%,transparent 70%,rgba(255,255,255,.15) 71% 72%,transparent 73%),radial-gradient(circle 112px at 96% 116%,transparent 70%,rgba(255,210,0,.86) 71% 72%,transparent 73%);pointer-events:none;}
    .contact-hero::after{content:"";position:absolute;right:28px;top:0;width:108px;height:72px;background-image:radial-gradient(circle,rgba(255,210,0,.8) 1.4px,transparent 1.6px);background-size:11px 11px;opacity:.8;pointer-events:none;}
    .contact-hero-inner{position:relative;z-index:1;width:100%;min-height:131px;margin:0 auto;padding:18px clamp(32px,6vw,96px) 16px;}
    .contact-hero-kicker{position:relative;z-index:2;color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:0;}
    .contact-hero h1{position:relative;z-index:2;max-width:760px;margin:5px 0;font-size:clamp(40px,3.7vw,52px);line-height:.95;letter-spacing:-.05em;}
    .contact-hero p{position:relative;z-index:2;max-width:620px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.45;}
    .contact-hero-watermark{position:absolute;right:10%;top:50%;color:transparent;font-size:clamp(76px,8vw,116px);font-weight:950;line-height:.8;letter-spacing:-.055em;-webkit-text-stroke:1px rgba(255,255,255,.14);opacity:.72;transform:translateY(-50%);white-space:nowrap;pointer-events:none;}
    .contact-hero-marker{position:absolute;top:0;right:47px;width:72px;height:62px;background:linear-gradient(90deg,transparent 48%,rgba(255,210,0,.88) 48% 51%,transparent 51%),linear-gradient(0deg,transparent 65%,rgba(255,210,0,.88) 65% 68%,transparent 68%);pointer-events:none;}
    .contact-section{padding-top:0;background:#fff;}
    .contact-shell{width:min(1380px,calc(100% - 48px));margin:0 auto;}
    .contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.03fr);align-items:stretch;background:#fff;overflow:hidden;}
    .contact-form-card{padding:40px clamp(34px,4.2vw,66px) 30px;}
    .contact-eyebrow,.contact-details-head>span{display:block;color:var(--green-700);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:9px;}
    .contact-form{display:grid;gap:16px;}
    .contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
    .contact-form label{display:grid;gap:5px;}
    .contact-form label>span{color:var(--green-900);font-size:13px;font-weight:900;}
    .contact-form input,.contact-form textarea{width:100%;border:0;border-bottom:2px solid #a9beb3;background:transparent;color:#17261f;font:inherit;font-size:15px;line-height:1.45;padding:6px 2px;outline:0;transition:border-color .18s ease,box-shadow .18s ease;}
    .contact-form textarea{height:108px;min-height:88px;resize:vertical;}
    .contact-message-field textarea{border:1px solid #71a28b;border-radius:10px;padding:10px 12px;}
    .contact-form input:focus,.contact-form textarea:focus{border-color:var(--green-700);box-shadow:0 2px 0 var(--gold-500);}
    .contact-upload{display:grid;gap:8px;}
    .contact-upload-heading{display:flex;align-items:center;gap:10px;}
    .contact-upload-heading>strong{color:var(--green-900);font-size:17px;}
    .contact-upload-heading>span{display:inline-flex;border-radius:999px;background:#eef0ef;color:#53615a;font-size:11px;font-weight:800;padding:5px 10px;}
    .contact-dropzone{border:1.5px dashed #aab4af;border-radius:15px;background:#fff;overflow:hidden;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;}
    .contact-dropzone.is-dragging{border-color:var(--gold-500);background:#fffbea;box-shadow:0 0 0 3px rgba(255,207,0,.2);}
    .contact-dropzone.is-invalid{border-color:#a12525;}
    .contact-upload-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
    .contact-upload-main{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:12px 16px 10px;}
    .contact-upload-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:#f0f2f1;color:var(--green-700);}
    .contact-upload-icon img{width:38px;height:38px;object-fit:contain;filter:brightness(0) saturate(100%) invert(29%) sepia(20%) saturate(1519%) hue-rotate(108deg) brightness(88%) contrast(94%);}
    .contact-upload-copy{min-width:0;display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:3px 10px;}
    .contact-upload-copy>strong,.contact-upload-copy>span{grid-column:1 / -1;}
    .contact-upload-copy>strong{color:var(--green-900);font-size:16px;line-height:1.2;}
    .contact-upload-copy>span{color:#41524a;font-size:13px;}
    .contact-upload-button{width:max-content;border:0;border-radius:8px;background:var(--green-800);color:white;font:inherit;font-size:12px;font-weight:900;padding:8px 13px;cursor:pointer;}
    .contact-upload-button:hover{background:var(--green-700);}
    .contact-upload-copy>small{min-width:0;color:#65766d;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .contact-upload-files{display:flex;flex-wrap:wrap;gap:7px;border-top:1px solid #d5dad7;padding:10px 16px;background:#fafbfa;}
    .contact-upload-files[hidden]{display:none;}
    .contact-file-chip{min-width:0;max-width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:7px;border:1px solid #d9dedb;border-radius:5px;background:#eef0ef;color:#26342d;padding:6px 6px 6px 10px;}
    .contact-file-name{min-width:0;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;}
    .contact-file-chip small{color:#68746e;font-size:10px;white-space:nowrap;}
    .contact-file-remove{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#59645e;font:700 18px/1 Arial,sans-serif;cursor:pointer;padding:0;}
    .contact-file-remove:hover,.contact-file-remove:focus-visible{background:#d9dedb;color:#17261f;outline:0;}
    .contact-upload-help{display:flex;align-items:center;gap:8px;border-top:1px solid #d5dad7;padding:8px 16px;color:#42534b;font-size:11px;line-height:1.35;}
    .contact-upload-help svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:var(--green-700);stroke-width:1.8;stroke-linecap:round;}
    .contact-submit{width:max-content;min-width:180px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:var(--green-800);color:white;font-size:14px;font-weight:900;padding:0 22px;cursor:pointer;box-shadow:0 12px 26px rgba(15,75,52,.2);transition:transform .18s ease,background .18s ease;}
    .contact-submit img{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1);}
    .contact-submit:hover{background:var(--green-700);transform:translateY(-2px);}
    .contact-submit:disabled{cursor:wait;opacity:.65;transform:none;}
    .contact-form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
    .contact-form-consent{grid-template-columns:20px 1fr!important;align-items:start;gap:9px!important;color:#52645b;font-size:12px;line-height:1.35;}
    .contact-form-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--green-700);}
    .contact-form-consent span{font-size:12px!important;font-weight:600!important;}
    .contact-form-note{color:#65766d;font-size:12px;line-height:1.4;margin-top:-5px;}
    .contact-form-status{min-height:18px;color:var(--green-700);font-size:13px;font-weight:800;margin-top:-10px;}
    .contact-form-status:empty{display:none;}
    .contact-form-status.is-error{color:#a12525;}
    .contact-visual{position:relative;min-height:780px;border-left:3px solid var(--yellow);background:var(--green-950);overflow:hidden;}
    .contact-visual::after{display:none;}
    .contact-visual img{width:100%;height:100%;object-fit:cover;object-position:center;}
    .contact-visual figcaption{position:absolute;left:0;right:0;bottom:0;z-index:1;min-height:62px;display:flex;align-items:center;justify-content:center;background:var(--green-900);border-top:5px solid var(--gold-500);color:white;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:14px 22px;text-align:center;}
    .contact-details{padding:34px 0 30px;background:linear-gradient(255deg,#00523c,#003d2d 62%,#002f23);color:#fff;}
    .contact-details-inner{width:min(1380px,calc(100% - 48px));margin:0 auto;padding:0 24px;}
    .contact-details-head{margin-bottom:18px;}
    .contact-details-head>span{color:var(--yellow);}
    .contact-details-head h2{font-size:clamp(30px,3vw,42px);line-height:1;color:#fff;letter-spacing:-1.2px;}
    .contact-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;}
    .contact-detail-card{min-height:126px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:15px;border-right:1px solid rgba(255,255,255,.35);padding:12px 34px;color:#fff;transition:background .18s ease;}
    .contact-detail-card:first-child{padding-left:0;}
    .contact-detail-card:last-child{border-right:0;padding-right:0;}
    .contact-detail-card:hover{background:rgba(255,255,255,.06);}
    .contact-detail-card svg{grid-row:1 / 3;width:42px;height:42px;align-self:center;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
    .contact-detail-card span{color:rgba(255,255,255,.72);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;}
    .contact-detail-card strong{min-width:0;color:#fff;font-size:15px;line-height:1.4;overflow-wrap:anywhere;}
    .contact-map-section{width:100%;margin:18px 0 28px;}
    .contact-map-head{width:min(1380px,calc(100% - 48px));display:flex;align-items:center;gap:14px;margin:0 auto 10px;}
    .contact-map-head::after{content:"";height:1px;flex:1;background:rgba(7,59,36,.25);}
    .contact-map-head h2{color:var(--green-900);font-size:21px;line-height:1;text-transform:uppercase;letter-spacing:.02em;}
    .contact-map{width:100%;height:450px;border-top:1px solid rgba(15,75,52,.35);border-bottom:1px solid rgba(15,75,52,.35);overflow:hidden;}
    .contact-map iframe{width:100%;height:100%;border:0;display:block;}

    .cms-toolbar,.cms-toolbar *{box-sizing:border-box;}
    .cms-toolbar{position:fixed;left:0;right:0;top:0;z-index:1000;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(255,255,255,.96);color:var(--green-900);border-top:3px solid var(--green-700);border-bottom:1px solid #dce6df;padding:6px 18px;box-shadow:0 8px 24px rgba(7,59,36,.11);backdrop-filter:blur(16px);}
    .cms-toolbar-brand{display:flex;align-items:center;gap:9px;min-width:0;}
    .cms-toolbar-icon{width:34px;height:34px;display:grid;place-items:center;color:#24342d;flex:0 0 34px;border:1px solid #d7e8dd;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(7,59,36,.09);overflow:hidden;}
    .cms-toolbar-logo{width:30px;height:30px;display:block;object-fit:contain;}
    .cms-toolbar svg{width:18px;height:18px;padding:2px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;border-radius:5px;background:#edf7f1;color:#08733f;}
    .cms-toolbar-brand strong{display:block;font-size:14px;line-height:1.05;color:#0b3421;white-space:nowrap;letter-spacing:-.1px;}
    .cms-toolbar-divider{width:1px;height:28px;background:#d9e3dc;margin:0 2px;flex:0 0 1px;}
    .cms-toolbar-copy{display:block;font-size:10px;line-height:1.25;color:#52645a;max-width:190px;}
    .cms-toolbar-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
    .cms-tool{position:relative;min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #d8e2dc!important;border-radius:8px!important;background:#fff!important;color:#20372a!important;font-size:10.5px!important;font-weight:800!important;padding:3px 7px!important;box-shadow:0 2px 7px rgba(20,34,26,.06);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;}
    .cms-tool:hover{background:#edf7f1!important;border-color:#9fc6ae!important;color:#075b32!important;box-shadow:0 4px 10px rgba(7,59,36,.1);transform:translateY(-1px);}
    .cms-tool:hover svg{background:#dcefe4;color:#075b32;}
    .cms-tool:focus-visible{outline:3px solid rgba(246,200,0,.7);outline-offset:2px;}
    .cms-tool:disabled,.cms-tool:disabled:hover{opacity:.48;background:#f1f3f2!important;color:#647068!important;border-color:#dce2de!important;box-shadow:none;cursor:not-allowed;transform:none;}
    .cms-tool.active{background:linear-gradient(135deg,var(--green-700),var(--green-900))!important;border-color:var(--green-900)!important;color:#fff!important;box-shadow:0 4px 10px rgba(7,59,36,.18);}
    .cms-tool.active svg{background:rgba(255,255,255,.16);color:#fff;}
    .cms-tool.active:hover{background:linear-gradient(135deg,#14894c,var(--green-900))!important;border-color:#075b32!important;color:#fff!important;}
    .cms-tool.active:hover svg{background:rgba(255,255,255,.22);color:#fff;}
    .cms-tool:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 5px rgba(7,59,36,.12);}
    .cms-panel footer button{border:0;border-radius:999px;background:#fff;color:var(--green-900);font-size:13px;font-weight:900;padding:10px 13px;cursor:pointer;}
    .cms-panel footer button:first-child{background:var(--yellow);}
    .cms-page .topbar{top:80px;}
    .cms-page .hero{padding-top:194px;}
    .cms-editable{position:relative;}
    .cms-edit-badge{display:none;position:absolute;right:12px;top:12px;z-index:20;border:0;border-radius:999px;background:var(--yellow);color:var(--green-900);font-size:12px;font-weight:900;padding:8px 11px;box-shadow:0 10px 22px rgba(7,59,36,.2);cursor:pointer;}
    .cms-edit-mode .cms-editable{outline:2px dashed rgba(246,200,0,.72);outline-offset:5px;}
    .cms-edit-mode .cms-editable:hover,.cms-editable.cms-active{outline:3px solid var(--yellow);outline-offset:5px;}
    .cms-edit-mode .cms-editable>.cms-edit-badge,.cms-editable.cms-active>.cms-edit-badge{display:inline-flex;}
    .cms-panel{position:fixed;right:18px;top:92px;bottom:18px;z-index:1001;width:min(410px,calc(100vw - 36px));display:none;flex-direction:column;background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 70px rgba(7,59,36,.22);overflow:hidden;}
    .cms-panel.show{display:flex;}
    .cms-panel header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:18px 18px 14px;border-bottom:1px solid var(--line);background:#f8fbf5;}
    .cms-panel header span{font-size:12px;font-weight:900;color:var(--green-700);text-transform:uppercase;letter-spacing:.04em;}
    .cms-panel h2{font-size:22px;line-height:1.08;color:var(--green-900);letter-spacing:-.7px;margin-top:4px;}
    .cms-panel header button{width:36px;height:36px;border:0;border-radius:50%;background:white;color:var(--green-900);font-size:24px;line-height:1;cursor:pointer;}
    .cms-panel-body{display:grid;gap:14px;padding:18px;overflow:auto;}
    .cms-panel-body label{display:grid;gap:6px;}
    .cms-panel-body label span{font-size:12px;font-weight:900;color:var(--green-800);}
    .cms-panel-body input,.cms-panel-body textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:11px 12px;font:inherit;font-size:14px;color:var(--green-900);background:#fbfdf9;}
    .cms-panel-body textarea{min-height:92px;resize:vertical;line-height:1.45;}
    .cms-actions-section{display:grid;gap:12px;margin-top:4px;}
    .cms-actions-head h3{font-size:18px;line-height:1.1;color:var(--green-900);letter-spacing:-.45px;margin-bottom:4px;}
    .cms-actions-head p{font-size:13px;color:#536a60;line-height:1.35;}
    .cms-actions-list{display:grid;gap:10px;}
    .cms-action-card{border:1px solid #cfe4d7;border-radius:18px;background:#fbfdf9;padding:14px;display:grid;gap:12px;box-shadow:0 8px 22px rgba(7,59,36,.05);}
    .cms-action-card-head{display:grid;grid-template-columns:34px 1fr 30px;gap:10px;align-items:center;}
    .cms-action-id{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--green-700);color:white;font-weight:900;font-size:14px;box-shadow:0 8px 16px rgba(7,59,36,.14);}
    .cms-action-card-head strong{display:block;font-size:15px;line-height:1.15;color:var(--green-900);}
    .cms-action-card-head span:not(.cms-action-link-icon){display:block;font-size:12px;color:#65796f;margin-top:2px;}
    .cms-action-link-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf8f1;color:var(--green-800);font-weight:900;}
    .cms-action-fields{display:grid;gap:10px;padding-left:44px;}
    .cms-destination-row{display:grid;gap:9px;position:relative;}
    .cms-destination-row::before{content:"";position:absolute;left:-24px;top:12px;bottom:12px;width:2px;background:#d9eadf;border-radius:999px;}
    .cms-external-url,.cms-new-tab{display:none!important;}
    .cms-action-card.is-external .cms-external-url,.cms-action-card.is-external .cms-new-tab{display:grid!important;}
    .cms-action-card.is-external select[data-path]{display:none;}
    .cms-new-tab{grid-template-columns:auto 1fr;align-items:center;gap:8px;font-size:13px;color:#536a60;font-weight:700;}
    .cms-new-tab input{width:18px!important;height:18px;padding:0;accent-color:var(--green-700);}
    .cms-action-card input:invalid{border-color:#d64545;background:#fff8f8;}
    .cms-action-tip{border:1px solid #d8eadf;border-radius:16px;background:#f2faf5;color:#536a60;font-size:13px;line-height:1.45;padding:12px 14px;}
    .cms-action-tip strong{color:var(--green-900);}
    .cms-panel footer{display:flex;gap:10px;flex-wrap:wrap;padding:14px 18px;border-top:1px solid var(--line);background:white;}
    .cms-panel footer button:last-child{background:#eef6f1;}
    .cms-toast{position:fixed;left:50%;bottom:24px;z-index:1100;transform:translate(-50%,20px);opacity:0;background:var(--green-900);color:white;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:900;box-shadow:0 18px 46px rgba(4,31,20,.22);transition:opacity .2s ease,transform .2s ease;pointer-events:none;}
    .cms-toast.show{opacity:1;transform:translate(-50%,0);}
    .cms-publish-modal{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:20px;}
    .cms-publish-modal[hidden]{display:none;}
    .cms-publish-modal-backdrop{position:absolute;inset:0;background:rgba(4,33,20,.52);backdrop-filter:blur(6px);}
    .cms-publish-modal-card{position:relative;z-index:1;width:min(420px,calc(100% - 24px));background:white;border:1px solid #dbe3ec;border-radius:10px;box-shadow:0 24px 70px rgba(4,31,20,.22);padding:26px;text-align:left;}
    .cms-publish-modal-card h2{color:#061a33;font-size:24px;line-height:1.1;margin-bottom:8px;}
    .cms-publish-modal-card p{color:#526274;font-size:14px;line-height:1.45;margin-bottom:22px;}
    .cms-publish-modal-card div{display:flex;justify-content:flex-end;gap:10px;}
    .cms-publish-modal-card button{height:40px;border:1px solid #cfdcf0;border-radius:999px;background:white;color:#0B4F31;font-size:14px;font-weight:900;padding:0 18px;cursor:pointer;}
    .cms-publish-modal-card button.primary{border-color:#0B4F31;background:#0B4F31;color:white;}
    .cms-publish-modal-card button.danger{border-color:#b42318;background:#b42318;color:white;}
    html.cms-news-root{background:#EEF3F6;}
    .cms-news-page{padding-top:0;background:#EEF3F6;color:#0b1f35;min-height:100vh;}
    .cms-news-page::after{display:none;}
    .cms-news-page .cms-toolbar{border-bottom:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;}
    body.cms-news-page::before{display:none!important;}
    .cms-news-admin{position:relative;z-index:1;width:100%;max-width:none;margin:54px 0 56px;}
    .cms-news-admin-head{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;min-height:126px;gap:28px;overflow:hidden;margin:0;padding:18px clamp(32px,6vw,96px) 16px;color:#fff;background:radial-gradient(ellipse at 51% 50%,#006046 0%,#004c38 43%,#00382a 100%);}
    .cms-news-admin-head::after{position:absolute;top:50%;right:10%;z-index:-1;color:transparent;content:"NOTICIAS";font-size:clamp(76px,8vw,116px);font-weight:950;letter-spacing:-.055em;line-height:.8;transform:translateY(-50%);-webkit-text-stroke:1px rgba(255,255,255,.14);opacity:.72;}
    .cms-news-admin-head-copy{position:relative;z-index:2;min-width:0;}
    .cms-news-admin-head-copy>span{display:block;margin:0;color:#f6c800;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;}
    .cms-news-admin-head h1{margin:5px 0;color:#fff;font-size:clamp(40px,3.7vw,52px);line-height:.95;letter-spacing:-.05em;}
    .cms-news-admin-head p{max-width:620px;margin:0;color:rgba(255,255,255,.82);font-size:14px;line-height:1.45;}
    .cms-news-create{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;border-radius:0;background:#f6c800;color:#183421;font-size:13px;font-weight:900;padding:11px 18px;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer;white-space:nowrap;transition:background-color .18s,color .18s,transform .18s;}
    .cms-news-create:hover{background:#ffe052;color:#10291a;transform:translateY(-1px);}
    .cms-news-create:focus-visible{outline:3px solid #fff;outline-offset:3px;}
    .cms-news-hero-decor{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle 92px at 3% -18%,transparent 70%,rgba(255,255,255,.15) 71% 72%,transparent 73%),radial-gradient(circle 112px at 96% 116%,transparent 70%,rgba(255,210,0,.86) 71% 72%,transparent 73%);pointer-events:none;}
    .cms-news-hero-decor::before{position:absolute;top:0;right:28px;width:108px;height:72px;background-image:radial-gradient(circle,rgba(255,210,0,.8) 1.4px,transparent 1.6px);background-size:11px 11px;content:"";opacity:.8;}
    .cms-news-hero-decor::after{position:absolute;top:0;right:47px;width:72px;height:62px;background:linear-gradient(90deg,transparent 48%,rgba(255,210,0,.88) 48% 51%,transparent 51%),linear-gradient(0deg,transparent 65%,rgba(255,210,0,.88) 65% 68%,transparent 68%);content:"";}
    .cms-news-admin-content{padding:18px clamp(32px,6vw,96px) 0;}
    .cms-news-filter-bar{position:relative;z-index:4;flex:0 1 820px;width:min(100%,820px);grid-template-columns:minmax(150px,.78fr) minmax(150px,.82fr) minmax(230px,1.35fr) 32px auto;gap:6px;margin:0 0 0 auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;}
    .cms-news-filter-bar .news-date-range-field,.cms-news-filter-bar .news-custom-select,.cms-news-filter-bar .news-search-field{min-width:0;}
    .cms-news-filter-bar .news-filter-field,.cms-news-filter-bar .news-search-field{gap:3px;}
    .cms-news-filter-bar .news-filter-field>span,.cms-news-filter-bar .news-search-field>span{font-size:8px;line-height:1;}
    .cms-news-filter-bar .date-range-trigger,.cms-news-filter-bar .news-custom-select summary,.cms-news-filter-bar .news-search-field input{height:28px;border-radius:0;font-size:10px;}
    .cms-news-filter-bar .date-range-trigger{gap:6px;padding-right:28px;padding-left:9px;}
    .cms-news-filter-bar .date-icon{width:14px;height:14px;flex-basis:14px;}
    .cms-news-filter-bar .date-range-trigger strong,.cms-news-filter-bar .news-custom-select [data-news-select-label]{font-size:10px;}
    .cms-news-filter-bar .date-range-trigger:after,.cms-news-filter-bar .news-custom-select summary:after{top:19px;right:11px;width:6px;height:6px;}
    .cms-news-filter-bar .news-custom-select summary{padding-right:28px;padding-left:9px;}
    .cms-news-filter-bar .news-search-field input{padding-left:30px;background-position:9px 50%;background-size:14px 14px;}
    .cms-news-filter-bar .news-search-field{position:relative;}
    .cms-news-filter-bar .news-select-menu,.cms-news-filter-bar .date-range-popover{border-radius:0;}
    .cms-news-filter-bar>button{height:28px;align-self:end;}
    .cms-news-filter-bar>button[type="submit"]{width:28px;min-width:28px;padding:0;border:0;border-radius:999px;background:#0B4F31;color:white;}
    .cms-news-filter-bar>button[type="submit"] svg{width:14px;height:14px;}
    .cms-news-filter-bar>.cms-news-filters-clear{width:auto;min-width:60px;padding:0 9px;border:0;border-radius:0;background:#edf8f1;color:#0B4F31;font-size:10px;font-weight:900;}
    .cms-news-filter-bar>.cms-news-filters-clear:hover{background:#dcefe4;}
    .cms-news-filter-bar .calendar-days button{border-radius:0;}
    .cms-news-filter-bar .calendar-days button.range-start,.cms-news-filter-bar .calendar-days button.range-end{border-radius:0;}
    .cms-news-tabs{display:flex;align-items:center;gap:28px;border-bottom:1px solid #d3dde6;margin-bottom:18px;}
    .cms-news-tabs button{position:relative;border:0;background:transparent;color:#17314f;font-size:13px;font-weight:800;padding:0 0 14px;cursor:pointer;}
    .cms-news-tabs button.active{color:#0B4F31;}
    .cms-news-tabs button.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#0B4F31;border-radius:999px;}
    .cms-news-tabs span{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#eaf5ef;color:#0B4F31;font-size:11px;margin-left:4px;padding:0 5px;}
    .cms-news-table-card{background:white;border:1px solid #dce5ed;border-radius:8px;box-shadow:0 14px 34px rgba(18,45,72,.08);overflow:hidden;}
    .cms-news-table-tools{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding:10px 18px;border-bottom:1px solid #e3eaf0;}
    .cms-news-table-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#0B4F31;font-size:13px;font-weight:900;}
    .cms-news-table-status button{position:relative;border:0!important;border-radius:0!important;background:transparent!important;color:#456579!important;font-size:13px!important;font-weight:900!important;padding:7px 0!important;box-shadow:none!important;cursor:pointer;white-space:nowrap;}
    .cms-news-table-status button.is-active{color:#0B4F31!important;}
    .cms-news-table-status button.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:3px;background:#0B4F31;border-radius:999px;}
    .cms-news-table-status span{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#eaf5ef;color:#0B4F31;font-size:11px;margin-left:4px;padding:0 5px;}
    .cms-news-table-filters{display:flex;align-items:center;gap:12px;}
    .cms-news-table-filters button{border:1px solid #b8d4c7;border-radius:999px;background:white;color:#0B4F31;font-size:12px;font-weight:800;padding:8px 13px;cursor:pointer;}
    .cms-news-table-filters label{position:relative;display:block;}
    .cms-news-table-filters label span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);}
    .cms-news-table-filters input{width:230px;border:1px solid #b8d4c7;border-radius:999px;background:white;color:#17314f;font-size:12px;padding:9px 14px;}
    .cms-news-table-wrap{overflow:auto;}
    .cms-news-table{width:100%;border-collapse:collapse;min-width:1120px;table-layout:fixed;}
    .cms-news-col-entry{width:auto;}
    .cms-news-col-date{width:116px;}
    .cms-news-col-views{width:80px;}
    .cms-news-col-category{width:170px;}
    .cms-news-col-actions{width:280px;}
    .cms-news-table th:nth-child(n+2),.cms-news-table td:nth-child(n+2){white-space:nowrap;}
    .cms-news-table th{background:#f7fafc;color:#17314f;font-size:12px;font-weight:800;text-align:left;padding:13px 20px;border-bottom:1px solid #dce5ed;}
    .cms-news-table td{padding:14px 20px;border-bottom:1px solid #e4ebf1;color:#17314f;font-size:13px;vertical-align:middle;}
    .cms-news-table tr:last-child td{border-bottom:0;}
    .cms-news-table tr.is-unpublished{opacity:.58;background:#fbfcfd;}
    .cms-news-entry{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:14px;min-width:0;max-width:100%;overflow:hidden;}
    .cms-news-entry>div{min-width:0;max-width:100%;overflow:hidden;}
    .cms-news-entry img{width:72px;height:52px;object-fit:cover;border-radius:6px;background:#eef3f6;}
    .cms-news-entry strong{display:block;color:#061a33;font-size:12px;line-height:1.2;font-weight:900;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .cms-news-entry small{display:block;color:#557089;font-size:11px;line-height:1.25;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .cms-news-views::before{content:"";display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:-3px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;}
    .cms-news-category{display:inline-flex;align-items:center;border-radius:999px;background:#c9f596;color:#174b1f;font-size:12px;font-weight:800;padding:7px 10px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .cms-news-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;}
    .cms-news-actions button,.cms-news-actions a{width:34px;height:34px;border:1px solid #b8d4c7;border-radius:50%;background:white;color:#0B4F31;display:grid;place-items:center;cursor:pointer;}
    .cms-news-actions svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
    .cms-news-actions button:hover,.cms-news-actions a:hover{background:#eaf5ef;border-color:#0B4F31;}
    .cms-news-actions [data-cms-news-delete]{color:#c73131;}
    .cms-news-actions [data-cms-news-toggle]{color:#0d6b47;}
    .cms-news-actions [data-cms-news-toggle].is-off{color:#7b8792;background:#f4f6f8;}
    .cms-news-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 20px;border-top:1px solid #e4ebf1;background:white;color:#456579;font-size:12px;font-weight:800;}
    .cms-news-pagination>div{display:flex;align-items:center;gap:10px;}
    .cms-news-pagination button{width:32px;height:32px;border:1px solid #b8d4c7;border-radius:50%;background:white;color:#0B4F31;font-size:22px;line-height:1;display:grid;place-items:center;cursor:pointer;}
    .cms-news-pagination button:disabled{opacity:.42;cursor:not-allowed;background:#f4f6f8;}
    .cms-news-pagination [data-cms-news-page-current]{min-width:48px;text-align:center;color:#17314f;}
    .cms-article-editor-page{min-height:100vh;background:white;color:#071b35;overflow:hidden;}
    .cms-article-editor-page .cms-toolbar{position:relative;z-index:10;box-shadow:none;}
    .cms-article-topbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #dbe3ec;background:white;padding:0 20px;}
    .cms-article-topbar a{color:#061a33;font-size:14px;font-weight:800;text-decoration:none;}
    .cms-article-top-actions{display:flex;align-items:center;gap:14px;}
    .cms-article-top-actions span{width:1px;height:24px;background:#d9e1ea;}
    .cms-article-top-actions button{height:34px;border:0;border-radius:999px;background:white;color:#0B4F31;font-size:14px;font-weight:800;padding:0 14px;cursor:pointer;}
    .cms-article-top-actions button[aria-label]{width:34px;padding:0;color:#061a33;}
    .cms-article-top-actions [data-editor-undo],.cms-article-top-actions [data-editor-redo]{font-size:24px;line-height:1;font-weight:900;}
    .cms-article-top-actions button.danger{color:#b42318;}
    .cms-article-top-actions button.danger:hover{background:#fff1ef;}
    .cms-article-top-actions .primary{background:#0B4F31;color:white;padding:0 24px;}
    .cms-article-editor-shell{display:grid;grid-template-columns:clamp(280px,19vw,368px) minmax(0,1fr) clamp(300px,19vw,360px);height:calc(100vh - 112px);min-width:0;}
    .cms-article-add{border-right:1px solid #dbe3ec;background:#fbfcfe;padding:28px 22px;overflow:auto;min-width:0;}
    .cms-article-add-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
    .cms-article-add h2{font-size:20px;line-height:1;color:#061a33;letter-spacing:-.3px;}
    .cms-article-add-head button{width:30px;height:30px;border:0;background:white;color:#0B4F31;font-size:24px;cursor:pointer;}
    .cms-article-add>span{display:block;color:#061a33;font-size:13px;font-weight:800;margin:18px 0 10px;}
    .cms-add-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}
    .cms-add-grid button{height:92px;border:1px solid #c8d7ec;border-radius:6px;background:white;color:#061a33;display:grid;place-items:center;align-content:center;gap:9px;font-size:13px;cursor:pointer;}
    .cms-add-grid button:hover{border-color:#0B4F31;background:#eaf5ef;}
    .cms-add-grid svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
    .cms-add-grid .cms-add-icon{width:26px;height:26px;object-fit:contain;display:block;}
    .cms-article-workspace{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;background:white;overflow:hidden;}
    .cms-editor-formatbar{min-height:56px;border-bottom:1px solid #dbe3ec;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;overflow:visible;position:relative;z-index:20;min-width:0;}
    .cms-format-date{display:flex;align-items:center;gap:8px;min-width:196px;color:#17314f;font-size:12px;font-weight:800;white-space:nowrap;flex:0 0 auto;}
    .cms-date-single{position:relative;}
    .cms-date-label-icon{width:16px!important;height:16px!important;flex:0 0 16px!important;}
    .cms-date-single .date-range-trigger{width:172px!important;height:36px!important;border:1px solid #cfdcf0!important;border-radius:4px!important;background:white!important;color:#061a33!important;font-size:12px!important;font-weight:500!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px;box-shadow:none!important;}
    .cms-date-single .date-range-trigger::after{display:none;}
    .cms-date-single .date-range-trigger strong{font-size:12px;color:#061a33;font-weight:500;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .cms-date-popover{top:calc(100% + 8px);left:0;z-index:120;width:470px;padding:9px;display:grid;grid-template-columns:minmax(0,1fr) 104px;align-items:start;gap:10px;}
    .cms-date-popover[hidden]{display:none;}
    .cms-date-popover .range-calendar{padding:10px;}
    .cms-date-popover .calendar-days button{font-weight:500;}
    .cms-date-popover .calendar-days button.selected{background:#0B4F31;color:white;border-radius:999px;}
    .cms-time-picker{display:grid;grid-template-columns:1fr;gap:10px;padding-top:16px;}
    .cms-time-picker label{display:grid;gap:5px;color:#17314f;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;}
    .cms-time-picker select{height:36px;border:1px solid #cfe1d7;border-radius:12px;background:#f8fbf6;color:#0B4F31;font-size:13px;font-weight:500;padding:0 9px;outline-color:#0B4F31;accent-color:#0B4F31;}
    .cms-time-picker select option{font-weight:500;}
    .cms-time-picker select option:checked{background:#0B4F31;color:white;}
    .cms-time-picker select:focus{border-color:#0B4F31;box-shadow:0 0 0 3px rgba(11,79,49,.14);}
    .cms-time-picker .cms-custom-select{width:100%;height:34px;}
    .cms-time-picker .cms-custom-select-trigger{width:100%!important;height:34px!important;min-width:0!important;border:0!important;border-radius:4px!important;padding:0 8px!important;}
    .cms-time-picker .cms-custom-select-menu{max-height:220px;}
    .cms-format-tools{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;overflow:visible;scrollbar-width:none;flex-shrink:1;}
    .cms-format-tools::-webkit-scrollbar{display:none;}
    .cms-editor-formatbar select,.cms-editor-formatbar button{height:32px;border:0;background:white;color:#061a33;font-size:14px;font-family:inherit;}
    .cms-editor-formatbar select{max-width:92px;cursor:pointer;}
    .cms-editor-formatbar select[data-font-size]{max-width:56px;}
    .cms-editor-formatbar select[data-line-height]{max-width:66px;}
    .cms-editor-formatbar button{width:30px;min-width:30px;border-radius:6px;display:grid;place-items:center;cursor:pointer;padding:0;}
    .cms-editor-formatbar button:hover,.cms-editor-formatbar select:hover{background:#f2f6fb;}
    .cms-editor-formatbar button.is-active{background:#e9f6ef;color:#0B4F31;box-shadow:inset 0 0 0 1px #8fc7aa;}
    .cms-editor-formatbar select option:hover{background:#dff2e7;color:#061a33;box-shadow:0 0 0 100px #dff2e7 inset;}
    .cms-editor-formatbar select option:checked{background:#0B4F31;color:white;box-shadow:0 0 0 100px #0B4F31 inset;}
    .cms-custom-select{position:relative;display:inline-flex;height:32px;vertical-align:middle;}
    .cms-custom-select>select{position:absolute;inset:0;width:1px!important;height:1px!important;opacity:0;pointer-events:none;}
    .cms-custom-select-trigger{height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:92px!important;padding:0 8px 0 6px!important;border:0!important;border-radius:4px!important;background:white!important;color:#061a33!important;font-size:14px!important;font-family:inherit!important;cursor:pointer!important;}
    .cms-custom-select-arrow{width:8px;height:8px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg) translateY(-2px);flex:0 0 8px;margin-left:auto;}
    .cms-custom-select.is-font-size .cms-custom-select-trigger{min-width:56px!important;}
    .cms-custom-select.is-line-height .cms-custom-select-trigger{min-width:66px!important;}
    .cms-custom-select-trigger:hover{background:#dff2e7!important;}
    .cms-custom-select-menu{position:absolute;left:0;top:calc(100% + 2px);z-index:80;display:none;min-width:100%;max-height:260px;overflow:auto;border:1px solid #061a33;background:white;box-shadow:0 10px 24px rgba(6,26,51,.12);}
    .cms-custom-select.is-open .cms-custom-select-menu{display:grid;}
    .cms-custom-select-option{height:28px!important;min-width:100%!important;width:100%!important;display:block!important;text-align:left!important;border:0!important;border-radius:0!important;background:white!important;color:#061a33!important;font-size:14px!important;font-weight:400!important;padding:0 8px!important;white-space:nowrap!important;cursor:pointer!important;}
    .cms-custom-select-option:hover{background:#dff2e7!important;color:#061a33!important;}
    .cms-custom-select-option[aria-selected="true"]{background:#0B4F31!important;color:white!important;}
    .cms-format-divider{width:1px;height:22px;background:#dbe3ec;margin:0 2px;}
    .cms-align-icon{width:18px;height:16px;display:grid;gap:2px;align-content:center;}
    .cms-align-icon i{display:block;height:2px;border-radius:999px;background:#061a33;}
    .cms-editor-formatbar button.is-active .cms-align-icon i{background:#0B4F31;}
    .cms-editor-formatbar button[data-align-format].is-active .cms-align-icon i{background:#0B4F31;}
    .cms-align-icon i:nth-child(odd){width:18px;}
    .cms-align-icon i:nth-child(even){width:12px;}
    .cms-align-left{justify-items:start;}
    .cms-align-center{justify-items:center;}
    .cms-align-right{justify-items:end;}
    .cms-align-justify{justify-items:stretch;}
    .cms-align-justify i{width:18px!important;}
    .cms-strike-icon{font-size:14px;line-height:1;text-decoration:line-through;text-decoration-thickness:1px;}
    .cms-script-icon{font-size:14px;line-height:1;font-weight:800;}
    .cms-script-icon sub,.cms-script-icon sup{font-size:9px;line-height:0;}
    .cms-color-letter{display:inline-block;border-bottom:2px solid currentColor;line-height:1;}
    .cms-highlight-letter{display:inline-grid;place-items:center;width:18px;height:18px;background:#061a33;color:white;border-radius:2px;line-height:1;}
    .cms-emoji-trigger-btn{font-size:19px!important;line-height:1!important;}
    .cms-color-popover{position:fixed;z-index:1200;width:278px;background:white;border:1px solid #d8e1dc;border-radius:10px;box-shadow:0 14px 34px rgba(6,26,51,.14);padding:14px;color:#17314f;}
    .cms-emoji-popover{position:fixed;z-index:1200;width:356px;background:white;border:1px solid #d8e1dc;border-radius:10px;box-shadow:0 14px 34px rgba(6,26,51,.14);padding:8px;color:#17314f;overflow:hidden;}
    .cms-emoji-popover[hidden]{display:none;}
    .cms-emoji-search{width:100%;height:34px;border:1px solid #d8e1dc;border-radius:7px;background:#f8fbf5;color:#061a33;font-size:13px;font-family:inherit;padding:0 10px;margin-bottom:8px;outline-color:#0B4F31;}
    .cms-emoji-tabs{display:flex;gap:4px;border-bottom:1px solid #dbe3ec;padding:0 0 7px;margin-bottom:8px;overflow:auto;scrollbar-width:none;}
    .cms-emoji-tabs::-webkit-scrollbar{display:none;}
    .cms-emoji-tabs button{width:34px!important;min-width:34px!important;height:30px!important;border:0!important;border-radius:6px!important;background:white!important;font-size:17px!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;}
    .cms-emoji-tabs button.is-active,.cms-emoji-tabs button:hover{background:#dff2e7!important;color:#0B4F31!important;}
    .cms-emoji-grid{max-height:280px;overflow-y:auto;overflow-x:hidden;display:grid;grid-template-columns:repeat(8,36px);justify-content:start;gap:4px;padding-right:10px;}
    .cms-emoji-grid button{width:34px!important;min-width:34px!important;height:34px!important;border:0!important;border-radius:6px!important;background:white!important;font-size:21px!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;}
    .cms-emoji-grid button:hover{background:#dff2e7!important;}
    .cms-flag-emoji{display:block;width:24px;height:18px;object-fit:cover;margin:auto;border-radius:2px;box-shadow:0 0 0 1px rgba(6,26,51,.12);}
    .cms-emoji-empty{grid-column:1/-1;color:#58708a;font-size:13px;padding:18px 8px;text-align:center;}
    .cms-color-head,.cms-color-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;}
    .cms-color-head strong,.cms-color-section-head strong{display:block;font-size:14px;font-weight:900;color:#17314f;}
    .cms-color-head button,.cms-color-section-head button{width:auto!important;min-width:0!important;height:auto!important;border:0!important;background:white!important;color:#58708a!important;padding:0!important;box-shadow:none!important;font-size:13px!important;font-weight:800!important;}
    .cms-color-section-head .cms-color-clear-action{display:inline-flex!important;align-items:center;gap:6px!important;color:#58708a!important;cursor:pointer!important;}
    .cms-color-clear-action i{display:block;width:18px;height:18px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 21 10-10'/%3E%3Cpath d='M14 4 4 14l6 6 10-10-6-6Z'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 21 10-10'/%3E%3Cpath d='M14 4 4 14l6 6 10-10-6-6Z'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center/contain no-repeat;}
    .cms-color-section-head .cms-color-clear-action:hover{color:#00B050!important;}
    .cms-color-head [data-color-close]{font-size:20px!important;line-height:1!important;color:#17314f!important;}
    .cms-color-grid{display:grid;grid-template-columns:repeat(5,32px);gap:10px 20px;margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid #dbe3ec;}
    .cms-color-grid button{width:32px!important;min-width:32px!important;height:32px!important;border:1px solid #d7ded9!important;border-radius:7px!important;padding:0!important;box-shadow:none!important;}
    .cms-color-recents{display:grid;grid-template-columns:repeat(5,32px);gap:10px 20px;margin:0 0 14px;padding-bottom:13px;border-bottom:1px solid #dbe3ec;}
    .cms-color-recents button{width:32px!important;min-width:32px!important;height:32px!important;border:1px solid #d7ded9!important;border-radius:7px!important;padding:0!important;box-shadow:none!important;}
    .cms-color-grid button:hover,.cms-color-recents button:hover{border-color:#00B050!important;box-shadow:0 0 0 3px rgba(0,176,80,.18)!important;}
    .cms-color-custom{display:grid;grid-template-columns:164px 20px;justify-content:center;align-items:center;gap:14px;margin:0 0 13px;}
    .cms-color-wheel{position:relative;width:164px;height:164px;border-radius:50%;cursor:crosshair;background:radial-gradient(circle at 50% 50%,#fff 0 9%,rgba(255,255,255,.85) 13%,transparent 35%),conic-gradient(from 0deg,#f00,#ff0,#0f0,#0ff,#00f,#f0f,#f00);box-shadow:inset 0 0 14px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.12);overflow:hidden;}
    .cms-color-wheel::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--cms-wheel-shade,#fff);opacity:var(--cms-wheel-shade-opacity,0);pointer-events:none;}
    .cms-color-wheel span{position:absolute;z-index:1;left:50%;top:50%;width:18px;height:18px;border-radius:50%;background:#0B8A50;border:3px solid white;box-shadow:0 1px 5px rgba(0,0,0,.22);transform:translate(-50%,-50%);}
    .cms-color-custom input[type="range"]{width:20px;height:164px;writing-mode:vertical-lr;direction:rtl;appearance:none;border-radius:999px;background:linear-gradient(to top,#050505,var(--cms-current-color,#0B8A50),#fff);outline:0;}
    .cms-color-custom input[type="range"]::-webkit-slider-thumb{appearance:none;width:22px;height:12px;border:3px solid white;border-radius:999px;background:var(--cms-current-color,#0B8A50);box-shadow:0 1px 5px rgba(0,0,0,.24);cursor:pointer;}
    .cms-color-fields{display:grid;grid-template-columns:32px 78px repeat(3,38px);gap:4px;align-items:end;justify-content:center;}
    .cms-color-eyedropper{width:32px!important;min-width:32px!important;height:36px!important;border:1px solid #d9e7f6!important;border-radius:5px!important;background:white!important;padding:0!important;box-shadow:none!important;}
    .cms-color-eyedropper::before{content:"";display:block;width:20px;height:20px;margin:auto;background:#000;mask:url("../img/gotero.svg") center/contain no-repeat;-webkit-mask:url("../img/gotero.svg") center/contain no-repeat;}
    .cms-color-eyedropper:hover{border-color:#00B050!important;box-shadow:0 0 0 3px rgba(0,176,80,.18)!important;}
    .cms-color-eyedropper.has-picked{background:var(--cms-eyedropper-color,#fff)!important;}
    .cms-color-eyedropper.is-active{border-color:var(--cms-eyedropper-color,var(--cms-current-color,#0B8A50))!important;}
    .cms-color-eyedropper.is-active:hover{border-color:#00B050!important;box-shadow:0 0 0 3px rgba(0,176,80,.18)!important;filter:none;}
    .cms-color-eyedropper:hover::before,.cms-color-eyedropper.is-active::before{background:var(--cms-eyedropper-ink,#000);}
    .cms-color-fields label{display:grid;grid-template-rows:14px 36px;gap:4px;align-items:center;text-align:center;font-size:10px;font-weight:700;color:#31445a;}
    .cms-color-fields input{width:100%;box-sizing:border-box;height:36px;border:1px solid #d9e7f6;border-radius:5px;padding:0 4px;color:#061a33;font-size:12px;font-weight:700;text-align:center;line-height:36px;font-variant-numeric:tabular-nums;}
    .cms-color-fields input[type="number"]{-moz-appearance:textfield;}
    .cms-color-fields input[type="number"]::-webkit-outer-spin-button,.cms-color-fields input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
    .cms-article-canvas{width:min(876px,calc(100% - 32px));height:100%;margin:0 auto;display:grid;grid-template-rows:auto minmax(0,1fr) 1cm;overflow:hidden;padding:46px 12px 0;min-width:0;}
    .cms-article-title-input{width:100%;min-width:0;border:0;background:white;color:#3d423f;font-size:clamp(36px,4.2vw,54px);line-height:1.04;font-weight:900;letter-spacing:-1.2px;margin-bottom:34px;outline:0;font-family:inherit;overflow:hidden;text-overflow:clip;white-space:nowrap;}
    .cms-article-title-input::placeholder{color:#757575;opacity:1;}
    .cms-article-scroll{overflow-y:auto;overflow-x:hidden;padding:0 8px 0 0;min-width:0;}
    .cms-article-canvas figure{margin:0;position:relative;}
    .cms-article-canvas figure img{width:100%;height:auto;max-height:none;object-fit:contain;display:block;background:#edf2f6;}
    .cms-article-canvas figure button{display:none;width:100%;height:48px;border:2px dashed #cfdcf0;border-radius:10px;background:#f8fbf5;color:var(--green-800);font-size:16px;font-weight:900;cursor:pointer;}
    .cms-article-canvas figure.is-empty button{display:grid;place-items:center;}
    .cms-article-canvas figure.is-empty img,.cms-article-canvas figure.is-empty input{display:none;}
    .cms-article-canvas figure.is-empty .cms-image-actions{display:none;}
    .cms-article-canvas figure input{width:100%;border:0;background:white;color:#4b5f55;font-size:15px;line-height:1.45;font-style:italic;font-weight:500;margin-top:8px;outline:0;}
    .cms-inline-image-block{padding:0;}
    .cms-inline-image-block.is-selected,.cms-media-block.is-selected{outline:2px solid #8fc7aa;outline-offset:4px;}
    .cms-inline-image-block.is-image-square,.cms-media-block.is-image-square,.cms-inline-action-block.is-image-square,.cms-file-attachment-block.is-image-square{max-width:55%;shape-outside:margin-box;}
    .cms-media-block.is-image-square{clear:both;}
    .cms-inline-image-block.is-image-square.is-image-left,.cms-media-block.is-image-square.is-image-left,.cms-inline-action-block.is-image-square.is-image-left,.cms-file-attachment-block.is-image-square.is-image-left{float:left;margin:0 22px 14px 0;}
    .cms-inline-image-block.is-image-square.is-image-right,.cms-media-block.is-image-square.is-image-right,.cms-inline-action-block.is-image-square.is-image-right,.cms-file-attachment-block.is-image-square.is-image-right{float:right;margin:0 0 14px 22px;}
    .cms-inline-image{margin:0;max-width:100%;position:relative;resize:none;overflow:visible;cursor:move;}
    .cms-inline-image figcaption{cursor:text;}
    .cms-inline-image img{width:100%;height:auto;max-height:none;object-fit:contain;display:block;background:#edf2f6;}
    .cms-inline-image[style*="height:"]{display:flex;flex-direction:column;}
    .cms-inline-image[style*="height:"] img{flex:1 1 auto;min-height:0;height:100%;object-fit:contain;}
    .cms-inline-image figcaption,.cms-media-caption{min-height:22px;color:#4b5f55;font-size:15px;line-height:1.45;font-style:italic;margin-top:8px;outline:0;}
    .cms-inline-image figcaption:empty::before,.cms-media-caption:empty::before{content:attr(data-placeholder);color:#777;}
    .cms-inline-image:has(.cms-media-seo-side) figcaption,.cms-media-preview:has(.cms-media-seo-side) .cms-media-caption{padding-right:72px;}
    .cms-media-seo-side{position:absolute;right:-38px;bottom:0;z-index:7;height:28px;border:1px solid #cfe1d7;border-radius:999px;background:white;color:#0B4F31;font-size:11px;font-weight:900;padding:0 10px;cursor:pointer;box-shadow:0 8px 18px rgba(6,26,51,.14);}
    .cms-media-seo-side:hover{background:#dff2e7;border-color:#8fc7aa;}
    .cms-image-layout-tools{position:absolute;left:8px;top:8px;z-index:8;display:none;gap:4px;padding:4px;border-radius:6px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(6,26,51,.16);}
    .cms-inline-image-block.is-selected .cms-image-layout-tools,.cms-media-block.is-selected .cms-image-layout-tools,.cms-inline-action-block.is-selected .cms-image-layout-tools,.cms-file-attachment-block.is-selected .cms-image-layout-tools{display:flex;}
    .cms-image-layout-tools button{height:28px!important;border:1px solid #cfe1d7!important;border-radius:4px!important;background:white!important;color:#061a33!important;font-size:11px!important;font-weight:800!important;padding:0 7px!important;cursor:pointer!important;}
    .cms-image-layout-tools button:hover,.cms-image-layout-tools button.is-active{background:#dff2e7!important;border-color:#8fc7aa!important;color:#0B4F31!important;}
    .cms-image-resize-handle{position:absolute;width:12px;height:12px;border-radius:999px;background:#0B4F31;box-shadow:0 0 0 2px white;display:none;}
    .cms-inline-image-block.is-selected .cms-image-resize-handle,.cms-media-block.is-selected .cms-image-resize-handle,.cms-inline-action-block.is-selected .cms-image-resize-handle,.cms-file-attachment-block.is-selected .cms-image-resize-handle{display:block;}
    .cms-image-resize-handle.is-nw{left:-6px;top:-6px;cursor:nwse-resize;}
    .cms-image-resize-handle.is-n{left:50%;top:-6px;transform:translateX(-50%);cursor:ns-resize;}
    .cms-image-resize-handle.is-ne{right:-6px;top:-6px;cursor:nesw-resize;}
    .cms-image-resize-handle.is-e{right:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize;}
    .cms-image-resize-handle.is-se{right:-6px;bottom:-6px;cursor:nwse-resize;}
    .cms-image-resize-handle.is-s{left:50%;bottom:-6px;transform:translateX(-50%);cursor:ns-resize;}
    .cms-image-resize-handle.is-sw{left:-6px;bottom:-6px;cursor:nesw-resize;}
    .cms-image-resize-handle.is-w{left:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize;}
    .cms-article-canvas hr{border:0;border-top:2px solid #aeb4bb;margin:18px 0;}
    .cms-article-body-editor{width:100%;min-width:0;min-height:0;border:0;outline:0;color:#1f3028;font-size:17px;font-weight:400;line-height:1.72;text-align:justify;text-justify:inter-word;overflow-wrap:anywhere;word-break:break-word;}
    .cms-article-body-editor:empty::before{content:attr(data-placeholder);color:#757575;pointer-events:none;}
    .cms-article-body-editor p{margin:0 0 22px;}
    .cms-article-body-editor ul,.cms-article-body-editor ol{margin:0 0 22px;padding-left:24px;text-align:left;list-style-position:outside;}
    .cms-article-body-editor li{margin:0 0 8px;padding-left:4px;}
    .cms-article-body-editor h2,.cms-article-body-editor h3{color:var(--green-900);font-weight:900;line-height:1.2;text-align:left;margin:24px 0 12px;}
    .cms-article-body-editor h2{font-size:25px;}
    .cms-article-body-editor h3{font-size:21px;}
    .cms-article-body-editor blockquote{font-size:17px;line-height:1.72;margin:0 0 22px;padding-left:18px;border-left:4px solid #d8ded9;font-style:italic;text-align:left;}
    .cms-article-body-editor blockquote cite{display:inline;font-size:14px;line-height:inherit;color:#34483e;font-style:italic;}
    .cms-article-body-editor pre{font-size:14px;line-height:1.45;margin:0 0 22px;background:#0e1f17;color:white;border-radius:10px;padding:14px;white-space:pre-wrap;text-align:left;}
    .cms-article-empty-footer{height:1cm;background:white;}
    .cms-removable-block{position:relative;margin:0 0 22px;text-align:left;}
    .cms-article-body-editor > .cms-removable-block{margin-bottom:0;}
    .cms-removable-block.is-selected{outline:2px solid #8fc7aa;outline-offset:4px;}
    .cms-remove-block{position:absolute;top:8px;right:8px;z-index:5;width:28px;height:28px;border:1px solid rgba(255,255,255,.78);border-radius:999px;background:rgba(6,26,51,.82);color:white;font-size:18px;font-weight:900;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18);}
    .cms-remove-block:hover{background:#0B4F31;}
    .cms-seo-modal{position:fixed;inset:0;z-index:1320;display:grid;place-items:center;padding:20px;}
    .cms-seo-modal[hidden]{display:none;}
    .cms-seo-modal-backdrop{position:absolute;inset:0;background:rgba(4,33,20,.52);backdrop-filter:blur(6px);}
    .cms-seo-modal-card{position:relative;z-index:1;width:min(430px,calc(100% - 24px));background:white;border:1px solid #dbe3ec;border-radius:10px;box-shadow:0 24px 70px rgba(4,31,20,.22);padding:24px;text-align:left;}
    .cms-seo-modal-card h2{color:#061a33;font-size:22px;line-height:1.1;margin-bottom:8px;}
    .cms-seo-modal-card p{color:#526274;font-size:14px;line-height:1.45;margin-bottom:16px;}
    .cms-seo-modal-card input{width:100%;height:42px;border:1px solid #cfdcf0;border-radius:8px;color:#061a33;font-size:14px;padding:0 12px;margin-bottom:18px;outline-color:#0B4F31;}
    .cms-seo-modal-card div{display:flex;justify-content:flex-end;gap:10px;}
    .cms-seo-modal-card button{height:38px;border:1px solid #cfdcf0;border-radius:999px;background:white;color:#0B4F31;font-size:14px;font-weight:900;padding:0 16px;cursor:pointer;}
    .cms-seo-modal-card button.primary{border-color:#0B4F31;background:#0B4F31;color:white;}
    .cms-table-modal{position:fixed;inset:0;z-index:1325;display:grid;place-items:center;padding:20px;}
    .cms-table-modal[hidden]{display:none;}
    .cms-table-modal-backdrop{position:absolute;inset:0;background:rgba(4,33,20,.52);backdrop-filter:blur(6px);}
    .cms-table-modal-card{position:relative;z-index:1;width:min(420px,calc(100% - 24px));background:white;border:1px solid #dbe3ec;border-radius:10px;box-shadow:0 24px 70px rgba(4,31,20,.22);padding:24px;text-align:left;}
    .cms-table-modal-card h2{color:#061a33;font-size:22px;line-height:1.1;margin-bottom:8px;}
    .cms-table-modal-card p{color:#526274;font-size:14px;line-height:1.45;margin-bottom:16px;}
    .cms-table-modal-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;}
    .cms-table-modal-fields label{display:grid;gap:6px;color:#17314f;font-size:13px;font-weight:900;}
    .cms-table-modal-fields input{width:100%;height:42px;border:1px solid #cfdcf0;border-radius:8px;color:#061a33;font-size:15px;padding:0 12px;outline-color:#0B4F31;}
    .cms-table-modal-actions{display:flex;justify-content:flex-end;gap:10px;}
    .cms-table-modal-actions button{height:38px;border:1px solid #cfdcf0;border-radius:999px;background:white;color:#0B4F31;font-size:14px;font-weight:900;padding:0 16px;cursor:pointer;}
    .cms-table-modal-actions button.primary{border-color:#0B4F31;background:#0B4F31;color:white;}
    .cms-removable-block :where(p,h2,h3,blockquote,pre,ul,ol,li,table,td,th,summary,strong){text-align:inherit;}
    .article-detail-body .cms-removable-block :where(p,h2,h3,blockquote,pre,ul,ol,li,table,td,th,summary,strong){text-align:inherit;}
    .cms-inline-block,.cms-inline-highlight{border:1px solid #d8ded9;border-radius:10px;background:#f8fbf5;padding:14px 16px;text-align:inherit;}
    .cms-removable-block.cms-inline-block,.cms-removable-block.cms-inline-highlight{padding:14px 46px 14px 16px;}
    .cms-inline-highlight{border-left:4px solid var(--yellow);background:#fffdf0;}
    .cms-layout-block{width:100%;max-width:100%;clear:both;margin:0 0 22px;text-align:left;}
    .cms-layout-grid{display:grid;width:100%;gap:22px;align-items:stretch;}
    .cms-layout-two-equal>.cms-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .cms-layout-narrow-wide>.cms-layout-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);}
    .cms-layout-wide-narrow>.cms-layout-grid{grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr);}
    .cms-layout-three-equal>.cms-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
    .cms-layout-header-two>.cms-layout-grid,.cms-layout-two-footer>.cms-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .cms-layout-header-two>.cms-layout-grid>.cms-layout-cell:first-child{grid-column:1/-1;}
    .cms-layout-two-footer>.cms-layout-grid>.cms-layout-cell:last-child{grid-column:1/-1;}
    .cms-layout-cell{min-width:0;overflow-wrap:anywhere;}
    .cms-layout-cell>.cms-removable-block{box-sizing:border-box;max-width:100%!important;}
    .cms-layout-cell .cms-inline-image,.cms-layout-cell .cms-media-preview,.cms-layout-cell .cms-button-stage,.cms-layout-cell .cms-file-stage{box-sizing:border-box;max-width:100%!important;}
    .cms-article-body-editor .cms-layout-cell .cms-removable-block.is-media-actions-side>.cms-media-actions-row{position:static;left:auto;top:auto;width:100%;max-width:100%;margin-top:10px;}
    .cms-article-body-editor .cms-layout-cell .cms-removable-block.is-media-actions-side>.cms-media-actions-row .cms-media-file-actions{width:100%;max-width:100%;align-items:stretch;}
    .cms-article-body-editor .cms-layout-cell .cms-removable-block.is-media-actions-side>.cms-media-actions-row .cms-media-file-actions button{width:100%;max-width:100%;}
    .cms-layout-cell>:first-child{margin-top:0;}
    .cms-layout-cell>:last-child{margin-bottom:0;}
    .cms-layout-cell>.cms-removable-block:last-child{margin-bottom:0;}
    .cms-inline-accordion{position:relative;width:100%;border:0;border-radius:0;background:transparent;padding:0;text-align:inherit;box-shadow:none;outline:0;}
    .cms-inline-accordion>summary{position:relative;display:block;min-height:24px;padding:12px 44px 12px 28px;color:var(--green-900);font-weight:900;line-height:1.35;list-style:none;cursor:pointer;transition:color .18s ease,background-color .18s ease;}
    .cms-inline-accordion>summary::-webkit-details-marker{display:none;}
    .cms-inline-accordion>summary::before{content:"";position:absolute;left:5px;top:50%;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-65%) rotate(-45deg);transition:transform .18s ease;}
    .cms-inline-accordion[open]>summary::before{transform:translateY(-65%) rotate(45deg);}
    .cms-inline-accordion>summary:hover{color:var(--green-700);background:transparent;}
    .cms-inline-accordion-content{padding:2px 44px 0 28px;color:#1f3028;font-weight:400;line-height:1.72;}
    .cms-inline-accordion:has(>.cms-inline-accordion-content:not(:empty))>summary:empty{position:absolute;left:0;top:2px;width:24px;height:24px;min-height:0;padding:0;z-index:1;}
    .cms-inline-accordion:has(>.cms-inline-accordion-content:not(:empty))>summary:empty+.cms-inline-accordion-content{padding-top:2px;padding-left:28px;}
    .cms-inline-accordion-content>:last-child{margin-bottom:0;}
    .cms-inline-button{display:inline-flex;border-radius:999px;background:var(--green-800);color:white!important;font-weight:900;padding:11px 16px;text-decoration:none;}
    .cms-file-attachment-block{position:relative;width:180px;max-width:100%;clear:both;}
    .cms-file-attachment-block.is-image-inline{display:inline-block;vertical-align:top;clear:none;margin:0 14px 16px 0;}
    .cms-file-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:150px;padding:12px;box-sizing:border-box;}
    .cms-file-attachment{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;width:100%;color:var(--green-900);text-align:center;text-decoration:none;}
    .cms-file-icon{display:block;width:70px;height:76px;border:0;background:transparent url("../img/icons/generic-file.svg") center/contain no-repeat;user-select:none;}
    .cms-file-icon[data-file-type="pdf"]{background-image:url("../img/icons/pdf.png");}
    .cms-file-icon[data-file-type="word"]{background-image:url("../img/icons/doc.png");}
    .cms-file-icon[data-file-type="excel"]{background-image:url("../img/icons/xls.png");}
    .cms-file-icon[data-file-type="powerpoint"]{background-image:url("../img/icons/ppt.png");}
    .cms-file-icon[data-file-type="image"]{background-image:url("../img/icons/image.png");}
    .cms-file-icon[data-file-type="video"]{background-image:url("../img/icons/video.png");}
    .cms-file-icon[data-file-type="archive"]{background-image:url("../img/icons/comprimido.png");}
    .cms-file-icon[data-file-type="web"]{background-image:url("../img/icons/web.png");}
    .cms-file-icon[data-file-type="mail"]{background-image:url("../img/icons/mail.png");}
    .cms-file-icon[data-file-type="onenote"]{background-image:url("../img/icons/note.png");}
    .cms-file-icon[data-file-type="teams"]{background-image:url("../img/icons/teams.png");}
    .cms-file-icon[data-file-type="text"]{background-image:url("../img/icons/notepad.png");}
    .cms-file-icon>span{display:none;}
    .cms-file-name{display:-webkit-box;max-width:170px;overflow:hidden;color:var(--green-900);font-size:13px;font-weight:850;line-height:1.25;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
    .cms-article-editor-page .cms-file-name[contenteditable="true"]{min-width:72px;padding:3px 5px;border:1px dashed transparent;border-radius:4px;cursor:text;outline:0;}
    .cms-article-editor-page .cms-file-name[contenteditable="true"]:hover{border-color:#9fc9b4;background:#f4faf6;}
    .cms-article-editor-page .cms-file-name[contenteditable="true"]:focus{border-color:var(--green-700);background:white;box-shadow:0 0 0 2px rgba(0,111,72,.12);-webkit-line-clamp:unset;}
    .cms-article-editor-page .cms-file-name[contenteditable="true"]:empty::before{content:attr(data-placeholder);color:#708079;font-weight:700;}
    .cms-file-attachment:hover .cms-file-icon,.cms-file-attachment:focus-visible .cms-file-icon{transform:translateY(-2px);}
    .cms-file-attachment:focus-visible{outline:2px solid var(--yellow);outline-offset:4px;}
    .article-detail-body .cms-file-stage{font-size:0;}
    .article-detail-body .cms-file-attachment{font-size:13px;font-weight:850;line-height:1.25;}
    .article-detail-body .cms-file-attachment:not(:has(.cms-file-icon))::before{content:"";display:block;width:70px;height:76px;background:transparent url("../img/icons/generic-file.svg") center/contain no-repeat;}
    .article-detail-body .cms-file-attachment[href$=".pdf" i]:not(:has(.cms-file-icon))::before{background-image:url("../img/icons/pdf.png");}
    .article-detail-body .cms-file-attachment:is([href$=".doc" i],[href$=".docx" i],[href$=".docm" i],[href$=".odt" i],[href$=".rtf" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/doc.png");}
    .article-detail-body .cms-file-attachment:is([href$=".xls" i],[href$=".xlsx" i],[href$=".xlsm" i],[href$=".ods" i],[href$=".csv" i],[href$=".tsv" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/xls.png");}
    .article-detail-body .cms-file-attachment:is([href$=".ppt" i],[href$=".pptx" i],[href$=".pptm" i],[href$=".pps" i],[href$=".ppsx" i],[href$=".odp" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/ppt.png");}
    .article-detail-body .cms-file-attachment:is([href$=".jpg" i],[href$=".jpeg" i],[href$=".png" i],[href$=".gif" i],[href$=".webp" i],[href$=".svg" i],[href$=".avif" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/image.png");}
    .article-detail-body .cms-file-attachment:is([href$=".mp4" i],[href$=".mov" i],[href$=".avi" i],[href$=".mkv" i],[href$=".webm" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/video.png");}
    .article-detail-body .cms-file-attachment:is([href$=".zip" i],[href$=".rar" i],[href$=".7z" i],[href$=".tar" i],[href$=".gz" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/comprimido.png");}
    .article-detail-body .cms-file-attachment:is([href$=".txt" i],[href$=".md" i],[href$=".log" i]):not(:has(.cms-file-icon))::before{background-image:url("../img/icons/notepad.png");}
    .cms-poll-block{position:relative;width:100%;clear:both;margin:0 0 24px;padding:18px;border:1px solid #c8dbd1;border-left:4px solid var(--yellow);border-radius:8px;background:#f8fbf9;font-size:15px;line-height:1.5;box-sizing:border-box;}
    .article-detail-body .cms-poll-question{margin:0 0 14px;color:var(--green-900);font-size:18px;line-height:1.3;font-weight:900;text-align:left;}
    .cms-poll-form fieldset{min-width:0;margin:0;padding:0;border:0;}
    .cms-poll-options{display:grid;gap:8px;}
    .cms-poll-option{display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 12px;border:1px solid #c8dbd1;border-radius:6px;background:white;color:#18382b;font-size:14px;font-weight:750;cursor:pointer;transition:border-color .18s,background-color .18s;}
    .cms-poll-option:hover,.cms-poll-option:has(input:focus-visible){border-color:var(--green-700);background:#edf8f2;}
    .cms-poll-option input{position:absolute;opacity:0;pointer-events:none;}
    .cms-poll-option-marker{flex:0 0 18px;width:18px;height:18px;border:2px solid #8caf9e;border-radius:50%;box-sizing:border-box;box-shadow:inset 0 0 0 4px white;}
    .cms-poll-option input:checked+.cms-poll-option-marker{border-color:var(--green-700);background:var(--green-700);}
    .cms-poll-email-field{display:grid;gap:6px;margin-top:13px;color:#29483a;font-size:13px;font-weight:850;}
    .cms-poll-email-field input,.cms-poll-email-field select{width:min(420px,100%);height:40px;border:1px solid #b7ccc1;border-radius:5px;background:white;color:#17352a;font-size:13px;padding:0 12px;outline-color:var(--green-700);accent-color:var(--green-700);}
    .cms-poll-select{position:relative;display:block;width:100%;}
    .cms-poll-select>select{position:absolute;width:1px!important;height:1px!important;opacity:0;pointer-events:none;}
    .cms-poll-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:40px;border:1px solid #b7ccc1;border-radius:5px;background:white;color:#17352a;font:inherit;font-size:13px;padding:0 12px;cursor:pointer;text-align:left;}
    .cms-poll-select-trigger:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;border-color:var(--green-700);}
    .cms-poll-select-arrow{flex:0 0 8px;width:8px;height:8px;border-right:2px solid var(--green-900);border-bottom:2px solid var(--green-900);transform:translateY(-2px) rotate(45deg);}
    .cms-poll-select.is-open .cms-poll-select-arrow{transform:translateY(2px) rotate(225deg);}
    .cms-poll-select-menu{position:absolute;top:calc(100% + 2px);left:0;z-index:60;display:none;width:100%;max-height:310px;overflow:auto;border:1px solid #315b49;background:white;box-shadow:0 10px 24px rgba(0,54,35,.14);}
    .cms-poll-select.is-open .cms-poll-select-menu{display:grid;}
    .cms-poll-select-option{display:block;width:100%;min-height:36px;border:0;border-radius:0;background:white;color:#17352a;font:inherit;font-size:13px;padding:7px 12px;cursor:pointer;text-align:left;}
    .cms-poll-select-option.is-highlighted{background:var(--green-700);color:white;}
    .cms-form-date-picker{position:relative;display:block;width:100%;}
    .cms-form-date-picker>input{position:absolute;width:1px!important;height:1px!important;opacity:0;pointer-events:none;}
    .cms-form-date-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;border:1px solid #b7ccc1;border-radius:6px;background:#fff;color:#17352a;font:inherit;padding:0 12px;cursor:pointer;text-align:left;}
    .cms-form-date-trigger:hover,.cms-form-date-trigger:focus-visible{border-color:var(--green-700);background:#eef8f3;outline:2px solid var(--yellow);outline-offset:2px;}
    .cms-form-date-arrow{width:9px;height:9px;border-right:2px solid var(--green-900);border-bottom:2px solid var(--green-900);transform:translateY(-2px) rotate(45deg);}
    .cms-form-date-picker.is-open .cms-form-date-arrow{transform:translateY(2px) rotate(225deg);}
    .cms-form-date-popover[hidden]{display:none!important;}
    .cms-form-date-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:75;display:block;width:min(330px,calc(100vw - 64px));padding:12px;border:1px solid #315b49;border-radius:7px;background:#fff;box-shadow:0 14px 34px rgba(0,54,35,.18);}
    .cms-form-date-head{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:7px;margin-bottom:9px;}
.cms-form-date-head>button{width:34px;height:32px;border:1px solid #c7d9d0;border-radius:5px;background:#f3faf6;color:var(--green-800);font-size:22px;cursor:pointer;}
.cms-form-date-head>button:hover{background:#dff2e7;}
.cms-form-date-head>button:disabled,.cms-form-date-period-menu button:disabled,.cms-form-date-days button:disabled{opacity:.35;cursor:not-allowed;outline:0;}
.cms-form-date-period{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;color:var(--green-900);font-size:13px;font-weight:900;}
.cms-form-date-period-button{width:auto;height:auto;border:0;border-bottom:1px dashed transparent;border-radius:0;background:transparent;color:inherit;font:inherit;padding:3px 2px;cursor:pointer;}
.cms-form-date-period-button:hover,.cms-form-date-period-button:focus-visible{border-bottom-color:var(--green-700);color:var(--green-700);outline:0;}
.cms-form-date-period-menu[hidden]{display:none!important;}
.cms-form-date-period-menu{position:absolute;top:calc(100% + 7px);left:50%;z-index:4;display:grid;width:210px;max-height:220px;overflow:auto;transform:translateX(-50%);border:1px solid #315b49;border-radius:6px;background:#fff;box-shadow:0 12px 26px rgba(0,54,35,.16);}
.cms-form-date-period-menu.is-months{grid-template-columns:repeat(2,1fr);padding:5px;}
.cms-form-date-period-menu.is-years{grid-template-columns:repeat(3,1fr);padding:5px;}
.cms-form-date-period-menu button{min-height:34px;border:0;border-radius:4px;background:#fff;color:#17352a;font:inherit;font-size:12px;padding:5px;cursor:pointer;}
.cms-form-date-period-menu button:hover,.cms-form-date-period-menu button:focus-visible{background:#dff2e7;color:var(--green-900);outline:1px solid var(--green-700);}
.cms-form-date-period-menu button.is-selected{background:var(--green-700);color:#fff;font-weight:900;}
    .cms-form-date-weekdays,.cms-form-date-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;}
    .cms-form-date-weekdays span{padding:4px 0;color:#6c7d75;font-size:10px;font-weight:900;text-align:center;}
    .cms-form-date-days button{aspect-ratio:1;border:0;border-radius:5px;background:#fff;color:#17352a;font:inherit;font-size:12px;cursor:pointer;}
    .cms-form-date-days button:hover,.cms-form-date-days button:focus-visible{background:#dff2e7;color:var(--green-900);outline:1px solid var(--green-700);}
    .cms-form-date-days button.is-outside{opacity:.42;}
    .cms-form-date-days button.is-selected{background:var(--green-700);color:#fff;font-weight:900;}
    .cms-poll-personal-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;margin-top:14px;padding-top:14px;border-top:1px solid #d8e3dd;}
    .cms-poll-personal-data[hidden]{display:none;}
    .cms-poll-personal-data .cms-poll-email-field{margin-top:0;align-content:start;}
    .cms-poll-personal-data .cms-poll-email-field input,.cms-poll-personal-data .cms-poll-email-field select{width:100%;}
    .cms-poll-personal-data .cms-poll-privacy{grid-column:1/-1;margin-top:0;}
    @media(max-width:900px){.cms-poll-personal-data{grid-template-columns:repeat(2,minmax(0,1fr));}}
    @media(max-width:560px){.cms-poll-personal-data{grid-template-columns:1fr;}}
    .cms-poll-privacy{display:flex;align-items:flex-start;gap:7px;margin-top:10px;color:#496057;font-size:12px;line-height:1.4;}
    .cms-poll-privacy input{margin-top:2px;accent-color:var(--green-700);}
    .cms-poll-submit{min-width:112px;height:40px;margin-top:14px;border:0;border-radius:5px;background:var(--green-800);color:white;font-size:13px;font-weight:900;padding:0 18px;cursor:pointer;}
    .cms-poll-submit:hover,.cms-poll-submit:focus-visible{background:var(--green-700);outline:2px solid var(--yellow);outline-offset:2px;}
    .cms-poll-submit:disabled{opacity:.55;cursor:not-allowed;}
    .cms-poll-status{min-height:18px;margin:8px 0 0;color:#5b6e64;font-size:12px;line-height:1.4;}
    .cms-poll-success{margin:0;color:var(--green-800);font-size:15px;font-weight:850;}
    .cms-poll-results-title{margin:0;color:var(--green-900);font-size:18px;font-weight:900;}
    .cms-poll-total{margin:2px 0 14px;color:#5b6e64;font-size:12px;}
    .cms-poll-chart.is-horizontal{display:grid;gap:10px;}
    .cms-poll-result-row{display:grid;grid-template-columns:minmax(90px,1fr) minmax(120px,3fr) 54px;align-items:center;gap:10px;color:#29483a;font-size:13px;}
    .cms-poll-result-row>span{overflow-wrap:anywhere;}
    .cms-poll-result-track{height:13px;overflow:hidden;border-radius:999px;background:#e2ebe6;}
    .cms-poll-result-track i{display:block;height:100%;border-radius:inherit;}
    .cms-poll-result-row b{text-align:right;font-size:12px;}
    .cms-poll-chart.is-vertical{display:flex;align-items:stretch;justify-content:center;gap:14px;min-height:230px;padding-top:10px;}
    .cms-poll-result-column{display:grid;grid-template-rows:22px 160px auto;align-items:end;justify-items:center;flex:1;max-width:120px;gap:6px;color:#29483a;text-align:center;}
    .cms-poll-result-column i{display:block;align-self:end;width:min(52px,80%);min-height:3px;border-radius:5px 5px 0 0;}
    .cms-poll-result-column span{font-size:12px;line-height:1.25;overflow-wrap:anywhere;}
    .cms-poll-result-column b{font-size:11px;}
    .cms-poll-chart.is-pie,.cms-poll-chart.is-doughnut{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:24px;}
    .cms-poll-circle{position:relative;width:180px;aspect-ratio:1;border-radius:50%;}
    .cms-poll-chart.is-doughnut .cms-poll-circle::after{content:"";position:absolute;inset:32%;border-radius:50%;background:#f8fbf9;}
    .cms-poll-legend{display:grid;gap:8px;}
    .cms-poll-legend>div{display:flex;align-items:center;gap:8px;color:#29483a;font-size:13px;}
    .cms-poll-legend i{flex:0 0 12px;width:12px;height:12px;border-radius:3px;}
    .cms-gallery-block{position:relative;width:100%;max-width:100%;clear:both;margin:0 0 24px;box-sizing:border-box;}
    .cms-gallery-block.is-selected{outline:2px solid #8fc7aa;outline-offset:5px;}
    .cms-gallery-items{display:grid;gap:10px;width:100%;}
    .cms-gallery-item{position:relative;min-width:0;margin:0;overflow:visible;background:#edf3ef;}
    .cms-gallery-item img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;background:#edf2f6;}
    .cms-gallery-item figcaption{min-height:20px;margin-top:6px;color:#4b5f55;font-size:14px;font-style:italic;line-height:1.4;outline:0;}
    .cms-article-editor-page .cms-gallery-item figcaption:empty::before{content:attr(data-placeholder);color:#78877f;font-style:italic;}
    .cms-gallery-thumbnails .cms-gallery-items{grid-template-columns:repeat(4,minmax(0,1fr));}
    .cms-gallery-thumbnails .cms-gallery-item{cursor:pointer;}
    .cms-gallery-thumbnails .cms-gallery-item.is-active{grid-column:1 / -1;order:-1;cursor:default;}
    .cms-gallery-thumbnails .cms-gallery-item.is-active img{aspect-ratio:16 / 9;max-height:560px;}
    .cms-gallery-thumbnails .cms-gallery-item:not(.is-active) img{aspect-ratio:4 / 3;}
    .cms-gallery-thumbnails.is-gallery-enhanced .cms-gallery-item:not(.is-active):not(.is-thumb-visible){display:none;}
    .cms-gallery-thumbnails .cms-gallery-item:not(.is-active) figcaption{display:none;}
    .cms-gallery-thumbnails .cms-gallery-item:not(.is-active)::after{content:"";position:absolute;inset:0 0 0;border:2px solid transparent;pointer-events:none;transition:border-color .18s ease,background-color .18s ease;}
    .cms-gallery-thumbnails .cms-gallery-item:not(.is-active):hover::after,.cms-gallery-thumbnails .cms-gallery-item:not(.is-active):focus-within::after{border-color:var(--green-700);background:rgba(0,84,56,.06);}
    .cms-gallery-slides .cms-gallery-items{display:block;}
    .cms-gallery-slides .cms-gallery-item{display:none;}
    .cms-gallery-slides .cms-gallery-item.is-active{display:block;}
    .cms-gallery-slides .cms-gallery-item img{aspect-ratio:16 / 9;max-height:600px;}
    .cms-gallery-grid .cms-gallery-items{grid-template-columns:repeat(3,minmax(0,1fr));}
    .cms-gallery-grid.is-grid-portrait .cms-gallery-items{grid-template-columns:repeat(4,minmax(0,1fr));}
    .cms-gallery-grid.is-grid-landscape .cms-gallery-items{grid-template-columns:repeat(3,minmax(0,1fr));}
    .cms-gallery-grid .cms-gallery-item img{aspect-ratio:1 / 1;cursor:zoom-in;}
    .cms-gallery-grid.is-grid-enhanced .cms-gallery-item:not(.is-grid-visible){display:none;}
    .cms-gallery-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;}
    .cms-gallery-controls>div{display:flex;align-items:center;gap:6px;}
    .cms-gallery-controls>button{position:relative;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #b9d3c5;border-radius:50%;background:white;color:var(--green-900);font-size:25px;line-height:1;cursor:pointer;}
    .cms-gallery-controls [data-gallery-go]{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#b7c8bf;cursor:pointer;}
    .cms-gallery-controls [data-gallery-go].is-active{background:var(--green-700);transform:scale(1.25);}
    .cms-gallery-main-nav{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:0 14px;pointer-events:none;}
    .cms-gallery-main-nav button,.cms-gallery-thumbnail-controls button{position:relative;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(0,75,49,.88);color:white;font-size:28px;font-weight:800;line-height:1;box-shadow:0 5px 16px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto;transition:background-color .18s ease,transform .18s ease;}
    .cms-gallery-main-nav button,.cms-gallery-thumbnail-controls button,.cms-gallery-controls>button{font-size:0;}
    .cms-gallery-main-nav button::before,.cms-gallery-thumbnail-controls button::before,.cms-gallery-controls>button::before{content:"";position:absolute;top:50%;left:50%;display:block;width:16px;height:16px;background:currentColor;transform:translate(-50%,-50%);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;}
    .cms-gallery-main-nav [data-gallery-prev]::before,.cms-gallery-thumbnail-controls [data-gallery-thumbs-prev]::before,.cms-gallery-controls [data-gallery-prev]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-main-nav [data-gallery-next]::before,.cms-gallery-thumbnail-controls [data-gallery-thumbs-next]::before,.cms-gallery-controls [data-gallery-next]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-main-nav button:hover,.cms-gallery-main-nav button:focus-visible,.cms-gallery-thumbnail-controls button:hover,.cms-gallery-thumbnail-controls button:focus-visible{background:var(--green-700);transform:scale(1.06);outline:2px solid var(--yellow);outline-offset:2px;}
    .cms-gallery-thumbnail-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;}
    .cms-gallery-thumbnail-controls button{width:34px;height:34px;border-color:#b9d3c5;background:white;color:var(--green-900);font-size:0;box-shadow:none;}
    .cms-gallery-thumbnail-controls span{min-width:38px;color:#53675d;font-size:12px;font-weight:850;text-align:center;}
    .cms-gallery-grid-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;}
    .cms-gallery-grid-controls button{position:relative;width:34px;height:34px;padding:0;border:1px solid #b9d3c5;border-radius:50%;background:white;color:var(--green-900);font-size:0;cursor:pointer;}
    .cms-gallery-grid-controls span{min-width:38px;color:#53675d;font-size:12px;font-weight:850;text-align:center;}
    .cms-gallery-grid-controls button::before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;background:currentColor;transform:translate(-50%,-50%);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;}
    .cms-gallery-grid-controls .is-prev::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-grid-controls .is-next::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-grid-controls button:hover,.cms-gallery-grid-controls button:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;background:#e4f3ea;}
    .cms-gallery-editor-tools{display:flex;align-items:center;gap:8px;margin:0 0 10px;}
    .cms-gallery-editor-tools button{height:32px;padding:0 12px;border:1px solid #a9cdbb;border-radius:5px;background:#f4faf6;color:var(--green-900);font-size:12px;font-weight:900;cursor:pointer;}
    .cms-gallery-editor-tools button:hover{border-color:var(--green-700);background:#e4f3ea;}
    .cms-gallery-remove-image{display:none;position:absolute;top:7px;right:7px;z-index:4;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#25384d;color:white;font-size:18px;font-weight:900;line-height:1;box-shadow:0 5px 14px rgba(0,0,0,.2);cursor:pointer;}
    .cms-article-editor-page .cms-gallery-block.is-selected .cms-gallery-remove-image{display:block;}
    .article-detail-body .cms-gallery-item figcaption{font-size:14px;line-height:1.45;color:#4b5f55;}
    .article-detail-body .cms-gallery-item figcaption:empty{display:none;}
    .article-detail-body .cms-gallery-thumbnails .cms-gallery-item.is-active img{height:clamp(280px,36vw,420px);max-height:420px;aspect-ratio:auto;object-fit:contain;cursor:zoom-in;}
    .article-detail-body .cms-gallery-slides .cms-gallery-item.is-active img{height:clamp(238px,30.6vw,357px);max-height:357px;aspect-ratio:auto;object-fit:contain;cursor:zoom-in;}
    .article-detail-body .cms-gallery-thumbnails .cms-gallery-item:not(.is-active) img{height:200px;aspect-ratio:auto;object-fit:cover;}
    .article-detail-body .cms-gallery-grid.is-grid-landscape .cms-gallery-item img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;}
    .article-detail-body .cms-gallery-grid.is-grid-portrait .cms-gallery-item img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;}
    body.is-gallery-lightbox-open{overflow:hidden;}
    .cms-gallery-lightbox{position:fixed;inset:0;z-index:1800;display:grid;place-items:center;padding:24px;}
    .cms-gallery-lightbox[hidden]{display:none;}
    .cms-gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(2,24,15,.88);backdrop-filter:blur(5px);}
    .cms-gallery-lightbox-panel{position:relative;z-index:1;display:grid;place-items:center;width:min(1180px,calc(100vw - 48px));height:min(88vh,820px);padding:54px 68px 46px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#071d14;box-shadow:0 26px 80px rgba(0,0,0,.42);}
    .cms-gallery-lightbox-image{display:block;max-width:100%;max-height:calc(88vh - 126px);width:auto;height:auto;object-fit:contain;}
    .cms-gallery-lightbox-caption{align-self:end;margin:12px 0 0;color:white;font-size:14px;line-height:1.45;text-align:center;}
    .cms-gallery-lightbox-counter{position:absolute;bottom:16px;left:50%;color:#dce8e1;font-size:13px;font-weight:800;transform:translateX(-50%);}
    .cms-gallery-lightbox-close,.cms-gallery-lightbox-nav{position:absolute;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,75,49,.92);color:white;cursor:pointer;}
    .cms-gallery-lightbox-close{top:14px;right:14px;font-size:0;line-height:1;}
    .cms-gallery-lightbox-close::before,.cms-gallery-lightbox-close::after{content:"";position:absolute;top:50%;left:50%;width:17px;height:2px;border-radius:2px;background:currentColor;transform-origin:center;}
    .cms-gallery-lightbox-close::before{transform:translate(-50%,-50%) rotate(45deg);}
    .cms-gallery-lightbox-close::after{transform:translate(-50%,-50%) rotate(-45deg);}
    .cms-gallery-lightbox-fullscreen{position:absolute;top:14px;right:66px;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,75,49,.92);color:white;cursor:pointer;}
    .cms-gallery-lightbox-fullscreen[hidden]{display:none;}
    .cms-gallery-lightbox-fullscreen::before{content:"";position:absolute;inset:11px;background:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2 7V2h5M13 2h5v5M18 13v5h-5M7 18H2v-5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2 7V2h5M13 2h5v5M18 13v5h-5M7 18H2v-5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:20px 20px;mask-size:20px 20px;}
    .cms-gallery-lightbox-nav{top:50%;font-size:0;transform:translateY(-50%);}
    .cms-gallery-lightbox-nav.is-prev{left:14px;}
    .cms-gallery-lightbox-nav.is-next{right:14px;}
    .cms-gallery-lightbox-nav::before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;background:currentColor;transform:translate(-50%,-50%);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;}
    .cms-gallery-lightbox-nav.is-prev::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 2.5 5 8l5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-lightbox-nav.is-next::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 2.5 11 8l-5.5 5.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .cms-gallery-lightbox-close:hover,.cms-gallery-lightbox-close:focus-visible,.cms-gallery-lightbox-fullscreen:hover,.cms-gallery-lightbox-fullscreen:focus-visible,.cms-gallery-lightbox-nav:hover,.cms-gallery-lightbox-nav:focus-visible{outline:3px solid var(--yellow);outline-offset:2px;background:var(--green-700);}
    .cms-gallery-lightbox.is-grid-lightbox{padding:0;}
    .cms-gallery-lightbox.is-grid-lightbox .cms-gallery-lightbox-panel{width:100vw;height:100vh;padding:58px 70px 48px;border:0;border-radius:0;}
    .cms-gallery-lightbox.is-grid-lightbox .cms-gallery-lightbox-image{max-height:calc(100vh - 120px);}
    @media (max-width:700px){.cms-gallery-lightbox{padding:10px}.cms-gallery-lightbox-panel{width:calc(100vw - 20px);height:90vh;padding:58px 12px 52px}.cms-gallery-lightbox-image{max-height:calc(90vh - 122px)}.cms-gallery-lightbox-nav{top:auto;bottom:10px;transform:none}.cms-gallery-lightbox-nav.is-prev{left:14px}.cms-gallery-lightbox-nav.is-next{right:14px}}
    .cms-table-tools{display:flex;flex-wrap:wrap;gap:8px;margin:0 44px 10px 0;}
    .cms-table-tools button{height:30px;border:1px solid #acd4c0;border-radius:999px;background:#f3fbf6;color:#0B4F31;font-size:12px;font-weight:900;padding:0 10px;cursor:pointer;}
    .cms-table-tools button:hover{background:#0B4F31;color:white;}
    .cms-inline-table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:inherit;}
    .cms-inline-table td,.cms-inline-table th{position:relative;border:1px solid #d8ded9;padding:10px;min-width:56px;outline-color:#0B4F31;}
    .article-detail-body .cms-inline-table{width:100%;table-layout:fixed;}
    .article-detail-body .cms-inline-table td,.article-detail-body .cms-inline-table th{box-sizing:border-box;}
    .cms-table-col-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;z-index:4;cursor:col-resize;user-select:none;}
    .cms-table-col-handle::after{content:"";position:absolute;top:0;bottom:0;left:3px;width:2px;background:transparent;}
    .cms-table-col-handle:hover::after,.cms-table-resizing .cms-table-col-handle::after{background:#0B4F31;}
    .article-detail-body .cms-table-tools,.article-detail-body .cms-table-col-handle{display:none!important;}
    .cms-separator-block{padding:8px 44px 8px 0;}
    .cms-html-embed{border:1px solid #d8ded9;border-radius:10px;background:#f8fbf5;padding:14px 46px 14px 16px;}
    .cms-html-embed-content{min-height:48px;}
    .cms-html-embed iframe,.cms-html-embed img{max-width:100%;}
    .cms-html-embed-preview{min-height:44px;display:grid;place-items:center;text-align:center;user-select:none;}
    .cms-html-embed-preview.is-placeholder{color:#777;font-weight:400;pointer-events:none;}
    .cms-html-embed-preview:not(.is-placeholder){position:relative;display:block;width:300px;max-width:100%;height:145px;min-height:32px;margin:0 auto;user-select:auto;}
    .cms-html-embed-frame{display:block;width:300px;max-width:100%;height:145px;min-height:0;margin:0 auto;border:0;background:transparent;}
    .cms-html-embed-frame[data-embed-align="left"]{margin-left:0;margin-right:auto;}.cms-html-embed-frame[data-embed-align="right"]{margin-left:auto;margin-right:0;}.cms-html-embed-frame[data-embed-align="justify"]{width:100%;margin-left:0;margin-right:0;}
    .cms-html-embed-preview .cms-html-embed-frame{width:100%;height:100%;}
    .cms-html-embed-preview:not(.is-placeholder)::before{content:"";position:absolute;inset:0;z-index:2;cursor:pointer;}
    .cms-html-embed.is-selected .cms-html-embed-preview:not(.is-placeholder)::before{display:none;}
    .cms-html-embed-preview:not(.is-placeholder)::after{content:"";position:absolute;inset:0;border:1px solid transparent;pointer-events:none;}
    .cms-html-embed.is-selected .cms-html-embed-preview:not(.is-placeholder)::after{border-color:#0B4F31;}
    .cms-html-embed-resize{position:absolute;z-index:3;width:12px;height:12px;border-radius:999px;background:#0B4F31;box-shadow:0 0 0 2px #fff;display:none;}
    .cms-html-embed.is-selected .cms-html-embed-resize{display:block;}
    .cms-html-embed-resize.is-nw{left:-6px;top:-6px;cursor:nwse-resize;}.cms-html-embed-resize.is-n{left:50%;top:-6px;transform:translateX(-50%);cursor:ns-resize;}.cms-html-embed-resize.is-ne{right:-6px;top:-6px;cursor:nesw-resize;}.cms-html-embed-resize.is-e{right:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize;}.cms-html-embed-resize.is-se{right:-6px;bottom:-6px;cursor:nwse-resize;}.cms-html-embed-resize.is-s{left:50%;bottom:-6px;transform:translateX(-50%);cursor:ns-resize;}.cms-html-embed-resize.is-sw{left:-6px;bottom:-6px;cursor:nesw-resize;}.cms-html-embed-resize.is-w{left:-6px;top:50%;transform:translateY(-50%);cursor:ew-resize;}
    .cms-html-embed-resize:focus-visible{outline:2px solid var(--yellow);outline-offset:3px;}
    .cms-html-source{margin-top:12px;border-top:1px solid #d8ded9;padding-top:10px;}
    .cms-html-source summary{cursor:pointer;color:#0B4F31;font-size:12px;font-weight:900;margin-bottom:8px;}
    .cms-html-source textarea{width:100%;min-height:110px;border:1px solid #cfdcf0;border-radius:8px;background:white;color:#17314f;font-family:Consolas,monospace;font-size:12px;line-height:1.45;padding:10px;resize:vertical;}
    .cms-html-source small{display:block;margin-top:7px;color:#5f7168;font-size:11px;line-height:1.4;}
    .article-detail-body .cms-html-embed{width:max-content;max-width:100%;border:0;background:transparent;padding:0;margin:0 auto 22px;}
    .article-detail-body .cms-html-embed[data-embed-align="left"]{margin-left:0;margin-right:auto;}
    .article-detail-body .cms-html-embed[data-embed-align="right"]{margin-left:auto;margin-right:0;}
    .article-detail-body .cms-html-embed[data-embed-align="justify"]{width:100%;margin-left:0;margin-right:0;}
    .article-detail-body .cms-html-embed-content{min-height:0;}
    .article-detail-body .cms-html-source{display:none;}
    .cms-media-block{position:relative;border:1px solid #d8ded9;border-radius:10px;background:#f8fbf5;padding:14px 46px 14px 16px;max-width:100%;clear:both;}
    .cms-media-config{display:grid;grid-template-columns:110px minmax(0,1fr) 36px;gap:10px;align-items:center;margin-bottom:12px;}
    .cms-media-config.has-audio-image-tool{grid-template-columns:88px minmax(120px,1fr) minmax(96px,auto) 36px;grid-template-areas:"label url image clear";align-items:center;padding-right:34px;}
    .cms-media-audio.has-audio-cover .cms-media-config.has-audio-image-tool{grid-template-columns:88px minmax(120px,1fr) 36px;grid-template-areas:"label url clear";}
    .cms-media-config.has-audio-image-tool strong{grid-area:label;}
    .cms-media-config.has-audio-image-tool input{grid-area:url;}
    .cms-media-config.has-audio-image-tool .cms-media-clear-btn{grid-area:clear;}
    .cms-media-config strong{color:#1f3028;font-size:16px;}
    .cms-media-config input{width:100%;border:1px solid #cfdcf0;border-radius:8px;background:white;color:#061a33;font-size:14px;padding:10px 12px;outline-color:#0B4F31;}
    .cms-media-clear-btn{width:36px;height:36px;border:1px solid #cfdcf0;border-radius:8px;background:white;color:#0B4F31;font-size:18px;font-weight:900;cursor:pointer;}
    .cms-media-clear-btn:hover{background:#edf8f1;border-color:#0B4F31;}
    .cms-audio-image-btn{grid-area:image;width:auto!important;min-width:96px!important;justify-self:start;height:36px!important;border:1px solid #cfdcf0!important;border-radius:8px!important;background:white!important;color:#0B4F31!important;font-size:12px!important;font-weight:900!important;padding:0 10px!important;cursor:pointer!important;}
    .cms-audio-image-btn:hover{background:#edf8f1!important;border-color:#0B4F31!important;}
    .cms-media-audio.has-audio-cover .cms-audio-image-btn{display:none!important;}
    .cms-media-preview{position:relative;max-width:100%;cursor:move;}
    .cms-media-audio .cms-media-preview:not(.is-placeholder){padding-bottom:0;}
    .cms-media-preview.is-placeholder{min-height:54px;display:grid;place-items:center;color:#777;text-align:center;background:white;border:1px dashed #cfdcf0;border-radius:8px;}
    .cms-media-upload-btn{border:1px solid #0B4F31;border-radius:8px;background:#edf8f1;color:#0B4F31;font-size:14px;font-weight:900;padding:11px 16px;cursor:pointer;}
    .cms-media-upload-btn:hover{background:#d9f0e4;}
    .cms-media-file-actions{position:absolute;right:12px;top:12px;z-index:3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:calc(100% - 24px);}
    .cms-media-audio .cms-media-file-actions{left:0;right:auto;top:auto;bottom:0;justify-content:flex-start;max-width:calc(100% - 88px);gap:8px;}
    .cms-media-audio .cms-media-file-actions button{min-width:0;white-space:nowrap;flex:0 0 auto;}
    .cms-media-audio .cms-media-caption{display:block;width:calc(100% - 72px);max-width:calc(100% - 72px);box-sizing:border-box;margin-left:0;margin-right:72px;min-height:28px;white-space:normal;overflow-wrap:normal;}
    .cms-media-audio.is-image-inline:not(.is-audio-narrow) .cms-media-caption{width:calc(100% - 364px);max-width:calc(100% - 364px);margin-left:292px;}
    .cms-media-audio.is-image-square .cms-media-caption{display:block;width:100%;max-width:100%;box-sizing:border-box;clear:both;margin:12px 0 52px;padding:8px 82px 8px 12px;border:1px solid #cfdcf0;border-radius:8px;background:white;}
    .cms-media-audio.is-audio-narrow .cms-media-preview:not(.is-placeholder){padding-right:0;padding-bottom:0;overflow:visible;}
    .cms-media-audio.is-audio-narrow .cms-media-caption{display:block;margin-left:0;margin-right:72px;min-height:28px;}
    .cms-media-audio.is-audio-narrow .cms-media-file-actions{left:calc(100% + 12px);right:auto;top:0;bottom:auto;max-width:142px;flex-direction:column;align-items:flex-start;display:none;}
    .cms-media-audio.is-audio-narrow.is-selected .cms-media-file-actions{display:flex;}
    .cms-media-audio.is-audio-narrow .cms-media-file-actions button{width:142px;white-space:normal;line-height:1.15;text-align:center;}
    .cms-media-audio.is-image-square .cms-media-preview > .cms-media-caption{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;clear:both;margin:12px 0 52px!important;padding:8px 82px 8px 12px!important;border:1px solid #cfdcf0;border-radius:8px;background:white;text-align:left;writing-mode:horizontal-tb;white-space:normal;}
    .cms-media-audio.is-image-square .cms-media-preview > .cms-media-caption:empty::before{display:block;white-space:nowrap;}
    .cms-media-audio > .cms-media-caption-row{position:relative;display:block;clear:both;width:100%;max-width:100%;box-sizing:border-box;margin:12px 0 0;padding:0;}
    .cms-media-audio > .cms-media-caption-row .cms-media-caption{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box;margin:0!important;padding:8px 76px 8px 12px;border:1px solid #cfdcf0;border-radius:8px;background:white;text-align:left;writing-mode:horizontal-tb;white-space:normal;overflow-wrap:normal;}
    .cms-media-audio > .cms-media-caption-row .cms-media-caption:empty::before{display:block;white-space:nowrap;}
    .cms-removable-block > .cms-media-caption-row{position:relative;display:block;clear:both;width:100%;max-width:100%;box-sizing:border-box;margin:12px 0 0;padding:0;}
    .cms-removable-block > .cms-media-caption-row .cms-media-caption{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box;margin:0!important;padding:8px 76px 8px 12px;border:1px solid #cfdcf0;border-radius:8px;background:white;text-align:left;writing-mode:horizontal-tb;white-space:normal;overflow-wrap:normal;}
    .cms-removable-block > .cms-media-caption-row .cms-media-caption:empty::before{display:block;white-space:nowrap;}
    .cms-removable-block > .cms-media-actions-row{position:relative;display:block;width:100%;max-width:100%;box-sizing:border-box;margin:10px 0 0;}
    .cms-removable-block > .cms-media-actions-row .cms-media-file-actions{position:static;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;max-width:100%;overflow:visible;}
    .cms-removable-block > .cms-media-actions-row .cms-media-file-actions button{flex:0 0 auto;white-space:nowrap;}
    .cms-removable-block.is-media-actions-side > .cms-media-actions-row{position:absolute;left:calc(100% + 12px);top:64px;width:142px;max-width:142px;margin:0;display:none;z-index:8;}
    .cms-removable-block.is-media-actions-side.is-selected > .cms-media-actions-row{display:block;}
    .cms-removable-block.is-media-actions-side > .cms-media-actions-row .cms-media-file-actions{flex-direction:column;align-items:flex-start;gap:8px;width:142px;max-width:142px;}
    .cms-removable-block.is-media-actions-side > .cms-media-actions-row .cms-media-file-actions button{width:142px;white-space:normal;line-height:1.15;text-align:center;}
    .cms-media-file-actions button{border:1px solid rgba(255,255,255,.8);border-radius:999px;background:rgba(6,26,51,.82);color:white;font-size:12px;font-weight:900;padding:8px 11px;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18);}
    .cms-media-file-actions button:hover{background:#0B4F31;}
    .cms-video-embed{position:relative;width:100%;aspect-ratio:16/9;background:#0e1f17;overflow:hidden;border-radius:10px;}
    .cms-video-embed iframe,.cms-video-embed video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;}
    .cms-gif-embed{margin:0;}
    .cms-gif-embed img{width:100%;max-height:520px;object-fit:contain;display:block;border-radius:10px;background:#edf2f6;}
    .cms-audio-card{display:grid;gap:8px;width:min(760px,100%);max-width:100%;margin:0 auto;}
    .cms-media-audio.is-image-inline:not([data-user-resized]),.article-detail-body .cms-media-audio.is-image-inline:not([data-user-resized]){width:100%;max-width:100%;float:none;margin-left:0;margin-right:0;}
    .cms-media-audio.is-image-inline .cms-audio-card,.article-detail-body .cms-media-audio.is-image-inline .cms-audio-card{width:100%;max-width:100%;}
    .cms-audio-cover-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:8px;background:#edf2f6;}
    .cms-audio-player{display:flex;align-items:center;gap:18px;width:100%;min-height:54px;margin:0 auto;border-radius:0;background:transparent;padding:0;box-shadow:none;}
    .cms-audio-player audio{width:100%;accent-color:#66b89b;}
    .article-detail-body .cms-media-block{border:0;background:transparent;padding:0;margin:0 0 22px;max-width:100%;clear:both;}
    .article-detail-body .cms-media-config,.article-detail-body .cms-media-preview{display:none;}
    .article-detail-body .cms-media-block .cms-video-embed,.article-detail-body .cms-media-block .cms-gif-embed,.article-detail-body .cms-media-block .cms-audio-player,.article-detail-body .cms-media-block .cms-audio-card{display:flex;max-width:100%;}
    .article-detail-body .cms-media-video .cms-video-embed{display:block;width:100%;min-height:158px;}
    .article-detail-body .cms-media-video .cms-video-embed video,.article-detail-body .cms-media-video .cms-video-embed iframe{display:block;width:100%;height:100%;}
    .article-detail-body .cms-media-block .cms-audio-card{display:grid;}
    .article-detail-body .cms-media-block .cms-gif-embed{display:block;}
    .cms-inline-code{background:#0e1f17;color:white;border-radius:10px;padding:14px;white-space:pre-wrap;text-align:left;}
    .cms-article-settings{border-left:1px solid #dbe3ec;background:white;padding:28px 26px;overflow:auto;min-width:0;}
    .cms-article-settings nav{display:none;}
    .cms-article-settings nav button{position:relative;border:0;background:white;color:#061a33;font-size:14px;padding:12px 0 14px;cursor:pointer;}
    .cms-article-settings nav button.active{color:#0B4F31;}
    .cms-article-settings nav button.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#0B4F31;}
    .cms-article-settings label{display:grid;gap:8px;margin-bottom:18px;}
    .cms-article-settings label span,.cms-category-checks>span{color:#17314f;font-size:13px;font-weight:700;}
    .cms-article-settings small{float:right;color:#75879b;font-weight:500;}
    .cms-article-settings input,.cms-article-settings textarea,.cms-article-settings select{width:100%;border:1px solid #cfdcf0;border-radius:5px;background:white;color:#061a33;font-size:14px;padding:10px 12px;outline-color:#0B4F31;}
    .cms-article-settings select{height:40px;cursor:pointer;}
    .cms-article-settings .cms-custom-select{width:100%;height:40px;}
    .cms-article-settings .cms-custom-select-trigger{width:100%!important;height:40px!important;min-width:0!important;border:1px solid #cfdcf0!important;border-radius:5px!important;padding:0 12px!important;background:white!important;font-size:14px!important;text-align:left!important;}
    .cms-article-settings .cms-custom-select-trigger:hover{border-color:#b8d4c7!important;background:#f8fbf6!important;}
    .cms-article-settings .cms-custom-select-menu{top:calc(100% + 1px);border-color:#cfdcf0;border-radius:0 0 5px 5px;box-shadow:0 12px 24px rgba(6,26,51,.12);}
    .cms-article-settings .cms-custom-select-option{height:32px!important;font-size:14px!important;padding:0 20px!important;}
    .cms-article-settings select option:hover{background:#dff2e7;color:#061a33;box-shadow:0 0 0 100px #dff2e7 inset;}
    .cms-article-settings select option:checked{background:#0B4F31;color:white;box-shadow:0 0 0 100px #0B4F31 inset;}
    .cms-article-settings .cms-date-inline input{font-size:13px;white-space:nowrap;}
    .cms-article-settings textarea{min-height:88px;resize:vertical;line-height:1.4;}
    .cms-cover-picker{width:100%;height:145px;border:0;border-radius:6px;background:#e9eef2;color:#526274;display:block;position:relative;overflow:hidden;padding:0;text-align:center;}
    .cms-cover-add{position:absolute;inset:0;border:0;background:transparent;color:#526274;font-size:15px;font-weight:900;cursor:pointer;z-index:1;}
    .cms-cover-picker img{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#edf2f6;display:block;}
    .cms-cover-picker.is-empty img{display:none;}
    .cms-cover-picker:not(.is-empty) .cms-cover-add{display:none;}
    .cms-cover-picker.is-empty .cms-image-actions{display:none;}
    .cms-image-actions{position:absolute;top:10px;right:10px;display:flex;gap:7px;z-index:4;}
    .cms-image-actions button,.cms-article-canvas figure .cms-image-actions button{display:grid;width:30px;height:30px;min-width:30px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(6,26,51,.78);color:white;font-size:18px;font-weight:900;line-height:1;place-items:center;padding:0;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18);}
    .cms-image-actions button:hover,.cms-article-canvas figure .cms-image-actions button:hover{background:#0B4F31;}
    @media (max-width:1500px){
      .cms-article-editor-shell{grid-template-columns:300px minmax(0,1fr) 300px;}
      .cms-article-add{padding:24px 16px;}
      .cms-article-settings{padding:24px 18px;}
      .cms-format-date{min-width:184px;}
      .cms-date-single .date-range-trigger{width:160px!important;}
      .cms-article-canvas{width:min(876px,calc(100% - 20px));padding-top:34px;}
    }
    @media (max-width:1280px){
      .cms-article-editor-shell{grid-template-columns:260px minmax(0,1fr) 280px;}
      .cms-add-grid{grid-template-columns:repeat(2,1fr);}
      .cms-editor-formatbar{gap:6px;padding:0 8px;}
      .cms-format-date{min-width:174px;gap:6px;}
      .cms-date-single .date-range-trigger{width:152px!important;}
      .cms-custom-select-trigger{min-width:78px!important;}
      .cms-custom-select.is-font-size .cms-custom-select-trigger{min-width:48px!important;}
      .cms-custom-select.is-line-height .cms-custom-select-trigger{min-width:58px!important;}
      .cms-article-title-input{font-size:clamp(32px,4vw,48px);}
    }
    .cms-category-checks{display:grid;gap:12px;margin:8px 0 18px;}
    .cms-category-checks label{display:flex;grid-template-columns:none;align-items:center;gap:10px;margin:0;color:#17314f;font-size:14px;}
    .cms-category-checks input{width:16px;height:16px;padding:0;accent-color:#0B4F31;}
    .cms-new-author-fields,.cms-new-category-fields{border-left:3px solid #0B4F31;padding-left:12px;margin:-6px 0 16px;}
    .cms-tags-field{min-height:40px;border:1px solid #cfdcf0;border-radius:5px;background:white;padding:6px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
    .cms-tags-field [data-tags-list]{display:flex;flex-wrap:wrap;gap:6px;}
    .cms-tags-field button{border:0;border-radius:999px;background:#eaf5ef;color:var(--green-900);font-size:12px;font-weight:800;padding:6px 9px;cursor:pointer;}
    .cms-tags-field input{flex:1;min-width:150px;border:0!important;padding:4px 6px!important;outline:0;}
    .admin-subpage{background:var(--bg);}
    .admin-subpage .site{min-height:100vh;display:flex;flex-direction:column;}
    .admin-subpage .site-top{top:54px;}
    .admin-page-section{width:min(1220px,calc(100% - 56px));margin:88px auto 72px;flex:1;}
    .admin-page-head{background:white;border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:0 14px 40px rgba(7,59,36,.08);padding:32px;margin-bottom:18px;}
    .admin-page-head span{display:inline-flex;color:var(--green-700);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;}
    .admin-page-head h1{font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-2.4px;color:var(--green-900);margin-bottom:12px;}
    .admin-page-head p{font-size:17px;line-height:1.55;color:var(--muted);max-width:760px;}
    .admin-placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
    .admin-placeholder-grid article{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 28px rgba(7,59,36,.06);}
    .admin-placeholder-grid strong{display:block;color:var(--green-900);font-size:18px;line-height:1.12;margin-bottom:8px;}
    .admin-placeholder-grid span{display:block;color:var(--muted);font-size:14px;line-height:1.45;}

@media (max-width:1180px){
  .news-slider-wrap{grid-template-columns:1fr;height:auto;}
  .news-list-panel{height:auto;min-height:auto;overflow:visible;}
  .news-feature-card{height:455px;min-height:455px;}
  .news-feature-content{padding:36px;}
  .admin-placeholder-grid{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .contact-visual{min-height:520px;border-left:0;border-top:3px solid var(--yellow);}
}

/* Rediseño editorial del archivo público de noticias */
body.news-page {
  background: #fff;
}

.news-page .news-archive-section {
  width: 100%;
  padding: 18px clamp(32px, 6vw, 96px) 20px;
}

.news-page .news-archive-head {
  display: none;
}

.news-page .news-filter-bar {
  grid-template-columns: minmax(230px, .9fr) minmax(240px, 1fr) minmax(320px, 1.45fr) 48px auto;
  gap: 12px;
  margin-bottom: 32px;
  padding: 17px;
  border: 1px solid #dbe8e0;
  border-radius: 0;
  background: #f4f8f5;
  box-shadow: none;
}

.news-page .news-filter-bar .date-range-trigger,
.news-page .news-filter-bar .news-custom-select summary,
.news-page .news-filter-bar .news-search-field input,
.news-page .news-filter-bar > button,
.news-page .news-filter-bar > a,
.news-page .news-select-menu,
.news-page .news-select-menu button {
  border-radius: 0;
}

.news-page .news-filter-bar .date-range-trigger,
.news-page .news-filter-bar .news-custom-select summary,
.news-page .news-filter-bar .news-search-field input,
.news-page .news-filter-bar > button,
.news-page .news-filter-bar > a {
  height: 46px;
}

.news-page .news-filter-bar .news-search-field input {
  padding: 0 13px;
  background: #fff;
}

.news-page .news-archive-list {
  counter-reset: news-editorial;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.news-page .news-archive-card {
  counter-increment: news-editorial;
  position: relative;
  min-width: 0;
  min-height: 312px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(220px, .88fr);
  gap: 0;
  align-items: stretch;
  padding: 28px 18px 28px 0;
  border: 0;
  border-bottom: 1px solid var(--green-800);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.news-page .news-archive-card:nth-child(even):not(:first-child) {
  padding-left: 18px;
  border-right: 1px solid var(--green-800);
}

.news-page .news-archive-card:nth-child(odd):not(:first-child) {
  padding-left: 18px;
}

.news-page .news-archive-card:hover,
.news-page .news-archive-card:focus-visible {
  z-index: 4;
  border-bottom-color: var(--gold-500);
  background: linear-gradient(135deg, #fff 50%, rgba(8, 115, 63, .08));
  box-shadow: 0 16px 34px rgba(4, 36, 27, .13);
  transform: translateY(-5px);
}

.news-page .news-archive-card::before {
  content: counter(news-editorial, decimal-leading-zero);
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: var(--green-900);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  transition: background .22s ease, color .22s ease;
}

.news-page .news-archive-card:hover::before,
.news-page .news-archive-card:focus-visible::before {
  background: var(--green-700);
  color: #fff;
}

.news-page .news-archive-card::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-800);
}

.news-page .news-archive-card:first-child {
  grid-column: 1 / -1;
  min-height: 450px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.06fr);
  padding: 0 0 36px;
}

.news-page .news-archive-card:first-child::before {
  left: calc(50% + 28px);
  top: 0;
}

.news-page .news-archive-card:first-child::after {
  left: 0;
  right: 0;
  width: auto;
  border-radius: 0;
  background:
    radial-gradient(circle at 4px 50%, var(--green-800) 0 4px, transparent 4.5px),
    radial-gradient(circle at 50% 50%, var(--green-800) 0 4px, transparent 4.5px),
    radial-gradient(circle at calc(100% - 4px) 50%, var(--green-800) 0 4px, transparent 4.5px);
}

.news-page .news-archive-card img {
  order: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center var(--news-cover-position, 50%);
}

.news-page .news-archive-card:first-child img {
  order: 1;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.news-page .news-archive-copy {
  order: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 24px 8px 72px;
}

.news-page .news-archive-card:first-child .news-archive-copy {
  order: 2;
  position: relative;
  justify-content: center;
  padding: 64px 46px 28px 82px;
}

.news-page .news-archive-card:first-child .news-archive-copy span {
  position: absolute;
  left: 112px;
  top: 22px;
  margin: 0;
}

.news-page .news-archive-copy span {
  width: auto;
  max-width: calc(100% - 8px);
  margin: 0 0 22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--green-700);
  font-size: 11px;
  letter-spacing: .04em;
}

.news-page .news-archive-copy h2 {
  margin: 0 0 18px;
  color: var(--green-950);
  font-size: clamp(16px, 1.43vw, 22px);
  line-height: 1.12;
  letter-spacing: -.035em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  transition: color .22s ease;
  min-height: calc(1.12em * 3);
}

.news-page .news-archive-card:hover .news-archive-copy h2,
.news-page .news-archive-card:focus-visible .news-archive-copy h2 {
  color: var(--green-700);
}

.news-page .news-archive-card:first-child .news-archive-copy h2 {
  max-width: 590px;
  font-size: clamp(25px, 2.15vw, 36px);
  line-height: 1.06;
  -webkit-line-clamp: 4;
  min-height: calc(1.06em * 3);
}

.news-page .news-archive-copy p {
  margin: 0 0 22px;
  color: #5e6663;
  font-size: 15px;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  min-height: calc(1.62em * 4);
}

.news-page .news-archive-card:first-child .news-archive-copy p {
  max-width: 570px;
  font-size: 17px;
  text-align: justify;
  text-justify: inter-word;
  white-space: pre-wrap;
  -webkit-line-clamp: 9;
  min-height: 0;
}

.news-page .news-archive-copy small {
  margin-top: auto;
  color: var(--green-700);
  font-size: 12px;
  line-height: 1.45;
}

.news-page .news-empty-state {
  grid-column: 1 / -1;
}

.news-page .news-pagination {
  margin-top: 24px;
  margin-bottom: 12px;
}

@media (max-width: 980px) {
  .news-page .news-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-page .news-filter-bar > button,
  .news-page .news-filter-bar > a {
    width: 100%;
  }

  .news-page .news-archive-card {
    min-height: 280px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .86fr);
  }

  .news-page .news-archive-card:first-child {
    min-height: 390px;
  }

  .news-page .news-archive-card:first-child img {
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .news-page .news-archive-card:first-child .news-archive-copy {
    padding-left: 74px;
    padding-right: 28px;
  }

  .news-page .news-archive-card:first-child .news-archive-copy span {
    left: 104px;
  }
}

@media (max-width: 760px) {
  .news-page .news-archive-section {
    width: 100%;
    padding-top: 16px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .news-page .news-filter-toggle {
    margin-bottom: 14px;
  }

  .news-page .news-filter-bar {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #f4f8f5;
  }

  .news-page .news-archive-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-page .news-archive-card,
  .news-page .news-archive-card:first-child {
    grid-column: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--green-800);
  }

  .news-page .news-archive-card:nth-child(even):not(:first-child),
  .news-page .news-archive-card:nth-child(odd):not(:first-child) {
    padding-left: 0;
    border-right: 0;
  }

  .news-page .news-archive-card::before,
  .news-page .news-archive-card:first-child::before {
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .news-page .news-archive-card::after,
  .news-page .news-archive-card:first-child::after {
    right: -4px;
  }

  .news-page .news-archive-card img,
  .news-page .news-archive-card:first-child img {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .news-page .news-archive-copy,
  .news-page .news-archive-card:first-child .news-archive-copy {
    order: 2;
    justify-content: flex-start;
    padding: 18px 8px 0;
  }

  .news-page .news-archive-copy span {
    margin: 0 0 10px;
    font-size: 10px;
  }

  .news-page .news-archive-card:first-child .news-archive-copy span {
    position: static;
    margin: 0 0 10px;
  }

  .news-page .news-archive-copy h2,
  .news-page .news-archive-card:first-child .news-archive-copy h2 {
    display: -webkit-box;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.08;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.08em * 3);
  }

  .news-page .news-archive-copy p,
  .news-page .news-archive-card:first-child .news-archive-copy p {
    display: -webkit-box;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.5em * 4);
  }

  .news-page .news-archive-copy small {
    font-size: 11px;
  }
}

@media (max-width:1050px){
  .cms-news-table-tools{align-items:stretch;flex-direction:column;}
  .cms-news-filter-bar{flex-basis:auto;width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);}
  .cms-news-filter-bar .news-search-field{grid-column:1/-1;}
  .cms-news-filter-bar>button{width:100%;}
}

@media (max-width:760px){
  .cms-toolbar{align-items:flex-start;flex-direction:column;gap:7px;padding:7px 10px;}
  .cms-news-page .cms-toolbar{height:82px;min-height:82px;}
  .cms-toolbar-brand{width:100%;}
  .cms-toolbar-icon{width:30px;height:30px;flex-basis:30px;}
  .cms-toolbar-logo{width:27px;height:27px;}
  .cms-toolbar-divider,.cms-toolbar-copy{display:none;}
  .cms-toolbar-actions{width:100%;gap:6px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;}
  .cms-toolbar-actions::-webkit-scrollbar{display:none;}
  .cms-tool{min-height:26px;padding:3px 7px!important;flex:0 0 auto;scroll-snap-align:start;}
  .admin-subpage .site-top{top:90px;}
  .admin-subpage .admin-page-section{margin-top:130px;}
  .cms-news-admin{margin-top:82px;}
  .cms-news-admin-head{align-items:flex-start;flex-direction:column;min-height:168px;gap:14px;padding:22px 26px;}
  .cms-news-admin-head::after{right:-35px;font-size:100px;opacity:.45;}
  .cms-news-admin-head h1{font-size:36px;}
  .cms-news-create{align-self:flex-start;padding:10px 15px;}
  .cms-news-admin-content{padding:18px 26px 0;}
  .cms-news-filter-bar{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;padding:12px;}
  .cms-news-filter-bar .news-search-field{grid-column:auto;}
  .cms-news-filter-bar>.cms-news-filters-clear{height:28px;}
  .article-detail-body .cms-layout-grid{grid-template-columns:minmax(0,1fr)!important;gap:18px;}
  .article-detail-body .cms-layout-grid>.cms-layout-cell{grid-column:auto!important;min-height:0!important;height:auto!important;}
}

@media (max-width:640px){
  .cms-poll-block{padding:14px 12px;border-left-width:3px;}
  .cms-poll-question{font-size:19px;}
  .cms-poll-result-row{grid-template-columns:1fr 50px;gap:6px 9px;}
  .cms-poll-result-row .cms-poll-result-track{grid-column:1/-1;grid-row:2;}
  .cms-poll-result-row b{grid-column:2;grid-row:1;}
  .cms-poll-chart.is-vertical{gap:7px;min-height:205px;overflow-x:auto;justify-content:flex-start;}
  .cms-poll-result-column{min-width:62px;grid-template-rows:20px 138px auto;}
  .cms-poll-chart.is-pie,.cms-poll-chart.is-doughnut{grid-template-columns:1fr;justify-items:center;gap:16px;}
  .cms-poll-circle{width:150px;}
  .cms-poll-legend{width:100%;}
  .news-slider-section{padding-top:21px;}
  .news-slider-head h2{white-space:normal;}
  .news-slider-wrap{gap:14px;}
  .news-list-panel{padding:11px;border-radius:16px;}
  .news-filter-bar{grid-template-columns:1fr;}
  .news-filter-bar>button,.news-filter-bar>a{width:100%;}
  .news-search-field{grid-column:1 / -1;}
  .news-mini{grid-template-columns:64px 1fr;gap:10px;}
  .news-mini img{width:64px;height:54px;border-radius:9px;}
  .news-mini h3{font-size:12.5px;}
  .news-mini span{font-size:10px;}
  .news-archive-link{grid-template-columns:40px 1fr 18px;padding:13px;font-size:14px;}
  .news-feature-card{height:390px;min-height:390px;border-radius:16px;}
  .news-feature-content{padding:28px;}
  .news-feature-content h3{font-size:38px;letter-spacing:-1.7px;}
  .news-archive-section,.article-detail-section{padding-top:104px;}
  .news-archive-section{width:calc(100% - 24px);}
  .news-archive-head{margin-bottom:14px;}
  .news-archive-head h1{font-size:24.7px;line-height:1;letter-spacing:-1.1px;}
  .news-archive-head p{font-size:15px;line-height:1.48;}
  .news-page .news-filter-toggle{width:100%;height:48px;border:0;border-radius:0;background:var(--green-800);color:white;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;margin:0 0 12px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.45px;box-shadow:0 12px 26px rgba(7,59,36,.14);}
  .news-page .news-filter-toggle:after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);}
  .news-page .news-filter-toggle.is-open:after{transform:translateY(2px) rotate(225deg);}
  .news-page .news-filter-toggle b{border-radius:0;background:var(--yellow);color:var(--green-900);font-size:9px;font-weight:900;line-height:1;padding:6px 8px;}
  .news-page .news-filter-bar{display:none;border-radius:0;padding:12px;gap:9px;margin-bottom:14px;}
  .news-page .news-filter-bar.is-open{display:grid;}
  .date-range-popover{left:50%;transform:translateX(-50%);width:calc(100vw - 34px);}
  .news-archive-list{gap:10px;}
  .news-archive-card{grid-template-columns:96px 1fr;gap:12px;align-items:center;border-radius:18px;padding:10px;}
  .news-archive-card img{width:96px;height:104px;border-radius:14px;}
  .news-archive-copy span{max-width:100%;min-width:0;margin-bottom:6px;padding:5px 8px;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .news-archive-copy h2{font-size:17px;line-height:1.08;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
  .news-archive-copy p{display:none;}
  .news-archive-copy small{font-size:11px;line-height:1.35;}
  .article-page .article-detail-section{width:100%;padding:20px 26px 24px;}
  .article-page .article-detail-section::before,.article-page .article-detail-section::after{display:none;}
  .article-detail{border-radius:0;padding:0;}
  .article-detail-head h1{font-size:22.1px;line-height:1.02;letter-spacing:-1.1px;}
  .article-detail-meta-row{display:grid;grid-template-columns:1fr;gap:10px;}
  .article-detail-actions{justify-content:flex-start;}
  .article-detail-body{padding-top:18px;padding-bottom:20px;}
  .article-detail-body p{font-size:16px;line-height:1.62;text-align:left;margin-bottom:18px;}
  .article-detail-body .cms-inline-image-block.is-image-square,.article-detail-body .cms-media-block.is-image-square,.article-detail-body .cms-media-video.is-image-square,.article-detail-body .cms-inline-action-block.is-image-square,.article-detail-body .cms-file-attachment-block.is-image-square{float:none;width:100%;max-width:100%;min-width:0;margin:0 0 20px;}
  .article-detail-body .cms-gallery-thumbnails .cms-gallery-item.is-active img,.article-detail-body .cms-gallery-slides .cms-gallery-item.is-active img{height:260px;max-height:260px;}
  .article-detail-body .cms-gallery-thumbnails .cms-gallery-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;}
  .article-detail-body .cms-gallery-thumbnails .cms-gallery-item:not(.is-active) img{height:144px;}
  .article-detail-body .cms-gallery-grid.is-grid-landscape .cms-gallery-items,.article-detail-body .cms-gallery-grid.is-grid-portrait .cms-gallery-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;}
  .article-detail-body .cms-gallery-grid.is-grid-landscape .cms-gallery-item img,.article-detail-body .cms-gallery-grid.is-grid-portrait .cms-gallery-item img{height:auto;}
  .article-related-slide{display:contents;}
  .article-related-card{flex:0 0 100%;width:100%;height:auto;min-height:240px;}
  .article-related-card img{aspect-ratio:1 / 1;}
  .admin-page-section{width:calc(100% - 24px);}
  .admin-page-head{padding:24px;}
  .contact-hero{min-height:168px;}
  .contact-hero::before{display:block;background:radial-gradient(circle 92px at 3% -18%,transparent 70%,rgba(255,255,255,.15) 71% 72%,transparent 73%),radial-gradient(circle 112px at 96% 116%,transparent 70%,rgba(255,210,0,.86) 71% 72%,transparent 73%);}
  .contact-hero::after{right:10px;top:0;width:92px;height:66px;background-size:10px 10px;}
  .contact-hero-inner{width:100%;min-height:168px;padding:30px 26px 26px;}
  .contact-hero h1{font-size:26px;letter-spacing:-.05em;}
  .contact-hero p{max-width:270px;font-size:12px;}
  .contact-hero-watermark{right:-35px;font-size:100px;letter-spacing:-.055em;opacity:.45;}
  .contact-hero-marker{right:24px;width:62px;height:56px;}
  .contact-section{padding-top:0;}
  .contact-shell{width:calc(100% - 24px);margin-top:0;}
  .contact-grid{border-radius:0;}
  .contact-form-card{padding:26px 18px 20px;}
  .contact-form{gap:14px;}
  .contact-form-row{grid-template-columns:1fr;gap:16px;}
  .contact-form textarea{height:96px;min-height:80px;}
  .contact-upload-main{grid-template-columns:48px 1fr;gap:10px;padding:11px 12px 9px;}
  .contact-upload-icon{width:46px;height:46px;border-radius:13px;}
  .contact-upload-icon img{width:31px;height:31px;}
  .contact-upload-copy{grid-template-columns:1fr;gap:3px;}
  .contact-upload-copy>strong{font-size:14px;}
  .contact-upload-copy>span{font-size:12px;}
  .contact-upload-copy>small{grid-column:1;}
  .contact-upload-files{padding:9px 12px;}
  .contact-file-chip{width:100%;}
  .contact-file-name{max-width:none;}
  .contact-upload-help{align-items:flex-start;padding:8px 12px;}
  .contact-submit{width:100%;}
  .contact-visual{min-height:400px;}
  .contact-details{padding:28px 0 24px;}
  .contact-details-inner{width:calc(100% - 24px);padding:0 12px;}
  .contact-detail-grid{grid-template-columns:1fr;gap:0;}
  .contact-detail-card,.contact-detail-card:first-child,.contact-detail-card:last-child{min-height:108px;border-right:0;border-bottom:1px solid rgba(255,255,255,.26);padding:16px 0;}
  .contact-detail-card:last-child{border-bottom:0;}
  .contact-map-section{width:100%;margin:16px 0 24px;}
  .contact-map-head{width:calc(100% - 24px);}
  .contact-map-head h2{font-size:18px;}
  .contact-map{height:320px;}
}
body.cms-form-modal-open { overflow: hidden; }
.cms-public-form-modal { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: 18px; }
.cms-public-form-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,45,31,.64); cursor: pointer; }
.cms-public-form-dialog { position: relative; width: min(660px,100%); max-height: calc(100vh - 36px); overflow: auto; padding: 28px 28px 76px; scroll-padding-bottom: 76px; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(0,38,26,.3); color: #17352a; }
.cms-public-form-dialog h2 { margin: 0 42px 6px 0; color: #004d35; font-size: clamp(24px,3vw,34px); line-height: 1.12; }
.cms-public-form-close { position: absolute; top: 13px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf7f2; color: #006f4b; font-size: 28px; line-height: 1; cursor: pointer; }
.cms-public-form-description { margin: 0 0 20px; color: #5d7168; }
.cms-public-form { display: grid; gap: 16px; }
.cms-public-form-field,.cms-public-form-label { display: grid; gap: 7px; }
.cms-public-form-label { color: #244b3a; font-weight: 800; }
.cms-public-form-label input,.cms-public-form-label textarea,.cms-public-form-label select { width: 100%; border: 1px solid #b9cec4; border-radius: 7px; background: #fff; color: #17352a; font: inherit; font-weight: 400; padding: 11px 12px; }
.cms-public-form-label .cms-poll-select-trigger,.cms-public-form-label .cms-poll-select-option,.cms-public-form-label .cms-form-date-trigger,.cms-public-form-label .cms-form-file-chip { font-weight: 400; }
.cms-public-form-label input:focus,.cms-public-form-label textarea:focus,.cms-public-form-label select:focus { border-color: #008453; outline: 3px solid rgba(0,132,83,.15); }
.cms-form-file-upload { display: block; position: relative; }
.cms-form-file-upload>input { position: absolute; width: 1px!important; height: 1px!important; opacity: 0; pointer-events: none; }
.cms-form-file-dropzone { display: grid; gap: 8px; padding: 16px; border: 1px dashed #89b4a0; border-radius: 8px; background: #f7fbf9; font-weight: 500; transition: border-color .18s,background-color .18s; }
.cms-form-file-dropzone.is-dragging { border-color: #008453; background: #eaf7f0; }
.cms-form-file-button { justify-self: start; min-height: 39px; padding: 0 15px; border: 1px solid #008453; border-radius: 5px; background: #fff; color: #006f4b; font: inherit; font-weight: 900; cursor: pointer; }
.cms-form-file-button:hover,.cms-form-file-button:focus-visible { background: #eaf7f0; outline: 2px solid var(--yellow); outline-offset: 2px; }
.cms-form-file-summary,.cms-form-file-help { color: #60756b; font-size: 12px; line-height: 1.4; }
.cms-form-file-list { display: grid; gap: 6px; }
.cms-form-file-list[hidden] { display: none; }
.cms-form-file-chip { display: grid; grid-template-columns:minmax(0,1fr) 28px; align-items: center; gap: 8px; min-height: 34px; padding: 4px 5px 4px 10px; border: 1px solid #c8dbd1; border-radius: 5px; background: #fff; color: #244b3a; font-size: 12px; }
.cms-form-file-chip>span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cms-form-file-chip>button { width: 28px; height: 28px; border: 0; border-radius: 4px; background: #f9eeee; color: #9b2f26; font-size: 20px; cursor: pointer; }
.cms-public-form-choices { display: grid; gap: 8px; }
.cms-public-form-choice,.cms-public-form-consent { display: flex; align-items: flex-start; gap: 9px; color: #29483a; }
.cms-public-form-choice input,.cms-public-form-consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: #008453; }
.cms-public-form-consent { padding: 13px; border-radius: 7px; background: #f1f8f4; font-size: 14px; }
.cms-public-form-submit { justify-self: start; min-height: 45px; padding: 0 22px; border: 0; border-radius: 5px; background: #008453; color: #fff; font-weight: 900; cursor: pointer; }
.cms-public-form-submit:disabled { opacity: .6; cursor: wait; }
.cms-public-form-status { min-height: 20px; margin: 0; color: #9b2f26; font-weight: 700; }
.cms-public-form-success { margin: 0; padding: 18px; border-left: 4px solid #008453; background: #eef8f3; color: #075a3e; font-weight: 850; }
@media (max-width: 560px) { .cms-public-form-dialog { padding: 22px 17px 62px; scroll-padding-bottom: 62px; } }
