:root{
  --ishti-shell-ink:#1f1930;
  --ishti-shell-muted:#756f82;
  --ishti-shell-line:#ebe7f1;
  --ishti-shell-violet:#7650d8;
  --ishti-shell-violet2:#9a63ea;
  --ishti-shell-bg:#fff;
}
.ishti-shell-header,
.ishti-shell-footer,
.ishti-shell-header *,
.ishti-shell-footer *{box-sizing:border-box}
.ishti-shell-header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  width:100%!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid var(--ishti-shell-line)!important;
  backdrop-filter:blur(14px);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
}
.ishti-shell-inner{
  width:min(1180px,calc(100% - 40px));
  min-height:72px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:26px;
}
.ishti-shell-brand{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  margin-right:auto!important;
  color:var(--ishti-shell-ink)!important;
  text-decoration:none!important;
  flex:0 0 auto;
}
.ishti-shell-mark{
  width:38px;height:38px;border-radius:10px;
  display:grid;place-items:center;
  color:#fff;font-weight:900;font-size:21px;
  background:linear-gradient(145deg,#7650d8,#e6508c);
  box-shadow:0 7px 18px rgba(118,80,216,.20);
}
.ishti-shell-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.ishti-shell-brand-copy strong{font-size:17px;font-weight:900}
.ishti-shell-brand-copy small{margin-top:4px;font-size:10px;color:#8b8496;font-weight:650}
.ishti-shell-nav{display:flex;align-items:center;gap:5px}
.ishti-shell-nav a{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:40px!important;padding:0 11px!important;border-radius:10px!important;
  color:#332c42!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important;
  white-space:nowrap!important;transition:.18s ease!important;
}
.ishti-shell-nav a:hover{background:#f5f1fb!important;color:var(--ishti-shell-violet)!important}
.ishti-shell-nav a.is-active{color:var(--ishti-shell-violet)!important;background:#f4effd!important}
.ishti-shell-account{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:42px!important;padding:0 16px!important;border-radius:11px!important;
  background:linear-gradient(135deg,var(--ishti-shell-violet),var(--ishti-shell-violet2))!important;
  color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;
  white-space:nowrap!important;box-shadow:0 8px 20px rgba(118,80,216,.20)!important;
}
.ishti-shell-menu-button{display:none;border:0;background:#f5f1fb;color:#332c42;border-radius:10px;width:42px;height:42px;font-size:22px}
.ishti-shell-footer{
  width:100%!important;
  background:#f8f6fb!important;
  border-top:1px solid var(--ishti-shell-line)!important;
  color:#5f586c!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
}
.ishti-shell-footer-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;padding:34px 0 28px;
  display:grid;grid-template-columns:1.25fr .85fr .85fr 1fr;gap:34px;
}
.ishti-shell-footer .ishti-shell-brand{margin-bottom:13px!important}
.ishti-shell-footer p{margin:0;font-size:12px;line-height:1.65;max-width:290px}
.ishti-shell-footer h4{margin:0 0 10px;color:#30283e;font-size:13px}
.ishti-shell-footer-links{display:flex;flex-direction:column;gap:7px}
.ishti-shell-footer-links a{font-size:12px;color:#625b6b!important;text-decoration:none!important}
.ishti-shell-footer-links a:hover{color:var(--ishti-shell-violet)!important}
.ishti-shell-footer-company strong{display:block;color:#30283e;font-size:12px;margin-bottom:8px}
.ishti-shell-footer-company span{display:block;font-size:12px;margin-bottom:6px}
.ishti-cabinet-logout{
  width:100%;margin-top:10px;min-height:40px;padding:0 12px;border-radius:10px;
  border:1px solid #ded8e8;background:#fff;color:#5f586c;font-weight:800;cursor:pointer;
}
@media(max-width:1040px){
  .ishti-shell-inner{gap:12px}
  .ishti-shell-nav{gap:1px}
  .ishti-shell-nav a{padding:0 8px!important;font-size:12px!important}
}
@media(max-width:860px){
  .ishti-shell-inner{min-height:66px}
  .ishti-shell-menu-button{display:grid;place-items:center;margin-left:auto}
  .ishti-shell-nav{
    display:none;position:absolute;left:20px;right:20px;top:68px;padding:10px;
    background:#fff;border:1px solid var(--ishti-shell-line);border-radius:14px;
    box-shadow:0 18px 42px rgba(40,28,65,.12);flex-direction:column;align-items:stretch
  }
  .ishti-shell-nav.is-open{display:flex}
  .ishti-shell-nav a{justify-content:flex-start!important;padding:0 13px!important}
  .ishti-shell-account{margin-left:0!important}
  .ishti-shell-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .ishti-shell-inner{width:min(100% - 24px,1180px)}
  .ishti-shell-brand-copy small{display:none}
  .ishti-shell-account{padding:0 11px!important;font-size:12px!important}
  .ishti-shell-footer-inner{width:min(100% - 24px,1180px);grid-template-columns:1fr}
}
