@import "https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth;background:#f8fafc}body{min-width:320px;min-height:100vh;margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #ef6e6a66}.session-loading{color:#52667e;place-items:center;min-height:100vh;font-weight:700;display:grid}.profile-menu{display:inline-flex;position:relative}.profile-menu__trigger{color:#315f9d;cursor:pointer;background:#eef3f8;border:1px solid #ccd8e5;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;font-size:12px;font-weight:800;display:grid}.profile-menu__dropdown{z-index:30;background:#fff;border:1px solid #d9e2eb;border-radius:10px;width:190px;padding:8px;animation:.14s ease-out profile-menu-in;position:absolute;top:calc(100% + 10px);box-shadow:8px 10px #2c527c12,0 18px 40px #17355e29}.profile-menu__dropdown--right{right:0}.profile-menu__dropdown--left{left:0}.profile-menu__nickname{color:#52667e;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #eef2f6;margin:4px 8px 8px;padding-bottom:10px;font-size:12px;overflow:hidden}.profile-menu__nickname b{color:#163661;font-weight:800}.profile-menu__item{color:#33475f;text-align:left;background:0 0;border:0;border-radius:7px;width:100%;padding:10px;font-size:13px;font-weight:600;text-decoration:none;transition:all .12s;display:block}.profile-menu__item:hover,.profile-menu__item:focus-visible{color:#163661;background:#eef3f8;outline:none}.profile-menu__item--danger{color:#d24a46}.profile-menu__item--danger:hover,.profile-menu__item--danger:focus-visible{color:#fff;background:#ef6e6a}.profile-menu__divider{background:#eef2f6;height:1px;margin:6px}@keyframes profile-menu-in{0%{opacity:0;transform:translateY(-6px)}}.video-grid{aspect-ratio:4/3;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin-bottom:20px;display:grid}.video-box{background-color:#1a1a24;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.video-box.is-offline{opacity:.6}.video-box--empty{background-color:#0000;border:2px dashed #444}.video-box__element{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.video-box__placeholder{color:#888;font-size:.9rem;font-weight:500}.video-box__overlay{background:linear-gradient(#0000,#000c);justify-content:space-between;align-items:center;padding:8px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.video-box__nickname{color:#fff;text-shadow:0 1px 2px #00000080;font-size:.85rem;font-weight:600}.video-box__me-badge{color:#aaa;margin-left:4px;font-size:.75rem}.lobby-page{--navy:#163661;--blue:#315f9d;--yellow:#f5d652;--red:#ef6e6a;min-height:100svh;color:var(--navy);background:#eef1f5;font-family:Noto Sans KR,sans-serif;position:relative;overflow:hidden}.lobby-page__grid{opacity:.5;pointer-events:none;background-image:linear-gradient(#315f9d0b 1px,#0000 1px),linear-gradient(90deg,#315f9d0b 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0}.lobby-header{z-index:2;border-bottom:3px solid var(--blue);background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;padding:22px clamp(20px,4vw,54px);display:flex;position:relative;box-shadow:inset 0 1px #e3e9f0}.lobby-header__title h1{color:var(--blue);letter-spacing:-.03em;margin:0;font-size:26px;font-weight:800}.lobby-header__title p{color:#6d7d8f;margin:5px 0 0;font-size:12px;font-weight:600}.lobby-header__title strong{color:var(--navy);font-weight:800}.lobby-header__dot{color:#c2ccd7;margin:0 8px}.lobby-header__code{color:var(--red);letter-spacing:.14em;font-weight:800}.lobby-header__actions{align-items:center;gap:8px;display:flex}.lobby-avatar-button{background:#eef3f8;border:1px solid #cbd8e5;border-radius:12px;place-items:center;width:44px;height:44px;padding:0;transition:all .15s;display:grid}.lobby-avatar-button:hover{background:#e2ebf5;border-color:#b4c6da}.lobby-avatar-button[aria-expanded=true]{border-color:var(--blue);background:#dbe7f4;box-shadow:0 0 0 3px #315f9d1f}.lobby-avatar{font-size:22px;line-height:1}.lobby-body{z-index:1;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px;max-width:1200px;margin:0 auto;padding:30px clamp(18px,4vw,48px) 60px;display:grid;position:relative}.lobby-main{background:#fff;border:1px solid #cfe0f2;border-radius:14px;min-width:0;padding:26px 26px 30px;box-shadow:0 6px #dbe6f2,0 18px 40px #23406214}.lobby-section-title{text-align:center;letter-spacing:-.03em;margin:0 0 20px;font-size:22px;font-weight:800}.lobby-carousel{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;display:grid}.lobby-arrow{width:44px;height:44px;color:var(--blue);background:#eef3f8;border:1px solid #ccd8e5;border-radius:50%;place-items:center;font-size:24px;line-height:1;transition:all .15s;display:grid}.lobby-arrow:hover{color:#fff;background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.lobby-carousel__track{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:18px;padding:6px 2px 14px;display:flex;overflow-x:auto}.lobby-carousel__track::-webkit-scrollbar{height:7px}.lobby-carousel__track::-webkit-scrollbar-thumb{background:#cdd8e4;border-radius:4px}.lobby-map-card{scroll-snap-align:start;background:#fff;border:1px solid #dce4ec;border-radius:12px;flex-direction:column;flex:0 0 clamp(240px,44%,300px);transition:all .18s;display:flex;overflow:hidden;box-shadow:0 4px #d6e0e9}.lobby-map-card.is-selectable{cursor:pointer}.lobby-map-card.is-selectable:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px #c4d6ea,0 10px 22px #2041681a}.lobby-map-card.is-selectable:focus-visible{border-color:var(--blue);outline:none;box-shadow:0 4px #c4d6ea,0 0 0 3px #315f9d33}.lobby-map-card.is-decided{border-color:var(--yellow);box-shadow:0 4px #e6cb52}.lobby-map-card.is-decided.is-selectable:hover{border-color:var(--yellow);box-shadow:0 4px #e6cb52,0 10px 22px #9678141f}.lobby-map-card__art{color:#fff;background:linear-gradient(140deg,#5b8fd6,#315f9d);place-items:center;height:170px;display:grid;position:relative}.lobby-map-card__art.art--01{background:linear-gradient(140deg,#7ec27f,#3f8f52)}.lobby-map-card__art.art--02{background:linear-gradient(140deg,#e0a26b,#b06a34)}.lobby-map-card__art.art--03{background:linear-gradient(140deg,#8fb8e8,#4f79b4)}.lobby-map-card__art.art--04{background:linear-gradient(140deg,#3a4a74,#1b2748)}.lobby-map-card__code{letter-spacing:-.04em;text-shadow:3px 3px #0000001f;font:400 46px/1 Archivo Black,sans-serif}.lobby-map-card__flag{color:var(--navy);background:var(--yellow);letter-spacing:.06em;border-radius:20px;padding:5px 11px;font-size:9px;font-weight:800;position:absolute;top:12px;left:12px;box-shadow:0 2px #d9b83a}.lobby-map-card__body{padding:15px 16px 6px}.lobby-map-card__body h3{letter-spacing:-.03em;margin:0;font-size:16px}.lobby-map-card__body p{color:#7d8b9a;margin:6px 0 0;font-size:11px}.lobby-map-card__record{color:#425d7c;background:#f4f8fd;border:1px solid #d9e6f4;border-radius:8px;margin:8px 16px 0;padding:9px 12px;font-size:11px;font-weight:600}.lobby-map-card__record b{color:var(--blue);font-weight:800}.lobby-map-card__record-sep{color:#b7c4d2;margin:0 7px}.lobby-map-card__buttons{margin-top:auto;padding:13px 14px 15px}.lobby-map-btn{color:#4a6076;background:#eef3f8;border:1px solid #d5e0ea;border-radius:7px;width:100%;padding:9px 4px;font-size:11px;font-weight:700;transition:all .14s}.lobby-map-btn:hover:not(:disabled){color:var(--navy);background:#e1eaf4;border-color:#b9cbe0}.lobby-map-btn:disabled{cursor:not-allowed;opacity:.45}.lobby-notice{text-align:center;min-height:18px;color:var(--blue);opacity:0;margin:20px 0 10px;font-size:12px;font-weight:700;transition:all .2s}.lobby-notice.is-visible{opacity:1}.lobby-start{color:#fff;background:var(--blue);width:100%;min-height:64px;box-shadow:0 6px 0 var(--navy);letter-spacing:.02em;border:0;border-radius:12px;justify-content:center;align-items:center;gap:12px;font-size:22px;font-weight:800;transition:all .15s;display:flex}.lobby-start:hover:not(:disabled){box-shadow:0 8px 0 var(--navy);background:#3868a8;transform:translateY(-2px)}.lobby-start:active:not(:disabled){box-shadow:0 3px 0 var(--navy);transform:translateY(3px)}.lobby-start:disabled{cursor:not-allowed;opacity:.5;background:#8ea6c4;box-shadow:0 6px #b7c2cf}.lobby-start__icon{font-size:16px}.lobby-start em{background:#ffffff2e;border-radius:20px;padding:4px 12px;font-size:13px;font-style:normal;font-weight:700}.lobby-start--ready{color:var(--navy);background:var(--yellow);box-shadow:0 6px #b99d26}.lobby-start--ready:hover:not(:disabled){background:#ffe36b;box-shadow:0 8px #b99d26}.lobby-start--ready.is-ready{color:#fff;background:#3b9b67;box-shadow:0 6px #2c7a4f}.lobby-players{background:#fff;border:1px solid #d6e0ea;border-radius:14px;flex-direction:column;padding:20px 18px;display:flex;box-shadow:0 6px #dbe6f2,0 18px 40px #23406214}.lobby-players__head{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;display:flex}.lobby-players__head>span:first-child{letter-spacing:-.02em;font-size:15px;font-weight:800}.lobby-players__count{color:#3b9b67;letter-spacing:.08em;background:#e6f5ec;border-radius:20px;padding:5px 11px;font-size:9px;font-weight:800}.lobby-loading{z-index:1;text-align:center;color:#6d7d8f;padding:80px 24px;font-size:14px;font-weight:600;position:relative}.lobby-socket{border-radius:8px;align-items:center;gap:7px;margin:0 0 12px;padding:8px 11px;font-size:10px;font-weight:700;display:flex}.lobby-socket i{border-radius:50%;flex:none;width:6px;height:6px}.lobby-socket--connected{color:#2c7a4f;background:#e6f5ec}.lobby-socket--connected i{background:#3b9b67}.lobby-socket--connecting,.lobby-socket--idle{color:#8a6f10;background:#fff8dc}.lobby-socket--connecting i,.lobby-socket--idle i{background:#e0b73a}.lobby-socket--disconnected{color:#a8403c;background:#fbe7e6}.lobby-socket--disconnected i{background:#ef6e6a}.lobby-players__list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.lobby-player{background:#f5f8fb;border:1px solid #e6edf4;border-radius:10px;align-items:center;gap:12px;padding:12px 13px;display:flex}.lobby-player__avatar{color:#fff;background:var(--blue);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:grid}.lobby-player__info{flex:1;min-width:0}.lobby-player__info b{align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.lobby-player__me{color:#fff;background:var(--navy);letter-spacing:.06em;border-radius:20px;padding:2px 7px;font-size:8px;font-weight:800}.lobby-player__info small{color:#6e7f92;align-items:center;gap:6px;margin-top:4px;font-size:10px;font-weight:600;display:flex}.lobby-player__status-dot{background:#67c48e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e2f3e9}.lobby-player__cam{color:#96a3b2;letter-spacing:.08em;background:#eceff3;border:1px solid #dde3ea;border-radius:6px;padding:5px 8px;font-size:8px;font-weight:800}.lobby-player__cam.is-on{color:#2c7a4f;background:#e6f5ec;border-color:#b7e2c8}.lobby-player.is-offline{opacity:.6}.lobby-player.is-offline .lobby-player__avatar{background:#9aa8b6}.lobby-player.is-offline .lobby-player__status-dot{background:#b6c0cb;box-shadow:0 0 0 3px #e8ebef}.lobby-player--empty{background:#fafbfc;border-style:dashed}.lobby-player--empty .lobby-player__avatar{color:#a7b3c0;background:#e6ebf1}.lobby-player--empty b{color:#9aa6b3;font-weight:700}.lobby-player--empty small{color:#aeb9c4}.lobby-leave{color:#fff;background:var(--red);border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:20px;font-size:14px;font-weight:800;transition:all .15s;display:flex;box-shadow:0 5px #cf5450}.lobby-leave:hover{background:#f07d79;transform:translateY(-2px);box-shadow:0 7px #cf5450}.lobby-leave:active{transform:translateY(3px);box-shadow:0 2px #cf5450}@media (width<=900px){.lobby-body{grid-template-columns:1fr}.lobby-players{order:-1}.lobby-players__list{grid-template-columns:1fr 1fr}.lobby-leave{grid-column:1/-1}}@media (width<=560px){.lobby-header{flex-wrap:wrap;padding:16px 18px}.lobby-header__title h1{font-size:22px}.lobby-players__list{grid-template-columns:1fr}.lobby-map-card{flex-basis:78%}.lobby-section-title{font-size:19px}}.mvp-game{color:#111;background:#fff;min-height:100vh;font-family:Arial,Noto Sans KR,sans-serif}.mvp-header{border-bottom:2px solid #111;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:0 28px;display:grid}.mvp-header button{cursor:pointer;background:#fff;border:1px solid #111;justify-self:start;width:38px;height:38px;font-size:22px}.mvp-header div{text-align:center}.mvp-header small{letter-spacing:.14em;font-size:10px}.mvp-header h1{margin:3px 0 0;font-size:20px}.mvp-header>span{border:1px solid #111;justify-self:end;padding:6px 9px;font-size:11px}.mvp-layout{box-sizing:border-box;grid-template-columns:minmax(0,1fr) 310px;gap:20px;width:min(1400px,100%);margin:0 auto;padding:24px;display:grid}.mvp-board-wrap{min-width:0}.mvp-board{aspect-ratio:1000/560;touch-action:none;background:#fff;border:2px solid #111;position:relative;overflow:hidden}.mvp-board svg{z-index:2;pointer-events:none;width:100%;height:100%;display:block;position:relative}.pose-feeds{z-index:1;pointer-events:none;position:absolute;inset:0}.pose-feed{box-sizing:border-box;aspect-ratio:16/9;opacity:.45;background:#f5f5f5db;border:1px solid #aaa;width:23%;transition:opacity .2s,border-color .2s,box-shadow .2s,transform .2s;position:absolute;overflow:hidden}.pose-feed.player-1{top:45%;left:2.5%}.pose-feed.player-2{top:39%;left:25%}.pose-feed.player-3{top:33.5%;left:47.5%}.pose-feed.player-4{top:28%;left:70%}.pose-feed.is-filming{opacity:1;border:3px solid #111;box-shadow:5px 5px #111}.pose-feed.is-done{opacity:.72}.pose-feed video,.pose-feed canvas{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pose-feed video{transform:scaleX(-1)}.pose-feed canvas{z-index:1}.pose-feed>span{z-index:3;color:#fff;background:#111;padding:4px 6px;font-size:9px;font-weight:700;position:absolute;top:7px;left:7px}.pose-feed>strong{z-index:3;color:#fff;text-shadow:0 2px 8px #000;font-size:48px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.virtual-person{position:absolute;inset:22% 15% 13%}.virtual-person i,.virtual-person b,.virtual-person em{transform-origin:50%;background:#111;display:block;position:absolute}.virtual-person i{width:42%;height:8px;top:27%;left:29%}.virtual-person b{width:55%;height:8px;top:45%;left:0;transform:rotate(-38deg)}.virtual-person em{width:55%;height:8px;top:45%;right:0;transform:rotate(38deg)}.virtual-person:before{content:"";border:6px solid #111;border-radius:50%;width:40px;height:40px;position:absolute;top:-7px;left:calc(50% - 20px)}.pose-2 b{transform:rotate(32deg)}.pose-2 em{transform:rotate(-52deg)}.pose-3 b{transform:rotate(-70deg)}.pose-3 em{transform:rotate(20deg)}.mvp-board .ground{stroke:#111;stroke-width:2px}.mvp-board .route{fill:none;stroke:#111;stroke-width:9px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px #fff)drop-shadow(0 3px 2px #000000b3)}.mvp-board .route--player-1{stroke:#ff2d55}.mvp-board .route--player-2{stroke:#ff9500}.mvp-board .route--player-3{stroke:#00a86b}.mvp-board .route--player-4{stroke:#5e5ce6}.mvp-board .route--preview{stroke:#00b8d9;stroke-width:8px;stroke-dasharray:12 10;filter:drop-shadow(0 0 3px #fff)drop-shadow(0 0 5px #00b8d9d9);animation:.6s linear infinite route-pulse}@keyframes route-pulse{to{stroke-dashoffset:-22px}}.mvp-board .start,.mvp-board .ball{fill:#fff;stroke:#111;stroke-width:4px}.mvp-board .ball{fill:#111}.mvp-board .goal{fill:#fff;stroke:#111;stroke-width:3px}.mvp-board .label{letter-spacing:.1em;font-size:10px;font-weight:700;position:absolute}.mvp-board .label--start{top:68%;left:3%}.mvp-board .label--goal{top:30%;right:2%}.mvp-actions{gap:9px;margin-top:12px;display:flex}.mvp-actions button,.mode-switch button{cursor:pointer;background:#fff;border:1px solid #111;padding:11px 16px;font-weight:700}.mvp-actions button.primary,.mode-switch button.active{color:#fff;background:#111}.mvp-actions button:disabled{opacity:.45;cursor:default}.mvp-panel{border:2px solid #111}.mvp-panel>section{border-bottom:1px solid #111;padding:18px}.mvp-panel>section:last-child{border-bottom:0}.mvp-panel .eyebrow{color:#111;letter-spacing:.12em;margin:0 0 9px;font-size:10px;font-weight:700}.mvp-panel h2{margin:0 0 8px;font-size:20px}.mvp-panel p{font-size:12px;line-height:1.6}.mode-switch{grid-template-columns:1fr 1fr;margin-top:16px;display:grid}.mode-switch button+button{border-left:0}.recognition-status h3{margin:0 0 10px;font-size:14px}.recognition-status strong{font-size:12px}.recognition-status .error{color:#b00020}.players h3{margin:0 0 12px;font-size:14px}.players ol{margin:0;padding:0;list-style:none}.players li{border-top:1px solid #ddd;grid-template-columns:12px 1fr auto;align-items:center;gap:9px;padding:10px 0;font-size:12px;display:grid}.players li i{border:1px solid #111;border-radius:50%;width:8px;height:8px}.players li span{color:#666;font-size:10px}.players li.current{font-weight:700}.players li.current i{background:#111}.players li.done i{background:#777}@media (width<=850px){.mvp-layout{grid-template-columns:1fr}.mvp-panel{grid-template-columns:1fr 1fr;display:grid}.mvp-panel>section{border-bottom:0;border-right:1px solid #111}.mvp-panel>section:last-child{border-right:0}.recognition-status{border-top:1px solid #111;grid-column:1/-1}}@media (width<=560px){.mvp-header{padding:0 12px}.mvp-header>span{display:none}.mvp-layout{padding:12px}.mvp-panel{display:block}.mvp-panel>section{border-bottom:1px solid #111;border-right:0}}.stage-clear-overlay{--navy:#182033;--blue:#315f9d;--yellow:#f5d652;--red:#ef6e6a;--bg-warm:#f5f1e8;background:var(--bg-warm);box-sizing:border-box;z-index:20;width:100%;min-height:100%;color:var(--navy);flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;font-family:Noto Sans KR,sans-serif;display:flex;position:absolute;inset:0;overflow:hidden}.stage-clear-overlay:before{content:"";opacity:.15;background-image:linear-gradient(var(--navy) 1px, transparent 1px), linear-gradient(90deg, var(--navy) 1px, transparent 1px);pointer-events:none;background-size:38px 38px;position:absolute;inset:0}.stage-clear-sparkle{opacity:.25;pointer-events:none;position:absolute;bottom:8%;right:12%}.stage-clear-header{z-index:2;flex-direction:column;align-items:center;margin-bottom:52px;display:flex}.stage-clear-title{color:var(--navy);letter-spacing:-.02em;text-transform:uppercase;text-shadow:3px 3px #f5d65299;margin:0 0 10px;font-family:Archivo Black,Noto Sans KR,sans-serif;font-size:clamp(2rem,4vw,2.5rem)}.stage-clear-badge{background:var(--yellow);color:var(--navy);border:2px solid var(--navy);box-shadow:3px 3px 0 var(--navy);border-radius:99px;align-items:center;gap:6px;padding:5px 18px;font-size:.85rem;font-weight:800;display:inline-flex}.stage-clear-badge svg{width:15px;height:15px;fill:var(--navy)}.stage-clear-wrapper{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:440px;display:flex;position:relative}.stage-clear-stars{z-index:10;justify-content:center;align-items:flex-end;gap:12px;display:flex;position:absolute;top:-38px;left:50%;transform:translate(-50%)}.star-icon{filter:drop-shadow(2px 4px 0 var(--navy));transform-origin:bottom;transition:transform .25s}.star-icon--side{width:48px;height:48px}.star-icon--left{transform:rotate(-18deg)translateY(4px)}.star-icon--center{z-index:5;width:68px;height:68px;transform:translateY(-8px)}.star-icon--right{transform:rotate(18deg)translateY(4px)}.stage-clear-card{border:3px solid var(--navy);width:100%;box-shadow:6px 6px 0 var(--navy);box-sizing:border-box;background:#fffdf8;border-radius:20px;padding:38px 28px 24px}.card-title{text-align:center;color:var(--navy);letter-spacing:-.01em;text-transform:uppercase;margin:0 0 20px;font-family:Archivo Black,Noto Sans KR,sans-serif;font-size:1.15rem}.rounds-list{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.round-item{border:2px solid var(--navy);box-shadow:2px 2px 0 var(--navy);background:#f4efe4;border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:center;padding:10px 16px;font-size:.95rem;display:grid}.round-label{color:var(--navy);letter-spacing:.05em;justify-self:end;padding-right:12px;font-weight:800}.round-divider{color:#a0aec0;font-weight:400}.round-time{color:var(--blue);justify-self:start;padding-left:12px;font-family:SF Mono,SFMono-Regular,Consolas,monospace;font-weight:800}.clear-time-divider{background:#e2d9c8;border:none;height:2px;margin:16px 0}.total-clear-time{justify-content:center;align-items:center;gap:12px;margin-bottom:4px;font-size:1rem;display:flex}.stage-clear-actions{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:18px;display:grid}.action-btn{border:2px solid var(--navy);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 8px;font-size:.9rem;font-weight:800;transition:all .12s;display:flex}.action-btn--lobby{color:var(--navy);box-shadow:3px 3px 0 var(--navy);background:#fff}.action-btn--lobby:hover{box-shadow:4px 4px 0 var(--navy);background:#f5f7fa;transform:translateY(-2px)}.action-btn--lobby:active{box-shadow:1px 1px 0 var(--navy);transform:translateY(2px)}.action-btn--retry{background:var(--yellow);color:var(--navy);box-shadow:3px 3px 0 var(--navy)}.action-btn--retry:hover{box-shadow:4px 4px 0 var(--navy);background:#ffe36b;transform:translateY(-2px)}.action-btn--retry:active{box-shadow:1px 1px 0 var(--navy);transform:translateY(2px)}.action-btn--next{background:var(--blue);color:#fff;box-shadow:3px 3px 0 var(--navy)}.action-btn--next:hover{box-shadow:4px 4px 0 var(--navy);background:#3c6fae;transform:translateY(-2px)}.action-btn--next:active{box-shadow:1px 1px 0 var(--navy);transform:translateY(2px)}.action-btn svg{width:22px;height:22px}.stage-clear-title--failed{color:var(--red);text-shadow:3px 3px #18203366}.stage-clear-badge--failed{background:var(--red);color:#fff}.stage-clear-badge--failed svg{fill:#fff}.stage-clear-eggs--failed{gap:10px;top:-34px}.stage-clear-eggs--failed .star-icon--side{width:44px;height:44px}.stage-clear-eggs--failed .star-icon--left,.stage-clear-eggs--failed .star-icon--right{transform:rotate(0)translateY(2px)}.stage-clear-eggs--failed .star-icon--center{width:62px;height:62px;transform:translateY(-6px)}.star-icon--dim{filter:drop-shadow(1px 2px #0000004d);opacity:.55}.stage-clear-card--failed{border-color:var(--red)}.round-item--failed{border-color:var(--red);color:#991b1b;background:#fee2e2}.round-item--failed .round-label{color:#991b1b}.round-item--failed .round-time{color:#dc2626}.failed-reason-box{border:2px solid var(--navy);text-align:center;box-shadow:2px 2px 0 var(--navy);background:#fee2e2;border-radius:14px;margin-bottom:4px;padding:14px 16px}.failed-reason-box p{color:#991b1b;margin:0;font-size:.9rem;font-weight:800}.stage-clear-actions--failed{grid-template-columns:repeat(2,1fr);gap:16px}.action-btn--retry-primary{padding:14px 10px;font-size:1rem}@media (height<=760px){.stage-clear-overlay{padding-block:14px}.stage-clear-header{margin-bottom:42px}.stage-clear-card{padding-top:34px}.rounds-list{gap:7px}.round-item{padding-block:7px}}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer}.landing{--navy:#163661;--blue:#315f9d;--yellow:#f5d652;--red:#ef6e6a;min-height:100svh;color:var(--navy);background:#f8fafc;font-family:Noto Sans KR,sans-serif;position:relative;overflow:hidden}.landing:before{content:"";background-color:#0000;background-image:linear-gradient(#1f477509 1px,#0000 1px),linear-gradient(90deg,#1f477509 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:58px 58px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.topbar,.hero-section,.start-area,footer{z-index:2;position:relative}.topbar{border-bottom:1px solid #dfe6ee;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(24px,5vw,80px);display:flex}.mini-brand{color:var(--navy);letter-spacing:.16em;align-items:center;gap:10px;font:800 11px/1 Noto Sans KR;text-decoration:none;display:flex}.mini-brand__mark{color:#fff;background:var(--blue);border-radius:50% 50% 45% 55%;place-items:center;width:30px;height:30px;font-size:16px;display:grid;transform:rotate(-8deg)}.topbar__status{letter-spacing:.15em;color:#78889b;font:700 10px/1 Noto Sans KR}.topbar__status i{background:#67c48e;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #e2f3e9}.topbar__account{align-items:center;gap:14px;display:flex}.hero-section{grid-template-columns:1.15fr .85fr;align-items:center;gap:110px;max-width:1120px;min-height:610px;margin:0 auto;padding:70px 48px 30px;display:grid}.intro{padding-left:14px}.eyebrow{letter-spacing:.16em;color:#6f7f91;margin-bottom:29px;font-size:10px;font-weight:800;display:inline-block}.eyebrow span{color:var(--red);margin-right:8px}.logo-lockup{text-align:center;width:min(430px,100%);position:relative}.logo-kicker{color:#7391b4;letter-spacing:.24em;justify-content:center;align-items:center;gap:11px;margin-bottom:2px;font-size:9px;font-weight:800;display:flex}.logo-kicker__line{background:var(--red);border-radius:2px;width:34px;height:2px}.logo-main{position:relative}.logo-bridge{width:min(390px,96%);height:70px;margin:3px auto 4px;display:block;overflow:visible}.logo-bridge__road,.logo-bridge__body,.logo-bridge__finish{fill:none;stroke:var(--navy);stroke-linecap:round;stroke-linejoin:round}.logo-bridge__road{stroke:var(--blue);stroke-width:6px}.logo-bridge__body{stroke:var(--red);stroke-width:8px}.logo-bridge__head{fill:var(--yellow);stroke:var(--navy);stroke-width:4px}.logo-bridge__start{fill:#67c48e;stroke:var(--navy);stroke-width:3px}.logo-bridge__finish{stroke-width:3px}.logo-lockup h1{letter-spacing:-.065em;margin:0;font:400 clamp(52px,6vw,76px)/.78 Archivo Black,sans-serif;transform:skew(-3deg)}.logo-word{width:fit-content;display:block}.logo-word--body{color:var(--blue);text-shadow:4px 4px #dfe8f2;margin-left:8px}.logo-word--builder{color:var(--yellow);-webkit-text-stroke:2px var(--navy);text-shadow:4px 4px 0 var(--navy);margin:10px 0 0 auto}.logo-ribbon{color:#fff;background:var(--red);outline:1px solid var(--red);letter-spacing:.13em;border:2px solid #fff;border-radius:18px;width:300px;margin:15px auto 0;padding:7px 10px;font-size:9px;font-weight:800;box-shadow:0 5px #16366121}.logo-ribbon span{color:var(--yellow);margin:0 10px;font-size:7px}.tagline{letter-spacing:-.04em;margin:37px 0 11px;font-size:20px;font-weight:800}.description{color:#768496;margin:0;font-size:13px;line-height:1.8}.feature-row{gap:22px;margin-top:36px;display:flex}.feature-row span{letter-spacing:.09em;color:#78889b;border-right:1px solid #d7e0e9;padding-right:22px;font-size:9px;font-weight:800}.feature-row span:last-child{border:0}.feature-row b{color:var(--red);margin-bottom:5px;font-size:8px;display:block}.login-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #dce4ec;border-radius:5px;width:100%;max-width:390px;padding:29px 32px 25px;box-shadow:12px 14px #2c527c0f,0 24px 60px #2340621a}.authenticated-panel h2{color:var(--navy);margin:8px 0 12px;font:400 24px/1.2 Archivo Black}.authenticated-panel p{color:#65768a;margin:0 0 24px;font-size:13px;line-height:1.7}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.panel-number{color:var(--red);letter-spacing:.16em;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.panel-heading h2{color:var(--navy);letter-spacing:-.03em;margin:0;font:400 22px/1 Archivo Black}.panel-symbol{color:var(--yellow);text-shadow:1px 1px 0 var(--navy);font-size:24px}.login-panel form>label{color:#52667e;letter-spacing:.14em;margin:13px 0 6px;font-size:9px;font-weight:800;display:block}.login-panel input[type=text],.login-panel input[type=password]{width:100%;height:43px;color:var(--navy);background:#f5f7f9;border:1px solid #dce3e9;border-radius:3px;outline:none;padding:0 14px;font-size:12px;transition:all .2s}.login-panel input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #315f9d1a}.form-options{color:#7c8998;justify-content:space-between;align-items:center;margin:13px 0 17px;font-size:10px;display:flex}.remember{align-items:center;gap:6px;display:flex}.remember input{accent-color:var(--blue)}.text-button,.signup button{color:var(--blue);background:0 0;border:0;padding:0;font-size:10px;font-weight:700}.login-button{color:#fff;background:var(--blue);width:100%;height:44px;box-shadow:0 5px 0 var(--navy);letter-spacing:.16em;border:0;border-radius:3px;justify-content:center;align-items:center;gap:9px;font:700 12px/1 Noto Sans KR;transition:all .15s;display:flex}.login-button:hover{box-shadow:0 7px 0 var(--navy);background:#3c6fae;transform:translateY(-2px)}.login-button:active{box-shadow:0 2px 0 var(--navy);transform:translateY(3px)}.login-button svg,.start-button svg{fill:none;stroke:currentColor;stroke-width:2px;width:16px}.divider{color:#a1aab5;letter-spacing:.14em;align-items:center;gap:10px;margin:20px 0 13px;font-size:7px;font-weight:800;display:flex}.divider:before,.divider:after{content:"";background:#e1e6eb;flex:1;height:1px}.social-buttons{gap:10px;display:grid}.social-button{justify-content:center;align-items:center;width:100%;height:44px;padding:0 16px 0 48px;font-size:14px;line-height:20px;transition:box-shadow .2s,filter .2s;display:flex;position:relative}.social-button__icon{place-items:center;width:20px;height:20px;display:grid;position:absolute;left:12px}.social-button__icon svg{width:20px;height:20px;display:block}.social-button--google{color:#1f1f1f;background:#fff;border:1px solid #747775;border-radius:4px;font-family:Google Sans,Roboto,Arial,sans-serif;font-weight:500}.social-button--google:hover{background:#f8faff;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.social-button--kakao{color:#000000d9;background:#fee500;border:0;border-radius:12px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:600}.social-button--kakao:hover{filter:brightness(.97);box-shadow:0 3px 9px #0000001f}.social-button:focus-visible{outline-offset:3px}.social-button:disabled,.login-button:disabled{cursor:wait;opacity:.6;transform:none}.signup{text-align:center;color:#8994a1;margin:17px 0 0;font-size:9px}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0b1f388c;place-items:center;padding:20px;animation:.18s ease-out modal-fade;display:grid;position:fixed;inset:0}.signup-modal{width:min(440px,100%);color:var(--navy);background:#fff;border:1px solid #d9e2eb;border-radius:7px;padding:36px;animation:.22s ease-out modal-rise;position:relative;box-shadow:14px 16px #0e27462e,0 30px 80px #0a1f3840}.modal-close{color:#7c8998;background:0 0;border:0;width:32px;height:32px;padding:0;font-size:25px;line-height:1;position:absolute;top:14px;right:16px}.modal-kicker{color:var(--red);letter-spacing:.17em;font-size:9px;font-weight:800}.signup-modal h2{letter-spacing:-.03em;margin:7px 0 11px;font:400 26px/1.2 Archivo Black,Noto Sans KR,sans-serif}.modal-description{color:#768496;min-height:42px;margin:0 0 22px;font-size:12px;line-height:1.7}.modal-description strong{color:var(--blue)}.signup-modal form>label{color:#52667e;letter-spacing:.14em;margin:14px 0 7px;font-size:9px;font-weight:800;display:block}.signup-modal input{width:100%;height:45px;color:var(--navy);background:#f5f7f9;border:1px solid #dce3e9;border-radius:3px;outline:none;padding:0 13px;font-size:12px}.signup-modal input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #315f9d1a}.nickname-row{grid-template-columns:1fr 84px;gap:8px;display:grid}.nickname-row button{color:var(--blue);background:#eef3f8;border:1px solid #cad7e4;border-radius:3px;font-size:10px;font-weight:800}.nickname-row button:disabled{cursor:not-allowed;opacity:.45}.field-message{height:18px;margin:6px 0 0;font-size:10px;font-weight:700}.field-message--available{color:#3b9b67}.field-message--duplicate,.field-message--error{color:var(--red)}.modal-submit{color:#fff;background:var(--blue);width:100%;height:46px;box-shadow:0 5px 0 var(--navy);border:0;border-radius:3px;margin-top:24px;font-size:12px;font-weight:800}.modal-submit:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.modal-policy{color:#8d99a6;text-align:center;margin:18px 0 0;font-size:9px}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}}.start-area{text-align:center;padding:13px 20px 30px}.notice{height:18px;color:var(--red);opacity:0;margin:0 0 8px;font-size:11px;font-weight:700;transition:all .2s}.notice.is-visible{opacity:1}.start-button{width:min(310px,80vw);height:62px;color:var(--navy);background:var(--yellow);border:2px solid var(--navy);box-shadow:0 8px 0 var(--navy), 0 16px 25px #17355e2e;border-radius:4px;align-items:stretch;padding:0;transition:all .18s;display:inline-flex;overflow:hidden}.start-button>span:first-child{letter-spacing:.13em;flex:1;place-items:center;padding-left:54px;font:400 25px/1 Archivo Black;display:grid}.start-button__arrow{border-left:2px solid var(--navy);place-items:center;width:58px;display:grid}.start-button:hover{box-shadow:0 11px 0 var(--navy), 0 20px 30px #17355e33;background:#ffe36b;transform:translateY(-3px)}.start-button:active{box-shadow:0 3px 0 var(--navy);transform:translateY(5px)}.start-hint{color:#97a3b0;letter-spacing:.2em;margin:18px 0 0;font-size:8px;font-weight:800}footer{color:#a2acb8;letter-spacing:.12em;border-top:1px solid #dfe6ee;justify-content:space-between;align-items:center;height:48px;padding:0 clamp(24px,5vw,80px);font-size:8px;font-weight:700;display:flex}.ambient{z-index:1;filter:blur(.2px);opacity:.65;border-radius:30%;position:absolute}.ambient--one{background:#f8df7a;width:86px;height:86px;top:28%;left:5%;transform:rotate(14deg);box-shadow:0 13px 30px #af8c2024}.ambient--two{background:#c8dbf3;border-radius:50%;width:120px;height:120px;top:42%;right:4%}.ambient--three{background:#f3caca;width:48px;height:48px;bottom:18%;left:17%;transform:rotate(-19deg)}.grid-pattern{z-index:0;opacity:.22;background-image:radial-gradient(#315f9d 1px,#0000 1px);background-size:14px 14px;width:240px;height:240px;position:absolute;top:13%;right:10%;-webkit-mask-image:radial-gradient(circle,#000,#0000 68%);mask-image:radial-gradient(circle,#000,#0000 68%)}@media (width<=800px){.topbar{height:62px}.hero-section{grid-template-columns:1fr;justify-items:center;gap:50px;min-height:0;padding:54px 24px 26px}.intro{text-align:center;padding:0}.logo-lockup{margin:0 auto}.feature-row{justify-content:center}.login-panel{text-align:left;max-width:410px}.ambient--one{top:18%;left:-25px}.ambient--two{top:46%;right:-50px}}@media (width<=430px){.hero-section{padding-inline:18px}.mini-brand>span:last-child{display:none}.logo-lockup{width:min(350px,100%)}.logo-lockup h1{font-size:55px}.logo-bridge{width:330px;height:62px;margin-bottom:6px}.logo-ribbon{width:270px;font-size:8px}.login-panel{padding:25px 22px 22px}.feature-row{gap:12px}.feature-row span{padding-right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.room-page{--room-navy:#163661;--room-blue:#315f9d;--room-yellow:#f5d652;--room-red:#ef6e6a;min-height:100svh;color:var(--room-navy);background:#f6f8fb;font-family:Noto Sans KR,sans-serif;position:relative;overflow:hidden}.room-page__grid{opacity:.55;pointer-events:none;background-image:linear-gradient(#315f9d0b 1px,#0000 1px),linear-gradient(90deg,#315f9d0b 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:76px 0 48px}.room-header{z-index:2;background:#ffffffdb;border-bottom:1px solid #dfe6ee;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 clamp(24px,5vw,80px);display:grid;position:relative}.room-brand{color:var(--room-navy);letter-spacing:.16em;align-items:center;gap:10px;font-size:11px;font-weight:800;text-decoration:none;display:flex}.room-brand__mark{color:#fff;background:var(--room-blue);border-radius:50% 50% 45% 55%;place-items:center;width:30px;height:30px;font-size:16px;display:grid;transform:rotate(-8deg)}.room-header__middle{letter-spacing:.15em;color:#95a0ad;align-items:center;gap:15px;font-size:9px;font-weight:800;display:flex}.room-header__middle strong{color:var(--room-navy);letter-spacing:-.06em;font-size:17px}.room-profile{color:#78889b;letter-spacing:.12em;justify-content:flex-end;align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.online-dot{background:#67c48e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e2f3e9}.room-profile__count{color:#3b9b67;font-size:11px;font-weight:800}.room-profile .profile-menu{margin-left:10px}.room-profile .profile-menu>button{width:34px;height:34px;color:var(--room-blue);background:#eef3f8;border:1px solid #ccd8e5;border-radius:50%;font-size:9px;font-weight:800}.room-shell{z-index:1;width:min(1180px,100% - 48px);margin:0 auto;padding:55px 0 70px;position:relative}.room-shell__heading{justify-content:space-between;align-items:flex-end;margin-bottom:33px;display:flex}.section-kicker{color:var(--room-red);letter-spacing:.17em;font-size:9px;font-weight:800}.room-shell__heading h1{letter-spacing:-.065em;margin:8px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.2}.room-summary{align-items:center;gap:13px;padding-right:5px;display:flex}.room-summary strong{color:var(--room-blue);font:400 42px/1 Archivo Black}.room-summary span{color:#8190a1;font-size:10px;font-weight:700;line-height:1.5}.room-toast{color:#425d7c;background:#fff8dc;border:1px solid #ebd981;border-radius:3px;align-items:center;gap:10px;margin:-10px 0 18px;padding:11px 14px;font-size:11px;font-weight:700;display:flex}.room-toast>span{color:#fff;background:var(--room-red);border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;display:grid}.room-toast button{color:#8b7a37;background:0 0;border:0;margin-left:auto;padding:0 4px;font-size:18px}.room-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:27px;display:grid}.room-list-section{min-width:0}.list-toolbar{color:#8a98a8;border-bottom:2px solid var(--room-navy);letter-spacing:.17em;justify-content:space-between;height:34px;padding:0 3px;font-size:8px;font-weight:800;display:flex}.room-list{gap:13px;margin-top:13px;display:grid}.room-card{background:#fff;border:1px solid #dce4ec;border-radius:5px;grid-template-columns:48px 80px minmax(0,1fr) 48px;align-items:stretch;min-height:128px;transition:all .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 4px #d6e0e9}.room-card:hover:not(.is-disabled){border-color:#b8cadc;transform:translateY(-2px);box-shadow:0 6px #d6e0e9,0 14px 28px #20416814}.room-card:before{content:"";background:var(--room-blue);width:4px;position:absolute;inset:0 auto 0 0}.room-card--yellow:before{background:var(--room-yellow)}.room-card--red:before{background:var(--room-red)}.room-card__number{color:#a5b0bc;text-align:center;padding-top:18px;font:400 10px/1 Archivo Black}.room-card__symbol{width:68px;height:76px;color:var(--room-blue);background:#edf3fa;border-radius:4px;align-self:center;place-items:center;font-size:29px;display:grid}.room-card--yellow .room-card__symbol{color:#816d15;background:#fff8d8}.room-card--red .room-card__symbol{color:#aa4c49;background:#fbe7e6}.room-card__content{min-width:0;padding:18px 16px 14px}.room-card__title{align-items:center;gap:12px;display:flex}.room-card h2{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.04em;min-width:0;margin:0;font-size:15px;overflow:hidden}.room-status{color:#3870a6;background:#edf5fc;border-radius:20px;flex:none;padding:4px 8px;font-size:8px;font-weight:800}.room-status--playing{color:#fff;background:#8f9aa6}.room-card p{color:#7d8b9a;margin:7px 0 14px;font-size:10px}.room-card__meta{color:#8592a1;letter-spacing:.07em;align-items:center;gap:17px;font-size:8px;font-weight:800;display:flex}.room-card__meta span{align-items:center;gap:5px;display:flex}.room-card__meta svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:14px;height:14px}.room-card__join{width:100%;color:var(--room-blue);background:#f6f9fc;border:0;border-left:1px solid #e2e8ee;font-size:22px;transition:all .15s}.room-card__join:hover:not(:disabled){color:#fff;background:var(--room-blue)}.room-card__join:disabled{cursor:not-allowed;color:#afb8c2;background:#f0f2f4}.room-card.is-disabled{opacity:.72;box-shadow:none;background:#f4f5f6}.room-actions{gap:20px;display:grid}.action-card{background:#fff;border:1px solid #d6e0ea;border-radius:5px;padding:24px;box-shadow:7px 8px #dce5ee,0 14px 30px #1e3e630f}.action-card--join{border-top:4px solid var(--room-yellow)}.action-card__heading{align-items:center;gap:13px;margin-bottom:23px;display:flex}.action-icon{color:#987c0b;background:#fff4bd;border-radius:50%;place-items:center;width:37px;height:37px;font-size:18px;display:grid}.action-icon--plus{color:var(--room-blue);background:#eaf1f9}.action-card__heading small{color:#9aa5b1;letter-spacing:.17em;margin-bottom:4px;font-size:7px;font-weight:800;display:block}.action-card__heading h2{letter-spacing:-.04em;margin:0;font-size:17px}.action-card label{color:#53677e;justify-content:space-between;margin:13px 0 6px;font-size:9px;font-weight:800;display:flex}.action-card label span{color:#a3adb8;letter-spacing:.08em;font-size:7px}.action-card input{width:100%;height:43px;color:var(--room-navy);background:#f5f7f9;border:1px solid #d5dee7;border-radius:3px;outline:none;padding:0 13px;font-size:11px}.action-card input:focus{border-color:var(--room-blue);background:#fff;box-shadow:0 0 0 3px #315f9d1a}.action-card .code-input{text-align:center;letter-spacing:.38em;text-indent:.38em;text-transform:uppercase;font:700 17px/1 Noto Sans KR}.password-field{position:relative}.password-field input{padding-right:40px}.password-field svg{fill:none;stroke:#8996a5;stroke-width:1.7px;width:16px;height:16px;position:absolute;top:14px;right:13px}.privacy-hint{color:#8995a2;align-items:center;gap:7px;margin:10px 0 0;font-size:8px;display:flex}.privacy-hint span{background:#68c48e;border-radius:50%;width:6px;height:6px}.privacy-hint span.is-private{background:var(--room-red)}.action-submit{border:0;border-radius:3px;justify-content:space-between;align-items:center;width:100%;height:46px;margin-top:20px;padding:0 17px;font-size:11px;font-weight:800;transition:all .15s;display:flex}.action-submit span{font-size:17px}.action-submit:hover:not(:disabled){transform:translateY(-2px)}.action-submit:disabled{cursor:not-allowed;opacity:.4;box-shadow:none}.action-submit--yellow{color:var(--room-navy);background:var(--room-yellow);box-shadow:0 4px #b99d26}.action-submit--blue{color:#fff;background:var(--room-blue);box-shadow:0 4px 0 var(--room-navy)}.room-footer{z-index:1;color:#a2acb8;letter-spacing:.12em;background:#ffffffb3;border-top:1px solid #dfe6ee;justify-content:space-between;align-items:center;height:48px;padding:0 clamp(24px,5vw,80px);font-size:8px;font-weight:700;display:flex;position:relative}@media (width<=900px){.room-layout{grid-template-columns:1fr}.room-actions{grid-template-columns:1fr 1fr}.room-header__middle{display:none}.room-header{grid-template-columns:1fr 1fr}}@media (width<=650px){.room-shell{width:min(100% - 28px,1180px);padding-top:34px}.room-shell__heading{align-items:flex-start}.room-summary{display:none}.room-shell__heading h1{font-size:28px}.room-actions{grid-template-columns:1fr}.room-card{grid-template-columns:34px 58px minmax(0,1fr) 38px;min-height:116px}.room-card__symbol{width:49px;height:62px}.room-card__content{padding:16px 10px}.room-card__title{flex-direction:column;align-items:flex-start;gap:5px}.room-card h2{width:100%;font-size:13px}.room-card p{display:none}.room-card__meta{gap:9px;margin-top:10px}.room-card__meta>span:last-child{display:none}.room-header{height:64px;padding:0 18px}.room-page__grid{inset-block-start:64px}.room-brand>span:last-child,.room-footer>span:nth-child(2){display:none}}.record-page{--navy:#163661;--blue:#315f9d;--yellow:#f5d652;--red:#ef6e6a;min-height:100svh;color:var(--navy);background:#eef1f5;font-family:Noto Sans KR,sans-serif}.page-topbar{border-bottom:3px solid var(--blue);background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;height:74px;padding:0 clamp(24px,5vw,80px);display:flex;box-shadow:inset 0 1px #e3e9f0}.page-topbar .mini-brand{font-size:12px}.page-topbar .mini-brand__mark{width:34px;height:34px;font-size:18px}.back-button{color:#33475f;background:#fff;border:1px solid #d7e0e9;border-radius:999px;align-items:center;gap:7px;padding:9px 16px 9px 12px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.back-button:hover{color:var(--navy);background:#eef3f8;border-color:#b9cbe0;transform:translate(-2px)}.back-button:active{transform:translate(0)}.back-button svg{display:block}.page-topbar__right{align-items:center;gap:10px;display:flex}.page-nav{gap:4px;display:flex}.page-nav__link{color:#5b6b7f;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s}.page-nav__link:hover{color:var(--navy);background:#e7edf4}.page-nav__link.active{color:#fff;background:var(--blue)}.icon-button{color:#5b6b7f;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;transition:all .15s;display:grid}.icon-button:hover{color:var(--navy);background:#e7edf4}.record-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:34px;max-width:1180px;margin:0 auto;padding:34px clamp(20px,4vw,48px) 70px;display:grid}.record-heading{letter-spacing:-.03em;align-items:center;gap:10px;margin:4px 0 22px;font-size:27px;font-weight:800;display:flex}.record-heading__icon{color:#fff;background:var(--blue);border-radius:6px;place-items:center;width:26px;height:26px;display:grid}.record-card{background:#fff;border:1px solid #cfe0f2;border-radius:12px;padding:26px 28px 28px;box-shadow:0 6px #dbe6f2,0 18px 40px #23406214}.record-card__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.record-caption{color:#7c8b9c;margin:0 0 20px;font-size:12px;line-height:1.6}.record-card__head h2{color:var(--blue);letter-spacing:-.02em;margin:0;font-size:21px;font-weight:800}.ranking-badge{color:var(--navy);background:var(--yellow);letter-spacing:.08em;border:0;border-radius:999px;padding:8px 18px;font-size:11px;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 4px #d9b83a}a.ranking-badge:hover{transform:translateY(-1px);box-shadow:0 5px #d9b83a}.record-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.record-row{background:#f5f8fb;border-radius:9px;align-items:center;gap:16px;padding:18px 20px;display:flex}.stage-chip{color:#fff;background:var(--navy);border-radius:9px;place-items:center;min-width:46px;height:40px;font-size:13px;font-weight:800;display:grid}.record-row__name{flex:1;font-size:14px;font-weight:600}.record-row__value{text-align:right}.record-row__value b{color:var(--blue);letter-spacing:-.02em;font:400 23px/1.1 Archivo Black,sans-serif;display:block}.record-row__value small{color:#78889b;margin-top:4px;font-size:11px;font-weight:600;display:block}.record-row__value--empty b{color:#b4c0cd}.record-loading,.record-error{color:#78889b;margin:24px 4px;font-size:13px;font-weight:600}.record-error{color:var(--red)}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:10px 12px #2c527c12,0 18px 40px #23406214}.profile-card__inner{border:1px solid #dce4ec;border-radius:8px;padding:26px 26px 30px}.profile-card__nickname{margin:0 0 14px;font-size:19px;font-weight:600}.profile-card__rank{letter-spacing:-.02em;margin:0;font-size:25px;font-weight:700;line-height:1.35}.profile-card__rank b{font-size:31px;font-weight:800;display:block}.rank-tabs{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.rank-tab{color:#52667e;background:#fff;border:1px solid #d7e0e9;border-radius:999px;padding:10px 19px;font-size:12.5px;font-weight:700;transition:all .15s}.rank-tab:hover{border-color:var(--blue);color:var(--blue)}.rank-tab.is-active{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:0 4px #16366140}.board-summary{gap:18px;margin:0;padding:0;list-style:none;display:grid}.board-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:20px;padding:22px 24px;display:flex;box-shadow:0 5px #e2e9f1,0 14px 30px #2340620f}.board-card__chip{width:78px;height:78px;color:var(--navy);background:#dcebfb;border-radius:10px;flex-shrink:0;place-items:center;font:400 17px/1 Archivo Black,sans-serif;display:grid}.board-card__info{flex:1;min-width:0}.board-card__info strong{color:var(--blue);font-size:16.5px;font-weight:700;display:block}.board-card__info small{color:#6e7f92;margin-top:7px;font-size:12.5px;display:block}.board-card__go{color:var(--blue);background:#e3edf8;border:0;border-radius:999px;padding:13px 26px;font-size:14px;font-weight:700;transition:all .15s}.board-card__go:hover{background:#d3e3f5;transform:translateY(-1px)}.board-list{counter-reset:none;gap:10px;margin:0;padding:0;list-style:none;display:grid}.board-row{background:#f5f8fb;border-radius:9px;align-items:center;gap:16px;padding:14px 18px;display:flex}.board-row__rank{color:#52667e;background:#e6ecf3;border-radius:50%;place-items:center;min-width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.board-row--top .board-row__rank{color:var(--navy);background:var(--yellow);box-shadow:0 2px #d9b83a}.board-row__nickname{flex:1;font-size:14px;font-weight:600}.board-row__time{color:var(--blue);font:400 17px/1 Archivo Black,sans-serif}@media (width<=900px){.record-layout{grid-template-columns:1fr}.profile-card{order:-1}}@media (width<=480px){.page-topbar{height:62px;padding-inline:18px}.page-topbar .mini-brand>span:last-child{display:none}.page-nav__link{padding:8px 11px;font-size:12px}.record-card{padding:20px 18px}.board-card{flex-wrap:wrap}.board-card__chip{width:56px;height:56px;font-size:14px}.board-card__go{width:100%}}.comm-page{--ink:#192133;--muted:#697386;--line:#dfe3ea;--paper:#fff;--blue:#3767f0;--green:#13a870;min-height:100vh;color:var(--ink);background:#f3f5f8;padding:34px clamp(20px,4vw,64px) 64px;font-family:Noto Sans KR,sans-serif}.comm-header,.comm-connect,.comm-tabs,.comm-workspace{max-width:1440px;margin-inline:auto}.comm-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.comm-eyebrow{letter-spacing:.18em;font-weight:800;color:var(--blue)!important;font-size:11px!important}.comm-header h1{letter-spacing:-.035em;margin:4px 0 8px;font:42px/1 Archivo Black,sans-serif}.comm-header p{color:var(--muted);margin:0;font-size:14px}.comm-status{border:1px solid var(--line);letter-spacing:.08em;background:#fff;align-items:center;gap:9px;padding:10px 14px;font:700 11px/1 monospace;display:flex}.comm-status span{background:#9299a6;border-radius:50%;width:8px;height:8px}.comm-status--connected span{background:var(--green);box-shadow:0 0 0 4px #dff7ed}.comm-status--connecting span{background:#e7a320;animation:1s infinite comm-pulse}.comm-status--error span{background:#e05353}.comm-connect{border:1px solid var(--line);background:#fff;grid-template-columns:minmax(240px,1fr) minmax(280px,1.35fr) auto;gap:12px;padding:17px;display:grid;box-shadow:0 10px 30px #1921330d}.comm-connect label{min-width:0}.comm-connect label span,.comm-editor-label,.comm-experimental label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.comm-connect input,.comm-experimental input{border:1px solid var(--line);width:100%;height:42px;color:var(--ink);background:#f9fafc;padding:0 12px;font:12px monospace}.comm-button{background:var(--ink);color:#fff;border:0;align-self:end;height:42px;padding:0 24px;font-weight:800}.comm-button:disabled{opacity:.55;cursor:wait}.comm-button--stop{color:#c13f3f;background:#fff0f0;border:1px solid #efc9c9}.comm-tabs{border-bottom:1px solid #cbd1da;margin-top:24px;display:flex;overflow-x:auto}.comm-tabs button{color:#7a8290;background:0 0;border:0;flex:none;align-items:center;gap:8px;padding:15px 18px;font-size:13px;font-weight:700;display:flex;position:relative}.comm-tabs button:after{content:"";background:0 0;height:3px;position:absolute;inset:auto 0 -1px}.comm-tabs button.is-active{color:var(--ink);background:#fff9}.comm-tabs button.is-active:after{background:var(--blue)}.comm-tabs b{color:var(--blue);font:700 10px monospace}.comm-tabs i{background:#d39c38;border-radius:50%;width:6px;height:6px}.comm-tabs i.is-live{background:var(--green)}.comm-workspace{border:1px solid var(--line);background:#fff;border-top:0}.comm-protocol{border-bottom:1px solid var(--line);padding:24px 28px}.comm-protocol__title{justify-content:space-between;gap:20px;display:flex}.comm-protocol__title span{color:var(--blue);letter-spacing:.1em;font:700 10px monospace}.comm-protocol h2{margin:4px 0 0;font:800 22px/1.2 monospace}.comm-protocol mark{color:#a16d0d;background:#fff4da;align-self:start;padding:6px 9px;font-size:10px;font-weight:800}.comm-protocol mark.is-live{color:#087e53;background:#e1f8ee}.comm-protocol>p{color:var(--muted);margin:13px 0 18px;font-size:13px}.comm-protocol dl{flex-wrap:wrap;gap:12px 30px;margin:0;display:flex}.comm-protocol dl div{gap:9px;font-size:11px;display:flex}.comm-protocol dt{color:#949aa5;font-weight:700}.comm-protocol dd{margin:0;font-weight:700}.comm-protocol code{color:var(--blue)}.comm-flow{grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);min-height:550px;display:grid}.comm-side{flex-direction:column;min-width:0;padding:26px;display:flex}.comm-side>header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.comm-side>header>span{background:var(--ink);color:#fff;place-items:center;width:30px;height:30px;font:700 10px monospace;display:grid}.comm-side>header div{flex-direction:column;display:flex}.comm-side>header b{font-size:14px}.comm-side>header small{color:#969daa;letter-spacing:.08em;font:700 9px monospace}.comm-side textarea{resize:vertical;border:1px solid var(--line);color:#c7d7ff;background:#161c29;width:100%;min-height:270px;padding:16px;font:12px/1.65 Consolas,monospace}.comm-action{background:var(--blue);color:#fff;border:0;width:100%;margin-top:14px;padding:13px;font-weight:800}.comm-action--ghost{border:1px solid var(--blue);color:var(--blue);background:#eef2ff}.comm-divider{border-inline:1px solid var(--line);color:#9aa2af;background:#fafbfc;flex-direction:column;justify-content:center;align-items:center;display:flex}.comm-divider span{writing-mode:vertical-rl;letter-spacing:.18em;font:700 9px monospace}.comm-divider i{color:var(--blue);margin-top:14px;font-size:22px;font-style:normal}.comm-empty{text-align:center;background:#fafbfc;border:1px dashed #cfd5de;flex:1;place-items:center;padding:30px;display:grid}.comm-empty strong{align-self:end;font:800 17px monospace}.comm-empty p{color:var(--muted);margin:10px 0;font-size:13px}.comm-empty code{color:var(--blue);align-self:start;font-size:12px}.comm-log{flex-direction:column;flex:1 1 0;gap:10px;min-height:320px;max-height:530px;display:flex;overflow-y:auto}.comm-log__empty{color:#969daa;border:1px dashed #cfd5de;align-content:center;place-items:center;height:100%;min-height:300px;display:grid}.comm-log__empty i{font:32px serif}.comm-log__empty p{font-size:12px}.comm-message{border:1px solid var(--line);background:#fafbfc;border-left:3px solid #9299a6}.comm-message--send{border-left-color:var(--blue)}.comm-message--receive{border-left-color:var(--green)}.comm-message--system{border-left-color:#e2a337}.comm-message>div{border-bottom:1px solid #e8ebef;justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.comm-message b{font-size:11px}.comm-message time{color:#969daa;font:10px monospace}.comm-message pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#465064;margin:0;padding:12px;font:11px/1.55 Consolas,monospace;overflow-x:auto}.comm-clear{color:#8c94a1;background:0 0;border:0;align-self:end;margin-top:12px;font-size:11px;text-decoration:underline}.comm-experimental{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.comm-experimental>div{display:flex}.comm-experimental button{background:var(--ink);color:#fff;border:0;padding:0 15px;font:700 11px monospace}@keyframes comm-pulse{50%{opacity:.35}}@media (width<=900px){.comm-header{align-items:start}.comm-header h1{font-size:32px}.comm-connect,.comm-flow{grid-template-columns:1fr}.comm-divider{border-inline:0;border-block:1px solid var(--line);flex-direction:row;gap:12px;min-height:56px}.comm-divider span{writing-mode:initial}.comm-divider i{margin:0;transform:rotate(90deg)}}@media (width<=600px){.comm-page{padding:22px 12px 40px}.comm-header{display:block}.comm-status{width:fit-content;margin-top:18px}.comm-header h1{font-size:27px}.comm-protocol,.comm-side{padding:20px 16px}.comm-protocol dl{display:grid}}
