.broadcast-form{background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-width:600px;margin:0 auto}.broadcast-form h2{margin:0 0 25px;color:#333;font-size:1.5em}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:.95em}.required{color:#e53e3e}.form-group input[type=text]{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1em;transition:border-color .2s;font-family:inherit}.form-group input[type=text]:focus{outline:none;border-color:#667eea}.form-group input[type=text].error{border-color:#e53e3e}.form-group input[type=text]:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.id-input-group{display:flex;gap:10px;align-items:center}.id-input-group input[type=text]{flex:1}.checkbox-label{display:flex;align-items:center;gap:6px;font-weight:400;white-space:nowrap;cursor:pointer}.checkbox-label input[type=checkbox]{cursor:pointer}.help-text{display:block;margin-top:6px;font-size:.85em;color:#718096}.help-text strong{color:#667eea;font-family:monospace}.error-message{display:block;margin-top:6px;color:#e53e3e;font-size:.85em}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#fff;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0}@media (max-width: 640px){.broadcast-form{padding:20px}.id-input-group{flex-direction:column;align-items:stretch}.checkbox-label{justify-content:flex-start}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}}.broadcast-list{display:flex;flex-direction:column;gap:20px}.broadcast-list-empty{text-align:center;padding:60px 20px;color:#718096}.empty-icon{font-size:4em;margin-bottom:20px;opacity:.5}.broadcast-list-empty h3{color:#4a5568;margin-bottom:10px}.broadcast-list-empty p{color:#a0aec0}.broadcast-card-item{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.broadcast-card-item:hover{box-shadow:0 4px 12px #00000026}.broadcast-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:15px}.broadcast-info{flex:1}.broadcast-name{margin:0 0 8px;color:#2d3748;font-size:1.3em}.broadcast-venue{color:#667eea;font-weight:600;margin-bottom:5px}.broadcast-description{color:#718096;font-size:.95em}.broadcast-actions{display:flex;gap:8px;flex-shrink:0}.btn-icon{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2em;transition:all .2s}.btn-icon:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-2px)}.btn-icon-danger:hover{background:#fff5f5;border-color:#fc8181}.broadcast-details{display:flex;flex-direction:column;gap:10px;padding-top:15px;border-top:1px solid #e2e8f0}.detail-item{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.detail-label{font-weight:600;color:#4a5568;font-size:.9em;min-width:50px}.detail-value{background:#f7fafc;padding:4px 10px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.85em;color:#2d3748;border:1px solid #e2e8f0}.broadcast-url{flex:1;word-break:break-all;color:#667eea}@media (max-width: 768px){.broadcast-header{flex-direction:column;align-items:stretch}.broadcast-actions{justify-content:flex-end}.detail-item{flex-direction:column;align-items:flex-start;gap:5px}.detail-value{width:100%;word-break:break-all}}.qr-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}.qr-modal{background:#fff;border-radius:15px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}.qr-modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e2e8f0}.qr-modal-header h2{margin:0;color:#2d3748;font-size:1.5em}.close-button{background:none;border:none;font-size:2em;color:#a0aec0;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-button:hover{background:#f7fafc;color:#2d3748}.qr-modal-content{padding:30px}.broadcast-info-box{text-align:center;margin-bottom:25px}.broadcast-info-box h3{color:#667eea;margin:0 0 5px;font-size:1.4em}.venue-text{color:#718096;font-size:1em}.qr-code-container{display:flex;justify-content:center;align-items:center;padding:20px;background:#f7fafc;border-radius:10px;margin-bottom:25px;min-height:300px}.qr-code-image{max-width:100%;height:auto;display:block}.qr-loading{color:#718096;font-size:1.1em}.url-section{margin-bottom:20px}.url-section label{display:block;margin-bottom:8px;color:#4a5568;font-weight:600;font-size:.9em}.url-input-group{display:flex;gap:10px}.url-input{flex:1;padding:10px;border:2px solid #e2e8f0;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.9em;color:#667eea;background:#f7fafc}.copy-button{background:#667eea;color:#fff;border:none;border-radius:8px;padding:0 16px;cursor:pointer;font-size:1.2em;transition:all .2s;flex-shrink:0}.copy-button:hover{background:#5a67d8;transform:translateY(-2px)}.copy-success{display:block;margin-top:5px;color:#38a169;font-size:.9em;font-weight:600}.code-notice{background:#fff3cd;padding:12px;border-radius:8px;color:#856404;margin-bottom:20px;text-align:center}.qr-instructions{background:#edf2f7;padding:20px;border-radius:8px;margin-top:20px}.qr-instructions h4{margin:0 0 12px;color:#2d3748;font-size:1em}.qr-instructions ol{margin:0;padding-left:20px;color:#4a5568;line-height:1.8}.qr-instructions strong{color:#667eea}.qr-modal-actions{display:flex;gap:15px;padding:20px 30px;border-top:1px solid #e2e8f0}.btn-action{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-action:disabled{opacity:.5;cursor:not-allowed}.btn-download{background:#667eea;color:#fff}.btn-download:hover:not(:disabled){background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-print{background:#fff;color:#4a5568;border:2px solid #e2e8f0}.btn-print:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}@media (max-width: 640px){.qr-modal-header,.qr-modal-content,.qr-modal-actions{padding:20px}.qr-modal-actions,.url-input-group{flex-direction:column}.copy-button{width:100%}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.admin-header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:25px 30px}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.header-left h1{margin:0 0 8px;color:#2d3748;font-size:1.8em}.header-subtitle{margin:0;color:#718096;font-size:1em}.preview-link{padding:10px 20px;background:#667eea;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s;white-space:nowrap}.preview-link:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.admin-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:40px 30px}.list-view{display:flex;flex-direction:column;gap:25px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.toolbar-actions{display:flex;gap:10px}.btn-create{padding:14px 28px;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.btn-create:hover{background:#f7fafc;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-tool{padding:10px 18px;background:#fff;color:#4a5568;border:2px solid rgba(255,255,255,.9);border-radius:8px;font-size:.95em;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.btn-tool:hover{background:#f7fafc;border-color:#e2e8f0;transform:translateY(-2px)}.admin-footer{background:#ffffff1a;padding:20px 30px;text-align:center;color:#fff;margin-top:auto}.admin-footer p{margin:0;font-size:.9em}.admin-footer a{color:#fff;text-decoration:underline;transition:opacity .2s}.admin-footer a:hover{opacity:.8}@media (max-width: 768px){.admin-header{padding:20px}.header-content{flex-direction:column;align-items:flex-start}.preview-link{width:100%;text-align:center}.admin-main{padding:20px}.toolbar{flex-direction:column;align-items:stretch}.btn-create{width:100%}.toolbar-actions{width:100%;justify-content:space-between}.btn-tool{flex:1;font-size:.85em;padding:10px 12px}}.broadcast-card{background:#fff;color:#333;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d;margin:40px auto;max-width:600px}.broadcast-card__title{font-size:1.8em;text-align:center;margin-bottom:10px;color:#333}.broadcast-card__name{font-size:1.5em;color:#667eea;text-align:center;margin:20px 0;font-weight:700}.broadcast-card__venue{text-align:center;color:#666;font-size:1.1em;margin-bottom:10px}.broadcast-card__description{text-align:center;color:#888;margin-bottom:30px}.broadcast-card__content{margin:30px 0}.broadcast-card__code-notice{text-align:center;padding:15px;background:#fff3cd;border-radius:10px;color:#856404;margin-top:20px}@media (max-width: 640px){.broadcast-card{padding:20px;margin:20px}.broadcast-card__title{font-size:1.5em}.broadcast-card__name{font-size:1.2em}}.instruction-list{margin:30px 0}.instruction-step{margin:15px 0;padding:15px;background:#f7f7f7;border-radius:10px;border-left:4px solid #667eea;transition:all .2s ease}.instruction-step:hover{background:#f0f0f0;transform:translate(2px)}.instruction-step--emphasized{background:#e8f4ff;border-left-color:#4a90e2}.instruction-step__number{font-weight:700;color:#667eea;margin-bottom:8px;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.instruction-step__text{color:#333;line-height:1.6;font-size:1em}.instruction-step__link{display:inline-block;margin-top:10px;color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.instruction-step__link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 640px){.instruction-step{padding:12px;margin:12px 0}.instruction-step__text{font-size:.95em}}.action-buttons{display:flex;flex-direction:column;gap:15px;margin:30px 0;align-items:center}.action-button{width:100%;max-width:400px;padding:15px 40px;font-size:1.1em;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-align:center;font-family:inherit}.action-button--primary{background:#667eea;color:#fff}.action-button--primary:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.action-button--primary:active{transform:translateY(0)}.action-button--secondary{background:#fff;color:#667eea;border:2px solid #667eea}.action-button--secondary:hover{background:#f7f7ff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea33}.action-button--secondary:active{transform:translateY(0)}.action-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 640px){.action-buttons{gap:12px}.action-button{padding:12px 30px;font-size:1em}}.help-trigger{display:block;margin:30px auto 0;padding:12px 30px;background:transparent;color:#667eea;border:2px solid #667eea;border-radius:25px;cursor:pointer;font-size:1em;font-weight:600;transition:all .3s ease;font-family:inherit}.help-trigger:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.help-modal{background:#fff;border-radius:15px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.help-modal__header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e0e0e0}.help-modal__title{margin:0;color:#333;font-size:1.5em}.help-modal__close{background:none;border:none;font-size:2em;color:#999;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.help-modal__close:hover{background:#f0f0f0;color:#333}.help-modal__content{padding:30px}.help-modal__section{margin-bottom:25px}.help-modal__section h3{color:#667eea;margin-bottom:10px;font-size:1.2em}.help-modal__section p{color:#555;line-height:1.6;margin-bottom:10px}.help-modal__section ul{list-style-position:inside;color:#555;line-height:1.8;padding-left:10px}.help-modal__section li{margin-bottom:8px}.help-modal__footer{background:#f7f7f7;padding:20px;border-radius:0 0 15px 15px;margin:0 -30px -30px}.help-modal__url{margin:0;text-align:center;color:#666;font-size:.95em}.help-modal__url strong{color:#667eea;font-family:monospace;font-size:1.05em}@media (max-width: 640px){.help-modal__header,.help-modal__content{padding:20px}.help-modal__title{font-size:1.3em}.help-modal__footer{margin:0 -20px -20px}}.join-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.container{width:100%;max-width:800px}.loading{text-align:center;color:#fff;font-size:1.5em;padding:40px}.error-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center}.error-card h1{color:#e53e3e;margin:0 0 20px;font-size:2em}.error-card p{color:#4a5568;margin:10px 0;font-size:1.1em}.btn-home{display:inline-block;margin-top:20px;padding:12px 24px;background:#667eea;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s}.btn-home:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.platform-info{text-align:center;padding:15px;background:#e8f4ff;border-radius:10px;margin-bottom:20px;color:#333;font-size:.95em}.platform-info strong{color:#667eea}.footer{text-align:center;color:#fff;margin-top:40px;padding:20px;opacity:.9}.footer p{margin:5px 0;font-size:.9em}.footer__hint{font-size:.85em;opacity:.8}.footer__hint strong{font-family:monospace;background:#fff3;padding:2px 8px;border-radius:4px}@media (max-width: 640px){.join-page{padding:10px}.error-card{padding:30px 20px}.platform-info{font-size:.9em;padding:12px}.footer{margin-top:20px;padding:15px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{min-height:100vh;width:100%}
