:root{--primary:#1e2f54;--background:#f2f6ff;--surface:#ffffff;--surface-muted:#f2f6ff;--text:#2a476c;--muted:#586b8e;--accent:#b9046a;--border:#d4e0ed;--footer-background:#ffffff;--footer-text:#1e2f54;--call-background:#1e2f54;--call-text:#ffffff;}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:var(--primary);font-family:Arial,Helvetica,sans-serif;color:var(--text)}button{font:inherit;cursor:pointer}[hidden]{display:none!important}#stage{width:1920px;height:1080px;position:absolute;transform-origin:top left;background:var(--surface);overflow:hidden}.content{height:622px;background:var(--background);padding:40px 62px 28px}.topline{display:flex;align-items:center;gap:30px;font-size:22px;color:var(--muted);letter-spacing:.03em}.quiet{margin-left:auto;font-size:16px;letter-spacing:.17em}#preview-badge{font-size:13px;border:1px solid var(--border);border-radius:20px;padding:6px 14px}.slide{height:486px;display:flex;gap:70px;padding-top:48px;overflow:hidden}.slide .copy{flex:1;min-width:0;overflow:hidden}.eyebrow{font-size:17px;letter-spacing:.18em;font-weight:700;color:var(--muted)}h1{font-size:78px;line-height:1.1;font-weight:500;letter-spacing:-3px;margin:23px 0 25px;overflow-wrap:anywhere}.slide h1{font-size:70px;max-height:160px;overflow:hidden;margin-top:0}.slide .body{font-size:29px;line-height:1.5;max-height:270px;overflow:hidden;color:var(--text)}.body p{margin:0 0 22px}.body strong{color:var(--accent)}.body h1,.body h2,.body h3{font-size:33px;line-height:1.25;margin:12px 0}.body ul,.body ol{padding-left:32px;margin:10px 0}.body code{font-size:.85em}.slide-image{width:49%;height:420px;object-fit:contain;border-radius:10px}.slide.image{padding-top:15px;justify-content:center}.slide.image .slide-image{width:100%;height:468px;border-radius:0}.welcome-card{width:36%;height:385px;background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;padding:38px;color:var(--primary);display:flex;flex-direction:column;justify-content:space-between}.welcome-card .tooth-icon{width:90px;height:95px;opacity:.85}.welcome-card strong{font-size:36px;line-height:1.2;font-weight:400}.welcome-card span{font-size:19px;color:var(--muted)}.progress{display:flex;gap:8px;height:4px;margin-top:21px}.progress i{height:4px;background:var(--border);flex:1}.progress i.active{background:var(--accent)}.reception{display:flex;height:310px;padding:30px 62px 24px;gap:42px;background:var(--surface)}.waiting{width:59%;padding-right:42px;border-right:1px solid var(--border)}.rooms{flex:1;min-width:0}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-heading h2{font-size:27px;font-weight:500;margin:0}.section-heading span{font-size:18px;color:var(--muted)}.section-heading .direction{font-size:36px}.waiting-list{display:flex;gap:12px;height:145px}.patient{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:20px 15px;display:flex;flex-direction:column;justify-content:space-between}.patient strong{font-size:29px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.patient small{font-size:17px;color:var(--muted)}.patient .eta{font-size:22px;color:var(--accent)}.queue-note{font-size:15px;color:var(--muted);margin:16px 0 0}.room-list{display:flex;gap:12px;height:145px}.room{flex:1;min-width:0;background:var(--surface-muted);border-radius:8px;padding:19px 17px;display:flex;flex-direction:column;justify-content:space-between}.room-name{font-size:20px;line-height:1.15;color:var(--muted);overflow-wrap:anywhere;max-height:47px;overflow:hidden}.room strong{font-size:28px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room small{font-size:15px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room.called{background:var(--call-background);color:var(--call-text)}.room.flash{animation:pulse 1.1s ease 2}.room.called .room-name,.room.called small{color:var(--call-text)}.empty{font-size:24px;line-height:1.45;color:var(--muted);padding:25px 0}.moving{position:absolute;z-index:8;background:var(--call-background);color:var(--call-text);border-radius:8px;padding:24px;font-size:28px;transition:transform 1s ease-in-out;box-shadow:0 16px 40px rgba(30,47,84,.14);pointer-events:none}footer{height:148px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:25px 62px;background:var(--footer-background);color:var(--footer-text)}.practice{display:flex;align-items:center;gap:23px;max-width:70%}.practice img,.practice .tooth-icon{width:57px;height:70px;object-fit:contain}.practice img.full{width:340px;height:86px}.practice strong{font-size:30px;letter-spacing:-.6px;font-weight:500}.practice #date{font-size:21px;color:var(--footer-text);margin-top:7px}.wifi{display:flex;align-items:center;gap:20px}.wifi svg{width:34px;height:34px;fill:none;stroke:var(--footer-text);stroke-width:2}.wifi span{display:block;color:var(--footer-text);font-size:20px;margin-bottom:8px}.wifi strong{font-size:24px;font-weight:500}#audio-enable{position:absolute;right:62px;top:73px;z-index:10;background:var(--surface);border:1px solid var(--border);padding:8px 15px;border-radius:30px;font-size:16px;color:var(--text)}#connection{position:absolute;bottom:156px;left:64px;font-size:16px;background:var(--surface);color:var(--text);padding:5px 0}.pairing{width:100%;height:100%;display:flex;align-items:center;gap:140px;padding:85px 150px;background:var(--background)}.pair-intro{flex:1}.wordmark{font-weight:bold;font-size:28px;letter-spacing:.03em;margin-bottom:118px}.wordmark span{font-size:24px;font-weight:400;letter-spacing:0}.pair-intro h1{font-size:91px;margin:25px 0 35px}.pair-intro p{font-size:27px;line-height:1.5;max-width:650px;color:var(--muted)}.pair-intro ol{font-size:22px;line-height:1.6;padding-left:26px;max-width:640px;margin:30px 0}.pair-intro li{padding-left:9px;margin:15px 0}.pair-note{font-size:16px;color:var(--muted);margin-top:70px}.pair-card{width:545px;background:var(--surface);border:1px solid var(--border);box-shadow:0 22px 80px rgba(30,47,84,.04);border-radius:16px;padding:46px;text-align:center}.pair-card img{display:block;width:360px;height:360px;margin:24px auto}.pair-code{font-size:57px;font-weight:600;letter-spacing:7px;color:var(--primary)}.pair-card p{font-size:18px;color:var(--muted);line-height:1.5}.pair-card #pair-error{font-size:20px;color:var(--text)}@keyframes pulse{50%{box-shadow:0 0 0 8px var(--accent)}}@media(prefers-reduced-motion:reduce){.moving{transition:none}.room.called{animation:none}}

h1,h2,.wordmark{color:var(--primary)}.tooth-icon{fill:none;stroke:currentColor;color:inherit;flex-shrink:0}.welcome-card{color:var(--primary)}
