.schedule-button{display:flex;align-items:center;gap:7px;white-space:nowrap}.schedule-button>span{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #ff6b1818}.schedule-dialog{width:min(680px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;border:0;border-radius:26px;padding:32px;color:var(--navy);box-shadow:0 35px 100px #0615304d}.schedule-dialog::backdrop{background:#06153099;backdrop-filter:blur(5px)}.schedule-dialog h2{margin:0 38px 8px 0;font-size:30px}.schedule-next{margin:0 0 20px;padding:13px 15px;border-left:4px solid var(--orange);border-radius:10px;background:#fff7f1;color:#8b4217;font-weight:850}.schedule-rounds{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule-round{border:1px solid var(--line);border-radius:17px;padding:17px;background:#fff}.schedule-round.featured{border-color:#bcd0fb;background:linear-gradient(145deg,#f4f7ff,#fff)}.schedule-round header{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-round small{color:var(--muted);font-weight:700}.schedule-round h3{margin:2px 0 0;font-size:23px}.schedule-status{padding:6px 9px;border-radius:999px;background:#eef2f7;color:var(--muted);font-size:11px;font-weight:900}.schedule-status.open{background:#e8f8f2;color:var(--green)}.schedule-round dl{display:grid;gap:10px;margin:16px 0 0}.schedule-round dl>div{display:flex;justify-content:space-between;gap:16px;padding-top:10px;border-top:1px solid #e6edf7}.schedule-round dt{color:var(--muted);font-size:12px}.schedule-round dd{margin:0;text-align:right;font-size:13px;font-weight:850}.schedule-note{margin:15px 0 12px;color:var(--muted);font-size:12px;line-height:1.65}.schedule-official{display:inline-flex;color:var(--blue);font-size:14px;font-weight:900;text-decoration:none}@media(max-width:900px){.schedule-button{font-size:12px;padding:9px}}@media(max-width:620px){.schedule-dialog{padding:26px 18px}.schedule-rounds{grid-template-columns:1fr}.schedule-button{font-size:0;gap:0;padding:11px}.schedule-button>span{display:block}.nav-actions{gap:8px}}
