/*! ==========================================================
   STYLE CONTRACT (Stellivra)
   - Do not use default Bootstrap colors/fonts and other "default" values.
   - Use only theme tokens from `frontend/styles/tokens.css`.
   - If a token doesn't exist — add it to `tokens.css` with a clear name and use it.
   ========================================================== */:root{--font-size:16px;--font-family-body:"Open Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--font-family-heading:"Outfit",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--font-weight-normal:400;--font-weight-bold:700;--font-weight-semibold:600;--font-weight-medium:500;--letter-spacing:0em;--text-color:#616161;--top-color:#20906a;--primary-color:#1ec28e;--primary-color-dark:#005539;--Secondary-color:#ff853f;--tertiary-color:#15c1fa;--fourtiary-color:#8361e1;--box-bg:#fdf7f3;--box-bg2:#f0fbf8;--title-color:#1e1e1e;--title-color-rgb:30,30,30;--theme-color:#1ec28e;--theme-color-rgb:30,194,142;--bg-white:#fff;--color-white:#fff;--btn-color:#1ec28e;--btn-border:#1ec28e;--btn-bg:#1ec28e;--btn-white-color:#000;--btn-white-border:#212121;--btn-white-bg:#fff;--btn-color-hover:#000;--btn-border-hover:#212121;--btn-bg-hover:#fff;--btn-white-color-hover:#fff;--btn-white-border-hover:#d46c20;--btn-white-bg-hover:#d46c20;--new-label-color:#fff;--new-label-bg:#d46c20;--maintenance-label-color:#fff;--maintenance-label-bg:#f94c30;--theme-orange-color:#f94c30;--section-background-1:#d46c20;--section-background-2:#fff;--transition-effect:500ms ease-in-out;--box-shadow:0px 10px 25px 0px rgba(0,0,0,.2);--letter-spacing-0:0em;--letter-spacing--25:-0.025em;--letter-spacing--2:-0.02em;--bs-primary:var(--primary-color);--bs-primary-rgb:var(--theme-color-rgb);--bs-secondary:var(--Secondary-color);--bs-secondary-rgb:255,133,63;--bs-success:var(--primary-color);--bs-success-rgb:var(--theme-color-rgb);--bs-info:var(--tertiary-color);--bs-info-rgb:21,193,250;--bs-warning:var(--Secondary-color);--bs-warning-rgb:255,133,63;--bs-danger:var(--theme-orange-color);--bs-danger-rgb:249,76,48;--bs-light:var(--box-bg2);--bs-light-rgb:240,251,248;--bs-dark:var(--title-color);--bs-dark-rgb:var(--title-color-rgb);--bs-body-bg:var(--bg-white);--bs-body-bg-rgb:255,255,255;--bs-body-color:var(--title-color);--bs-body-color-rgb:var(--title-color-rgb);--bs-secondary-color:var(--text-color);--bs-border-color:rgba(var(--title-color-rgb),0.12);--bs-secondary-bg:rgba(var(--title-color-rgb),0.04);--bs-tertiary-bg:rgba(var(--title-color-rgb),0.03);--bs-primary-bg-subtle:rgba(var(--bs-primary-rgb),0.12);--bs-secondary-bg-subtle:rgba(var(--bs-secondary-rgb),0.12);--bs-success-bg-subtle:rgba(var(--bs-success-rgb),0.12);--bs-info-bg-subtle:rgba(var(--bs-info-rgb),0.12);--bs-warning-bg-subtle:rgba(var(--bs-warning-rgb),0.12);--bs-danger-bg-subtle:rgba(var(--bs-danger-rgb),0.12);--natural:#fff;--sv-advisor-content-max-width:1200px;--sv-advisor-page-container-max-width:var(--sv-advisor-content-max-width)}.container.sv-advisor-page-container{max-width:var(--sv-advisor-page-container-max-width,var(--sv-advisor-content-max-width))}:root{--advisor-services-container-max-width:1040px;--advisor-services-section-gap:24px;--advisor-services-actionbar-safe-padding:80px;--advisor-services-space-12:12px;--advisor-services-card-gap:14px;--advisor-service-price-max-width:260px}.advisor-services-shell__container{--sv-advisor-page-container-max-width:var(--advisor-services-container-max-width);padding-top:var(--advisor-services-section-gap);padding-bottom:40px}@media (min-width:768px){.advisor-services-shell__container{padding-top:32px;padding-bottom:48px}}.advisor-services-header__cta{margin-top:var(--advisor-services-space-12)}@media (min-width:992px){.advisor-services-header__cta{margin-top:0}}.advisor-service-price{width:100%;max-width:var(--advisor-service-price-max-width)}@media (max-width:767.98px){.advisor-service-price{max-width:none}}.advisor-service-card__title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.advisor-service-card__switch-stack{display:flex;flex-direction:column;gap:var(--advisor-services-space-12)}.advisor-service-card__client-view{padding-top:var(--advisor-services-space-12)}.svc-signature-card{--svc-signature-radius:14px;--svc-signature-radius-sm:12px;--svc-signature-gap:14px;--svc-signature-accent:var(--bs-border-color);background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--svc-signature-radius);box-shadow:var(--bs-box-shadow-sm,0 .125rem .25rem rgba(0,0,0,.075));position:relative;overflow:hidden;padding:16px 16px 16px 20px;display:flex;flex-direction:column;gap:var(--svc-signature-gap)}.svc-signature-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--svc-signature-accent)}.svc-signature-card--draft{--svc-signature-accent:var(--bs-border-color)}.svc-signature-card--hidden{--svc-signature-accent:var(--theme-orange-color)}.svc-signature-card--active{--svc-signature-accent:var(--bs-success)}.svc-signature-card--busy .svc-signature-card__main,.svc-signature-card--busy .svc-signature-card__top{opacity:.6}.svc-signature-card--busy .svc-signature-card__bottom{opacity:.85}.svc-signature-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.svc-signature-card__top-left{display:flex;align-items:center;gap:10px;min-width:0}.svc-signature-card__icon-bubble{width:28px;height:28px;border-radius:999px;background:var(--bs-tertiary-bg);border:1px solid var(--bs-border-color);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.svc-signature-card__icon{color:var(--bs-body-color)}.svc-signature-card__title{margin:0;font-weight:600;color:var(--bs-body-color);min-width:0}.svc-pill{padding:6px 10px;font-size:12px;border-radius:999px;border:1px solid var(--bs-border-color);line-height:1;white-space:nowrap}.svc-pill--draft{background:var(--bs-secondary-bg);color:var(--bs-body-color)}.svc-pill--hidden{background:var(--bs-tertiary-bg);color:var(--bs-body-color)}.svc-pill--active{background:rgba(var(--bs-success-rgb),.14);background:var(--bs-success-bg-subtle,rgba(var(--bs-success-rgb),.14));color:var(--bs-success)}.svc-signature-card__main{display:grid;grid-template-columns:var(--advisor-service-price-max-width,260px) 1fr;grid-gap:var(--svc-signature-gap);gap:var(--svc-signature-gap);align-items:start}@media (max-width:767.98px){.svc-signature-card__main{grid-template-columns:1fr}}.svc-signature-card__price{min-width:0}.svc-signature-card__label-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.svc-signature-card__label{font-weight:600;color:var(--bs-body-color)}.svc-signature-card__label-muted{color:var(--bs-secondary-color)}.svc-money{display:flex;align-items:stretch;width:100%}.svc-money__prefix{width:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--bs-border-color);border-right:0;background:var(--bs-tertiary-bg);color:var(--bs-body-color);border-top-left-radius:var(--svc-signature-radius-sm);border-bottom-left-radius:var(--svc-signature-radius-sm)}.svc-money__input{flex:1 1 auto;min-width:0;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-top-right-radius:var(--svc-signature-radius-sm)!important;border-bottom-right-radius:var(--svc-signature-radius-sm)!important;border-left:0}.svc-signature-card__helper{margin-top:6px;font-size:12px;color:var(--bs-secondary-color)}.svc-signature-card__warning{margin-top:6px;font-size:12px;color:var(--bs-warning);font-weight:600}.svc-signature-card__error{margin-top:6px;font-size:12px;color:var(--bs-danger);font-weight:600}.svc-signature-card__settings{background:var(--bs-tertiary-bg);border:1px solid var(--bs-border-color);border-radius:var(--svc-signature-radius-sm);padding:12px;display:flex;flex-direction:column;gap:12px;min-width:0}.svc-setting-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.svc-setting-text{min-width:0}.svc-setting-title{font-weight:600;color:var(--bs-body-color)}.svc-setting-desc{font-size:12px;color:var(--bs-secondary-color);margin-top:4px}.svc-setting-switch{margin-top:0;flex:0 0 auto;display:flex;align-items:center}.svc-signature-card__bottom{background:var(--bs-tertiary-bg);border:1px solid var(--bs-border-color);border-radius:var(--svc-signature-radius-sm);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.svc-signature-card__client-view{display:flex;align-items:center;gap:6px;min-width:0}.svc-signature-card__client-view-label{font-size:12px;color:var(--bs-secondary-color);flex:0 0 auto}.svc-signature-card__client-view-value{font-size:12px;color:var(--bs-body-color);min-width:0;overflow-wrap:anywhere;word-break:break-word}.svc-signature-card__client-view-visibility{font-weight:600}:root{--ui-switch-w:44px;--ui-switch-h:24px;--ui-switch-knob:20px;--ui-switch-radius:9999px;--ui-switch-border:1px;--ui-switch-gap:calc((var(--ui-switch-h) - (var(--ui-switch-border) * 4) - var(--ui-switch-knob)) / 2);--ui-switch-off-bg:var(--bg-white);--ui-switch-off-border:rgba(var(--title-color-rgb),0.18);--ui-switch-on-bg:var(--theme-color);--ui-switch-on-border:var(--theme-color);--ui-switch-thumb-bg:var(--bg-white);--ui-switch-thumb-border:rgba(var(--title-color-rgb),0.12);--ui-switch-thumb-shadow:0 1px 2px rgba(var(--title-color-rgb),0.2);--ui-switch-track-shadow:inset 0 0 0 1px rgba(var(--title-color-rgb),0.06),0 1px 2px rgba(var(--title-color-rgb),0.06);--ui-switch-on-shadow:0 0 0 1px rgba(var(--theme-color-rgb),0.15),0 8px 18px rgba(var(--theme-color-rgb),0.12)}.stellivra-switch{display:inline-flex;align-items:center;justify-content:flex-start;position:relative;flex:0 0 auto;width:var(--ui-switch-w);height:var(--ui-switch-h);border-radius:var(--ui-switch-radius);border:var(--ui-switch-border) solid var(--ui-switch-off-border);background:var(--ui-switch-off-bg);box-shadow:var(--ui-switch-track-shadow);cursor:pointer;transition:background-color .18s ease-in-out,border-color .18s ease-in-out,box-shadow .18s ease-in-out,transform .12s ease-in-out}.stellivra-switch[data-state=checked]{background:linear-gradient(180deg,rgba(var(--theme-color-rgb),.98),rgba(var(--theme-color-rgb),.82));border-color:var(--ui-switch-on-border);box-shadow:var(--ui-switch-on-shadow)}.stellivra-switch:not([disabled]):not([data-state=checked]):hover{background:var(--box-bg2);border-color:rgba(var(--theme-color-rgb),.35)}.stellivra-switch:focus-visible{outline:none;box-shadow:0 0 0 .25rem rgba(var(--theme-color-rgb),.25)}.stellivra-switch[disabled]{opacity:.85;cursor:not-allowed}.stellivra-switch__thumb{width:var(--ui-switch-knob);height:var(--ui-switch-knob);border-radius:var(--ui-switch-radius);background:var(--ui-switch-thumb-bg);box-shadow:var(--ui-switch-thumb-shadow);border:1px solid var(--ui-switch-thumb-border);position:absolute;left:calc(var(--ui-switch-gap) + var(--ui-switch-border));top:calc(var(--ui-switch-gap) + var(--ui-switch-border));transition:transform .18s ease-in-out}.stellivra-switch[data-state=checked] .stellivra-switch__thumb{transform:translateX(calc(var(--ui-switch-w) - var(--ui-switch-knob) - (var(--ui-switch-border) * 4) - (var(--ui-switch-gap) * 2)))}.advisor-services-list{display:flex;flex-direction:column;gap:var(--advisor-services-card-gap);padding-bottom:var(--advisor-services-actionbar-safe-padding)}.advisor-services-list.advisor-services-main--actionbar{padding-bottom:calc(var(--advisor-services-actionbar-safe-padding) + 16px)}.advisor-services-actionbar{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;background:var(--bs-body-bg);border-top:1px solid var(--bs-border-color);padding:var(--advisor-services-space-12) 16px}@media (min-width:768px){.advisor-services-actionbar{padding-left:var(--advisor-services-section-gap);padding-right:var(--advisor-services-section-gap)}}.advisor-services-shell .form-text,.advisor-services-shell .invalid-feedback{overflow-wrap:anywhere;word-break:break-word}:root{--sv-room-avatar-size:44px;--sv-room-avatar-bg:rgba(30,194,142,.12);--sv-room-sidebar-width:360px;--sv-room-feed-width-desktop:48rem;--sv-room-bubble-max-width:min(32rem,70%);--sv-room-page-bg:#fff;--sv-room-surface-bg:#fff;--sv-room-surface-border:rgba(30,30,30,.08);--sv-room-surface-shadow:0 10px 18px -14px rgba(12,22,48,.28);--sv-room-chat-call-width:420px;--sv-room-call-gap:16px}.sv-room-shell{height:100vh;display:flex;flex-direction:column;background:var(--bg-white);overflow:hidden}.sv-room-btn{text-transform:none!important;letter-spacing:0!important}.sv-min-w-0{min-width:0}.sv-min-h-0{min-height:0}.sv-room-topbar{flex:0 0 auto;padding:.75rem .9rem;background:hsla(0,0%,100%,.96);border-bottom:1px solid rgba(30,30,30,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between}.sv-room-topbar,.sv-room-topbar__left{display:flex;align-items:center;gap:.75rem}.sv-room-topbar__left{min-width:0}.sv-room-topbar__title{min-width:0;display:flex;flex-direction:column;line-height:1.15}.sv-room-topbar__title-name{color:var(--title-color);max-width:40vw}.sv-room-topbar__title-name,.sv-room-topbar__title-status{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-room-topbar__title-status{font-size:12px;color:rgba(30,30,30,.55);max-width:48vw}.sv-room-main{flex:1 1 auto;min-height:0;display:flex;overflow:hidden}.sv-room-main--with-call{display:flex;gap:var(--sv-room-call-gap);align-items:stretch;min-width:0}.sv-room-main--with-call .sv-room-call{flex:1 1 auto;min-width:0}.sv-room-main--with-call .sv-room-chat{flex:0 0 var(--sv-room-chat-call-width);min-width:0}.sv-room-main--with-call .sv-room-chat.sv-room-chat--call-screen{flex:1 1 auto}.sv-room-chat{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#fff}@media (min-width:992px){.sv-room-chat{padding:1rem 1.1rem}}.sv-room-chat__surface{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.75rem}.sv-room-sidebar{width:var(--sv-room-sidebar-width);flex:0 0 auto;min-height:0;overflow:hidden;padding:0 .1rem;background:hsla(0,0%,100%,.96)}.sv-room-mobile-details{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border-radius:16px;border:1px solid rgba(30,30,30,.08);background:hsla(0,0%,100%,.96);color:rgba(30,30,30,.75);font-weight:600;font-size:13px;cursor:pointer;list-style:none}.sv-room-mobile-details::marker{content:""}.sv-room-mobile-details::-webkit-details-marker{display:none}.sv-room-billing{padding:.85rem .95rem;border-radius:18px;border:1px solid rgba(30,194,142,.18);background:rgba(30,194,142,.08)}.sv-room-call-funds-banner{width:100%;max-width:var(--sv-room-feed-width-desktop);margin-left:auto;margin-right:auto;padding:16px;border-radius:12px;border:1px solid var(--sv-room-surface-border);background:var(--sv-room-surface-bg);min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sv-room-call-funds-banner__title{font-size:14px;font-weight:600}.sv-room-call-funds-banner__body{font-size:13px;opacity:.85;margin-top:4px}.sv-room-call-funds-banner__actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.sv-room-chat-panel{gap:.75rem}.sv-room-chat-panel,.sv-room-chat-panel__messages{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.sv-room-chat-panel__bottom,.sv-room-chat-panel__composer{width:100%;max-width:var(--sv-room-feed-width-desktop);margin-left:auto;margin-right:auto}.sv-room-chat-panel__composer{margin-bottom:32px}.sv-room-chat-surface{width:100%;max-width:var(--sv-room-feed-width-desktop);margin-left:auto;margin-right:auto;flex:1 1 auto;min-height:0;border-radius:16px;background:var(--sv-room-surface-bg);overflow:hidden;display:flex;flex-direction:column}.sv-room-message-list{flex:1 1 auto;min-height:0;display:flex}.sv-room-message-list__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;border:none;border-radius:0;background:#fff;padding:16px 24px;position:relative;scroll-behavior:auto;overflow-anchor:none}.sv-room-feed__loadOverlay{position:absolute;top:10px;left:50%;transform:translateX(-50%);pointer-events:none;z-index:2;background:hsla(0,0%,100%,.92);border:1px solid rgba(30,30,30,.08);border-radius:999px;padding:6px 10px;box-shadow:0 10px 18px -14px rgba(12,22,48,.18)}@media (min-width:992px){.sv-room-message-list__scroll{padding:16px 24px}}.sv-room-feed{width:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;min-height:100%}.sv-room-feed__load{display:flex;justify-content:center}.sv-room-feed__error{border:1px solid rgba(249,76,48,.2);background:rgba(249,76,48,.08);border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sv-room-feed__error-text{font-size:14px;font-weight:600;color:rgba(30,30,30,.72)}.sv-room-feed__messages{display:flex;flex-direction:column;gap:0}.sv-room-feed__messages>.sv-room-msg-group{margin:0 0 12px}.sv-room-feed__messages>.sv-room-system-event{margin:16px 0}.sv-room-feed__empty{flex:1 1 auto;min-height:100%;padding:22px 0}.sv-room-feed__empty,.sv-room-system-event{display:flex;align-items:center;justify-content:center}.sv-room-system-event{gap:12px;padding:0}.sv-room-system-event__line{flex:1 1 auto;height:1px;max-width:160px;background:rgba(30,30,30,.1)}.sv-room-system-event__pill{padding:6px 10px;border-radius:999px;border:1px solid rgba(30,30,30,.08);background:#fff;font-size:12px;font-weight:600;color:rgba(30,30,30,.65);text-align:center;max-width:min(560px,100%)}.sv-room-msg-group{display:flex;gap:8px;width:100%;min-width:0}.sv-room-msg-group--advisor{justify-content:flex-start}.sv-room-msg-group--customer{justify-content:flex-end}.sv-room-msg-group__body{display:flex;flex-direction:column;gap:0;max-width:var(--sv-room-bubble-max-width);width:100%;flex:1 1 auto;min-width:0}.sv-room-msg-group--advisor .sv-room-msg-group__body{align-items:flex-start}.sv-room-msg-group--customer .sv-room-msg-group__body{align-items:flex-end}.sv-room-msg-group__bubbles{display:flex;flex-direction:column;gap:6px;max-width:100%}.sv-room-msg-row{display:flex;gap:10px}.sv-room-msg-row--advisor{justify-content:flex-start}.sv-room-msg-row--customer{justify-content:flex-end}.sv-room-msg-avatar{width:28px;flex:0 0 auto;display:inline-flex;align-items:flex-start;justify-content:center;padding-top:0}.sv-room-msg-avatar--spacer{visibility:hidden}.sv-room-msg-stack{display:flex;flex-direction:column;max-width:100%;width:100%;flex:1 1 auto;min-width:0}.sv-room-msg-row--advisor .sv-room-msg-stack{align-items:flex-start}.sv-room-msg-row--customer .sv-room-msg-stack{align-items:flex-end}.sv-room-msg-bubble{display:inline-flex;flex-direction:column;width:auto;max-width:100%;min-width:0;border-radius:10px;padding:10px;border:1px solid rgba(30,30,30,.1);background:#fff;box-shadow:none;text-align:right}.sv-room-msg-bubble--mine{background:rgba(30,194,142,.11);border-color:rgba(30,194,142,.26)}.sv-room-msg-bubble--failed{background:rgba(249,76,48,.08);border-color:rgba(249,76,48,.24)}.sv-room-msg-bubble-wrap{display:inline-flex;align-items:flex-end;gap:8px;max-width:100%;min-width:0}.sv-room-msg-group--advisor .sv-room-msg-bubble-wrap{align-self:flex-start}.sv-room-msg-group--customer .sv-room-msg-bubble-wrap{align-self:flex-end}.sv-room-msg-bubble__retry-btn{flex:0 0 auto;width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(249,76,48,.28);background:rgba(249,76,48,.08);color:rgba(249,76,48,.95);cursor:pointer}.sv-room-msg-bubble__retry-btn:hover{background:rgba(249,76,48,.12);border-color:rgba(249,76,48,.38)}.sv-room-msg-bubble__retry-btn:active{transform:translateY(1px)}.sv-room-msg-bubble__retry-btn:focus-visible{outline:2px solid rgba(249,76,48,.35);outline-offset:2px}.sv-room-msg-text{margin:0;color:var(--title-color);line-height:1.42;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.sv-room-msg-bubble__time{align-self:flex-end;margin-top:4px;font-size:11px;font-weight:600;color:rgba(30,30,30,.55);line-height:1;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sv-room-msg-meta{margin:6px 0 0}.sv-room-msg-group__meta,.sv-room-msg-meta{font-size:12px;font-weight:600;color:rgba(30,30,30,.55)}.sv-room-msg-group__meta{margin-top:4px}.sv-room-msg-time{display:inline-block}.sv-room-msg-retry{font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.sv-room-floating{position:absolute;right:16px;bottom:16px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.sv-room-floating>*{pointer-events:auto}.sv-room-floating__jump i{margin-right:6px}.sv-room-jump-latest{position:-webkit-sticky;position:sticky;bottom:-12px;width:100%;display:flex;justify-content:center;pointer-events:none;z-index:5}.sv-room-jump-latest>*{pointer-events:auto}.stellivra-btn.sv-room-jump-latest__btn{position:relative;width:40px;height:40px;min-width:40px;min-height:40px;aspect-ratio:1/1;padding:0;border-radius:999px;background-color:#fff;border:1px solid rgba(30,30,30,.12);box-shadow:0 10px 18px -14px rgba(12,22,48,.22);color:rgba(30,30,30,.78);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible}.stellivra-btn.sv-room-jump-latest__btn:before{display:none}.sv-room-jump-latest__badge{position:absolute;top:-6px;right:-8px;width:22px;height:22px;padding:0;aspect-ratio:1/1;border-radius:999px;background:#fd3b31;color:#fff;font-size:9px;font-weight:400;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 10px 18px -14px rgba(12,22,48,.3);z-index:2;white-space:nowrap}.sv-room-jump-latest__badgeText{transform:translateY(-.5px)}.stellivra-btn.sv-room-jump-latest__btn:focus-visible,.stellivra-btn.sv-room-jump-latest__btn:hover{background:#fff;border-color:rgba(30,30,30,.18);box-shadow:0 12px 22px -16px rgba(12,22,48,.28)}.stellivra-btn.sv-room-jump-latest__btn:active{box-shadow:0 8px 16px -14px rgba(12,22,48,.22)}.sv-room-jump-latest__btn i{margin:0}.sv-room-composer-dock{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;min-height:96px;max-height:160px;padding:12px 12px 10px;border:1px solid rgba(30,30,30,.08);border-radius:18px;background:#fff;box-shadow:0 10px 18px -14px rgba(12,22,48,.18);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color .15s ease-in-out}.sv-room-composer-dock:hover{border-color:rgba(30,30,30,.14)}.sv-room-composer-dock:focus-within{border-color:rgba(30,194,142,.55);box-shadow:0 10px 18px -14px rgba(12,22,48,.18),0 0 0 4px rgba(30,194,142,.14)}.sv-room-composer-dock[aria-disabled=true]{background:rgba(30,30,30,.04);cursor:not-allowed}.sv-room-composer-dock[aria-disabled=true] *{cursor:not-allowed}.sv-room-composer-dock__input-area{flex:1 1 auto;min-height:0;display:flex}.sv-room-composer-dock__plus{width:36px;height:36px;padding:0!important;border-radius:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.sv-room-composer-dock__plus i{font-size:16px}.sv-room-composer-dock__textarea{width:100%;border:none;border-radius:0;padding:6px 4px 0;background:transparent;color:var(--title-color);font-size:16px;line-height:1.45;resize:none;min-height:44px;max-height:92px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.sv-room-composer-dock__textarea:focus{outline:none;box-shadow:none}.sv-room-composer-dock__send{flex:0 0 auto;margin-left:auto;width:38px;height:38px;padding:0!important;border-radius:19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.sv-room-composer-dock__send i{font-size:16px}.sv-room-composer-dock__actions{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(30,30,30,.08)}.sv-room-chat-panel .session-chat-messages{flex:1 1 auto;min-height:0}.sv-room-chat-panel .session-chat-messages__scroll{height:100%}.sv-room-empty-state{padding:22px 0;width:100%}.sv-room-empty-card{width:min(520px,100%);margin-left:auto;margin-right:auto;text-align:center;padding:18px;border-radius:18px;border:1px solid rgba(30,30,30,.08);background:hsla(0,0%,100%,.92);box-shadow:0 16px 34px -30px rgba(12,22,48,.45)}.sv-room-empty-card__icon{width:42px;height:42px;border-radius:999px;margin:0 auto 10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(30,194,142,.12);border:1px solid rgba(30,194,142,.25);color:rgba(30,30,30,.75)}.sv-room-empty-card__title{font-weight:700;color:rgba(30,30,30,.88)}.sv-room-empty-card__subtitle{margin-top:4px;font-size:13px;font-weight:600;color:rgba(30,30,30,.7)}.sv-room-empty-card__text{margin-top:6px;font-size:13px;font-weight:600;color:rgba(30,30,30,.62);margin-bottom:13px;line-height:1.55}.sv-room-empty-card__hint{margin-top:10px;font-size:13px;font-weight:600;color:rgba(30,30,30,.7)}.sv-room-noshow-panel__actions{display:flex;flex-direction:column;gap:8px}.sv-room-noshow-panel__primary,.sv-room-noshow-panel__secondary,.sv-room-noshow-panel__tertiary{width:100%;height:40px;border-radius:14px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}.sv-room-noshow-panel__primary{background:#10b981;color:#fff;border:none}.sv-room-noshow-panel__primary:hover:not(:disabled){background:#0ea371}.sv-room-noshow-panel__primary:active:not(:disabled){background:#0b8158}.sv-room-noshow-panel__spinner{margin-right:10px;flex-shrink:0}.sv-room-noshow-panel__secondary{background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.22);color:#065f46}.sv-room-noshow-panel__secondary:hover:not(:disabled){background:rgba(16,185,129,.18)}.sv-room-noshow-panel__tertiary{background:#fff;border:1px solid rgba(16,185,129,.22);color:#065f46}.sv-room-noshow-panel__tertiary:hover:not(:disabled){background:rgba(16,185,129,.06)}.sv-room-noshow-panel__tertiary:disabled{opacity:.55;cursor:not-allowed}.sv-room-noshow-panel__deadline{padding-top:10px;font-size:12px;line-height:16px;color:rgba(15,23,42,.7)}.sv-room-waiting-banner{position:-webkit-sticky;position:sticky;top:12px;z-index:20;margin:12px 16px;border-radius:18px;padding:14px 16px;border:1px solid rgba(2,6,23,.08);background:#fff;box-shadow:0 10px 26px rgba(2,6,23,.06);display:flex;flex-direction:column;align-items:center;text-align:center;max-width:560px;width:100%}.sv-room-waiting-banner__icon{width:34px;height:34px;border-radius:999px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.18);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.sv-room-waiting-banner__icon-emoji{font-size:16px;line-height:16px;color:#065f46}.sv-room-waiting-banner__title{font-size:16px;line-height:20px;font-weight:700;color:#0f172a}.sv-room-waiting-banner__subtitle{margin-top:6px;font-size:13px;line-height:18px;font-weight:500;color:rgba(15,23,42,.72)}.sv-room-waiting-banner__countdown{margin-top:10px;font-size:13px;line-height:18px;font-weight:700;color:#047857}.sv-room-waiting-banner__hint{margin-top:10px;font-size:13px;line-height:18px;font-weight:500;color:rgba(15,23,42,.72)}.sv-room-waiting-banner__hint--secondary{margin-top:6px}.sv-room-noshow-banner{width:calc(100% - 32px);height:72px;margin:12px 16px 0;padding:12px;border-radius:18px;border:1px solid rgba(16,185,129,.2);background:linear-gradient(180deg,#ecfdf5,#f0fdfa);box-shadow:0 12px 28px rgba(2,6,23,.08);position:-webkit-sticky;position:sticky;top:12px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box}.sv-room-noshow-banner__left{display:flex;align-items:center;gap:12px;min-width:0}.sv-room-noshow-banner__icon{width:36px;height:36px;border-radius:12px;background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.22);display:inline-flex;align-items:center;justify-content:center;color:#065f46;font-size:18px}.sv-room-noshow-banner__text{max-width:520px;min-width:0;display:flex;flex-direction:column;gap:2px}.sv-room-noshow-banner__title{font-size:14px;line-height:18px;font-weight:700;color:#064e3b}.sv-room-noshow-banner__subtitle{font-size:12px;line-height:16px;font-weight:500;color:rgba(6,78,59,.78)}.sv-room-noshow-banner__micro{font-size:12px;line-height:16px;font-weight:600;color:#047857}.sv-room-noshow-banner--pre2m-clean .sv-room-noshow-banner__left{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.sv-room-noshow-banner--pre2m-clean .sv-room-noshow-banner__text{max-width:100%;min-width:0;flex:1 1 auto}.sv-room-noshow-banner--pre2m-clean .sv-room-noshow-banner__actions{display:none}.sv-room-noshow-banner--pre2m-clean .pre2mClean__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.sv-room-noshow-banner--pre2m-clean .pre2mClean__title{font-size:14px;line-height:18px;font-weight:700;color:rgba(15,23,42,.92);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.sv-room-noshow-banner--pre2m-clean .pre2mClean__right{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;white-space:nowrap}.sv-room-noshow-banner--pre2m-clean .pre2mClean__countdownLabel{font-size:13px;line-height:18px;font-weight:600;color:rgba(4,120,87,.95)}.sv-room-noshow-banner--pre2m-clean .pre2mClean__chip{padding:2px 8px;border-radius:999px;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.18);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sv-room-noshow-banner--pre2m-clean .pre2mClean__infoBtn{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);color:rgba(15,23,42,.7);cursor:pointer}.sv-room-noshow-banner--pre2m-clean .pre2mClean__infoBtn:hover{background:rgba(15,23,42,.06);border-color:rgba(15,23,42,.12)}.sv-room-noshow-banner--pre2m-clean .pre2mClean__infoBtn:focus{outline:none;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.sv-room-noshow-banner--pre2m-clean .pre2mClean__infoIcon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.sv-room-noshow-banner--pre2m-clean .pre2mClean__popoverWrap{position:relative}.sv-room-noshow-banner--pre2m-clean .pre2mClean__popover{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:calc(100vw - 24px);padding:12px 14px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 10px 30px rgba(15,23,42,.12);z-index:50}.sv-room-noshow-banner--pre2m-clean .pre2mClean__popoverTitle{font-size:13px;line-height:18px;font-weight:700;color:rgba(15,23,42,.92);margin-bottom:6px}.sv-room-noshow-banner--pre2m-clean .pre2mClean__popoverText{font-size:12px;line-height:16px;font-weight:500;color:rgba(15,23,42,.72);margin-top:0}.sv-room-noshow-banner--pre2m-clean .pre2mClean__popoverText+.pre2mClean__popoverText{margin-top:4px}.sv-room-noshow-banner--pre2m{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:10px;padding-bottom:10px}.sv-room-noshow-banner--pre2m .sv-room-noshow-banner__left{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.sv-room-noshow-banner--pre2m .sv-room-noshow-banner__text{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(320px,2fr);grid-column-gap:12px;column-gap:12px;grid-row-gap:4px;row-gap:4px;align-items:center;min-width:0;flex:1 1 auto}.sv-room-noshow-banner--pre2m .sv-room-noshow-banner__actions{flex:0 0 auto;min-width:0}.sv-room-noshow-banner__text--pre2m{width:100%;max-width:100%;text-align:left}.pre2m__title{font-size:14px;font-weight:700;color:rgba(15,23,42,.92);overflow:hidden;text-overflow:ellipsis;grid-column:1}.pre2m__countdown,.pre2m__title{line-height:18px;min-width:0;white-space:nowrap}.pre2m__countdown{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:rgba(15,23,42,.82);grid-column:2}.pre2m__chip{padding:2px 8px;border-radius:999px;background:rgba(16,185,129,.16);border:1px solid rgba(16,185,129,.35);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(4,120,87,.98)}.pre2m__hint{font-size:12px;line-height:16px;font-weight:500;color:rgba(15,23,42,.7);min-width:0;grid-column:3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-room-noshow-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.sv-room-noshow-banner__primary{height:36px;padding:0 14px;border-radius:999px;background:#10b981;color:#fff;font-size:13px;font-weight:700;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sv-room-noshow-banner__primary:hover:not(:disabled){background:#0ea371}.sv-room-noshow-banner__primary:active:not(:disabled){background:#0b8158}.sv-room-noshow-banner__primary:disabled{background:rgba(16,185,129,.55);cursor:not-allowed}.sv-room-noshow-banner__spinner{margin-right:8px;flex-shrink:0}.sv-room-noshow-banner__secondary{height:36px;padding:0 14px;border-radius:999px;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.22);color:#065f46;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sv-room-noshow-banner__secondary:hover:not(:disabled){background:rgba(16,185,129,.18)}.sv-room-noshow-banner__secondary:disabled{opacity:.55;cursor:not-allowed}@media (max-width:640px){.sv-room-waiting-banner{margin:10px 12px;padding:14px;max-width:100%}.sv-room-noshow-banner{height:auto;padding:12px;flex-direction:column;align-items:stretch;justify-content:flex-start}.sv-room-noshow-banner__text,.sv-room-noshow-banner__text--pre2m{max-width:100%}.sv-room-noshow-banner--pre2m .sv-room-noshow-banner__text{grid-template-columns:minmax(0,1fr) auto;row-gap:6px}.pre2m__hint{grid-column:1/-1}.sv-room-noshow-banner__actions{width:100%;flex-direction:column;align-items:stretch;gap:8px}.sv-room-noshow-banner__primary,.sv-room-noshow-banner__secondary{width:100%}}.sv-room-end-modal .btn-close{display:none}.sv-room-end-modal{position:relative;padding:24px!important}.sv-room-end-modal__header{padding:4px 0 0!important;margin:0!important;text-align:center}.sv-room-end-modal__title{margin:0!important}.sv-room-end-modal__close{position:absolute!important;top:12px;right:12px;width:32px;height:32px;padding:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.sv-room-end-modal__close i{font-size:16px}.sv-room-end-modal__body{margin:12px 0 20px!important;padding:0!important;text-align:center;color:rgba(30,30,30,.72);line-height:1.55}.sv-room-end-modal__line1{display:block}.sv-room-end-modal__line2{display:block;margin-top:6px;font-size:12px;color:rgba(30,30,30,.55)}.sv-room-end-modal__footer{padding:0!important;margin:0!important;display:flex;justify-content:center!important;align-items:center;gap:12px;flex-wrap:wrap}.sv-room-end-modal__footer [data-button=true]{height:44px;min-width:200px}@media (max-width:420px){.sv-room-end-modal__footer [data-button=true]{min-width:180px}}.sv-room-end-modal__footer [data-button=true] i{margin-right:8px}.sv-room-leave-modal__dialog{max-width:520px}.sv-room-leave-modal .modal-header{align-items:center;text-align:center}.sv-room-leave-modal__description{text-align:center;margin:0}.sv-room-leave-modal__footer{width:100%;justify-content:center}.sv-room-leave-modal__actions{flex-direction:column}.sv-room-leave-modal__actions,.sv-room-leave-modal__row{width:100%;display:flex;gap:12px}@media (max-width:420px){.sv-room-leave-modal__row{flex-direction:column}}.sv-tooltip{position:relative}.sv-tooltip,.sv-tooltip__trigger{display:inline-flex;max-width:100%}.sv-tooltip__content{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%);opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;z-index:50;max-width:240px;padding:8px 10px;border-radius:12px;font-size:12px;line-height:1.35;font-weight:600;color:var(--color-white);background:rgba(30,30,30,.92);box-shadow:0 18px 38px -28px rgba(12,22,48,.55);text-align:center}.sv-tooltip:focus-within .sv-tooltip__content,.sv-tooltip:hover .sv-tooltip__content{opacity:1}.sv-tooltip__content:after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(30,30,30,.92)}.space-chip--icon{width:24px;height:24px;padding:0;justify-content:center}.space-chip--icon i{font-size:10px;line-height:1}.space-room-header__avatar{background:var(--sv-room-avatar-bg)}.advisor-room-header__avatar,.space-room-header__avatar{width:var(--sv-room-avatar-size);height:var(--sv-room-avatar-size);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:var(--font-weight-bold);color:var(--title-color)}.advisor-room-header__avatar{background:rgba(21,193,250,.12)}.sv-room-overlay{z-index:10}.sv-room-chat-drawer{width:min(420px,100%)}.sv-room-video-stage{position:relative;min-height:calc(100vh - 120px);background:#0b0f14;color:#fff}.sv-room-video-stage__topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:.75rem 1rem;background:rgba(11,15,20,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.sv-room-video-stage__grid{padding:1rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:992px){.sv-room-video-stage__grid{grid-template-columns:2fr 1fr}}.sv-room-video-stage__tile{position:relative;border-radius:14px;overflow:hidden;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);min-height:240px}.sv-room-video-stage__label{position:absolute;left:12px;top:12px;font-size:12px;font-weight:600;opacity:.9;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.45)}.sv-room-video-stage__video{width:100%;height:100%;object-fit:cover;display:block}.sv-room-video-stage__chat-drawer{position:fixed;top:0;right:0;width:min(420px,100%);height:100vh;z-index:30;background:#fff;color:var(--title-color);border-left:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column}.sv-room-video-stage__chat-drawer-header{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sv-room-video-stage__chat-drawer-body{padding:1rem;overflow:auto}@media (max-width:575px){.sv-room-chat-drawer{top:auto;bottom:0;left:0;right:0;width:100%;height:55vh;max-height:80vh;border-top-left-radius:18px;border-top-right-radius:18px;transform:translateY(0)!important}}.error-area{min-height:100vh;height:auto;background-size:cover}.advisor-availability-status{font-size:2rem;font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing--2);line-height:1.1}.advisor-availability-status--available{color:var(--primary-color)}.advisor-availability-status--unavailable{color:var(--text-color)}.advisor-unsaved-bar{position:fixed;left:0;right:0;bottom:0;z-index:1030;padding:.75rem 0;background:hsla(0,0%,100%,.96);border-top:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.advisor-schedule-copy-select{min-width:180px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.liveInboxSkeleton{display:block;border-radius:10px;background:linear-gradient(90deg,rgba(0,0,0,.06) 25%,rgba(0,0,0,.12) 50%,rgba(0,0,0,.06) 75%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.liveInboxSkeleton{animation:none;background:rgba(0,0,0,.06)}}.liveInboxSkeleton--r8{border-radius:8px}.liveInboxSkeleton--r9999{border-radius:9999px}.liveInboxSkeleton--mt8{margin-top:8px}.liveInboxSkeleton--h12{height:12px}.liveInboxSkeleton--h14{height:14px}.liveInboxSkeleton--h28{height:28px}.liveInboxSkeleton--h32{height:32px}.liveInboxSkeleton--h40{height:40px}.liveInboxSkeleton--w4{width:4px}.liveInboxSkeleton--w28{width:28px}.liveInboxSkeleton--w44{width:44px}.liveInboxSkeleton--w64{width:64px}.liveInboxSkeleton--w78{width:78px}.liveInboxSkeleton--w132{width:132px}.liveInboxSkeleton--w160{width:160px}.liveInboxSkeleton--w240{width:240px}.liveInboxSkeleton--w260{width:260px}.liveInboxSkeleton--w280{width:280px}.liveInboxSkeletonSessionCard{min-height:64px;border-radius:14px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);padding:12px;display:grid;grid-template-columns:1fr auto auto;grid-column-gap:12px;column-gap:12px;align-items:center}.liveInboxSkeletonSessionCard__leftWrap{min-width:0}.liveInboxSkeletonSessionCard__leftWrap--withMarker{display:flex;align-items:center;gap:10px}.liveInboxSkeletonSessionCard__left{min-width:0;display:flex;flex-direction:column}.liveInboxSkeletonSessionCard__time{display:flex;align-items:center}.liveInboxSkeletonSessionCard__actions{display:inline-flex;align-items:center;gap:8px}.advisor-live-inbox{width:100%;margin-left:auto;margin-right:auto;padding:24px 16px 32px;display:flex;flex-direction:column}.advisor-live-inbox>.liveInboxHeader,.advisor-live-inbox>.startingSoonStack{margin-bottom:16px}.advisor-live-inbox>.liveInboxGlobalEmpty,.advisor-live-inbox>.liveInboxMainList{margin-bottom:12px}.advisor-live-inbox>.liveInboxContent>.liveInboxHeader,.advisor-live-inbox>.liveInboxContent>.startingSoonStack{margin-bottom:16px}.advisor-live-inbox>.liveInboxContent>.liveInboxGlobalEmpty,.advisor-live-inbox>.liveInboxContent>.liveInboxMainList{margin-bottom:12px}@media (min-width:992px){.advisor-live-inbox{padding-left:0;padding-right:0}}.liveInboxHeader{position:-webkit-sticky;position:sticky;top:var(--sv-advisor-sticky-top,0);z-index:10;height:64px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-column-gap:16px;column-gap:16px;border-bottom:1px solid var(--bs-border-color,rgba(0,0,0,.12));padding:0}.liveInboxHeader__titleRow{display:flex;align-items:baseline;gap:17px;min-width:0}.liveInboxHeader__title{margin:0;font-size:24px;line-height:32px;font-weight:600;color:var(--bs-body-color,#1e1e1e);flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liveInboxHeader__controls{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0}@media (max-width:767.98px){.liveInboxHeader{grid-template-columns:1fr;height:auto;padding-top:12px;padding-bottom:12px;row-gap:8px}.liveInboxHeader__controls{justify-content:flex-start;flex-wrap:wrap;row-gap:8px}}.startingSoonStack{width:100%;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));border-radius:12px;background:var(--bs-body-bg,#fff);padding:8px 12px;display:flex;flex-direction:column;gap:8px}.startingSoonRow{display:grid;grid-template-columns:1fr auto;align-items:center;grid-column-gap:12px;column-gap:12px;height:36px;padding:0 8px;border-radius:10px;background:rgba(0,0,0,.03)}.startingSoonRow__text{font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.startingSoonRow__openBtn,.startingSoonRow__text{font-weight:600;color:var(--bs-body-color,#1e1e1e)}.startingSoonRow__openBtn{height:28px;padding:0 12px;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);font-size:13px;line-height:28px;cursor:default;flex:0 0 auto}.startingSoonRow__openBtn.isDisabled{opacity:.5;pointer-events:none}.liveInboxMainList{width:100%;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));border-radius:14px;background:var(--bs-body-bg,#fff);overflow:hidden;min-height:240px}.liveInboxSection{padding:14px 16px}.liveInboxSection--borderTop{border-top:1px solid var(--bs-border-color,rgba(0,0,0,.12))}.liveInboxSection__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 10px}.liveInboxSection__title{font-size:14px;line-height:20px;font-weight:700;margin:0;color:var(--bs-body-color,#1e1e1e);text-transform:none}.liveInboxSection__count{font-size:13px;line-height:20px;font-weight:700;opacity:.65;white-space:nowrap}.liveInboxSection__list{display:flex;flex-direction:column;gap:8px}.liveInboxRowStub{height:44px;padding:0 12px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:rgba(0,0,0,.03);font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.liveInboxRowStub,.liveInboxSectionEmptyLine{display:flex;align-items:center;font-weight:600}.liveInboxSectionEmptyLine{height:36px;padding:0 2px;font-size:13px;line-height:18px;opacity:.65}.liveInboxGlobalEmpty{width:100%;border:1px dashed rgba(0,0,0,.16);border-radius:14px;background:rgba(0,0,0,.02);padding:28px 16px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.liveInboxGlobalEmpty__title{margin:0;font-size:18px;line-height:24px;font-weight:700}.liveInboxGlobalEmpty__sub{margin:0;font-size:14px;line-height:20px;font-weight:600;opacity:.75;max-width:520px}.liveInboxGlobalEmpty__hint{margin:6px 0 0;font-size:12px;line-height:16px;font-weight:600;opacity:.65}.liveInboxGlobalEmpty__cta{height:36px;padding:0 16px;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:rgba(0,0,0,.06);font-size:13px;line-height:36px;font-weight:700;color:var(--bs-body-color,#1e1e1e);cursor:pointer}.liveInboxGlobalEmpty__cta.isDisabled{opacity:.6;pointer-events:none}.techHealthBar{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-radius:12px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:rgba(0,0,0,.02)}.techHealthBar__left{display:inline-flex;align-items:center;gap:8px;min-width:0}.techHealthBar__item{color:var(--bs-body-color,#1e1e1e);white-space:nowrap}.techHealthBar__item,.techHealthBar__sep{font-size:12px;line-height:16px;font-weight:400}.techHealthBar__sep{opacity:.45;padding:0 2px}.techHealthBar__value{font-weight:600}.techHealthBar__value--blocked{color:rgb(var(--bs-danger-rgb,220,53,69));opacity:.75}.techHealthBar__hint{font-size:12px;line-height:16px;font-weight:400;opacity:.65;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.techHealthBar__hint--blocked{color:rgb(var(--bs-danger-rgb,220,53,69));opacity:.9}.techHealthBar__status{font-weight:800;opacity:.75}.techHealthBar__status--ok{opacity:.85}.techHealthBar__status--bad{opacity:.55}.techHealthBar__right{flex:0 0 auto}.techHealthBar__link{font-size:12px;line-height:16px;font-weight:800;text-decoration:none;border-radius:10px;padding:6px 10px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#1e1e1e);cursor:default}.sessionCard{width:100%;display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-column-gap:12px;column-gap:12px;padding:12px;border-radius:14px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);min-height:64px}.sessionCard--needsAction{grid-template-columns:auto 1fr auto auto;column-gap:10px;border-color:rgba(0,0,0,.18);background:rgba(0,0,0,.03)}.sessionCard__marker{width:4px;height:40px;border-radius:9999px;background:rgba(0,0,0,.22)}.sessionCard__left{min-width:0;display:flex;flex-direction:column;gap:4px}.sessionCard__title{font-size:14px;line-height:20px;font-weight:700}.sessionCard__sub,.sessionCard__title{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sessionCard__sub{font-size:13px;line-height:18px;font-weight:600;opacity:.7}.sessionCard__statusRow{display:flex;align-items:center;gap:8px;min-width:0}.sessionCard__statusMetaRight{font-size:12px;line-height:16px;opacity:.8;align-self:baseline;white-space:nowrap}.sessionCard__pausedPill{border-radius:9999px;height:20px;padding:0 8px;font-size:12px;font-weight:700;line-height:20px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:rgba(0,0,0,.03);color:var(--bs-body-color,#1e1e1e);white-space:nowrap;flex:0 0 auto}.sessionCard__alert{font-size:12px;line-height:16px;font-weight:600;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sessionCard__time{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:0 6px}.sessionCard__timePrimary{font-size:13px;line-height:18px;font-weight:800;opacity:.9;white-space:nowrap}.sessionCard__timeSecondary{font-size:12px;line-height:16px;font-weight:600;opacity:.65;white-space:nowrap}.sessionCard__actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.sessionCard__ctaBtn{height:32px;padding:0 12px;border-radius:9999px;font-size:13px;font-weight:700;white-space:nowrap;line-height:32px;text-transform:none!important;letter-spacing:0!important}.sessionCard__ctaBtnTone--warning{background-color:var(--Secondary-color)!important;border:1px solid color-mix(in srgb,var(--Secondary-color) 70%,rgba(0,0,0,.12))!important;color:var(--color-white)!important}.sessionCard__unavailable{font-size:12px;opacity:.6;margin-left:8px;white-space:nowrap}.sessionCard__primaryBtn{background:rgba(0,0,0,.06)}.sessionCard__primaryBtn,.sessionCard__secondaryBtn{height:32px;padding:0 14px;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));font-size:13px;line-height:32px;font-weight:700;color:var(--bs-body-color,#1e1e1e);cursor:default;white-space:nowrap}.sessionCard__secondaryBtn,.sessionCard__secondaryIconBtn{background:var(--bs-body-bg,#fff);opacity:.8}.sessionCard__secondaryIconBtn{width:32px;height:32px;display:none;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));color:var(--bs-body-color,#1e1e1e);cursor:default;flex:0 0 auto}.sessionCard__secondaryIconBtn i{font-size:14px}@media (max-width:479.98px){.sessionCard__secondaryBtn{display:none}.sessionCard__secondaryIconBtn{display:inline-flex}}.sessionCard__primaryBtn.isDisabled,.sessionCard__secondaryBtn.isDisabled,.sessionCard__secondaryIconBtn.isDisabled{opacity:.5;pointer-events:none}.liveInboxControlOnline{display:inline-flex;align-items:center;height:36px;padding:4px;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);transition:background .16s ease,border-color .16s ease}.liveInboxControlOnline.isOn{border-color:var(--primary-color);border-color:color-mix(in srgb,var(--primary-color) 45%,rgba(0,0,0,.12))}.liveInboxControlOnline.isOff{border-color:var(--Secondary-color);border-color:color-mix(in srgb,var(--Secondary-color) 55%,rgba(0,0,0,.12))}.liveInboxControlOnline.isDisabled{opacity:.6;pointer-events:none}.liveInboxControlOnline__btn{height:28px;padding:0 14px;border-radius:9999px;border:0;background:transparent;font-size:14px;line-height:28px;font-weight:600;color:var(--bs-body-color,#1e1e1e);cursor:pointer;white-space:nowrap;position:relative}.liveInboxControlOnline__btnLabel{display:inline-block}.liveInboxControlOnline__btn.isLoading .liveInboxControlOnline__btnLabel{opacity:.35}.liveInboxControlOnline__btnSpinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.liveInboxControlOnline__btnSpinner.isOffline .stellivra-spinner{color:var(--Secondary-color)}.liveInboxControlOnline__btn.isActive{background:rgba(0,0,0,.08);color:var(--bs-body-color,#1e1e1e)}.liveInboxControlOnline.isOn .liveInboxControlOnline__btn.isActive{background:var(--bs-body-bg,#fff);color:var(--primary-color);box-shadow:inset 0 0 0 1px var(--primary-color);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary-color) 55%,rgba(0,0,0,.12))}.liveInboxControlOnline.isOff .liveInboxControlOnline__btn.isActive{background:var(--bs-body-bg,#fff);color:var(--Secondary-color);box-shadow:inset 0 0 0 1px var(--Secondary-color);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--Secondary-color) 70%,rgba(0,0,0,.12))}.liveInboxControlOnline__btn:not(.isActive){opacity:.72}.liveInboxControlAlerts{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 12px;border-radius:9999px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);cursor:pointer;transition:background .16s ease,border-color .16s ease}.liveInboxControlAlerts.isDisabled{opacity:.5;pointer-events:none}.liveInboxControlAlerts__label{font-size:14px;line-height:20px;font-weight:600;margin:0;white-space:nowrap}.liveInboxControlAlerts__switch{width:34px;height:20px;border-radius:9999px;background:rgba(0,0,0,.12);position:relative;flex:0 0 auto;transition:background .16s ease}.liveInboxControlAlerts__knob{width:16px;height:16px;border-radius:50%;background:var(--bs-body-bg,#fff);position:absolute;top:2px;left:2px;transition:left .16s ease}.liveInboxControlAlerts.isOff{border-color:var(--Secondary-color);border-color:color-mix(in srgb,var(--Secondary-color) 55%,rgba(0,0,0,.12))}.liveInboxControlAlerts.isOff .liveInboxControlAlerts__label{color:var(--Secondary-color)}.liveInboxControlAlerts.isOff .liveInboxControlAlerts__switch{background:var(--Secondary-color)}.liveInboxControlAlerts.isOn{border-color:color-mix(in srgb,var(--primary-color) 45%,rgba(0,0,0,.12))}.liveInboxControlAlerts.isOn .liveInboxControlAlerts__label{color:var(--primary-color)}.liveInboxControlAlerts.isOn .liveInboxControlAlerts__switch{background:var(--primary-color)}.liveInboxControlAlerts.isOn .liveInboxControlAlerts__knob{left:16px}.liveInboxControlTestSound{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;position:relative;border-radius:10px;border:1px solid var(--bs-border-color,rgba(0,0,0,.12));background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#1e1e1e);cursor:pointer}.liveInboxControlTestSound.isPulsing{background:rgba(0,0,0,.03);background:color-mix(in srgb,var(--primary-color) 10%,transparent);border-color:rgba(0,0,0,.12);border-color:color-mix(in srgb,var(--primary-color) 35%,rgba(0,0,0,.12))}.liveInboxControlTestSound.isPulsing:after{content:"";position:absolute;inset:-7px;border-radius:14px;border:2px solid var(--primary-color);opacity:0;transform:scale(.9);animation:sv-live-inbox-sound-ring 1.05s ease-out 1;pointer-events:none}.liveInboxControlTestSound.isPulsing i{color:var(--primary-color);animation:sv-live-inbox-sound-wiggle .9s ease-in-out 1}@keyframes sv-live-inbox-sound-ring{0%{opacity:0;transform:scale(.85)}25%{opacity:.85}to{opacity:0;transform:scale(1.25)}}@keyframes sv-live-inbox-sound-wiggle{0%{transform:scale(1)}30%{transform:scale(1.08)}60%{transform:scale(.98)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.liveInboxControlTestSound.isPulsing i,.liveInboxControlTestSound.isPulsing:after{animation:none}}.liveInboxControlTestSound.isDisabled{opacity:.5;pointer-events:none}.liveInboxControlTestSound i{font-size:18px}.liveInboxControlLastUpdated{display:inline-flex;align-items:baseline;gap:6px;max-width:240px;min-width:0}.liveInboxControlLastUpdated__label{font-size:12px;line-height:16px;font-weight:600;opacity:.7;white-space:nowrap}.liveInboxControlLastUpdated__value{font-size:12px;line-height:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liveInboxControlLastUpdated__value--loading{opacity:.7}.liveInboxControlLastUpdated__updating{font-size:12px;line-height:16px;font-weight:700;opacity:.55;margin-left:8px;white-space:nowrap}:root{--sv-consultant-actionbar-bg:var(--box-bg2);--sv-consultant-actionbar-border:rgba(30,30,30,.08);--sv-consultant-actionbar-radius:18px;--sv-consultant-actionbar-shadow:0 14px 30px -26px rgba(12,22,48,.35);--sv-consultant-actiontile-bg:hsla(0,0%,100%,.92);--sv-consultant-actiontile-border:rgba(30,30,30,.08);--sv-consultant-actiontile-radius:16px;--sv-consultant-actiontile-hover-border:rgba(30,194,142,.35);--sv-consultant-actiontile-hover-shadow:0 18px 36px -30px rgba(12,22,48,.42);--sv-consultant-actiontile-focus-ring:0 0 0 0.2rem rgba(30,194,142,.28);--sv-consultant-actiontile-icon-bg:rgba(30,194,142,.12);--sv-consultant-actiontile-icon-color:var(--primary-color);--sv-consultant-card-bg:hsla(0,0%,100%,.94);--sv-consultant-card-border:rgba(30,30,30,.08);--sv-consultant-card-shadow:0 18px 34px -34px rgba(12,22,48,.45);--sv-consultant-card-media-height:232px;--sv-consultant-card-media-radius:20px;--sv-consultant-card-hover-shadow:0 22px 44px -38px rgba(12,22,48,.55);--sv-consultant-card-hover-border:rgba(30,194,142,.35);--sv-consultant-card-transition:160ms ease;--sv-consultant-chip-bg:hsla(0,0%,100%,.7);--sv-consultant-chip-border:rgba(30,30,30,.12);--sv-consultant-chip-text:rgba(30,30,30,.72);--sv-consultant-divider:rgba(30,30,30,.07);--sv-consultant-chips-row-height:34px;--sv-consultant-chips-gap:8px;--sv-consultant-chips-fade-width:22px}.stellivra-consultant-card{height:100%;margin-bottom:0!important;background:var(--sv-consultant-card-bg);border-color:var(--sv-consultant-card-border)!important;box-shadow:var(--sv-consultant-card-shadow);transition:transform var(--sv-consultant-card-transition),box-shadow var(--sv-consultant-card-transition),border-color var(--sv-consultant-card-transition);will-change:transform}.style-inner .course-details-box.stellivra-consultant-card{overflow:visible}.style-inner .course-details-box.stellivra-consultant-card .course-details-thumb:before{display:none}.style-inner .stellivra-consultant-card:hover{border-color:var(--sv-consultant-card-hover-border)!important;box-shadow:var(--sv-consultant-card-hover-shadow);transform:translateY(-2px)}.stellivra-consultant-card__link{flex:1 1 auto;color:inherit;cursor:pointer}.stellivra-consultant-card__media{position:relative;height:var(--sv-consultant-card-media-height);border-radius:var(--sv-consultant-card-media-radius);overflow:hidden;background:rgba(12,22,48,.04)}.stellivra-consultant-card__media:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.42),inset 0 0 0 1px rgba(30,30,30,.07),0 18px 30px -34px rgba(12,22,48,.55);opacity:.9}.stellivra-consultant-card__media-skeleton{position:absolute;top:0;left:0;right:0;z-index:2}.stellivra-consultant-card__media-skeleton-inner{height:var(--sv-consultant-card-media-height);border-radius:var(--sv-consultant-card-media-radius)}.stellivra-consultant-card__image{width:100%;height:var(--sv-consultant-card-media-height);object-fit:cover;display:block;opacity:1;transition:opacity .28s ease-in-out;position:relative;z-index:0}.stellivra-consultant-card__image[data-loading=true]{opacity:0}.stellivra-consultant-card__info{padding-top:.1rem}.stellivra-consultant-card__name{margin-top:14px;margin-bottom:5px;font-size:23px;line-height:1.2;font-weight:650;letter-spacing:-.01em}.stellivra-consultant-card__subtitle{margin-bottom:.65rem;color:rgba(30,30,30,.68);line-height:1.55;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.stellivra-consultant-card__rating{opacity:.92;flex-wrap:nowrap}.stellivra-consultant-card__rating ul{display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.stellivra-consultant-card__rating ul li{display:inline-block;line-height:1;color:var(--Secondary-color)}.stellivra-consultant-card__rating ul li i{color:var(--Secondary-color);font-size:1rem;line-height:1}.stellivra-consultant-card__rating .course-rating-num{white-space:nowrap}.stellivra-consultant-card__chips{margin-top:.7rem!important;position:relative}.stellivra-consultant-card__chips-scroll{display:flex;align-items:center;gap:var(--sv-consultant-chips-gap);flex-wrap:nowrap;height:var(--sv-consultant-chips-row-height);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:3px 2px}.stellivra-consultant-card__chips-scroll::-webkit-scrollbar{display:none}.stellivra-consultant-card__chips:after,.stellivra-consultant-card__chips:before{content:"";position:absolute;top:0;bottom:0;width:var(--sv-consultant-chips-fade-width);pointer-events:none;opacity:0;transition:opacity .16s ease}.stellivra-consultant-card__chips:before{left:0;background:linear-gradient(90deg,var(--sv-consultant-card-bg) 0,hsla(0,0%,100%,0) 100%)}.stellivra-consultant-card__chips:after{right:0;background:linear-gradient(270deg,var(--sv-consultant-card-bg) 0,hsla(0,0%,100%,0) 100%)}.stellivra-consultant-card__chips[data-overflow=true][data-left=true]:before,.stellivra-consultant-card__chips[data-overflow=true][data-right=true]:after{opacity:1}.stellivra-consultant-card__chip.stellivra-tag{padding:2px 12px;height:28px;font-size:13px;border-radius:999px;border:1px solid var(--sv-consultant-chip-border);background:var(--sv-consultant-chip-bg);color:var(--sv-consultant-chip-text);display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto}.stellivra-consultant-card__chip.stellivra-tag:hover{border-color:var(--sv-consultant-chip-border);background:var(--sv-consultant-chip-bg)}.stellivra-consultant-card__chip--more.stellivra-tag{background:rgba(30,194,142,.08);border-color:rgba(30,194,142,.25);color:rgba(30,30,30,.74);font-weight:500}.stellivra-consultant-card__divider{margin-top:12px;margin-bottom:10px;background-color:var(--sv-consultant-divider)}.stellivra-consultant-card__actions{padding-top:.25rem}.stellivra-consultant-card__action-bar{margin-top:0!important}@media (max-width:991px){.style-inner .course-details-box.stellivra-consultant-card{height:100%!important;min-height:100%!important;padding-bottom:20px!important}}.stellivra-consultant-card__action-bar{padding:.75rem;border-radius:var(--sv-consultant-actionbar-radius);border:1px solid var(--sv-consultant-actionbar-border);background:var(--sv-consultant-actionbar-bg);box-shadow:var(--sv-consultant-actionbar-shadow)}.stellivra-consultant-card__action-grid{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem}@media (min-width:768px){.stellivra-consultant-card__action-grid{grid-template-columns:1fr 1fr}}.stellivra-consultant-action-tile{display:flex;flex-direction:column;gap:.35rem;padding:.8rem .9rem;border-radius:var(--sv-consultant-actiontile-radius);border:1px solid var(--sv-consultant-actiontile-border);background:var(--sv-consultant-actiontile-bg);text-decoration:none;color:var(--title-color);min-height:66px;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}.stellivra-consultant-action-tile:hover{transform:translateY(-1px);border-color:var(--sv-consultant-actiontile-hover-border);box-shadow:var(--sv-consultant-actiontile-hover-shadow);color:var(--title-color)}.stellivra-consultant-action-tile:active{transform:translateY(0);box-shadow:none}.stellivra-consultant-action-tile:focus-visible{outline:none;border-color:rgba(30,194,142,.55);box-shadow:var(--sv-consultant-actiontile-focus-ring)}.stellivra-consultant-action-tile[aria-disabled=true]{opacity:.62;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.stellivra-consultant-action-tile__top{display:flex;align-items:flex-start;gap:.6rem;min-width:0}.stellivra-consultant-action-tile__icon-wrap{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--sv-consultant-actiontile-icon-bg);color:var(--sv-consultant-actiontile-icon-color);box-shadow:inset 0 0 0 1px rgba(30,30,30,.04)}.stellivra-consultant-action-tile__icon-wrap i{font-size:13px;line-height:1;opacity:.92}.stellivra-consultant-action-tile__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.stellivra-consultant-action-tile__label{font-size:13px;font-weight:600;letter-spacing:.03em;line-height:1.15}.stellivra-consultant-action-tile__online{font-size:12px;line-height:1.1;color:rgba(30,30,30,.62)}.stellivra-consultant-action-tile__price{font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1.15;color:rgba(30,30,30,.74)}.stellivra-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35em .65em;font-size:.75em;font-weight:600;line-height:1;white-space:nowrap;vertical-align:baseline;border-radius:50rem}.stellivra-badge--neutral{background:var(--box-bg2);color:var(--title-color);border:1px solid rgba(var(--title-color-rgb),.08)}.stellivra-badge--primary,.stellivra-badge--success{background:var(--primary-color);color:#fff}.stellivra-badge--warning{background:var(--Secondary-color);color:#fff}.stellivra-badge--purple{background:var(--fourtiary-color);color:#fff}.stellivra-badge--danger{background:var(--theme-orange-color);color:#fff}.stellivra-badge--info{background:var(--tertiary-color);color:#fff}.stellivra-badge--primary-soft,.stellivra-badge--success-soft{background:rgba(var(--theme-color-rgb),.12);color:var(--primary-color)}.stellivra-badge--warning-soft{background:rgba(255,133,63,.12);color:var(--Secondary-color)}.stellivra-badge--danger-soft{background:rgba(249,76,48,.12);color:var(--theme-orange-color)}.stellivra-badge--info-soft{background:rgba(21,193,250,.12);color:var(--tertiary-color)}.stellivra-alert{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:0;border:1px solid transparent;border-radius:.75rem}.stellivra-alert__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;line-height:0}.stellivra-alert--info{background:rgba(21,193,250,.1);border-color:rgba(21,193,250,.25);color:var(--title-color)}.stellivra-alert--success{background:rgba(var(--theme-color-rgb),.1);border-color:rgba(var(--theme-color-rgb),.25);color:var(--title-color)}.stellivra-alert--warning{background:rgba(255,133,63,.1);border-color:rgba(255,133,63,.25);color:var(--title-color)}.stellivra-alert--danger{background:rgba(249,76,48,.1);border-color:rgba(249,76,48,.25);color:var(--title-color)}.stellivra-alert__icon--info{color:var(--tertiary-color)}.stellivra-alert__icon--success{color:var(--primary-color)}.stellivra-alert__icon--warning{color:var(--Secondary-color)}.stellivra-alert__icon--danger{color:var(--theme-orange-color)}.stellivra-alert__title{margin:0;font-size:1rem;font-weight:600;color:var(--title-color)}.stellivra-alert__description{margin:0;font-size:.875rem;color:var(--text-color)}.sv-text-primary{color:var(--primary-color)!important}.sv-text-secondary{color:var(--Secondary-color)!important}.sv-text-success{color:var(--primary-color)!important}.sv-text-danger{color:var(--theme-orange-color)!important}.sv-text-warning{color:var(--Secondary-color)!important}.sv-text-info{color:var(--tertiary-color)!important}.sv-text-muted{color:var(--text-color)!important}.sv-text-body{color:var(--title-color)!important}.sv-bg-primary{background-color:var(--primary-color)!important}.sv-bg-primary-soft,.sv-bg-success-soft{background-color:rgba(var(--theme-color-rgb),.1)!important}.sv-bg-danger-soft{background-color:rgba(249,76,48,.1)!important}.sv-bg-warning-soft{background-color:rgba(255,133,63,.1)!important}.sv-bg-info-soft{background-color:rgba(21,193,250,.1)!important}.sv-bg-light{background-color:var(--box-bg2)!important}.sv-bg-body,.sv-bg-white{background-color:var(--bg-white)!important}.sv-border-primary{border-color:var(--primary-color)!important}.sv-border-subtle{border-color:rgba(var(--title-color-rgb),.12)!important}.sv-border-light{border-color:rgba(var(--title-color-rgb),.08)!important}.stellivra-spinner{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:stellivra-spinner-spin .75s linear infinite;color:var(--primary-color)}.stellivra-spinner--sm{width:1rem;height:1rem;border-width:.2em}.stellivra-spinner--xs{width:1rem;height:1rem;border-width:2px}.stellivra-spinner--lg{width:3rem;height:3rem;border-width:.3em}@keyframes stellivra-spinner-spin{to{transform:rotate(1turn)}}.stellivra-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--box-bg2);color:var(--title-color);border:1px solid rgba(var(--title-color-rgb),.08);overflow:hidden;font-weight:600;text-transform:uppercase}.stellivra-avatar--xs{width:1.75rem;height:1.75rem;font-size:.7rem}.stellivra-avatar--sm{width:2rem;height:2rem;font-size:.75rem}.stellivra-avatar--md{width:2.5rem;height:2.5rem;font-size:.875rem}.stellivra-avatar--lg{width:3rem;height:3rem;font-size:1rem}.stellivra-select-item--highlighted{background:rgba(var(--theme-color-rgb),.1)!important;color:var(--primary-color)!important}.stellivra-select-item__check{color:var(--primary-color)}.sv-chip-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.875rem;font-weight:600;line-height:1.25;border-radius:9999px;border:1px solid;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.sv-chip-btn:disabled{opacity:.5;cursor:not-allowed}.sv-chip-btn--neutral{background:var(--bg-white);border-color:rgba(var(--title-color-rgb),.18);color:var(--text-color)}.sv-chip-btn--neutral:hover:not(:disabled){border-color:rgba(var(--title-color-rgb),.35);background:var(--box-bg2)}.sv-chip-btn--primary{background:var(--primary-color);border-color:var(--primary-color);color:var(--color-white)}.sv-chip-btn--primary:hover:not(:disabled){background:var(--top-color);border-color:var(--top-color)}.sv-chip-btn--primary-outline{background:rgba(var(--theme-color-rgb),.08);border-color:var(--primary-color);color:var(--primary-color)}.sv-chip-btn--primary-outline:hover:not(:disabled){background:rgba(var(--theme-color-rgb),.16)}.sv-btn-outline-neutral{border-color:rgba(var(--title-color-rgb),.18)!important;color:var(--text-color)!important;background:transparent!important}.sv-btn-outline-neutral:hover{border-color:rgba(var(--title-color-rgb),.35)!important;background:var(--box-bg2)!important;color:var(--title-color)!important}.sv-btn-cta-primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--color-white)!important}.sv-btn-cta-primary:hover{background:var(--top-color)!important;border-color:var(--top-color)!important}.sv-btn-cta-outline{background:transparent!important;border-color:var(--primary-color)!important;color:var(--primary-color)!important}.sv-btn-cta-outline:hover{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--color-white)!important}:root{--sv-room-call-screen-action-size:66px;--sv-room-call-screen-quick-size:53px;--sv-room-call-screen-quick-icon-size:24px;--sv-room-call-screen-action-icon-size:23px;--sv-room-call-screen-avatar-size:112px;--sv-room-call-screen-accept-bg:#16a34a;--sv-room-call-screen-decline-bg:#dc2626}.sv-room-call-screen{width:100%;height:100%;display:flex;align-items:stretch;position:relative}.sv-room-call-screen__inner{width:100%;height:100%;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:radial-gradient(1200px 700px at 50% 0,hsla(0,0%,100%,.08),transparent 60%),radial-gradient(700px 500px at 30% 100%,hsla(0,0%,100%,.06),transparent 55%),rgba(10,12,16,.94)}.sv-room-call-screen__top{text-align:center;display:flex;flex-direction:column;gap:6px;align-items:center}.sv-room-call-screen__timer{font-size:17px;letter-spacing:.06em;opacity:.78;background:linear-gradient(90deg,hsla(0,0%,100%,.85),rgba(210,235,255,.75));-webkit-background-clip:text;background-clip:text;color:transparent}.sv-room-call-screen__name{font-weight:700;font-size:28px;line-height:1.1;background:linear-gradient(90deg,hsla(0,0%,100%,.98),rgba(215,240,255,.9));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 18px hsla(0,0%,100%,.08)}.sv-room-call-screen__statusLine{font-size:16px;opacity:.72}.sv-room-call-screen__statusHintsLine{font-size:14px;line-height:1.2;opacity:.6;margin-top:2px;white-space:normal;word-break:break-word}.sv-room-call-screen__avatarWrap{margin-top:26px;margin-bottom:12px}.sv-room-call-screen__avatar{width:var(--sv-room-call-screen-avatar-size);height:var(--sv-room-call-screen-avatar-size);border-radius:999px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.45),0 0 0 2px hsla(0,0%,100%,.08)}.sv-room-call-screen__avatarImg{width:100%;height:100%;object-fit:cover;display:block}.sv-room-call-screen__avatarFallback{display:flex;align-items:center;justify-content:center;font-size:34px;color:hsla(0,0%,100%,.82);background:hsla(0,0%,100%,.08)}.sv-room-call-screen__avatarFallback i{transform:translateY(1px)}.sv-room-call-screen__quickActions{display:flex;justify-content:center;gap:16px;padding:0;margin-top:0;margin-bottom:0}.stellivra-btn.sv-room-call-screen__actionBtn,.stellivra-btn.sv-room-call-screen__quickBtn{padding:0;min-width:0;text-transform:none;background:none}.stellivra-btn.sv-room-call-screen__actionBtn:before,.stellivra-btn.sv-room-call-screen__quickBtn:before{content:none}.sv-room-call-screen__quickBtn{width:var(--sv-room-call-screen-quick-size);height:var(--sv-room-call-screen-quick-size);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.92);font-size:var(--sv-room-call-screen-quick-icon-size);line-height:1;transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}.sv-room-call-screen__quickBtn:hover:not(:disabled){transform:translateY(-1px) scale(1.04);background:hsla(0,0%,100%,.17);border-color:hsla(0,0%,100%,.22)}.sv-room-call-screen__quickBtn:active:not(:disabled){transform:translateY(0) scale(.97)}.sv-room-call-screen__actions{display:flex;justify-content:center;gap:28px;padding:0;margin-top:8px}.sv-room-call-screen__actionHints{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:4px}.sv-room-call-screen__actionHint{font-size:12px;line-height:1.25;text-align:center;color:hsla(0,0%,100%,.44)}.sv-escalation-waiting-options{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:10px}.sv-escalation-waiting-options__title{font-size:14px;line-height:20px;font-weight:700;text-align:center}.sv-escalation-waiting-options__subtitle{font-size:13px;line-height:18px;font-weight:500;opacity:.8;text-align:center}.sv-escalation-waiting-options__status{font-size:13px;line-height:18px;font-weight:600;opacity:.85;text-align:center}.sv-escalation-waiting-options__actions{display:flex;flex-wrap:wrap;gap:8px}.sv-escalation-waiting-options__actions>button{height:40px;border-radius:14px;padding:0 14px;font-size:14px;font-weight:700}.sv-room-call-screen__actionItem{display:flex;flex-direction:column;align-items:center;gap:10px}.sv-room-call-screen__actionBtn{width:var(--sv-room-call-screen-action-size);height:var(--sv-room-call-screen-action-size);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:none;color:#fff;font-size:var(--sv-room-call-screen-action-icon-size);line-height:1;box-shadow:0 18px 44px rgba(0,0,0,.4);transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.sv-room-call-screen__actionBtn:hover:not(:disabled){transform:translateY(-1px) scale(1.03);filter:brightness(1.06);box-shadow:0 22px 52px rgba(0,0,0,.48)}.sv-room-call-screen__actionBtn:active:not(:disabled){transform:translateY(0) scale(.98);filter:brightness(.98)}@keyframes sv-noise-drift{0%{transform:translateZ(0)}50%{transform:translate3d(-6%,-4%,0)}to{transform:translateZ(0)}}.sv-room-call-screen__inner{position:relative;overflow:hidden}.sv-room-call-screen__inner:before{content:"";position:absolute;inset:-10%;pointer-events:none;background:radial-gradient(520px 420px at 50% 48%,hsla(0,0%,100%,.07),transparent 62%),radial-gradient(880px 620px at 50% 55%,rgba(120,180,255,.04),transparent 70%);opacity:.9}.sv-room-call-screen__inner:after{content:"";position:absolute;inset:-20%;pointer-events:none;background-image:repeating-radial-gradient(circle at 30% 30%,hsla(0,0%,100%,.025) 0 1px,transparent 1px 7px),repeating-radial-gradient(circle at 70% 70%,hsla(0,0%,100%,.02) 0 1px,transparent 1px 9px);opacity:.055;mix-blend-mode:overlay;animation:sv-noise-drift 8s ease-in-out infinite}@keyframes sv-calling-breathe{0%{transform:translateY(0);opacity:.58}50%{transform:translateY(-1px);opacity:.78}to{transform:translateY(0);opacity:.58}}.sv-room-call-screen--outgoing-calling .sv-room-call-screen__statusLine{animation:sv-calling-breathe 1.25s ease-in-out infinite}@keyframes sv-ring-pulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}22%{opacity:.26}70%{opacity:.12}to{transform:translate(-50%,-50%) scale(1.75);opacity:0}}.sv-room-call-screen--ringing .sv-room-call-screen__avatarWrap{position:relative}.sv-room-call-screen--ringing .sv-room-call-screen__avatarWrap:after,.sv-room-call-screen--ringing .sv-room-call-screen__avatarWrap:before{content:"";position:absolute;left:50%;top:50%;width:calc(var(--sv-room-call-screen-avatar-size) + 18px);height:calc(var(--sv-room-call-screen-avatar-size) + 18px);border-radius:999px;pointer-events:none;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 0 10px hsla(0,0%,100%,.018),0 0 26px hsla(0,0%,100%,.03);filter:blur(.2px);transform:translate(-50%,-50%) scale(1);opacity:0;animation:sv-ring-pulse 1.6s ease-out infinite}.sv-room-call-screen--ringing .sv-room-call-screen__avatarWrap:after{animation-delay:.8s}.stellivra-btn.sv-room-call-screen__actionBtn--accept{background:var(--sv-room-call-screen-accept-bg)}.stellivra-btn.sv-room-call-screen__actionBtn--decline{background:var(--sv-room-call-screen-decline-bg)}.sv-room-call-screen__actionLabel{font-size:17px}.stellivra-btn.sv-room-call-screen__headerBtn{position:absolute;top:14px;right:14px;z-index:8;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.stellivra-btn.sv-room-call-screen__headerBtn--dismiss{width:36px;height:36px;min-width:36px;padding:0}.stellivra-btn.sv-room-call-screen__headerBtn--expand{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:.25rem .6rem}.sv-room-call-screen__top--expandable{cursor:pointer}.sv-room-call-screen--compact{--sv-room-call-screen-compact-round-size:calc(66px * 0.9);--sv-room-call-screen-avatar-size:var(--sv-room-call-screen-compact-round-size)}.sv-room-call-screen--compact .sv-room-call-screen__inner{padding:0;justify-content:stretch;align-items:stretch;gap:0;background:transparent}.sv-room-call-screen--compact .sv-room-call-screen__inner:after,.sv-room-call-screen--compact .sv-room-call-screen__inner:before{content:none}.sv-room-call-screen--compact .sv-room-call-screen__panel{border-radius:22px;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(1200px 700px at 50% 0,hsla(0,0%,100%,.08),transparent 60%),radial-gradient(700px 500px at 30% 100%,hsla(0,0%,100%,.06),transparent 55%),rgba(10,12,16,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 60px rgba(0,0,0,.35);overflow:hidden;padding:0;display:flex;flex-direction:column;position:relative;margin:22px 44px}.sv-room-call-screen--compact .sv-room-call-screen__panel:after,.sv-room-call-screen--compact .sv-room-call-screen__panel:before{content:"";position:absolute;pointer-events:none}.sv-room-call-screen--compact .sv-room-call-screen__panel:before{inset:-10%;background:radial-gradient(520px 420px at 50% 48%,hsla(0,0%,100%,.07),transparent 62%),radial-gradient(880px 620px at 50% 55%,rgba(120,180,255,.04),transparent 70%);opacity:.9}.sv-room-call-screen--compact .sv-room-call-screen__panel:after{content:none}.sv-room-call-screen--compact .sv-room-call-screen__panelExpand{position:absolute;top:18px;right:18px;z-index:2}.sv-room-call-screen--compact .sv-room-call-screen__panelTop{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:18px;gap:18px;align-items:center;padding:17px 17px 13px;position:relative;z-index:1}.sv-room-call-screen--compact .sv-room-call-screen__panelTop:focus-visible{outline:2px solid hsla(0,0%,100%,.24);outline-offset:-2px}.sv-room-call-screen--compact .sv-room-call-screen__left{display:flex;align-items:center;gap:14px;min-width:0}.sv-room-call-screen--compact .sv-room-call-screen__meta{min-width:0}.sv-room-call-screen--compact .sv-room-call-screen__avatarWrap{margin:0;flex:0 0 auto}.sv-room-call-screen--compact .sv-room-call-screen__avatar{width:var(--sv-room-call-screen-compact-round-size);height:var(--sv-room-call-screen-compact-round-size);border-radius:999px;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 25px rgba(0,0,0,.25)}.sv-room-call-screen--compact .sv-room-call-screen__avatarFallback{font-size:20px}.sv-room-call-screen--compact .sv-room-call-screen__name{font-size:22px;font-weight:700;line-height:1.08;color:hsla(0,0%,100%,.92);background:none;-webkit-background-clip:border-box;background-clip:border-box;text-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv-room-call-screen--compact .sv-room-call-screen__status{font-size:14px;color:hsla(0,0%,100%,.62);line-height:1.16;margin-top:3px;opacity:.72}.sv-room-call-screen__statusHints{font-size:12px;line-height:1.2;opacity:.6;margin-top:3px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.sv-room-call-screen--compact.sv-room-call-screen--outgoing-calling .sv-room-call-screen__status{animation:sv-calling-breathe 1.25s ease-in-out infinite}.sv-room-call-screen--compact .sv-room-call-screen__timer{align-self:center;font-size:24px;font-weight:400;letter-spacing:1px;line-height:1;color:hsla(0,0%,100%,.88);opacity:1;background:none;-webkit-background-clip:border-box;background-clip:border-box;text-shadow:0 8px 22px rgba(0,0,0,.2)}.sv-room-call-screen--compact .sv-room-call-screen__right{justify-self:end;display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-right:56px;min-width:0}.sv-room-call-screen--compact .sv-room-call-screen__actions{display:flex;justify-content:flex-end;align-items:flex-start;gap:14px;padding:0;margin-top:0;flex-wrap:nowrap}.sv-room-call-screen--compact .sv-room-call-screen__action{display:grid;justify-items:center;grid-gap:8px;gap:8px}.sv-room-call-screen--compact .sv-room-call-screen__actionItem{min-width:-moz-fit-content;min-width:fit-content;flex:0 0 auto}.sv-room-call-screen--compact .sv-room-call-screen__actionBtn{height:36px;padding:0 12px;font-size:13px;line-height:1;border-radius:9999px}.sv-room-call-screen--compact .sv-room-call-screen__quickBtn{width:44px;height:44px;padding:0;border-radius:9999px}.sv-room-call-screen--compact .sv-room-call-screen__quickBtn i{font-size:18px}.stellivra-btn.sv-room-call-screen__actionIcon,.stellivra-btn.sv-room-call-screen__miniBtn{padding:0!important;min-width:0!important;text-transform:none!important;overflow:visible!important;background:none!important}.stellivra-btn.sv-room-call-screen__actionIcon:before,.stellivra-btn.sv-room-call-screen__miniBtn:before{content:none!important}.stellivra-btn.sv-room-call-screen__actionIcon{width:var(--sv-room-call-screen-compact-round-size)!important;height:var(--sv-room-call-screen-compact-round-size)!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 18px 35px rgba(0,0,0,.28);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.stellivra-btn.sv-room-call-screen__actionIcon i{font-size:calc(28px * .9);line-height:1;color:hsla(0,0%,100%,.92)}.stellivra-btn.sv-room-call-screen__actionIcon:hover:not(:disabled){transform:translateY(-1px)}.stellivra-btn.sv-room-call-screen__actionIcon:active:not(:disabled){transform:translateY(0)}.stellivra-btn.sv-room-call-screen__actionIcon--accept{background:radial-gradient(circle at 30% 25%,rgba(120,255,160,.55),rgba(26,150,72,.95))!important}.stellivra-btn.sv-room-call-screen__actionIcon--danger{background:radial-gradient(circle at 30% 25%,hsla(0,100%,77%,.55),rgba(185,30,40,.95))!important}.stellivra-btn.sv-room-call-screen__actionIcon--neutral{background:radial-gradient(circle at 30% 25%,hsla(0,0%,100%,.1),rgba(120,135,165,.18))!important}.sv-room-call-screen--compact .sv-room-call-screen__actionLabel{font-size:16px;line-height:1.05;color:hsla(0,0%,100%,.58);white-space:nowrap}.sv-room-call-screen--compact .sv-room-call-screen__action--accept .sv-room-call-screen__actionLabel{color:rgba(120,255,160,.95)}.sv-room-call-screen--compact .sv-room-call-screen__action--danger .sv-room-call-screen__actionLabel{color:hsla(0,100%,75%,.95)}.sv-room-call-screen--compact .sv-room-call-screen__action--neutral .sv-room-call-screen__actionLabel{color:hsla(0,0%,100%,.58)}.sv-room-call-screen--compact .sv-room-call-screen__action--pressed .sv-room-call-screen__actionIcon{border-color:hsla(0,0%,100%,.22)!important;box-shadow:0 18px 35px rgba(0,0,0,.34),inset 0 0 0 1px hsla(0,0%,100%,.06)}.sv-room-call-screen--compact .sv-room-call-screen__miniActions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.stellivra-btn.sv-room-call-screen__miniBtn{width:44px!important;height:44px!important;border:none!important;border-radius:12px!important;color:hsla(0,0%,100%,.78);display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 12px 26px rgba(0,0,0,.24);transition:transform .14s ease,background .14s ease,border-color .14s ease}.stellivra-btn.sv-room-call-screen__miniBtn i{font-size:22px;line-height:1;color:hsla(0,0%,100%,.78)}.stellivra-btn.sv-room-call-screen__miniBtn:hover:not(:disabled){transform:translateY(-1px);background:hsla(0,0%,100%,.1)!important;border-color:hsla(0,0%,100%,.16)!important}.stellivra-btn.sv-room-call-screen__miniBtn:active:not(:disabled){transform:translateY(0)}.sv-room-call-screen--compact .sv-room-call-screen__panelBottom{border-top:1px solid hsla(0,0%,100%,.07);padding:14px 18px 18px;color:hsla(0,0%,100%,.44);font-size:13px;line-height:1.25;display:flex;flex-direction:column;gap:4px;position:relative;z-index:1}.sv-room-chat--call-screen{width:100%;max-width:none;padding:0;gap:0}.sv-room-call-screen-shell{width:100%;height:100%;display:flex;align-items:stretch;min-height:0}:root{--sv-room-call-chat-pane-width:280px;--sv-room-call-chat-pane-min-width:240px;--sv-room-call-chat-pane-max-width:320px;--sv-room-call-compact-panel-height:clamp(190px,32vh,290px)}.sv-room-call-screen-layout{width:100%;height:100%;display:flex;align-items:stretch;gap:16px;min-height:0}.sv-room-call-screen-layout__call{flex:1 1 auto;min-width:0;height:100%}.sv-room-call-screen-layout__chat{margin-left:auto;flex:0 0 clamp(var(--sv-room-call-chat-pane-min-width),var(--sv-room-call-chat-pane-width),var(--sv-room-call-chat-pane-max-width));height:100%;min-height:0;overflow:hidden;border-radius:18px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 18px 44px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sv-room-call-screen-layout--compact{flex-direction:column;gap:12px}.sv-room-call-screen-layout--compact .sv-room-call-screen-layout__call{flex:0 0 var(--sv-room-call-compact-panel-height);min-height:170px}.sv-room-call-screen-layout__chat--compact{margin-left:0;flex:1 1 auto;min-height:0;overflow:hidden;border-radius:0;border:none;box-shadow:none;background:var(--sv-room-surface-bg);-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;flex-direction:column}.sv-room-call-screen-layout__chat--compact .sv-room-chat-panel{flex:1 1 auto;min-height:0}.sv-room-call-screen__quickBtn--active{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.22)}.stellivra-btn.sv-room-call-screen__actionBtn,.stellivra-btn.sv-room-call-screen__quickBtn{padding:0!important;min-width:0!important;text-transform:none!important;background:none!important;overflow:visible!important}.stellivra-btn.sv-room-call-screen__actionBtn:before,.stellivra-btn.sv-room-call-screen__quickBtn:before{content:none!important}.stellivra-btn.sv-room-call-screen__actionBtn{width:var(--sv-room-call-screen-action-size)!important;height:var(--sv-room-call-screen-action-size)!important;border-radius:999px!important;border:none!important;color:#fff!important;font-size:var(--sv-room-call-screen-action-icon-size)!important}.stellivra-btn.sv-room-call-screen__actionBtn,.stellivra-btn.sv-room-call-screen__quickBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.stellivra-btn.sv-room-call-screen__quickBtn{width:var(--sv-room-call-screen-quick-size)!important;height:var(--sv-room-call-screen-quick-size)!important;border-radius:999px!important;font-size:var(--sv-room-call-screen-quick-icon-size)!important}.stellivra-btn.sv-room-call-screen__actionBtn--accept{background:var(--sv-room-call-screen-accept-bg)!important}.stellivra-btn.sv-room-call-screen__actionBtn--decline{background:var(--sv-room-call-screen-decline-bg)!important}.sv-room-call-screen--compact .stellivra-btn.sv-room-call-screen__quickBtn{width:44px!important;height:44px!important;padding:0!important;border-radius:9999px!important;font-size:18px!important;line-height:1!important}.sv-room-call-screen--compact .stellivra-btn.sv-room-call-screen__actionBtn{width:auto!important;min-width:44px!important;height:44px!important;padding:0 12px!important;border-radius:9999px!important;font-size:13px!important;line-height:1!important}