:root{--copyright-color:white}:root.light{--copyright-color:black}*{box-sizing:border-box}canvas{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:fixed;inset:0}div.copyright{color:var(--copyright-color);z-index:999;text-align:center;width:90%;font-size:12px;position:fixed;bottom:0;left:50%;transform:translate(-50%)}div.copyright a{color:var(--copyright-color)}.icon{vertical-align:middle;background:currentColor;width:25px;height:25px;display:inline-block;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.icon.play{mask-image:url(play.d2b98249.svg)}.icon.shuffle{mask-image:url(shuffle.e9e498cf.svg)}.icon.megaphone{mask-image:url(megaphone.da49dfc8.svg)}.icon.record{mask-image:url(record.c71c4728.svg)}.icon.map{mask-image:url(map.eb357c03.svg)}.icon.trophy{mask-image:url(trophy.50d1ba0a.svg)}.icon.bomb{mask-image:url(bomb.455f9b17.svg)}.icon.sun{mask-image:url(sun.ab6ec46d.svg)}.icon.moon{mask-image:url(moon.3f475bd2.svg)}#settings{z-index:999;visibility:visible;opacity:1;background:#666;border-radius:10px;min-width:50%;padding:10px;transition:visibility,opacity 1s linear;display:flex;position:fixed;bottom:1rem;left:1rem}#settings.hide{opacity:0;visibility:hidden}#settings h3{color:#fefefe;margin:0;padding:0;font-size:12pt}#settings textarea{background:#999;border:none;width:100%;min-height:5rem;font-size:14pt}#settings button,#settings .btn{color:#fefefe;background:#222;border:none;border-radius:5px;padding:5px 10px;display:inline-block;position:relative}#settings button:active:after,#settings .btn:active:after{content:"";background:#00000080;position:absolute;inset:0}#settings button#btnShop,#settings .btn#btnShop{height:35px}#settings button#btnShop img,#settings .btn#btnShop img{width:25px;height:25px}#settings button.new:before,#settings .btn.new:before{color:#fff;content:"NEW";z-index:1;background:#a00;border-radius:6px;padding:2px 4px;font-size:9px;position:absolute;top:-4px;right:-10px}#settings div.theme{color:#fff;flex-grow:1;justify-content:flex-end;align-items:center;display:flex}#settings div.left{flex-grow:1;flex-shrink:1;order:1}#settings div.left .actions{justify-content:stretch;align-items:center;gap:2px;display:flex}#settings div.left .actions div.sep{flex-grow:1}#settings .btn-toggle-settings{display:none}#settings div.right{flex-grow:0;flex-shrink:0;order:2}#settings div.right div.row{align-items:center;height:35px;display:flex}#settings div.right div.row label{color:#fff;flex-grow:0;flex-shrink:0;width:150px;padding-left:1rem}#settings div.right div.row .toggle-item{align-items:center;width:50%;display:flex}#settings select{background:#999;border-radius:5px;width:100%;height:25px}#settings input[type=checkbox]{vertical-align:middle;width:50px;height:25px;padding-right:63px;display:inline-block;position:relative}#settings input[type=checkbox]:before{content:"";background:#999;border-radius:25px;width:50px;height:25px;display:inline-block;position:absolute;top:0;left:0}#settings input[type=checkbox]:after{content:"";background:#ccc;border-radius:25px;width:25px;height:25px;transition:transform .2s;position:absolute;top:0;left:0}#settings input[type=checkbox]:checked:after{background:#fff;transform:translate(100%)}#settings input[type=checkbox]:checked:before{content:"";background:#00baff}#settings .btn-group{justify-content:stretch;display:flex}#settings .btn-group>*{box-sizing:border-box;color:#fefefe;background:#999;border:none;border-radius:0;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:33%;height:25px;padding:0;display:flex;overflow:hidden}#settings .btn-group>:first-child{border-radius:10px 0 0 10px}#settings .btn-group>:last-child{border-radius:0 10px 10px 0}#settings .btn-group>.active:before{content:"";vertical-align:middle;background:#fff;width:15px;height:15px;display:inline-block;mask-image:url(check.7e390469.svg);mask-repeat:no-repeat}#settings .btn-group>.active{background:#333}#settings .btn-group input[type=number]{box-sizing:border-box;text-align:center}#notice{z-index:1001;color:#333;background:#ffffffe6;border-radius:30px;flex-direction:column;width:500px;max-width:90%;padding:10px;display:none;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}#notice h1{background-color:#fd0;border-bottom:1px solid #333;align-items:center;margin:-10px -10px 0;padding:10px 5px 10px .5em;display:flex}#notice h1:before{content:"";background-image:url(megaphone.da49dfc8.svg);background-size:contain;width:1em;height:1em;margin-right:.2em;display:inline-block}#notice div.notice-body{padding:0 .5em}#notice div.notice-action{justify-content:end;display:flex}#notice div.notice-action button{color:#fefefe;background:#222;border:none;border-radius:20px;width:50%;height:50px;padding:5px 10px;position:relative;overflow:hidden}#notice div.notice-action button:active:after{content:"";background:#00000080;position:absolute;inset:0}@media screen and (width<=750px){#settings{opacity:1;visibility:visible;width:calc(100% - 2rem);min-width:0;max-width:100%;transition:visibility,opacity 1s linear;display:block;bottom:60px;overflow:hidden}#settings.hide{opacity:0;visibility:hidden}#settings .btn-toggle-settings{cursor:pointer;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:6px;font-size:11pt;display:flex}#settings .btn-toggle-settings .toggle-arrow{font-style:normal}#settings .collapsible-rows.collapsed{display:none}#settings textarea{min-height:2.5rem;font-size:11pt}#settings div.right div.row{border-bottom:1px solid #555;height:auto;padding:.5rem 0;display:block}#settings div.right div.row label{width:100%;margin-bottom:.5rem;padding-left:0;display:block}#settings div.right div.row.row-toggles{flex-wrap:wrap;display:flex}#settings div.right div.row.row-toggles .toggle-item{flex-direction:column;align-items:start;width:50%;display:flex}#settings div.right div.row.row-toggles label{order:0;margin-bottom:.3rem}#settings div.right div.row.row-toggles input[type=checkbox]{order:1}#settings div.right div.row.row-theme{display:none}#settings div.right div.row .icon{width:15px;height:15px}#notice{box-sizing:border-box;z-index:1001;color:#333;background:#ffffffe6;border-radius:4px;flex-direction:column;width:100%;max-width:100%;height:100%;padding:5px 10px;display:none;position:fixed;top:0;left:0;transform:none}#notice div.notice-body{flex-grow:1}}div.toast{z-index:1000;background:#ccc;border-radius:4px;padding:8px;animation:.2s linear fade-in,.2s linear 1s reverse fade-in;position:fixed;bottom:10px;left:50%;overflow:hidden;transform:translate(-50%)}@keyframes fade-in{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.link_donation{color:#fff;text-shadow:-2px 0 #000,0 2px #000,2px 0 #000,0 -2px #000;background:repeating-linear-gradient(45deg,#fa0,#fa0 20px,#222 20px 40px);border-radius:.5em;justify-content:center;align-items:center;width:100%;margin-bottom:1em;padding:1em;font-size:1.5em;font-weight:700;text-decoration:none;display:flex}.shop-button{color:#fff;flex-direction:row;justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:.2em .4em .4em;font-size:32px;font-weight:700;line-height:48px;text-decoration:none;display:flex}.shop-button img{width:48px;height:48px;margin-bottom:-4px;margin-right:.2em}.shop-button{background-color:#07f;border:2px solid #000;border-radius:10px}.hidden{display:none!important}.hidden-by-default{display:none}.participants-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.participants-header h3{margin:0;font-size:16px}.participants-header .participants-summary{opacity:.7;font-size:12px}.participants-list{background:#ffffff0a;border-radius:8px;max-height:240px;margin-bottom:8px;padding:4px;overflow-y:auto}.participants-list:empty:before{content:"참가자를 추가해주세요";text-align:center;opacity:.4;padding:24px 12px;font-size:13px;display:block}.participant-card{background:#ffffff12;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:6px;margin-bottom:4px;padding:6px 8px;display:flex}.participant-card .participant-name{min-width:0;color:inherit;background:#0003;border:1px solid #ffffff14;border-radius:4px;flex:1;padding:6px 8px;font-family:inherit;font-size:14px}.participant-card .participant-name:focus{border-color:#07f;outline:none}.participant-card .count-stepper{background:#0003;border-radius:4px;align-items:center;gap:2px;padding:2px;display:flex}.participant-card .count-stepper .step-btn{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:18px;line-height:1}.participant-card .count-stepper .step-btn:active{background:#ffffff26}.participant-card .count-stepper .count-input{text-align:center;width:36px;color:inherit;-moz-appearance:textfield;background:0 0;border:none;font-size:14px;font-weight:600}.participant-card .count-stepper .count-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.participant-card .count-stepper .count-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.participant-card .count-stepper .count-input:focus{outline:none}.participant-card .remove-btn{color:#ef4444;cursor:pointer;background:#ef444426;border:none;border-radius:4px;width:28px;height:28px;font-size:14px}.participant-card .remove-btn:active{background:#ef44444d}.add-participant-row{gap:6px;margin-bottom:8px;display:flex}.add-participant-row input{color:inherit;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.add-participant-row input:focus{background:#ffffff14;border-color:#07f;outline:none}.add-participant-row .btn-add-participant{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:6px;width:44px;height:44px;font-size:20px;font-weight:700}.add-participant-row .btn-add-participant:active{background:#06c}.quick-actions{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.quick-actions .quick-btn{color:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:6px 10px;font-family:inherit;font-size:12px}.quick-actions .quick-btn:hover{background:#ffffff1a}.quick-actions .quick-btn.active{background:#0077ff4d;border-color:#07f}.quick-actions .quick-btn.danger{color:#ef4444;border-color:#ef44444d}.quick-actions .quick-btn.danger:hover{background:#ef44441a}.popup-panel{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.popup-panel.hidden{display:none}.popup-panel .popup-content{color:#fff;background:#1e293b;border-radius:10px;flex-direction:column;width:100%;max-width:480px;max-height:80vh;display:flex;overflow:hidden}.popup-panel .popup-header{border-bottom:1px solid #ffffff1a;flex:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:15px;font-weight:600;display:flex}.popup-panel .popup-header .popup-close{width:32px;height:32px;color:inherit;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;flex-shrink:0;font-size:16px}.popup-panel .popup-header .popup-close:hover{background:#ffffff26}.popup-panel .popup-header .popup-close:active{background:#fff3}.popup-panel .popup-body{flex:auto;min-height:80px;padding:12px;overflow-y:auto}.popup-panel .popup-footer{border-top:1px solid #ffffff1a;flex:none;gap:6px;padding:12px;display:flex}.popup-panel .popup-footer input{color:inherit;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;flex:1;padding:8px 10px;font-family:inherit}.popup-panel .popup-footer input:focus{border-color:#07f;outline:none}.popup-panel .popup-footer button{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:4px;padding:8px 14px}.template-row{background:#ffffff0a;border-radius:6px;align-items:center;gap:8px;margin-bottom:6px;padding:8px;display:flex}.template-row .template-info{flex:1;min-width:0}.template-row .template-info .template-name{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.template-row .template-info .template-summary{opacity:.6;margin-top:2px;font-size:11px}.template-row .apply-btn{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:4px;padding:6px 12px;font-size:12px}.template-row .delete-btn{color:#ef4444;cursor:pointer;background:#ef444426;border:none;border-radius:4px;width:28px;height:28px}.empty-state{text-align:center;opacity:.5;padding:32px 16px;font-size:13px;line-height:1.5}.row-broadcast{flex-direction:column;gap:6px;align-items:stretch!important}.row-broadcast>label{opacity:.8;font-size:12px}.broadcast-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:8px;padding:8px;display:flex}.broadcast-status{opacity:.9;font-size:13px;font-weight:600}.broadcast-actions{flex-direction:column;gap:6px;display:flex}.broadcast-actions .broadcast-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:600}.broadcast-actions .broadcast-btn:active{background:#dc2626}.broadcast-actions .broadcast-btn.primary{background:#07f}.broadcast-actions .broadcast-btn.primary:active{background:#06c}.broadcast-actions .join-group{gap:4px;display:flex}.broadcast-actions .join-group input{color:inherit;text-transform:uppercase;letter-spacing:1px;text-align:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;flex:1;padding:8px 10px;font-family:inherit;font-size:14px}.broadcast-actions .join-group input:focus{border-color:#07f;outline:none}.broadcast-actions .join-group button{color:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:4px;padding:8px 14px}.broadcast-actions .join-group button:hover{background:#ffffff2e}.broadcast-room{flex-direction:column;gap:8px;display:flex}.broadcast-room .room-code-display{background:#0077ff1f;border:1px solid #0077ff59;border-radius:6px;align-items:center;gap:6px;padding:8px 10px;display:flex}.broadcast-room .room-code-display .label{opacity:.7;font-size:11px}.broadcast-room .room-code-display strong{letter-spacing:4px;color:#60a5fa;flex:1;font-size:22px;font-weight:800}.broadcast-room .room-code-display button{width:32px;height:32px;color:inherit;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;font-size:14px}.broadcast-room .room-code-display button:hover{background:#fff3}.broadcast-room .room-info{justify-content:space-between;align-items:center;font-size:12px;display:flex}.broadcast-room .room-info button.danger{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef444459;border-radius:4px;padding:6px 10px;font-size:12px}.broadcast-room .room-info button.danger:hover{background:#ef444440}.broadcast-room .diagnostic{opacity:.5;font-family:monospace;font-size:11px}.settings.viewer-mode .left:before{content:"📺 뷰어 모드 — 호스트 설정을 따라갑니다";color:#60a5fa;text-align:center;background:#0077ff26;border-radius:4px;margin-bottom:8px;padding:6px 10px;font-size:12px;display:block}.settings.viewer-mode .vm-disabled{opacity:.55;pointer-events:none}.settings.viewer-mode .participants-list{filter:grayscale(.3);pointer-events:none}body>.toast{color:#fff;z-index:2000;background:#0f172af2;border-radius:20px;padding:10px 18px;font-size:13px;animation:1.5s forwards toastFade;position:fixed;bottom:40px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}@keyframes toastFade{0%{opacity:0;transform:translate(-50%,20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1}to{opacity:0;transform:translate(-50%,-10px)}}
/*# sourceMappingURL=roulette-main.1766d4a3.css.map */
