/* Extracted from index.php */
 #registerForm{
	  display:none;
  }
/* ═══════════════════════════════════════════════════
   MOBILE LAYOUT  (≤ 680px) — новая верстка
   ═══════════════════════════════════════════════════ */
@media screen and (max-width: 680px) {

  /* скрываем десктопный контент */
  .desktop-only { display: none !important; }

  .container_all { padding: 0 !important; }

  /* фоновый glow снизу */
  body::after {
    content: '';
    position: fixed;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: 380px;
    background: radial-gradient(ellipse at center,
      rgba(57,154,255,0.18) 0%,
      rgba(57,154,255,0.06) 50%,
      transparent 72%);
    pointer-events: none;
    z-index: 0;
  }

  /* ── обёртка всей страницы ── */
  .mobile-page {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding: 0 22px 36px;
    max-width: 390px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* ── шапка с лого ── */
  .mobile-header {
    padding: 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-logo-svg {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
  }

  /* ── hero ── */
  .mobile-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 48px;
    animation: mFadeUp 0.55s ease both;
  }
  .mobile-hero h1 {
    font-weight: 700;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.22;
    letter-spacing: -0.3px;
    color: #ffffff;
  }
  .mobile-hero .m-amp {
    display: block;
    font-weight: 300;
    font-size: clamp(24px, 7.5vw, 32px);
    margin: 8px 0;
    color: rgba(255,255,255,0.88);
  }
  .mobile-hero .m-subtitle {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.72;
    color: rgba(255,255,255,0.50);
    font-weight: 400;
    max-width: 272px;
    animation: mFadeUp 0.55s 0.08s ease both;
  }

  .m-spacer { flex: 1; min-height: 28px; }

  /* ── кнопка START ── */
  .mobile-cta {
    display: flex;
    justify-content: center;
    animation: fadeUp 0.55s 0.16s ease both;
  }
  .m-btn {
    position: relative;
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .m-halo {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 50%,
      rgba(57,154,255,0.28) 0%,
      rgba(57,154,255,0.10) 45%,
      transparent 70%);
    animation: breathe 3.2s ease-in-out infinite;
  }
  .m-ring {
    position: absolute;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: rgba(20,50,100,0.45);
   /* box-shadow:
      0 0 0 1px rgba(57,154,255,0.22),
      0 0 20px rgba(57,154,255,0.20);*/
  }
 
  .m-disc {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    min-width: 150px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%,
      #62b0ff 0%,
      #399aff 40%,
      #1a6acc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
   /* box-shadow:
      0 0 40px rgba(57,154,255,0.60),
      0 0 80px rgba(57,154,255,0.20),
      inset 0 2px 0 rgba(255,255,255,0.22),
      inset 0 -2px 4px rgba(0,0,0,0.20);
    transition: transform 0.14s, box-shadow 0.14s;*/
  }
  .m-btn:active .m-disc {
    transform: scale(0.95);
     
  }
  .m-label {
    font-weight: 700; font-size: 26px;
    letter-spacing: 2.5px; color: #ffffff; text-transform: uppercase;
  }

  .m-bottom-pill {
    display: flex; justify-content: center; margin-top: 38px;
  }
  .m-bottom-pill span {
    width: 40px; height: 4px; border-radius: 2px;
    background: rgba(255,255,255,0.18);
  }

  @keyframes mFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes mBreathe {
    0%,100% { transform: scale(1);   opacity: 0.75; }
    50%      { transform: scale(1.1); opacity: 1; }
  }
}

/* ═══════════════════════════════════════════════════
   DESKTOP LAYOUT  (> 680px) — оригинальная верстка
   ═══════════════════════════════════════════════════ */
@media screen and (min-width: 681px) {

  /* скрываем мобильный блок */
  .mobile-only { display: none !important; }

  .container_all { padding: 0 !important; }

  /* -- оригинальные стили index.php -- */
  .start_button__wrapper {
    display: flex;
    justify-content: center;
    z-index: 10;
    width: 260px;
    right: 5px;
    bottom: 10px;
    height: 250px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
  }
 

  
  .sd_container {width: calc(100vw - 260px); margin-right: 260px; height: calc(100vh - 270px); display:flex; flex-direction:column; justify-content:center; }
  .h1, h1 { font-size: 36px; }
  .start_button__wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 10;
    width: 260px;
    right: 5px;
    bottom: 10px;
    height: 250px;
    align-content: center;
    align-items: center;
  }
  .container_login { height: 100vh; }
  .landing_landing_top__logo__ijeGC { margin-bottom: 20px; }
  .landing_landing_top__info__k2g8x { padding: 0; }
  body { display: block; }
}
.start_button__circle {
    width: 168px; height: 168px;
    font-size: 44px;
    border-radius: 50%;
    background: var(--color-blue);
    font-weight: 400;
    cursor: pointer;
    padding: 25px;
    color: #fff;
    box-shadow: 0 4px 73px rgba(56, 97, 255, 0.75);
    border: none;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative; overflow: hidden;
  }
  .start_button__circle::before {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
  }
  .start_button__circle:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 93px rgba(56, 97, 255, 0.95);
  }
  .start_button__circle:hover::before { left: 100%; }
  .start_button__circle:active { transform: scale(0.95); }
  .start_button__text { font-size: 44px; font-weight: 400; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
.login_modal__overlay {
    display: none; position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9); backdrop-filter: blur(8px);
    z-index: 9999; align-items: center; justify-content: center;
    animation: fadeIn 0.3s ease;
  }
  .login_modal__overlay.active { display: flex; }
  .login_modal__content {
    background: var(--bg-color); border: 1px solid #4A4A4A;
    border-radius: 30px; padding: 40px;
    width: 90%; max-width: 480px; position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
  }
  .login_modal__header { display:flex; width:100%; align-items:center; justify-content:center; position:relative; margin-bottom:30px; }
  .login_modal__logo_wrapper { display:flex; width:100%; justify-content:center; }
  .login_modal__logo { width:73.78px; height:73.78px; object-fit:contain; }
  .login_modal__close { position:absolute; cursor:pointer; right:-10px; top:-10px; width:40px; height:40px; display:flex; align-items:center; justify-content:center; border-radius:50%; transition:all .3s ease; }
  .login_modal__close:hover { background:rgba(74,74,74,0.2); }
  .login_modal__close:hover svg path { stroke: var(--color-blue); }
  .login_modal__form { display:flex; flex-direction:column; gap:20px; width:100%; }
  .login_modal__input { background:rgba(255,255,255,0.05); border:1px solid #4A4A4A; border-radius:12px; padding:16px 20px; color:#fff; font-size:1rem; transition:all .3s ease; width:100%; }
  .login_modal__input:hover { border-color:var(--color-blue); }
  .login_modal__input:focus { outline:none; border-color:var(--color-blue); background:rgba(57,154,255,0.1); }
  .login_modal__input::placeholder { color:var(--text-grey); }
  .login_modal__link { color:var(--text-grey); text-decoration:none; font-size:.9rem; transition:color .3s ease; margin-right:auto; }
  .login_modal__link:hover { color:var(--color-blue); text-decoration:none; }
  .login_modal__submit { background:var(--color-blue); color:#fff; border:none; padding:16px 40px; font-size:1.2rem; font-weight:500; cursor:pointer; transition:all .3s ease; text-align:center; text-decoration:none; box-shadow:0 4px 20px rgba(57,154,255,0.3); }
  .login_modal__submit:hover { background:#1a6bc7; transform:translateY(-2px); box-shadow:0 8px 30px rgba(57,154,255,0.5); }
  .login_modal__submit:active { transform:translateY(0); }

  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes slideUp { from { opacity:0; transform:translateY(50px); } to { opacity:1; transform:translateY(0); } }
