/*
 * ЖК «Северный» — единый производственный файл стилей.
 * Собран из модулей каталога /css в указанном ниже порядке.
 * Исходные модульные файлы сохраняются для дальнейшей разработки.
 * Версия сборки: 7.6.11
 */

/* ===== variables.css ===== */
/*
 * Этап 1: файл зарезервирован под общие CSS-переменные.
 * Пока значения не заменяются, чтобы внешний вид сайта не изменился.
 */

/* ===== base.css ===== */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;min-height:100%;}
body{
  margin:0;
  min-height:100vh;
  font-family:'Inter',sans-serif;
  color:#fff;
  overflow-x:hidden;
  background:#050b0e;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:url("../images/header.jpg") center 48%/cover no-repeat;
  filter:brightness(.38) contrast(1.08) saturate(.92);
  transform:scale(1.02);
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(to bottom,rgba(2,7,9,.06) 0,rgba(2,8,11,.18) 42%,rgba(2,8,11,.56) 100%),
    radial-gradient(circle at 50% 30%,transparent 0,rgba(0,0,0,.20) 68%,rgba(0,0,0,.48) 100%);
  pointer-events:none;
}
main{position:relative;background:transparent;}
a{color:inherit;}

/* ===== animations.css ===== */
/* ================= ANIMATIONS ================= */

@keyframes backgroundShow{

from{

    opacity:0;

    transform:scale(1.05);

}


to{

    opacity:1;

    transform:scale(1);

}

}


@keyframes cloudMove{

from{

    background-position:0 35%;

}


to{

    background-position:1600px 35%;

}

}


@keyframes cloudShow{

from{

    opacity:0;

}


to{

    opacity:.60;

}

}


@keyframes headerShow{

from{

    opacity:0;

    transform:translateY(-25px);

}


to{

    opacity:1;

    transform:translateY(0);

}

}


@keyframes cardShow{


from{


    opacity:0;


    transform:translateY(40px);


}



to{


    opacity:1;


    transform:translateY(0);


}


}


@keyframes newsShow{


from{


    opacity:0;


    transform:translateY(40px);


}



to{


    opacity:1;


    transform:translateY(0);


}


}


@keyframes onlinePulse{


0%{


    transform:scale(1);


    opacity:1;


}



50%{


    transform:scale(1.35);


    opacity:.55;


}



100%{


    transform:scale(1);


    opacity:1;


}


}

/* ===== menu.css ===== */
/* ================= TOP MENU ================= */
.top-menu{
  position:relative;
  z-index:1000;
  width:100%;
  background:linear-gradient(180deg,rgba(9,18,28,.58),rgba(6,13,21,.38));
  border-bottom:1px solid rgba(210,231,255,.25);
  box-shadow:0 8px 28px rgba(0,0,0,.20),inset 0 -1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(18px) saturate(125%);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
}

.top-menu__inner{
  width:min(1540px,calc(100% - 54px));
  min-height:78px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.top-menu__brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:20px;
  color:#fff;
  text-decoration:none;
}

.top-menu__brand-title{
  font-family:'Montserrat',sans-serif;
  font-size:29px;
  font-weight:600;
  letter-spacing:1.4px;
  white-space:nowrap;
}

.top-menu__brand-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding-left:20px;
  border-left:1px solid rgba(255,255,255,.22);
  white-space:nowrap;
}

.top-menu__brand-copy strong{
  font-size:13px;
  font-weight:500;
  letter-spacing:.35px;
}

.top-menu__brand-copy em{
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-style:italic;
}

.top-menu__links{
  display:flex;
  align-items:stretch;
  gap:0;
}

.top-menu__item{
  position:relative;
  min-height:78px;
  display:flex;
  align-items:center;
  gap:3px;
  padding:0 8px;
  border:0;
  color:rgba(255,255,255,.90);
  background:transparent;
  font:500 12px/1 'Inter',sans-serif;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}

.top-menu__item:hover,
.top-menu__item.is-active,
.top-menu__drop.is-open > .top-menu__drop-button{
  color:#fff;
  background:rgba(255,255,255,.035);
}

.top-menu__item.is-active::after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:15px;
  height:2px;
  border-radius:999px;
  background:#35a8ff;
  box-shadow:0 0 9px rgba(53,168,255,.7);
}

.top-menu__home-icon{
  font-size:18px;
}

.top-menu__dot{
  width:8px;
  height:8px;
  margin-left:2px;
  border-radius:50%;
  background:#2ecc71;
  box-shadow:0 0 8px rgba(46,204,113,.55);
  transition:background .25s ease, box-shadow .25s ease, transform .25s ease;
  display:inline-block;
  flex:0 0 8px;
}

.top-menu__drop{
  position:relative;
}
.top-menu__drop--split{display:flex;align-items:stretch;}
.top-menu__drop--split .top-menu__scroll-link{padding-right:4px;}
.top-menu__drop-arrow-button{
  width:25px;min-height:78px;display:flex;align-items:center;justify-content:center;
  padding:0;border:0;color:rgba(255,255,255,.74);background:transparent;cursor:pointer;
}
.top-menu__login{
  min-height:78px;display:flex;align-items:center;gap:5px;padding:0 8px;
  color:rgba(255,255,255,.92);font:500 13px/1 'Inter',sans-serif;
  text-decoration:none;white-space:nowrap;
}
.top-menu__login:hover{color:#fff;background:rgba(255,255,255,.05);}
.top-menu__login svg{
  width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.top-menu__login b{font-size:17px;font-weight:400;}

.top-menu__drop:hover .top-menu__dot,
.top-menu__drop.is-open .top-menu__dot{
  background:#d9b56a;
  box-shadow:0 0 10px rgba(217,181,106,.8);
  transform:scale(1.15);
}

.top-menu__dropdown{
  position:absolute;
  top:calc(100% - 5px);
  left:0;
  width:230px;
  padding:10px;
  visibility:hidden;
  opacity:0;
  transform:translateY(8px);
  background:rgba(4,9,14,.98);
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  box-shadow:0 18px 40px rgba(0,0,0,.55);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
}

.top-menu__dropdown--right{
  left:auto;
  right:0;
}

.top-menu__dropdown--appeals{
  width:330px;
}

.top-menu__drop:hover .top-menu__dropdown,
.top-menu__drop:focus-within .top-menu__dropdown,
.top-menu__drop.is-open .top-menu__dropdown{
  visibility:visible;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.top-menu__dropdown a{
  display:block;
  padding:11px 12px;
  color:rgba(255,255,255,.86);
  border-radius:9px;
  font-size:13px;
  text-decoration:none;
}

.top-menu__dropdown a:hover{
  color:#fff;
  background:rgba(48,161,255,.13);
}

.top-menu__search{
  width:36px;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  color:#fff;
  background:transparent;
  cursor:pointer;
}

.top-menu__search svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}

.top-menu__toggle{
  display:none;
  width:44px;
  height:40px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0;
  border:1px solid rgba(255,255,255,.20);
  border-radius:10px;
  background:rgba(255,255,255,.05);
  cursor:pointer;
}

.top-menu__toggle span{
  width:22px;
  height:2px;
  border-radius:5px;
  background:#fff;
}

@media(max-width:1300px){
  .top-menu__brand-copy{display:none;}
  .top-menu__item{padding-left:7px;padding-right:7px;}
}

@media(max-width:980px){
  .top-menu__inner{min-height:68px;}
  .top-menu__brand-title{font-size:23px;}
  .top-menu__toggle{display:flex;}
  .top-menu__links{
    position:absolute;
    top:100%;
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 12px 15px;
    background:rgba(3,7,11,.99);
    border:1px solid rgba(255,255,255,.15);
    border-radius:0 0 16px 16px;
    box-shadow:0 18px 35px rgba(0,0,0,.45);
  }
  .top-menu__links.is-open{display:flex;}
  .top-menu__item,
  .top-menu__search,
  .top-menu__login{
    width:100%;
    min-height:47px;
    justify-content:flex-start;
    padding:0 10px;
  }
  .top-menu__drop--split{display:grid;grid-template-columns:1fr 46px;}
  .top-menu__drop--split .top-menu__dropdown{grid-column:1 / -1;}
  .top-menu__drop-arrow-button{width:46px;min-height:47px;}
  .top-menu__item.is-active::after{
    left:10px;right:auto;bottom:5px;width:56px;
  }
  .top-menu__dropdown{
    position:static;
    width:auto;
    display:none;
    visibility:visible;
    opacity:1;
    transform:none;
    margin:0 5px 7px;
    padding:6px;
    border-radius:10px;
    box-shadow:none;
    pointer-events:auto;
  }
  .top-menu__drop:hover .top-menu__dropdown,
  .top-menu__drop:focus-within .top-menu__dropdown{
    display:none;
  }
  .top-menu__drop.is-open .top-menu__dropdown{display:block;}
}

@media(max-width:460px){
  .top-menu__inner{width:calc(100% - 28px);}
  .top-menu__brand-title{font-size:19px;letter-spacing:.6px;}
}
.top-menu__drop-button[aria-expanded="true"] .top-menu__dot{background:#f1c40f;box-shadow:0 0 10px rgba(241,196,15,.7);transform:scale(1.15);}

/* ===== account-widget.css ===== */
.top-menu__account{position:relative;display:flex;align-items:center;flex:0 0 auto;margin-left:8px;font-family:Inter,Arial,sans-serif}.top-menu__account-button{position:relative;display:flex;align-items:center;gap:9px;min-height:40px;padding:5px 10px 5px 7px;border:1px solid rgba(111,203,255,.25);border-radius:14px;background:rgba(8,25,42,.68);color:#fff;cursor:pointer;text-decoration:none;transition:.2s}.top-menu__account-button:hover,.top-menu__account.is-open .top-menu__account-button{border-color:rgba(76,190,255,.72);background:rgba(12,42,68,.92);box-shadow:0 8px 24px rgba(0,0,0,.25)}.top-menu__account-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1px solid rgba(116,211,255,.75)}.top-menu__account-copy{display:flex;flex-direction:column;min-width:0;line-height:1.1;text-align:left}.top-menu__account-name{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800}.top-menu__account-meta{max-width:165px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;color:#69caff}.top-menu__account-chevron{width:7px;height:7px;border-right:1.5px solid #8dd8ff;border-bottom:1.5px solid #8dd8ff;transform:rotate(45deg) translateY(-2px)}.top-menu__account.is-open .top-menu__account-chevron{transform:rotate(225deg)}.top-menu__presence{position:absolute;left:28px;bottom:5px;width:8px;height:8px;border:2px solid #081a2c;border-radius:50%;background:#24d27a;box-shadow:0 0 9px rgba(36,210,122,.8)}.top-menu__presence.is-idle{background:#f2a83b;box-shadow:0 0 9px rgba(242,168,59,.8)}.top-menu__account-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:10020;width:260px;padding:10px;border:1px solid rgba(87,192,255,.3);border-radius:16px;background:rgba(4,18,32,.98);box-shadow:0 20px 50px rgba(0,0,0,.48);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s}.top-menu__account.is-open .top-menu__account-menu{opacity:1;visibility:visible;transform:none}.top-menu__account-head{display:flex;align-items:center;gap:10px;padding:5px 5px 11px;border-bottom:1px solid rgba(255,255,255,.08)}.top-menu__account-head .top-menu__account-avatar{width:43px;height:43px}.top-menu__account-head b,.top-menu__account-head small,.top-menu__account-head em{display:block;font-style:normal}.top-menu__account-head b{font-size:12px}.top-menu__account-head small{font-size:9px;color:#9cb2c6}.top-menu__account-head em{font-size:9px;color:#5ec9ff}.top-menu__presence-label{margin-left:auto;color:#54d895;font-size:8px;font-style:normal}.top-menu__account-links{display:grid;gap:3px;padding-top:8px}.top-menu__account-link{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:9px;padding:9px 10px;border:0;border-radius:10px;background:transparent;color:#dcecff!important;text-decoration:none!important;font:650 10px Inter,Arial;cursor:pointer;text-align:left}.top-menu__account-link:hover{background:rgba(48,157,224,.16)}.top-menu__account-link--logout{margin-top:5px;border-top:1px solid rgba(255,255,255,.08);color:#ffb7b7!important}.top-menu__account-icon{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:rgba(39,157,224,.16);color:#62caff;font-size:11px}
.zhk-portal-user-widget{display:none!important}.zhk-auth[hidden]{display:none}.zhk-auth{position:fixed;inset:0;z-index:200000;display:grid;place-items:center;padding:18px;font-family:Inter,Arial}.zhk-auth__backdrop{position:absolute;inset:0;background:rgba(1,8,16,.78);backdrop-filter:blur(10px)}.zhk-auth__dialog{position:relative;width:min(420px,100%);box-sizing:border-box;padding:28px;border:1px solid rgba(89,194,255,.35);border-radius:24px;background:linear-gradient(145deg,#0d2237,#061421);box-shadow:0 32px 100px rgba(0,0,0,.65);color:#fff}.zhk-auth__close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:#8eabc0;font-size:28px;cursor:pointer}.zhk-auth__brand{text-align:center}.zhk-auth__brand span,.zhk-auth__brand b,.zhk-auth__brand small{display:block}.zhk-auth__brand span{color:#57c4ff;font-size:34px}.zhk-auth__brand b{font:800 18px Montserrat;letter-spacing:2px}.zhk-auth__brand small{margin-top:5px;color:#8ea8bc;font-size:11px}.zhk-auth__tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:24px 0 18px;padding:4px;border-radius:13px;background:rgba(255,255,255,.05)}.zhk-auth__tabs button{padding:10px;border:0;border-radius:10px;background:transparent;color:#91a9bd;font-weight:700;cursor:pointer}.zhk-auth__tabs button.is-active{background:rgba(47,170,246,.2);color:#fff}.zhk-auth__form{display:none;gap:14px}.zhk-auth__form.is-active{display:grid}.zhk-auth__form label{display:grid;gap:7px;color:#afc2d1;font-size:11px}.zhk-auth__form input:not([type=checkbox]){box-sizing:border-box;width:100%;height:44px;padding:0 13px;border:1px solid rgba(118,187,232,.2);border-radius:12px;background:rgba(3,14,24,.72);color:#fff;outline:0}.zhk-auth__form input:focus{border-color:#49b8fb;box-shadow:0 0 0 3px rgba(73,184,251,.1)}.zhk-auth__remember{display:flex!important;align-items:center;grid-template-columns:auto 1fr!important}.zhk-auth__submit{height:45px;border:1px solid rgba(90,200,255,.35);border-radius:12px;background:linear-gradient(135deg,#147fc9,#35aef6);color:#fff;font-weight:800;cursor:pointer}.zhk-auth__submit:disabled{opacity:.55}.zhk-auth__message{min-height:18px;margin-top:12px;text-align:center;color:#7ee0ad;font-size:11px}.zhk-auth__message.is-error{color:#ff9c9c}.zhk-auth-open{overflow:hidden}
@media(max-width:1100px){.top-menu__account-copy{display:none}.top-menu__account-chevron{display:none}}@media(max-width:700px){.top-menu__account-menu{position:fixed;top:62px;right:10px;width:min(280px,calc(100vw - 20px))}.zhk-auth__dialog{padding:23px 18px}}
/* v7.5 account/auth refinements */
.top-menu{min-height:76px}.top-menu__inner{min-height:76px}.top-menu__account-button{min-height:56px;padding:7px 12px}.top-menu__account-avatar{width:38px;height:38px}.top-menu__account-name{font-size:13px}.top-menu__account-meta{font-size:10px}.top-menu__account-menu{width:330px;padding:14px;border-radius:18px}.top-menu__account-head{padding:12px}.top-menu__account-head .top-menu__account-avatar{width:48px;height:48px}.top-menu__account-head b{font-size:15px}.top-menu__account-head small,.top-menu__account-head em{font-size:11px}.top-menu__account-link{min-height:42px;padding:10px 12px;font-size:12px}.top-menu__account-icon{width:26px;height:26px;font-size:13px}
.zhk-auth__dialog{overflow:hidden;padding:0;border-radius:28px;background:linear-gradient(150deg,#0b2238 0%,#071522 60%,#04101a 100%)}.zhk-auth__dialog:before{content:"";display:block;height:8px;background:linear-gradient(90deg,#36b7ff,#8cdbff,#36b7ff)}.zhk-auth__brand{padding:28px 28px 0}.zhk-auth__tabs,.zhk-auth__form,.zhk-auth__message{margin-left:28px;margin-right:28px}.zhk-auth__message{margin-bottom:24px}.zhk-auth__form label{font-size:12px}.zhk-auth__form input:not([type=checkbox]){height:49px;border-radius:14px;font-size:14px}.zhk-auth__submit{height:50px;border-radius:14px;font-size:14px}.zhk-auth__remember{position:relative;gap:10px!important;cursor:pointer;user-select:none}.zhk-auth__remember input{position:absolute;opacity:0;pointer-events:none}.zhk-auth__check{width:20px;height:20px;border:1px solid rgba(117,198,244,.4);border-radius:6px;background:rgba(1,12,22,.65);display:grid;place-items:center}.zhk-auth__remember input:checked+.zhk-auth__check{background:linear-gradient(135deg,#168bd3,#42bdff);border-color:#6fd0ff}.zhk-auth__remember input:checked+.zhk-auth__check:after{content:"✓";color:white;font-weight:900;font-size:13px}.zhk-auth__remember input:focus-visible+.zhk-auth__check{box-shadow:0 0 0 3px rgba(73,184,251,.18)}

/* v7.5.2 — account widget palette aligned with portal design */
.top-menu__account-button{
  border-color:rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(14,22,29,.82),rgba(5,11,17,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.top-menu__account-button:hover,
.top-menu__account.is-open .top-menu__account-button{
  border-color:rgba(217,181,106,.62);
  background:linear-gradient(180deg,rgba(24,31,35,.96),rgba(7,13,18,.94));
  box-shadow:0 10px 28px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
}
.top-menu__account-button:focus,
.top-menu__account-button:focus-visible{
  outline:none;
  border-color:rgba(217,181,106,.72);
  box-shadow:0 0 0 3px rgba(217,181,106,.12),0 10px 28px rgba(0,0,0,.32);
}
.top-menu__account-avatar{
  border-color:rgba(255,255,255,.34);
}
.top-menu__account-meta{
  color:rgba(255,255,255,.64);
}
.top-menu__account-chevron{
  border-right-color:#d9b56a;
  border-bottom-color:#d9b56a;
}
.top-menu__account-menu{
  border-color:rgba(255,255,255,.17);
  background:linear-gradient(160deg,rgba(12,18,23,.99),rgba(3,8,12,.99));
  box-shadow:0 22px 54px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.04);
}
.top-menu__account-head{
  border-bottom-color:rgba(255,255,255,.11);
}
.top-menu__account-head small{
  color:rgba(255,255,255,.58);
}
.top-menu__account-head em{
  color:#d9b56a;
}
.top-menu__presence-label{
  color:#52d58d;
}
.top-menu__account-link{
  color:rgba(255,255,255,.88)!important;
}
.top-menu__account-link:hover,
.top-menu__account-link:focus-visible{
  outline:none;
  color:#fff!important;
  background:rgba(255,255,255,.075);
}
.top-menu__account-icon{
  background:rgba(217,181,106,.12);
  color:#d9b56a;
  border:1px solid rgba(217,181,106,.13);
}
.top-menu__account-link--logout{
  border-top-color:rgba(255,255,255,.10);
  color:#ffb9b9!important;
}
.top-menu__account-link--logout .top-menu__account-icon{
  background:rgba(255,112,112,.10);
  border-color:rgba(255,112,112,.14);
  color:#ffaaaa;
}
.top-menu__account--guest .top-menu__account-button{
  min-width:226px;
}

/* v7.5.3 — final account menu colour alignment */
.top-menu__account-chevron{
  border-right-color:#fff;
  border-bottom-color:#fff;
}
.top-menu__account-button:hover,
.top-menu__account.is-open .top-menu__account-button,
.top-menu__account-button:focus,
.top-menu__account-button:focus-visible{
  outline:none;
  border-color:rgba(255,255,255,.42);
  background:linear-gradient(180deg,rgba(24,31,35,.96),rgba(7,13,18,.94));
  box-shadow:0 0 15px rgba(53,168,255,.30),0 10px 28px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07);
}
.top-menu__account-meta,
.top-menu__account-head em{
  color:#ff6262;
  text-shadow:0 0 8px rgba(255,72,72,.25);
}
.top-menu__account-link:hover,
.top-menu__account-link:focus-visible{
  outline:none;
  color:#fff!important;
  background:rgba(48,161,255,.13);
}
.top-menu__account-icon,
.top-menu__account-link--logout .top-menu__account-icon{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.10);
}


/* v7.5.4 — final icon and role colour correction */
.top-menu__account-meta{
  color:#fff;
  text-shadow:none;
}
.top-menu__account-login{
  color:#fff;
}
.top-menu__account-role{
  color:#ff6262;
  text-shadow:0 0 8px rgba(255,72,72,.25);
}
.top-menu__account-icon,
.top-menu__account-link--logout,
.top-menu__account-link--logout .top-menu__account-icon{
  color:#fff!important;
}
.top-menu__account-icon{
  font-family:Arial,Helvetica,sans-serif;
  font-variant-emoji:text;
}

/* v7.5.5 — search moved into account dropdown */
.top-menu__account-search{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 0 11px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.top-menu__account-search-field{
  min-width:0;
  flex:1 1 auto;
  height:40px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 11px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.15);
  border-radius:11px;
  background:rgba(255,255,255,.045);
  color:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.top-menu__account-search-field:focus-within{
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.065);
  box-shadow:0 0 14px rgba(53,168,255,.22);
}
.top-menu__account-search-field svg,
.top-menu__account-search-submit svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.top-menu__account-search-field input{
  width:100%;
  min-width:0;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:500 12px/1 Inter,Arial,sans-serif;
}
.top-menu__account-search-field input::placeholder{color:rgba(255,255,255,.52);}
.top-menu__account-search-field input::-webkit-search-cancel-button{filter:grayscale(1) brightness(3);}
.top-menu__account-search-submit{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.055);
  color:#fff;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.top-menu__account-search-submit:hover,
.top-menu__account-search-submit:focus-visible{
  outline:none;
  border-color:rgba(255,255,255,.38);
  background:rgba(48,161,255,.13);
  box-shadow:0 0 14px rgba(53,168,255,.22);
}
.top-menu__account-guest-head{
  display:grid;
  gap:4px;
  padding:4px 4px 10px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.top-menu__account-guest-head b{color:#fff;font-size:14px;}
.top-menu__account-guest-head small{color:rgba(255,255,255,.58);font-size:10px;}
.top-menu__account-menu--guest .top-menu__account-links{padding-top:9px;}
.top-menu__account-link--login{color:#fff!important;}
.top-menu__account-link--login .top-menu__account-icon{color:#fff!important;}

@media(max-width:700px){
  .top-menu__account-search-field input{font-size:11px;}
}

/* v7.5.6 — compact guest search and inline login */
.top-menu__account-menu--guest{
  width:248px;
  padding:12px;
}
.top-menu__account-menu--guest .top-menu__account-search{
  width:210px;
  margin:0 auto 9px;
  padding:0 0 9px;
  gap:6px;
}
.top-menu__account-menu--guest .top-menu__account-search-field{
  height:34px;
  border-radius:9px;
  padding:0 9px;
  gap:7px;
}
.top-menu__account-menu--guest .top-menu__account-search-field svg{
  width:15px;
  height:15px;
  flex-basis:15px;
}
.top-menu__account-menu--guest .top-menu__account-search-field input{
  font-size:11px;
}
.top-menu__account-menu--guest .top-menu__account-search-submit{
  width:34px;
  height:34px;
  flex-basis:34px;
  border-radius:9px;
}
.top-menu__account-menu--guest .top-menu__account-search-submit svg{
  width:15px;
  height:15px;
}
.top-menu__guest-login{
  display:grid;
  gap:8px;
  width:210px;
  margin:0 auto;
}
.top-menu__guest-field{
  height:38px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.top-menu__guest-field:focus-within{
  border-color:rgba(255,255,255,.38);
  background:rgba(255,255,255,.065);
  box-shadow:0 0 14px rgba(53,168,255,.22);
}
.top-menu__guest-field-icon{
  width:17px;
  flex:0 0 17px;
  color:#fff;
  font:16px/1 Arial,sans-serif;
  text-align:center;
}
.top-menu__guest-field input{
  width:100%;
  min-width:0;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:500 12px/1 Inter,Arial,sans-serif;
}
.top-menu__guest-field input::placeholder{color:rgba(255,255,255,.56);}
.top-menu__guest-submit{
  width:100%;
  height:39px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  color:#fff;
  font:700 12px/1 Montserrat,Arial,sans-serif;
  letter-spacing:.8px;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.top-menu__guest-submit:hover,
.top-menu__guest-submit:focus-visible{
  outline:none;
  border-color:rgba(255,255,255,.48);
  background:rgba(48,161,255,.14);
  box-shadow:0 0 15px rgba(53,168,255,.26);
  transform:translateY(-1px);
}
.top-menu__guest-submit:disabled{opacity:.65;cursor:wait;transform:none;}
.top-menu__guest-register{
  justify-self:center;
  padding:2px 4px;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.78);
  font:500 11px/1.3 Inter,Arial,sans-serif;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.top-menu__guest-register:hover,
.top-menu__guest-register:focus-visible{
  outline:none;
  color:#fff;
  text-shadow:0 0 10px rgba(53,168,255,.4);
}
.top-menu__guest-message{
  min-height:0;
  color:rgba(255,255,255,.72);
  font:500 10px/1.35 Inter,Arial,sans-serif;
  text-align:center;
}
.top-menu__guest-message:empty{display:none;}
.top-menu__guest-message.is-error{color:#ff7373;}


/* v7.5.7 — single guest label and remember checkbox */
.top-menu__account--guest .top-menu__account-copy{
  justify-content:center;
}
.top-menu__account--guest .top-menu__account-name{
  font-size:12px;
}
.top-menu__guest-remember{
  display:flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  color:rgba(255,255,255,.78);
  font:500 11px/1.3 Inter,Arial,sans-serif;
  cursor:pointer;
  user-select:none;
}
.top-menu__guest-remember input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.top-menu__guest-check{
  position:relative;
  width:15px;
  height:15px;
  flex:0 0 15px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.34);
  border-radius:4px;
  background:rgba(255,255,255,.045);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.top-menu__guest-remember:hover .top-menu__guest-check,
.top-menu__guest-remember input:focus-visible + .top-menu__guest-check{
  border-color:rgba(255,255,255,.62);
  box-shadow:0 0 10px rgba(53,168,255,.22);
}
.top-menu__guest-remember input:checked + .top-menu__guest-check{
  border-color:rgba(94,201,255,.9);
  background:rgba(48,161,255,.34);
  box-shadow:0 0 10px rgba(53,168,255,.25);
}
.top-menu__guest-remember input:checked + .top-menu__guest-check::after{
  content:"";
  position:absolute;
  left:4px;
  top:1px;
  width:4px;
  height:8px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
}

/* v7.5.8 — narrower guest login button aligned right */
.top-menu__guest-submit{
  width:72%;
  justify-self:end;
}

/* v7.5.9 — compact guest account button frame */
.top-menu__account--guest .top-menu__account-button{
  width:auto;
  min-width:132px;
  min-height:44px;
  padding:5px 9px 5px 7px;
  gap:7px;
}

/* v7.5.10 — guest submit as centered text link */
.top-menu__guest-submit{
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  justify-self:center;
  padding:2px 4px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:rgba(255,255,255,.78);
  font:500 11px/1.3 Inter,Arial,sans-serif;
  letter-spacing:0;
  text-decoration:underline;
  text-underline-offset:3px;
  transform:none;
}
.top-menu__guest-submit:hover,
.top-menu__guest-submit:focus-visible{
  outline:none;
  border:0;
  background:transparent;
  box-shadow:none;
  color:#fff;
  text-shadow:0 0 10px rgba(53,168,255,.4);
  transform:none;
}
.top-menu__guest-submit:disabled{
  opacity:.65;
  cursor:wait;
  transform:none;
}

/* v7.5.11 — keep dark login fields during browser autofill */
.top-menu__guest-field input:-webkit-autofill,
.top-menu__guest-field input:-webkit-autofill:hover,
.top-menu__guest-field input:-webkit-autofill:focus,
.top-menu__guest-field input:-webkit-autofill:active{
  -webkit-text-fill-color:#fff!important;
  caret-color:#fff;
  -webkit-box-shadow:0 0 0 1000px #101820 inset!important;
  box-shadow:0 0 0 1000px #101820 inset!important;
  transition:background-color 9999s ease-out 0s;
}
.top-menu__guest-field input:autofill{
  color:#fff!important;
  caret-color:#fff;
  background:#101820!important;
  box-shadow:0 0 0 1000px #101820 inset!important;
}

/* v7.6.2 — keep the guest authorization label visible on narrow screens */
@media(max-width:1100px){
  .top-menu__account--guest .top-menu__account-copy{
    display:flex;
  }
}

/* ===== header.css ===== */
/* ================= UNIFIED PORTAL HEADER ================= */
.header{
  position:relative;
  height:450px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  text-align:center;
}

.header::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:url("../images/header.jpg") center 38%/cover no-repeat;
  filter:brightness(1.10) contrast(1.05) saturate(1.07);
}

.header::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(to bottom,rgba(1,7,10,.12),rgba(2,8,10,.22));
}

.clouds{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:.50;
  background:url("../images/clouds.png") repeat-x 0 36%/auto 210px;
  filter:blur(1px) drop-shadow(0 5px 15px rgba(255,255,255,.18));
  animation:cloudMove 110s linear infinite;
}

.hero-panel{
  position:relative;
  z-index:2;
  width:min(1540px,calc(100% - 54px));
  box-sizing:border-box;
  padding:18px 18px 14px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(3,12,10,.74),rgba(3,9,8,.64)),
    radial-gradient(circle at 25% 0,rgba(255,255,255,.08),transparent 43%);
  border:1px solid rgba(255,255,255,.58);
  border-radius:22px;
  box-shadow:0 14px 40px rgba(0,0,0,.53),inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.hero-panel__content{
  min-height:252px;
  display:grid;
  grid-template-columns:335px minmax(480px,1fr) 335px;
  align-items:stretch;
}

.hero-radio,.hero-weather{
  align-self:center;
  height:250px;
  min-height:250px;
}

/* RADIO */
.hero-radio{
  align-self:center;
  width:auto;
  min-width:0;
  height:250px;
  min-height:250px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  margin:0 18px 0 0;
  padding:13px 14px;
  overflow:hidden;
  color:#fff;
  text-align:left;
  background:rgba(0,0,0,.47);
  border:1px solid rgba(255,255,255,.33);
  border-radius:17px;
  box-shadow:0 6px 23px rgba(0,0,0,.38);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}

.hero-radio svg,
.radio-panel svg{
  width:1em;
  height:1em;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hero-radio__top{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  margin-bottom:8px;
}

.hero-radio__brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:9px;
}

.hero-radio__brand-icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.90);
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-radio__brand-icon svg{font-size:20px;}

.hero-radio__brand-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.hero-radio__brand-copy small{
  color:rgba(255,255,255,.68);
  font-size:7px;
  font-weight:800;
  letter-spacing:1.35px;
}
.hero-radio__brand-copy strong{
  max-width:150px;
  overflow:hidden;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.25px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.hero-radio__signals{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:6px;
}
.hero-radio__live,
.hero-radio__listeners{
  height:24px;
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border-radius:999px;
}
.hero-radio__live{
  padding:0 8px;
  color:#63f69b;
  font-size:8px;
  font-weight:900;
  letter-spacing:.9px;
  background:rgba(18,132,69,.13);
  border:1px solid rgba(76,235,138,.31);
}
.hero-radio__live i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#3ee67f;
  box-shadow:0 0 0 0 rgba(62,230,127,.5);
  animation:radioPulse 1.7s infinite;
}
.hero-radio__listeners{
  min-width:35px;
  padding:0 7px;
  color:rgba(220,241,255,.82);
  font-size:9px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
}
.hero-radio__listeners svg{font-size:13px;}
.hero-radio__listeners b{font-size:9px;}

.hero-radio__now{
  min-width:0;
  min-height:65px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 48px;
  align-items:center;
  gap:10px;
  padding:7px 8px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
}

.hero-radio__artwork{
  position:relative;
  width:58px;
  height:58px;
  overflow:hidden;
  border-radius:13px;
  background:
    radial-gradient(circle at 34% 28%,rgba(126,226,255,.88),transparent 7%),
    linear-gradient(145deg,#106da1,#132445 48%,#3b2377);
  box-shadow:0 7px 17px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.18);
}
.hero-radio__disc{
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:50%;
  background:
    radial-gradient(circle,#bdeeff 0 3px,#14304d 4px 8px,rgba(255,255,255,.18) 9px 10px,rgba(4,12,26,.84) 11px 100%);
  box-shadow:0 0 14px rgba(80,198,255,.22);
}
.hero-radio.is-playing .hero-radio__disc{animation:radioDisc 8s linear infinite;}
.hero-radio__artwork-bars{
  position:absolute;
  inset:auto 7px 6px;
  height:19px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:2px;
}
.hero-radio__artwork-bars i{
  width:3px;
  height:4px;
  border-radius:2px;
  background:linear-gradient(to top,#55f3d0,#7fd7ff);
  opacity:.66;
}
.hero-radio.is-playing .hero-radio__artwork-bars i{animation:radioMiniBars .65s ease-in-out infinite alternate;opacity:1;}
.hero-radio.is-playing .hero-radio__artwork-bars i:nth-child(2){animation-duration:.42s;}
.hero-radio.is-playing .hero-radio__artwork-bars i:nth-child(3){animation-duration:.78s;}
.hero-radio.is-playing .hero-radio__artwork-bars i:nth-child(4){animation-duration:.51s;}
.hero-radio.is-playing .hero-radio__artwork-bars i:nth-child(5){animation-duration:.91s;}

.hero-radio__meta{min-width:0;}
.hero-radio__eyebrow{
  display:block;
  margin-bottom:4px;
  color:rgba(255,255,255,.68);
  font-size:7px;
  font-weight:850;
  letter-spacing:1.05px;
}
.hero-radio__track{
  min-height:28px;
  display:-webkit-box;
  overflow:hidden;
  color:#fff;
  font-size:11px;
  font-weight:750;
  line-height:1.28;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.hero-radio__status{
  margin-top:4px;
  overflow:hidden;
  color:#4cf38b;
  font-size:8px;
  font-weight:850;
  letter-spacing:.65px;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.hero-radio.has-error .hero-radio__status{color:#ffbe72;}
.hero-radio.has-error .hero-radio__live{color:#ffbb79;border-color:rgba(255,170,89,.33);background:rgba(142,73,15,.14);}
.hero-radio.has-error .hero-radio__live i{background:#ff9b49;animation:none;}

.hero-radio__play{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  box-shadow:0 7px 16px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.16);
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.hero-radio__play:hover{transform:translateY(-1px) scale(1.035);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.55);box-shadow:0 9px 20px rgba(0,0,0,.36);}
.hero-radio.is-playing .hero-radio__play{background:rgba(46,204,113,.18);border-color:rgba(93,236,151,.48);}
.hero-radio__play span{
  width:0;
  height:0;
  margin-left:3px;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:11px solid currentColor;
}
.hero-radio.is-playing .hero-radio__play span{
  width:14px;
  height:17px;
  margin-left:0;
  border:0;
  background:linear-gradient(90deg,currentColor 0 5px,transparent 5px 9px,currentColor 9px 14px);
}

.hero-radio__controls{
  min-height:31px;
  display:grid;
  grid-template-columns:31px minmax(0,1fr) 31px;
  align-items:center;
  gap:9px;
  margin-top:7px;
}
.hero-radio__mute,
.hero-radio__reconnect{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  padding:0;
  color:rgba(255,255,255,.88);
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.16);
  border-radius:9px;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.hero-radio__mute:hover,
.hero-radio__reconnect:hover{color:#fff;background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.34);}
.hero-radio__mute svg,
.hero-radio__reconnect svg{font-size:16px;}
.hero-radio__volume-off{display:none;}
.hero-radio__mute.is-muted .hero-radio__volume-on{display:none;}
.hero-radio__mute.is-muted .hero-radio__volume-off{display:block;}
.hero-radio__volume{
  width:100%;
  height:4px;
  margin:0;
  appearance:none;
  -webkit-appearance:none;
  border-radius:999px;
  background:linear-gradient(to right,#2ecc71 0 70%,rgba(255,255,255,.20) 70% 100%);
  cursor:pointer;
}
.hero-radio__volume::-webkit-slider-thumb{
  width:14px;
  height:14px;
  appearance:none;
  -webkit-appearance:none;
  border:3px solid #fff;
  border-radius:50%;
  background:#2ecc71;
  box-shadow:0 2px 8px rgba(0,0,0,.4);
}
.hero-radio__volume::-moz-range-thumb{
  width:8px;
  height:8px;
  border:3px solid #fff;
  border-radius:50%;
  background:#258cff;
}

.hero-radio__actions{
  min-height:38px;
  display:grid;
  grid-template-columns:1.05fr .95fr 1.1fr;
  gap:6px;
  margin-top:7px;
}
.hero-radio__actions button{
  position:relative;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 6px;
  overflow:hidden;
  color:rgba(238,249,255,.90);
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  font:750 8px 'Inter',sans-serif;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.hero-radio__actions button:hover{transform:translateY(-1px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.34);}
.hero-radio__actions svg{flex:0 0 auto;font-size:14px;color:rgba(255,255,255,.82);}
.hero-radio__actions span{overflow:hidden;text-overflow:ellipsis;}
.hero-radio__action-dot{
  position:absolute;
  top:5px;
  right:5px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#4cf18b;
  box-shadow:0 0 7px rgba(76,241,139,.8);
}

.hero-radio button:focus-visible,
.hero-radio input:focus-visible,
.radio-panel button:focus-visible,
.radio-panel input:focus-visible,
.radio-panel textarea:focus-visible{
  outline:2px solid #74d8ff;
  outline-offset:2px;
}

/* RADIO FUNCTION PANELS */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.radio-panel[hidden]{display:none;}
.radio-panel{
  position:fixed;
  inset:0;
  z-index:12050;
  display:grid;
  place-items:center;
  padding:20px;
  box-sizing:border-box;
}
.radio-panel__backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(1,6,8,.38);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  cursor:default;
}
.radio-panel__dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:min(720px,calc(100vh - 40px));
  overflow:auto;
  box-sizing:border-box;
  color:#fff;
  text-align:left;
  background:
    linear-gradient(145deg,rgba(3,12,10,.70),rgba(3,9,8,.62)),
    radial-gradient(circle at 25% 0,rgba(255,255,255,.07),transparent 43%);
  border:1px solid rgba(255,255,255,.48);
  border-radius:22px;
  box-shadow:0 24px 70px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.13);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}
.radio-panel__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px 14px;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.radio-panel__header h2,
.radio-panel__intro h3,
.radio-panel__now h3{margin:0;font-family:'Montserrat',sans-serif;}
.radio-panel__header h2{font-size:20px;letter-spacing:.2px;}
.radio-panel__eyebrow{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.67);
  font-size:8px;
  font-weight:800;
  letter-spacing:1.5px;
}
.radio-panel__close{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.22);
  border-radius:11px;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.radio-panel__close:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.43);transform:translateY(-1px);}
.radio-panel__close svg{font-size:19px;}
.radio-panel__view{padding:20px;}
.radio-panel__intro{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:15px;}
.radio-panel__intro h3{font-size:20px;}
.radio-panel__intro p{margin:7px 0 0;color:rgba(255,255,255,.69);font-size:12px;line-height:1.55;}
.radio-panel__feature-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
}
.radio-panel__feature-icon svg{font-size:28px;}

/* RADIO CHAT — HM-DSM 2.0 */
.radio-panel__view--chat{padding:0;}
.radio-chat{min-width:0;}
.radio-chat__guest[hidden],
.radio-chat__composer[hidden]{display:none;}
.radio-chat__room-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 20px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.radio-chat__room-title{min-width:0;display:flex;align-items:center;gap:11px;}
.radio-chat__room-icon{
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.20);
  border-radius:12px;
}
.radio-chat__room-icon svg{font-size:20px;}
.radio-chat__room-title>span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px;}
.radio-chat__room-title strong{font:750 13px 'Montserrat',sans-serif;letter-spacing:.2px;}
.radio-chat__room-title small{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.66);font-size:9px;}
.radio-chat__room-title small i{width:7px;height:7px;border-radius:50%;background:#48df84;box-shadow:0 0 9px rgba(72,223,132,.78);}
.radio-chat__room-title small b{color:#fff;font-weight:750;}
.radio-chat__access{
  flex:0 0 auto;
  padding:6px 9px;
  color:rgba(255,255,255,.75);
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  font-size:8px;
  font-weight:750;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.radio-chat__access.is-authorized{color:#8cf0ad;border-color:rgba(100,226,143,.31);background:rgba(55,164,94,.11);}
.radio-chat__playerbar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 36px;
  align-items:center;
  gap:11px;
  margin:14px 20px 0;
  padding:10px 11px;
  background:rgba(0,0,0,.27);
  border:1px solid rgba(255,255,255,.15);
  border-radius:13px;
}
.radio-chat__live{display:flex;align-items:center;gap:6px;color:#8cf0ad;font-size:8px;font-weight:850;letter-spacing:.7px;}
.radio-chat__live i{width:7px;height:7px;border-radius:50%;background:#48df84;box-shadow:0 0 9px rgba(72,223,132,.8);animation:radioPulse 1.7s infinite;}
.radio-chat__player-copy{min-width:0;display:flex;flex-direction:column;gap:2px;}
.radio-chat__player-copy small{color:rgba(255,255,255,.57);font-size:8px;}
.radio-chat__player-copy strong{overflow:hidden;color:#fff;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;}
.radio-chat__playerbar button{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  cursor:pointer;
}
.radio-chat__playerbar button:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.37);}
.radio-chat__playerbar button svg{font-size:16px;}
.radio-chat__pinned{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:10px;
  margin:10px 20px 0;
  padding:10px 12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
}
.radio-chat__pinned>span{width:32px;height:32px;display:grid;place-items:center;color:rgba(255,255,255,.77);background:rgba(255,255,255,.055);border-radius:9px;}
.radio-chat__pinned svg{font-size:16px;}
.radio-chat__pinned strong{display:block;margin-top:1px;font-size:10px;}
.radio-chat__pinned p{margin:4px 0 0;color:rgba(255,255,255,.62);font-size:9px;line-height:1.45;}
.radio-chat__messages{
  height:300px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
  padding:0 20px 12px;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.28) transparent;
}
.radio-chat__messages::-webkit-scrollbar{width:7px;}
.radio-chat__messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:10px;}
.radio-chat.is-authorized .radio-chat__messages{height:245px;}
.radio-chat__system{display:flex;align-items:center;justify-content:center;gap:7px;color:rgba(255,255,255,.47);font-size:8px;}
.radio-chat__system span{padding:4px 8px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:999px;}
.radio-chat__system time{font-size:8px;}
.radio-chat__message{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:9px;}
.radio-chat__avatar,
.radio-chat__identity-avatar{
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.19);
  border-radius:50%;
  font:750 11px 'Montserrat',sans-serif;
}
.radio-chat__avatar{width:34px;height:34px;}
.radio-chat__message--station .radio-chat__avatar{background:rgba(66,155,204,.16);border-color:rgba(112,203,250,.30);}
.radio-chat__message--host .radio-chat__avatar{background:rgba(53,161,91,.16);border-color:rgba(99,226,143,.30);}
.radio-chat__bubble{min-width:0;padding:10px 11px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);border-radius:4px 13px 13px 13px;}
.radio-chat__message--station .radio-chat__bubble{border-color:rgba(112,203,250,.20);background:rgba(48,132,180,.07);}
.radio-chat__message--host .radio-chat__bubble{border-color:rgba(99,226,143,.20);background:rgba(47,137,78,.07);}
.radio-chat__bubble header{display:flex;align-items:center;gap:7px;min-width:0;}
.radio-chat__bubble header strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap;}
.radio-chat__bubble header time{margin-left:auto;color:rgba(255,255,255,.43);font-size:8px;}
.radio-chat__role{padding:3px 6px;color:#9feab9;background:rgba(59,169,97,.12);border:1px solid rgba(99,226,143,.21);border-radius:999px;font-size:7px;font-weight:800;text-transform:uppercase;}
.radio-chat__message--station .radio-chat__role{color:#a9def6;background:rgba(53,143,193,.12);border-color:rgba(112,203,250,.21);}
.radio-chat__bubble p{margin:5px 0 0;color:rgba(255,255,255,.84);font-size:10px;line-height:1.5;overflow-wrap:anywhere;}
.radio-chat__reactions{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px;}
.radio-chat__reactions span{padding:3px 6px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:999px;font-size:8px;}
.radio-chat__reactions b{font-weight:650;color:rgba(255,255,255,.72);}
.radio-chat__guest{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:11px;
  padding:13px 20px 16px;
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.12);
}
.radio-chat__guest-head{display:flex;align-items:center;gap:11px;}
.radio-chat__guest-head>span{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.17);border-radius:12px;}
.radio-chat__guest-head svg{font-size:20px;}
.radio-chat__guest-head>div{min-width:0;display:flex;flex-direction:column;gap:3px;}
.radio-chat__guest-head strong{font-size:10px;}
.radio-chat__guest-head small{color:rgba(255,255,255,.62);font-size:8px;}
.radio-chat__login-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:8px;}
.radio-chat__login-field{height:36px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;overflow:hidden;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.18);border-radius:10px;}
.radio-chat__login-field:focus-within{border-color:rgba(116,216,255,.70);box-shadow:0 0 0 3px rgba(116,216,255,.10);}
.radio-chat__login-field>span{display:grid;place-items:center;color:rgba(255,255,255,.68);font-size:13px;}
.radio-chat__login-field input{width:100%;height:100%;min-width:0;padding:0 9px 0 0;color:#fff;background:transparent;border:0;outline:0;font:500 10px 'Inter',sans-serif;}
.radio-chat__login-field input::placeholder{color:rgba(255,255,255,.45);}

/* v7.6.9 — preserve the H-FM dark glass fields during browser autofill */
.radio-chat__login-field input:-webkit-autofill,
.radio-chat__login-field input:-webkit-autofill:hover,
.radio-chat__login-field input:-webkit-autofill:focus,
.radio-chat__login-field input:-webkit-autofill:active{
  -webkit-text-fill-color:#fff!important;
  caret-color:#fff;
  background-color:transparent!important;
  background-image:none!important;
  -webkit-box-shadow:0 0 0 1000px #0b1416 inset!important;
  box-shadow:0 0 0 1000px #0b1416 inset!important;
  transition:background-color 9999s ease-out 0s;
}
.radio-chat__login-field input:autofill{
  color:#fff!important;
  caret-color:#fff;
  background:#0b1416!important;
  background-image:none!important;
  box-shadow:0 0 0 1000px #0b1416 inset!important;
}

.radio-chat__remember{grid-column:1/3;position:relative;display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;color:rgba(255,255,255,.75);font-size:8px;cursor:pointer;user-select:none;}
.radio-chat__remember input{position:absolute;opacity:0;pointer-events:none;}
.radio-chat__check{width:15px;height:15px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:4px;background:rgba(255,255,255,.045);}
.radio-chat__remember input:checked+.radio-chat__check{background:rgba(72,223,132,.82);border-color:#7befa4;}
.radio-chat__remember input:checked+.radio-chat__check::after{content:"✓";color:#06200f;font-size:10px;font-weight:900;}
.radio-chat__remember input:focus-visible+.radio-chat__check{box-shadow:0 0 0 3px rgba(116,216,255,.18);}
.radio-chat__login-submit,
.radio-chat__send{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 13px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  font:750 9px 'Inter',sans-serif;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.radio-chat__login-submit:hover,
.radio-chat__send:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.43);transform:translateY(-1px);}
.radio-chat__login-submit:disabled{opacity:.55;cursor:wait;transform:none;}
.radio-chat__register{grid-column:1/3;justify-self:start;padding:0;color:rgba(255,255,255,.68);background:none;border:0;font:650 8px 'Inter',sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer;}
.radio-chat__register:hover{color:#fff;}
.radio-chat__login-message{grid-column:1/-1;min-height:12px;color:#8fe9ae;font-size:8px;text-align:left;}
.radio-chat__login-message:empty{display:none;}
.radio-chat__login-message.is-error{color:#ff9292;}
.radio-chat__composer{padding:13px 20px 16px;border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.12);}
.radio-chat__identity{display:flex;align-items:center;gap:8px;margin-bottom:9px;}
.radio-chat__identity-avatar{width:31px;height:31px;flex:0 0 auto;}
.radio-chat__identity>span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px;}
.radio-chat__identity strong{font-size:9px;}
.radio-chat__identity small{color:rgba(255,255,255,.49);font-size:7.5px;}
.radio-chat__field{display:block;}
.radio-chat__field textarea{
  width:100%;
  min-height:54px;
  max-height:120px;
  resize:vertical;
  box-sizing:border-box;
  padding:10px 11px;
  color:#fff;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  font:500 10px/1.45 'Inter',sans-serif;
}
.radio-chat__field textarea::placeholder{color:rgba(255,255,255,.41);}
.radio-chat__composer-foot{display:flex;align-items:center;gap:8px;margin-top:8px;}
.radio-chat__quick-reactions{display:flex;gap:5px;}
.radio-chat__quick-reactions button{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  padding:0;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.14);
  border-radius:9px;
  cursor:pointer;
}
.radio-chat__quick-reactions button:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);}
.radio-chat__counter{margin-left:auto;color:rgba(255,255,255,.44);font-size:8px;}
.radio-chat__counter b{font-weight:600;}
.radio-chat__send svg{font-size:14px;}
.radio-chat__feedback{min-height:13px;margin-top:5px;color:#8fe9ae;font-size:8px;}
.radio-chat__message--own{margin-left:43px;grid-template-columns:minmax(0,1fr);}
.radio-chat__message--own .radio-chat__bubble{justify-self:end;max-width:86%;background:rgba(55,151,90,.10);border-color:rgba(99,226,143,.22);border-radius:13px 4px 13px 13px;}

/* OTHER RADIO VIEWS */
.radio-panel__form input,
.radio-panel__form textarea{
  width:100%;
  box-sizing:border-box;
  padding:11px 12px;
  color:#fff;
  background:rgba(0,0,0,.27);
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  font:500 11px 'Inter',sans-serif;
}
.radio-panel__form{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px;}
.radio-panel__form label{display:grid;gap:6px;color:rgba(255,255,255,.72);font-size:9px;font-weight:750;letter-spacing:.3px;}
.radio-panel__form-wide{grid-column:1/-1;}
.radio-panel__submit{
  justify-self:start;
  padding:10px 14px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  font:750 10px 'Inter',sans-serif;
  cursor:pointer;
}
.radio-panel__form-status{align-self:center;color:#8fe9ae;font-size:10px;}

.radio-panel__view--request{overflow:auto;}
.radio-order{margin-top:18px;}
.radio-order__tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.radio-order__tab{
  display:flex;align-items:center;gap:11px;min-width:0;padding:12px 13px;color:#fff;text-align:left;
  background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.14);border-radius:13px;
  font:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.radio-order__tab:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.30);transform:translateY(-1px);}
.radio-order__tab.is-active{background:rgba(57,170,101,.13);border-color:rgba(101,224,148,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);}
.radio-order__tab svg{flex:0 0 auto;width:23px;height:23px;color:#8be9ad;}
.radio-order__tab span{display:grid;gap:3px;min-width:0;}
.radio-order__tab strong{font-size:11px;}
.radio-order__tab small{overflow:hidden;color:rgba(255,255,255,.56);font-size:8px;text-overflow:ellipsis;white-space:nowrap;}
.radio-order__modes{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px;padding:5px;background:rgba(0,0,0,.20);border:1px solid rgba(255,255,255,.10);border-radius:13px;}
.radio-order__mode{display:flex;justify-content:center;align-items:center;gap:8px;padding:9px 10px;color:rgba(255,255,255,.62);background:transparent;border:1px solid transparent;border-radius:9px;font:inherit;cursor:pointer;}
.radio-order__mode span{font-size:10px;font-weight:800;}
.radio-order__mode small{font-size:8px;}
.radio-order__mode.is-active{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);}
.radio-order__mode--paid.is-active{color:#ffe5a8;background:rgba(190,139,39,.14);border-color:rgba(236,190,95,.34);}
.radio-order__summary{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:11px;padding:11px 13px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);border-radius:13px;}
.radio-order__summary-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(55,179,103,.12);border:1px solid rgba(91,220,140,.24);color:#8debb0;font-size:18px;font-weight:900;}
.radio-order__summary>div{min-width:0;}
.radio-order__summary>div>span{font-size:10px;font-weight:800;}
.radio-order__summary p{margin:4px 0 0;color:rgba(255,255,255,.59);font-size:8.5px;line-height:1.45;}
.radio-order__summary strong{color:#98edb5;font-size:11px;white-space:nowrap;}
.radio-order.is-paid .radio-order__summary{background:rgba(154,105,23,.10);border-color:rgba(231,184,87,.25);}
.radio-order.is-paid .radio-order__summary-icon{color:#ffe29d;background:rgba(190,139,39,.13);border-color:rgba(236,190,95,.29);}
.radio-order.is-paid .radio-order__summary strong{color:#ffe2a0;}
.radio-order__form{margin-top:13px;}
.radio-order__fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:13px;}
.radio-order__fields[hidden]{display:none;}
.radio-panel__form select{width:100%;box-sizing:border-box;padding:11px 12px;color:#fff;background:rgba(0,0,0,.27);border:1px solid rgba(255,255,255,.18);border-radius:10px;font:500 11px 'Inter',sans-serif;}
.radio-panel__form select option{color:#fff;background:#10202d;}
.radio-order__actions{display:flex;align-items:center;gap:12px;min-width:0;}
.radio-order__actions .radio-panel__form-status{min-width:0;line-height:1.4;}
.radio-order.is-paid .radio-panel__submit{color:#ffe6ad;background:rgba(183,129,28,.15);border-color:rgba(235,187,91,.34);}
.radio-panel__stage{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:24px;}
.radio-panel__artwork{
  position:relative;
  width:180px;
  height:180px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:5px;
  padding:22px;
  box-sizing:border-box;
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 18px 38px rgba(0,0,0,.40),inset 0 1px 0 rgba(255,255,255,.11);
}
.radio-panel__artwork span{position:absolute;inset:34px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:radial-gradient(circle,#d9f6e4 0 7px,#28513a 8px 18px,rgba(255,255,255,.14) 19px 21px,rgba(3,10,7,.82) 22px 100%);}
.radio-panel__artwork i{position:relative;z-index:1;width:8px;height:20px;border-radius:5px;background:rgba(122,239,163,.85);animation:radioPanelBars .7s ease-in-out infinite alternate;}
.radio-panel__artwork i:nth-of-type(2){animation-duration:.46s}.radio-panel__artwork i:nth-of-type(3){animation-duration:.92s}.radio-panel__artwork i:nth-of-type(4){animation-duration:.58s}.radio-panel__artwork i:nth-of-type(5){animation-duration:.81s}
.radio-panel__now h3{font-size:25px;}
.radio-panel__now p{margin:10px 0;color:rgba(255,255,255,.80);font-size:14px;line-height:1.45;}
.radio-panel__now strong{color:#82e8a6;font-size:10px;letter-spacing:1px;text-transform:uppercase;}
.radio-panel__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;}
.radio-panel__feature-grid button,
.radio-panel__feature-grid div{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;color:#fff;text-align:left;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.13);border-radius:13px;}
.radio-panel__feature-grid button{font:inherit;cursor:pointer;}
.radio-panel__feature-grid button:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.30);}
.radio-panel__feature-grid span{font-size:11px;font-weight:800;}
.radio-panel__feature-grid small{color:rgba(255,255,255,.59);font-size:9px;line-height:1.4;}
body.radio-panel-open{overflow:hidden;}

@keyframes radioDisc{to{transform:rotate(360deg);}}
@keyframes radioMiniBars{from{height:4px;}to{height:18px;}}
@keyframes radioPanelBars{from{height:18px;}to{height:64px;}}


/* CENTER */
.hero-center{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:4px 28px;
  overflow:hidden;
  text-align:center;
}

.header h1{
  width:100%;
  margin:0;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:36px;
  font-weight:800;
  letter-spacing:3.2px;
  line-height:1.1;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:0 2px 5px rgba(0,0,0,.84),0 0 17px rgba(255,255,255,.32);
}

.hero-center__line{
  width:min(290px,72%);
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:7px 0 3px;
  color:#fff;
  font-size:23px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.84),transparent) center/100% 1px no-repeat;
}
.hero-center__line span{padding:0 10px;background:rgba(10,18,14,.62);}

.subtitle{
  margin:4px 0 6px;
  font-family:'Montserrat',sans-serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:2.5px;
  white-space:nowrap;
}
.welcome{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-style:italic;
  letter-spacing:1.4px;
  white-space:nowrap;
}

/* CLOCK */
.clock{
  width:min(230px,100%);
  min-width:0;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:18px auto 0;
  padding:9px 12px 8px;
  color:#fff;
  background:rgba(0,0,0,.43);
  border:1px solid rgba(255,255,255,.30);
  border-radius:14px;
  box-shadow:0 5px 17px rgba(0,0,0,.32);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.clock-title{
  margin-bottom:4px;
  color:rgba(255,255,255,.82);
  font-size:8px;
  letter-spacing:1.3px;
  white-space:nowrap;
}
.clock-time{
  font-family:'Montserrat',sans-serif;
  font-size:26px;
  font-weight:760;
  letter-spacing:2.5px;
  line-height:1.05;
}
.clock-date{
  margin-top:4px;
  color:rgba(255,255,255,.86);
  font-size:9px;
  white-space:nowrap;
}
.clock-weather{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:6px;
  font-size:10px;
  white-space:nowrap;
}

/* WEATHER */
.hero-weather{
  align-self:stretch;
  width:auto;
  min-width:0;
  min-height:220px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin:0 0 0 18px;
  padding:14px 15px;
  overflow:hidden;
  color:#fff;
  text-align:left;
  background:rgba(0,0,0,.47);
  border:1px solid rgba(255,255,255,.33);
  border-radius:17px;
  box-shadow:0 6px 23px rgba(0,0,0,.38);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.hero-weather__head{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:17px;
}
.hero-weather__icon{
  flex:0 0 auto;
  font-size:60px;
  line-height:1;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.42));
}
.hero-weather__main{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.hero-weather__main strong{
  font-family:'Montserrat',sans-serif;
  font-size:40px;
  line-height:1;
}
.hero-weather__main span{
  margin-top:5px;
  overflow:hidden;
  font-size:17px;
  font-weight:600;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-weather__details{
  display:grid;
  gap:9px;
  margin:0;
}
.hero-weather__details div{
  display:grid;
  grid-template-columns:98px minmax(0,1fr);
  align-items:center;
  gap:9px;
}
.hero-weather__details dt{
  color:rgba(255,255,255,.76);
  font-size:12px;
}
.hero-weather__details dd{
  margin:0;
  overflow:hidden;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* STATUS */
.status-panel{
  width:100%;
  min-height:40px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  margin-top:10px;
  padding:7px 20px;
  color:rgba(255,255,255,.91);
  background:rgba(0,0,0,.39);
  border:1px solid rgba(255,255,255,.31);
  border-radius:999px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 6px 16px rgba(0,0,0,.22);
  font-size:11px;
  letter-spacing:1px;
}
.status-panel span{
  display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;
}
.online-dot{width:9px;height:9px;display:inline-block;border-radius:50%;}
.online-dot.nas{background:#18eb73;box-shadow:0 0 9px #18eb73;}
.online-dot.wordpress{background:#168cff;box-shadow:0 0 9px #168cff;}
.online-dot.services{background:#973cff;box-shadow:0 0 9px #973cff;}

@keyframes radioPulse{
  70%{box-shadow:0 0 0 7px rgba(62,230,127,0);}
  100%{box-shadow:0 0 0 0 rgba(62,230,127,0);}
}
@keyframes radioBars{from{height:6px;}to{height:52px;}}

@media(max-width:1320px){
  .hero-panel__content{
    grid-template-columns:300px minmax(390px,1fr) 300px;
  }
  .header h1{font-size:31px;letter-spacing:2.4px;}
}

@media(max-width:1080px){
  .header{height:auto;min-height:650px;padding:28px 0;}
  .hero-panel{width:min(94%,860px);}
  .hero-panel__content{
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-areas:"radio center" "weather center";
    gap:18px 0;
  }
  .hero-radio{grid-area:radio;}
  .hero-center{grid-area:center;}
  .hero-weather{grid-area:weather;margin:0 18px 0 0;}
}

@media(max-width:700px){
  .header{min-height:980px;}
  .hero-panel{width:92%;padding:15px 13px;}
  .hero-panel__content{display:flex;flex-direction:column;}
  .hero-radio,.hero-center,.hero-weather{width:100%;box-sizing:border-box;}
  .hero-radio,.hero-center,.hero-weather{padding:17px 11px;}
  .hero-radio,.hero-weather{width:min(100%,340px);min-height:0;margin:0 auto 15px;}
  .clock{width:min(230px,100%);margin:16px auto 0;}
  .hero-center{border-bottom:1px solid rgba(255,255,255,.30);}
  .hero-weather{align-items:stretch;text-align:left;}
  .header h1{font-size:clamp(17px,5.2vw,22px);letter-spacing:.5px;white-space:nowrap;}
  .subtitle,.welcome{white-space:normal;}
  .status-panel{grid-template-columns:1fr;gap:8px;border-radius:17px;}
}
@media(max-width:700px){
  .hero-radio{height:250px;min-height:250px;padding:13px 12px;}
  .hero-radio__brand-copy strong{max-width:145px;}
  .hero-radio__actions button{font-size:8px;padding:0 5px;}
  .radio-panel{align-items:end;padding:0;}
  .radio-panel__dialog{width:100%;max-height:88vh;border-radius:22px 22px 0 0;}
  .radio-panel__header{padding:17px 17px 13px;}
  .radio-panel__view{padding:17px;}
  .radio-panel__stage{grid-template-columns:100px minmax(0,1fr);gap:15px;}
  .radio-panel__artwork{width:100px;height:100px;padding:13px;border-radius:20px;}
  .radio-panel__artwork span{inset:20px;}
  .radio-panel__artwork i{width:5px;height:12px;}
  .radio-panel__now h3{font-size:18px;}
  .radio-panel__now p{font-size:11px;}
  .radio-panel__feature-grid{grid-template-columns:1fr;}
  .radio-panel__form{grid-template-columns:1fr;}
  .radio-panel__form-wide{grid-column:auto;}
  .radio-order__fields{grid-template-columns:1fr;}
  .radio-order__fields .radio-panel__form-wide{grid-column:auto;}
  .radio-order__summary{grid-template-columns:34px minmax(0,1fr);}
  .radio-order__summary-icon{width:34px;height:34px;}
  .radio-order__summary strong{grid-column:2;margin-top:-4px;}
  .radio-order__actions{align-items:flex-start;flex-direction:column;}
  .radio-chat__room-head{padding:12px 14px;}
  .radio-chat__access{font-size:7px;padding:5px 7px;}
  .radio-chat__playerbar{margin:11px 14px 0;}
  .radio-chat__pinned{margin:9px 14px 0;}
  .radio-chat__messages{height:min(310px,36vh);padding:0 14px 11px;}
  .radio-chat.is-authorized .radio-chat__messages{height:min(220px,27vh);}
  .radio-chat__guest{padding:11px 14px 14px;}
  .radio-chat__guest-head>span{width:36px;height:36px;}
  .radio-chat__login-form{grid-template-columns:1fr 1fr auto;}
  .radio-chat__composer{padding:11px 14px 14px;}
  .radio-chat__composer-foot{flex-wrap:wrap;}
  .radio-chat__counter{margin-left:auto;}
}

@media(max-width:380px){
  .hero-radio__brand-copy strong{max-width:118px;}
  .hero-radio__listeners{display:none;}
  .hero-radio__actions button{gap:4px;font-size:7.5px;}
  .hero-radio__actions svg{font-size:13px;}
  .radio-panel__intro{grid-template-columns:45px minmax(0,1fr);gap:11px;}
  .radio-panel__feature-icon{width:45px;height:45px;border-radius:13px;}
  .radio-panel__feature-icon svg{font-size:22px;}
  .radio-panel__composer{grid-template-columns:1fr;}
  .radio-order__tab{padding:10px 9px;gap:8px;}
  .radio-order__tab svg{width:19px;height:19px;}
  .radio-order__tab small{display:none;}
  .radio-order__mode{display:grid;gap:2px;text-align:center;}
  .radio-chat__room-icon{width:36px;height:36px;}
  .radio-chat__room-title strong{font-size:11px;}
  .radio-chat__access{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .radio-chat__pinned{grid-template-columns:28px minmax(0,1fr);padding:9px 10px;}
  .radio-chat__pinned>span{width:28px;height:28px;}
  .radio-chat__guest-head>span{width:34px;height:34px;}
  .radio-chat__login-form{grid-template-columns:1fr;}
  .radio-chat__remember,.radio-chat__register{grid-column:1;}
  .radio-chat__login-submit{width:100%;}
  .radio-chat__quick-reactions{width:100%;}
  .radio-chat__quick-reactions button{flex:1;}
  .radio-chat__counter{margin-left:0;}
  .radio-chat__send{margin-left:auto;}
}

/* ===== home-config.css ===== */
/* ===== Варианты часов и погоды из админ-панели WordPress ===== */
.clock.clock--compact{padding:18px 16px}
.clock.clock--compact .clock-title{display:none}
.clock.clock--compact .clock-time{font-size:38px}
.clock.clock--compact .clock-date{font-size:11px}
.clock.clock--compact .clock-weather{display:none}

.clock.clock--minimal{min-height:108px;justify-content:center;padding:18px 14px}
.clock.clock--minimal .clock-title,
.clock.clock--minimal .clock-date,
.clock.clock--minimal .clock-weather{display:none}
.clock.clock--minimal .clock-time{font-size:42px;letter-spacing:4px}

/* Погода оформлена как отдельная карточка в том же стиле, что и часы. */
.hero-weather{
  align-self:center;
  min-width:0;
  width:100%;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin:0;
  padding:14px 15px;
  overflow:hidden;
  color:#fff;
  text-align:left;
  background:rgba(0,0,0,.47);
  border:1px solid rgba(255,255,255,.33);
  border-radius:17px;
  box-shadow:0 6px 23px rgba(0,0,0,.38);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.hero-weather__head,
.hero-weather__details{
  width:100%;
  min-width:0;
  box-sizing:border-box;
}

.hero-weather.hero-weather--compact{
  min-width:0;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  overflow:hidden;
  text-align:center;
}
.hero-weather.hero-weather--compact .hero-weather__head{
  width:100%;
  max-width:180px;
  min-width:0;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  justify-content:center;
  gap:6px;
  margin:0 auto;
  overflow:hidden;
}
.hero-weather.hero-weather--compact .hero-weather__details{display:none}
.hero-weather.hero-weather--compact .hero-weather__icon{
  width:42px;
  max-width:42px;
  overflow:hidden;
  font-size:40px;
  line-height:1;
}
.hero-weather.hero-weather--compact .hero-weather__main{
  width:100%;
  min-width:0;
  max-width:100%;
  align-items:center;
  overflow:hidden;
}
.hero-weather.hero-weather--compact .hero-weather__main strong{
  max-width:100%;
  overflow:hidden;
  font-size:29px;
  line-height:1.05;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-weather.hero-weather--compact .hero-weather__main span{
  width:100%;
  max-width:100%;
  margin-top:4px;
  overflow:hidden;
  font-size:11px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-weather.hero-weather--hidden{display:none!important}

.hero-panel.hero-panel--weather-hidden .hero-panel__content{
  grid-template-columns:335px minmax(520px,1fr) 280px;
}
.hero-panel.hero-panel--weather-compact .hero-panel__content{
  grid-template-columns:335px minmax(480px,1fr) 250px 205px;
}

.footer-social--ok,
.footer-social--youtube,
.footer-social--rutube,
.footer-social--zen,
.footer-social--whatsapp,
.footer-social--email,
.footer-social--website{font:700 8px/1 'Inter',sans-serif;letter-spacing:0}
.footer-social--website{font-size:6px}

@media(max-width:1320px){
  .hero-panel.hero-panel--weather-hidden .hero-panel__content{grid-template-columns:300px minmax(400px,1fr) 240px}
  .hero-panel.hero-panel--weather-compact .hero-panel__content{grid-template-columns:300px minmax(390px,1fr) 225px 190px}
}
@media(max-width:1080px){
  .hero-panel.hero-panel--weather-hidden .hero-panel__content{
    grid-template-columns:1fr 1fr;
    grid-template-areas:"radio center" "clock clock";
  }
  .hero-panel.hero-panel--weather-hidden .clock{grid-area:clock;margin:0 auto;width:min(100%,360px)}
  .hero-panel.hero-panel--weather-compact .hero-panel__content{
    grid-template-columns:1fr 1fr;
    grid-template-areas:"radio center" "clock weather";
  }
}
@media(max-width:700px){
  .hero-panel.hero-panel--weather-hidden .hero-panel__content,
  .hero-panel.hero-panel--weather-compact .hero-panel__content{display:flex;flex-direction:column}
  .hero-weather{
    width:min(100%,340px);
    margin:15px auto;
  }
}

/* ===== cards.css ===== */
/* ================= PORTAL CARDS / HORIZONTAL CAROUSEL ================= */

.container.portal-cards-shell{
  position:relative;
  width:min(1540px,calc(100% - 54px));
  margin:0 auto;
  padding:22px 0 32px;
  box-sizing:border-box;
}

.portal-cards{
  --cards-gap:18px;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 72px) / 5);
  gap:var(--cards-gap);
  width:calc(100% - 104px);
  margin:0 52px;
  padding:2px 0 12px;
  box-sizing:border-box;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:0;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  cursor:grab;
}

.portal-cards:active,
.portal-cards.is-dragging{
  cursor:grabbing;
  scroll-behavior:auto;
  user-select:none;
}

.portal-cards:focus-visible{
  outline:2px solid rgba(66,181,255,.75);
  outline-offset:4px;
  border-radius:20px;
}

.portal-cards::-webkit-scrollbar{display:none;}

.card{
  --accent:#42b5ff;
  position:relative;
  min-width:0;
  height:174px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:22px 14px 18px;
  overflow:hidden;
  color:#fff;
  text-align:center;
  text-decoration:none;
  background:
    linear-gradient(145deg,rgba(9,20,27,.76),rgba(5,12,17,.66)),
    radial-gradient(circle at 50% 0,rgba(255,255,255,.07),transparent 55%);
  border:1px solid rgba(255,255,255,.19);
  border-radius:19px;
  box-shadow:0 12px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  opacity:0;
  animation:cardShow .8s ease forwards;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
  -webkit-tap-highlight-color:transparent;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

.card::before{
  content:"";
  position:absolute;
  inset:auto 18px 0;
  height:2px;
  opacity:.7;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);
  box-shadow:0 0 12px var(--accent);
  transform:scaleX(.25);
  transition:transform .28s ease;
}

.card:hover{
  transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--accent) 55%,white 10%);
  box-shadow:0 18px 38px rgba(0,0,0,.38),0 0 22px color-mix(in srgb,var(--accent) 28%,transparent);
  background:
    linear-gradient(145deg,rgba(13,28,37,.84),rgba(7,15,21,.72)),
    radial-gradient(circle at 50% 0,color-mix(in srgb,var(--accent) 12%,transparent),transparent 58%);
}

.card:hover::before{transform:scaleX(1);}

.card__icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:11px;
  color:var(--accent);
  transition:transform .28s ease,filter .28s ease;
}

.card__icon svg{
  width:54px;
  height:54px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 8px color-mix(in srgb,var(--accent) 50%,transparent));
}

.card:hover .card__icon{
  transform:translateY(-2px) scale(1.06);
  filter:brightness(1.15);
}

.card h2{
  margin:0 0 7px;
  font-family:'Montserrat',sans-serif;
  font-size:17px;
  font-weight:650;
}

.card span{
  color:rgba(255,255,255,.68);
  font-size:12px;
}

.card--news{--accent:#3f91ff;}
.card--forum{--accent:#9d58ff;}
.card--video{--accent:#ff4f58;}
.card--photo{--accent:#ffbf3f;}
.card--files{--accent:#21d87d;}
.card--music{--accent:#ec53ff;}

.card:nth-child(1){animation-delay:.10s;}
.card:nth-child(2){animation-delay:.18s;}
.card:nth-child(3){animation-delay:.26s;}
.card:nth-child(4){animation-delay:.34s;}
.card:nth-child(5){animation-delay:.42s;}
.card:nth-child(6){animation-delay:.50s;}
.card:nth-child(n+7){animation-delay:.58s;}

.portal-cards__nav{
  position:absolute;
  z-index:8;
  top:calc(50% - 5px);
  width:42px;
  height:64px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(82,185,255,.36);
  border-radius:15px;
  color:#fff;
  background:linear-gradient(180deg,rgba(9,30,44,.94),rgba(4,13,21,.90));
  box-shadow:0 10px 25px rgba(0,0,0,.38),0 0 16px rgba(52,169,255,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  cursor:pointer;
  transform:translateY(-50%);
  transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.portal-cards__nav:hover:not(:disabled){
  transform:translateY(-50%) scale(1.06);
  border-color:rgba(82,185,255,.78);
  box-shadow:0 12px 28px rgba(0,0,0,.42),0 0 22px rgba(52,169,255,.32);
}

.portal-cards__nav:focus-visible{
  outline:2px solid #55c8ff;
  outline-offset:3px;
}

.portal-cards__nav:disabled{
  opacity:.22;
  cursor:default;
  box-shadow:none;
}

.portal-cards__nav svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.portal-cards__nav--prev{left:4px;}
.portal-cards__nav--next{right:4px;}

.portal-cards__hint{
  position:absolute;
  left:50%;
  bottom:24px;
  width:min(230px,38%);
  height:3px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  transform:translateX(-50%);
  pointer-events:none;
}

.portal-cards__hint-line{
  display:block;
  width:35%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#337eff,#31d8ff);
  box-shadow:0 0 10px rgba(62,181,255,.7);
  transform:translateX(var(--cards-progress,0px));
  transition:transform .12s linear,width .2s ease;
}

.portal-cards-shell:not(.is-scrollable) .portal-cards__nav,
.portal-cards-shell:not(.is-scrollable) .portal-cards__hint{
  display:none;
}

@media(max-width:900px){
  .container.portal-cards-shell{
    width:calc(100% - 28px);
  }
  .portal-cards{
    width:calc(100% - 96px);
    margin-inline:48px;
    grid-auto-columns:calc((100% - 36px) / 3);
  }
}

@media(max-width:700px){
  .container.portal-cards-shell{
    width:100%;
    padding-top:18px;
  }
  .portal-cards{
    --cards-gap:14px;
    width:calc(100% - 108px);
    margin-inline:54px;
    grid-auto-columns:100%;
  }
  .card{height:155px;}
  .portal-cards__nav{
    width:38px;
    height:58px;
    border-radius:13px;
  }
  .portal-cards__nav--prev{left:8px;}
  .portal-cards__nav--next{right:8px;}
}

@media(max-width:430px){
  .portal-cards{
    width:calc(100% - 106px);
    margin-inline:53px;
    grid-auto-columns:100%;
  }
  .portal-cards__hint{width:34%;}
}

@media(prefers-reduced-motion:reduce){
  .portal-cards{scroll-behavior:auto;}
  .portal-cards__nav,
  .portal-cards__hint-line{transition:none;}
}

/* ===== news.css ===== */
/* ================= LOWER GLASS MODULES ================= */
.portal-lower-grid{
  width:min(1540px,calc(100% - 54px));
  margin:2px auto 20px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);
  gap:18px;
  align-items:stretch;
}
.portal-glass-panel{
  box-sizing:border-box;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(5,19,29,.90),rgba(3,12,20,.82)),
    radial-gradient(circle at 30% 0,rgba(42,156,232,.08),transparent 54%);
  border:1px solid rgba(202,232,255,.38);
  border-radius:20px;
  box-shadow:0 18px 42px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px) saturate(125%);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
}
.section-heading{
  min-height:67px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 22px 12px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.section-heading>div{position:relative;padding-left:18px;}
.section-heading>div::before{
  content:"";position:absolute;left:0;top:1px;bottom:1px;width:2px;border-radius:4px;
  background:#29b0ff;box-shadow:0 0 13px rgba(41,176,255,.95);
}
.section-heading h2{margin:0;font-family:'Montserrat',sans-serif;font-size:19px;line-height:1.15;letter-spacing:1.25px;}
.section-heading__eyebrow{display:block;margin-bottom:5px;color:#42baff;font-size:9px;font-weight:800;letter-spacing:1.9px;}
.section-heading__eyebrow--green{color:#25e692;}
.section-heading__link{color:rgba(255,255,255,.75);font-size:10px;text-decoration:none;white-space:nowrap;}
.section-heading__link span{margin-left:8px;color:#24aeff;font-size:18px;vertical-align:-1px;}
.section-heading__link:hover{color:#fff;}
.news-section{min-width:0;overflow:hidden;}
.news-scroll-shell{position:relative;padding:6px 20px 12px;}
.news-list{
  display:flex;
  flex-direction:column;
  gap:0;
  overflow-y:scroll;
  overflow-x:hidden;
  height:300px;
  max-height:300px;
  padding-right:10px;
  scrollbar-width:thin;
  scrollbar-color:rgba(205,225,238,.58) rgba(255,255,255,.06);
}

.news-list::-webkit-scrollbar{width:7px;}
.news-list::-webkit-scrollbar-track{background:rgba(255,255,255,.055);border-radius:999px;}
.news-list::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,rgba(223,236,246,.76),rgba(144,169,185,.54));border-radius:999px;}
.news-list::-webkit-scrollbar-thumb:hover{background:rgba(230,242,250,.86);}
.news-card{
  min-height:93px;
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:16px;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
  transition:transform .22s ease,background .22s ease;
}
.news-card:last-child{border-bottom:0;}
.news-card:hover{background:rgba(255,255,255,.025);transform:translateX(3px);}
.news-card__thumb{
  height:74px;
  border-radius:9px;
  background:linear-gradient(135deg,rgba(44,169,255,.22),rgba(141,62,255,.20));
  border:1px solid rgba(255,255,255,.14);
  overflow:hidden;
  background-size:cover;
  background-position:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 8px 16px rgba(0,0,0,.23);
}
.news-card__thumb--loading{position:relative;}
.news-card__thumb--loading::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:newsShimmer 1.4s infinite;}
.news-card__body{min-width:0;display:flex;flex-direction:column;justify-content:center;}
.news-meta{display:flex;align-items:center;gap:12px;margin-bottom:4px;}
.news-category{color:#43baff;font-size:8px;font-weight:800;letter-spacing:1.05px;text-transform:uppercase;}
.news-date{color:rgba(255,255,255,.50);font-size:8px;}
.news-card h3{margin:0 0 4px;font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.2;}
.news-card p{margin:0;color:rgba(255,255,255,.66);font-size:9px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news-more{align-self:flex-start;margin-top:4px;color:#52c1ff;font-size:9px;text-decoration:none;}
.news-more:hover{color:#fff;}
.news-scroll-button{display:none;}
@keyframes newsShimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
@media(max-width:1100px){
  .portal-lower-grid{grid-template-columns:1fr;}
}
@media(max-width:700px){
  .portal-lower-grid{width:92%;}
  .section-heading{align-items:flex-start;flex-direction:column;gap:8px;}
  .news-card{grid-template-columns:96px minmax(0,1fr);}
  .news-card__thumb{height:68px;}
}

/* ===== quick.css ===== */
/* ================= QUICK ACCESS ================= */
.quick-section{min-width:0;overflow:hidden;height:100%;}
.quick-section .section-heading>div::before{background:#20e18a;box-shadow:0 0 13px rgba(32,225,138,.9);}
.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 16px 16px;}
.quick-card{
  position:relative;
  min-height:67px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 16px;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(145deg,rgba(17,39,55,.72),rgba(9,26,39,.62));
  border:1px solid rgba(184,222,248,.18);
  border-radius:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.quick-card::after{content:"›";justify-self:end;color:rgba(255,255,255,.78);font-size:22px;font-weight:300;}
.quick-card:hover{transform:translateY(-2px);background:linear-gradient(145deg,rgba(22,50,70,.86),rgba(12,31,46,.78));border-color:rgba(72,190,255,.46);box-shadow:0 10px 22px rgba(0,0,0,.25),0 0 18px rgba(43,170,255,.10);}
.quick-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#eaf8ff;}
.quick-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px rgba(255,255,255,.13));}
.quick-card span:last-of-type{min-width:0;font-size:10px;font-weight:500;line-height:1.25;}
@media(max-width:700px){
  .quick-grid{grid-template-columns:1fr;}
  .quick-card{min-height:64px;}
}

/* ===== weather.css ===== */
/* ================= WEATHER ================= */

.weather-section{

    width:90%;

    max-width:1700px;

    margin:40px auto;

}

.weather-section h2{

    text-align:center;

    font-size:28px;

    margin-bottom:25px;

    font-family:'Montserrat',sans-serif;

}

.weather-card{

    width:320px;

    margin:auto;

    padding:25px;

    border-radius:22px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(6px);

    text-align:center;

    transition:.35s;

}

.weather-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.18);

}

.weather-city{

    font-size:18px;

    letter-spacing:2px;

    margin-bottom:10px;

}

.weather-icon{

    font-size:60px;

    margin:10px 0;

}

.weather-temp{

    font-size:52px;

    font-weight:700;

    font-family:'Montserrat',sans-serif;

}

.weather-desc{

    font-size:18px;

    margin-top:8px;

    color:#ddd;

}

.weather-info{

    display:flex;

    justify-content:space-around;

    margin-top:20px;

    font-size:14px;

}

/* ================= MOBILE TOUCH EFFECT ================= */


/* ================= SMALL SCREENS ================= */

/* ===== status.css ===== */
/* ================= LED STATUS DOTS ================= */


.online-dot{


    width:9px;


    height:9px;


    display:inline-block;


    border-radius:50%;


    animation:onlinePulse 2s infinite;


}


.online-dot.nas{


    background:#35ff6b;


    box-shadow:

    0 0 8px #35ff6b,

    0 0 18px rgba(53,255,107,.8);


}


.online-dot.wordpress{


    background:#38a8ff;


    box-shadow:

    0 0 8px #38a8ff,

    0 0 18px rgba(56,168,255,.8);


}


.online-dot.services{


    background:#c56cff;


    box-shadow:

    0 0 8px #c56cff,

    0 0 18px rgba(197,108,255,.8);


}

/* ===== footer.css ===== */
/* ================= FOOTER ================= */
.footer{
  width:min(1540px,calc(100% - 54px));
  min-height:96px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(250px,1.05fr) minmax(520px,1.85fr) auto minmax(205px,.78fr);
  grid-template-areas:
    "brand links socials status"
    "brand copyright socials status";
  align-items:center;
  column-gap:24px;
  row-gap:5px;
  margin:0 auto 24px;
  padding:14px 26px;
  color:#fff;
  background:linear-gradient(145deg,rgba(5,19,29,.91),rgba(3,12,20,.84));
  border-color:rgba(202,232,255,.38);
}

.footer__brand{
  grid-area:brand;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  min-height:58px;
  padding-right:25px;
  text-align:left;
}
.footer__brand::after{
  content:"";
  position:absolute;
  top:4px;
  right:0;
  bottom:4px;
  width:1px;
  background:rgba(220,235,246,.45);
}
.footer__brand strong{
  font-family:'Montserrat',sans-serif;
  font-size:18px;
  font-weight:600;
  letter-spacing:.8px;
  white-space:nowrap;
}
.footer__brand span{color:rgba(255,255,255,.62);font-size:11px;font-style:italic;}

.footer__links{
  grid-area:links;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  align-self:end;
}
.footer__links a{
  color:rgba(255,255,255,.76);
  font-size:10px;
  text-decoration:none;
  white-space:nowrap;
  transition:color .2s ease,text-shadow .2s ease;
}
.footer__links a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.35);}

.footer__copyright{
  grid-area:copyright;
  align-self:start;
  color:rgba(255,255,255,.64);
  font-size:10px;
  text-align:center;
  white-space:nowrap;
}

.footer__socials{
  grid-area:socials;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  min-height:58px;
  padding-right:25px;
}
.footer__socials::after{
  content:"";
  position:absolute;
  top:4px;
  right:0;
  bottom:4px;
  width:1px;
  background:rgba(220,235,246,.45);
}
.footer-social{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  border:1px solid rgba(220,235,246,.42);
  border-radius:50%;
  color:#fff;
  background:rgba(5,14,22,.64);
  text-decoration:none;
  box-shadow:0 5px 13px rgba(0,0,0,.28);
  transition:transform .24s ease,filter .24s ease,box-shadow .24s ease;
}
.footer-social svg{width:17px;height:17px;fill:currentColor;}
.footer-social--vk,
.footer-social--telegram,
.footer-social--max{
  width:32px;
  height:32px;
  border-radius:50%;
  background:rgba(5,14,22,.64);
}
.footer-social--max{font:700 8px/1 'Inter',sans-serif;letter-spacing:0;}
.footer-social:hover{
  transform:translateY(-2px) scale(1.05);
  filter:brightness(1.18);
  box-shadow:0 8px 18px rgba(0,0,0,.34),0 0 13px rgba(74,166,255,.20);
}

.footer__status{
  grid-area:status;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:5px;
  color:rgba(255,255,255,.72);
  white-space:nowrap;
}
.footer__status-line{display:flex;align-items:center;gap:7px;font-size:9px;}
.footer__status-line i{width:8px;height:8px;display:inline-block;border-radius:50%;background:#16ea77;box-shadow:0 0 9px #16ea77;}
.footer__status small{color:rgba(255,255,255,.48);font-size:8px;}

@media(max-width:1180px){
  .footer{
    grid-template-columns:1fr auto;
    grid-template-areas:
      "brand socials"
      "links links"
      "copyright status";
  }
  .footer__brand::after,.footer__socials::after{display:none;}
  .footer__socials{padding-right:0;}
  .footer__links{padding-top:8px;border-top:1px solid rgba(255,255,255,.09);}
}

@media(max-width:760px){
  .footer{
    width:92%;
    grid-template-columns:1fr;
    grid-template-areas:"brand" "links" "socials" "copyright" "status";
    justify-items:center;
    gap:13px;
    padding:20px 16px;
    text-align:center;
  }
  .footer__brand,.footer__status{align-items:center;text-align:center;padding-right:0;}
  .footer__links{flex-wrap:wrap;gap:12px 20px;}
  .footer__socials{justify-content:center;padding-right:0;}
  .footer__copyright{line-height:1.5;white-space:normal;}
}

/* ===== mobile.css ===== */
/* ================= MOBILE COMMON ================= */
@media(hover:none){.card:active{transform:scale(.98);}}
@media(max-width:700px){
  .quick-grid{grid-template-columns:1fr;gap:10px;}
  .quick-card{min-height:64px;}
}
