@charset "UTF-8";.broadcast-page,.broadcast-list-page{max-width:900px;margin:0 auto;padding:20px 16px 48px;}.broadcast-caption,.broadcast-list-title{font-family:"Roboto Serif",sans-serif;font-size:1.6rem;font-weight:700;line-height:140%;margin-bottom:24px;}.broadcast-caption{font-family:"Roboto Serif",sans-serif;font-size:1.4rem;font-weight:700;line-height:140%;margin-bottom:16px;}.broadcast-embed-container{aspect-ratio:16/9;max-width:720px;margin:0 auto 24px auto;position:relative;background:transparent;}.broadcast-embed{width:100%;height:100%;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;position:relative;z-index:10;}.broadcast-embed iframe{width:100%;height:100%;border:0;}.broadcast-embed__placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;}.broadcast-embed__overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1003;cursor:grab;background:transparent;}.broadcast-embed__close{display:none;position:absolute;top:8px;right:8px;width:24px;height:24px;background:rgba(0,0,0,.6);color:#fff;border:0;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;z-index:1003;transition:background .2s;}.broadcast-embed__close:hover{background:rgba(0,0,0,.8);}.broadcast-embed.floating{position:fixed;top:73px;right:16px;width:220px;height:123.75px;z-index:1000;box-shadow:0 10px 30px rgba(0,0,0,.3);border-radius:8px;animation:floatIn .3s cubic-bezier(.25,.8,.25,1);}.broadcast-embed.floating .broadcast-embed__overlay{display:block;}.broadcast-embed.floating .broadcast-embed__close{display:flex;top:8px;right:8px;z-index:1003;background:rgba(0,0,0,.6);}.broadcast-embed.floating .broadcast-embed__close:hover{background:#cc181c;}@media(min-width:576px){.broadcast-embed.floating{top:94px;right:24px;width:320px;height:180px;border-radius:12px;}}@keyframes floatIn{from{opacity:0;transform:translateY(20px) scale(.95);}to{opacity:1;transform:translateY(0) scale(1);}}.broadcast-form{background:#f8f8f8;border-radius:8px;padding:20px;margin-bottom:32px;}.broadcast-form__title{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:700;margin-bottom:12px;}.broadcast-form__textarea{width:100%;min-height:80px;padding:10px;border:1px solid #ddd;border-radius:6px;font-family:"Roboto",sans-serif;font-size:.9rem;resize:vertical;box-sizing:border-box;}.broadcast-form__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;flex-wrap:wrap;}.broadcast-form__label{display:flex;align-items:center;gap:6px;font-family:"Roboto",sans-serif;font-size:.85rem;cursor:pointer;}.broadcast-form__submit{padding:9px 20px;background:#cc181c;color:#fff;border:0;border-radius:6px;font-family:"Roboto",sans-serif;font-size:.9rem;cursor:pointer;transition:opacity .2s,background-color .2s;}.broadcast-form__submit:disabled{opacity:.6;cursor:default;}.broadcast-form__submit:hover:not(:disabled){background:#9e1316;}.broadcast-form__msg{font-family:"Roboto",sans-serif;font-size:.85rem;margin-top:8px;}.broadcast-form__msg--success{color:#1a7a1a;}.broadcast-form__msg--error{color:#cc181c;}.broadcast-login-notice{font-family:"Roboto",sans-serif;font-size:.9rem;color:#555;background:#f3f3f3;border-radius:8px;padding:16px;margin-bottom:32px;text-align:center;}.broadcast-login-notice a{color:#cc181c;font-weight:600;text-decoration:underline;}.broadcast-login-notice a:hover{color:#9e1316;}.my-questions{border:1px solid #eee;border-radius:8px;margin-bottom:24px;overflow:hidden;}.my-questions__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f8f8f8;border:0;cursor:pointer;font-family:"Roboto",sans-serif;font-size:.95rem;font-weight:700;text-align:left;transition:background-color .2s;}.my-questions__toggle:hover{background:#f0f0f0;}.my-questions__toggle[aria-expanded=true] .my-questions__arrow{transform:rotate(180deg);}.my-questions__arrow{width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block;flex-shrink:0;}.my-questions__body{max-height:0;overflow:hidden;padding:0 16px;opacity:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s ease;}.my-questions__body.open{opacity:1;}.my-question-item{padding:12px 0;border-bottom:1px solid #f0f0f0;}.my-question-item:last-child{border-bottom:0;}.my-question-item__text{font-family:"Roboto",sans-serif;font-size:.9rem;line-height:150%;margin:0 0 6px;}.my-question-item__meta{font-family:"Roboto",sans-serif;font-size:.78rem;color:#888;display:flex;align-items:center;gap:10px;}.my-question-item__status{padding:2px 8px;border-radius:10px;font-family:"Roboto",sans-serif;font-size:.72rem;font-weight:600;}.my-question-item__status--pending{background:#fff3cd;color:#856404;}.my-question-item__status--approved{background:#d1e7dd;color:#0a5c36;}.my-question-item__status--rejected{background:#f8d7da;color:#842029;}.broadcast-questions{max-height:520px;overflow-y:auto;padding-right:4px;}.broadcast-questions::-webkit-scrollbar{width:6px;height:6px;}.broadcast-questions::-webkit-scrollbar-track{background:rgba(0,0,0,.03);border-radius:10px;}.broadcast-questions::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:10px;border:1px solid transparent;}.broadcast-questions::-webkit-scrollbar-thumb:hover{background-color:#c4c4c4;}.broadcast-questions__title{font-family:"Roboto Serif",sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:12px;border-bottom:2px solid #eee;padding-bottom:8px;}.broadcast-questions__empty{color:#888;font-family:"Roboto",sans-serif;font-size:.9rem;}.question-item{padding:14px 0;border-bottom:1px solid #f0f0f0;}.question-item:last-child{border-bottom:0;}.question-item__text{font-family:"Roboto",sans-serif;font-size:.95rem;line-height:155%;margin:0 0 6px;}.question-item__meta{font-family:"Roboto",sans-serif;font-size:.8rem;color:#888;display:flex;gap:12px;}.question-item__name{font-weight:600;color:#555;}.broadcast-items{display:flex;flex-direction:column;gap:0;}.broadcast-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f0f0f0;gap:12px;}.broadcast-item:last-child{border-bottom:0;}.broadcast-item__photo{flex-shrink:0;width:96px;height:64px;border-radius:6px;overflow:hidden;background:#f0f0f0;}.broadcast-item__photo img{width:100%;height:100%;object-fit:cover;display:block;}.broadcast-item__left{flex:1;min-width:0;}.broadcast-item__caption{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:600;color:#111;line-height:1.45;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s;}.broadcast-item__caption:hover{color:#cc181c;}.broadcast-item__columnist{display:block;font-family:"Roboto",sans-serif;font-size:.78rem;color:#555;margin-bottom:3px;}.broadcast-item__date{font-family:"Roboto",sans-serif;font-size:.8rem;color:#888;}.broadcast-item__right{flex-shrink:0;}.broadcast-item__right .badge-upcoming{display:inline-block;background:#fff3cd;color:#856404;font-family:"Roboto",sans-serif;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:12px;}.badge-live{display:inline-flex;align-items:center;gap:5px;background:#cc181c;color:#fff;font-family:"Roboto",sans-serif;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:12px;letter-spacing:.4px;}.badge-live::before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;animation:live-pulse 1.2s infinite;}.badge-ended{display:inline-block;background:#f0f0f0;color:#888;font-family:"Roboto",sans-serif;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:12px;}.broadcast-empty{color:#888;font-family:"Roboto",sans-serif;font-size:.95rem;padding:32px 0;text-align:center;}@keyframes live-pulse{0%,100%{opacity:1;}50%{opacity:.3;}}