.profile-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:-20px 0 26px}.profile-choice{border:1px solid #3b3c42;border-radius:7px;background:#15161a;color:#ddd;cursor:pointer;padding:8px 3px;font-size:10px;overflow:hidden;text-overflow:ellipsis}.profile-choice:hover{border-color:#e63f52}.profile-avatar{display:grid;place-items:center;width:32px;height:32px;margin:0 auto 5px;border-radius:50%;background:var(--avatar,#565865);color:white;font-size:12px;font-weight:bold}.selected-profile{display:flex;align-items:center;gap:9px;margin:-23px 0 24px;color:#ddd;font-size:13px}.selected-profile .profile-avatar{margin:0;width:29px;height:29px}.selected-profile button{margin-left:auto;border:0;background:transparent;color:#e99ca5;text-decoration:underline;font-size:11px;cursor:pointer}.watch-tabs{display:flex;gap:7px;overflow:auto;margin:-3px 0 18px;padding-bottom:2px}.watch-tabs button{flex:none;border:1px solid #404147;border-radius:5px;background:transparent;color:#bbb;font-size:11px;padding:7px 9px;cursor:pointer}.watch-tabs button.active{background:#ef4c5e;border-color:#ef4c5e;color:white}.dialog-footer{position:sticky;bottom:0;padding:13px 21px;background:#191a1e;border-top:1px solid var(--line)}.dialog-footer button{width:100%;height:39px;border:0;border-radius:5px;background:#e63f52;color:white;font-size:12px;font-weight:bold;cursor:pointer}.dialog-footer button:disabled{background:#414248;color:#aaa;cursor:not-allowed}.friends-panel{border-top:1px solid var(--line);padding:38px 0 58px}.friends-note{color:var(--muted);font-size:12px;margin:-7px 0 14px}.friend-search{display:flex;max-width:430px;gap:7px}.friend-search input{flex:1;min-width:0;height:38px;border:1px solid #3b3c42;border-radius:5px;background:#16171b;color:white;padding:0 10px}.friend-search button,.friend-row button{border:0;border-radius:5px;background:#34353a;color:white;padding:0 12px;font-size:11px;font-weight:bold;cursor:pointer}.friend-results{display:grid;gap:7px;max-width:600px;margin-top:13px}.friend-row{display:flex;align-items:center;gap:9px;padding:9px;border:1px solid #34353a;border-radius:6px;background:#17181c}.friend-row .profile-avatar{margin:0;width:29px;height:29px}.friend-row strong{font-size:12px}.friend-row span{color:var(--dim);font-size:10px}.friend-row button{height:29px;margin-left:auto}.friend-empty{color:var(--muted);font-size:12px;padding:8px 0}@media(max-width:600px){.profile-picker{grid-template-columns:repeat(3,1fr);margin:-17px 0 23px}.profile-choice{font-size:9px}.friends-panel{padding-top:30px}.friend-search{max-width:none}.dialog-footer{padding:12px 17px}}
