:root{--bg-app:#0b141a;--bg-panel:#111b21;--bg-header:#202c33;--bg-input:#2a3942;--bg-bubble-out:#005c4b;--bg-bubble-in:#202c33;--bg-hover:#2a3942;--bg-elevated:#1a262d;--text-primary:#e9edef;--text-secondary:#8696a0;--text-muted:#667781;--accent:#00a884;--accent-hover:#06cf9c;--danger:#ea4335;--warning:#fbbf24;--online:#25d366;--border:#222d34;--shadow:0 1px 3px rgba(0,0,0,0.4);--radius:8px;--radius-bubble:7.5px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*,:after,:before{box-sizing:border-box}body,html{height:100%;margin:0}body{font-family:var(--font);background:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased}button,input,textarea{font-family:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.vc-app{display:flex;flex-direction:column;height:100dvh;max-width:480px;margin:0 auto;background:var(--bg-panel);position:relative;overflow:hidden}.vc-app-shell,.vc-app-shell__main{display:flex;flex:1 1;min-height:0;flex-direction:column}.vc-app-shell__main{min-width:0}@media (min-width:768px){.vc-app{margin:1rem auto;height:calc(100dvh - 2rem);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.5);max-width:min(960px,100vw - 2rem)}}@media (min-width:1100px){.vc-app{max-width:none;width:calc(100vw - 2rem);margin:1rem;height:calc(100dvh - 2rem)}.vc-app-shell{flex-direction:row}.vc-app-shell__main{border-left:1px solid var(--border)}.vc-groups-hub__body{max-width:720px}}.vc-header{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--bg-header);min-height:60px;flex-shrink:0}.vc-header__back{background:none;border:none;color:var(--accent);font-size:1.5rem;padding:0 4px;line-height:1}.vc-header__avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:var(--bg-app);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;text-transform:uppercase}.vc-header__avatar--btn{border:none;padding:0;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.vc-header__avatar--btn:hover{opacity:.9;transform:scale(1.03)}.vc-header__actions{display:flex;align-items:center;gap:4px}.vc-header__info{flex:1 1;min-width:0;position:relative;z-index:20}.vc-header__presence{margin-top:2px}.vc-header__presence .vc-presence-picker__trigger{padding:3px 8px 3px 4px;border-radius:6px;transition:background .15s ease}.vc-header__presence .vc-presence-picker__label{font-size:.8125rem;color:var(--text-secondary)}.vc-header__title{font-weight:500;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vc-header__subtitle{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:4px}.vc-header__subtitle--online{color:var(--online)}.vc-header__subtitle-sep{opacity:.6}.vc-header__subtitle-encrypted{color:var(--text-muted)}.vc-header--conversation{padding:14px 20px;min-height:64px;border-bottom:1px solid var(--border);background:var(--bg-panel)}.vc-header--conversation .vc-header__title{font-size:1.0625rem;font-weight:600}.vc-header--conversation .vc-header__subtitle{margin-top:3px;font-size:.8125rem;gap:6px}.vc-header--conversation .vc-header__avatar{width:42px;height:42px}.vc-icon-btn{background:none;border:none;color:var(--text-secondary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .15s}.vc-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-banner{padding:10px 16px;font-size:.8125rem;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.vc-banner p{margin:4px 0 0;font-size:.75rem;opacity:.9}.vc-banner__action,.vc-banner__dismiss{flex-shrink:0;background:none;border:none;color:inherit;cursor:pointer;font-size:.875rem;padding:4px 8px}.vc-banner--info{background:rgba(0,168,132,.12);color:var(--accent)}.vc-banner--warning{background:rgba(251,191,36,.15);color:var(--warning)}.vc-banner--error{background:rgba(234,67,53,.15);color:var(--danger)}.vc-search{padding:8px 12px;background:var(--bg-header);flex-shrink:0}.vc-search__input{width:100%;padding:8px 12px 8px 36px;border-radius:var(--radius);border:none;background:var(--bg-input);color:var(--text-primary);font-size:.875rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238696a0' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.106a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px}.vc-search__input::placeholder{color:var(--text-muted)}.vc-chat-list{flex:1 1;overflow-y:auto;list-style:none;margin:0;padding:0}.vc-chat-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;margin:0;border:none;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer;transition:background .15s ease;border-bottom:1px solid var(--border)}.vc-chat-item:hover{background:var(--bg-hover)}.vc-chat-item--unread{background:rgba(0,168,132,.06)}.vc-chat-item--unread:hover{background:rgba(0,168,132,.1)}.vc-chat-item--unread .vc-chat-item__name{color:var(--text-primary);font-weight:600}.vc-chat-item__unread{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--accent);color:var(--bg-app);font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.vc-chat-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vc-chat-item__avatar{width:48px;height:48px;border-radius:50%;background:#6b7c85;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;flex-shrink:0;text-transform:uppercase}.vc-chat-item__body,.vc-chat-item__info{flex:1 1;min-width:0}.vc-chat-item__name{font-weight:500;font-size:.9375rem}.vc-chat-item__preview{font-size:.8125rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.vc-chat-item__time{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.vc-conversation{flex-direction:column;min-height:0}.vc-conversation,.vc-messages{display:flex;flex:1 1;background:var(--bg-app)}.vc-messages{overflow-y:auto;padding:12px 16px;flex-direction:column;gap:4px;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23182229' fill-opacity='0.6'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.vc-messages--conversation{overflow:hidden;padding:0;min-height:0;display:flex;flex-direction:column}.vc-messages__inner{flex:1 1;display:flex;flex-direction:column;min-height:0;width:100%;max-width:820px;margin:0 auto;padding:20px 24px 12px}.vc-bubble-row{display:flex;flex-direction:column;margin-bottom:10px}.vc-bubble-row--grouped{margin-bottom:3px}.vc-bubble-row--group-end{margin-bottom:12px}.vc-bubble-row--out{align-items:flex-end}.vc-bubble-row--in{align-items:flex-start}.vc-bubble{max-width:min(420px,78%);padding:8px 12px 6px;border-radius:12px;font-size:.9375rem;line-height:1.45;box-shadow:0 1px 2px rgba(0,0,0,.14);position:relative;word-wrap:break-word}.vc-bubble--out{background:var(--bg-bubble-out);color:#fff}.vc-bubble--in{background:var(--bg-bubble-in);color:var(--text-primary)}.vc-bubble--out.vc-bubble--group-start{border-top-right-radius:4px}.vc-bubble--in.vc-bubble--group-start{border-top-left-radius:4px}.vc-bubble--group-mid{border-radius:12px}.vc-bubble--failed{background:rgba(234,67,53,.2);border:1px solid var(--danger)}.vc-bubble__text{display:block;white-space:pre-wrap}.vc-md-p{margin:0;white-space:pre-wrap;word-break:break-word}.vc-md-p+.vc-md-p{margin-top:.25rem}.vc-md--bold{font-weight:700}.vc-md--italic{font-style:italic}.vc-md--strike{text-decoration:line-through}.vc-md--code{font-size:.875em;background:color-mix(in srgb,var(--bg-elevated) 80%,transparent);padding:.1em .35em;border-radius:4px}.vc-md--code,.vc-md-pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.vc-md-pre{margin:.35rem 0;padding:.5rem .75rem;background:var(--bg-elevated);border-radius:6px;overflow-x:auto;font-size:.8125rem;line-height:1.45}.vc-md-pre code{white-space:pre-wrap;word-break:break-word}.vc-md-quote{margin:.25rem 0;padding-left:.75rem;border-left:3px solid var(--text-muted);color:var(--text-secondary)}.vc-md--spoiler{background:var(--text-muted);color:var(--text-muted);border-radius:4px;padding:0 .2em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-md--spoiler-revealed{background:color-mix(in srgb,var(--bg-elevated) 80%,transparent);color:inherit;-webkit-user-select:text;-moz-user-select:text;user-select:text}.vc-bubble__meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:4px}.vc-bubble__time{font-size:.6875rem;opacity:.72}.vc-bubble--out .vc-bubble__time{color:rgba(255,255,255,.78)}.vc-bubble--in .vc-bubble__time{color:var(--text-muted)}.vc-bubble__lock{font-size:.625rem;opacity:.65}.vc-bubble__image{max-width:280px;border-radius:8px;display:block;margin-bottom:6px}.vc-date-divider{display:flex;align-items:center;justify-content:center;margin:8px 0 16px;font-size:.75rem;font-weight:500;color:var(--text-secondary);letter-spacing:.02em}.vc-date-divider__pill{padding:5px 14px;border-radius:999px;background:var(--bg-panel);border:1px solid var(--border);box-shadow:0 1px 2px rgba(0,0,0,.08)}.vc-composer{display:flex;align-items:flex-end;gap:8px;padding:8px 12px;background:var(--bg-header);flex-shrink:0}.vc-composer--conversation{padding:14px 20px 18px;gap:10px;background:var(--bg-panel);border-top:1px solid var(--border)}.vc-composer--conversation .vc-composer__input{min-height:44px;padding:11px 16px;background:var(--bg-input);border:1px solid transparent;transition:border-color .15s ease,background .15s ease}.vc-composer--conversation .vc-composer__input:focus{outline:none;border-color:color-mix(in srgb,var(--accent) 40%,transparent);background:var(--bg-input)}.vc-composer--conversation .vc-composer__send{width:46px;height:46px}.vc-composer__input{flex:1 1;padding:10px 14px;border-radius:24px;border:none;background:var(--bg-input);color:var(--text-primary);font-size:.9375rem;resize:none;max-height:120px;line-height:1.4}.vc-composer__input::placeholder{color:var(--text-muted)}.vc-composer__send{width:44px;height:44px;border-radius:50%;border:none;background:var(--accent);color:var(--bg-app);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;transition:background .15s}.vc-composer__send:hover:not(:disabled){background:var(--accent-hover)}.vc-composer__attach{background:none;border:none;color:var(--text-secondary);font-size:1.3rem;padding:8px;flex-shrink:0}.vc-composer-field{flex:1 1;min-width:0;display:flex;flex-direction:column;background:var(--bg-input);border-radius:24px;overflow:hidden}.vc-composer-field .vc-composer__input{background:transparent;border:none;width:100%}.vc-composer-field--preview .vc-composer__input{border-bottom:1px dashed color-mix(in srgb,var(--border) 85%,transparent);border-radius:0}.vc-composer-field__preview{padding:6px 14px 10px}.vc-composer-field__preview-label{display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px}.vc-composer-field__preview-body{color:var(--text-primary);font-size:.875rem;line-height:1.4}.vc-composer--conversation .vc-composer-field{border:1px solid transparent;transition:border-color .15s ease}.vc-composer--conversation .vc-composer-field:focus-within{border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.vc-composer--conversation .vc-composer-field .vc-composer__input{min-height:44px;padding:11px 16px}.vc-community-composer .vc-composer-field{flex:1 1;border-radius:10px}.vc-community-composer .vc-composer-field .vc-community-composer__input{flex:1 1;border:none;border-radius:0;background:transparent;color:var(--text-primary);padding:12px 14px;font-size:.9375rem;width:100%;resize:none}.vc-register{flex:1 1;flex-direction:column;padding:2rem 1.5rem;text-align:center}.vc-register,.vc-register__logo{display:flex;align-items:center;justify-content:center}.vc-register__logo{width:80px;height:80px;border-radius:50%;background:var(--accent);font-size:2rem;margin-bottom:1.5rem}.vc-register__title{font-size:1.5rem;font-weight:300;margin:0 0 .5rem}.vc-register__subtitle{color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:0 0 2rem;max-width:300px}.vc-form{max-width:360px;flex-direction:column;gap:12px}.vc-form,.vc-phone-row{width:100%;display:flex}.vc-phone-row{gap:8px}.vc-field{display:flex;flex-direction:column;gap:4px;width:100%}.vc-select{padding:12px 10px;border-radius:var(--radius);border:none;background:var(--bg-input);color:var(--text-primary);font-size:.875rem;cursor:pointer}.vc-select--country{flex:0 0 42%;min-width:0;max-width:48%}.vc-input--country{flex:0 0 72px;min-width:72px}.vc-input--phone{flex:1 1;min-width:0}.vc-input{padding:12px 16px;border-radius:var(--radius);border:none;background:var(--bg-input);color:var(--text-primary);font-size:.9375rem}.vc-input::placeholder{color:var(--text-muted)}.vc-input--error{outline:2px solid var(--danger)}.vc-field-error{font-size:.75rem;color:var(--danger);text-align:left;margin:0}.vc-btn{padding:12px 24px;border-radius:var(--radius);border:none;background:var(--accent);color:var(--bg-app);font-weight:600;font-size:.9375rem;transition:background .15s}.vc-btn:hover:not(:disabled){background:var(--accent-hover)}.vc-btn--ghost{color:var(--accent);border:1px solid var(--accent)}.vc-btn--primary{background:var(--accent);color:var(--bg-app)}.vc-btn--secondary{background:var(--bg-hover);color:var(--text-primary)}.vc-btn--danger{background:rgba(234,67,53,.15);color:var(--danger)}.vc-btn:disabled{opacity:.5;cursor:not-allowed}.vc-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--text-secondary)}.vc-empty__icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.vc-empty__title{font-size:1.125rem;color:var(--text-primary);margin:0 0 .5rem}.vc-empty__text{font-size:.875rem;line-height:1.5;max-width:260px}.vc-empty--conversation{flex:1 1;justify-content:center;padding:48px 24px}.vc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.vc-modal{background:var(--bg-header);border-radius:12px;padding:1.5rem;max-width:360px;width:100%;max-height:80dvh;overflow-y:auto}.vc-modal__title{font-size:1.125rem;font-weight:500;margin:0 0 .5rem}.vc-modal__text{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0 0 1rem}.vc-safety-number{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.6;background:var(--bg-input);padding:12px;border-radius:var(--radius);word-break:break-all;-webkit-user-select:all;-moz-user-select:all;user-select:all}.vc-toast-container{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:200;display:flex;flex-direction:column;gap:8px;max-width:400px;width:calc(100% - 32px);pointer-events:none}.vc-toast{background:var(--bg-header);color:var(--text-primary);padding:10px 16px;border-radius:var(--radius);font-size:.8125rem;box-shadow:0 4px 12px rgba(0,0,0,.5);animation:vc-toast-in .25s ease}.vc-toast--error{border-left:3px solid var(--danger)}@keyframes vc-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.vc-spinner{width:20px;height:20px;border:2px solid var(--text-muted);border-top-color:var(--accent);border-radius:50%;animation:vc-spin .7s linear infinite}.vc-loading{flex:1 1}.vc-call-modal,.vc-loading{display:flex;align-items:center;justify-content:center}.vc-call-modal{position:absolute;inset:0;z-index:100;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vc-call-modal__card{text-align:center;padding:2rem 1.5rem;width:min(320px,90%)}.vc-call-modal__avatar{width:80px;height:80px;border-radius:50%;background:var(--bg-input);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;text-transform:uppercase}.vc-call-modal__title{font-size:1.25rem;margin:0 0 .25rem}.vc-call-modal__subtitle{color:var(--text-secondary);margin:0 0 2rem}.vc-call-modal__actions{display:flex;gap:2rem;justify-content:center}.vc-call-btn{width:56px;height:56px;border-radius:50%;border:none;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.vc-call-btn--accept{background:var(--accent);color:#fff}.vc-call-btn--reject{background:var(--danger);color:#fff}.vc-call-btn--large{width:64px;height:64px;font-size:1.5rem;margin-top:1.5rem}.vc-call-overlay{position:absolute;inset:0;z-index:90;background:var(--bg-app);display:flex;flex-direction:column}.vc-call-overlay__remote{flex:1 1;width:100%;object-fit:cover;background:#000}.vc-call-overlay__local{position:absolute;top:1rem;right:1rem;width:100px;height:140px;object-fit:cover;border-radius:8px;background:var(--bg-header)}.vc-call-overlay__panel{padding:2rem 1.5rem 2.5rem;text-align:center;background:linear-gradient(transparent,rgba(0,0,0,.85))}.vc-call-overlay__avatar{width:72px;height:72px;border-radius:50%;background:var(--bg-input);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto .75rem;text-transform:uppercase}.vc-call-overlay__name{font-size:1.125rem;margin:0 0 .25rem}.vc-call-overlay__status{color:var(--text-secondary);margin:0 0 1rem}.vc-call-overlay--voice{background:linear-gradient(180deg,var(--bg-panel) 0,var(--bg-app) 100%);justify-content:center}.vc-call-overlay--voice .vc-call-overlay__panel{background:transparent;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.vc-call-overlay__audio{display:none}.vc-call-overlay__avatar--pulse{animation:vc-call-pulse 2s ease-in-out infinite}@keyframes vc-call-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,168,132,.35)}50%{box-shadow:0 0 0 16px rgba(0,168,132,0)}}.vc-call-overlay__panel--video{position:absolute;bottom:0;left:0;right:0}.vc-call-overlay__controls{display:flex;gap:1.25rem;align-items:center;justify-content:center;margin-top:.5rem}.vc-call-btn--control{background:var(--bg-input);color:var(--text-primary);width:52px;height:52px}.vc-call-btn--control.vc-call-btn--off{background:var(--danger);color:#fff}.vc-call-overlay__local--off{opacity:.35}.vc-tabs{display:flex;background:var(--bg-header);border-bottom:1px solid var(--border)}.vc-tabs__btn{flex:1 1;padding:12px;border:none;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500}.vc-tabs__label{gap:6px}.vc-tabs__badge,.vc-tabs__label{display:inline-flex;align-items:center;justify-content:center}.vc-tabs__badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:var(--bg-app);font-size:.6875rem;font-weight:700;line-height:1}.vc-tabs__btn--active{color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent)}.vc-groups-hub{flex:1 1;display:flex;flex-direction:column;min-height:0;background:var(--bg-panel)}.vc-groups-hub__header{display:flex;align-items:center;gap:10px;padding:16px 20px 0;flex-wrap:wrap;border-bottom:1px solid var(--border);background:var(--bg-header)}.vc-groups-hub__icon{color:var(--text-secondary)}.vc-groups-hub__title{margin:0;font-size:1.125rem;font-weight:700;flex:1 1}.vc-groups-hub__tabs{display:flex;gap:4px;width:100%;padding-bottom:12px}.vc-groups-hub__tab{background:transparent;border:none;color:var(--text-secondary);padding:8px 12px;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer}.vc-groups-hub__tab:hover{color:var(--text-primary);background:var(--bg-hover)}.vc-groups-hub__tab--active{color:var(--text-primary);box-shadow:inset 0 -2px 0 var(--accent);border-radius:0}.vc-groups-hub__tab--action{color:var(--accent)}.vc-groups-hub__body{flex:1 1;overflow-y:auto;padding:20px}.vc-groups-hub__section-title{margin:0 0 8px;font-size:1rem;font-weight:700}.vc-groups-hub__hint{margin:0 0 16px;color:var(--text-muted);font-size:.875rem;line-height:1.5}.vc-groups-hub__label{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.vc-groups-hub__input{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-input);color:var(--text-primary);font-size:.9375rem;font-weight:400;text-transform:none;letter-spacing:normal}.vc-groups-hub__error{color:var(--danger,#ea4335);font-size:.875rem;margin-bottom:12px}.vc-groups-hub__form{max-width:480px}.vc-groups-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}@media (min-width:768px){.vc-groups-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.vc-groups-card{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--bg-elevated);color:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.vc-groups-card:hover{background:var(--bg-hover);border-color:color-mix(in srgb,var(--accent) 40%,var(--border));transform:translateY(-1px)}.vc-groups-card__avatar{width:48px;height:48px;border-radius:16px;background:var(--accent);color:var(--bg-app);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.vc-groups-card__info{flex:1 1;min-width:0}.vc-groups-card__name{display:block;font-weight:600;font-size:1rem}.vc-groups-card__meta{display:block;margin-top:4px;color:var(--text-muted);font-size:.8125rem}.vc-groups-card__arrow{color:var(--text-muted);font-size:1.25rem}.vc-groups-hub__empty{text-align:center;padding:48px 24px;color:var(--text-secondary)}.vc-groups-hub__empty-icon{width:72px;height:72px;margin:0 auto 16px;border-radius:20px;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.vc-groups-hub__empty h2{margin:0 0 8px;color:var(--text-primary)}.vc-groups-hub__empty p{margin:0 0 20px;line-height:1.5}.vc-groups-hub__empty-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.vc-groups-create{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--bg-header);border-bottom:1px solid var(--border)}.vc-groups-create__input{background:var(--bg-input);border:none;border-radius:var(--radius);color:var(--text-primary);padding:10px 12px;font-size:.9375rem}.vc-friend-members{position:relative}.vc-friend-members__input{width:100%}.vc-friend-members__dropdown{position:absolute;left:0;right:0;top:calc(100% + 4px);margin:0;padding:4px;list-style:none;background:var(--bg-elevated,#1a262d);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.35);z-index:20;max-height:220px;overflow-y:auto}.vc-friend-members__item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:var(--text-primary);font-size:.9375rem;text-align:left;cursor:pointer}.vc-friend-members__item:hover{background:var(--bg-header)}.vc-friend-members__avatar{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;text-transform:uppercase;flex-shrink:0}.vc-friend-members__hint{margin:6px 0 0;font-size:.8125rem;color:var(--text-secondary)}.vc-bubble__video{max-width:100%;max-height:280px;border-radius:6px;display:block;margin-bottom:4px}.vc-media-loading{color:var(--text-secondary);font-size:.8125rem}.vc-friends{flex:1 1;overflow-y:auto;padding:4px 0 16px}.vc-friends__section{padding:12px 16px}.vc-friends__section--search{padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:4px}.vc-friends__title{font-size:.6875rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin:0 0 10px;letter-spacing:.06em}.vc-friends__error{margin:0 16px 10px;padding:10px 12px;background:rgba(234,67,53,.12);color:#f28b82}.vc-friends__empty,.vc-friends__error{border-radius:var(--radius);font-size:.875rem}.vc-friends__empty{margin:8px 0 0;padding:20px 16px;text-align:center;color:var(--text-muted);line-height:1.45;background:rgba(255,255,255,.02);border:1px dashed var(--border)}.vc-friends-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.vc-friend-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;margin:0;border:none;border-radius:var(--radius);background:rgba(255,255,255,.03);color:inherit;text-align:left;font:inherit;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.vc-friend-item:hover{background:rgba(0,168,132,.08)}.vc-friend-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vc-friend-item:active{background:rgba(0,168,132,.14)}.vc-friend-item__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#3d5a52,#2a3942);border:2px solid rgba(0,168,132,.35);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0;text-transform:uppercase;color:var(--text-primary)}.vc-friend-item__info{flex:1 1;min-width:0}.vc-friend-item__name{font-weight:500;font-size:.9375rem;color:var(--text-primary)}.vc-friend-item__hint{font-size:.75rem;color:var(--text-muted);margin-top:2px}.vc-friend-item__chevron{flex-shrink:0;color:var(--text-muted);font-size:1.125rem;opacity:0;transform:translateX(-4px);transition:opacity .15s ease,transform .15s ease,color .15s ease}.vc-friend-item:focus-visible .vc-friend-item__chevron,.vc-friend-item:hover .vc-friend-item__chevron{opacity:1;transform:translateX(0);color:var(--accent)}.vc-friend-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;gap:10px;border-radius:var(--radius);background:rgba(255,255,255,.03);margin-bottom:6px}.vc-friend-row__name{font-weight:500;font-size:.9375rem}.vc-friend-row__actions{display:flex;gap:6px}.vc-btn--sm{padding:6px 12px;font-size:.8125rem}.vc-btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.vc-btn--block{width:100%;justify-content:center}.vc-community-layout{display:flex;flex:1 1;min-height:0;width:100%;background:var(--bg-panel)}.vc-community-loading{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.vc-community-sidebar{width:240px;min-width:240px;background:var(--bg-header);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.vc-community-sidebar__top{padding:0;border-bottom:none;box-shadow:none;flex-shrink:0}.vc-community-sidebar__channels{flex:1 1;overflow-y:auto;padding-bottom:12px}.vc-server-header{position:relative;border-bottom:1px solid var(--border);box-shadow:0 1px 0 rgba(0,0,0,.15)}.vc-server-header__btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:none;background:transparent;color:var(--text-primary);font-size:1rem;font-weight:700;cursor:pointer;text-align:left;transition:background .12s ease}.vc-server-header__btn--open,.vc-server-header__btn:hover{background:var(--bg-hover)}.vc-server-header__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.vc-server-header__chevron{display:flex;align-items:center;color:var(--text-muted);margin-left:8px;flex-shrink:0}.vc-server-menu{display:flex;flex-direction:column;gap:2px;z-index:5000;background:#111214;border:1px solid var(--border);border-radius:8px;padding:6px;box-shadow:0 12px 28px rgba(0,0,0,.55)}.vc-server-menu--portal{z-index:5000}.vc-server-menu__item{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:32px;padding:8px 10px;border:none;border-radius:4px;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;flex-shrink:0}.vc-server-menu__item:hover{background:var(--accent);color:#fff}.vc-server-menu__icon{display:flex;align-items:center;opacity:.85}.vc-channel-category__toggle{display:flex;align-items:center;gap:2px;flex:1 1;min-width:0;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.vc-channel-category__chevron{display:flex;align-items:center;justify-content:center;color:var(--text-muted);width:12px;flex-shrink:0;transition:transform .15s ease}.vc-channel-category__chevron--collapsed{transform:rotate(-90deg)}.vc-channel-context-menu{position:fixed;z-index:5000;min-width:200px;display:flex;flex-direction:column;gap:2px;background:#111214;border:1px solid var(--border);border-radius:8px;padding:6px;box-shadow:0 12px 28px rgba(0,0,0,.55)}.vc-channel-context-menu__item{display:block;width:100%;min-height:32px;padding:8px 10px;border:none;border-radius:4px;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;flex-shrink:0}.vc-channel-context-menu__item:hover{background:var(--accent);color:#fff}.vc-channel-context-menu__item--danger{color:#f04747}.vc-channel-context-menu__item--danger:hover{background:#f04747;color:#fff}.vc-channel-context-menu__sep{height:1px;background:var(--border);margin:4px 6px}.vc-channel-settings{width:min(920px,100%);height:min(640px,90vh);background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;display:flex;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.45)}.vc-channel-settings__nav{width:200px;min-width:200px;background:var(--bg-header);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 8px}.vc-channel-settings__nav-header{gap:6px;padding:0 8px 12px;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.vc-channel-settings__nav-header,.vc-channel-settings__nav-icon{display:flex;align-items:center;color:var(--text-muted)}.vc-channel-settings__nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-channel-settings__nav-item{padding:8px 10px;border:none;border-radius:4px;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;text-align:left}.vc-channel-settings__nav-item--active,.vc-channel-settings__nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-channel-settings__nav-delete{margin-top:auto;display:flex;align-items:center;gap:8px;padding:8px 10px;border:none;border-radius:4px;background:transparent;color:#f04747;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left}.vc-channel-settings__nav-delete:hover:not(:disabled){background:rgba(240,71,71,.12)}.vc-channel-settings__main{flex:1 1;display:flex;flex-direction:column;min-width:0}.vc-channel-settings__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;flex-shrink:0}.vc-channel-settings__header h2{margin:0;font-size:1.25rem;font-weight:700}.vc-channel-settings__close{display:flex;flex-direction:column;align-items:center;gap:2px;border:2px solid var(--border);border-radius:50%;width:36px;height:36px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.875rem}.vc-channel-settings__close:hover{color:var(--text-primary);border-color:var(--text-muted)}.vc-channel-settings__esc{font-size:.5625rem;font-weight:700;color:var(--text-muted)}.vc-channel-settings__body{flex:1 1;overflow-y:auto;padding:0 24px 24px}.vc-channel-settings__save-row{margin-top:8px}.vc-channel-settings__perm-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.vc-channel-settings__perm-row strong{display:block;margin-bottom:4px}.vc-channel-settings__switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.vc-channel-settings__switch input{opacity:0;width:0;height:0}.vc-channel-settings__switch-track{position:absolute;inset:0;background:var(--bg-input);border-radius:12px;transition:background .15s ease}.vc-channel-settings__switch input:checked+.vc-channel-settings__switch-track{background:var(--accent)}.vc-channel-settings__switch-track:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s ease}.vc-channel-settings__switch input:checked+.vc-channel-settings__switch-track:after{transform:translateX(20px)}.vc-community-sidebar__back{display:flex;align-items:center;gap:2px;padding:12px 16px 0;background:none;border:none;color:var(--text-secondary);font-size:.875rem;font-weight:600;cursor:pointer}.vc-community-sidebar__back:hover{color:var(--text-primary)}.vc-community-sidebar__back-icon{opacity:.9}.vc-community-sidebar__title-row{display:flex;align-items:center;gap:6px}.vc-community-sidebar__settings{flex-shrink:0;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:1rem}.vc-community-sidebar__settings:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-community-channel-header__action{display:flex;align-items:center;justify-content:center;margin-left:auto;width:36px;height:36px;border:none;border-radius:8px;background:var(--bg-hover);cursor:pointer;color:var(--text-secondary)}.vc-community-channel-header__action:hover:not(:disabled){background:var(--bg-input)}.vc-community-members__badge{font-size:.625rem;font-weight:700;text-transform:uppercase;color:var(--accent);margin-left:auto;margin-right:6px}.vc-community-settings-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:24px}.vc-community-settings{width:min(560px,100%);max-height:min(720px,90vh);background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.45)}.vc-community-settings__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.vc-community-settings__header h2{margin:0;font-size:1.125rem}.vc-community-settings__close{border:none;background:transparent;color:var(--text-secondary);font-size:1.125rem;cursor:pointer;padding:4px 8px;border-radius:6px}.vc-community-settings__close:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-community-settings__tabs{display:flex;gap:4px;padding:12px 16px 0;border-bottom:1px solid var(--border)}.vc-community-settings__tab{padding:10px 14px;background:transparent;color:var(--text-secondary);font-weight:600;font-size:.875rem;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.vc-community-settings__tab--active{color:var(--text-primary);border-bottom-color:var(--accent)}.vc-community-settings__body{padding:20px;overflow-y:auto}.vc-community-settings__section h3{margin:0 0 8px;font-size:.9375rem}.vc-community-settings__hint{margin:0 0 12px;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.vc-community-settings__field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;font-size:.8125rem;font-weight:600;color:var(--text-secondary)}.vc-community-settings__field input,.vc-community-settings__field textarea,.vc-community-settings__input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);font:inherit;font-weight:400}.vc-community-settings__divider{height:1px;background:var(--border);margin:20px 0}.vc-community-settings__invite-list,.vc-community-settings__member-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.vc-community-settings__invite,.vc-community-settings__member{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:var(--bg-elevated,#1a262d);border:1px solid var(--border)}.vc-community-settings__role{display:block;font-size:.75rem;color:var(--text-muted);font-weight:400}.vc-community-settings__member-actions{display:flex;gap:6px;flex-shrink:0}.vc-community-settings__member-actions .vc-btn{padding:6px 10px;font-size:.75rem}.vc-community-settings__code{font-size:1rem;font-weight:700;letter-spacing:.05em}.vc-community-settings__invite-meta{display:block;font-size:.75rem;color:var(--text-muted);margin-top:2px}.vc-channel-category{padding:12px 8px 0}.vc-channel-category__header{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:16px 8px 4px}.vc-channel-category__name{font-size:.6875rem;font-weight:700;color:var(--text-muted);letter-spacing:.04em}.vc-channel-category__add{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.vc-channel-category:hover .vc-channel-category__add,.vc-channel-category__add:focus-visible{opacity:1}.vc-channel-category__add:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-channel-item-wrap{position:relative;display:flex;align-items:center;margin:1px 8px;border-radius:4px}.vc-channel-item__name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-channel-item__lock{display:flex;align-items:center;opacity:.75;flex-shrink:0}.vc-channel-item__actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:none;align-items:center;gap:2px;z-index:1}.vc-channel-item-wrap--active .vc-channel-item__actions,.vc-channel-item-wrap:hover .vc-channel-item__actions{display:flex}.vc-channel-item__action{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:3px;background:transparent;color:var(--text-muted);font-size:.6875rem;cursor:pointer;padding:0}.vc-channel-item__action:hover{color:var(--text-primary);background:var(--bg-input)}.vc-channel-item{display:flex;align-items:center;gap:6px;flex:1 1;min-width:0;padding:6px 8px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);text-align:left;font-size:.9375rem;font-weight:500;cursor:pointer}.vc-channel-item-wrap--active .vc-channel-item,.vc-channel-item-wrap:hover .vc-channel-item{background:var(--bg-hover);color:var(--text-secondary);padding-right:28px}.vc-channel-item-wrap--active .vc-channel-item{background:color-mix(in srgb,var(--text-primary) 8%,var(--bg-hover));color:var(--text-primary)}.vc-channel-item__icon-svg{flex-shrink:0;opacity:.7;color:inherit}.vc-channel-item-wrap--active .vc-channel-item__icon-svg{opacity:1}.vc-community-settings--compact{width:min(420px,100%)}.vc-server-settings-overlay{position:fixed;inset:0;z-index:400;background:var(--bg-app,#1e1f22)}.vc-server-settings{display:flex;width:100%;height:100%;overflow:hidden}.vc-server-settings__nav{width:220px;min-width:220px;background:var(--bg-header,#2b2d31);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 10px;overflow-y:auto}.vc-server-settings__nav-header{display:flex;align-items:center;gap:10px;padding:4px 10px 20px;margin-bottom:8px;border-bottom:1px solid var(--border)}.vc-server-settings__nav-icon{width:40px;height:40px;border-radius:12px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.vc-server-settings__nav-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.vc-server-settings__nav-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.vc-server-settings__nav-name{font-size:.9375rem;font-weight:700;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-server-settings__nav-item{padding:8px 12px;margin:1px 0;border:none;border-radius:4px;background:transparent;color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.vc-server-settings__nav-item--active,.vc-server-settings__nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-server-settings__main{flex:1 1;display:flex;flex-direction:column;min-width:0;background:var(--bg-panel)}.vc-server-settings__header{display:flex;align-items:center;justify-content:space-between;padding:24px 40px 16px;flex-shrink:0;border-bottom:1px solid var(--border)}.vc-server-settings__header h2{margin:0;font-size:1.25rem;font-weight:700}.vc-server-settings__close{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:40px;height:40px;border:2px solid var(--border);border-radius:50%;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.875rem;transition:border-color .12s ease,color .12s ease}.vc-server-settings__close:hover{border-color:var(--text-muted);color:var(--text-primary)}.vc-server-settings__esc{font-size:.5625rem;font-weight:700;color:var(--text-muted);letter-spacing:.02em}.vc-server-settings__body{flex:1 1;overflow-y:auto;padding:24px 40px 48px}.vc-server-settings__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;color:var(--text-muted)}.vc-server-settings__sections{display:flex;flex-direction:column;gap:20px;max-width:740px}.vc-server-settings__card{background:var(--bg-header);border:1px solid var(--border);border-radius:8px;padding:20px 24px}.vc-server-settings__card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.vc-server-settings__card-title{margin:0 0 6px;font-size:.9375rem;font-weight:700;color:var(--text-primary)}.vc-server-settings__card-header .vc-server-settings__card-title{margin-bottom:0}.vc-server-settings__card-desc{margin:0 0 16px;font-size:.8125rem;color:var(--text-muted);line-height:1.5}.vc-server-settings__count{font-size:.75rem;font-weight:700;color:var(--text-muted);background:var(--bg-hover);padding:4px 10px;border-radius:12px}.vc-server-settings__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.vc-server-settings__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.vc-server-settings__input,.vc-server-settings__textarea{width:100%;padding:10px 12px;border-radius:6px;border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);font:inherit;font-size:.9375rem;transition:border-color .12s ease}.vc-server-settings__input:focus,.vc-server-settings__textarea:focus{outline:none;border-color:var(--accent)}.vc-server-settings__textarea{resize:vertical;min-height:96px;line-height:1.5}.vc-server-settings__field-meta{font-size:.75rem;color:var(--text-muted);text-align:right}.vc-server-settings__actions{display:flex;justify-content:flex-end;padding-top:4px}.vc-server-settings__add-row{display:flex;gap:10px;align-items:flex-start}.vc-server-settings__friend-input{flex:1 1;min-width:0}.vc-server-settings__add-btn{flex-shrink:0;min-width:88px;margin-top:0}.vc-server-settings__member-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.vc-server-settings__member{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;transition:background .12s ease}.vc-server-settings__member:hover{background:var(--bg-hover)}.vc-server-settings__member-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.vc-server-settings__member-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.vc-server-settings__member-name{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.vc-server-settings__member-role{font-size:.75rem;color:var(--text-muted)}.vc-server-settings__member-role--admin{color:var(--accent)}.vc-server-settings__member-actions{display:flex;gap:6px;flex-shrink:0;opacity:0;transition:opacity .12s ease}.vc-server-settings__member:hover .vc-server-settings__member-actions{opacity:1}.vc-server-settings__member-action{padding:6px 12px;border:none;border-radius:4px;background:var(--bg-hover);color:var(--text-secondary);font-size:.8125rem;font-weight:600;cursor:pointer}.vc-server-settings__member-action:hover{background:var(--bg-input);color:var(--text-primary)}.vc-server-settings__member-action--danger{color:#f04747}.vc-server-settings__member-action--danger:hover{background:rgba(240,71,71,.12);color:#f04747}.vc-server-settings__invite-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.vc-server-settings__invite{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:6px;background:var(--bg-hover);border:1px solid var(--border)}.vc-server-settings__invite-code{display:block;font-size:1.125rem;font-weight:700;letter-spacing:.08em;color:var(--text-primary);margin-bottom:4px}.vc-server-settings__invite-meta{font-size:.75rem;color:var(--text-muted)}.vc-server-settings__copy-btn{flex-shrink:0}.vc-server-settings__empty{margin:0;padding:24px;text-align:center;font-size:.875rem;color:var(--text-muted);border:1px dashed var(--border);border-radius:6px}.vc-channel-settings__toggle{display:flex;align-items:flex-start;gap:10px;margin:16px 0;cursor:pointer}.vc-channel-settings__toggle input{margin-top:3px;accent-color:var(--accent)}.vc-channel-settings__toggle strong{display:block;font-size:.875rem;margin-bottom:2px}.vc-channel-settings__toggle small{display:block;font-size:.75rem;color:var(--text-muted);font-weight:400}.vc-channel-settings__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.vc-channel-settings__add-row{display:flex;gap:8px;margin-bottom:12px;align-items:stretch}.vc-channel-settings__add-row select{flex:1 1}.vc-channel-settings__select--has-value{border-color:var(--accent)}.vc-channel-settings__add-btn{flex-shrink:0;min-width:80px}.vc-channel-settings__selected{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-bottom:16px;border-radius:8px;background:color-mix(in srgb,var(--accent) 12%,var(--bg-hover));border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border))}.vc-channel-settings__selected-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.vc-channel-settings__selected-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.vc-channel-settings__selected-name{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.vc-channel-settings__selected-hint{font-size:.75rem;color:var(--text-muted)}.vc-channel-settings__selected-clear{width:28px;height:28px;border:none;border-radius:50%;background:transparent;color:var(--text-muted);cursor:pointer;font-size:.875rem;flex-shrink:0}.vc-channel-settings__selected-clear:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-channel-settings__member-group{margin-top:20px}.vc-channel-settings__member-group-title{margin:0 0 8px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.vc-channel-settings__member-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.vc-channel-settings__member{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;transition:background .12s ease}.vc-channel-settings__member:hover{background:var(--bg-hover)}.vc-channel-settings__member--readonly{opacity:.85}.vc-channel-settings__member--readonly:hover{background:transparent}.vc-channel-settings__member-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;flex-shrink:0}.vc-channel-settings__member-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.vc-channel-settings__member-name{font-weight:600;font-size:.875rem;color:var(--text-primary)}.vc-channel-settings__member-role{font-size:.75rem;color:var(--text-muted)}.vc-channel-settings__member-remove{padding:6px 12px;border:none;border-radius:4px;background:transparent;color:#f04747;font-size:.8125rem;font-weight:600;cursor:pointer;flex-shrink:0}.vc-channel-settings__member-remove:hover:not(:disabled){background:rgba(240,71,71,.12)}.vc-channel-settings__empty{margin:0;padding:16px;font-size:.8125rem;color:var(--text-muted);text-align:center;border:1px dashed var(--border);border-radius:6px}.vc-channel-item__settings{display:none}.vc-community-main{flex:1 1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-panel)}.vc-community-channel-header{display:flex;align-items:center;gap:8px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--bg-header);flex-shrink:0}.vc-community-channel-header h1{margin:0;font-size:1rem;font-weight:700}.vc-community-channel-header__icon{display:flex;align-items:center;color:var(--text-muted)}.vc-community-channel-header__meta{margin-left:auto;font-size:.75rem;color:var(--text-muted)}.vc-community-welcome{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:var(--text-secondary)}.vc-community-welcome h2{margin:0 0 8px;color:var(--text-primary)}.vc-community-welcome--inline{justify-content:flex-start;padding-top:48px}.vc-community-messages{flex:1 1;min-height:0;overflow:hidden;padding:16px 20px;display:flex;flex-direction:column}.vc-community-messages__older{text-align:center;padding:8px;font-size:.75rem;color:var(--text-muted)}.vc-community-msg{display:flex;gap:12px;align-items:flex-start}.vc-community-msg__avatar{width:36px;height:36px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.vc-community-msg__meta{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.vc-community-msg__meta strong{font-size:.875rem}.vc-community-msg__meta time{font-size:.6875rem;color:var(--text-muted)}.vc-community-msg__body p{margin:0;line-height:1.45;word-break:break-word}.vc-community-msg--failed .vc-community-msg__body p{color:var(--danger,#ea4335)}.vc-community-composer{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--border);background:var(--bg-header);flex-shrink:0}.vc-community-composer__input{flex:1 1;border:none;border-radius:10px;background:var(--bg-input);color:var(--text-primary);padding:12px 14px;font-size:.9375rem}.vc-community-composer__send{width:44px;height:44px;border:none;border-radius:10px;background:var(--accent);color:var(--bg-app);cursor:pointer;display:flex;align-items:center;justify-content:center}.vc-community-composer__send:disabled{opacity:.5;cursor:not-allowed}.vc-community-voice__body{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:var(--text-secondary)}.vc-community-members{display:none;width:220px;min-width:220px;background:var(--bg-header);border-left:1px solid var(--border);overflow-y:auto;padding:16px 12px}@media (min-width:1100px){.vc-community-members{display:block}}.vc-community-members__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 4px 12px}.vc-community-members__title{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.vc-community-members__actions{display:flex;gap:2px;flex-shrink:0}.vc-community-members__action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:.875rem;line-height:1}.vc-community-members__action:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-community-members h4{margin:12px 0 8px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.vc-community-members ul{list-style:none;margin:0;padding:0}.vc-community-members li{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:.875rem}.vc-community-members li:hover{background:var(--bg-hover)}.vc-community-members__avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;text-transform:uppercase}.vc-community-members__name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-community-members__status{font-size:.6875rem;color:var(--text-muted);flex-shrink:0}.vc-community-members li .vc-presence-dot{margin-left:auto;flex-shrink:0}.vc-community-members__offline{opacity:.55}.vc-community-members__row{width:100%;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px}.vc-community-members__row--active{background:var(--bg-hover)}.vc-member-popout-layer{position:fixed;inset:0;z-index:1200;pointer-events:none}.vc-member-popout{pointer-events:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;max-width:calc(100vw - 24px);border-radius:12px;overflow:visible;background:var(--bg-panel,#2b2d31);box-shadow:0 8px 32px rgba(0,0,0,.45);color:var(--text-primary,#f2f3f5)}.vc-member-popout--anchored{transform:none}.vc-member-popout__banner{position:relative;height:72px;background:linear-gradient(135deg,#3b6ea5,#1f4e79);border-radius:12px 12px 0 0}.vc-member-popout__banner-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px}.vc-member-popout__icon-btn{width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.35);color:#fff;font-size:1rem;line-height:1;cursor:pointer}.vc-member-popout__icon-btn:hover{background:rgba(0,0,0,.5)}.vc-member-popout__menu{position:absolute;top:44px;right:10px;min-width:200px;padding:6px;border-radius:8px;background:var(--bg-elevated,#111214);border:1px solid var(--border,#3f4147);box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:2}.vc-member-popout__menu-item{display:block;width:100%;border:none;background:transparent;color:var(--text-primary,#f2f3f5);text-align:left;padding:8px 10px;border-radius:4px;font-size:.875rem;cursor:pointer}.vc-member-popout__menu-item:hover{background:var(--bg-hover,#35373c)}.vc-member-popout__menu-item--danger{color:#f23f43}.vc-member-popout__menu-sep{height:1px;margin:4px 6px;background:var(--border,#3f4147)}.vc-member-popout__body{padding:0 16px 16px;position:relative}.vc-member-popout__avatar-wrap{position:relative;width:80px;height:80px;margin-top:-40px}.vc-member-popout__avatar{width:80px;height:80px;border-radius:50%;border:6px solid var(--bg-panel,#2b2d31);background:var(--bg-elevated,#1e1f22);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;text-transform:uppercase}.vc-member-popout__presence{position:absolute;right:4px;bottom:4px;width:16px;height:16px;border:3px solid var(--bg-panel,#2b2d31)}.vc-member-popout__identity{display:flex;flex-direction:column;gap:2px;margin-top:12px}.vc-member-popout__display{font-size:1.25rem;font-weight:700}.vc-member-popout__username{color:var(--text-muted,#b5bac1);font-size:.875rem}.vc-member-popout__status-line{color:var(--text-secondary,#dbdee1);font-size:.8125rem;margin-top:4px}.vc-member-popout__roles{margin-top:14px;padding:12px;border-radius:8px;background:var(--bg-elevated,#1e1f22)}.vc-member-popout__roles-label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#b5bac1);margin-bottom:8px}.vc-member-popout__role-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.vc-member-popout__role{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#23a559;background:color-mix(in srgb,#23a559 18%,transparent);padding:4px 8px;border-radius:4px}.vc-member-popout__role--member{color:var(--text-muted,#b5bac1);background:color-mix(in srgb,var(--text-muted,#b5bac1) 16%,transparent)}.vc-member-popout__add-role{border:none;background:transparent;color:var(--text-muted,#b5bac1);font-size:.8125rem;cursor:pointer;padding:4px 6px;border-radius:4px}.vc-member-popout__add-role:hover{background:var(--bg-hover,#35373c);color:var(--text-primary,#f2f3f5)}.vc-member-popout__error{margin:10px 0 0;color:#f23f43;font-size:.8125rem}.vc-member-popout__compose{display:flex;gap:8px;margin-top:14px;align-items:center}.vc-member-popout__compose-input{flex:1 1;border:none;border-radius:8px;background:var(--bg-input,#383a40);color:var(--text-primary,#f2f3f5);padding:10px 12px;font-size:.875rem}.vc-member-popout__compose-input:focus{outline:1px solid color-mix(in srgb,var(--accent,#5865f2) 50%,transparent)}.vc-member-popout__compose-send{width:36px;height:36px;border:none;border-radius:50%;background:var(--accent,#5865f2);color:#fff;cursor:pointer}.vc-server-rail{display:none}@media (min-width:1100px){.vc-server-rail{display:flex;flex-direction:column;align-items:center;width:72px;padding:12px 0;gap:8px;background:var(--bg-app);flex-shrink:0}}.vc-server-rail__btn,.vc-server-rail__group{width:48px;height:48px;border-radius:50%;border:none;background:var(--bg-elevated);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;transition:border-radius .15s ease,background .15s ease}.vc-server-rail__btn--active,.vc-server-rail__btn:hover,.vc-server-rail__group--active,.vc-server-rail__group:hover{border-radius:16px;background:var(--accent);color:#fff}.vc-server-rail__svg{width:26px;height:26px}.vc-server-rail__divider{width:32px;height:2px;background:var(--border);border-radius:1px;flex-shrink:0}.vc-server-rail__groups{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;overflow-y:auto;overflow-x:hidden;flex:1 1;min-height:0;padding:0 12px}.vc-server-rail__spacer{flex:1 1;min-height:8px}.vc-server-rail__footer{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:4px;flex-shrink:0}.vc-rail-user{position:relative;width:48px;height:48px;border:none;border-radius:50%;background:transparent;padding:0;cursor:pointer;transition:border-radius .15s ease,background .15s ease}.vc-rail-user--open,.vc-rail-user:hover{border-radius:16px;background:var(--bg-elevated)}.vc-rail-user__avatar{width:48px;height:48px;border-radius:inherit;background:var(--online);color:#fff;font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center}.vc-rail-user__presence{position:absolute;right:0;bottom:0;width:14px!important;height:14px!important;border-width:3px!important;border-color:var(--bg-app)!important}.vc-rail-user-menu{position:fixed;z-index:9000;width:280px;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.55);padding:8px;animation:vc-rail-menu-in .12s ease-out}@keyframes vc-rail-menu-in{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}.vc-rail-user-menu__header{display:flex;align-items:center;gap:10px;padding:8px 10px 12px;border-bottom:1px solid var(--border);margin-bottom:6px}.vc-rail-user-menu__avatar{width:40px;height:40px;border-radius:50%;background:var(--online);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vc-rail-user-menu__name{display:block;font-size:.9375rem;color:var(--text-primary)}.vc-rail-user-menu__status{display:block;margin-top:2px;font-size:.75rem;color:var(--text-muted)}.vc-rail-user-menu__section-title{padding:4px 10px 6px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.vc-rail-user-menu__list{list-style:none;margin:0;padding:0}.vc-rail-user-menu__option{display:flex;align-items:flex-start;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.vc-rail-user-menu__option--active,.vc-rail-user-menu__option:hover:not(:disabled){background:var(--bg-hover)}.vc-rail-user-menu__option:disabled{opacity:.5;cursor:not-allowed}.vc-rail-user-menu__option-icon{font-size:1rem;line-height:1.2}.vc-rail-user-menu__option-text{display:flex;flex-direction:column;gap:2px}.vc-rail-user-menu__option-text strong{font-size:.875rem}.vc-rail-user-menu__option-text small{font-size:.75rem;color:var(--text-muted);font-weight:400}.vc-rail-user-menu__settings{width:100%;margin-top:6px;padding:10px;border:none;border-top:1px solid var(--border);border-radius:0 0 6px 6px;background:transparent;color:var(--text-primary);font-size:.875rem;font-weight:500;text-align:left;cursor:pointer}.vc-rail-user-menu__settings:hover{background:var(--bg-hover)}.vc-user-search,.vc-user-search .vc-search{position:relative}.vc-user-search__spinner{position:absolute;right:12px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid var(--text-muted);border-top-color:var(--accent);border-radius:50%;animation:vc-spin .7s linear infinite}@keyframes vc-spin{to{transform:rotate(1turn)}}.vc-user-search__hint{margin:6px 0 0;font-size:.75rem;color:var(--text-muted)}.vc-user-search__dropdown{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;margin:0;padding:6px;list-style:none;background:var(--bg-header);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.35);max-height:260px;overflow-y:auto}.vc-user-search__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:var(--text-primary);text-align:left;font-size:.9375rem;transition:background .15s ease}.vc-user-search__item:hover:not(:disabled){background:rgba(0,168,132,.1)}.vc-user-search__item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vc-user-search__item:disabled{opacity:.85;cursor:default}.vc-user-search__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#3d5a52,#2a3942);border:1px solid rgba(0,168,132,.3);display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:uppercase}.vc-user-search__name{flex:1 1}.vc-user-search__badge{font-size:.75rem;color:var(--text-muted)}.vc-user-search__action{font-size:.8125rem;color:var(--accent);font-weight:600}.vc-user-search__empty{padding:14px 12px;color:var(--text-muted);font-size:.875rem;text-align:center}[data-vc-theme=discord]{--bg-app:#1e1f22;--bg-panel:#2b2d31;--bg-header:#1e1f22;--bg-input:#1e1f22;--bg-bubble-out:#5865f2;--bg-bubble-in:#383a40;--bg-hover:#35373c;--bg-elevated:#111214;--text-primary:#f2f3f5;--text-secondary:#b5bac1;--text-muted:#949ba4;--accent:#5865f2;--accent-hover:#4752c4;--online:#23a559;--border:#3f4147}[data-vc-theme=light]{--bg-app:#e3e5e8;--bg-panel:#ffffff;--bg-header:#f2f3f5;--bg-input:#e3e5e8;--bg-bubble-out:#00a884;--bg-bubble-in:#f2f3f5;--bg-hover:#ebedef;--bg-elevated:#ffffff;--text-primary:#060607;--text-secondary:#4e5058;--text-muted:#6d6f78;--accent:#00a884;--accent-hover:#06cf9c;--online:#23a559;--border:#d4d7dc;--shadow:0 1px 3px rgba(0,0,0,0.12)}.vc-settings-overlay{position:fixed;inset:0;z-index:200;background:var(--bg-app);display:flex;flex-direction:column;animation:vc-settings-fade-in .2s ease}@keyframes vc-settings-fade-in{0%{opacity:0}to{opacity:1}}.vc-settings__topbar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-header);border-bottom:1px solid var(--border);flex-shrink:0}.vc-settings__close{width:36px;height:36px;border-radius:50%;border:none;background:var(--bg-hover);color:var(--text-secondary);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.vc-settings__close:hover{background:var(--accent);color:#fff}.vc-settings__topbar-title{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.vc-settings{flex:1 1;display:flex;min-height:0;overflow:hidden}.vc-settings__sidebar{width:220px;flex-shrink:0;background:var(--bg-panel);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 8px;overflow-y:auto}.vc-settings__user-card{display:flex;flex-direction:column;align-items:center;padding:12px 8px 20px;text-align:center}.vc-settings__user-avatar{width:56px;height:56px;border-radius:50%;background:var(--accent);color:var(--bg-app);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin-bottom:8px}.vc-settings__user-name{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.vc-settings__user-handle{font-size:.75rem;color:var(--text-muted);margin-top:2px}.vc-settings__nav-group-title{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);padding:8px 12px 4px}.vc-settings__nav{display:flex;flex-direction:column;gap:2px}.vc-settings__nav-item{text-align:left;border:none;background:transparent;color:var(--text-secondary);padding:8px 12px;border-radius:4px;font-size:.875rem;font-weight:500;transition:background .12s ease,color .12s ease}.vc-settings__nav-item--active,.vc-settings__nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.vc-settings__sidebar-footer{margin-top:auto;padding:12px 8px 0}.vc-settings__logout{width:100%;border:none;background:transparent;color:var(--danger);padding:8px 12px;border-radius:4px;font-size:.875rem;font-weight:500;text-align:left;transition:background .12s ease}.vc-settings__logout:hover{background:rgba(234,67,53,.12)}.vc-settings__content{flex:1 1;overflow-y:auto;padding:24px 20px 40px;background:var(--bg-app)}.vc-settings__loading{color:var(--text-muted);font-size:.9375rem}.vc-settings-panel__title{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.vc-settings-panel__lead{margin:0 0 20px;color:var(--text-secondary);font-size:.875rem;line-height:1.5;max-width:560px}.vc-settings-profile{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:16px;background:var(--bg-panel);border-radius:var(--radius);border:1px solid var(--border)}.vc-settings-profile__avatar{width:72px;height:72px;border-radius:50%;background:var(--accent);color:var(--bg-app);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.75rem;flex-shrink:0}.vc-settings-profile__name{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.vc-settings-profile__sub{font-size:.8125rem;color:var(--text-muted);margin-top:4px}.vc-settings-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px}.vc-settings-card__title{margin:0 0 4px;font-size:.9375rem;font-weight:600;color:var(--text-primary)}.vc-settings-card__desc{margin:0 0 14px;font-size:.8125rem;color:var(--text-secondary);line-height:1.45}.vc-settings-dl{margin:0}.vc-settings-dl__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:.875rem}.vc-settings-dl__row:last-child{border-bottom:none}.vc-settings-dl__row dt{color:var(--text-muted);font-weight:500;flex-shrink:0}.vc-settings-dl__row dd{margin:0;color:var(--text-primary);text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.vc-settings-badge{display:inline-block;font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.vc-settings-badge--ok{background:rgba(35,165,89,.2);color:var(--online)}.vc-settings-badge--warn{background:rgba(251,191,36,.2);color:var(--warning)}.vc-settings-note{margin:8px 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.vc-settings-radio-group{display:flex;flex-direction:column;gap:8px}.vc-settings-radio{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:border-color .12s ease,background .12s ease}.vc-settings-radio:hover{background:var(--bg-hover)}.vc-settings-radio input{margin-top:3px;accent-color:var(--accent)}.vc-settings-radio__label{display:flex;flex-direction:column;gap:2px}.vc-settings-radio__label strong{font-size:.875rem;color:var(--text-primary)}.vc-settings-radio__label small{font-size:.75rem;color:var(--text-muted)}.vc-settings-empty-inline{margin:0;font-size:.875rem;color:var(--text-muted)}.vc-settings-list{list-style:none;margin:0;padding:0}.vc-settings-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:.875rem}.vc-settings-list__item:last-child{border-bottom:none}.vc-settings-list__item--stacked{align-items:flex-start}.vc-settings-list__meta{font-size:.75rem;color:var(--text-muted);margin-top:2px}.vc-settings-device{display:flex;align-items:flex-start;gap:12px}.vc-settings-device__icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:2px}.vc-settings-device__badge{margin-left:8px;vertical-align:middle}.vc-settings-theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.vc-settings-theme-card{border:2px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--bg-hover);text-align:left;transition:border-color .15s ease,transform .15s ease}.vc-settings-theme-card:hover{transform:translateY(-1px)}.vc-settings-theme-card--active{border-color:var(--accent)}.vc-settings-theme-card__swatch{height:48px;border-radius:6px;margin-bottom:8px;border:1px solid var(--border)}.vc-settings-theme-card[data-theme-preview=default] .vc-settings-theme-card__swatch{background:linear-gradient(135deg,#0b141a 50%,#00a884 0)}.vc-settings-theme-card[data-theme-preview=discord] .vc-settings-theme-card__swatch{background:linear-gradient(135deg,#1e1f22 50%,#5865f2 0)}.vc-settings-theme-card[data-theme-preview=light] .vc-settings-theme-card__swatch{background:linear-gradient(135deg,#ffffff 50%,#00a884 0)}.vc-settings-theme-card__label{font-size:.8125rem;font-weight:600;color:var(--text-primary)}.vc-settings-theme-card__desc{font-size:.6875rem;color:var(--text-muted);margin-top:4px;line-height:1.35}@media (max-width:640px){.vc-settings__sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);max-height:42vh}.vc-settings{flex-direction:column}.vc-settings__content{padding:16px}.vc-settings__nav{flex-direction:row;flex-wrap:wrap;gap:6px;padding:0 4px 8px}.vc-settings__nav-item{flex:1 1 auto;text-align:center;min-width:calc(50% - 6px)}.vc-settings__nav-group-title,.vc-settings__sidebar-footer,.vc-settings__user-card{display:none}}@media (min-width:768px){.vc-settings-overlay{background:rgba(0,0,0,.75);align-items:center;justify-content:center;padding:24px}.vc-settings-overlay>.vc-settings,.vc-settings-overlay>.vc-settings__topbar{width:min(920px,100%)}.vc-settings-overlay>.vc-settings{height:min(600px,calc(100% - 52px));border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.5)}.vc-settings-overlay>.vc-settings__topbar{width:min(920px,100%);border-radius:12px 12px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.2)}}.vc-presence-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:2px solid var(--bg-panel);flex-shrink:0}.vc-presence--online{background:#23a559}.vc-presence--idle{background:#f0b232}.vc-presence--busy{background:#f23f43}.vc-presence--offline{background:#80848e}.vc-friend-item__avatar-wrap{position:relative;flex-shrink:0}.vc-friend-item__presence{position:absolute;right:-2px;bottom:-2px}.vc-presence-picker{position:relative;display:inline-flex}.vc-presence-picker--right .vc-presence-picker__menu{right:0;left:auto}.vc-presence-picker__trigger{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;padding:2px 4px;border-radius:4px}.vc-presence-picker__trigger:hover:not(:disabled){background:var(--bg-hover)}.vc-presence-picker__label{font-size:.8125rem;font-weight:500}.vc-presence-picker__caret{font-size:.75rem;opacity:.7}.vc-presence-picker__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:260px;padding:8px;background:var(--bg-elevated,#1a262d);border:1px solid var(--border);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.24),0 12px 40px rgba(0,0,0,.4);z-index:500;overflow:hidden}.vc-presence-picker__menu-header{padding:6px 10px 8px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);margin:-8px -8px 6px;background:var(--bg-elevated,#1a262d)}.vc-presence-picker__list{margin:0;padding:0;list-style:none}.vc-presence-picker__option{display:flex;align-items:flex-start;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer;transition:background .12s ease}.vc-presence-picker__option--active,.vc-presence-picker__option:hover{background:var(--bg-hover)}.vc-presence-picker__option--active{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 35%,transparent)}.vc-presence-picker__option-icon{font-size:1.125rem;line-height:1.2;flex-shrink:0;width:1.25rem;text-align:center}.vc-presence-picker__option-text{display:flex;flex-direction:column;gap:2px}.vc-presence-picker__option-text strong{font-size:.875rem}.vc-presence-picker__option-text small{font-size:.75rem;color:var(--text-muted);font-weight:400}