*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:none;font-family:sans-serif;height:100vh}#app{width:100vw;height:100vh;position:fixed;top:0;left:0;background:#f0f0f01a;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top)}.app-container{width:100vw;height:100vh;display:flex;flex-direction:column}.statement-panel{width:100%;height:20vh;min-height:120px;max-height:160px;background:#fffffff2;color:#333;padding:20px;border-bottom:2px solid #ddd;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;position:relative;flex-shrink:0}.statement-content{max-width:1200px;margin:0 auto;text-align:center}.statement-id{font-size:14px;font-weight:700;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.statement-text{font-size:18px;line-height:1.4;font-weight:500}.vote-canvas-container{width:100%;height:80vh;position:relative;flex:1;min-height:0}.vote-label{position:absolute;font-family:sans-serif;font-weight:700;font-size:28px;color:#000;pointer-events:none;user-select:none;z-index:1000;text-shadow:2px 2px 4px rgba(255,255,255,.8);background:#ffffffe6;padding:8px 12px;border-radius:6px;border:2px solid #000000}.vote-label-agree{top:30px;right:30px}.vote-label-disagree{bottom:110px;left:30px}.vote-label-pass{bottom:110px;right:30px}@media (max-width: 768px){.statement-panel{height:18vh;min-height:100px;max-height:140px;padding:15px}.statement-text{font-size:16px}.vote-canvas-container{height:82vh}.vote-label{font-size:20px;padding:6px 10px}.vote-label-agree{top:25px;right:25px}.vote-label-disagree{bottom:130px;left:25px}.vote-label-pass{bottom:130px;right:25px}}input,textarea,select{font-size:16px!important}body{overscroll-behavior:none}.admin-panel{width:100vw;height:100vh;background:#f5f5f5;overflow-y:auto;padding:20px;box-sizing:border-box}.admin-header{max-width:800px;margin:0 auto 30px;text-align:center;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.admin-header h1{color:#333;margin-bottom:10px;font-size:28px}.admin-header p{color:#666;margin-bottom:10px;font-size:16px}.current-active{color:#007bff!important;font-weight:700;font-size:18px!important}.statements-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.statement-item{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000001a}.statement-item:hover{border-color:#007bff;box-shadow:0 4px 15px #007bff33;transform:translateY(-2px)}.statement-item.active{border-color:#28a745;background:#f8fff9;box-shadow:0 4px 15px #28a7454d}.statement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.statement-item .statement-id{font-weight:700;color:#007bff;font-size:16px}.statement-item.active .statement-id{color:#28a745}.statement-timecode{color:#666;font-size:14px;font-family:monospace}.statement-item .statement-text{color:#333;font-size:16px;line-height:1.5}@media (max-width: 768px){.admin-panel{padding:15px}.admin-header{padding:15px;margin-bottom:20px}.admin-header h1{font-size:24px}.statement-item{padding:15px}.statement-header{flex-direction:column;align-items:flex-start;gap:5px}}.countdown-timer-container{margin:15px 0}.countdown-timer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.countdown-row{display:flex;align-items:center;gap:15px}.countdown-label{font-size:14px;font-weight:500;opacity:.9;white-space:nowrap}.countdown-bar-container{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden;display:flex;justify-content:flex-end}.countdown-bar{height:100%;background:#ffffffe6;border-radius:3px;transition:width .05s linear;box-shadow:0 0 8px #ffffff80;transform-origin:right center}.queue-controls{display:flex;gap:15px;justify-content:center;align-items:center;margin-top:15px;flex-wrap:wrap}.clear-queue-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px}.clear-queue-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.clear-queue-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}.end-voting-btn{background:#6f42c1;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.end-voting-btn:hover:not(:disabled){background:#5a32a3;transform:translateY(-1px);box-shadow:0 4px 8px #6f42c14d}.end-voting-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}.statement-item.status-now{border-color:#28a745;background:#f8fff9;box-shadow:0 4px 15px #28a7454d}.statement-item.status-queued{border-color:#ffc107;background:#fffbf0;box-shadow:0 4px 15px #ffc1074d}.statement-item.status-shown{border-color:#6c757d;background:#f8f9fa;box-shadow:0 2px 5px #6c757d33;opacity:.8}.statement-item.disabled{border-color:#dc3545;background:#f8f9fa;opacity:.5;box-shadow:0 2px 5px #dc354533}.statement-item.disabled:hover{border-color:#dc3545;box-shadow:0 2px 5px #dc354533;transform:none;cursor:not-allowed}.statement-item.disabled .statement-text{color:#6c757d}.statement-item.disabled .statement-id{color:#dc3545}.status-indicator{padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-indicator.status-now{background:#28a745;color:#fff}.status-indicator.status-queued{background:#ffc107;color:#333}.status-indicator.status-shown{background:#6c757d;color:#fff}.status-indicator.status-disabled{background:#dc3545;color:#fff}@media (max-width: 768px){.countdown-timer-container{margin:12px 0}.countdown-timer{padding:10px 15px}.countdown-label{font-size:12px}.countdown-bar-container{height:4px}}.tab-navigation{display:flex;gap:10px;margin:20px 0;justify-content:center}.tab-button{background:#f8f9fa;border:2px solid #dee2e6;color:#495057;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button:hover{background:#e9ecef;border-color:#adb5bd}.tab-button.active{background:#007bff;border-color:#007bff;color:#fff}.tab-button.active:hover{background:#0056b3;border-color:#0056b3}.votes-controls{display:flex;gap:15px;justify-content:center;align-items:center;margin:20px 0;flex-wrap:wrap}.refresh-btn{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.refresh-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}.refresh-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.clear-votes-btn{background:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px}.clear-votes-btn:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.clear-votes-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}@media (max-width: 768px){.votes-controls{flex-direction:column;gap:10px}.refresh-btn,.clear-votes-btn{width:200px}}.votes-list{max-width:800px;margin:0 auto}.votes-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.votes-table table{width:100%;border-collapse:collapse}.votes-table th{background:#f8f9fa;color:#495057;font-weight:600;padding:15px;text-align:left;border-bottom:2px solid #dee2e6;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.votes-table td{padding:12px 15px;border-bottom:1px solid #dee2e6;color:#495057}.votes-table tr:hover{background:#f8f9fa}.votes-table tr:last-child td{border-bottom:none}.vote-agree{color:#28a745;font-weight:600}.vote-disagree{color:#dc3545;font-weight:600}.vote-pass{color:#ffc107;font-weight:600}@media (max-width: 768px){.tab-navigation{flex-direction:column;align-items:center}.tab-button{width:200px}.votes-table{overflow-x:auto}.votes-table table{min-width:500px}.votes-table th,.votes-table td{padding:8px 10px;font-size:12px}}.ghost-cursors-control{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.ghost-cursors-checkbox{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:500;color:#495057;margin-bottom:8px}.ghost-cursors-checkbox input[type=checkbox]{margin-right:10px;width:18px;height:18px;cursor:pointer}.ghost-cursors-description{font-size:14px;color:#6c757d;margin:0;font-style:italic}.ghost-cursor{position:absolute;width:12px;height:12px;border-radius:50%;background:#808080b3;border:2px solid rgba(64,64,64,.8);pointer-events:none;z-index:500;transition:all .1s ease-out}.ghost-cursor:after{content:"";position:absolute;inset:-2px;border-radius:50%;background:#ffffff4d;animation:ghostPulse 2s infinite}@keyframes ghostPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@media (max-width: 768px){.ghost-cursors-control{margin-top:15px;padding:12px}.ghost-cursors-checkbox{font-size:14px}.ghost-cursors-description{font-size:12px}}
/*# sourceMappingURL=client.css.map */
