@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap");*{box-sizing:border-box}body{margin:0;background:linear-gradient(160deg,#fff,#f3f8ff 45%,#e9f1fc);color:#1f2937;font-family:Inter,system-ui,sans-serif;min-height:100vh}.mono{font-family:IBM Plex Mono,monospace}.muted{color:#5b6b82}.small{font-size:12px}.wrap{max-width:680px;margin:0 auto;padding:40px 20px 72px}.header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:36px}.headerLogo{height:52px;width:auto;opacity:.55;flex-shrink:0}.eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:2px;color:#3b5bdb;margin-bottom:10px}.header h1{font-family:Fraunces,serif;font-size:30px;font-weight:600;margin:0;line-height:1.3;color:#16233f}.sub{color:#5b6b82;margin-top:10px;font-size:14px}.subNote{color:#8b96a8;margin-top:4px;font-size:12px}.grid2{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:640px){.grid2{grid-template-columns:1fr}.header{flex-direction:column-reverse}}.sectionLabel{color:#33415c;font-size:13px;margin-bottom:14px;font-weight:500}.dateList{display:flex;flex-direction:column;gap:7px}.dateBtn{display:flex;align-items:center;justify-content:space-between;border:1px solid #d7e3f0;background:#fff;color:#1f2937;border-radius:9px;padding:11px 14px;cursor:pointer;transition:all .15s ease;text-align:left;width:100%;font-size:14px}.dateBtn.active,.dateBtn:hover:not(.full){border-color:#3b5bdb}.dateBtn.active{background:#3b5bdb;color:#fff}.dateBtn.full{background:#e9ecf1;border-color:#e9ecf1;color:#8b96a8;cursor:not-allowed}.fullTag{color:#d14343;font-weight:600;font-size:13px}.selectedDate{font-size:13px;color:#3b5bdb;margin-bottom:12px;font-weight:500}.slotBtn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 14px;margin-bottom:7px;border-radius:8px;border:1px solid #d7e3f0;background:#fff;color:#1f2937;cursor:pointer;transition:all .15s ease;font-size:14px}.slotBtn:hover:not(.disabled){border-color:#3b5bdb}.slotBtn .ok{color:#2f9e6e;font-size:12px}.slotBtn .ng{color:#d14343;font-size:12px;font-weight:500}.slotBtn.disabled{background:#eef1f5;border-color:#eef1f5;color:#9aa5b5;cursor:not-allowed}.slotBtn.disabled .mono{color:#9aa5b5}.formWrap{max-width:460px}.ghostBtn{background:transparent;color:#33415c;border:1px solid #d7e3f0;border-radius:8px;padding:10px 18px;cursor:pointer;font-size:14px}.ghostBtn:hover{border-color:#3b5bdb}.chosenBox{background:#f3f8ff;border:1px solid #d7e3f0;border-radius:10px;padding:14px 18px;margin:24px 0;color:#3b5bdb;font-size:13px}.field{margin-bottom:16px}.fieldLabel{font-size:13px;color:#33415c;margin-bottom:6px}.input{width:100%;padding:11px 12px;border-radius:8px;border:1px solid #d7e3f0;background:#fff;color:#1f2937;font-family:Inter,sans-serif;font-size:14px}.input:focus{outline:2px solid #3b5bdb;border-color:#3b5bdb}.errorText{color:#d14343;font-size:12px;margin-top:4px}.primaryBtn{background:#3b5bdb;color:#fff;border:none;border-radius:8px;padding:13px 24px;font-weight:600;cursor:pointer;font-size:15px;width:100%;margin-top:8px}.primaryBtn:hover{opacity:.9}.primaryBtn:disabled{opacity:.6;cursor:not-allowed}.ticket{max-width:420px;background:#fff;border:1px solid #3b5bdb;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(59,91,219,.08)}.ticketTop{padding:24px 26px 18px}.doneLabel{color:#2f9e6e;font-weight:600;font-size:15px;margin-bottom:14px}.ticketDate{font-family:Fraunces,serif;font-size:20px;margin-bottom:4px;color:#16233f}.ticketTime{font-size:26px;color:#3b5bdb}.perf{border-top:2px dashed #d7e3f0}.ticketBottom{padding:18px 26px 4px;display:flex;justify-content:space-between;align-items:flex-end}