/* Chat is the working surface of a created station. */
.radio-chat{padding:24px;overflow:hidden;scroll-margin-top:100px}
.radio-chat .panel-heading{align-items:center;margin-bottom:18px;gap:16px}
.radio-chat .panel-heading h2{font-size:24px;letter-spacing:-.6px;margin:0}
.radio-chat .panel-heading .text-button{font-size:14px;min-height:44px}
.chat-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.4px;color:var(--accent);margin:0 0 8px}
.chat-call-strip{display:flex;align-items:center;gap:12px;background:var(--field,#f1f3ff);padding:16px;border-radius:12px;margin-bottom:16px}
.chat-call-icon{display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--on-accent);width:40px;height:40px;border-radius:50%;flex-shrink:0}
.chat-call-strip>div{flex:1;min-width:0}.chat-call-strip strong{display:block;font-size:15px}.chat-call-strip>div>span{display:block;font-size:13px;line-height:1.5;color:var(--muted);margin-top:4px}
.chat-call-button{color:var(--accent);font-weight:650;background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:10px 13px;min-height:44px;font-size:14px}
.radio-chat .chat-tabs{gap:22px;padding:0;align-items:center;flex-wrap:nowrap}
.radio-chat .chat-tabs button{font-size:14px;min-height:46px;white-space:nowrap;border-bottom:2px solid transparent}
.radio-chat .chat-tabs button[aria-pressed=true]{border-color:var(--accent)}
.radio-chat .chat-tabs button>span{padding:2px 6px;margin-left:4px;background:var(--field);border-radius:5px;font-size:12px}
.radio-chat .chat-tabs button[data-chat-moderate]{margin-left:auto;width:32px}.radio-chat .chat-tabs svg{width:18px}
.radio-chat .chat-messages{height:330px;overscroll-behavior:contain;padding:14px 0;scrollbar-gutter:stable}
.radio-chat .chat-empty{gap:10px}.radio-chat .chat-empty strong{font-size:20px;letter-spacing:-.5px}.radio-chat .chat-empty p{font-size:15px;max-width:340px;line-height:1.6;color:var(--muted)}
.chat-empty-symbol{display:grid;place-items:center;width:60px;height:60px;border-radius:20px;background:var(--field);color:var(--accent);margin-bottom:6px;transform:rotate(-7deg)}.chat-empty-symbol svg{width:28px;height:28px;transform:rotate(7deg)}
.chat-quick-replies{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px}.chat-quick-replies button{border:1px solid var(--line);border-radius:22px;padding:9px 14px;min-height:44px;font-size:14px;background:var(--panel)}
.radio-chat-form.chat-form{display:block;margin:4px 0 0;background:var(--field);padding:10px;border-radius:12px;border:1px solid var(--line)}
.radio-chat-form.chat-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 9%,transparent)}
.radio-chat-form.chat-form>input{width:100%;display:block;padding:10px 8px 14px;min-height:48px;font-size:16px;outline:0}
.chat-compose-toolbar{display:flex;gap:8px;align-items:center}.chat-compose-toolbar>div{display:flex;gap:3px}.chat-compose-toolbar button{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:transparent;color:var(--muted);border-radius:8px;font-size:14px;font-weight:700}
.chat-compose-toolbar button:hover,.chat-compose-toolbar button[aria-expanded=true]{background:var(--panel);color:var(--accent)}.chat-compose-toolbar button[data-chat-picker=emoji]{font-size:28px;font-weight:400}
.chat-compose-toolbar .chat-send{display:flex;gap:7px;color:var(--on-accent);background:var(--accent);padding:10px 14px;margin-left:auto;font-size:14px;min-height:44px}.chat-send svg{width:18px;height:18px}
.chat-character-count{font-size:12px;color:var(--muted);margin-left:auto}.chat-local-note{font-size:12px;color:var(--muted);line-height:1.6;margin:12px 0 0;text-align:center}
.chat-message{display:flex;align-items:flex-start;gap:10px;margin:0 4px 17px 0}.chat-message-avatar{display:grid;place-items:center;width:32px;height:32px;background:var(--accent);color:var(--on-accent);border-radius:50%;font-size:12px;flex-shrink:0;margin-top:2px}
.chat-message-body{min-width:0;flex:1}.chat-message-meta{display:flex;align-items:center;gap:10px;min-height:28px;font-size:14px}.chat-message-meta>span{font-size:12px;color:var(--muted)}.chat-message-meta>button{display:grid;place-items:center;margin-left:auto;color:var(--muted);width:32px;height:32px;border-radius:50%}.chat-message-meta svg{width:14px;height:14px}
.chat-message-body>p{display:inline-block;padding:11px 14px;background:var(--field);border-radius:0 12px 12px;margin:2px 0 0;font-size:16px;line-height:1.6;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%}
.chat-sent-gif{max-width:260px;margin-top:8px}.chat-gif-image{display:block;width:100%;height:auto;border-radius:10px;aspect-ratio:16/11;object-fit:cover}.chat-gif-play{font-size:12px;color:var(--muted);padding:7px 0;min-height:32px}
.chat-attachment{display:flex;gap:12px;align-items:center;background:var(--panel);padding:8px;border-radius:9px;margin-bottom:7px}.chat-attachment .chat-gif-image{width:90px}.chat-attachment>span{min-width:0;font-size:14px;line-height:1.5}.chat-attachment small{display:block;color:var(--muted);font-size:12px}.chat-attachment>.icon-button{background:transparent;color:var(--muted);margin-left:auto;flex-shrink:0}
.chat-picker{margin:10px 0 0;padding:14px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.chat-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px}.chat-picker-heading button{background:transparent;color:var(--muted);min-width:44px;min-height:44px}
.chat-picker-categories{display:flex;gap:6px;margin:4px 0 14px;overflow:auto}.chat-picker-categories button{padding:8px 12px;min-height:40px;white-space:nowrap;font-size:14px;background:var(--field);color:var(--muted);border-radius:8px}.chat-picker-categories button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}
.chat-emoji-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(44px,1fr));gap:4px}.chat-emoji-grid button{display:grid;place-items:center;font-size:27px;min-width:44px;height:48px;background:transparent;color:var(--ink);border-radius:8px}.chat-emoji-grid button:hover{background:var(--field)}
.chat-gif-search{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;padding:0 10px;margin-bottom:12px}.chat-gif-search svg{width:18px;color:var(--muted);flex-shrink:0}.chat-gif-search input{min-width:0;width:100%;font-size:16px!important;min-height:44px;outline:0}.chat-gif-search:focus-within{border-color:var(--accent)}
.chat-gif-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:295px;overflow:auto;overscroll-behavior:contain}.chat-gif-option{position:relative;padding:0!important;border-radius:10px;overflow:hidden;background:transparent!important}.chat-gif-option span{position:absolute;bottom:0;left:0;right:0;padding:6px 3px;background:#111827c9;color:white;font-size:12px}.chat-gif-option:hover{outline:2px solid var(--accent);outline-offset:-2px}.chat-picker-empty{grid-column:1/-1;font-size:14px;line-height:1.6;color:var(--muted);padding:12px 0}.chat-picker-note{font-size:12px;color:var(--muted);margin:12px 0 0}
.chat-login{text-align:center;background:var(--field);padding:20px;border-radius:10px}.chat-login p{margin:0 0 12px}
.radio-call-dialog{text-align:center;padding-top:12px}.radio-call-dialog>p:not(.eyebrow){line-height:1.65;max-width:410px;margin:14px auto}.radio-call-dialog h2{margin-right:0}.radio-call-symbol{display:grid;place-items:center;width:76px;height:76px;background:var(--field);color:var(--accent);border-radius:50%;margin:22px auto}.radio-call-symbol svg{width:30px;height:30px}.radio-call-steps{list-style:none;display:flex;counter-reset:step;padding:0;margin:25px 0;justify-content:center;gap:18px;font-size:13px;color:var(--muted)}.radio-call-steps li::before{counter-increment:step;content:counter(step);display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;width:28px;height:28px;margin:0 auto 9px}.radio-call-steps .active{color:var(--accent)}.radio-call-steps .active::before{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.radio-call-actions{display:flex;justify-content:center}.radio-call-scenarios{margin:22px 0;font-size:14px;color:var(--muted)}.radio-call-scenarios summary{cursor:pointer;min-height:32px}.radio-call-scenarios>div{display:flex;justify-content:center;gap:12px;margin-top:12px}
.radio-call-scenarios>div{flex-wrap:wrap}.chat-call-button:disabled{opacity:.65;cursor:default}
.variant-d .station-body-created{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:24px}
.variant-d .station-body-created>.radio-chat{grid-column:1;grid-row:1;border-top:0;box-shadow:0 10px 40px #20327209;padding:24px;border-radius:18px;order:0}
.variant-d .station-body-created>.station-main{grid-column:2;grid-row:1;order:1;min-width:0}
.variant-d .station-body-created .chat-messages{height:340px}
.variant-d .station-body-created .section-tabs{gap:18px;overflow:auto;white-space:nowrap}.variant-d .station-body-created .section-tabs button{font-size:14px;flex-shrink:0}.variant-d .station-body-created .station-facts>div{grid-template-columns:1fr;gap:6px}.variant-d .station-body-created .station-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
.variant-d .station-created .station-hero{padding:24px;gap:26px;margin-bottom:22px}.variant-d .station-created .station-hero>.cover{width:132px;font-size:44px}.variant-d .station-created .station-identity h1{font-size:42px;line-height:1.1;margin:12px 0}.variant-d .station-created .track-line{margin:12px 0}.variant-d .station-created .station-utilities{margin-top:12px}
@media(min-width:901px){.variant-d .station-created .station-identity{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,1fr);gap:8px 22px;flex:1;align-items:center}.variant-d .station-created .station-identity>.origin{grid-column:1;grid-row:1;width:fit-content}.variant-d .station-created .station-identity>h1{grid-column:1;grid-row:2;margin:0}.variant-d .station-created .station-identity>p{grid-column:1;grid-row:3;margin:0}.variant-d .station-created .station-identity>.track-line{grid-column:2;grid-row:1/4;margin:0;border-left:1px solid #294bfa22;padding-left:22px}.variant-d .station-created .station-identity>.station-buttons{grid-column:1/-1;margin-top:6px}.variant-d .station-created .station-identity>.station-utilities{grid-column:1/-1;margin:0}}
@media(max-width:1080px){.chat-call-strip{flex-wrap:wrap}.chat-call-button{margin-left:52px}.variant-d .station-body-created{grid-template-columns:minmax(0,1.3fr) minmax(280px,1fr)}.chat-gif-results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.variant-d .station-body-created{display:flex;flex-direction:column}.variant-d .station-body-created>.station-main{width:100%}.variant-d .station-body-created>.radio-chat{width:100%}.chat-call-strip{flex-wrap:nowrap}.chat-call-button{margin-left:0}}
@media(max-width:600px){.variant-d .station-created .station-hero{padding:18px;gap:16px;display:grid;grid-template-columns:64px minmax(0,1fr)}.variant-d .station-created .station-hero>.cover{width:64px;font-size:23px;align-self:start;margin-top:8px}.variant-d .station-created .station-identity{display:contents}.variant-d .station-created .station-identity>.origin{grid-column:2;grid-row:1;align-self:start;margin-top:0;width:fit-content}.variant-d .station-created .station-identity>h1{grid-column:2;grid-row:1;margin:26px 0 0;font-size:29px;overflow-wrap:anywhere;align-self:end}.variant-d .station-created .station-identity>p{grid-column:1/-1;margin:0;font-size:14px}.variant-d .station-created .station-identity>.track-line{grid-column:1/-1;margin:0}.variant-d .station-created .station-identity>.station-buttons{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.variant-d .station-created .station-buttons>button,.variant-d .station-created .station-buttons>a{font-size:13px;padding:10px;min-height:44px}.variant-d .station-created .station-identity>.station-utilities{grid-column:1/-1;gap:12px;margin:0}.variant-d .station-created .station-utilities .rating-caption{display:none}.variant-d .station-body-created>.radio-chat,.radio-chat{padding:16px;border-radius:14px}.radio-chat .panel-heading h2{font-size:22px}.chat-call-strip{flex-wrap:wrap;padding:12px;gap:10px}.chat-call-icon{width:36px;height:36px}.chat-call-strip strong{font-size:14px}.chat-call-strip>div>span{font-size:12px}.chat-call-button{margin-left:46px;padding:8px 12px;min-height:40px}.radio-chat .chat-tabs{gap:18px}.radio-chat .chat-tabs button{font-size:14px}.radio-chat .chat-messages,.variant-d .station-body-created .chat-messages{height:290px}.radio-chat .chat-empty strong{font-size:18px}.radio-chat .chat-empty p{font-size:14px}.chat-quick-replies{gap:6px}.chat-quick-replies button{padding:8px 10px;font-size:13px}.chat-compose-toolbar .chat-send{padding:10px 12px}.chat-send>span{display:none}.chat-picker{padding:10px}.chat-picker-heading{font-size:15px}.chat-gif-results{max-height:255px}.chat-character-count{font-size:12px}.chat-attachment .chat-gif-image{width:75px}.chat-local-note{font-size:12px;text-align:left}.chat-message-body>p{font-size:16px}.radio-chat .chat-tabs button[data-chat-moderate]{width:26px}.radio-chat{scroll-margin-top:85px}}
@media(max-width:600px){.chat-call-strip>div{display:none}.chat-call-strip{flex-wrap:nowrap}.chat-call-button{margin:0;flex:1;background:transparent;border:0;min-height:44px;padding:8px;font-size:14px}.radio-chat .chat-messages,.variant-d .station-body-created .chat-messages{height:235px}}
.call-reception-control{min-height:48px;font-size:16px}.call-reception-control input{width:20px;height:20px;accent-color:var(--accent)}.studio-call-row{display:flex;align-items:center;gap:14px;padding:20px;background:var(--field);border-radius:12px;margin:20px 0}.studio-call-row>div:first-of-type{flex:1}.studio-call-row p{font-size:14px;color:var(--muted);margin:6px 0 0}.studio-call-row>div:last-child{display:flex;gap:8px}@media(max-width:600px){.studio-call-row{flex-wrap:wrap}.studio-call-row>div:last-child{width:100%}}
.chat-picker-heading{margin-bottom:10px}.chat-picker-categories{flex-wrap:wrap;gap:6px;max-height:146px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.chat-picker-categories button{min-height:40px;padding:8px 10px}.chat-emoji-results{max-height:295px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.chat-emoji-results .chat-picker-note{position:sticky;bottom:0;background:var(--panel);padding:10px 0;margin:5px 0 0}.chat-emoji-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))}.chat-gif-results{scrollbar-width:thin}.chat-picker:has([data-chat-emoji-search]) .chat-picker-categories{max-height:100px}@media(max-width:600px){.chat-picker-categories{flex-wrap:nowrap;max-height:none;padding-bottom:4px}.chat-picker-categories button{flex-shrink:0}.chat-emoji-results{max-height:250px}.chat-picker-heading{margin-bottom:8px}}

@media(max-width:600px){.chat-picker-categories{scrollbar-width:none}.chat-picker-categories::-webkit-scrollbar{display:none}}
