


[data-mm-header]{position:relative}[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}[data-mm-toggle] span{display:block;width:24px;height:2px;background:#e2e8f0;transition:0.3s ease}[data-mm-menu]{position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;height:100dvh;background:#0e1626;transform:translateX(-100%);transition:transform 0.3s ease;z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:60px 24px 24px}[data-mm-menu].mm-open{transform:translateX(0)}body.mm-pushed{overflow-x:hidden}[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}[data-mm-menu] ul li a{display:block;padding:14px 0;color:#e2e8f0;text-decoration:none;font-size:16px;border-bottom:1px solid rgba(0,0,0,0.08);transition:color 0.3s ease}[data-mm-menu] ul li a:hover{color:#22d3ee}[data-mm-close]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#e2e8f0;padding:4px 8px}[data-mm-overlay]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(4,10,22,0.72);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:1050}[data-mm-overlay].mm-visible{opacity:1;visibility:visible}@media(min-width:768px){[data-mm-toggle]{display:none!important}[data-mm-menu]{position:static!important;width:auto!important;max-width:none!important;height:auto!important;background:transparent!important;transform:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important}[data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}[data-mm-menu] ul li a{padding:8px 16px;border-bottom:none;font-size:inherit}[data-mm-close]{display:none!important}[data-mm-overlay]{display:none!important}}@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-overlay],[data-mm-toggle] span,body.mm-pushed{transition:none!important}}

[data-mm-menu] ul li a {
  border-bottom-color: #1e2a44;
}


.cc-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 10, 22, 0.7);
  z-index: 1190;
  display: none;
}

.cc-backdrop.is-open {
  display: block;
}

.cc-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1200;
  background: #111a2e;
  border: 1px solid #1e2a44;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(2, 6, 18, 0.6);
  padding: 1.1rem 1.25rem;
  display: none;
}

.cc-banner.is-open {
  display: block;
}

.cc-banner__inner {
  display: flex;
  gap: max(1rem, 2vw);
  align-items: center;
  justify-content: space-between;
  max-width: min(94%, 1180px);
  margin: 0 auto;
  flex-wrap: wrap;
}

.cc-banner__text {
  flex: 1 1 340px;
}

.cc-banner__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #f1f5f9;
}

.cc-banner__desc {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
}

.cc-link {
  color: #22d3ee;
  text-decoration: underline;
}

.cc-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.cc-btn {
  border: 1px solid #2b3a5c;
  background: #17223a;
  color: #e2e8f0;
  border-radius: 10px;
  padding: 0.7rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
}

.cc-btn:hover {
  border-color: #3b82f6;
}

.cc-btn--accept,
.cc-btn--reject {
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
  border-color: transparent;
  color: #04121b;
}

.cc-btn--reject {
  background: linear-gradient(135deg, #334f7d, #2b6f80);
  color: #e2e8f0;
}

.cc-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(94%, 640px);
  max-height: 84vh;
  overflow-y: auto;
  background: #111a2e;
  border: 1px solid #1e2a44;
  border-radius: 14px;
  z-index: 1210;
  display: none;
}

.cc-panel.is-open {
  display: block;
}

.cc-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #1e2a44;
}

.cc-panel__title {
  font-size: 1.15rem;
  font-weight: 600;
}

.cc-panel__close {
  background: none;
  border: 0;
  color: #94a3b8;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.cc-panel__inner {
  padding: 1.1rem 1.25rem;
}

.cc-cat {
  border: 1px solid #1e2a44;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.75rem;
}

.cc-cat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.3rem;
}

.cc-cat__title {
  font-weight: 600;
  font-size: 1rem;
}

.cc-cat__desc {
  font-size: 0.88rem;
  color: #94a3b8;
  margin: 0;
}

.cc-switch {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  accent-color: #22d3ee;
}

.cc-panel__foot {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  justify-content: flex-end;
}
