:root{
  --main-blue:var(--theme-blue,#1A4DFF);
  --main-blue-dark:var(--theme-navy,#08003A);
  --bg-light:var(--theme-surface,#f4f7fb);
  --card-border:var(--theme-border,#dbe4f0);
  --text-main:var(--theme-ink,#15233b);
  --text-soft:var(--theme-muted,#5f6f87);
  --danger:#d92d20;
  --success:#15803d;
}

*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{
  margin:0;
  font-family:"Mona Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  background:var(--bg-light);
  color:var(--text-main);
}
a{text-decoration:none}

.site-navbar{
  background:var(--theme-gradient,var(--main-blue));
  box-shadow:0 10px 24px rgba(0,42,102,.16);
}

.site-navbar .container{
  padding-top:10px;
  padding-bottom:10px;
}

.site-navbar-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.site-logo{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:#fff !important;
  font-weight:700;
}

.site-logo-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.site-logo-text{
  font-size:1rem;
  line-height:1;
  max-width:210px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.site-navbar-right{
  display:flex;
  align-items:center;
  gap:8px;
}

.site-icon-btn{
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
  color:#fff;
  position:relative;
}

.site-icon-btn:hover,
.site-icon-btn:focus-visible{
  background:rgba(255,255,255,.18);
  color:#fff;
}

.desktop-menu{
  display:flex;
  align-items:center;
  gap:8px;
  padding-top:10px;
  flex-wrap:nowrap;
  min-width:0;
}

.desktop-menu-link{
  color:#fff;
  font-size:.93rem;
  font-weight:500;
  padding:8px 12px;
  border-radius:10px;
  white-space:nowrap;
}

.desktop-menu-link:hover,
.desktop-menu-link.active{
  color:#fff;
  background:rgba(255,255,255,.1);
}

.desktop-menu-more{
  position:relative;
  margin-left:auto;
  flex:0 0 auto;
}

.desktop-menu-more-button{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:34px auto 24px 14px;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:6px 10px 6px 7px;
  border:1px solid rgba(76,139,255,.52);
  border-radius:16px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(145deg,#020a25 0%,#06143b 48%,#0a2458 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),inset 0 0 0 1px rgba(0,0,0,.2),0 12px 30px rgba(0,0,0,.3);
  font:inherit;
  text-align:left;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
  backdrop-filter:blur(12px);
}

.desktop-menu-more-button::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:86px;
  height:86px;
  right:-42px;
  top:-54px;
  border-radius:50%;
  background:color-mix(in srgb,var(--theme-blue,#1A4DFF) 66%,transparent);
  filter:blur(8px);
  opacity:.7;
}

.desktop-menu-more-button::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(105deg,transparent 15%,rgba(255,255,255,.14) 44%,transparent 70%);
  transform:translateX(-120%);
  animation:desktopMoreSheen 7s ease-in-out infinite;
}

.desktop-menu-more-button:hover,
.desktop-menu-more-button:focus-visible,
.desktop-menu-more.is-open .desktop-menu-more-button,
.desktop-menu-more.has-active-link .desktop-menu-more-button{
  border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 70%,#7aa7ff);
  background:linear-gradient(145deg,#020a25 0%,#081947 48%,#0d2b68 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 0 0 3px rgba(40,106,255,.12),0 16px 36px rgba(0,0,0,.34);
}

.desktop-menu-more-button:hover{transform:translateY(-1px)}
.desktop-menu-more-button:focus-visible{outline:3px solid color-mix(in srgb,var(--theme-cyan,#00E5FF) 38%,transparent);outline-offset:3px}

.desktop-menu-more-button-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(145deg,#1748b8,#2583ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 20px rgba(17,88,229,.4);
}

.desktop-menu-more-button-copy{display:flex;flex-direction:column;min-width:0;line-height:1.05}
.desktop-menu-more-button-copy small{color:rgba(255,255,255,.66);font-size:.59rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.desktop-menu-more-button-copy strong{margin-top:3px;font-size:.83rem;font-weight:800;white-space:nowrap}

.desktop-menu-more-count{
  min-width:24px;
  height:24px;
  display:grid;
  place-items:center;
  padding:0 5px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff;
  background:linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,255,255,.07));
  font-size:.68rem;
  font-weight:800;
}

@keyframes desktopMoreSheen{0%,18%{transform:translateX(-120%)}55%,100%{transform:translateX(120%)}}
@media (display-mode:standalone){[data-install-app]{display:none!important}}
@media (prefers-reduced-motion:reduce){.desktop-menu-more-button::after{animation:none}}

.desktop-menu-more-chevron{font-size:.72rem;transition:transform .24s ease}
.desktop-menu-more.is-open .desktop-menu-more-chevron{transform:rotate(180deg)}

.desktop-menu-more-panel{
  position:absolute;
  top:calc(100% + 13px);
  right:0;
  z-index:1100;
  width:min(440px,calc(100vw - 28px));
  padding:14px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:22px;
  background:rgba(255,255,255,.98);
  box-shadow:0 28px 70px -22px rgba(2,6,23,.62),0 12px 30px rgba(2,6,23,.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-8px) scale(.98);
  transform-origin:top right;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  backdrop-filter:blur(18px);
  max-height:min(72vh,calc(100vh - 150px));
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}

.desktop-menu-more-panel::before{
  content:"";
  position:absolute;
  right:30px;
  top:-7px;
  width:14px;
  height:14px;
  border-left:1px solid rgba(148,163,184,.28);
  border-top:1px solid rgba(148,163,184,.28);
  background:#fff;
  transform:rotate(45deg);
}

.desktop-menu-more.is-open .desktop-menu-more-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.desktop-menu-more-panel-head{
  display:flex;
  align-items:center;
  gap:11px;
  padding:4px 4px 12px;
  border-bottom:1px solid #e8eef5;
}

.desktop-menu-more-panel-mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--theme-blue,#1A4DFF),color-mix(in srgb,var(--theme-cyan,#00E5FF) 68%,var(--theme-blue,#1A4DFF)));
  box-shadow:0 10px 22px color-mix(in srgb,var(--theme-blue,#1A4DFF) 24%,transparent);
}

.desktop-menu-more-panel-head > span:last-child{display:flex;flex-direction:column;line-height:1.12}
.desktop-menu-more-panel-head small{color:#718096;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.desktop-menu-more-panel-head strong{margin-top:4px;color:#111827;font-size:.94rem;font-weight:850}

.desktop-menu-more-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding-top:12px;
}

.desktop-menu-more-link{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 14px;
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:58px;
  padding:9px;
  border:1px solid #e6edf5;
  border-radius:15px;
  color:#172033;
  background:linear-gradient(145deg,#fff,#f8fbff);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.desktop-menu-more-link:hover,
.desktop-menu-more-link:focus-visible,
.desktop-menu-more-link.active{
  color:var(--theme-blue,#1A4DFF);
  border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 45%,#dce7f3);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 8%,white);
  box-shadow:0 12px 25px -18px rgba(15,23,42,.8);
  transform:translateY(-1px);
}

.desktop-menu-more-link:focus-visible{outline:3px solid color-mix(in srgb,var(--theme-cyan,#00E5FF) 28%,transparent);outline-offset:2px}

.desktop-menu-more-link-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:var(--theme-blue,#1A4DFF);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 11%,#f4f8ff);
  font-size:.88rem;
}

.desktop-menu-more-link-copy{min-width:0;font-size:.77rem;font-weight:750;line-height:1.25;overflow-wrap:anywhere}
.desktop-menu-more-link-arrow{color:#9aabc0;font-size:.64rem;transition:transform .18s ease,color .18s ease}
.desktop-menu-more-link:hover .desktop-menu-more-link-arrow{color:var(--theme-blue,#1A4DFF);transform:translateX(2px)}

.notification-bell-badge{
  position:absolute;
  top:-4px;
  right:-4px;
  min-width:18px;
  height:18px;
  padding:0 4px;
  border-radius:999px;
  background:var(--danger);
  color:#fff;
  font-size:.68rem;
  font-weight:700;
  display:grid;
  place-items:center;
  border:2px solid var(--main-blue);
}

.mobile-only-inline{display:none}

.mobile-menu-sheet,
.notification-panel{
  position:fixed;
  inset:0 0 auto 0;
  z-index:1200;
  pointer-events:none;
}

.mobile-menu-sheet{
  top:auto;
  bottom:0;
  transform:translateY(100%);
  transition:transform .22s ease;
}

.mobile-menu-sheet.is-open{
  transform:translateY(0);
  pointer-events:auto;
}

.mobile-menu-card{
  background:#fff;
  border-radius:24px 24px 0 0;
  box-shadow:0 -20px 44px rgba(15,23,42,.2);
  padding:10px 16px 22px;
  max-height:82vh;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}

.mobile-menu-handle,
.notification-mobile-handle{
  width:52px;
  height:5px;
  border-radius:999px;
  background:#d7e0ea;
  margin:4px auto 10px;
}

.mobile-menu-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
}

.mobile-menu-header strong{
  font-size:1rem;
}

.mobile-menu-close,
.notification-close{
  width:38px;
  height:38px;
  border:0;
  border-radius:12px;
  background:#f2f6fb;
  color:var(--text-main);
}

.mobile-menu-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.mobile-menu-link{
  background:#f8fbff;
  border:1px solid #e2eaf4;
  border-radius:16px;
  min-height:82px;
  padding:12px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:var(--text-main);
  text-align:center;
  font-size:.79rem;
  font-weight:700;
}

.mobile-menu-link.active{
  border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 34%,white);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 10%,white);
  color:var(--main-blue);
}

.mobile-menu-more-title{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 28px;
  align-items:center;
  gap:10px;
  margin:18px 0 10px;
  padding:10px 11px;
  border:1px solid #e4edf6;
  border-radius:15px;
  color:#172033;
  background:linear-gradient(135deg,#f8fbff,#fff);
  box-shadow:0 10px 24px -22px rgba(15,23,42,.9);
}

.mobile-menu-more-title-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--theme-blue,#1A4DFF),color-mix(in srgb,var(--theme-cyan,#00E5FF) 70%,var(--theme-blue,#1A4DFF)));
  box-shadow:0 10px 20px color-mix(in srgb,var(--theme-blue,#1A4DFF) 22%,transparent);
}

.mobile-menu-more-title-copy{display:flex;flex-direction:column;min-width:0;line-height:1.08}
.mobile-menu-more-title-copy small{color:#7c8da5;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mobile-menu-more-title-copy strong{margin-top:4px;font-size:.86rem;font-weight:850}
.mobile-menu-more-count{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:var(--theme-blue,#1A4DFF);background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 12%,white);font-size:.7rem;font-weight:850}

.mobile-menu-list{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:8px;
}

.mobile-menu-list-link{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 18px;
  align-items:center;
  gap:11px;
  min-width:0;
  min-height:62px;
  padding:8px 12px;
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#f8fbff);
  border:1px solid #e4edf6;
  color:var(--text-main);
  font-size:.76rem;
  font-weight:750;
  line-height:1.25;
  text-align:left;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.mobile-menu-list-link:hover{color:var(--theme-blue,#1A4DFF);border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 44%,#dce7f3);transform:translateY(-1px)}
.mobile-menu-list-link > span:nth-child(2){width:100%;min-width:0;text-align:left;overflow-wrap:anywhere}
.mobile-menu-list-arrow{color:#92a3b8;font-size:.68rem;transition:.18s ease}.mobile-menu-list-link:hover .mobile-menu-list-arrow{color:var(--theme-blue,#1A4DFF);transform:translateX(2px)}

.mobile-menu-list-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:13px;
  color:var(--theme-blue,#1A4DFF);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 10%,#f4f8ff);
  font-size:.9rem;
}

.mobile-menu-list-link.active{
  border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 34%,white);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 10%,white);
  color:var(--main-blue);
}

.mobile-menu-list-link.active .mobile-menu-list-icon{
  color:#fff;
  background:linear-gradient(135deg,var(--theme-blue,#1A4DFF),color-mix(in srgb,var(--theme-cyan,#00E5FF) 68%,var(--theme-blue,#1A4DFF)));
}

.notification-panel{
  top:auto;
  bottom:0;
  right:0;
  left:0;
  transform:translateY(100%);
  transition:transform .22s ease;
}

.notification-panel.is-open{
  transform:translateY(0);
  pointer-events:auto;
}

.notification-panel-card{
  background:#fff;
  border-radius:24px 24px 0 0;
  box-shadow:0 -20px 44px rgba(15,23,42,.2);
  overflow:hidden;
  width:100%;
  max-height:min(86dvh,760px);
  display:flex;
  flex-direction:column;
}

.notification-panel-top{
  padding:10px 14px 12px;
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
  border-bottom:1px solid #edf2f7;
}

.notification-panel-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:0;
  border-bottom:0;
}

.notification-panel-title-wrap{
  min-width:0;
}

.notification-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 11%,white);
  color:var(--main-blue);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.notification-panel-header h2{
  margin:0;
  font-size:1.08rem;
  font-weight:900;
  letter-spacing:-.01em;
}

.notification-panel-header p{
  margin:6px 0 0;
  color:var(--text-soft);
  font-size:.84rem;
  line-height:1.5;
}

.notification-hero-strip{
  margin-top:12px;
  padding:14px;
  border-radius:18px;
  background:var(--theme-gradient,linear-gradient(135deg,#08003A,#1A4DFF,#E6007E));
  color:#fff;
  box-shadow:0 14px 30px rgba(30,86,197,.18);
}

.notification-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.notification-hero-copy{
  margin-top:10px;
  color:rgba(255,255,255,.88);
  font-size:.82rem;
  line-height:1.55;
}

.notification-permission{
  margin:14px 16px 10px;
  padding:14px;
  border-radius:16px;
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 10%,white);
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.notification-permission-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 17%,white);
  color:var(--main-blue);
  flex:0 0 auto;
}

.notification-permission-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.notification-permission-copy strong{font-size:.9rem}
.notification-permission-copy span{font-size:.78rem;color:var(--text-soft)}

.notification-status{
  min-height:18px;
  padding:0 16px 8px;
  font-size:.8rem;
  color:var(--text-soft);
}

.notification-status.is-error{color:var(--danger)}
.notification-status.is-success{color:var(--success)}

.notification-list{
  min-height:0;
  max-height:none;
  flex:1 1 auto;
  overflow:auto;
  overscroll-behavior:contain;
  padding:0 10px 14px;
}
.notification-all-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:12px 16px 16px;padding:13px 14px;border:1px solid rgba(37,99,235,.16);border-radius:14px;background:#f8fafc;color:#0f172a;font-size:.86rem;font-weight:900;text-decoration:none}.notification-all-link>i:first-child{color:#2563eb}.notification-all-link>i:last-child{font-size:.74rem;color:#64748b}.notification-all-link:hover{background:#eff6ff;color:#1d4ed8}

.notification-empty{
  margin:8px 6px 4px;
  padding:24px 16px;
  border-radius:16px;
  background:#fbfdff;
  border:1px dashed var(--card-border);
  color:var(--text-soft);
  text-align:center;
  font-weight:600;
}

.notification-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0 6px 8px;
  padding:13px;
  border:1px solid #edf2f7;
  border-radius:16px;
  background:#fff;
  color:inherit;
}

.notification-item.is-unread{
  border-color:color-mix(in srgb,var(--theme-cyan,#00E5FF) 34%,white);
  background:color-mix(in srgb,var(--theme-cyan,#00E5FF) 9%,white);
}

.notification-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#eaf1fb;
  color:var(--main-blue);
  flex:0 0 auto;
}

.notification-item.goal .notification-icon{background:#e8fff1;color:#15803d}
.notification-item.yellow_card .notification-icon{background:#fff8dd;color:#a16207}
.notification-item.red_card .notification-icon{background:#ffe8e8;color:#b42318}
.notification-item.substitution .notification-icon{background:#eef2ff;color:#4338ca}

.notification-content{min-width:0;flex:1 1 auto}
.notification-title{font-size:.9rem;font-weight:800;line-height:1.35}
.notification-body{margin-top:4px;color:var(--text-soft);font-size:.81rem;line-height:1.45}
.notification-meta{
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#7a8aa2;
  font-size:.75rem;
}

.notification-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--theme-magenta,#E6007E);
  flex:0 0 auto;
}

.ui-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.36);
  z-index:1190;
}

.push-intro-modal{
  position:fixed;
  inset:0;
  z-index:1090;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(8,18,35,.48);
}

.push-intro-card{
  width:min(420px,100%);
  background:#fff;
  border-radius:24px;
  box-shadow:0 28px 70px rgba(15,23,42,.24);
  padding:26px 22px 22px;
  text-align:center;
}

.push-intro-icon{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:var(--theme-gradient,linear-gradient(135deg,#08003A,#1A4DFF,#E6007E));
  color:var(--main-blue);
  font-size:1.25rem;
}

.push-intro-card h3{
  margin:0;
  font-size:1.15rem;
  font-weight:800;
}

.push-intro-card p{
  margin:10px 0 0;
  color:var(--text-soft);
  font-size:.9rem;
  line-height:1.55;
}

.push-intro-actions{
  display:flex;
  gap:10px;
  margin-top:18px;
}

.push-intro-actions .btn{
  flex:1;
  border-radius:14px;
  font-weight:700;
}

.site-footer{
  margin-top:42px;
  background:var(--theme-gradient,var(--main-blue));
  color:#fff;
}
.site-footer .container{padding:22px 12px;text-align:center}
.site-footer p{margin:0;font-size:.92rem}

.btn-primary{background:var(--main-blue);border-color:var(--main-blue)}
.btn-primary:hover,.btn-primary:focus-visible{background:var(--main-blue-dark);border-color:var(--main-blue-dark)}

@media (min-width:992px){
  .site-navbar .container{padding-top:12px;padding-bottom:12px}
  .site-navbar-row{gap:18px}
  .site-logo-text{max-width:320px}
  .desktop-menu{display:flex}
  .notification-panel{
    top:78px;
    left:auto;
    bottom:auto;
    right:18px;
    width:min(380px,calc(100vw - 30px));
    transform:translateY(-12px);
    opacity:0;
  }
  .notification-panel.is-open{
    transform:translateY(0);
    opacity:1;
  }
  .notification-panel-card{
    border-radius:24px;
    box-shadow:0 24px 60px rgba(15,23,42,.18);
  }
  .notification-mobile-handle{display:none}
  .notification-list{max-height:min(70vh,520px)}
}

@media (max-width:991.98px){
  .desktop-menu{display:none}
  .mobile-only-inline{display:grid}
  .site-logo-text{max-width:155px}
  .notification-panel{padding:0 max(0px,env(safe-area-inset-right)) max(0px,env(safe-area-inset-bottom)) max(0px,env(safe-area-inset-left))}
  .notification-panel-card{max-height:calc(100dvh - max(72px,env(safe-area-inset-top)));}
}

@media (max-width:575.98px){
  .site-logo-text{max-width:132px;font-size:.94rem}
  .site-logo-icon{width:32px;height:32px}
  .site-icon-btn{width:38px;height:38px}
  .mobile-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .mobile-menu-link{min-height:76px;font-size:.74rem}
  .notification-permission{flex-wrap:wrap}
  .notification-permission .btn{width:100%}
  .push-intro-card{padding:22px 16px 16px}
  .push-intro-actions{flex-direction:column}
}
