:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif;color:#213b35;background:#f5f6f1;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header,main{max-width:1100px;margin:auto}header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:750;color:inherit;text-decoration:none}.radar{background:#174f45;color:#c8eead;font-size:30px;width:43px;height:43px;display:grid;place-items:center;border-radius:14px}.tag,.eyebrow{font-size:12px;letter-spacing:1px;color:#668179}.tag{border:1px solid #dbe2d8;padding:8px 13px;border-radius:30px}main{padding:25px 30px}.intro{margin-bottom:35px}.intro h1{font-size:48px;line-height:1.2;letter-spacing:-2px;margin:15px 0}.intro>p:last-child{color:#708077;line-height:1.8;font-size:15px}.layout{display:grid;grid-template-columns: .95fr 1.2fr;gap:24px;align-items:stretch}.card{background:#fff;border:1px solid #e0e6dc;border-radius:22px;padding:30px;box-shadow:0 8px 32px #263c3104}.section-title{display:flex;gap:10px;align-items:center;margin-bottom:22px}.section-title h2{font-size:16px;margin:0}.step{font-size:11px;color:#5a756a;background:#eef3eb;padding:6px;border-radius:7px}.upload{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;min-height:168px;border:1.5px dashed #aebfac;border-radius:13px;background:#f9fbf7;cursor:pointer}.upload:hover,.upload.drag{background:#edf4e9;border-color:#174f45}.upload input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.upload:focus-within{outline:3px solid #abc28d}.scan-icon{font-size:31px;color:#397366}.upload span:last-of-type,.small{font-size:12px;color:#7c897e;line-height:1.7}.small{margin:12px 0}summary{font-size:13px;color:#557668;cursor:pointer}form{margin-top:14px}form label{font-size:12px}input[type=url]{min-width:0;width:100%;padding:10px;border:1px solid #ccd8ce;border-radius:8px}.input-row{display:flex;gap:8px;margin-top:8px}.divider{height:1px;background:#edf0e9;margin:25px 0}.setting{display:flex;justify-content:space-between;align-items:center;margin:18px 0;gap:12px;font-size:14px}.setting small{display:block;font-size:11px;color:#819085;margin-top:5px}select{padding:8px;border:1px solid #dce4d7;border-radius:8px;background:white;color:inherit}input[type=checkbox]{width:19px;height:19px;accent-color:#215f50}button,.secondary{font:inherit;font-size:13px;cursor:pointer;border:1px solid #dce4d7;border-radius:9px;padding:10px 14px;color:#325847;background:#f7f9f3}button:hover,.secondary:hover{filter:brightness(.97)}button:disabled{opacity:.45;cursor:not-allowed}.wide{width:100%;margin-top:10px}.primary{background:#1d594c;color:white;border-color:#1d594c;padding:15px}.text-button{background:white;padding:6px 12px}.feedback{font-size:12px;color:#718075;line-height:1.6;margin-bottom:0}.feedback.error{color:#ad4833}.dashboard-top{display:flex;justify-content:space-between;align-items:center}.pill{font-size:11px;background:#eff3ec;padding:6px 10px;border-radius:30px}.pill.live{background:#e4f3d6;color:#3c682e}.dashboard h2{font-size:23px;line-height:1.5;margin:28px 0 7px}.muted{font-size:12px;color:#8b958d;line-height:1.7;overflow-wrap:anywhere}.state{display:inline-block;margin-top:30px;font-size:13px;color:#547160;background:#f0f3ed;border-radius:6px;padding:7px 12px}.counts{display:flex;align-items:center;gap:28px;margin:23px 0}.counts div{display:flex;flex-direction:column;gap:9px}.counts strong{font-size:64px;letter-spacing:-3px;font-weight:550;line-height:1.2;font-variant-numeric:tabular-nums}.counts span{font-size:12px;color:#889084}.counts .slash{font-size:38px;color:#d2dacd;margin-top:-20px}progress{appearance:none;border:0;width:100%;height:7px;border-radius:8px;overflow:hidden;background:#ecf0e8}progress::-webkit-progress-bar{background:#ecf0e8}progress::-webkit-progress-value{background:#adc797;border-radius:8px}progress::-moz-progress-bar{background:#adc797}.remaining{font-size:13px;color:#658051;margin-bottom:27px}.metadata{border-top:1px solid #edf0e9;padding-top:13px}.metadata p{display:flex;justify-content:space-between;font-size:12px;color:#849080;gap:8px}.metadata span{color:#4c6452}.original{display:block;text-align:center;margin-top:20px;text-decoration:none}.log{margin-top:30px}h3{font-size:12px;font-weight:500;color:#7c897b}.log ol{padding:0;list-style:none;max-height:160px;overflow:auto}.log li{font-size:11px;color:#879082;padding:7px 0;border-bottom:1px solid #f0f2ed;line-height:1.6}.notice{background:#eaf0e3;border-radius:13px;padding:21px 25px;margin-top:24px;color:#687660;font-size:12px;line-height:1.8}.notice strong{color:#4c6542;font-size:13px}.notice p{margin:7px 0 0}footer{font-size:11px;color:#97a08f;display:flex;justify-content:space-between;gap:15px;margin:25px 0}.alert{padding:15px;background:#e3f4d2;border-radius:10px;margin:15px 0}.alert strong{display:block;font-size:14px;margin-bottom:12px}.has-seat{border-color:#92bd66}.has-seat .state{color:#356325;background:#e6f4d8}[hidden]{display:none!important}:focus-visible{outline:3px solid #8db28a;outline-offset:3px}@media(min-width:850px){.intro{position:relative}.intro>p:last-child{position:absolute;right:0;bottom:0}.intro h1 br{display:none}}@media(max-width:700px){header{padding:0 20px;height:80px}.tag{font-size:10px;padding:6px 8px}main{padding:16px 20px}.intro h1{font-size:39px}.layout{grid-template-columns:1fr}.card{padding:23px}.counts strong{font-size:58px}footer{flex-direction:column}.intro{margin-bottom:26px}}
.sounds{border:1px solid #e2e8dc;border-radius:10px;padding:8px 12px;margin:20px 0 10px}.sounds legend{font-size:12px;padding:0 5px}.sounds legend span{font-size:10px;color:#83907d;margin-left:8px}.sound-choice{display:flex;align-items:center;justify-content:space-between;padding:7px 0;gap:12px}.sound-choice label{font-size:12px;display:flex;align-items:center;gap:8px;cursor:pointer}.sound-choice input{accent-color:#215f50;margin:0}.sound-choice button{font-size:11px;padding:5px 9px;background:#fff;border-color:#e4eadf}

.upload{padding:20px;text-align:center;min-width:0}.upload input{inset:0}.card{min-width:0}#upload-label{max-width:100%;overflow-wrap:anywhere;font-size:14px;line-height:1.5}#qr-preview{display:block;width:180px;max-width:100%;height:180px;object-fit:contain;background:white;border:1px solid #e2e8dc;border-radius:9px;padding:6px}
