.scrim-hero{
      position:relative;
      min-height:320px;
      padding:2rem;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
      isolation:isolate;
      text-align:left;
      background:
        linear-gradient(90deg,rgba(4,18,31,.90) 0%,rgba(4,18,31,.72) 42%,rgba(4,18,31,.22) 72%,rgba(4,18,31,.08) 100%),
        url('./banner.webp?v=20260728') center/cover no-repeat,
        linear-gradient(120deg,#071827 0%,#123c57 100%);
      border:1px solid rgba(255,255,255,.18);
      border-left:0;
      border-radius:18px;
      box-shadow:0 18px 34px rgba(3,14,24,.28);
    }
    .scrim-hero .back-link{
      position:relative;
      z-index:1;
      align-self:flex-start;
      color:#fff;
      background:rgba(4,18,23,.46);
      border-color:rgba(255,255,255,.24);
      backdrop-filter:blur(6px);
    }
    .scrim-admin-link{
      position:absolute;
      top:2rem;
      right:2rem;
      z-index:2;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:36px;
      height:36px;
      padding:0;
      color:rgba(255,255,255,.82);
      background:rgba(4,18,23,.28);
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      font-size:21px;
      font-weight:500;
      line-height:1;
      text-decoration:none;
      backdrop-filter:blur(6px);
      opacity:.72;
      transition:opacity .18s ease,background .18s ease,border-color .18s ease,transform .18s ease;
    }
    .scrim-admin-link:hover{
      opacity:1;
      background:rgba(4,18,23,.54);
      border-color:rgba(255,255,255,.34);
      transform:rotate(90deg);
    }
    .scrim-admin-link:focus-visible{
      opacity:1;
      outline:2px solid rgba(255,255,255,.72);
      outline-offset:3px;
    }
    .scrim-title-block{
      position:relative;
      z-index:1;
      max-width:720px;
      margin-top:3rem;
    }
    .scrim-hero h1{margin:0;color:#fff;font-size:clamp(44px,7vw,76px);font-weight:950;line-height:1.02;letter-spacing:-.06em;text-shadow:0 8px 20px rgba(3,14,24,.42)}
    .scrim-hero-note{margin:14px 0 0;color:rgba(255,255,255,.92);font-size:14px;font-weight:800;line-height:1.7;text-shadow:0 2px 10px rgba(3,14,24,.42)}

    .participation-copy{margin:0;color:#171b1f;font-size:15px;font-weight:650;line-height:1.95}
    .participation-copy + .participation-copy{margin-top:18px}

    .scrim-entry-shell{
      overflow:hidden;
      background:#181c27;
      border:1px solid rgba(15,32,45,.16);
      border-radius:16px;
      box-shadow:0 16px 36px rgba(3,14,24,.14);
    }
    .scrim-entry-form{padding:26px}
    .entry-intro{margin-bottom:22px}
    .entry-badge{
      display:inline-flex;
      margin-bottom:10px;
      padding:3px 10px;
      color:#5dcaa5;
      background:rgba(93,202,165,.12);
      border:1px solid rgba(93,202,165,.3);
      border-radius:999px;
      font-size:11px;
      font-weight:800;
      letter-spacing:.08em;
    }
    .entry-intro h3{margin:0 0 5px;color:#f0f2f8;font-size:21px;font-weight:800;line-height:1.35}
    .entry-intro p{margin:0;color:rgba(232,234,240,.54);font-size:13px;font-weight:600;line-height:1.7}
    .entry-label{margin:0 0 9px;color:rgba(232,234,240,.42);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
    .schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
    .schedule-card{
      width:100%;
      padding:14px 15px;
      color:inherit;
      text-align:left;
      background:#1e2232;
      border:1px solid rgba(255,255,255,.08);
      border-radius:10px;
      cursor:pointer;
      transition:border-color .15s ease,background .15s ease,transform .1s ease;
    }
    .schedule-card:hover{border-color:rgba(93,202,165,.42)}
    .schedule-card:active{transform:scale(.99)}
    .schedule-card:focus-visible{outline:3px solid rgba(93,202,165,.2);outline-offset:2px}
    .schedule-card.selected{padding:13px 14px;background:rgba(93,202,165,.08);border:2px solid #5dcaa5}
    .schedule-number{margin:0 0 6px;color:rgba(232,234,240,.34);font-size:10px;font-weight:900;letter-spacing:.1em}
    .schedule-card h4{margin:0 0 4px;color:#e8eaf0;font-size:16px;font-weight:800;line-height:1.3}
    .schedule-time{margin:0 0 7px;color:rgba(232,234,240,.54);font-size:12px;font-weight:600;line-height:1.5}
    .schedule-status{margin:0;color:rgba(232,234,240,.34);font-size:11px;font-weight:700}
    .schedule-card.selected h4,.schedule-card.selected .schedule-status{color:#5dcaa5}
    .entry-divider{margin:22px 0;border:0;border-top:1px solid rgba(255,255,255,.07)}
    .entry-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .entry-field{display:flex;flex-direction:column;gap:6px}
    .entry-field label{color:rgba(232,234,240,.64);font-size:13px;font-weight:700}
    .entry-required{margin-left:4px;color:#5dcaa5;font-size:10px}
    .entry-field input{
      width:100%;
      padding:10px 12px;
      color:#e8eaf0;
      background:#1e2232;
      border:1px solid rgba(255,255,255,.1);
      border-radius:8px;
      outline:none;
      font:inherit;
      font-size:14px;
      transition:border-color .15s ease,box-shadow .15s ease;
    }
    .entry-field input::placeholder{color:rgba(232,234,240,.25)}
    .entry-field input:focus{border-color:#5dcaa5;box-shadow:0 0 0 3px rgba(93,202,165,.15)}
    .entry-hint{color:rgba(232,234,240,.32);font-size:11px;line-height:1.5}
    .entry-notice{
      margin:16px 0;
      padding:11px 12px;
      color:rgba(232,234,240,.54);
      background:rgba(255,255,255,.025);
      border:1px solid rgba(255,255,255,.06);
      border-radius:8px;
      font-size:12px;
      font-weight:600;
      line-height:1.7;
    }
    .entry-submit{
      width:100%;
      padding:13px;
      color:#fff;
      background:#1d9e75;
      border:0;
      border-radius:10px;
      font:inherit;
      font-size:15px;
      font-weight:800;
      cursor:pointer;
      transition:background .15s ease,opacity .15s ease,transform .1s ease;
    }
    .entry-submit:hover:not(:disabled){background:#0f6e56}
    .entry-submit:active:not(:disabled){transform:scale(.99)}
    .entry-submit:disabled{opacity:.35;cursor:not-allowed}
    .entry-error{
      display:none;
      margin-top:10px;
      padding:10px;
      color:#f09595;
      background:rgba(226,75,74,.1);
      border:1px solid rgba(226,75,74,.3);
      border-radius:8px;
      font-size:13px;
      font-weight:650;
      line-height:1.6;
      text-align:center;
    }
    .entry-success{display:none;padding:42px 26px;text-align:center}
    .entry-success-icon{
      width:52px;
      height:52px;
      margin:0 auto 14px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#5dcaa5;
      background:rgba(93,202,165,.12);
      border:1px solid rgba(93,202,165,.3);
      border-radius:50%;
      font-size:25px;
      font-weight:900;
    }
    .entry-success h3{margin:0 0 8px;color:#f0f2f8;font-size:19px;font-weight:800}
    .entry-success p{margin:0;color:rgba(232,234,240,.54);font-size:13px;font-weight:600;line-height:1.7}
    .entry-success .entry-important{margin-top:7px;color:#f0c978;font-weight:800}
    .entry-success-detail{
      margin-top:18px;
      padding:12px 16px;
      color:rgba(232,234,240,.68);
      background:#1e2232;
      border:1px solid rgba(255,255,255,.07);
      border-radius:8px;
      font-size:13px;
      font-weight:600;
      line-height:1.9;
      text-align:left;
    }
    .entry-reset{
      display:inline-flex;
      margin-top:18px;
      padding:0 0 2px;
      color:#5dcaa5;
      background:transparent;
      border:0;
      border-bottom:1px solid rgba(93,202,165,.38);
      font:inherit;
      font-size:13px;
      font-weight:800;
      cursor:pointer;
    }

    .lobby-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
    .lobby-card{display:flex;flex-direction:column;align-items:flex-start;min-height:150px;padding:22px;color:inherit;background:#fffaf2;border:1px solid rgba(24,33,40,.10);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);text-decoration:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
    .lobby-card:hover{transform:translateY(-2px);border-color:rgba(16,38,56,.22);box-shadow:0 12px 26px rgba(3,14,24,.13)}
    .lobby-card:focus-visible{outline:3px solid rgba(13,127,153,.42);outline-offset:3px}
    .lobby-card h3{margin:0;color:var(--text-primary);font-size:24px;font-weight:950;line-height:1.2}
    .lobby-result-link{display:inline-flex;align-items:center;margin-top:24px;padding-bottom:3px;color:#7f2634;border-bottom:1px solid rgba(127,38,52,.35);font-size:14px;font-weight:900;text-decoration:none;transition:border-color .18s ease,color .18s ease}
    .lobby-card:hover .lobby-result-link{color:#a23545;border-color:#a23545}
    .lobby-result-note{margin:8px 0 0;color:#171b1f;font-size:12px;font-weight:650;line-height:1.6}
    .lobby-empty{grid-column:1/-1;margin:0;padding:18px 4px;color:#171b1f;font-size:14px;font-weight:650;line-height:1.7}

    @media (max-width:900px){.lobby-grid{grid-template-columns:1fr}}
    @media (max-width:640px){
      .scrim-hero{min-height:300px;padding:1.35rem;background-position:center}
      .scrim-admin-link{top:1.35rem;right:1.35rem;width:32px;height:32px;font-size:19px}
      .scrim-title-block{margin-top:2rem}
      .scrim-hero h1{font-size:clamp(40px,13vw,58px)}
      .scrim-hero-note{font-size:13px}
      .schedule-grid,.entry-fields{grid-template-columns:1fr}
      .scrim-entry-form{padding:20px}
      .entry-success{padding:36px 20px}
      .section-body{padding:16px}
    }
