@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";.media-player{--media-accent: var(--blue-600);--media-ink: var(--gray-800);--media-muted: var(--gray-500);--media-rail: var(--blue-100);--media-hover: rgba(29, 102, 175, .09);position:relative;min-width:0;max-width:100%;color:var(--media-ink);border-radius:12px;isolation:isolate;container-type:inline-size}.media-player button,.media-player a,.media-player input{-webkit-tap-highlight-color:transparent}.media-player :is(button,a,input):focus-visible,.media-player:focus-visible{outline:2px solid var(--media-accent);outline-offset:3px}.media-player svg{width:16px;height:16px;flex:none;stroke-width:1.8}.media-player--audio{width:348px;display:flex;align-items:center;gap:13px;padding:17px 14px 10px;background:linear-gradient(125deg,var(--blue-050),#f8fbfe)}.media-player--audio .media-element{display:none}.media-audio-content{min-width:0;flex:1}.media-audio-heading{min-width:0;display:flex;align-items:center;gap:6px;margin-bottom:2px;padding-right:10px;color:var(--media-muted)}.media-audio-heading svg{width:14px;height:14px;color:var(--media-accent)}.media-audio-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600}.media-audio-play{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;padding:0;margin-top:-6px;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--blue-400),var(--blue-600));box-shadow:0 4px 12px #1151a32e;transition:transform .18s ease,box-shadow .18s ease}.media-audio-play:hover{transform:scale(1.05);box-shadow:0 5px 16px #1151a340}.media-audio-play svg{width:20px;height:20px}.media-audio-play .lucide-play,.media-video-play .lucide-play{margin-left:2px;fill:currentColor;stroke-width:1.3}.media-timeline{position:relative;height:24px;display:flex;align-items:center}.media-track{position:absolute;left:0;right:0;height:4px;overflow:hidden;border-radius:999px;background:var(--media-rail)}.media-track:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--media-buffered);background:var(--media-accent);opacity:.16}.media-track>span{position:absolute;inset:0 auto 0 0;width:var(--media-progress);border-radius:inherit;background:var(--media-accent)}.media-seek{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;z-index:1;display:block;width:100%;height:24px;margin:0;padding:0;background:transparent;cursor:pointer}.media-seek::-webkit-slider-runnable-track{height:4px;background:transparent}.media-seek::-moz-range-track{height:4px;background:transparent}.media-seek::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:10px;height:10px;margin-top:-3px;border:2px solid var(--media-accent);border-radius:50%;background:var(--media-accent);box-shadow:0 0 0 3px transparent;transition:box-shadow .15s ease}.media-seek::-moz-range-thumb{width:7px;height:7px;border:2px solid var(--media-accent);border-radius:50%;background:var(--media-accent)}.media-seek:hover::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--media-hover)}.media-seek:disabled{cursor:default;opacity:.5}.media-toolbar{min-width:0;display:flex;align-items:center;gap:4px}.media-time{flex:none;font-size:10px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.media-duration{color:var(--media-muted);font-weight:400}.media-utilities{display:flex;align-items:center;gap:2px;margin-left:auto}.media-control{flex:none;display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:8px;color:var(--media-muted);background:transparent;transition:color .15s,background .15s}.media-control:hover{color:var(--media-ink);background:var(--media-hover)}.media-speed{width:38px;font-size:10px;font-weight:700;letter-spacing:-.2px}.media-volume{position:relative}.media-volume-popover{position:absolute;bottom:calc(100% + 2px);right:-28px;z-index:5;display:none;align-items:center;width:100px;height:36px;padding:0 10px;border:1px solid var(--gray-100);border-radius:10px;background:#fff;box-shadow:var(--shadow-sm)}.media-volume-popover:after{content:"";position:absolute;top:100%;left:0;right:0;height:6px}.media-volume:hover .media-volume-popover,.media-volume:focus-within .media-volume-popover{display:flex}.media-volume-popover input{width:100%;height:24px;margin:0;accent-color:var(--blue-500);cursor:pointer}.media-feedback{flex-basis:100%;padding:5px 0;font-size:11px;line-height:1.5}.media-player--audio:has(.media-feedback){flex-wrap:wrap}.media-player--audio:has(.media-feedback) .media-audio-content{flex-basis:calc(100% - 65px)}.media-spinner{animation:media-spin .9s linear infinite}@keyframes media-spin{to{transform:rotate(360deg)}}.message-row.mine .media-player--audio{--media-accent: #fff;--media-ink: #fff;--media-muted: rgba(255, 255, 255, .78);--media-rail: rgba(255, 255, 255, .23);--media-hover: rgba(255, 255, 255, .13);background:#ffffff13}.message-row.mine .media-audio-play{color:var(--blue-600);background:#fff;box-shadow:0 3px 10px #0b3f8126}.media-player--video{--media-accent: #85c5ff;--media-ink: #fff;--media-muted: rgba(255, 255, 255, .78);--media-rail: rgba(255, 255, 255, .3);--media-hover: rgba(255, 255, 255, .15);width:360px;overflow:hidden;background:#101c2c}.media-player--video .media-element{display:block;width:100%;min-height:200px;max-height:390px;object-fit:contain}.media-video-heading{position:absolute;inset:0 0 auto;display:flex;align-items:center;gap:8px;padding:13px 30px 28px 13px;color:#fff;background:linear-gradient(rgba(6,17,31,.65),transparent);pointer-events:none}.media-video-heading>span{flex:none;padding:3px 6px;border:1px solid rgba(255,255,255,.22);border-radius:5px;font-size:8px;font-weight:700;letter-spacing:.8px;background:#ffffff1a}.media-video-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500;opacity:.85}.media-video-play{position:absolute;z-index:1;left:50%;top:44%;display:grid;place-items:center;width:52px;height:52px;padding:0;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;background:#0d243f73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 5px 25px #00000026;transition:background .18s ease}.media-video-play:hover{background:#1d66afcc}.media-video-play svg{width:23px;height:23px}.media-video-controls{position:absolute;inset:auto 0 0;padding:25px 12px 8px;background:linear-gradient(transparent,#050d19d9 45%,#050d19f0)}.media-video-controls .media-toolbar{gap:5px}.media-video-controls .media-control{color:#fff}.media-video-controls .media-timeline{height:22px}.media-video-controls .media-time{font-size:10px}.media-player--video .media-feedback{position:absolute;inset:38px 10px auto;padding:7px 9px;border-radius:7px;color:#fff;background:#0a1422eb}.media-player--video.has-error .media-video-heading{display:none}.media-player--video.has-error .media-video-play{top:55%}.message-bubble.with-attachment:has(>.media-player--video){width:min(370px,85%)}.attachment-grid-cell{min-width:0}.attachment-grid-thumb>.media-player--video{width:100%;height:100%;border-radius:0}.attachment-grid-thumb .media-player--video:not(.is-fullscreen) .media-element{height:100%;min-height:0;max-height:none;object-fit:cover}.media-player--compact:not(.is-fullscreen) .media-video-heading,.media-player--compact:not(.is-fullscreen) .media-utilities,.media-player--compact:not(.is-fullscreen) .media-duration,.media-player--compact:not(.is-fullscreen) .media-toolbar-play{display:none}.media-player--compact:not(.is-fullscreen) .media-video-play{width:34px;height:34px;top:37%}.media-player--compact:not(.is-fullscreen) .media-video-play svg{width:17px;height:17px}.media-player--compact:not(.is-fullscreen) .media-video-controls{padding:15px 7px 3px}.media-player--compact:not(.is-fullscreen) .media-timeline{height:16px}.media-player--compact:not(.is-fullscreen) .media-fullscreen{width:23px;height:24px;margin-left:auto}.media-player--compact:not(.is-fullscreen) .media-feedback{inset:5px 5px auto;font-size:9px}.media-player--video:is(:fullscreen,.is-fullscreen){width:100%;height:100%;max-width:none;border-radius:0}.media-player--video:is(:fullscreen,.is-fullscreen) .media-element{width:100%;height:100%;max-height:none;object-fit:contain}.media-player--video:is(:fullscreen,.is-fullscreen) .media-video-controls{padding:40px max(20px,env(safe-area-inset-right)) max(15px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.media-player--video:is(:fullscreen,.is-fullscreen) .media-control{width:40px;height:40px}.media-player--video:is(:fullscreen,.is-fullscreen) .media-time{font-size:13px}.audio-draft>.media-player--audio{width:auto;min-width:0;flex:1;padding:7px 4px;background:transparent}.audio-draft .media-audio-heading{padding-right:0}@container (max-width: 270px){.media-player--audio .media-audio-heading{font-size:10px}.media-player--audio .media-volume,.media-player--audio .media-download{display:none}.media-player--video:not(.is-fullscreen) .media-download{display:none}}@container (max-width: 220px){.media-player--video:not(.is-fullscreen) .media-speed,.media-player--video:not(.is-fullscreen) .media-volume{display:none}}@container (max-width: 110px){.media-player--compact:not(.is-fullscreen) .media-timeline{display:none}.media-player--compact:not(.is-fullscreen) .media-video-controls{padding-top:10px}}@media(max-width:480px){.media-player--audio{gap:10px;padding:16px 10px 8px}.media-audio-play{flex-basis:40px;width:40px;height:40px}.audio-draft{gap:5px;padding-inline:6px}.audio-draft>button{padding:8px}.audio-draft .media-audio-play{flex-basis:34px;width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.media-player *,.media-player *:before{transition:none;animation:none}}.emoji-picker{position:absolute;right:-42px;bottom:48px;z-index:50;width:268px;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--gray-100);border-radius:15px;background:#fff;box-shadow:var(--shadow-md)}.emoji-picker-search{display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid var(--gray-200);border-radius:10px;background:var(--gray-50)}.emoji-picker-search svg{flex:none;width:14px;height:14px;color:var(--gray-400)}.emoji-picker-search input{flex:1;min-width:0;height:32px;border:0;outline:none;background:transparent;color:var(--gray-800);font-size:.82rem}.emoji-picker-tabs{display:flex;gap:2px;padding-bottom:7px;border-bottom:1px solid var(--gray-100)}.emoji-picker-tabs button{flex:1;height:28px;padding:0;display:grid;place-items:center;border-radius:7px;background:transparent;font-size:.95rem;line-height:1;opacity:.55}.emoji-picker-tabs button svg{width:14px;height:14px;color:var(--gray-500)}.emoji-picker-tabs button:hover,.emoji-picker-tabs button.is-active{background:var(--blue-050);opacity:1}.emoji-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;height:196px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.emoji-picker-grid button{width:100%;aspect-ratio:1;padding:0;display:grid;place-items:center;border-radius:8px;background:transparent;font-size:1.12rem;line-height:1}.emoji-picker-grid button:hover{background:var(--blue-050)}.emoji-picker-hint{grid-column:1 / -1;margin:0;padding:16px 4px;text-align:center;color:var(--gray-400);font-size:.76rem}@media(max-width:640px){.emoji-picker{position:fixed;right:12px;left:12px;width:auto;bottom:calc(142px + env(safe-area-inset-bottom))}.emoji-picker-grid{grid-template-columns:repeat(8,1fr)}}.dialog-card.channels-dialog{width:min(640px,100%);max-height:calc(100dvh - 40px);display:flex;flex-direction:column}.dialog-card.channels-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.channels-dialog-header-main{min-width:0;flex:1;display:flex;align-items:flex-start;gap:12px}.channels-dialog-heading{min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.channels-dialog-heading h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channels-dialog>header .channels-back{width:36px;height:36px;margin:0;padding:0;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;color:var(--gray-500)}.channels-dialog>header .channels-back:hover{border-color:var(--gray-100);background:var(--gray-50);color:var(--gray-700)}.channels-back svg{width:18px;height:18px}.channels-body{overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:14px;padding:6px 4px 2px 0;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.channels-intro{font-size:12px;color:var(--gray-500);line-height:1.6;margin:0}.channels-new{display:grid;grid-template-columns:1fr 1fr;gap:8px}.channels-new button{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border:1px solid var(--gray-100);border-radius:12px;background:var(--gray-50);font-size:13px;font-weight:600;cursor:pointer}.channels-new button:hover{background:#eef4fa}.channels-new svg{width:15px;height:15px}.channels-hint{font-size:13px;color:var(--gray-500);display:flex;align-items:center;gap:6px}.channels-hint .spin{animation:spin 1s linear infinite;width:15px;height:15px}.channels-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.channels-list li{display:flex;align-items:stretch;gap:4px;border:1px solid var(--gray-100);border-radius:12px;overflow:hidden}.channels-list-main{flex:1;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:11px 12px;background:none;border:0;text-align:left;cursor:pointer}.channels-list-main:hover{background:var(--gray-50)}.channels-dot{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#e6f4ec;color:#1f9254;flex:none}.channels-dot.paused{background:var(--gray-100);color:var(--gray-400)}.channels-dot svg{width:14px;height:14px}.channels-list-copy{display:grid;gap:2px;min-width:0}.channels-list-copy strong{font-size:13px}.channels-list-copy small{font-size:11px;color:var(--gray-500)}.channels-list-action{padding:0 12px;background:none;border:0;border-left:1px solid var(--gray-100);cursor:pointer;color:var(--gray-500)}.channels-list-action svg{width:16px;height:16px}.channels-form{gap:0;padding:0;overflow:hidden}.channels-form-scroll{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:6px 4px 2px 0;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.channels-form-preset{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;margin-bottom:20px;border:1px solid #d8e5f1;border-radius:12px;background:#f5f9fd}.channels-preset-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:var(--blue-600);background:#e4eff9}.channels-preset-icon svg{width:16px;height:16px}.channels-form-preset>div{min-width:0}.channels-form-preset strong{display:block;color:#253950;font-size:12px;font-weight:700}.channels-form-preset p{margin:3px 0 0;color:#6e7d8e;font-size:10.5px;line-height:1.5}.channels-form-section{padding:20px 0 0;border-top:1px solid #e8edf2}.channels-form-section+.channels-form-section{margin-top:22px}.channels-form-section-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.channels-form-section-title>svg{width:30px;height:30px;flex:0 0 auto;padding:7px;border-radius:9px;color:var(--blue-600);background:var(--blue-050)}.channels-form-section-title>div{min-width:0}.channels-form-section-title h3{margin:0;color:#26364a;font-size:12px;line-height:1.35}.channels-form-section-title p{margin:2px 0 0;color:var(--gray-400);font-size:10px;line-height:1.45}.channels-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.channels-access-grid{display:grid;grid-template-columns:minmax(170px,.75fr) minmax(0,1.25fr);gap:14px}.channels-field{min-width:0;display:flex;flex-direction:column;gap:7px}.channels-field-wide,.channels-duration{grid-column:1 / -1}.channels-field-label{min-height:16px;display:flex;align-items:baseline;justify-content:space-between;gap:8px;color:var(--gray-700);font-size:11px;font-weight:700}.channels-field-label small{color:var(--gray-400);font-size:9.5px;font-weight:500;white-space:nowrap}.channels-form input,.channels-form select,.channels-form textarea{width:100%;min-width:0;border:1px solid #d4dde6;border-radius:10px;outline:none;color:#263548;font-size:12px;font-weight:400;background:#fff;box-shadow:0 1px 2px #1c2e4308;transition:border-color .18s ease,box-shadow .18s ease}.channels-form input,.channels-form select{height:43px;padding:0 11px}.channels-form textarea{min-height:72px;padding:11px;resize:vertical;font:inherit;line-height:1.5}.channels-form input::placeholder,.channels-form textarea::placeholder{color:#9aa4af}.channels-dialog .channels-form input:focus,.channels-dialog .channels-form select:focus,.channels-dialog .channels-form textarea:focus,.channels-dialog .channels-form input:focus-visible,.channels-dialog .channels-form select:focus-visible,.channels-dialog .channels-form textarea:focus-visible{outline:none;border-color:var(--blue-500);background:#fbfdff;box-shadow:inset 0 0 0 1px #1d66af1f}.channels-password{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.channels-password button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid #d4dde6;border-radius:10px;color:#45617d;background:var(--gray-50);font-size:10px;font-weight:650;white-space:nowrap;cursor:pointer}.channels-password button:hover{border-color:#b9c9d8;color:var(--blue-700);background:var(--blue-050)}.channels-password button svg{width:13px;height:13px}.channels-duration{min-width:0;display:flex;flex-direction:column;gap:7px}.channels-chips{display:flex;flex-wrap:wrap;gap:6px}.channels-chips button{min-height:31px;padding:0 11px;border:1px solid #d4dde6;border-radius:8px;color:#526174;background:#fff;font-size:10px;font-weight:650;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.channels-chips button:hover:not(.is-active){border-color:#aac0d5;color:var(--blue-700);background:#f7fafc}.channels-chips button.is-active{border-color:var(--blue-600);color:#fff;background:var(--blue-600);box-shadow:0 4px 10px #1d66af26}.channels-form-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0 2px;margin-top:14px;border-top:1px solid #e8edf2;background:#fff}.channels-form-footer p{max-width:250px;margin:0;color:var(--gray-400);font-size:9.5px;line-height:1.45}.channels-submit-button{min-width:228px;min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;border:0;border-radius:10px;color:#fff;background:var(--blue-600);box-shadow:0 7px 17px #1d66af2b;font-size:11px;font-weight:700;cursor:pointer}.channels-submit-button:hover:not(:disabled){background:var(--blue-700);transform:translateY(-1px)}.channels-submit-button svg,.channels-created svg{width:15px;height:15px}.channels-form .spin{animation:spin 1s linear infinite}.channels-created p{font-size:13px;display:flex;align-items:center;gap:6px}.channels-created .secondary-button{border:1px solid var(--gray-100);border-radius:10px;padding:10px;background:#fff;font-size:13px;cursor:pointer}.channel-copy-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid var(--gray-100);border-radius:10px;padding:8px 10px}.channel-copy-label{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase}.channel-copy-row code{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gray-700)}.channel-copy-row button{background:none;border:0;cursor:pointer;color:var(--blue-600)}.channel-copy-row button svg{width:15px;height:15px}.channel-copy-row--wrap{grid-template-columns:1fr auto;align-items:start}.channel-copy-row--wrap .channel-copy-label{grid-column:1 / -1;margin-bottom:3px}.channel-copy-row--wrap code{white-space:pre-wrap;overflow:visible;overflow-wrap:anywhere;line-height:1.6}.channel-widget{display:grid;gap:8px}.channel-widget-options{font-size:12px}.channel-widget-options summary{cursor:pointer;padding:4px 0;color:var(--blue-600);font-weight:600;list-style:none}.channel-widget-options summary::-webkit-details-marker{display:none}.channel-widget-options summary:before{content:"▸ ";color:var(--gray-400)}.channel-widget-options[open] summary:before{content:"▾ "}.channel-widget-options>p{margin:6px 0 10px;color:var(--gray-500);line-height:1.6}.channel-widget-options ul{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:8px}.channel-widget-options li{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:baseline}.channel-widget-options li span{color:var(--gray-500);line-height:1.55}.channel-widget-options li b{color:var(--gray-700);font-weight:600}.channel-widget-options li code,.channel-widget-options>p code{font-size:11px;padding:1px 5px;border:1px solid var(--gray-100);border-radius:6px;background:var(--gray-50);color:var(--gray-700);white-space:nowrap}.channels-danger{margin-top:8px;padding-top:12px;border-top:1px solid var(--gray-100)}.channels-delete{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #f0d4d8;border-radius:10px;background:#fff5f6;color:#b0374a;font-size:12px;font-weight:600;cursor:pointer}.channels-delete svg{width:14px;height:14px}.channels-danger-confirm{border:1px solid #f0d4d8;border-radius:10px;padding:12px;background:#fff5f6}.channels-danger-confirm p{margin:0 0 10px;font-size:12px;line-height:1.6;color:#7a3a44}.channels-danger-confirm>div{display:flex;gap:8px}.channels-danger-confirm .danger-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:0;border-radius:8px;background:#c0394b;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.channels-danger-confirm .danger-button svg{width:14px;height:14px}.channels-danger-confirm .danger-button .spin{animation:spin 1s linear infinite}.channels-danger-confirm>div button:last-child{padding:8px 12px;border:1px solid var(--gray-100);border-radius:8px;background:#fff;font-size:12px;cursor:pointer}.channels-subhead{font-size:13px;margin:6px 0 0}.channels-leads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.channels-leads button{width:100%;display:flex;justify-content:flex-start;padding:10px 12px;border:1px solid var(--gray-100);border-radius:12px;background:#fff;text-align:left;cursor:pointer}.channels-leads button:hover{background:var(--gray-50)}.channels-lead-copy{display:grid;gap:3px;min-width:0}.channels-lead-copy strong{font-size:13px;display:flex;align-items:center;gap:6px}.channels-lead-unread{background:var(--blue-600);color:#fff;font-size:10px;border-radius:999px;padding:1px 6px}.channels-lead-copy small{font-size:11px;color:var(--gray-500)}.channels-lead-intake{color:var(--gray-600)!important}@media(max-width:600px){.channels-backdrop{padding:10px}.dialog-card.channels-dialog{max-height:calc(100dvh - 20px);padding:18px;border-radius:20px}.dialog-card.channels-dialog>header{margin-bottom:15px}.channels-dialog-header-main{gap:8px}.channels-body{padding-right:2px}.channels-form{padding:0}.channels-form-scroll{padding-right:2px}.channels-form-preset{padding:12px;margin-bottom:17px}.channels-form-section{padding-top:17px}.channels-form-section+.channels-form-section{margin-top:18px}.channels-form-grid,.channels-access-grid{grid-template-columns:minmax(0,1fr);gap:13px}.channels-field-wide,.channels-duration{grid-column:auto}.channels-form input,.channels-form select,.channels-form textarea{font-size:16px}.channels-form-footer{align-items:stretch;padding-top:12px;margin-top:12px}.channels-form-footer p{display:none}.channels-submit-button{width:100%;min-width:0;min-height:46px;font-size:12px}}@media(max-width:380px){.channels-backdrop{padding:6px}.dialog-card.channels-dialog{max-height:calc(100dvh - 12px);padding:15px;border-radius:17px}.channels-password{grid-template-columns:minmax(0,1fr)}.channels-password button{width:100%}.channels-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.channels-chips button{min-width:0;padding:0 4px}}.inbox-filters{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:4px}.inbox-filters select:first-child,.inbox-filters .inbox-filter-wide{grid-column:1 / -1}.inbox-filters select{height:38px;border:1px solid var(--gray-200, #dbe0e6);border-radius:12px;padding:0 10px;font-size:12px;color:var(--gray-700, #374151);background:#fff;box-shadow:var(--shadow-xs);outline:none}.inbox-filters select:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af1a}.inbox-error{color:#c0392b;font-size:12px;padding:4px 18px 0;margin:0}.inbox-item{align-items:flex-start;cursor:pointer}.inbox-item .avatar{margin-top:2px}.inbox-item .conversation-copy{display:grid;gap:3px}.inbox-item-meta{display:flex;align-items:center;gap:7px;margin-top:2px;min-width:0}.inbox-item-channel{font-size:.7rem;color:var(--gray-400, #9aa3af);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-tag{flex:none;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px}.inbox-tag--new{background:#e6f0fb;color:#235e9c}.inbox-tag--answered{background:#e6f4ec;color:#1f9254}.inbox-tag--ended{background:var(--gray-100, #e5e7eb);color:var(--gray-500, #6b7280)}.inbox-item-intake{font-size:.72rem;color:var(--gray-600, #4b5563);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-item-labels{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.inbox-item-labels i{font-style:normal;font-size:.64rem;font-weight:600;padding:1px 6px;border-radius:999px;background:var(--blue-050, #eef4fb);color:var(--blue-700, #245a91)}.inbox-row-resolve{flex:none;align-self:center;background:none;border:0;cursor:pointer;color:var(--gray-400, #9aa3af);padding:4px;border-radius:8px}.inbox-row-resolve:hover{color:#1f9254;background:#1f92541a}.inbox-row-resolve svg{width:16px;height:16px}.message-row .message-bubble.with-attachment.batch-bubble{--attachment-surface: var(--gray-50);--attachment-border: var(--gray-100);width:min(390px,88%);min-width:0;max-width:min(390px,88%);padding:7px;border-radius:18px 18px 18px 5px}.message-row.mine .message-bubble.batch-bubble{--attachment-surface: rgba(255, 255, 255, .96);--attachment-border: rgba(255, 255, 255, .15);border-radius:18px 18px 5px}.batch-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px;padding:0 2px 6px 5px}.batch-header>span{display:flex;align-items:center;gap:6px;color:var(--gray-500);font-size:11px;font-weight:600}.batch-header>span svg{width:13px;height:13px}.message-row.mine .batch-header>span{color:#ffffffd9}.batch-menu-anchor{position:relative}.batch-header .message-menu-button{position:static;display:grid;width:26px;height:24px;opacity:1;background:transparent;color:var(--gray-500)}.message-row.mine .batch-header .message-menu-button{color:#fff}.batch-header .message-menu-button:hover{background:#7f9dbe2e}.batch-header .message-action-menu{top:28px}.batch-bubble>.message-sender{margin:3px 6px 4px}.batch-bubble .attachment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.batch-bubble .attachment-grid--single{grid-template-columns:minmax(0,1fr)}.batch-bubble .attachment-grid-thumb{height:100%;border-radius:10px;background:#e9eff5}.batch-bubble .attachment-grid--single .attachment-grid-thumb{aspect-ratio:4 / 3;max-height:285px}.batch-bubble .attachment-grid--trio{grid-template-rows:repeat(2,minmax(0,1fr));aspect-ratio:3 / 2}.batch-bubble .attachment-grid--trio .attachment-grid-cell{min-height:0}.batch-bubble .attachment-grid--trio .attachment-grid-thumb{aspect-ratio:auto}.batch-bubble .attachment-grid--trio .attachment-grid-cell:first-child{grid-row:span 2}.batch-bubble .attachment-grid--odd .attachment-grid-cell:first-child{grid-column:span 2}.batch-bubble .attachment-grid--odd .attachment-grid-cell:first-child .attachment-grid-thumb{aspect-ratio:2 / 1}.batch-bubble .attachment-grid-cell:has(.message-action-menu[data-open]){z-index:25}.batch-bubble .attachment-grid-cell>.tile-menu-button{top:6px;right:6px;width:26px;height:26px;opacity:1;color:#fff;background:#0f203466;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.batch-bubble .attachment-grid-cell>.tile-menu-button:hover{background:#0f2034b3}.batch-bubble .attachment-file-list{gap:5px}.batch-bubble .attachment-grid+.attachment-file-list{margin-top:8px;padding-top:8px;border-top:1px solid var(--attachment-border)}.batch-bubble .attachment-file-row{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:2px;min-width:0;padding:3px 5px 3px 3px;border:1px solid var(--attachment-border);border-radius:12px;background:var(--attachment-surface)}.batch-bubble .attachment-file-row>.tile-menu-button{position:static;width:28px;height:32px;opacity:1;color:var(--gray-500);background:transparent}.batch-bubble .attachment-file-row>.tile-menu-button:hover{color:var(--blue-600);background:var(--blue-050)}.batch-bubble .attachment-file-row>.message-action-menu{top:40px}.batch-bubble .attachment-file-row--audio{padding:0 5px 0 0}.batch-bubble .attachment-file-row--audio>.media-player{width:100%}.message-row.mine .batch-bubble .attachment-file-row--audio{background:#ffffff13}.message-row.mine .batch-bubble .attachment-file-row--audio>.tile-menu-button{color:#fff}.message-row.mine .batch-bubble .attachment-file-row--audio .media-player{background:transparent}.batch-footer{padding:5px 5px 0}.message-bubble.batch-bubble .batch-footer p{padding:4px 0 2px;font-size:.85rem}.batch-footer .message-meta{margin-top:3px;min-height:16px}.message-bubble .document-card{min-width:0;max-width:100%;width:320px;padding:11px;gap:10px;text-align:left;transition:background .15s ease}.message-bubble>.document-card{padding-right:26px}.message-bubble .document-card:hover{background:#fff}.message-bubble .document-card>.document-card-icon{flex:0 0 38px;border-radius:11px}.message-bubble .document-card--pdf>.document-card-icon{color:#ba4c50;background:#fcecee}.message-bubble .document-card-copy strong{max-width:none;font-size:12px;font-weight:600}.message-bubble .document-card-copy small{display:flex;align-items:center;gap:5px;margin-top:4px;font-size:10px;color:var(--gray-500)}.document-card-copy small i{font-style:normal;opacity:.6}.document-card-action{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:8px;color:var(--blue-600);background:var(--blue-050)}.document-card-action svg{width:15px;height:15px}.batch-bubble .attachment-file-row .document-card{width:100%;padding:8px 5px 8px 7px;background:transparent}.batch-bubble .attachment-file-row .document-card:hover{background:#1d66af0a}.message-meta:has(.media-expiry){flex-wrap:wrap;gap:4px 6px;margin-left:2px;padding-top:4px}.message-meta .media-expiry{display:inline-flex;align-items:center;gap:5px;flex:0 1 auto;min-height:24px;max-width:100%;margin:0 auto 0 0;padding:3px 7px;border:1px solid rgba(29,102,175,.08);border-radius:7px;color:var(--blue-600);background:var(--blue-050);font-size:10px;font-weight:500;line-height:1.3;font-variant-numeric:tabular-nums;white-space:nowrap}.message-meta .media-expiry svg{flex:none;width:12px;height:12px;stroke-width:1.7}.message-meta button.media-expiry{transition:background .15s ease,border-color .15s ease}.message-meta button.media-expiry:hover{background:var(--blue-100);border-color:var(--blue-300)}.message-meta .media-expiry.is-soon{color:#94610e;background:#fff5df;border-color:#f4e3ba}.message-meta .media-expiry.is-expired{color:var(--gray-500);background:var(--gray-50);border-color:var(--gray-100)}.message-row.mine .message-meta .media-expiry{color:#ffffffe6;background:#ffffff1a;border-color:#ffffff21}.message-row.mine .message-meta button.media-expiry:hover{color:#fff;background:#ffffff30;border-color:#ffffff40}.message-row.mine .message-meta .media-expiry.is-soon{color:#ffe6b0;background:#15253929;border-color:#ffe1a438}.message-row.mine .message-meta .media-expiry.is-expired{color:#ffffffb8;background:#1525391f}.message-row.mine .message-meta .media-expiry:focus-visible{outline-color:#ffffffb3}.expired-attachment{display:flex;align-items:center;gap:10px;padding:12px 8px;color:inherit}.expired-attachment>svg{flex:none;width:20px;height:20px;opacity:.6}.expired-attachment>span{min-width:0;display:grid;gap:4px}.expired-attachment strong{font-size:12px;font-weight:500}.expired-attachment small{font-size:10px;line-height:1.4;opacity:.7}@media(max-width:480px){.message-row .message-bubble.with-attachment.batch-bubble{width:min(390px,92%);max-width:92%;padding:6px}.batch-bubble .attachment-grid{gap:4px}.batch-bubble .attachment-grid--single .attachment-grid-thumb{max-height:250px}.batch-bubble .attachment-file-row .document-card{gap:7px;padding-left:5px}.message-bubble .document-card>.document-card-icon{flex-basis:32px;width:32px;height:36px}.message-bubble .document-card-copy strong{font-size:11px}.batch-bubble .document-card-action{flex-basis:24px}}@media(prefers-reduced-motion:reduce){.message-bubble .document-card,.message-meta button.media-expiry{transition:none}}.side-drawer.integrations-panel{width:min(620px,100vw);padding:0;overflow:hidden;background:#fff}.side-drawer.integrations-panel:focus{outline:none}.integrations-panel.profile-drawer .integration-header{gap:13px;padding:25px 30px 23px;border-bottom:0}.integration-header-icon{display:grid;place-items:center;flex:none;width:44px;height:44px;border:1px solid #dce6f0;border-radius:13px;background:#f2f7fc;color:var(--blue-600)}.integration-header .integration-header-icon svg{width:22px;height:22px}.integration-header>div{flex:1;min-width:0}.integration-header .eyebrow{color:#69788a;font-size:10px;letter-spacing:1.1px}.integrations-panel.profile-drawer .integration-header h2{margin-top:4px;font-size:25px;line-height:1.1}.integrations-panel .integration-header>button{width:36px;height:36px;background:#f4f6f8;color:#637186}.integrations-panel .integration-header>button:hover{background:#e9eef4;color:var(--blue-700)}.integration-tabs{display:flex;flex:none;gap:26px;padding:0 30px;border-bottom:1px solid #e5eaf0}.integration-tabs>button{position:relative;min-height:48px;padding:12px 0 15px;background:transparent;color:#657287;font-size:12px;font-weight:600;white-space:nowrap}.integration-tabs>button:hover,.integration-tabs>button[aria-selected=true]{color:var(--blue-700)}.integration-tabs>button[aria-selected=true]:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:3px 3px 0 0;background:var(--blue-600);content:""}.integrations-panel .integration-body{padding:26px 30px 30px}.integration-tab-content{display:flex;flex-direction:column;gap:28px;outline-offset:-3px}.integration-tab-content[hidden],.integration-reference-content[hidden]{display:none}.integration-tab-content p{margin:0;color:#627085;font-size:12px;line-height:1.75}.integration-tab-content strong{font-weight:600}.integration-tab-content code{overflow-wrap:anywhere;font-family:Consolas,Courier New,monospace;font-size:.95em}.integration-hero{padding:25px 24px 23px;border:1px solid #e1eaf3;border-radius:17px;background:linear-gradient(115deg,#f6f9fc,#edf4fa)}.integration-kicker{display:flex;align-items:center;gap:7px;color:#486789;font-size:9px;line-height:1.6;font-weight:700;letter-spacing:1.6px}.integration-kicker>span{width:6px;height:6px;border-radius:2px;background:#6b8cad}.integration-hero h3{margin:15px 0 12px;color:#20334b;font:500 clamp(24px,3vw,28px)/1.2 "Outfit",sans-serif;letter-spacing:-.6px}.integration-hero h3>span{color:var(--blue-600)}.integration-hero>p{max-width:445px;color:#56687f}.integration-tags{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.integration-tags>span{display:inline-flex;align-items:center;gap:6px;color:#4b617b;font-size:10px;font-weight:500}.integration-tags svg{width:13px;height:13px;color:#6382a3}.integration-section-heading{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:18px}.integration-section-heading h3,.integration-responsibilities h3{display:flex;align-items:center;gap:8px;margin:0;color:#2c3e54;font-size:14px;font-weight:600}.integration-section-heading h3 svg{width:17px;height:17px;color:#6681a1}.integration-section-heading>span{color:#758197;font-size:10px}.integration-flow{display:grid;grid-template-columns:1fr 28px 1.15fr 28px 1fr;align-items:center;margin-bottom:24px}.integration-flow-node{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:116px;padding:14px 5px;border:1px solid #e5eaf0;border-radius:12px;background:#fff;text-align:center}.integration-flow-node>span{display:grid;place-items:center;width:31px;height:31px;margin-bottom:2px;color:#6c7f96;background:#f3f6f9;border-radius:9px}.integration-flow-node svg{width:17px;height:17px}.integration-flow-node strong{color:#32455d;font-size:11px}.integration-flow-node small{color:#748196;font-size:9px}.integration-flow-client{border-color:#bed4eb;background:#f4f8fd}.integration-flow-client>span{color:var(--blue-600);background:#e3edf8}.integration-flow-client strong{color:var(--blue-700)}.integration-flow-arrow{justify-self:center;width:16px;height:16px;color:#8fa5be}.integration-explainer{display:grid;gap:18px;margin:0 0 24px;padding:0;list-style:none}.integration-explainer>li{display:flex;align-items:flex-start;gap:14px}.integration-explainer>li>span{flex:none;padding-top:1px;color:#7690ae;font:500 12px/1.5 Outfit,sans-serif}.integration-explainer strong{color:#34485f;font-size:12px}.integration-explainer p{margin-top:4px}.integration-callout{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border:1px solid #e2ebe9;border-radius:11px;background:#f6f9f8}.integration-callout>svg{flex:none;width:16px;height:16px;margin-top:2px;color:#5e8278}.integration-callout p{color:#597069;font-size:11px;line-height:1.75}.integration-callout strong{color:#3e5f55}.integration-callout-info{border-color:#e7e1d3;background:#fcfaf5}.integration-callout-info>svg,.integration-callout-info p{color:#806b43}.integration-callout-info strong{color:#6d572d}.integration-account{padding-top:25px;border-top:1px solid #e8edf2}.integration-account .integration-section-heading{margin-bottom:10px}.integration-policy-toggle{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:17px 0 12px;padding:15px 16px;border:1px solid #e3e9f0;border-radius:12px;background:#f9fafc;cursor:pointer}.integration-policy-toggle>span{display:flex;flex-direction:column;gap:5px}.integration-policy-toggle strong{color:#35475d;font-size:12px}.integration-policy-toggle small{color:#6d7a8c;font-size:10px}.integration-policy-toggle input{position:relative;flex:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:38px;height:22px;margin:0;border:1px solid #bdc8d6;border-radius:99px;background:#c3ceda;cursor:pointer;transition:background .15s ease}.integration-policy-toggle input:after{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #253b5326;content:"";transition:transform .15s ease}.integration-policy-toggle input:checked{border-color:var(--blue-600);background:var(--blue-600)}.integration-policy-toggle input:checked:after{transform:translate(16px)}.integration-policy-toggle input:disabled{opacity:.5;cursor:not-allowed}.integration-text-button{display:flex;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-height:42px;margin-bottom:8px;padding:10px 0;color:var(--blue-600);background:transparent;text-align:left;font-size:11px;font-weight:600}.integration-text-button>svg{flex:none;width:14px;height:14px}.integration-text-button>svg:last-child{margin-left:auto}.integration-text-button:hover{color:var(--blue-700)}.integration-tab-content .integration-footnote{color:#6c7a8c;font-size:10px;line-height:1.8}.integration-load-error{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px;margin-bottom:12px}.integration-load-error p{color:#963f42;font-size:11px}.integration-load-error button{min-height:32px;padding:6px 0;color:var(--blue-700);background:transparent;font-size:11px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.integration-tab-content .integration-notice{margin-top:12px;padding:10px 13px;border-radius:9px;background:#eff7f1;color:#396449;font-size:11px}.integration-tab-content .integration-notice.is-error{background:#fcf0f0;color:#913d45}.integration-page-intro>h3{margin:10px 0 11px;color:#273c55;font:500 26px/1.2 Outfit,sans-serif;letter-spacing:-.5px}.integration-setup-steps{display:grid;gap:28px;margin:0;padding:0;list-style:none}.integration-setup-steps>li{display:flex;align-items:flex-start;gap:14px}.integration-step-number{display:grid;place-items:center;flex:none;width:26px;height:26px;border:1px solid #dae4ef;border-radius:8px;color:var(--blue-600);background:#f1f6fb;font-size:11px;font-weight:600}.integration-setup-steps>li>div{display:grid;gap:11px;min-width:0;flex:1}.integration-setup-steps h4{margin:4px 0 0;color:#34485f;font-size:13px;font-weight:600}.integration-download{display:grid;gap:8px}.integration-download .integration-primary-button{width:100%}.integration-code{min-width:0;overflow:hidden;border:1px solid #243c55;border-radius:10px;background:#14283e}.integration-code-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;padding:5px 12px;border-bottom:1px solid #ffffff12;color:#a9bbcf;font-size:10px}.integration-code-header>button{display:flex;align-items:center;gap:5px;min-height:30px;padding:5px 7px;border-radius:5px;background:#ffffff0a;color:#c9d9ea;font-size:10px}.integration-code-header>button:hover{background:#ffffff17}.integration-code-header svg{width:12px;height:12px}.integration-code pre{margin:0;padding:15px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#51677f #14283e;color:#dce8f5;font:11px/1.9 Consolas,Courier New,monospace}.integration-code pre code{overflow-wrap:normal;font-size:inherit}.integration-copy-status{display:block;padding:0 13px 10px;color:#dce8f5;font-size:10px}.integration-copy-status:empty{display:none}.integration-file-reference{display:flex;align-items:flex-start;gap:11px;padding:16px;border:1px solid #e4eaf1;border-radius:11px;background:#f9fafc}.integration-file-reference>svg{width:17px;height:17px;flex:none;color:#748ba4}.integration-file-reference>div{display:grid;gap:7px;min-width:0}.integration-file-reference strong{margin-bottom:3px;color:#4d627a;font-size:11px}.integration-file-reference code{color:#708196;font-size:10px;line-height:1.6}.integration-references{display:grid;gap:12px}.integration-reference{overflow:hidden;min-width:0;border:1px solid #e0e7ef;border-radius:13px}.integration-reference.is-expanded{border-color:#cdddec}.integration-reference>h3{margin:0}.integration-reference>h3>button{display:flex;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:79px;padding:17px;background:#fff;text-align:left}.integration-reference>h3>button:hover{background:#f8fafc}.integration-section-icon{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:10px;background:#eef4fa;color:#527399}.integration-section-icon>svg{width:18px;height:18px}.integration-reference>h3>button>span:nth-child(2){display:grid;gap:6px;flex:1;min-width:0}.integration-reference h3 strong{color:#31485f;font-size:13px}.integration-reference h3 small{color:#6e7d90;font-size:10px;font-weight:400;line-height:1.5}.integration-chevron{width:16px;height:16px;flex:none;color:#8194aa}.integration-reference.is-expanded .integration-chevron{transform:rotate(180deg)}.integration-reference-content{display:grid;gap:17px;padding:0 17px 20px}.integration-response{display:flex;align-items:flex-start;gap:11px}.integration-response>span{padding:4px 6px;border:1px solid #d8e9df;border-radius:5px;color:#3e7655;background:#f2f8f4;font:11px/1.4 Consolas,monospace}.integration-response strong{color:#3c536d;font-size:11px}.integration-response p{margin-top:5px;font-size:11px}.integration-events{display:grid;margin:0;border:1px solid #e6ebf1;border-radius:9px;overflow:hidden}.integration-events>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px}.integration-events>div+div{border-top:1px solid #e6ebf1}.integration-events dt{color:#426081;font:11px Consolas,monospace}.integration-events dd{margin:0;color:#6b7c90;font-size:10px;text-align:right}.integration-responsibilities{padding-top:24px;border-top:1px solid #e6ebf1}.integration-responsibilities dl{display:grid;gap:17px;margin:20px 0 0}.integration-responsibilities dl>div{display:grid;grid-template-columns:137px 1fr;gap:14px;font-size:11px;line-height:1.7}.integration-responsibilities dt{color:#3d536d;font-weight:600}.integration-responsibilities dd{margin:0;color:#6c7b8e}.integration-footer{display:flex;align-items:center;justify-content:space-between;flex:none;gap:15px;padding:17px 30px max(17px,env(safe-area-inset-bottom));border-top:1px solid #e5eaf0;background:#fff}.integration-footer>p{display:flex;align-items:center;gap:10px;margin:0;color:#718197;font-size:10px;line-height:1.65}.integration-footer>p>svg{width:17px;height:17px;flex:none;color:#869ab2}.integration-footer strong{color:#556b85;font-weight:500}.integration-primary-button{display:flex;align-items:center;justify-content:center;gap:14px;min-height:41px;padding:12px 17px;border:1px solid #154e91;border-radius:9px;background:var(--blue-700);color:#fff;font-size:11px;font-weight:500;white-space:nowrap}.integration-primary-button:hover{background:#124d93}.integration-primary-button>svg{width:15px;height:15px}.integrations-panel :is(button,input,pre,[role=tabpanel]):focus-visible{outline:3px solid #85b4df;outline-offset:2px}.integration-reference>h3>button:focus-visible{outline-offset:-3px}@media(max-width:640px){.integrations-panel.profile-drawer .integration-header{padding:21px 20px 19px}.integration-tabs{gap:24px;padding-inline:20px}.integrations-panel .integration-body{padding:22px 20px 26px}.integration-footer{padding-inline:20px}}@media(max-width:420px){.integration-header .eyebrow{font-size:9px;letter-spacing:.8px}.integration-tabs{justify-content:space-between;gap:12px}.integration-tabs>button{font-size:11px}.integration-hero{padding:21px 18px}.integration-hero h3{font-size:25px}.integration-tags{gap:10px}.integration-tags>span{font-size:9px}.integration-flow{grid-template-columns:1fr;gap:7px}.integration-flow-node{display:grid;grid-template-columns:33px 1fr;min-height:68px;padding:12px 17px;gap:4px 13px;text-align:left}.integration-flow-node>span{grid-row:span 2;margin:0}.integration-flow-node strong{align-self:end}.integration-flow-node small{align-self:start}.integration-flow-arrow{transform:rotate(90deg)}.integration-section-heading h3{font-size:13px}.integration-setup-steps>li{gap:10px}.integration-page-intro>h3{font-size:24px}.integration-responsibilities dl>div{grid-template-columns:1fr;gap:4px}.integration-footer{gap:10px;padding-inline:18px}.integration-footer>p{font-size:9px;gap:7px}.integration-footer>p>svg{display:none}.integration-primary-button{gap:8px;padding-inline:12px;font-size:10px}}@media(prefers-reduced-motion:reduce){.integrations-panel,.integration-policy-toggle input,.integration-policy-toggle input:after{animation:none;transition:none}}.integration-field{display:grid;gap:6px;margin:16px 0 12px}.integration-field>span{color:#35475d;font-size:11px;font-weight:600}.integration-field input{min-height:40px;padding:9px 12px;border:1px solid #cfd9e4;border-radius:9px;background:#fff;color:#2f3d4f;font:12px/1.4 Consolas,monospace;letter-spacing:.2px}.integration-field input:focus-visible{outline:2px solid var(--blue-600);outline-offset:1px;border-color:var(--blue-600)}.integration-device-preview{display:flex;align-items:flex-start;gap:11px;margin:6px 0 10px;padding:12px 13px;border:1px solid #e0e7ef;border-radius:11px;background:#f8fafc}.integration-device-preview strong{color:#35475d;font-size:12px}.integration-device-preview p{margin-top:4px;color:#6d7a8c;font-size:10px;line-height:1.6}.integration-device-icon{display:grid;place-items:center;flex:none;width:34px;height:34px;border:1px solid #d5e2f0;border-radius:10px;color:var(--blue-600);background:#eef4fb}.integration-device-icon>svg{width:17px;height:17px}.integration-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;margin:4px 0 14px}.integration-scope{display:flex;align-items:center;gap:8px;min-height:30px;color:#45566a;font-size:11px;cursor:pointer}.integration-scope input{flex:none;width:15px;height:15px;accent-color:var(--blue-600)}.integration-connected-clients{min-width:0}.integration-connected-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.integration-connected-heading .integration-section-heading{margin:0}.integration-device-count{flex:none;margin-top:1px;padding:5px 9px;border:1px solid #dce6f0;border-radius:999px;color:#536d8c;background:#f4f8fc;font-size:9px;font-weight:700;letter-spacing:.02em}.integration-device-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.integration-device-list>li{min-width:0;overflow:hidden;border:1px solid #dfe7f0;border-radius:14px;background:#fff;box-shadow:0 5px 18px #203d5b09}.integration-device-summary{display:flex;align-items:center;gap:12px;padding:16px 17px 13px}.integration-device-summary .integration-device-icon{width:40px;height:40px;border-radius:11px}.integration-device-meta{display:grid;flex:1;gap:7px;min-width:0}.integration-device-title{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.integration-device-meta strong{overflow:hidden;color:#2d425a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.integration-device-title>em{padding:2px 7px;border-radius:5px;color:var(--blue-700);background:var(--blue-050);font-size:8px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.integration-device-meta>small{display:flex;align-items:center;gap:6px;color:#8a6d48;font-size:9px;line-height:1.4}.integration-device-meta>small>i{width:6px;height:6px;flex:none;border-radius:50%;background:#d8a75f;box-shadow:0 0 0 3px #faf3e9}.integration-device-meta>small.is-active{color:#527561}.integration-device-meta>small.is-active>i{background:#63a078;box-shadow:0 0 0 3px #edf7f0}.integration-device-facts{display:grid;grid-template-columns:1.15fr 1fr 1fr;margin:0 17px 14px;padding:12px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.integration-device-facts>div{display:grid;gap:6px;min-width:0;padding:0 13px}.integration-device-facts>div:first-child{padding-left:0}.integration-device-facts>div+div{border-left:1px solid #edf1f5}.integration-device-facts dt{color:#8a95a4;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.integration-device-facts dd{display:flex;align-items:center;gap:5px;min-width:0;margin:0;color:#526276;font-size:10px;line-height:1.5}.integration-device-facts dd>svg{width:12px;height:12px;flex:none;color:#8195ad}.integration-device-facts code{overflow:hidden;padding:1px 5px;border-radius:4px;background:#f1f4f7;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.integration-device-permissions{margin:-2px 17px 14px}.integration-device-permissions summary{display:flex;align-items:center;gap:7px;min-height:32px;color:#526b89;font-size:10px;font-weight:600;cursor:pointer;list-style:none}.integration-device-permissions summary::-webkit-details-marker{display:none}.integration-device-permissions summary>svg{width:13px;height:13px;flex:none}.integration-device-permissions summary>svg:last-child{margin-left:auto;transition:transform .16s ease}.integration-device-permissions[open] summary>svg:last-child{transform:rotate(180deg)}.integration-device-permissions>div{display:flex;flex-wrap:wrap;gap:6px;padding-top:8px}.integration-device-permissions>div>span{padding:5px 7px;border:1px solid #e2e9f0;border-radius:6px;color:#5d7087;background:#f8fafc;font-size:9px}.integration-device-actions{min-height:50px;display:flex;align-items:center;justify-content:flex-end;padding:9px 17px;border-top:1px solid #edf1f5;background:#fbfcfd}.integration-device-list .session-revoke{display:flex;align-items:center;gap:6px;min-height:32px;padding:6px 10px;border:1px solid transparent;border-radius:8px;color:#a14449;background:transparent;font-size:10px;font-weight:600}.integration-device-list .session-revoke:hover{border-color:#f1d9dc;background:#fff3f4}.integration-device-list .session-revoke:disabled{opacity:.6;cursor:progress}.integration-device-list .session-revoke>svg{width:13px;height:13px}.integration-device-confirm{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.integration-device-confirm>p{display:grid;gap:2px}.integration-device-confirm>p>strong{color:#6c3d40;font-size:10px}.integration-device-confirm>p>span{color:#8b7779;font-size:9px}.integration-device-confirm>span{display:flex;gap:6px;flex:none}.integration-device-confirm button{min-height:30px;padding:6px 9px;border-radius:7px;color:#627083;background:#eef2f6;font-size:9px;font-weight:600}.integration-device-confirm button.is-danger{display:flex;align-items:center;gap:5px;color:#fff;background:#aa474e}.integration-device-confirm button.is-danger:hover{background:#943b42}.integration-device-confirm button>svg{width:12px;height:12px}.integration-device-note{display:flex;align-items:flex-start;gap:9px;margin-top:13px;padding:0 2px}.integration-device-note>svg{width:13px;height:13px;flex:none;margin-top:3px;color:#8293a7}.integration-device-note>p{color:#7a8797;font-size:9px;line-height:1.75}.integration-device-empty{display:flex;align-items:center;gap:12px;padding:17px;border:1px dashed #d9e2ec;border-radius:13px;background:#fafbfd}.integration-device-empty>span{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:10px;color:#7890a9;background:#eef3f8}.integration-device-empty svg{width:17px;height:17px}.integration-device-empty>div{display:grid;gap:4px}.integration-device-empty strong{color:#465a72;font-size:11px}.integration-device-empty p{font-size:10px}.integration-device-skeleton{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid #e4eaf1;border-radius:13px}.integration-device-skeleton>span,.integration-device-skeleton i{display:block;border-radius:7px;background:linear-gradient(90deg,#edf1f5,#f7f9fb,#edf1f5);background-size:200% 100%;animation:integration-shimmer 1.3s linear infinite}.integration-device-skeleton>span{width:40px;height:40px;flex:none}.integration-device-skeleton>div{display:grid;flex:1;gap:8px}.integration-device-skeleton i{width:42%;height:9px}.integration-device-skeleton i:last-child{width:65%;height:7px}@keyframes integration-shimmer{to{background-position:-200% 0}}.integration-scope-grid .spin,.integration-device-list .spin{animation:spin 1s linear infinite}@media(max-width:640px){.integration-scope-grid{grid-template-columns:1fr}.integration-device-facts{grid-template-columns:1fr 1fr}.integration-device-facts>div:last-child{grid-column:1 / -1;margin-top:10px;padding:10px 0 0;border-top:1px solid #edf1f5;border-left:0}}@media(max-width:420px){.integration-connected-heading{align-items:center}.integration-connected-heading .integration-section-heading>span{max-width:220px}.integration-device-summary{padding-inline:14px}.integration-device-facts,.integration-device-permissions{margin-inline:14px}.integration-device-actions{padding-inline:14px}.integration-device-confirm{align-items:flex-start;flex-direction:column}.integration-device-confirm>span{width:100%}.integration-device-confirm button{flex:1}}.broadcast-drawer{width:min(520px,100vw);padding:0;overflow:hidden;background:#f5f7fa}.broadcast-drawer:focus{outline:none}.broadcast-drawer .settings-header{flex:0 0 auto;align-items:center;gap:13px;min-height:104px;padding:22px 26px 20px;margin:0;border-bottom:1px solid #e6ebef;background:#fff}.broadcast-drawer .settings-header h2{overflow:hidden;margin-top:4px;font-size:23px;line-height:1.15;letter-spacing:-.45px;text-overflow:ellipsis;white-space:nowrap}.broadcast-header-copy{min-width:0;flex:1}.broadcast-header-copy .eyebrow{color:#64778a;font-size:10px;letter-spacing:.11em}.broadcast-header-copy>small{display:block;overflow:hidden;margin-top:5px;color:var(--gray-500);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.broadcast-head-icon{display:grid;place-items:center;width:44px;height:44px;flex:none;border:1px solid #d9e7f2;border-radius:14px;color:var(--blue-700);background:linear-gradient(145deg,#f4f9fd,#eaf3fa);box-shadow:0 6px 16px #2a5b8514}.broadcast-head-icon svg{width:21px;height:21px}.broadcast-drawer .settings-header>button{color:var(--gray-500);background:#f4f6f8}.broadcast-drawer .settings-header>button:hover{color:var(--gray-800);background:#e9eef2}.broadcast-body{display:block;min-height:0;padding:24px 26px 28px;overflow-y:auto;background:#f5f7fa;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.broadcast-view{display:flex;flex-direction:column;gap:18px;min-height:100%}.broadcast-overview{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid #d9e6f0;border-radius:16px;background:linear-gradient(135deg,#f6faff,#edf5fb)}.broadcast-overview-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;color:var(--blue-700);background:#fff;box-shadow:0 3px 10px #1e486c14}.broadcast-overview-icon svg{width:18px;height:18px}.broadcast-overview>div{min-width:0}.broadcast-overview strong{display:block;color:var(--gray-800);font:700 14px/1.3 Outfit,sans-serif}.broadcast-overview p{margin:5px 0 0;color:#66798b;font-size:12px;line-height:1.55}.broadcast-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.broadcast-section-heading>div{min-width:0;display:grid;gap:4px}.broadcast-section-heading strong{color:var(--gray-800);font:700 15px/1.2 Outfit,sans-serif}.broadcast-section-heading small{color:var(--gray-500);font-size:11px;line-height:1.4}.broadcast-section-heading.compact{align-items:flex-start}.broadcast-new{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;flex:none;padding:0 14px;border-radius:11px;color:#fff;background:var(--blue-600);box-shadow:0 7px 16px #1d66af29;font-size:12px;font-weight:700;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.broadcast-new:hover{transform:translateY(-1px);background:var(--blue-700);box-shadow:0 9px 20px #1d66af33}.broadcast-new svg{width:15px;height:15px}.broadcast-state,.broadcast-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:210px;padding:28px 22px;border:1px dashed #d9e1e7;border-radius:17px;color:var(--gray-500);text-align:center;background:#ffffffa6}.broadcast-state{gap:10px;font-size:12px}.broadcast-state svg{width:22px;height:22px;color:var(--blue-600)}.broadcast-empty>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:13px;border-radius:16px;color:var(--blue-600);background:var(--blue-050)}.broadcast-empty>span svg{width:23px;height:23px}.broadcast-empty strong{color:var(--gray-800);font:700 16px Outfit,sans-serif}.broadcast-empty p{max-width:330px;margin:7px 0 0;color:var(--gray-500);font-size:12px;line-height:1.55}.broadcast-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.broadcast-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid #e0e6eb;border-radius:16px;background:#fff;box-shadow:0 4px 14px #1a33490a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.broadcast-list li:hover{transform:translateY(-1px);border-color:#cbddea;box-shadow:0 8px 20px #1a334912}.broadcast-card-main{min-width:0;display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:14px;border:0;border-radius:0;text-align:left;background:transparent}.broadcast-card-main:hover{background:#f8fbfd}.broadcast-card-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;color:var(--blue-600);background:var(--blue-050)}.broadcast-card-icon svg{width:17px;height:17px}.broadcast-card-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.broadcast-card-copy strong{overflow:hidden;color:var(--gray-800);font:700 14px/1.2 Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.broadcast-card-copy small{color:var(--gray-500);font-size:11px}.broadcast-card-send{display:inline-flex;align-items:center;gap:5px;flex:none;padding:7px 9px;border-radius:9px;color:var(--blue-700);background:var(--blue-050);font-size:10px;font-weight:700}.broadcast-card-send svg{width:13px;height:13px}.broadcast-card-tools{display:flex;align-items:center;gap:2px;padding:0 9px;border-left:1px solid #edf0f2}.broadcast-drawer .icon-ghost{width:35px;height:35px;flex:none;display:grid;place-items:center;border-radius:10px;color:var(--gray-500);background:transparent}.broadcast-drawer .icon-ghost:hover{color:var(--gray-800);background:var(--gray-100)}.broadcast-drawer .icon-ghost.danger:hover{color:var(--bad);background:var(--bad-bg)}.broadcast-drawer .icon-ghost svg{width:16px;height:16px}.broadcast-panel-card{display:flex;flex-direction:column;gap:16px;padding:18px;border:1px solid #e0e6eb;border-radius:17px;background:#fff;box-shadow:0 5px 16px #1a33490a}.broadcast-field{display:flex;flex-direction:column;gap:7px;color:var(--gray-600);font-size:11px;font-weight:700}.broadcast-field input,.broadcast-textarea{width:100%;padding:12px 13px;border:1px solid #d9e1e7;border-radius:12px;color:var(--gray-800);background:#fbfcfd;font:inherit;font-size:13px;font-weight:400;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.broadcast-field input{height:44px}.broadcast-field input:focus,.broadcast-textarea:focus{outline:none;border-color:var(--blue-400);background:#fff;box-shadow:0 0 0 3px #1d66af17}.broadcast-textarea{min-height:142px;resize:vertical;line-height:1.55}.broadcast-count{min-width:54px;height:30px;flex:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #d8e5ee;border-radius:999px;color:var(--blue-700);background:var(--blue-050)}.broadcast-count svg{width:13px;height:13px}.broadcast-count b{font-size:11px;font-variant-numeric:tabular-nums}.broadcast-label-row{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:13px;background:#f7f9fb}.broadcast-label-hint{display:flex;align-items:center;gap:6px;color:var(--gray-500);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.broadcast-label-hint svg{width:13px;height:13px}.broadcast-label-chips{display:flex;gap:6px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:thin}.broadcast-label-chips button{display:inline-flex;align-items:center;gap:6px;min-height:31px;flex:none;padding:0 10px;border:1px solid #dce3e8;border-radius:999px;color:var(--gray-600);background:#fff;font-size:10px;font-weight:700}.broadcast-label-chips button.active,.broadcast-label-chips button:hover{border-color:var(--blue-300);color:var(--blue-700);background:var(--blue-050)}.broadcast-label-chips i{width:8px;height:8px;border-radius:3px}.broadcast-audience-card .friend-multi-select{min-height:0;display:flex;flex-direction:column}.broadcast-audience-card .friend-search{background:#fbfcfd}.broadcast-audience-card .selected-friends{max-height:50px;padding:11px 0 5px}.broadcast-audience-card .friend-results{min-height:150px;max-height:min(330px,38vh);overflow-y:auto;padding:6px;border:1px solid #e3e8ec;border-radius:14px;background:#fbfcfd;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.broadcast-audience-card .friend-select-row{min-height:58px;padding:8px;border-radius:11px}.broadcast-audience-card .friend-select-row:hover{background:#fff}.broadcast-audience-card .friend-select-row.checked{background:#edf5fb}.broadcast-audience-card .friend-select-row .friend-select-check{width:22px;height:22px;flex:0 0 22px}.broadcast-editor-footer{display:flex;justify-content:flex-end;gap:9px;margin-top:auto;padding-top:17px;border-top:1px solid #e3e8ec}.broadcast-editor-footer button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:0 18px;border-radius:11px;font-size:12px}.broadcast-editor-footer .primary-button{color:#fff;background:var(--blue-600);box-shadow:0 7px 16px #1d66af29}.broadcast-editor-footer .primary-button:hover:not(:disabled){background:var(--blue-700)}.broadcast-editor-footer .secondary-button{border:1px solid #dce3e8;color:var(--gray-600);background:#fff}.broadcast-editor-footer .primary-button svg,.broadcast-editor-footer .secondary-button svg{width:15px;height:15px}.broadcast-recipient-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid #d9e6f0;border-radius:16px;background:linear-gradient(135deg,#f6faff,#edf5fb)}.broadcast-recipient-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:var(--blue-700);background:#fff;box-shadow:0 3px 10px #1e486c14}.broadcast-recipient-icon svg{width:19px;height:19px}.broadcast-recipient-card>div{min-width:0;display:grid;gap:3px}.broadcast-recipient-card>div>span{color:var(--gray-500);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.broadcast-recipient-card strong{overflow:hidden;color:var(--gray-800);font:700 14px Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.broadcast-recipient-card small{overflow:hidden;color:var(--gray-500);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.broadcast-private-badge{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;border:1px solid #d3e4db;border-radius:999px;color:#26724c;background:#f0f8f4;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.broadcast-private-badge svg{width:12px;height:12px}.broadcast-character-count{flex:none;color:var(--gray-400);font-size:10px;font-variant-numeric:tabular-nums}.broadcast-attachments{display:flex;flex-direction:column;gap:8px;padding-top:15px;border-top:1px solid #edf0f2}.broadcast-attachment-heading{display:flex;align-items:center;justify-content:space-between;color:var(--gray-600)}.broadcast-attachment-heading span{font-size:11px;font-weight:700}.broadcast-attachment-heading small{color:var(--gray-400);font-size:10px;font-variant-numeric:tabular-nums}.broadcast-attach{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:1px dashed #c9d5de;border-radius:11px;color:var(--gray-600);background:#fbfcfd;font-size:11px;font-weight:700}.broadcast-attach:hover{border-color:var(--blue-300);color:var(--blue-700);background:var(--blue-050)}.broadcast-attach svg{width:15px;height:15px}.broadcast-file{min-height:44px;display:flex;align-items:center;gap:9px;padding:7px 8px 7px 11px;border:1px solid #e0e6eb;border-radius:11px;color:var(--gray-700);background:#fbfcfd;font-size:11px}.broadcast-file>span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.broadcast-file>svg{width:15px;height:15px;flex:none;color:var(--blue-600)}.broadcast-file .icon-ghost{width:30px;height:30px}.broadcast-file .icon-ghost svg{width:14px;height:14px}.broadcast-progress{display:flex;flex-direction:column;align-items:center;gap:16px;margin:auto 0;padding:34px 24px;border:1px solid #e0e6eb;border-radius:18px;text-align:center;background:#fff;box-shadow:0 7px 22px #1a33490d}.broadcast-progress-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;color:var(--blue-600);background:var(--blue-050)}.broadcast-progress-icon svg{width:24px;height:24px}.broadcast-progress-bar{width:100%;height:8px;overflow:hidden;border-radius:999px;background:var(--gray-100)}.broadcast-progress-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue-500),var(--blue-300));transition:width .3s ease}.broadcast-progress p{margin:0;color:var(--gray-600);font-size:12px;line-height:1.5}.broadcast-progress button{min-height:42px;align-self:center;margin:0;padding:0 20px;border-radius:11px}.broadcast-history{display:flex;flex-direction:column;gap:7px;padding:16px;border:1px solid #e0e6eb;border-radius:16px;background:#fff}.broadcast-history-title{display:flex;align-items:center;gap:7px;margin-bottom:3px;color:var(--gray-700);font-size:11px;font-weight:700}.broadcast-history-title svg{width:14px;height:14px;color:var(--blue-600)}.broadcast-history-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:40px;padding:8px 10px;border-radius:10px;font-size:10px;background:#f7f9fa}.broadcast-history-kind{font-weight:800;color:var(--blue-700)}.broadcast-history-meta{overflow:hidden;color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap}.broadcast-history-count{color:var(--gray-600);text-align:right;white-space:nowrap}.broadcast-history-row.is-partial .broadcast-history-count{color:var(--warn)}.broadcast-history-row.is-done .broadcast-history-count{color:var(--ok)}.broadcast-drawer button:focus-visible,.broadcast-drawer input:focus-visible,.broadcast-drawer textarea:focus-visible{outline:3px solid rgba(74,142,207,.25);outline-offset:2px}@media(max-width:560px){.broadcast-drawer .settings-header{min-height:94px;gap:10px;padding:18px 16px 16px}.broadcast-drawer .settings-header h2{font-size:20px}.broadcast-header-copy>small{font-size:10px}.broadcast-head-icon{width:40px;height:40px;border-radius:12px}.broadcast-body{padding:18px 16px 22px}.broadcast-view{gap:14px}.broadcast-overview{padding:15px}.broadcast-section-heading{gap:10px}.broadcast-new{min-height:38px;padding-inline:11px}.broadcast-list li{grid-template-columns:minmax(0,1fr) auto}.broadcast-card-main{gap:10px;padding:12px}.broadcast-card-icon{width:36px;height:36px;flex-basis:36px}.broadcast-card-send{width:30px;justify-content:center;padding-inline:0}.broadcast-card-send>span{display:none}.broadcast-card-tools{padding-inline:5px}.broadcast-card-tools .icon-ghost{width:31px;height:34px}.broadcast-panel-card{padding:15px}.broadcast-recipient-card{grid-template-columns:auto minmax(0,1fr);padding:14px}.broadcast-private-badge{grid-column:2;justify-self:start}.broadcast-editor-footer button{min-width:0;flex:1;padding-inline:11px}.broadcast-history-row{grid-template-columns:auto minmax(0,1fr)}.broadcast-history-count{grid-column:1 / -1;text-align:left}}@media(max-height:700px){.broadcast-audience-card .friend-results{max-height:230px}}.quick-drawer{width:min(520px,100vw);padding:0;overflow:hidden;background:#f5f7fa}.quick-drawer:focus{outline:none}.quick-drawer .settings-header{min-height:104px;flex:0 0 auto;align-items:center;gap:13px;padding:22px 26px 20px;margin:0;border-bottom:1px solid #e6ebef;background:#fff}.quick-drawer .settings-header h2{overflow:hidden;margin-top:4px;color:var(--gray-800);font-size:23px;line-height:1.15;letter-spacing:-.45px;text-overflow:ellipsis;white-space:nowrap}.quick-drawer .settings-header small{display:block;overflow:hidden;margin-top:5px;color:var(--gray-500);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.quick-header-copy{min-width:0;flex:1}.quick-header-copy .eyebrow{color:#64778a;font-size:10px;letter-spacing:.11em}.quick-head-icon{width:44px;height:44px;flex:none;display:grid;place-items:center;border:1px solid #d9e7f2;border-radius:14px;color:var(--blue-700);background:linear-gradient(145deg,#f4f9fd,#eaf3fa);box-shadow:0 6px 16px #2a5b8514}.quick-head-icon svg{width:21px;height:21px}.quick-drawer .settings-header>button{width:37px;height:37px;flex:0 0 37px;display:grid;place-items:center;border-radius:11px;color:var(--gray-500);background:#f4f6f8}.quick-drawer .settings-header>button:hover{color:var(--gray-800);background:#e9eef2}.quick-body{min-height:0;display:block;padding:24px 26px 28px;overflow-y:auto;background:#f5f7fa;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.quick-view{min-height:100%;display:flex;flex-direction:column;gap:18px}.quick-overview{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid #d9e6f0;border-radius:16px;background:linear-gradient(135deg,#f6faff,#edf5fb)}.quick-overview-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;color:var(--blue-700);background:#fff;box-shadow:0 3px 10px #1e486c14}.quick-overview-icon svg{width:18px;height:18px}.quick-overview>div{min-width:0}.quick-overview strong{display:block;color:var(--gray-800);font:700 14px/1.3 Outfit,sans-serif}.quick-overview p{margin:5px 0 0;color:#66798b;font-size:12px;line-height:1.55}.quick-overview code{padding:2px 6px;border:1px solid #d8e4ed;border-radius:6px;color:var(--blue-700);background:#fff;font:700 10px DM Mono,Consolas,monospace}.quick-search{height:44px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #dbe3e9;border-radius:13px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.quick-search:focus-within{border-color:var(--blue-400);box-shadow:0 0 0 3px #1d66af17}.quick-search>svg{width:17px;height:17px;flex:none;color:var(--gray-400)}.quick-search input{min-width:0;height:100%;flex:1;padding:0;border:0;outline:0;color:var(--gray-800);background:transparent;font-size:12px}.quick-search input::placeholder{color:var(--gray-400)}.quick-search button{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:8px;color:var(--gray-500);background:var(--gray-50)}.quick-search button:hover{color:var(--gray-800);background:var(--gray-100)}.quick-search button svg{width:14px;height:14px}.quick-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.quick-section-heading>div{min-width:0;display:grid;gap:4px}.quick-section-heading strong{color:var(--gray-800);font:700 15px/1.2 Outfit,sans-serif}.quick-section-heading small{color:var(--gray-500);font-size:11px}.quick-new{min-height:40px;flex:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-radius:11px;color:#fff;background:var(--blue-600);box-shadow:0 7px 16px #1d66af29;font-size:12px;font-weight:700;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.quick-new:hover{transform:translateY(-1px);background:var(--blue-700);box-shadow:0 9px 20px #1d66af33}.quick-new svg{width:15px;height:15px}.quick-empty{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 24px;border:1px dashed #d9e1e7;border-radius:17px;color:var(--gray-500);text-align:center;background:#ffffffa6}.quick-empty>span{width:52px;height:52px;display:grid;place-items:center;margin-bottom:13px;border-radius:16px;color:var(--blue-600);background:var(--blue-050)}.quick-empty>span svg{width:23px;height:23px}.quick-empty strong{color:var(--gray-800);font:700 16px Outfit,sans-serif}.quick-empty p{max-width:340px;margin:7px 0 16px;color:var(--gray-500);font-size:12px;line-height:1.55}.quick-empty p code,.quick-field small code{padding:2px 5px;border-radius:5px;color:var(--gray-700);background:var(--gray-100);font:700 .92em DM Mono,Consolas,monospace}.quick-empty .primary-button{height:42px;margin:0;padding:0 18px}.quick-empty-search>button{min-height:38px;padding:0 14px;border:1px solid #dce3e8;border-radius:10px;color:var(--blue-700);background:#fff;font-size:11px;font-weight:700}.quick-empty-search>button:hover{background:var(--blue-050)}.quick-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.quick-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid #e0e6eb;border-radius:16px;background:#fff;box-shadow:0 4px 14px #1a33490a;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.quick-list li:hover{transform:translateY(-1px);border-color:#cbddea;box-shadow:0 8px 20px #1a334912}.quick-card-main{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:13px 14px;text-align:left;background:transparent}.quick-card-main:hover{background:#f8fbfd}.quick-card-icon{width:36px;height:36px;flex:none;display:grid;place-items:center;border-radius:11px;color:var(--blue-600);background:var(--blue-050)}.quick-card-icon svg{width:16px;height:16px}.quick-card-copy{min-width:0;display:grid;gap:5px}.quick-card-title{min-width:0;display:flex;align-items:center;gap:7px}.quick-card-title strong{min-width:0;overflow:hidden;color:var(--gray-800);font:700 13px/1.25 Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.quick-card-title code,.quick-live-preview>code{max-width:43%;flex:none;overflow:hidden;padding:3px 6px;border:1px solid #dce4ea;border-radius:7px;color:#52708a;background:#fff;font:700 9px/1.2 DM Mono,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.quick-card-copy>small{display:-webkit-box;max-height:2.8em;overflow:hidden;color:var(--gray-500);font-size:10px;line-height:1.4;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.quick-card-tools{display:flex;align-items:center;gap:2px;padding:0 9px;border-left:1px solid #edf0f2}.quick-drawer .icon-ghost{width:35px;height:35px;flex:none;display:grid;place-items:center;border-radius:10px;color:var(--gray-500);background:transparent}.quick-drawer .icon-ghost:hover{color:var(--gray-800);background:var(--gray-100)}.quick-drawer .icon-ghost.danger:hover{color:#bf2e42;background:#fdeef0}.quick-drawer .icon-ghost svg{width:16px;height:16px}.quick-form-error{margin:0;padding:11px 13px;border:1px solid #f1d2d7;border-radius:11px;color:#b43649;background:#fff2f4;font-size:11px;line-height:1.45}.quick-live-preview{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;border:1px solid #d9e6f0;border-radius:16px;background:linear-gradient(135deg,#f6faff,#edf5fb)}.quick-live-preview>div{min-width:0;display:grid;gap:3px}.quick-live-preview>div>span{color:var(--gray-500);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.quick-live-preview strong{overflow:hidden;color:var(--gray-800);font:700 13px/1.3 Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.quick-live-preview small{overflow:hidden;color:var(--gray-500);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.quick-panel-card{display:flex;flex-direction:column;gap:17px;padding:18px;border:1px solid #e0e6eb;border-radius:17px;background:#fff;box-shadow:0 5px 16px #1a33490a}.quick-panel-heading{display:flex;align-items:flex-start;gap:10px;padding-bottom:14px;border-bottom:1px solid #edf0f2}.quick-panel-heading>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;color:var(--blue-600);background:var(--blue-050)}.quick-panel-heading>span svg{width:16px;height:16px}.quick-panel-heading>div{min-width:0;display:grid;gap:4px}.quick-panel-heading strong{color:var(--gray-800);font:700 14px/1.2 Outfit,sans-serif}.quick-panel-heading small{color:var(--gray-500);font-size:10px;line-height:1.4}.quick-field{display:flex;flex-direction:column;gap:7px;color:var(--gray-600);font-size:11px;font-weight:700}.quick-field>span{display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-field>span em{flex:none;color:var(--gray-400);font-size:9px;font-style:normal;font-weight:600}.quick-field input,.quick-field textarea{width:100%;padding:11px 13px;border:1px solid #d9e1e7;border-radius:12px;color:var(--gray-800);background:#fbfcfd;font-family:inherit;font-size:13px;font-weight:400;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.quick-field input{height:44px}.quick-field textarea{min-height:164px;resize:vertical}.quick-field input:focus,.quick-field textarea:focus{outline:none;border-color:var(--blue-400);background:#fff;box-shadow:0 0 0 3px #1d66af17}.quick-field small{color:var(--gray-400);font-size:10px;font-weight:600;line-height:1.5}.quick-shortcut-input{min-height:44px;display:flex;align-items:center;overflow:hidden;border:1px solid #d9e1e7;border-radius:12px;background:#fbfcfd;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.quick-shortcut-input:focus-within{border-color:var(--blue-400);background:#fff;box-shadow:0 0 0 3px #1d66af17}.quick-shortcut-input>span{padding:0 4px 0 13px;color:var(--blue-600);font-family:DM Mono,Consolas,monospace;font-weight:700}.quick-shortcut-input input{height:42px;padding-left:4px;border:0;border-radius:0;background:transparent;box-shadow:none}.quick-shortcut-input input:focus{box-shadow:none}.quick-variables{display:grid;gap:8px;padding:12px;border-radius:12px;background:#f7f9fb}.quick-variables>span{color:var(--gray-500);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.quick-variables>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px 9px}.quick-variables code{padding:4px 7px;border:1px solid #d8e4ed;border-radius:7px;color:var(--blue-700);background:#fff;font:700 9px DM Mono,Consolas,monospace}.quick-variables small{color:var(--gray-500);font-size:10px}.quick-editor-footer{display:flex;justify-content:flex-end;gap:9px;margin-top:auto;padding-top:17px;border-top:1px solid #e3e8ec}.quick-editor-footer button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:0 18px;border-radius:11px;font-size:12px;box-shadow:none}.quick-editor-footer .secondary-button{border:1px solid #dce3e8;color:var(--gray-600);background:#fff}.quick-editor-footer .primary-button{height:44px;color:#fff;background:var(--blue-600);box-shadow:0 7px 16px #1d66af29}.quick-editor-footer .primary-button:hover:not(:disabled){background:var(--blue-700)}.quick-editor-footer .primary-button svg{width:15px;height:15px}.quick-drawer button:focus-visible,.quick-drawer input:focus-visible,.quick-drawer textarea:focus-visible{outline:3px solid rgba(74,142,207,.24);outline-offset:2px}@media(max-width:620px){.quick-drawer .settings-header{min-height:94px;gap:10px;padding:18px 16px 16px}.quick-drawer .settings-header h2{font-size:20px}.quick-drawer .settings-header small{font-size:10px}.quick-head-icon{width:40px;height:40px;border-radius:12px}.quick-body{padding:18px 16px 22px}.quick-view{gap:14px}.quick-overview{padding:15px}.quick-section-heading{gap:10px}.quick-new{min-height:38px;padding-inline:11px}.quick-card-main{gap:9px;padding:12px}.quick-card-icon{width:33px;height:33px}.quick-card-tools{gap:0;padding-inline:5px}.quick-card-tools .icon-ghost{width:31px;height:34px}.quick-live-preview{grid-template-columns:auto minmax(0,1fr);padding:13px}.quick-live-preview>code{grid-column:2;justify-self:start;max-width:100%}.quick-panel-card{padding:15px}.quick-editor-footer button{min-width:0;flex:1;padding-inline:12px}}@media(max-width:380px){.quick-section-heading{align-items:stretch;flex-direction:column}.quick-new{width:100%}}main.auth-page{width:100%;height:100vh;height:100dvh;min-height:640px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(480px,.94fr);overflow:hidden;color:#142033;background:#f4f7fa}.auth-page .auth-brand-panel{min-width:0;min-height:100%;position:relative;isolation:isolate;display:flex;flex-direction:column;padding:clamp(34px,5vw,68px);overflow:hidden;color:#fff;background:#07182d}.auth-page .auth-brand-panel:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#040f1eb3,#0411221a 34%,#030e1dd1 78%,#030d1bf5),linear-gradient(90deg,rgba(5,27,53,.44),transparent 70%)}.auth-page .auth-brand-photo{width:100%;height:100%;position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center 54%;filter:saturate(.82) contrast(1.04);transform:scale(1.006)}.auth-page .auth-brand-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.auth-page .auth-logo{width:104px;height:42px;position:static;z-index:auto;display:block;object-fit:contain;object-position:left center}.auth-page .auth-brand-status{display:flex;align-items:center;gap:8px;color:#ffffffc7;font-size:11px;font-weight:600;letter-spacing:.02em}.auth-page .auth-brand-status svg{width:15px;height:15px;flex:0 0 auto;color:#d2e7faeb;stroke-width:1.8}.auth-page .auth-message{max-width:620px;position:relative;z-index:1;margin:auto 0 36px}.auth-page .auth-kicker{display:block;margin-bottom:16px;color:#ffffffad;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.auth-page .auth-message h1{max-width:600px;margin:0;font:600 clamp(3rem,5vw,5.35rem)/.98 "Outfit",sans-serif;letter-spacing:-.052em;text-wrap:balance}.auth-page .auth-message p{max-width:525px;margin:22px 0 0;color:#ffffffc2;font-size:clamp(.98rem,1.3vw,1.08rem);line-height:1.65}.auth-page .auth-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;position:relative;z-index:1;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}.auth-page .auth-benefits>span{min-width:0;display:flex;align-items:flex-start;gap:11px}.auth-page .auth-benefits svg{width:19px;height:19px;flex:0 0 auto;margin-top:1px;color:#a9cdf2}.auth-page .auth-benefits b{display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:650}.auth-page .auth-benefits small{color:#ffffff8f;font-size:10px;font-weight:500;line-height:1.4}.auth-page .auth-form-panel{min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(28px,5vh,62px) clamp(28px,5vw,72px);overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(#ffffff9e,#ffffff9e),radial-gradient(circle at 82% 8%,#dcebf8 0,transparent 30%),#f4f7fa;scrollbar-width:thin;scrollbar-color:#cbd5df transparent}.auth-page .auth-form-shell{width:min(488px,100%);margin:auto 0;padding:clamp(28px,4vw,44px);border:1px solid #e0e6ed;border-radius:22px;background:#fffffff5;box-shadow:0 22px 70px #17294017}.auth-page .auth-form-header{min-height:30px;display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-bottom:34px}.auth-page .auth-form-header>span{display:flex;align-items:center;gap:7px;color:#647184;font-size:11px;font-weight:650}.auth-page .auth-form-header>span svg{width:15px;height:15px;color:#2165aa}.auth-page .auth-form-wrap{width:100%}.auth-page .auth-form-heading{margin:0}.auth-page .auth-eyebrow{display:block;margin-bottom:8px;color:#1f65aa;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.auth-page .auth-form-heading h2{margin:0;color:#101b2b;font:650 clamp(1.72rem,3vw,2.08rem)/1.15 "Outfit",sans-serif;letter-spacing:-.032em}.auth-page .auth-form-heading p{max-width:430px;margin:10px 0 0;color:#697587;font-size:13px;line-height:1.6}.auth-page .auth-mode-tabs{display:grid;grid-template-columns:1fr 1.35fr;gap:4px;margin:28px 0 25px;padding:4px;border:1px solid #e5e9ef;border-radius:12px;background:#f3f5f7}.auth-page .auth-mode-tabs button{min-width:0;height:39px;padding:0 12px;border-radius:8px;color:#697587;font-size:12px;font-weight:650;background:transparent;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.auth-page .auth-mode-tabs button:hover:not(.active){color:#28374c;background:#ffffff8c}.auth-page .auth-mode-tabs button.active{color:#174f8b;background:#fff;box-shadow:0 1px 3px #1423371f}.auth-page .auth-form{display:flex;flex-direction:column;gap:17px}.auth-page .auth-field-group{display:flex;flex-direction:column;gap:8px}.auth-page .auth-field-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth-page .auth-field-heading label,.auth-page .auth-input-label{color:#273549;font-size:12px;font-weight:700}.auth-page .auth-field-heading>span{color:#8a94a3;font-size:10px}.auth-page .auth-captcha-card{min-height:88px;display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid #dce3eb;border-radius:12px;background:#f8fafc}.auth-page .auth-captcha-visual{min-width:0;min-height:86px;display:grid;place-items:center;padding:8px 14px}.auth-page .auth-captcha-visual img{width:auto;max-width:100%;height:68px;display:block;object-fit:contain;border-radius:7px}.auth-page .auth-captcha-loading{width:100%;min-height:68px;display:grid;place-items:center;color:#8090a3}.auth-page .auth-captcha-loading svg{width:20px;height:20px}.auth-page .auth-refresh-button{min-width:74px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-left:1px solid #dce3eb;color:#346596;font-size:11px;font-weight:700;background:#fff;transition:background .18s ease,color .18s ease}.auth-page .auth-refresh-button:hover{color:#134e89;background:#edf5fc}.auth-page .auth-refresh-button svg{width:15px;height:15px}.auth-page .auth-input-label{display:flex;flex-direction:column;gap:8px}.auth-page .auth-input-label>input,.auth-page .auth-input-label>textarea{width:100%;border:1px solid #d7dfe8;border-radius:11px;outline:none;color:#172438;background:#fff;box-shadow:0 1px 2px #17243808;transition:border-color .18s ease,box-shadow .18s ease}.auth-page .auth-input-label>input{height:49px;padding:0 14px}.auth-page .auth-input-label>textarea{min-height:112px;padding:13px 14px;resize:vertical;font:500 12px/1.55 DM Mono,Consolas,monospace}.auth-page .auth-input-label>input::placeholder,.auth-page .auth-input-label>textarea::placeholder{color:#9ba4b0}.auth-page .auth-input-label>input:focus,.auth-page .auth-input-label>textarea:focus{border-color:#3978b7;box-shadow:0 0 0 3px #1f65aa1c}.auth-page .auth-upload-button{width:100%;min-height:62px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:10px 14px;border:1px dashed #b9c8d8;border-radius:11px;color:#315b86;text-align:left;background:#f8fbfe;transition:border-color .18s ease,background .18s ease}.auth-page .auth-upload-button:hover{border-color:#5489bd;background:#f0f7fd}.auth-page .auth-upload-button>svg{width:20px;height:20px;flex:0 0 auto}.auth-page .auth-upload-button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.auth-page .auth-upload-button strong{font-size:12px;font-weight:700}.auth-page .auth-upload-button small{color:#8290a0;font-size:10px;font-weight:500}.auth-page .auth-form-error{padding:11px 13px;border:1px solid #f3cbd1;border-radius:9px;color:#a5293c;font-size:11px;line-height:1.5;background:#fff5f6}.auth-page .auth-primary-button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;margin:1px 0 0;padding:0 18px;border-radius:11px;color:#fff;font-size:13px;font-weight:700;background:#1b5fa4;box-shadow:0 8px 22px #1b5fa433;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.auth-page .auth-primary-button:hover:not(:disabled){background:#124e8c;box-shadow:0 10px 26px #1b5fa440;transform:translateY(-1px)}.auth-page .auth-primary-button svg{width:17px;height:17px}.auth-page .auth-privacy-note{display:flex;align-items:flex-start;gap:11px;margin-top:24px;padding-top:19px;border-top:1px solid #e8ecf1;color:#758194}.auth-page .auth-privacy-note svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px;color:#5b7590}.auth-page .auth-privacy-note p{margin:0;font-size:10.5px;line-height:1.55}.auth-page .auth-privacy-note strong{color:#4a586b}.auth-page .auth-seed-reveal{display:flex;flex-direction:column;gap:17px}.auth-page .auth-success-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:1px;border:1px solid #bfe1d0;border-radius:50%;color:#23805a;background:#effaf4}.auth-page .auth-success-icon svg{width:22px;height:22px}.auth-page .auth-seed-alert{display:flex;align-items:flex-start;gap:11px;padding:12px 13px;border:1px solid #d8e5f2;border-radius:10px;color:#52657a;background:#f5f9fd}.auth-page .auth-seed-alert svg{width:18px;height:18px;flex:0 0 auto;color:#2869a8}.auth-page .auth-seed-alert span{font-size:11px;line-height:1.5}.auth-page .auth-seed-alert strong{display:block;color:#2c4259}.auth-page .auth-seed-box{min-width:0;padding:15px 16px 17px;border-radius:11px;overflow:hidden;background:#0d1d30;box-shadow:inset 0 0 0 1px #ffffff0f}.auth-page .auth-seed-box>span{display:block;margin-bottom:9px;color:#91a7bf;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.auth-page .auth-seed-box code{display:block;overflow-wrap:anywhere;color:#e3edf8;font:600 12px/1.65 DM Mono,Consolas,monospace}.auth-page .auth-seed-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:9px}.auth-page .auth-seed-actions button{min-width:0;min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid #dce3eb;border-radius:10px;color:#38546f;font-size:11px;font-weight:700;background:#fff;white-space:nowrap;transition:border-color .18s ease,background .18s ease}.auth-page .auth-seed-actions button:hover{border-color:#b8cbde;background:#f5f9fd}.auth-page .auth-seed-actions svg{width:15px;height:15px;flex:0 0 auto}.auth-page .auth-seed-confirm{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid #dfe5eb;border-radius:10px;color:#59677a;font-size:11px;font-weight:600;line-height:1.45;background:#fafbfc;cursor:pointer;transition:border-color .18s ease,background .18s ease}.auth-page .auth-seed-confirm:has(input:checked){border-color:#a9c9e8;background:#f1f7fd}.auth-page .auth-seed-confirm input{width:17px;height:17px;flex:0 0 auto;margin:0;border:0;border-radius:4px;background:transparent;box-shadow:none;accent-color:#1b5fa4}@media(max-width:1000px){main.auth-page{min-height:100dvh;grid-template-columns:1fr;grid-template-rows:clamp(156px,20vh,190px) minmax(0,1fr)}.auth-page .auth-brand-panel{min-height:0;display:flex;padding:24px clamp(24px,6vw,52px)}.auth-page .auth-brand-photo{object-position:center 58%}.auth-page .auth-brand-panel:before{background:linear-gradient(90deg,#030f1fe6,#0310208c 58%,#030f1e52),linear-gradient(180deg,#030f1e40,#030f1ebd)}.auth-page .auth-brand-header{align-items:flex-start}.auth-page .auth-message{max-width:480px;margin:auto 0 0}.auth-page .auth-kicker,.auth-page .auth-message p,.auth-page .auth-benefits{display:none}.auth-page .auth-message h1{font-size:clamp(2rem,5vw,2.8rem)}.auth-page .auth-form-panel{min-height:0;align-items:flex-start;padding:22px clamp(20px,5vw,48px)}.auth-page .auth-form-shell{width:min(520px,100%)}.auth-page .auth-form-header{margin-bottom:24px}}@media(max-width:600px){main.auth-page{min-height:0;grid-template-rows:clamp(164px,22svh,188px) minmax(0,1fr)}.auth-page .auth-brand-panel{padding:16px 18px}.auth-page .auth-brand-panel:before{background:linear-gradient(180deg,#030f1fad,#030f1f1a 52%,#030f1f42),linear-gradient(90deg,rgba(3,15,31,.3),transparent 68%)}.auth-page .auth-brand-photo{object-position:center 44%;transform:none}.auth-page .auth-logo-white{width:84px;height:34px}.auth-page .auth-brand-status,.auth-page .auth-message{display:none}.auth-page .auth-form-panel{padding:0;background:#fff}.auth-page .auth-form-shell{width:100%;min-height:100%;margin:0;padding:25px 20px calc(28px + env(safe-area-inset-bottom));border:0;border-radius:0;box-shadow:none}.auth-page .auth-form-header{display:none}.auth-page .auth-form-heading p{font-size:12px}.auth-page .auth-mode-tabs{margin:24px 0 22px}.auth-page .auth-mode-tabs button{padding-inline:8px;font-size:11px}.auth-page .auth-captcha-visual{padding-inline:8px}.auth-page .auth-refresh-button{min-width:48px;padding-inline:13px}.auth-page .auth-refresh-button span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-page .auth-seed-actions{grid-template-columns:1fr}}@media(max-height:760px)and (min-width:1001px){main.auth-page{min-height:560px}.auth-page .auth-form-panel{align-items:flex-start;padding-block:24px}.auth-page .auth-form-header,.auth-page .auth-message{margin-bottom:24px}}.channel-guest{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--gray-50, #f4f6f8);color:var(--gray-800, #1f2933);font-family:Inter,system-ui,sans-serif}.channel-guest--embed{position:static;inset:auto;width:100%;height:100vh}.channel-guest--embed.channel-guest--center{padding:16px}.channel-guest--embed .channel-invite{box-shadow:none;border:0;padding:18px}.channel-guest-close{background:none;border:0;cursor:pointer;color:var(--gray-500, #6b7280);padding:4px;margin-left:4px}.channel-guest-close svg{width:18px;height:18px}.channel-guest-sound{display:inline-grid;place-items:center;background:none;border:0;cursor:pointer;color:var(--gray-500, #6b7280);padding:5px;border-radius:8px;flex:0 0 auto}.channel-guest-sound:hover{color:var(--gray-800, #1f2937);background:var(--gray-100, #e5e7eb)}.channel-guest-sound[aria-pressed=false]{color:var(--gray-400, #9ca3af)}.channel-guest-sound svg{width:18px;height:18px}.channel-guest--center{align-items:center;justify-content:center;text-align:center;padding:24px;gap:10px}.channel-guest--center svg{width:34px;height:34px;color:var(--blue-600, #2b6cb0)}.channel-guest--center h1{font-size:20px;margin:4px 0 0}.channel-guest--center p{color:var(--gray-500, #6b7280);font-size:14px;max-width:340px}.channel-guest .spin{animation:spin 1s linear infinite}.channel-invite{display:flex;flex-direction:column;align-items:stretch;gap:14px;width:min(420px,100%);padding:28px 24px;background:#fff;border:1px solid var(--gray-100, #e5e7eb);border-radius:20px;box-shadow:0 12px 40px #11131814;text-align:center}.channel-invite>.avatar{align-self:center}.channel-invite h1{font-size:21px;margin:6px 0 0}.channel-invite-owner{color:var(--gray-500, #6b7280);font-size:13px;margin:0}.channel-invite-greeting{font-size:14px;margin:0;color:var(--gray-700, #374151)}.channel-invite-note{font-size:12px;color:var(--gray-500, #6b7280);margin:0}.channel-field{display:flex;flex-direction:column;gap:6px;text-align:left;font-size:13px;font-weight:600;color:var(--gray-700, #374151)}.channel-field span{display:inline-flex;align-items:center;gap:6px}.channel-field span svg{width:14px;height:14px}.channel-field input,.channel-field select{border:1px solid #d5dbe1;border-radius:10px;padding:11px 12px;font-size:14px;font-weight:400;background:#fff}.channel-consent{display:flex;align-items:flex-start;gap:8px;text-align:left;font-size:12px;color:var(--gray-600, #4b5563)}.channel-consent input{margin-top:2px}.channel-invite-error{color:#c0392b;font-size:13px;margin:0}.channel-invite .primary-button{border:0;border-radius:12px;padding:13px 16px;background:var(--blue-600, #2b6cb0);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.channel-invite .primary-button:hover{background:var(--blue-700, #245a91)}.channel-invite-privacy{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--gray-400, #9aa3af);margin:2px 0 0}.channel-invite-privacy svg{width:13px;height:13px}.channel-guest--chat{background:#fff}.channel-guest-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--gray-100, #e5e7eb);flex:0 0 auto}.channel-guest-header>div{flex:1;min-width:0;display:grid}.channel-guest-header strong{font-size:14px}.channel-guest-header small{font-size:11px;color:var(--gray-500, #6b7280)}.countdown-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--blue-700, #245a91);background:#eaf2fb;padding:5px 9px;border-radius:999px}.countdown-badge svg{width:13px;height:13px}.countdown-badge--soon{color:#b23b2e;background:#fdecea}.channel-guest-banner{padding:8px 16px;font-size:12px;text-align:center;background:#fff6e5;color:#92610a;flex:0 0 auto}.channel-guest-banner--error{background:#fdecea;color:#b23b2e}.channel-guest--chat .message-list{flex:1;min-height:0}.channel-guest--chat .composer{flex:0 0 auto}:root{font-family:DM Sans,Segoe UI,sans-serif;color:#111318;background:#eef6fb;font-synthesis:none;--blue-700: #0b3f81;--blue-600: #1151a3;--blue-500: #1d66af;--blue-400: #277bc7;--blue-300: #85b4df;--blue-100: #d4e6f5;--blue-050: #eef6fb;--white: #fff;--gray-50: #f7f8fa;--gray-100: #e7e9ee;--gray-200: #d6d9e0;--gray-300: #b9beca;--gray-400: #8c93a1;--gray-500: #6c7280;--gray-600: #525866;--gray-700: #3c4150;--gray-800: #2b2f38;--shadow-xs: 0 1px 2px rgba(17, 19, 24, .05);--shadow-sm: 0 4px 12px rgba(17, 19, 24, .06);--shadow-md: 0 14px 40px rgba(17, 19, 24, .1);--ease: .2s ease}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 10% 20%,#dfedf8 0,transparent 28%),linear-gradient(135deg,#f3faff,#f7f8fa 65%)}button,input{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}button>svg,button :where(svg.lucide){display:inline-block;vertical-align:middle;width:var(--button-icon-size, 18px);height:var(--button-icon-size, 18px);flex-shrink:0}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid rgba(29,102,175,.22);outline-offset:2px}a{color:inherit;text-decoration:none}.app-shell{display:flex;width:100%;max-width:1720px;height:100vh;margin:0}.nav-rail{width:82px;flex:0 0 82px;display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:26px}.brand-button{width:46px;height:46px;padding:0;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.brand-button img{width:100%;height:100%;object-fit:cover}.nav-group{flex:1;display:flex;flex-direction:column;gap:10px}.nav-item{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:transparent;color:var(--gray-400);transition:var(--ease);position:relative}.nav-item svg{width:20px;height:20px}.nav-item:hover{color:var(--blue-600);background:#ffffffa6}.nav-item.active{color:var(--blue-600);background:#fff;box-shadow:var(--shadow-xs)}.nav-item.active:before{content:"";width:4px;height:18px;border-radius:4px;background:var(--blue-500);position:absolute;left:-19px}.nav-badge{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;display:grid;place-items:center;padding:0 4px;border-radius:999px;border:2px solid white;color:#fff;font-size:.58rem;font-weight:700;background:#d5384f}.profile-trigger{position:relative;padding:0;border-radius:50%;background:transparent}.profile-menu-summary{padding:9px 10px 12px;margin-bottom:5px;border-bottom:1px solid var(--gray-100)}.profile-menu-summary strong{display:block;overflow:hidden;color:var(--gray-800);font-size:.85rem;text-overflow:ellipsis;white-space:nowrap}.profile-menu-summary small{display:block;margin-top:1px;overflow:hidden;color:var(--gray-400);font-size:.71rem;text-overflow:ellipsis;white-space:nowrap}.profile-menu-summary span{display:block;margin-top:5px;color:var(--blue-600);font-size:.71rem;font-weight:600}.main-panel{min-width:0;flex:1;height:calc(100vh - 24px);margin:12px 12px 12px 0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.85);border-radius:25px;background:#fff;box-shadow:0 12px 40px #212c3a14}.security-banner{display:block;width:100%;padding:10px 20px;border-bottom:1px solid #f3d9a8;color:#8a5a00;font-size:.78rem;font-weight:600;text-align:left;background:#fff6e5}.security-banner:hover{background:#ffedc7}.people-strip{height:100px;flex:0 0 100px;padding:13px 20px 10px;border-bottom:1px solid var(--gray-100);background:#ffffffe0}.people-scroll{height:100%;display:flex;gap:17px;align-items:center;overflow-x:auto;scrollbar-width:none}.people-scroll::-webkit-scrollbar{display:none}.person-story{min-width:56px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:0;color:var(--gray-600);font-size:.72rem;line-height:1.15;font-weight:600;background:none}.story-ring{width:52px;height:52px;display:grid;place-items:center;padding:2px;border-radius:50%;background:linear-gradient(145deg,var(--blue-400),var(--blue-700))}.story-ring .avatar{width:48px;height:48px;border:2px solid white}.add-story{width:52px;height:52px;display:grid;place-items:center;border:2px dashed var(--blue-400);border-radius:50%;color:var(--blue-600);background:var(--blue-050)}.add-story svg{width:19px;height:19px}.person-story:hover{color:var(--blue-700)}.person-story:disabled{opacity:.55;cursor:not-allowed}.story-ring.seen{background:var(--gray-200)}.stories-empty{display:flex;flex-direction:column;justify-content:center;padding-left:4px;color:var(--gray-400)}.stories-empty strong{color:var(--gray-600);font-size:.78rem}.stories-empty small{font-size:.7rem}.people-strip.real-stories{position:relative}.muted-stories-button{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;padding:0;line-height:0;border-radius:10px;color:var(--gray-400);background:var(--gray-50)}.muted-stories-button:hover{color:var(--gray-800);background:var(--gray-100)}.muted-stories-button svg{width:16px;height:16px}.muted-list{display:flex;flex-direction:column;gap:6px;margin-top:14px}.muted-list article{display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px}.muted-list article:hover{background:var(--gray-50)}.muted-list strong{flex:1;min-width:0;overflow:hidden;color:var(--gray-800);font-size:.85rem;text-overflow:ellipsis;white-space:nowrap}.muted-list button{padding:7px 12px;border-radius:9px;color:var(--blue-700);font-size:.75rem;font-weight:700;background:var(--blue-050)}.muted-list button:hover{background:var(--blue-100)}.person-story:hover .story-ring,.person-story:hover .add-story{transform:translateY(-2px)}.app-content{display:flex;min-height:0;flex:1}.chat-sidebar{width:338px;flex:0 0 338px;display:flex;flex-direction:column;border-right:1px solid var(--gray-100);background:#f7f8fa9e}.sidebar-header{padding:20px 18px 12px}.sidebar-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sidebar-title-row h1{margin:2px 0 0;font:700 1.45rem/1.1 Outfit,sans-serif;letter-spacing:-.02em}.eyebrow{color:var(--blue-600);font-size:.7rem;line-height:1;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.sidebar-title-actions{display:flex;gap:8px}.new-chat-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border-radius:12px;color:#fff;background:var(--blue-500);box-shadow:0 7px 16px #1d66af33;line-height:0}.new-chat-button svg{width:18px;height:18px}.new-chat-button:hover{background:var(--blue-600);transform:translateY(-1px)}.sidebar-title-actions .new-chat-button:first-child{color:var(--gray-600);background:var(--gray-100);box-shadow:none}.sidebar-title-actions .new-chat-button:first-child:hover{background:var(--gray-200)}.search-box{height:42px;display:flex;align-items:center;position:relative}.search-box>svg{width:17px;height:17px;position:absolute;left:13px;color:var(--gray-400);pointer-events:none}.search-box input{width:100%;height:42px;padding:0 13px 0 39px;border:1px solid var(--gray-200);border-radius:14px;color:var(--gray-800);background:#fff;box-shadow:var(--shadow-xs);outline:none}.search-box input:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af1a}.search-box input::placeholder{color:var(--gray-400)}.chat-list{flex:1;overflow-y:auto;padding:2px 10px 14px;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.conversation-item{width:100%;display:flex;justify-content:flex-start;gap:11px;align-items:center;padding:10px;margin-bottom:4px;border:1px solid transparent;border-radius:16px;text-align:left;background:transparent;transition:var(--ease)}.conversation-item:hover{border-color:var(--gray-100);background:#fff;box-shadow:var(--shadow-xs)}.conversation-item.active{border-color:var(--blue-100);background:var(--blue-050)}.conversation-copy{flex:1;min-width:0}.conversation-line{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.conversation-line strong{overflow:hidden;color:var(--gray-800);font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.conversation-line time{flex:0 0 auto;color:var(--gray-400);font-size:.69rem}.preview-line{margin-top:3px;align-items:center;color:var(--gray-600);font-size:.78rem}.preview-line>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-line b{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:10px;color:#fff;background:var(--blue-500);font-size:.65rem}.list-state{padding:28px 12px;color:var(--gray-400);text-align:center}.list-empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;color:var(--gray-600);text-align:center}.list-empty>span{width:54px;height:54px;display:grid;place-items:center;margin-bottom:12px;border-radius:17px;color:var(--blue-600);background:var(--blue-100)}.list-empty strong{max-width:220px;line-height:1.4}.list-empty button{margin-top:14px;padding:9px 13px;border-radius:10px;color:var(--blue-700);background:#fff;box-shadow:var(--shadow-xs)}.avatar{position:relative;flex:0 0 auto;display:grid;place-items:center;overflow:visible;border-radius:50%;color:#fff;font:700 .75rem Outfit,sans-serif;background:var(--blue-500)}.avatar-media{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden;border-radius:inherit}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-small{width:38px;height:38px}.avatar-medium{width:46px;height:46px}.avatar-large{width:86px;height:86px;border-radius:34%;font-size:1.35rem}.avatar-mint,.avatar-self{background:linear-gradient(145deg,#18b96a,#087845)}.avatar-self svg{width:45%;height:45%}.avatar-blue{background:linear-gradient(145deg,#4f91ff,#3157c5)}.avatar-violet{background:linear-gradient(145deg,#9c6df2,#6841c7)}.avatar-orange{background:linear-gradient(145deg,#ffad5b,#d06b1f)}.avatar-rose{background:linear-gradient(145deg,#ef7891,#be395c)}.online-dot{position:absolute;right:0;bottom:1px;width:11px;height:11px;border:2px solid white;border-radius:50%}.chat-area{min-width:380px;flex:1;display:flex;flex-direction:column;background:#fff}.chat-header-wrap{position:relative;z-index:5;flex:0 0 auto;display:flex;flex-direction:column}.chat-header{height:69px;flex:0 0 69px;display:flex;align-items:center;gap:11px;padding:0 20px;border-bottom:1px solid var(--gray-100);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chat-actions button.active{color:var(--blue-600);background:var(--blue-050)}.message-search-bar{display:flex;align-items:center;gap:8px;padding:10px 20px;border-bottom:1px solid var(--gray-100);background:var(--gray-50);animation:dialog-in .16s ease}.message-search-bar>svg{width:16px;height:16px;flex:0 0 auto;color:var(--gray-400)}.message-search-bar input{min-width:0;flex:1;height:34px;padding:0 11px;border:1px solid var(--gray-200);border-radius:10px;outline:none;color:var(--gray-800);background:#fff}.message-search-bar input:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af17}.message-search-bar>button{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:var(--gray-400);background:transparent}.message-search-bar>button:hover{color:var(--gray-800);background:var(--gray-100)}.message-search-bar>button svg{width:16px;height:16px}.search-result-count{margin:0 0 10px;color:var(--gray-400);font-size:.72rem;text-align:center}.message-bubble mark{border-radius:3px;color:inherit;background:#ffcd3c8c}.chat-heading-trigger{min-width:0;flex:1;display:flex;justify-content:flex-start;align-items:center;gap:11px;padding:6px 8px;margin:0 -8px;border-radius:13px;text-align:left;background:transparent}.chat-heading-trigger:hover{background:var(--gray-50)}.chat-heading{min-width:0;flex:1;display:flex;flex-direction:column}.chat-heading strong{overflow:hidden;font:600 1rem Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.chat-heading span{color:var(--gray-400);font-size:.74rem}.chat-heading span.connected{color:var(--blue-600)}.chat-actions{display:flex;gap:5px}.chat-actions button,.mobile-back{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;color:var(--gray-400);background:transparent}.chat-actions>button,.chat-actions>.menu-anchor>button,.mobile-back{flex:none;padding:0;line-height:0}.chat-actions button:hover{color:var(--gray-800);background:var(--gray-50)}.chat-actions svg,.mobile-back svg{width:18px;height:18px}.mobile-back{display:none}.messages-feed{min-height:0;flex:1;overflow-y:auto;padding:18px 22px;background-color:#fbfcfc;background-image:radial-gradient(#dfe0e3 1px,transparent 1px);background-size:24px 24px;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.day-divider{display:flex;justify-content:center;margin:2px 0 20px}.day-divider span{padding:5px 10px;border:1px solid var(--gray-100);border-radius:12px;color:var(--gray-400);font-size:.7rem;background:#ffffffe6}.encryption-notice{max-width:460px;margin:6px auto 18px;padding:10px 16px;border-radius:12px;background:#fdf5d8}.encryption-notice p{color:#6b5b2c;font-size:.72rem;line-height:1.7;text-align:center}.encryption-notice p svg{width:13px;height:13px;vertical-align:-2px;margin-right:5px}.encryption-notice-link{padding:0;border:0;background:none;color:#8a6d1f;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.system-message{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:10px 0}.system-message span{max-width:80%;padding:6px 13px;border-radius:999px;color:var(--gray-500);font-size:.72rem;text-align:center;background:var(--gray-100)}.system-message-link{padding:6px 13px;border:0;border-radius:999px;color:var(--blue-700);font-size:.72rem;font-weight:700;background:var(--blue-050);cursor:pointer}.system-message-link:hover{background:var(--blue-100)}.system-message.is-security span{color:#6b5b2c;background:#fdf5d8}.system-message.is-security .system-message-link{color:#8a6d1f;background:#f6e9bf}.system-message.is-security .system-message-link:hover{background:#efdfa5}.message-sender{display:block;margin:0 2px 2px;color:var(--blue-700);font-size:.72rem;font-weight:700}.forwarded-label{display:flex;align-items:center;gap:4px;margin:0 2px 3px;color:var(--gray-400);font-size:.68rem;font-style:italic}.forwarded-label svg{width:12px;height:12px}.message-row.mine .forwarded-label{color:#ffffffb8}.business-snippet{margin:8px 0 0;padding:12px;border-radius:10px;overflow-wrap:anywhere;white-space:pre-wrap;font:11px/1.7 Consolas,monospace;color:var(--gray-100);background:var(--gray-800)}.message-button-list{display:grid;gap:6px;margin-top:8px}.message-button{display:flex;align-items:center;gap:10px;justify-content:space-between;min-height:40px;border:1px solid var(--blue-100);border-radius:10px;padding:9px 12px;color:var(--blue-700);background:var(--gray-50);text-decoration:none;font-size:.78rem;font-weight:600;transition:transform .15s,border-color .15s}.message-button:hover{transform:translateY(-1px);border-color:var(--blue-300)}.message-button span{display:flex;flex-direction:column;gap:2px;min-width:0;overflow-wrap:anywhere}.message-button small{font-size:.66rem;font-weight:500;color:var(--gray-400)}.message-button svg{flex:none;width:14px;height:14px}.message-quick-replies{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.message-quick-reply{min-height:34px;padding:7px 16px;border:1px solid var(--blue-300);border-radius:999px;color:var(--blue-700);background:var(--white);font-size:.78rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s,color .15s,border-color .15s,opacity .15s,transform .15s}.message-quick-reply:hover:not(:disabled){background:var(--blue-050);transform:translateY(-1px)}.message-quick-reply:disabled{cursor:default}.message-quick-reply.is-picked{color:#fff;background:var(--blue-600);border-color:var(--blue-600)}.message-quick-reply.is-dim{opacity:.4}.message-quick-reply:disabled:not(.is-picked):not(.is-dim){opacity:.5}.card-request-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;padding:12px 16px;border-bottom:1px solid var(--blue-100);color:var(--blue-700);font-size:.8rem;line-height:1.45;background:var(--blue-050)}.card-request-banner p{display:flex;align-items:flex-start;gap:8px;margin:0;flex:1 1 260px;min-width:0}.card-request-banner p svg{flex:none;width:16px;height:16px;margin-top:1px}.card-request-banner p span{min-width:0}.card-request-actions{display:flex;align-items:center;gap:8px;flex:none}.card-request-actions button{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:9px;font-size:.74rem;font-weight:600;white-space:nowrap}.card-request-actions button:not(.primary-button){background:#fff;color:var(--blue-700);border:1px solid var(--blue-100)}.card-request-actions button svg{flex:none;width:14px;height:14px}.card-request-actions .primary-button{height:36px;margin:0;box-shadow:none}.card-request-banner-reveal{flex-direction:column;align-items:stretch;background:var(--gray-50);color:var(--gray-700)}.card-request-banner-reveal p{flex:0 1 auto}.card-request-banner-reveal .fingerprint{margin-top:8px}.card-request-banner-reveal .card-request-actions{margin-top:2px}.card-request-banner .form-error{flex-basis:100%;margin:0}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--gray-100)}.faq-item:last-child{border-bottom:0}.faq-item summary{padding:13px 2px;font-size:13px;font-weight:600;color:var(--gray-800);cursor:pointer}.faq-item p{margin:0 0 14px;padding:0 2px;color:var(--gray-600);font-size:12.5px;line-height:1.65}.quoted-preview{display:block;width:100%;margin:0 0 5px;padding:6px 10px;border:0;border-radius:10px;color:inherit;text-align:left;background:#1151a314;transition:background .15s ease}.quoted-preview:hover{background:#1151a321}.message-row.mine .quoted-preview{background:#ffffff29}.message-row.mine .quoted-preview:hover{background:#ffffff3d}.quoted-preview strong{display:block;font-size:.72rem;font-weight:700;color:var(--blue-700)}.message-row.mine .quoted-preview strong{color:#fff}.quoted-preview span{display:block;overflow:hidden;color:var(--gray-500);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.message-row.mine .quoted-preview span{color:#ffffffd9}.message-highlight .message-bubble{animation:message-highlight-flash 1.5s ease}.mention{padding:0 2px;border-radius:4px;font-weight:700;color:var(--blue-700);background:var(--blue-100)}.message-row.mine .mention{color:#fff;background:#ffffff3d}@keyframes message-highlight-flash{0%,to{box-shadow:var(--shadow-xs)}20%{box-shadow:0 0 0 3px var(--blue-300)}}.message-row{display:flex;align-items:flex-end;gap:7px;margin:7px 0}.message-row.mine{justify-content:flex-end}.message-avatar{flex:0 0 auto}.message-bubble{max-width:min(70%,620px);padding:9px 12px 6px;border:1px solid var(--gray-100);border-radius:16px 16px 16px 5px;color:var(--gray-800);background:#fff;box-shadow:var(--shadow-xs)}.message-row.mine .message-bubble{border-color:transparent;border-radius:16px 16px 5px;color:#fff;background:linear-gradient(145deg,var(--blue-600),var(--blue-400));box-shadow:0 5px 14px #1d66af26}.message-bubble.with-attachment{min-width:240px;padding:5px}.message-bubble p{margin:0;padding:1px 2px 2px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble p.clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden}.message-expand{display:block;margin:3px 2px 0;padding:0;color:inherit;font-size:.78rem;font-weight:700;text-decoration:underline;background:transparent;opacity:.8}.message-expand:hover{opacity:1}.message-bubble.with-attachment p{padding:7px 8px 3px}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin:2px 1px 0 14px;color:var(--gray-400);font-size:.64rem}.message-row.mine .message-meta{color:#ffffffc2}.message-meta svg{width:13px;height:13px}.message-image{display:block;max-width:370px;max-height:390px;border-radius:12px}.document-card{display:flex;align-items:center;gap:9px;min-width:260px;padding:10px;border-radius:12px;color:var(--gray-800);background:#ffffffe8}.document-card>span:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:var(--blue-700);background:var(--blue-100)}.document-card>span:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.document-card strong{overflow:hidden;max-width:220px;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.document-card small{color:var(--gray-400)}.document-card>svg{width:17px;height:17px;color:var(--gray-400)}.batch-bubble{min-width:260px;max-width:420px}.attachment-grid{display:grid;gap:3px}.attachment-grid-cell{position:relative}.attachment-grid-thumb{aspect-ratio:1;overflow:hidden;border-radius:6px;background:var(--gray-100)}.attachment-grid-thumb .image-preview-button,.attachment-grid-thumb .message-image{width:100%;height:100%;max-width:none;max-height:none;border-radius:0;object-fit:cover}.attachment-file-list{display:flex;flex-direction:column;gap:4px}.attachment-grid+.attachment-file-list{margin-top:4px}.attachment-file-row{position:relative}.attachment-file-row .document-card{width:100%;min-width:0}.attachment-file-row .document-card strong{max-width:none}.load-older{display:block;margin:0 auto 14px;padding:8px 16px;border:1px solid var(--gray-200);border-radius:999px;color:var(--gray-600);font-size:.72rem;font-weight:600;background:#fff;box-shadow:var(--shadow-xs)}.load-older:hover{color:var(--blue-700);border-color:var(--blue-300);background:var(--blue-050)}.media-state{padding:10px 12px;color:var(--gray-400);font-size:.78rem;font-style:italic}.message-row.mine .media-state{color:#fffc}.empty-messages,.message-state{min-height:calc(100% - 70px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gray-400);text-align:center}.empty-messages>span{width:60px;height:60px;display:grid;place-items:center;margin-bottom:13px;border-radius:20px;color:var(--blue-600);background:var(--blue-100)}.empty-messages strong{color:var(--gray-800);font:600 1.05rem Outfit,sans-serif}.empty-messages p{margin:5px 0;font-size:.8rem}.composer{flex:0 0 auto;position:relative;padding:13px 18px 16px;border-top:1px solid var(--gray-100);background:#fff}.input-bar{min-height:50px;display:flex;align-items:flex-end;gap:5px;padding:6px;border:1px solid var(--gray-200);border-radius:18px;background:var(--gray-50);transition:var(--ease)}.input-bar:focus-within{border-color:var(--blue-500);background:#fff;box-shadow:none}.input-bar textarea{min-width:0;flex:1;max-height:132px;margin:0;padding:9px 7px;border:0;outline:none;color:var(--gray-800);background:transparent;font:inherit;line-height:1.35;resize:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.input-bar textarea:focus,.input-bar textarea:focus-visible{outline:none;box-shadow:none}.input-bar textarea::placeholder{color:var(--gray-400)}.input-bar>button,.input-bar>.menu-anchor>button{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;padding:0;border-radius:12px;color:var(--gray-400);background:transparent;line-height:0}.input-bar>button:hover,.input-bar>.menu-anchor>button:hover{color:var(--blue-600)}.input-bar>button svg,.input-bar>.menu-anchor>button svg{width:19px;height:19px}.input-bar .send-button{border-radius:50%;color:#fff;background:var(--blue-500);box-shadow:0 4px 10px #1d66af33}.input-bar .send-button:hover{color:#fff;background:var(--blue-600);transform:scale(1.03)}.upload-progress{height:3px;position:absolute;top:-1px;left:18px;right:18px;overflow:hidden;border-radius:4px;background:var(--blue-100)}.upload-progress span{height:100%;display:block;border-radius:inherit;background:var(--blue-500);transition:width .2s ease}.batch-preview{display:flex;gap:8px;padding:8px 4px;margin-bottom:6px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.batch-thumb{position:relative;flex:0 0 64px;width:64px;height:64px;overflow:hidden;border-radius:10px;background:var(--gray-100)}.batch-thumb img,.batch-thumb video{width:100%;height:100%;object-fit:cover}.batch-thumb-generic{display:flex;align-items:center;justify-content:center;height:100%;padding:4px;overflow:hidden;color:var(--gray-500);font-size:.58rem;text-align:center;word-break:break-all}.batch-thumb-error{box-shadow:0 0 0 2px #c7384d inset}.batch-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0000008c}.batch-remove svg{width:12px;height:12px}.batch-progress{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#00000059}.batch-progress span{width:100%;background:var(--blue-400);transition:height .15s linear}.batch-done{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#1151a38c}.batch-done svg{width:20px;height:20px}.batch-error{position:absolute;top:3px;left:3px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:700;font-size:.7rem;background:#c7384d}.reply-bar{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:7px 10px;border-radius:12px;background:var(--blue-050)}.reply-bar svg{width:16px;height:16px;flex:none;color:var(--blue-600)}.reply-bar>span{min-width:0;flex:1;display:grid;gap:1px}.reply-bar strong{font-size:.75rem;color:var(--blue-700)}.reply-bar small{overflow:hidden;color:var(--gray-500);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.reply-bar button{width:26px;height:26px;flex:none;display:grid;place-items:center;border-radius:50%;color:var(--gray-400);background:transparent}.reply-bar button:hover{color:var(--gray-700);background:var(--gray-100)}.reply-bar button svg{width:14px;height:14px}.mention-anchor{position:relative;flex:1;min-width:0;display:flex}.mention-popover{position:absolute;bottom:100%;left:0;right:0;margin-bottom:6px;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;padding:6px;border:1px solid var(--gray-100);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);z-index:5}.mention-popover button{display:flex;justify-content:flex-start;align-items:center;gap:6px;width:100%;padding:7px 9px;border-radius:8px;text-align:left;color:var(--gray-700)}.mention-popover button:hover{background:var(--gray-50)}.mention-popover strong{min-width:0;flex:1;overflow:hidden;font-size:.82rem;white-space:nowrap;text-overflow:ellipsis}.mention-popover small{flex:none;color:var(--gray-400);font-size:.72rem}.slash-popover{position:absolute;z-index:8;bottom:100%;left:0;width:min(520px,100%);max-height:min(430px,calc(100dvh - 170px));display:flex;flex-direction:column;overflow:hidden;margin-bottom:9px;border:1px solid #dbe3e9;border-radius:17px;background:#fff;box-shadow:0 18px 48px #162d422e,0 3px 10px #162d4214;animation:slash-popover-in .16s ease}.slash-header{min-height:66px;flex:none;display:flex;align-items:center;gap:11px;padding:12px 14px;border-bottom:1px solid #e8edf1;background:linear-gradient(135deg,#f8fbfe,#f1f6fa)}.slash-header-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid #d9e7f2;border-radius:12px;color:var(--blue-700);background:#fff;box-shadow:0 3px 10px #1e486c12}.slash-header-icon svg{width:18px;height:18px}.slash-header-copy{min-width:0;flex:1;display:grid;gap:3px}.slash-header-copy strong{overflow:hidden;color:var(--gray-800);font:700 14px/1.2 Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.slash-header-copy small{overflow:hidden;color:var(--gray-500);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.slash-key-hint{flex:none;display:flex;align-items:center;gap:3px}.slash-key-hint kbd{min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;border:1px solid #dce3e8;border-bottom-width:2px;border-radius:6px;color:var(--gray-500);background:#fff;font-family:inherit;font-size:9px;font-weight:700;line-height:1;box-shadow:0 1px 2px #1227380a}.slash-results{min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:5px;padding:7px;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.slash-results>.slash-option{width:100%;min-width:0;height:auto;flex:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:9px 10px;border:1px solid transparent;border-radius:12px;color:var(--gray-700);text-align:left;background:transparent;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.slash-option:hover,.slash-option.is-active{border-color:#d9e7f2;background:#f4f9fd;box-shadow:0 3px 10px #1e486c0d}.slash-option-icon{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:10px;color:var(--blue-600);background:var(--blue-050)}.slash-option .slash-option-icon svg{width:15px;height:15px}.slash-option.is-active .slash-option-icon{color:#fff;background:var(--blue-600)}.slash-option-copy{min-width:0;display:grid;gap:4px}.slash-option-copy>span{min-width:0;display:flex;align-items:center;gap:7px}.slash-option-copy strong{min-width:0;overflow:hidden;color:var(--gray-800);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.slash-option-copy code{flex:none;max-width:42%;overflow:hidden;padding:3px 6px;border:1px solid #dce4ea;border-radius:7px;color:#52708a;background:#fff;font:700 9px/1.2 DM Mono,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.slash-option-copy small{display:-webkit-box;min-width:0;max-height:2.8em;overflow:hidden;color:var(--gray-500);font-size:10px;line-height:1.4;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.slash-use-hint{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:transparent;background:transparent}.slash-option .slash-use-hint svg{width:14px;height:14px}.slash-option:hover .slash-use-hint,.slash-option.is-active .slash-use-hint{color:var(--blue-600);background:#fff}.slash-empty{min-height:132px;display:flex;align-items:center;justify-content:center;gap:12px;padding:22px;color:var(--gray-500)}.slash-empty>svg{width:32px;height:32px;flex:none;padding:7px;border-radius:10px;color:var(--blue-600);background:var(--blue-050)}.slash-empty>span{min-width:0;display:grid;gap:4px}.slash-empty strong{color:var(--gray-700);font-size:12px}.slash-empty small{color:var(--gray-500);font-size:10px;line-height:1.4}.slash-popover>.slash-manage{width:100%;height:auto;min-height:56px;flex:none;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:9px 14px;border-top:1px solid #e8edf1;border-radius:0;color:var(--blue-700);text-align:left;background:#fbfcfd}.slash-manage>svg{width:17px!important;height:17px;flex:none}.slash-manage>span{min-width:0;flex:1;display:grid;gap:2px}.slash-manage strong{overflow:hidden;color:var(--blue-700);font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.slash-manage small{overflow:hidden;color:var(--gray-500);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.slash-popover>.slash-manage:hover{color:var(--blue-700);background:var(--blue-050)}.slash-popover button:focus-visible{outline:3px solid rgba(74,142,207,.24);outline-offset:-2px}@keyframes slash-popover-in{0%{opacity:0;transform:translateY(7px) scale(.985)}}@media(max-width:820px){.slash-key-hint{display:none}}@media(max-width:640px){.slash-popover{left:-43px;width:calc(100vw - 34px);max-height:min(54dvh,380px);margin-bottom:8px;border-radius:15px}.slash-header{min-height:60px;padding:10px 12px}.slash-header-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}.slash-results>.slash-option{min-height:58px;gap:8px;padding:8px}.slash-option-icon{width:31px;height:31px;border-radius:9px}.slash-use-hint{display:none}.slash-option-copy code{max-width:38%}}.info-panel{width:288px;flex:0 0 288px;position:relative;display:none;flex-direction:column;padding:89px 16px 22px;overflow-y:auto;border-left:1px solid var(--gray-100);background:var(--gray-50);scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.info-panel::-webkit-scrollbar{width:8px}.info-panel::-webkit-scrollbar-track{background:transparent}.info-panel::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background-color:var(--gray-300);background-clip:padding-box}.info-panel::-webkit-scrollbar-thumb:hover{background-color:var(--gray-400)}.info-panel.info-open{display:flex}.info-panel-header{flex:none;display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.info-panel-header strong{color:var(--gray-500);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.info-close{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;padding:0;line-height:0;border-radius:10px;color:var(--gray-400);background:transparent}.info-close:hover{color:var(--gray-800);background:var(--gray-100)}.info-close svg{width:16px;height:16px}.avatar-xlarge{width:104px;height:104px;border-radius:50%;font-size:1.7rem}.info-hero{flex:none;display:flex;flex-direction:column;align-items:center;padding:10px 8px 20px;text-align:center}.info-hero>strong{margin-top:13px;overflow:hidden;max-width:100%;font:700 1.05rem Outfit,sans-serif;color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap}.info-hero>strong+span{max-width:220px;margin-top:3px;overflow:hidden;color:var(--gray-400);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.info-status{margin-top:6px;font-size:.72rem;font-weight:700}.info-name{display:flex;align-items:center;gap:6px;max-width:100%;margin-top:13px}.info-name>strong{overflow:hidden;font:700 1.05rem Outfit,sans-serif;color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap}.info-name-pencil{flex:0 0 auto;display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:8px;color:var(--gray-300);background:transparent;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.info-name:hover .info-name-pencil,.info-name-pencil:focus-visible{opacity:1}.info-name-pencil:hover{color:var(--blue-600);background:var(--blue-050)}.info-name-pencil svg{width:13px;height:13px}.info-name-edit{display:flex;align-items:center;justify-content:center;gap:4px;max-width:100%;margin-top:13px}.info-name-edit input{width:150px;padding:5px 9px;border:1px solid var(--blue-600);border-radius:9px;font:700 .95rem Outfit,sans-serif;color:var(--gray-800);background:#fff}.info-name-edit input:focus{outline:none;box-shadow:0 0 0 3px var(--blue-050)}.info-name-ok,.info-name-cancel{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:8px;cursor:pointer}.info-name-ok{color:#157a4a;background:#e5f5ec}.info-name-ok:hover{background:#d7f0e2}.info-name-cancel{color:var(--gray-400);background:var(--gray-100)}.info-name-cancel:hover{color:var(--gray-700);background:var(--gray-200)}.info-name-ok svg,.info-name-cancel svg{width:14px;height:14px}.info-name-given{max-width:220px;margin-top:4px;overflow:hidden;color:var(--gray-400);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.info-name-hint{max-width:190px;margin-top:5px;color:var(--gray-400);font-size:.7rem;font-style:italic;line-height:1.35}.info-hero>.info-name+span:not(.info-name-given):not(.info-name-hint),.info-hero>.info-name-edit+span:not(.info-name-given):not(.info-name-hint),.info-hero>.info-name-given+span,.info-hero>.info-name-hint+span{max-width:220px;margin-top:3px;overflow:hidden;color:var(--gray-400);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.info-list{flex:none;margin-bottom:14px;border-radius:16px;background:#fff;box-shadow:var(--shadow-xs);overflow:hidden}.info-list:last-child{margin-bottom:0}.info-row{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:13px 14px;border:0;text-align:left;background:transparent}.info-row+.info-row{border-top:1px solid var(--gray-100)}.info-row-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px;color:var(--blue-600);background:var(--blue-050)}.info-row-icon svg{width:16px;height:16px}.info-row-label{flex:1;min-width:0;overflow:hidden;color:var(--gray-700);font-size:.82rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.info-row>strong{flex:0 0 auto;color:var(--gray-400);font-size:.82rem;font-weight:700}.info-row-button{cursor:pointer}.info-row-button:hover{background:var(--gray-50)}.info-row-button .chevron{width:16px;flex:0 0 auto;color:var(--gray-300);transition:transform .2s ease}.info-row-button .chevron.flip{transform:rotate(180deg)}.info-row-button.danger .info-row-icon{color:#bf2e42;background:#fdeef0}.info-row-button.danger .info-row-label{color:#bf2e42}.info-list-header{display:flex;align-items:center;gap:6px;padding:13px 14px 6px;color:var(--gray-400);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.info-list-header svg{width:13px;height:13px}.info-list-body{padding:2px 14px 14px}.info-security-detail{padding:0 14px 16px}.info-security-detail p{margin:0 0 14px;color:var(--gray-500);font-size:.76rem;line-height:1.55}.fingerprint-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px 10px;padding:15px;border-radius:13px;background:var(--gray-800)}.fingerprint-grid span{color:var(--blue-300);font-family:DM Mono,Consolas,monospace;font-size:.74rem;font-weight:700;text-align:center;letter-spacing:.02em}.info-list-header button{display:flex;align-items:center;gap:5px;margin-left:auto;padding:5px 9px;border-radius:999px;color:var(--blue-700);font-size:.68rem;font-weight:700;text-transform:none;letter-spacing:normal;background:var(--blue-050)}.info-list-header button:hover{background:var(--blue-100)}.info-list-header button svg{width:13px;height:13px}.group-edit-trigger{width:22px;height:22px;display:inline-grid;place-items:center;margin-left:6px;border-radius:7px;color:var(--gray-400);background:var(--gray-50);vertical-align:middle}.group-edit-trigger:hover{color:var(--blue-700);background:var(--blue-050)}.group-edit-trigger svg{width:12px;height:12px}.group-info-edit{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:13px}.group-info-edit input,.group-info-edit textarea{width:100%;padding:9px 11px;border:1px solid var(--gray-200);border-radius:11px;font-size:.82rem;text-align:left;background:#fff}.group-info-edit textarea{resize:vertical}.group-info-edit-actions{display:flex;justify-content:flex-end;gap:8px}.group-info-edit-actions button{padding:8px 14px;border-radius:10px;font-size:.76rem}.group-member-row{display:flex;align-items:center;gap:10px;padding:9px 14px}.group-member-row+.group-member-row{border-top:1px solid var(--gray-100)}.group-member-row .contact-copy{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.group-member-row .contact-copy strong,.group-member-row .contact-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-member-actions{display:flex;flex:0 0 auto;gap:2px}.group-member-actions button{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:var(--gray-400);background:transparent}.group-member-actions button:hover{color:var(--blue-700);background:var(--blue-050)}.group-member-actions button.danger:hover{color:#bf2e42;background:#fdeef0}.group-member-actions svg{width:15px;height:15px}.friend-multi-select .contact-list{margin-top:10px}.friend-select-row{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:11px;padding:9px;border-radius:12px;text-align:left;background:transparent}.friend-select-row:hover{background:var(--gray-50)}.contact-list .friend-select-row>.friend-select-check{width:22px;height:22px;min-width:22px;flex:0 0 22px;display:grid;place-items:center;border:2px solid var(--gray-200);border-radius:50%;color:#fff}.friend-select-check svg{width:13px;height:13px}.friend-select-row.checked .friend-select-check{border-color:var(--blue-500);background:var(--blue-500)}.create-group-form{display:flex;flex-direction:column;gap:14px;margin-top:4px}.create-group-form>label{display:flex;flex-direction:column;gap:7px;color:var(--gray-800);font-size:.8rem;font-weight:700}.create-group-form input,.create-group-form textarea{padding:11px 13px;border:1px solid var(--gray-200);border-radius:13px;font:inherit;font-weight:400;background:#fff}.create-group-form textarea{resize:vertical}.create-group-form>.eyebrow{display:flex;align-items:center;gap:6px}.create-group-form>.eyebrow svg{width:13px;height:13px}.create-group-form .friend-multi-select{max-height:260px;overflow-y:auto}.fingerprint{display:inline-block;padding:10px 12px;border-radius:11px;color:var(--blue-700);font-family:DM Mono,Consolas,monospace;font-size:.8rem;font-weight:700;letter-spacing:.04em;line-height:1.6;word-spacing:4px;overflow-wrap:anywhere;background:var(--blue-050)}.session-list{display:flex;flex-direction:column;gap:4px;margin-top:10px}.session-row{display:flex;align-items:center;gap:10px;padding:10px 4px;border-bottom:1px solid var(--gray-100)}.session-row:last-child{border-bottom:0}.session-icon{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:var(--blue-700);background:var(--blue-050)}.session-icon svg{width:18px;height:18px}.session-copy{min-width:0;flex:1;display:grid;gap:2px}.session-copy strong{display:flex;align-items:center;gap:6px;overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.session-copy small{color:var(--gray-400);font-size:.72rem}.session-current{flex:none;padding:2px 7px;border-radius:999px;color:var(--blue-700);font-size:.62rem;font-weight:700;background:var(--blue-100)}.session-tag{flex:none;padding:2px 7px;border-radius:999px;color:#7a4a12;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#fdecd0}.session-revoke{flex:none;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:9px;color:#b44545;font-size:.72rem;background:#fff0f0}.session-revoke svg{width:13px;height:13px}.session-confirm{flex:none;display:flex;gap:6px}.session-confirm button{padding:7px 10px;border-radius:9px;font-size:.72rem}.session-confirm button:first-child{color:#fff;background:#d64545}.session-confirm button:last-child{color:var(--gray-500);background:var(--gray-50)}.session-bulk-confirm{display:flex;align-items:center;gap:8px;margin-top:10px;padding:10px 12px;border:1px solid #ebc6c6;border-radius:11px;background:#fff7f7}.session-bulk-confirm p{flex:1;margin:0;font-size:.78rem;color:var(--gray-600)}.session-bulk-confirm button{flex:none;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:9px;font-size:.72rem}.session-bulk-confirm button:first-of-type{color:#fff;background:#d64545}.session-bulk-confirm button:last-of-type{color:var(--gray-500);background:var(--gray-50)}.empty-conversation{min-width:380px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;background-color:#fbfcfc;background-image:radial-gradient(#dfe0e3 1px,transparent 1px);background-size:24px 24px}.empty-conversation>span{width:76px;height:76px;display:grid;place-items:center;margin-bottom:18px;border-radius:24px;color:var(--blue-600);background:var(--blue-100);box-shadow:0 10px 28px #1d66af29}.empty-conversation>span svg{width:33px;height:33px}.empty-conversation h2{margin:0;font:700 1.6rem Outfit,sans-serif;letter-spacing:-.02em}.empty-conversation p{margin:7px 0 18px;color:var(--gray-600)}.empty-conversation button{padding:11px 16px;border-radius:12px;color:#fff;background:var(--blue-500);box-shadow:0 7px 18px #1d66af33}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0f14195c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-card{width:min(450px,100%);max-height:min(620px,86vh);display:flex;flex-direction:column;padding:21px;border:1px solid rgba(255,255,255,.75);border-radius:23px;background:#fff;box-shadow:var(--shadow-md);animation:dialog-in .22s ease}.dialog-card header{display:flex;justify-content:space-between;margin-bottom:17px}.dialog-card h2{margin:2px 0 0;font:700 1.35rem Outfit,sans-serif}.dialog-card header button{width:36px;height:36px;flex:none;display:grid;place-items:center;padding:0;line-height:0;border-radius:11px;color:var(--gray-400);background:var(--gray-50)}.dialog-card header button svg{width:18px;height:18px}.dialog-card-status{align-items:center;gap:14px;padding:38px 30px;text-align:center}.dialog-status-icon{display:grid;place-items:center;flex:none;width:52px;height:52px;border-radius:16px;color:var(--blue-600);background:var(--blue-050)}.dialog-status-icon svg{width:24px;height:24px}.dialog-status-icon.is-error{color:#b91c1c;background:#fef2f2}.dialog-card-status p{margin:0;color:var(--gray-600);font-size:.87rem;line-height:1.55}.dialog-card-status code{display:block;padding:8px 10px;margin-top:-6px;border-radius:8px;color:var(--gray-500);font-size:.68rem;line-height:1.5;word-break:break-word;background:var(--gray-50)}.dialog-status-button{margin-top:2px;padding:10px 24px;border-radius:11px;color:var(--gray-600);font-size:.8rem;font-weight:600;background:var(--gray-100);transition:background .15s ease}.dialog-status-button:hover{background:var(--gray-200)}.contact-list{min-height:180px;overflow-y:auto;margin-top:13px}.contact-list>button{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:11px;padding:9px;border-radius:14px;text-align:left;background:#fff}.contact-list>button:hover{background:var(--blue-050)}.contact-list>button>span:last-child,.contact-list .contact-copy{min-width:0;flex:1;display:flex;flex-direction:column}.contact-list strong,.contact-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-list strong{color:var(--gray-800);font-size:.87rem}.contact-list small{margin-top:2px;color:var(--gray-400)}.contact-list>button>svg{width:17px;height:17px;flex:0 0 auto;color:var(--gray-400)}.contact-list>button:hover>svg{color:var(--blue-600)}.contact-list-row{display:flex;align-items:center;gap:11px;padding:9px}.contact-list-row.pending{opacity:.7}.pending-tag{flex:0 0 auto;padding:4px 8px;border-radius:999px;color:var(--gray-500);font-size:.65rem;background:var(--gray-100);white-space:nowrap}.invite-composer{display:flex;flex-direction:column;gap:8px;padding:10px;margin-bottom:4px;border:1px solid var(--blue-100);border-radius:14px;background:var(--blue-050)}.invite-composer>span{display:flex;flex-direction:column}.invite-composer strong{color:var(--gray-800);font-size:.87rem}.invite-composer small{color:var(--gray-400)}.invite-composer textarea{width:100%;padding:8px 10px;border:1px solid var(--gray-200);border-radius:10px;font-size:.78rem;resize:vertical;outline:none}.invite-composer textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af17}.invite-composer-actions{display:flex;justify-content:flex-end;gap:8px}.invite-composer-actions button{height:34px;padding:0 12px;border-radius:9px;font-size:.76rem}.invite-composer-actions .primary-button{margin-top:0;box-shadow:none}.invite-composer-actions svg{width:15px;height:15px}.contact-empty{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:var(--gray-400);text-align:center}.contact-empty svg{color:var(--blue-500)}.contact-empty p{max-width:280px;font-size:.82rem;line-height:1.5}.files-dialog{width:min(480px,100%)}.file-list{display:flex;flex-direction:column;gap:2px;min-height:180px;max-height:50vh;margin-top:4px;overflow-y:auto}.file-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px 8px;border-radius:12px;color:inherit;text-align:left;background:transparent}.file-row:hover:not(:disabled){background:var(--gray-50)}.file-row-icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;color:var(--blue-700);background:var(--blue-050)}.file-row-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.file-row-copy strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.file-row-copy small{color:var(--gray-400);font-size:.71rem}.file-row>svg:last-child{width:17px;height:17px;flex:0 0 auto;color:var(--gray-400)}.file-row .spin{color:var(--blue-600)}.file-empty{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--gray-400);text-align:center}.file-empty svg{color:var(--blue-500)}.file-empty p{max-width:280px;font-size:.82rem;line-height:1.5}.toast{position:fixed;z-index:1200;right:24px;bottom:24px;max-width:min(390px,calc(100vw - 40px));padding:12px 16px;border:1px solid rgba(255,255,255,.16);border-radius:13px;color:#fff;background:var(--gray-800);box-shadow:var(--shadow-md);animation:toast-in .24s ease}.menu-anchor{position:relative;display:inline-flex}.profile-popover,.action-popover{position:absolute;z-index:90;display:flex;flex-direction:column;gap:3px;padding:7px;border:1px solid var(--gray-100);border-radius:13px;background:#fff;box-shadow:var(--shadow-md)}.profile-popover{left:58px;bottom:17px;width:195px}.action-popover{top:100%;margin-top:17px;right:0;width:190px}.profile-popover button,.action-popover button{display:flex;justify-content:flex-start;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:var(--gray-700);font-size:.78rem;text-align:left;background:transparent;white-space:nowrap}.profile-popover button:hover,.action-popover button:hover{background:var(--gray-50)}.profile-popover svg,.action-popover svg{width:16px;height:16px}.danger,.action-popover .danger{color:#bf2e42}.message-bubble{position:relative}.message-menu-button{width:25px;height:24px;flex:none;position:absolute;top:3px;right:3px;z-index:3;display:grid;place-items:center;padding:0;line-height:0;opacity:0;border-radius:8px;color:var(--gray-500);background:#ffffffd1}.message-bubble:hover .message-menu-button,.message-menu-button:focus{opacity:1}.message-bubble:hover .tile-menu-button{opacity:0}.attachment-grid-cell:hover .tile-menu-button,.attachment-file-row:hover .tile-menu-button,.tile-menu-button:focus{opacity:1}.message-menu-button svg{width:15px;height:15px}.message-action-menu{width:166px;position:absolute;z-index:20;top:30px;right:4px;display:none;flex-direction:column;padding:5px;border:1px solid var(--gray-100);border-radius:11px;background:#fff;box-shadow:var(--shadow-md)}.message-row.theirs .message-action-menu{right:auto;left:4px}.message-action-menu[data-open]{display:flex}.message-action-menu button{display:flex;justify-content:flex-start;gap:7px;align-items:center;padding:7px;color:var(--gray-700);font-size:.7rem;background:transparent}.message-action-menu svg{width:14px;height:14px}.image-preview-button{display:block;padding:0;overflow:hidden;border-radius:11px;background:transparent}.deleted-message{color:var(--gray-400)!important;font-style:italic}.message-row.mine .deleted-message{color:#fffc!important}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;justify-content:flex-end;background:#0f141947;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.side-drawer{width:min(430px,100vw);height:100%;display:flex;flex-direction:column;padding:24px;overflow-y:auto;background:#fff;box-shadow:-18px 0 50px #0a17241f;animation:drawer-in .23s ease}.side-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.side-drawer h2{margin:3px 0 0;font:700 1.5rem Outfit,sans-serif}.side-drawer>header button{width:37px;height:37px;flex:none;display:grid;place-items:center;padding:0;line-height:0;border-radius:11px;background:var(--gray-50)}.side-drawer>header svg{width:18px;height:18px}.avatar-editor{display:flex;flex-direction:column;align-items:center;gap:11px;padding:22px;border-radius:18px;background:var(--blue-050)}.avatar-editor button{display:flex;align-items:center;gap:7px;color:var(--blue-700);font-weight:700;background:transparent}.avatar-editor button svg{width:16px;height:16px}.drawer-form{display:flex;flex-direction:column;gap:15px;margin-top:22px}.drawer-form label,.schedule-field{display:flex;flex-direction:column;gap:7px;color:var(--gray-700);font-size:.76rem;font-weight:700}.drawer-form input,.drawer-form textarea,.schedule-field input,.inline-label-form input{width:100%;padding:11px 12px;border:1px solid var(--gray-200);border-radius:12px;outline:none;background:#fff}.drawer-form textarea{resize:vertical}.drawer-form input:focus,.drawer-form textarea:focus,.schedule-field input:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af17}.drawer-form .primary-button{flex:0 0 49px}.profile-drawer,.settings-drawer{display:flex;flex-direction:column;padding:0;overflow:hidden}.profile-drawer .settings-header,.settings-drawer .settings-header{flex:0 0 auto;padding:22px 24px 16px;margin-bottom:0;border-bottom:1px solid var(--gray-100)}.settings-tabs{flex:0 0 auto;display:flex;gap:4px;margin:14px 24px 0;padding:4px;border-radius:13px;background:var(--gray-50)}.settings-tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:10px;color:var(--gray-500);font-size:.78rem;font-weight:600;background:transparent}.settings-tabs button svg{width:15px;height:15px}.settings-tabs button.active{color:var(--blue-700);background:#fff;box-shadow:var(--shadow-xs)}.settings-body{flex:1;overflow-y:auto;padding:18px 24px 22px;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.settings-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 24px;border-top:1px solid var(--gray-100)}.settings-footer span{color:var(--gray-400);font-size:.72rem}.settings-footer .primary-button{flex:0 0 auto;height:44px;padding:0 20px;margin-top:0}.profile-hero{position:relative;margin:-18px -24px 20px}.profile-cover{height:84px;background:linear-gradient(135deg,var(--blue-400),var(--blue-700))}.profile-identity{display:flex;align-items:flex-end;gap:12px;padding:0 24px;margin-top:-32px}.avatar-edit-button{position:relative;flex:0 0 auto;display:inline-flex;padding:0;border-radius:50%}.avatar-edit-button .avatar{border:4px solid white;box-shadow:var(--shadow-sm)}.avatar-edit-button>span:last-child{position:absolute;right:-2px;bottom:-2px;width:26px;height:26px;display:grid;place-items:center;border:2px solid white;border-radius:50%;color:#fff;background:var(--blue-600)}.avatar-edit-button>span:last-child svg{width:13px;height:13px}.avatar-edit-button .avatar-media{transition:filter .15s ease}.avatar-edit-button:hover .avatar-media{filter:brightness(.85)}.avatar-edit-button:hover>span:last-child{background:var(--blue-700)}.avatar-edit-button:disabled{opacity:.7}.profile-identity>div{min-width:0;padding-bottom:8px}.profile-identity strong{display:block;overflow:hidden;color:var(--gray-800);font:700 1rem Outfit,sans-serif;text-overflow:ellipsis;white-space:nowrap}.profile-identity small{color:var(--gray-400);font-size:.74rem}.profile-hero>p{display:flex;align-items:center;gap:6px;padding:10px 24px 0;color:var(--gray-600);font-size:.8rem}.profile-hero>p i{width:8px;height:8px;border-radius:50%}.settings-card{padding:16px;margin-bottom:14px;border:1px solid var(--gray-100);border-radius:15px;background:#fff}.settings-card:last-child{margin-bottom:0}.settings-card h3{display:flex;align-items:center;gap:7px;margin:0 0 12px;font:700 .85rem Outfit,sans-serif;color:var(--gray-800)}.settings-card h3 svg{width:16px;height:16px;color:var(--blue-600)}.settings-card>p{margin:-6px 0 14px;color:var(--gray-500);font-size:.78rem;line-height:1.5}.settings-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;color:var(--gray-700);font-size:.76rem;font-weight:700}.settings-card label:last-child{margin-bottom:0}.settings-card label input,.settings-card label textarea{width:100%;padding:11px 12px;border:1px solid var(--gray-200);border-radius:12px;outline:none;font-weight:500;background:#fff}.settings-card label input:focus,.settings-card label textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af17}.settings-card label>small{display:block;color:var(--gray-400);font-size:.68rem;font-weight:500}.settings-card label>small.field-counter{text-align:right}.settings-intro{display:flex;gap:12px;align-items:flex-start;padding:14px;margin-bottom:16px;border-radius:15px;background:var(--blue-050)}.settings-intro>span{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:var(--blue-700);background:#fff}.settings-intro>span svg{width:17px;height:17px}.settings-intro h3{margin:0;font:700 .85rem Outfit,sans-serif;color:var(--gray-800)}.settings-intro p{margin:3px 0 0;color:var(--gray-600);font-size:.76rem;line-height:1.5}.status-options{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.status-options button{display:flex;justify-content:flex-start;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--gray-100);border-radius:13px;text-align:left;background:#fff}.status-options button>span:first-child{flex:0 0 20px;width:20px;text-align:center;font-size:.9rem}.status-options button>span:last-child{min-width:0;flex:1;display:flex;flex-direction:column}.status-options button strong{color:var(--gray-800);font-size:.82rem}.status-options button small{color:var(--gray-400);font-size:.7rem}.status-options button i{width:16px;height:16px;flex:0 0 auto;border:2px solid var(--gray-200);border-radius:50%}.status-options button.selected{border-color:var(--blue-300);background:var(--blue-050)}.status-options button.selected i{border-color:var(--blue-500);background:var(--blue-500)}.login-key-details{margin-top:18px}.login-key-details summary{padding:10px 2px;color:var(--gray-600);font-size:.78rem;font-weight:700;cursor:pointer;list-style:none}.login-key-details summary::-webkit-details-marker{display:none}.login-key-details summary:before{content:"▸ ";color:var(--gray-400)}.login-key-details[open] summary:before{content:"▾ "}.security-settings{display:flex;flex-direction:column}.backup-file{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;margin-top:14px;border:1px dashed var(--gray-300);border-radius:12px;color:var(--gray-600);font-size:.78rem;font-weight:600;cursor:pointer}.backup-file:hover{border-color:var(--blue-400);background:var(--blue-050);color:var(--blue-700)}.backup-file:after{content:"Escolher arquivo";flex:0 0 auto;padding:7px 12px;border-radius:9px;color:#fff;font-size:.7rem;background:var(--gray-800)}.backup-file:hover:after{background:var(--blue-700)}.backup-file input{display:none}.settings-action{margin-top:10px}.inline-notice{margin-top:12px;padding:11px 13px;border-radius:11px;color:var(--gray-700);font-size:.76rem;line-height:1.5;background:var(--gray-50)}.scope-tabs,.label-filters{display:flex;gap:6px;overflow-x:auto;padding:12px 0;scrollbar-width:none}.scope-tabs button,.label-filters button{flex:0 0 auto;display:flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid transparent;border-radius:999px;color:var(--gray-600);font-size:.7rem;white-space:nowrap;background:var(--gray-50)}.scope-tabs button.active,.label-filters button.active{color:var(--blue-700);background:var(--blue-100)}.label-filters{scrollbar-width:thin;scrollbar-color:var(--blue-300) transparent;padding-bottom:8px}.label-filters::-webkit-scrollbar{height:5px}.label-filters::-webkit-scrollbar-track{background:transparent}.label-filters::-webkit-scrollbar-thumb{background:var(--blue-300);border-radius:999px}.label-filters::-webkit-scrollbar-thumb:hover{background:var(--blue-500)}.label-filters i,.label-list i{width:7px;height:7px;border-radius:50%}.managed-contact-list{display:flex;flex-direction:column;gap:5px;margin-top:8px}.managed-contact-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 4px;border-bottom:1px solid var(--gray-100)}.managed-contact-copy{min-width:0;display:flex;flex-direction:column}.managed-contact-list strong,.managed-contact-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-contact-list small{color:var(--gray-400)}.invite-note{color:var(--gray-500);font-style:italic;white-space:normal!important}.managed-contact-actions{display:flex;flex:0 0 auto;gap:1px}.managed-contact-actions button{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:var(--gray-500);background:transparent}.managed-contact-actions button:hover,.managed-contact-actions button.active{color:var(--blue-700);background:var(--blue-050)}.managed-contact-list svg{width:15px;height:15px}.compact-dialog{max-width:410px}.compact-dialog>p{margin:0 0 20px;color:var(--gray-600);line-height:1.55}.compact-dialog .dialog-ack{display:flex;align-items:flex-start;gap:10px;margin:0;padding:12px 13px;border-radius:12px;background:var(--gray-50);color:var(--gray-700);font-size:.82rem;line-height:1.45;cursor:pointer}.compact-dialog .dialog-ack input{flex:none;width:16px;height:16px;margin-top:1px;accent-color:var(--blue-600);cursor:pointer}.compact-dialog footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.compact-dialog footer button{min-height:42px;padding:0 16px;border-radius:11px}.secondary-button{color:var(--gray-600);background:var(--gray-100)}.danger-button{color:#fff;font-weight:700;background:#c7384d}.compact-dialog blockquote{margin:0 0 18px;padding:12px;border-left:3px solid var(--blue-500);border-radius:0 10px 10px 0;color:var(--gray-600);background:var(--gray-50);font-size:.82rem}.gallery-box{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:grid;place-items:center;padding:80px;background:#080b0ef0}.gallery-box>header{position:absolute;inset:0 0 auto;display:flex;align-items:center;gap:10px;padding:17px 22px;color:#fff;background:#0003}.gallery-box>header span{min-width:0;flex:1;display:flex;flex-direction:column}.gallery-box>header small{opacity:.6}.gallery-box>header a,.gallery-box>header button,.gallery-prev,.gallery-next{width:42px;height:42px;flex:none;display:grid;place-items:center;padding:0;line-height:0;border-radius:50%;color:#fff;background:#ffffff1f}.gallery-box>header svg{width:24px;height:24px}.gallery-box>img{max-width:88vw;max-height:84vh;object-fit:contain;border-radius:8px}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%)}.gallery-prev{left:20px}.gallery-next{right:20px}.code-viewer-box{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;flex-direction:column;background:#1a1b26}.code-viewer-box>header{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.code-viewer-box>header span{min-width:0;flex:1;display:flex;flex-direction:column}.code-viewer-box>header strong{overflow:hidden;color:#fff;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.code-viewer-box>header small{color:#ffffff80;font-size:.71rem}.code-viewer-box>header a,.code-viewer-box>header button{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;padding:0;line-height:0;border-radius:10px;color:#fff;background:#ffffff14}.code-viewer-box>header a:hover,.code-viewer-box>header button:hover:not(:disabled){background:#ffffff29}.code-viewer-box>header button:disabled{cursor:not-allowed;opacity:.4}.code-viewer-box>header svg{width:17px;height:17px}.code-viewer-body{flex:1;margin:0;padding:22px 26px;overflow:auto}.code-viewer-message{display:flex;align-items:center;gap:9px;color:#ffffff80;font-size:.85rem}.code-viewer-message svg{flex:0 0 auto;width:18px;height:18px;color:#f5a97f}.code-viewer-notice{padding:9px 13px;margin:0 0 16px;border:1px solid rgba(245,169,127,.3);border-radius:10px;color:#f5a97f;font-size:.76rem;background:#f5a97f14}.code-viewer-body pre{margin:0;color:#d4d4dc;font:13px/1.7 DM Mono,Consolas,monospace;white-space:pre}.code-viewer-body code{font:inherit}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#6b7280;font-style:italic}.token.punctuation{color:#9198a8}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted,.token.regex,.token.important,.token.variable{color:#f5a97f}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#7ee2a8}.token.operator,.token.entity,.token.url{color:#9198a8}.token.atrule,.token.attr-value,.token.keyword{color:#a6b8ff}.token.function,.token.class-name{color:#7dc4ff}.account-session-card{margin-top:24px;padding-top:20px;border-top:1px solid var(--gray-100)}.account-summary{display:flex;align-items:center;gap:11px;padding:12px 14px;margin-bottom:18px;border:1px solid var(--gray-100);border-radius:14px;background:var(--gray-50)}.account-summary span{min-width:0;display:flex;flex-direction:column}.account-summary strong{overflow:hidden;color:var(--gray-800);font-size:.87rem;text-overflow:ellipsis;white-space:nowrap}.account-summary small{overflow:hidden;margin-top:2px;color:var(--gray-400);font-size:.71rem;text-overflow:ellipsis;white-space:nowrap}.seed-label{display:block;margin-bottom:8px;color:var(--gray-400);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.seed-key-box{height:46px;display:flex;align-items:center;padding:0 14px;margin-bottom:10px;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;color:var(--gray-700);font-family:DM Mono,Consolas,monospace;font-size:.8rem;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background:var(--gray-050)}.seed-download-button{color:#fff!important;background:var(--blue-700)!important}.seed-download-button:hover{background:var(--blue-600)!important}.seed-warning{margin:10px 0 0;color:var(--gray-400);font-size:.71rem;line-height:1.5}.label-list{display:flex;flex-wrap:wrap;gap:5px}.label-list button{display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--gray-100);border-radius:999px;color:var(--gray-500);font-size:.65rem;background:#fff}.label-list button.active{border-color:var(--blue-300);color:var(--blue-700);background:var(--blue-050)}.inline-label-form{display:flex;gap:5px;margin-top:8px}.inline-label-form input{min-width:0;padding:7px 8px;font-size:.68rem}.inline-label-form button{width:32px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--blue-500)}.inline-label-form svg{width:14px;height:14px}.scheduled-item{display:flex;gap:6px;align-items:center;padding:7px 0;border-top:1px solid var(--gray-100)}.scheduled-item>span{min-width:0;flex:1;display:flex;flex-direction:column}.scheduled-item strong{overflow:hidden;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.scheduled-item small{color:var(--gray-400);font-size:.61rem}.scheduled-item button{color:#bf2e42;background:transparent}.scheduled-item svg{width:14px;height:14px}.scheduled-item:first-child{border-top:0}@keyframes drawer-in{0%{transform:translate(30px);opacity:0}}.password-field{width:100%;height:49px;border:1px solid var(--gray-200);border-radius:14px;background:#fff;box-shadow:var(--shadow-xs)}.password-field:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px #1d66af17}.seed-actions{display:flex;gap:9px}.seed-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:44px;padding:0 6px;border-radius:12px;color:var(--gray-700);font-size:.74rem;font-weight:700;background:var(--gray-100);white-space:nowrap}.seed-actions button:hover{background:var(--gray-200)}.seed-actions svg{width:15px;height:15px}.password-field{display:flex;align-items:center}.password-field input{min-width:0;flex:1;height:100%;padding:0 14px;border:0;outline:none;background:transparent}.password-field button{width:46px;height:46px;display:grid;place-items:center;color:var(--gray-400);background:transparent}.password-field svg{width:18px;height:18px}.primary-button{height:50px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;border-radius:14px;color:#fff;font-weight:700;background:var(--blue-500);box-shadow:0 9px 22px #1d66af33}.primary-button:hover{background:var(--blue-600);transform:translateY(-1px)}.primary-button svg{width:18px;height:18px}.form-error{padding:10px 12px;border:1px solid #ffd2d8;border-radius:11px;color:#b4233a;font-size:.78rem;background:#fff2f4}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--blue-700);background:var(--blue-050)}.app-loading svg{width:28px;height:28px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}@media(max-width:820px){body{background:#fff}.app-shell{position:relative}.nav-rail{width:64px;flex-basis:64px;padding:13px 0}.nav-item.active:before{left:-10px}.main-panel{height:100vh;margin:0;border:0;border-radius:0}.people-strip{display:none}.chat-sidebar{width:300px;flex-basis:300px}}@media(max-width:640px){.nav-rail{width:100%;height:64px;position:fixed;z-index:80;inset:auto 0 0;display:flex;flex-direction:row;justify-content:space-between;gap:8px;padding:8px 14px;border-top:1px solid var(--gray-100);background:#fffffff5;box-shadow:0 -8px 28px #11131812;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-button{display:none}.nav-group{flex:1;flex-direction:row;align-items:center;justify-content:space-evenly;gap:2px}.nav-item{width:42px;height:42px}.nav-item.active:before{display:none}.nav-group .nav-item:nth-child(3){display:none}.profile-trigger{flex:0 0 auto}.profile-popover{right:12px;bottom:68px;left:auto}.main-panel{height:calc(100vh - 64px);margin-bottom:64px}.chat-sidebar{width:100%;flex-basis:100%;border:0}.chat-sidebar.has-active-chat{display:none}.chat-area{min-width:0;width:100%}.mobile-back{display:grid;flex:0 0 auto}.chat-actions button:first-child,.chat-actions button:nth-child(2),.emoji-button{display:none}.chat-header{padding:0 11px}.messages-feed{padding:16px 12px}.message-bubble{max-width:86%}.composer{padding:10px}.empty-conversation{display:none}.toast{right:20px;bottom:20px}.side-drawer{width:100vw;padding:20px 18px}.managed-contact-list article{gap:8px;padding-inline:2px}.managed-contact-actions button{width:30px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body,#root{height:100%}button,input,textarea,select{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}textarea:focus-visible,summary:focus-visible{outline:3px solid #85b4df;outline-offset:3px}.app-shell{height:100dvh;max-width:none}.main-panel{height:calc(100dvh - 24px);min-height:0}.app-content,.chat-area,.chat-sidebar{min-height:0;min-width:0}.app-content{position:relative}.chat-area{overflow:hidden}.chat-sidebar{width:clamp(260px,26vw,340px);flex-basis:clamp(260px,26vw,340px)}.chat-list{min-height:0}.avatar{aspect-ratio:1;isolation:isolate}.avatar .avatar-initials{display:grid;place-items:center;width:100%;height:100%;line-height:1}.account-summary>.avatar{display:grid;flex-direction:initial;min-width:46px}.account-summary .account-summary-copy{min-width:0;display:flex;flex-direction:column}.online-dot{z-index:1;flex:none}.preview-line b{flex:0 0 auto;min-width:21px;height:21px;font-variant-numeric:tabular-nums}.nav-badge{position:absolute;right:-3px;top:-2px;min-width:19px;padding:2px 5px;border:2px solid #f1f7fb;border-radius:12px;background:#d74d63;color:#fff;font-size:10px}.nav-rail{position:relative;z-index:85}.profile-menu-anchor{position:relative;display:inline-flex}.profile-popover{bottom:0;left:51px;width:245px;padding:8px}.profile-menu-summary{padding:12px;border-bottom:1px solid var(--gray-100);margin-bottom:5px;display:grid;gap:4px}.profile-menu-summary strong,.profile-menu-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu-summary small{font-size:12px;color:var(--gray-500)}.profile-menu-summary>span{color:var(--blue-700);font-size:12px;margin-top:6px;overflow-wrap:anywhere}.profile-popover button{min-height:42px}.chat-actions .action-popover button{width:100%;height:auto;min-height:40px;display:flex;justify-content:flex-start;white-space:normal;text-align:left}.chat-heading>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-bar{min-width:0}.input-bar>button,.input-bar>.menu-anchor{flex:0 0 auto}.message-bubble{min-width:95px}.message-bubble.with-attachment{min-width:0;width:min(360px,85%)}.message-bubble.with-attachment:has(.document-card){width:auto;max-width:min(360px,85%)}.message-bubble.with-attachment:has(.message-image){width:auto;max-width:min(370px,85%)}.message-bubble p{padding-right:20px}.message-action-menu{max-width:calc(100vw - 48px)}.message-menu-button{opacity:.6}.message-image{max-width:100%}.media-state{padding:16px!important;font-size:12px!important}.gallery-loading{color:#fff}.gallery-box>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.load-older{display:block;margin:0 auto 18px;background:#fff;padding:9px 14px;border:1px solid var(--gray-200);border-radius:20px;color:var(--blue-700);font-size:12px}.security-banner{padding:9px 16px;color:#73531b;background:#fff7df;text-align:left;font-size:12px}.info-panel{position:relative;min-width:0}.info-close{display:none}.contact-status{color:var(--blue-700)!important}.fingerprint{display:block;overflow-wrap:anywhere;white-space:normal;font:11px/1.8 Consolas,monospace;color:var(--gray-600);padding:12px;border:1px solid var(--gray-100);border-radius:10px;background:#f8f9fa}.privacy-note .fingerprint{padding:5px;font-size:9px}.profile-drawer,.settings-drawer{width:min(480px,100vw);padding:0;overflow:hidden;background:#fbfcfc}.profile-drawer .settings-header,.settings-drawer .settings-header{padding:27px 25px 21px;margin:0;background:#fff;align-items:center;gap:12px;flex:0 0 auto}.profile-drawer .settings-header h2,.settings-drawer .settings-header h2{font-size:23px;letter-spacing:-.5px}.settings-header button{flex:0 0 auto}.settings-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;margin:18px 24px 0;padding:4px;gap:3px;border-radius:13px;background:var(--gray-50);flex:0 0 auto}.settings-tabs button{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px;padding:10px 0;border-radius:10px;background:transparent;color:var(--gray-500);font-size:13px;font-weight:600;transition:var(--ease)}.settings-tabs button:hover{color:var(--gray-700)}.settings-tabs button.active{color:var(--blue-700);background:#fff;box-shadow:0 2px 6px #11131814}.settings-tabs svg{width:16px;height:16px}.settings-body{flex:1;min-height:0;overflow-y:auto;padding:24px;overscroll-behavior:contain;scrollbar-width:thin}.profile-drawer .drawer-form{margin-top:0;gap:22px}.profile-hero{overflow:hidden;border-radius:18px;border:1px solid #e0e6ec;background:#fff}.profile-cover{height:78px;background:radial-gradient(ellipse at 85% 10%,#cadded,transparent 58%),linear-gradient(120deg,#ecf4f8,#d7e6ef)}.profile-identity{display:flex;align-items:flex-end;gap:16px;padding:0 20px;margin-top:-31px;position:relative}.profile-identity>div{min-width:0;display:grid;gap:4px;padding-bottom:6px}.profile-identity strong{font:600 21px Outfit,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-identity small{color:var(--gray-500);font-size:12px}.avatar-edit-button{position:relative;padding:4px;border-radius:28px;background:#fff;flex:none}.avatar-edit-button .avatar{width:78px;height:78px;border-radius:24px}.avatar-edit-button>span:last-child{position:absolute;right:-2px;bottom:-2px;border:3px solid white;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue-700)}.avatar-edit-button svg{width:13px;height:13px}.profile-hero>p{display:flex;align-items:center;gap:7px;margin:14px 22px 20px;font-size:12px;color:var(--gray-600);overflow-wrap:anywhere}.profile-hero>p>i{width:7px;height:7px;border-radius:50%;flex:none}.settings-card{display:flex;flex-direction:column;gap:17px;padding:20px;border:1px solid var(--gray-100);border-radius:16px;background:#fff}.settings-card h3{display:flex;align-items:center;gap:8px;margin:0;color:var(--gray-800);font-size:14px}.settings-card h3 svg{width:16px;height:16px}.settings-card p{margin:0;color:var(--gray-500);font-size:12px;line-height:1.6}.settings-card label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--gray-700);font-weight:600}.settings-card input,.settings-card textarea{width:100%;min-width:0;border:1px solid #dbdee2;border-radius:10px;padding:11px 12px;color:var(--gray-800);font-size:13px;background:#fff}.settings-card label small{color:var(--gray-400);font-weight:400;font-size:11px}.field-counter{text-align:right}.settings-footer{display:flex;flex-direction:column;gap:9px;flex:none;padding:15px 24px max(20px,env(safe-area-inset-bottom));border-top:1px solid var(--gray-100);background:#fff}.settings-footer>span{text-align:center;font-size:11px;color:var(--gray-400)}.settings-footer .primary-button{height:46px;margin:0;font-size:13px;border-radius:12px;box-shadow:0 4px 12px #1d66af1b}.settings-intro{display:flex;gap:12px;align-items:flex-start}.settings-intro>span{width:40px;height:40px;display:grid;place-items:center;flex:none;background:#e9f1f6;color:var(--blue-700);border-radius:12px}.settings-intro svg{width:20px;height:20px}.settings-intro h3{margin:1px 0 6px;font-size:15px}.settings-intro p{font-size:12px;color:var(--gray-500);line-height:1.6;margin:0}.status-options{display:grid;gap:8px}.status-options>button{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:15px;border:1px solid var(--gray-100);border-radius:13px;background:#fff;text-align:left}.status-options>button.selected{border-color:#9ab7d7;background:#eff5f9}.status-options>button>span:first-child{width:30px;font-size:23px;text-align:center}.status-options>button>span:nth-child(2){display:grid;gap:4px;flex:1}.status-options strong{color:var(--gray-700);font-size:13px}.status-options small{color:var(--gray-500);font-size:11px}.status-options i{width:17px;height:17px;border:1px solid var(--gray-200);border-radius:50%}.status-options .selected i{border:5px solid var(--blue-600)}.security-settings,.notification-settings{display:grid;gap:20px}.security-settings .primary-button{font-size:12px;height:44px}.settings-action{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-size:12px}.settings-action svg{width:16px;height:16px}.inline-notice{color:#436153;font-size:12px;padding:13px;border-radius:12px;line-height:1.6;background:#e9f6ee}.inline-notice-error{color:#7a1f2e;background:#fbe7ea}.login-key-details{margin-top:24px}.login-key-details summary{padding:14px 0;font-size:13px;font-weight:600;cursor:pointer}.login-key-details .account-session-card{margin-top:0}.seed-actions{flex-wrap:wrap}.seed-key-box{height:auto;min-height:46px;white-space:normal;overflow-wrap:anywhere;padding:12px}.composer-error{margin:0 0 8px;padding:8px 12px;background:#fff2f4;color:#b4233a;border-radius:9px;font-size:12px}.conversation-security-error{display:flex;align-items:center;gap:10px;padding:9px 18px;border-top:1px solid #f1d8a5;color:#73531b;background:#fff8e7;font-size:12px}.conversation-security-error>span{min-width:0;flex:1}.conversation-security-error>button{flex:none;padding:7px 10px;border:1px solid #e2c580;border-radius:8px;color:#73531b;background:#fff;font-size:11px;font-weight:700}.recording-bar,.audio-draft{display:flex;align-items:center;gap:10px;min-height:56px;padding:7px 10px;border-radius:16px;background:#f7f8f9;border:1px solid var(--gray-100)}.recording-bar>button,.audio-draft>button{display:flex;align-items:center;justify-content:center;flex:none;padding:10px;border-radius:10px;background:#fff;color:var(--gray-600)}.recording-bar svg,.audio-draft svg{width:19px;height:19px}.recording-bar>i{width:9px;height:9px;border-radius:50%;background:#d74d63}.recording-bar strong{font-size:13px}.recording-bar time{font-size:13px;font-variant-numeric:tabular-nums}.recording-bar>span{flex:1;text-align:right;color:var(--gray-400);font-size:11px}.recording-bar .stop-recording{gap:6px;font-size:12px;color:#b4233a}.audio-draft .send-button{color:#fff;background:var(--blue-600)}.input-bar .record-button{color:var(--blue-700);background:#e7f0f6}.real-stories{display:flex;align-items:center;gap:10px;height:106px;flex:0 0 106px}.real-stories .people-scroll{flex:1;min-width:0;gap:19px;padding-right:48px;scroll-padding-right:48px}.real-stories .person-story{max-width:72px;flex:none}.person-story>span:last-child{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-ring.seen{background:#d3d8dc}.stories-empty{min-width:0;display:grid;gap:6px}.stories-empty strong{color:#525d69;font-size:13px;font-weight:500}.stories-empty small{color:var(--gray-400);font-size:11px}.muted-stories-button{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:11px;color:var(--gray-400);background:#f5f7f8}.muted-stories-button svg{width:17px;height:17px}.story-create{max-height:calc(100dvh - 36px);overflow-y:auto;width:min(420px,100%)}.story-create header{flex:none}.story-preview{position:relative;height:min(33dvh,300px);min-height:140px;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:15px}.story-preview>p{padding:20px;text-align:center;font:600 24px/1.3 Outfit,sans-serif;color:#fff;overflow-wrap:anywhere;max-width:100%}.story-preview>img,.story-preview>video{width:100%;height:100%;object-fit:contain}.story-preview.has-media{background:#10151a!important}.remove-story-media{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0008;color:#fff}.remove-story-media svg{width:17px;height:17px}.story-create>textarea{resize:vertical;min-height:64px;margin-top:12px;border:1px solid var(--gray-200);border-radius:12px;padding:11px;font-size:13px}.story-create-tools{display:flex;align-items:center;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:12px 0}.story-create-tools>button{display:flex;align-items:center;gap:6px;color:var(--blue-700);font-size:12px;padding:9px;border-radius:9px;background:#edf4f8}.story-create-tools>button svg{width:16px;height:16px}.story-colors{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.story-colors button{flex:0 0 23px;width:23px;min-width:23px;max-width:23px;height:23px;min-height:23px;max-height:23px;aspect-ratio:1;padding:0;border-radius:50%;border:2px solid white;outline:1px solid transparent}.story-colors .selected{outline-color:var(--gray-500)}.story-audience{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--gray-500);font-size:11px;margin:4px 0 8px}.story-audience svg{width:14px;height:14px}.audience-detail{text-align:center;color:var(--gray-400);font-size:10px;line-height:1.5;margin-bottom:10px}.story-create>.primary-button{flex:0 0 44px;font-size:13px}.story-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:grid;place-items:center;background:#0a0c11f5;padding:20px}.story-stage{position:relative;isolation:isolate;overflow:hidden;background:#171e2b;width:min(440px,100%);height:min(800px,calc(100dvh - 40px));border-radius:20px;color:#fff}.story-segments{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:4px;z-index:4}.story-segments>span{height:3px;background:#ffffff4a;border-radius:3px;flex:1;overflow:hidden}.story-segments i{display:block;height:100%;background:#fff}.story-viewer-header{position:absolute;inset:0 0 auto;z-index:3;display:flex;align-items:center;gap:10px;padding:30px 14px 24px;background:linear-gradient(#0008,transparent)}.story-viewer-header>span:nth-child(2){min-width:0;flex:1;display:grid;gap:3px}.story-viewer-header strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-viewer-header small{font-size:10px;opacity:.7}.story-viewer-header button,.story-prev,.story-next{display:grid;place-items:center;width:34px;height:38px;padding:0;line-height:0;border-radius:10px;background:#0003;color:#fff;flex:none}.story-viewer-header svg{width:18px;height:18px}.story-content{height:100%;width:100%;display:grid;place-items:center}.story-content img,.story-content video{width:100%;height:calc(100% - 150px);max-height:calc(100% - 150px);object-fit:contain}.story-text{max-width:100%;padding:90px 42px;color:#fff;font:600 clamp(19px,3vw,28px)/1.45 "Outfit",sans-serif;text-align:center;overflow-wrap:anywhere}.story-caption{position:absolute;bottom:60px;left:20px;right:20px;padding:12px 15px;border-radius:12px;background:#0009;font-size:13px;line-height:1.5;text-align:center;overflow-wrap:anywhere;max-height:30%;overflow:auto}.story-prev,.story-next{position:absolute;top:48%;z-index:2;background:#0004;width:30px}.story-prev{left:7px}.story-next{right:7px}.story-viewer-footer{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:18px;background:linear-gradient(transparent,#0008);font-size:11px}.story-viewer-footer span,.story-viewer-footer button{display:flex;align-items:center;gap:6px}.story-viewer-footer button{border-radius:10px;background:#ffffff1a;padding:9px;color:#fff;font-size:11px}.story-viewer-footer svg{width:14px;height:14px}.story-loading{position:absolute;left:calc(50% - 12px);top:50%}.story-error{position:absolute;top:40%;padding:30px;text-align:center;font-size:14px}.story-delete-confirm{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;background:#0a0c11ed;display:flex;flex-direction:column;justify-content:center;padding:35px;gap:14px;text-align:center}.story-delete-confirm button{min-height:44px;border-radius:12px}.muted-list{overflow:auto}.muted-list article{display:flex;align-items:center;gap:10px;padding:12px 0}.muted-list strong{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:13px}.muted-list button{padding:8px;border-radius:9px;color:var(--blue-700);background:#edf4f8}@media(min-width:1181px){.chat-actions>button:nth-child(2){display:none}}@media(max-width:1180px){.info-panel.info-open{display:flex;position:absolute;z-index:95;right:0;top:0;bottom:0;width:min(340px,100%);padding-top:20px;overflow-y:auto;box-shadow:-15px 0 50px #12192320;background:#f6f8fa}.info-close{display:grid;place-items:center;align-self:flex-end;width:35px;height:35px;flex:none;border-radius:10px;background:#fff;color:var(--gray-600)}.info-close svg{width:18px;height:18px}}@media(max-width:820px){.main-panel{height:100dvh}.real-stories{display:flex}.chat-sidebar{width:260px;flex-basis:260px}.message-bubble{max-width:90%}.messages-feed{padding-inline:12px}}@media(max-width:640px){.nav-rail{position:fixed;inset:auto 0 0;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:calc(8px + env(safe-area-inset-bottom))}.nav-group .nav-item:nth-child(3){display:grid}.main-panel{height:calc(100dvh - 64px - env(safe-area-inset-bottom));margin-bottom:calc(64px + env(safe-area-inset-bottom))}.chat-sidebar{width:100%;flex-basis:100%}.chat-is-open .real-stories{display:none}.chat-actions>button:first-child,.chat-actions>button:nth-child(2),.chat-actions .menu-anchor>button{display:grid}.chat-actions{gap:0}.chat-actions>button,.chat-actions .menu-anchor>button{width:32px}.chat-actions .action-popover button{display:flex}.chat-header{gap:7px}.chat-heading strong{font-size:14px}.chat-heading>span{font-size:11px}.profile-popover{left:auto;right:0;bottom:50px;width:min(260px,calc(100vw - 30px))}.settings-body{padding:18px}.profile-drawer .settings-header,.settings-drawer .settings-header{padding:21px 18px 18px}.profile-drawer .settings-header h2,.settings-drawer .settings-header h2{font-size:21px}.settings-tabs{margin-inline:18px}.settings-tabs button{flex-direction:column;height:auto;min-height:54px;gap:5px;padding:8px 2px;font-size:12px}.settings-card{padding:17px}.settings-footer{padding-inline:18px}.real-stories{padding:12px 16px}.stories-empty strong{font-size:12px}.stories-empty small{font-size:10px}.recording-bar{gap:7px}.recording-bar>span{display:none}.recording-bar .stop-recording{margin-left:auto}.input-bar .emoji-button{display:grid}.gallery-box{padding:80px 15px}.gallery-prev{left:8px}.gallery-next{right:8px}.toast{bottom:calc(77px + env(safe-area-inset-bottom))}.story-viewer{padding:0}.story-stage{width:100%;height:100dvh;border-radius:0}.story-viewer-footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}.managed-contact-list article{grid-template-columns:auto minmax(0,1fr)}.managed-contact-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap}.managed-contact-actions button{width:36px;height:36px}.dialog-card{max-height:calc(100dvh - 40px)}input,textarea{font-size:16px!important}}@media(max-height:650px){.settings-header{padding-block:13px!important}.settings-body{padding-block:14px}.profile-cover{height:60px}}.info-lead{display:grid;gap:8px}.info-lead>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.8rem}.info-lead>div>span{color:var(--gray-500);flex:none}.info-lead>div>strong{color:var(--gray-800);text-align:right;overflow-wrap:anywhere}.info-lead>div>a{color:var(--blue-600);text-align:right;overflow-wrap:anywhere;text-decoration:none}.info-lead>div>a:hover{text-decoration:underline}.search-box>input{padding-left:39px}.friend-search{display:flex;align-items:center;gap:10px;min-width:0;height:44px;flex:none;padding:0 12px;border:1px solid #dfe3e6;border-radius:12px;background:#f7f8f9}.friend-search>svg{position:static;width:17px;height:17px;flex:0 0 17px;color:#8c9499;pointer-events:none}.friend-search>input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;box-shadow:none;background:transparent;color:var(--gray-800);font-size:14px}.friend-search:focus-within{border-color:#6e98c7;box-shadow:0 0 0 3px #1d66af10}.friend-search>button{width:24px;height:28px;padding:0;display:grid;place-items:center;background:none;color:var(--gray-500)}.friend-search>button svg{width:15px;height:15px}.group-create-dialog{width:min(480px,100%);height:min(720px,calc(100dvh - 40px));max-height:calc(100dvh - 40px);padding:0;overflow:hidden}.group-create-dialog>header{flex:none;margin:0;padding:25px 24px 20px;border-bottom:1px solid var(--gray-100)}.group-create-dialog h2{font-size:23px}.group-create-dialog .create-group-form{flex:1;min-height:0;margin:0;gap:0}.group-create-body{min-height:0;flex:1;overflow-y:auto;padding:20px 24px;scrollbar-width:thin}.group-helper{color:var(--gray-500);font-size:13px;line-height:1.55;margin:0 0 22px}.group-section-label{display:flex;align-items:center;gap:8px;color:var(--blue-700);font-size:11px;font-weight:700;margin-bottom:13px}.group-section-label svg{width:15px;height:15px}.group-create-dialog .friend-multi-select{max-height:none;overflow:visible}.friend-results{padding-top:10px;min-height:100px}.friend-select-row{min-height:70px;border-radius:12px;padding:11px 8px}.friend-select-row.checked{background:#eef4f8}.friend-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.friend-copy strong,.friend-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-copy strong{font-size:13px;color:var(--gray-700)}.friend-copy small{font-size:12px;color:var(--gray-400)}.friend-select-row .friend-select-check{width:22px;height:22px;flex:0 0 22px;border:2px solid var(--gray-200);border-radius:50%;display:grid;place-items:center;color:#fff}.selected-friends{display:flex;gap:7px;overflow-x:auto;padding:14px 0 5px;scrollbar-width:thin}.selected-friends>button{display:flex;align-items:center;gap:6px;max-width:190px;flex:none;background:#eef4f7;color:#344c66;border-radius:20px;padding:3px 7px 3px 3px;font-size:11px}.selected-friends .avatar{width:25px;height:25px;font-size:9px}.selected-friends>button>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-friends svg{width:13px;height:13px;flex:none}.group-create-footer{display:flex;align-items:center;gap:10px;padding:17px 24px;border-top:1px solid var(--gray-100);background:#fff;flex:none}.group-create-footer .primary-button{flex:1;height:47px;margin:0;font-size:13px;border-radius:12px;box-shadow:0 5px 15px #1d66af1a}.group-create-footer .secondary-button{display:flex;align-items:center;gap:5px;height:47px;padding:0 13px;border-radius:12px;font-size:12px}.group-create-footer svg{width:17px;height:17px}.group-details-step{display:grid;gap:20px}.group-photo-picker{position:relative;justify-self:center;flex:none;width:92px;height:92px;display:grid;place-items:center;margin:3px auto 10px;padding:0;border-radius:30px;color:#406692;background:#e7f0f5}.group-photo-picker>svg{width:35px;height:35px}.group-photo-picker>img,.group-photo-picker>.avatar{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.group-photo-picker>span:last-child:not(.avatar){position:absolute;right:-3px;bottom:-3px;width:30px;height:30px;border:3px solid white;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue-700)}.group-photo-picker>span:last-child:not(.avatar) svg{width:14px;height:14px}.group-details-step label,.group-info-edit label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;color:var(--gray-700)}.group-details-step label>span{color:var(--gray-400);font-size:11px}.group-details-step input,.group-details-step textarea{width:100%;min-width:0;font-size:14px}.group-details-step label small{color:var(--gray-400);font-size:10px;font-weight:400;text-align:right}.group-security-note,.group-key-state{display:flex;align-items:flex-start;gap:8px;padding:13px;border-radius:12px;background:#f0f4f7;color:#677784}.group-security-note svg,.group-key-state svg{width:17px;height:17px;flex:0 0 17px}.group-security-note p,.group-key-state p{font-size:11px;line-height:1.6;margin:0}.group-key-state{background:#fff7df;color:#856930}.group-info-panel.info-panel{width:350px;flex-basis:350px;padding:0;overflow:hidden;background:#f7f9fa}.group-panel-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#fff;border-bottom:1px solid var(--gray-100);flex:none}.group-panel-header strong{font-size:14px}.group-panel-header button{display:grid;place-items:center;flex:none;width:33px;height:33px;padding:0;line-height:0;border-radius:10px;background:#f4f6f7;color:var(--gray-500)}.group-panel-header svg{width:18px;height:18px}.group-panel-scroll{min-height:0;flex:1;padding:0 15px 22px;overflow-y:auto;scrollbar-width:thin}.group-info-hero{display:flex;flex-direction:column;align-items:center;padding:27px 10px 22px;text-align:center}.group-info-hero h2{font:600 23px Outfit,sans-serif;margin:8px 0;overflow-wrap:anywhere;max-width:100%}.group-info-hero>span{font-size:12px;color:var(--gray-500)}.group-edit-link{display:flex;align-items:center;gap:5px;color:var(--blue-700);background:transparent;padding:8px;font-size:11px;margin-top:7px}.group-edit-link svg{width:12px;height:12px}.group-section{padding:16px;border:1px solid #e7ebee;border-radius:14px;margin-bottom:13px;background:#fff}.group-section h3{margin:0 0 10px;color:#525c66;font-size:12px}.group-section p{font-size:12px;line-height:1.65;color:var(--gray-500);margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.group-section-heading{display:flex;justify-content:space-between;gap:5px;align-items:center;margin-bottom:12px}.group-section-heading h3{margin:0}.group-section-heading>button{display:flex;align-items:center;gap:4px;padding:6px 0;color:var(--blue-700);background:transparent;font-size:11px}.group-section-heading>button svg{width:14px;height:14px}.group-permission{display:flex;align-items:center;gap:14px}.group-permission>span{display:grid;gap:5px;flex:1}.group-permission strong{font-size:12px;font-weight:500}.group-permission small{font-size:11px;color:var(--gray-400);line-height:1.5}.group-permission input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:36px;height:22px;flex:0 0 36px;margin:0;padding:0;border:0;border-radius:20px;background:#cdd4d8;cursor:pointer;transition:background .15s}.group-permission input:before{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:transform .15s}.group-permission input:checked{background:var(--blue-600)}.group-permission input:checked:before{transform:translate(14px)}.group-permission input:focus-visible{outline:3px solid #8cb5db;outline-offset:3px}.group-permission input:disabled{opacity:.55;cursor:wait}.group-participants{padding:14px 10px}.group-participants .friend-search{margin-bottom:10px}.group-participants .group-member-row{position:relative;padding:12px 0;gap:8px}.group-member-row .contact-copy strong{font-size:12px}.group-member-row .contact-copy small{font-size:10px;margin-top:4px}.admin-badge{flex:none;border:1px solid #ccd9e4;border-radius:6px;padding:3px 5px;color:#546e87;background:#f0f5f8;font-size:9px}.member-friend-action{display:flex;align-items:center;gap:4px;flex:none;padding:5px 9px;border-radius:999px;color:var(--blue-700);font-size:10px;font-weight:700;background:var(--blue-050);white-space:nowrap}.member-friend-action:hover:not(:disabled){background:var(--blue-100)}.member-friend-action svg{width:12px;height:12px}.member-friend-action.accept{color:#fff;background:var(--blue-600)}.member-friend-action.accept:hover:not(:disabled){background:var(--blue-700)}.member-friend-pending{flex:none;color:var(--gray-400);font-size:10px;font-style:italic;white-space:nowrap}.group-member-menu{position:relative;flex:none}.group-member-menu>button{width:28px;height:34px;display:grid;place-items:center;padding:0;border-radius:8px;background:none;color:var(--gray-500)}.group-member-menu>button svg{width:17px;height:17px}.group-member-popover{position:absolute;right:0;top:33px;display:flex;flex-direction:column;z-index:8;width:215px;padding:5px;border:1px solid var(--gray-100);border-radius:10px;box-shadow:var(--shadow-md);background:#fff}.group-member-popover button{min-height:38px;padding:9px;text-align:left;font-size:11px;color:var(--gray-700);background:transparent;border-radius:6px}.group-member-popover button:hover{background:#f0f4f7}.group-member-popover button.danger{color:#bd4352}.group-add-members{padding:12px 0}.group-add-members .primary-button{width:100%;height:40px;font-size:12px}.group-leave{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:45px;margin-top:20px;border:1px solid #efd5d9;border-radius:12px;color:#bb4351;background:#fff;font-size:12px}.group-leave svg{width:16px;height:16px}.group-send-state{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#82662e;background:#fff7df;font-size:12px;padding:8px 12px}.group-send-state button{padding:7px;border-radius:8px;background:#fff;color:inherit}@media(max-width:1180px){.info-panel.group-info-panel.info-open{width:min(380px,100%);top:0}}@media(max-width:640px){.group-create-dialog{width:100%;height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);border-radius:20px}.dialog-backdrop:has(.group-create-dialog){padding:12px}.group-create-dialog>header,.group-create-body{padding:20px}.group-create-dialog h2{font-size:22px}.group-create-footer{padding:14px 20px max(14px,env(safe-area-inset-bottom))}.group-info-panel.info-panel{width:100%!important}}.settings-tabs button{gap:4px;font-size:11px;min-width:0}.profile-popover .popover-check{margin-left:auto;width:15px;color:var(--blue-600)}.settings-tabs svg{width:14px;height:14px;flex:none}.profile-customization,.privacy-settings{display:grid;gap:18px}.profile-customization{margin-top:20px}.customized-cover{position:relative;overflow:hidden;height:115px;flex:none}.customized-cover img{width:100%;height:100%;object-fit:cover;display:block}.contact-profile-hero{flex:none;margin:0 -16px 20px;border-bottom:1px solid #e7ecf0;background:#fff}.contact-profile-cover{height:auto;min-height:150px;max-height:190px;aspect-ratio:1.85;margin:0;border-radius:0;background:linear-gradient(135deg,#c9dce9,#e7eff4 55%,#d4e3e8)}.contact-profile-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 60%,rgba(17,48,76,.13))}.contact-profile-hero .info-hero{position:relative;margin:0;padding:0 22px}.contact-profile-hero .info-hero>.avatar{flex:none;width:88px;height:88px;margin-top:-44px;border:4px solid white;border-radius:50%;font-size:1.5rem;box-shadow:0 2px 8px #16344c12}.contact-profile-hero .info-hero>.avatar .online-dot{right:1px;bottom:2px;width:14px;height:14px;border-width:3px;box-shadow:none}.contact-profile-hero .info-name{justify-content:center;width:100%;margin-top:14px}.contact-profile-hero .info-name>strong,.contact-profile-hero .info-hero>strong{max-width:100%;overflow:visible;white-space:normal;overflow-wrap:anywhere;font:600 20px/1.3 Outfit,sans-serif;letter-spacing:-.3px;color:#1b2b3a}.contact-profile-hero .info-hero>strong{margin-top:14px}.contact-profile-hero .info-name-given{max-width:100%;white-space:normal;overflow-wrap:anywhere;font-size:11px;line-height:1.5}.contact-profile-details{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0;margin-top:7px}.contact-profile-handle{color:#7b8794;font-size:12px;overflow-wrap:anywhere}.contact-profile-bio{margin:0;color:#627181;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.contact-profile-status{display:inline-flex;align-items:center;justify-content:center;gap:6px;max-width:100%;color:#627181;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.contact-profile-status>i{flex:none;width:6px;height:6px;border-radius:50%}.contact-profile-actions{display:flex;justify-content:center;gap:12px;padding:22px 16px 24px}.contact-profile-actions>button{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;width:72px;min-width:0;padding:0;background:transparent;color:#4d6072;font-size:10px;line-height:1.4}.contact-profile-actions>button>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:var(--blue-600);background:#eff4f8;transition:background .15s ease}.contact-profile-actions>button svg{width:19px;height:19px}.contact-profile-actions>button:hover:not(:disabled)>span{background:#dfeaf3}.contact-profile-actions>button:focus-visible{border-radius:8px}.info-panel.contact-info-panel.info-open{padding-top:0}.contact-info-panel>.info-panel-header{position:sticky;top:0;z-index:4;flex-direction:row-reverse;justify-content:flex-end;gap:10px;min-height:58px;margin:0 -16px;padding:10px 14px;border-bottom:1px solid #e7ecf0;background:#fff}.contact-info-panel>.info-panel-header strong{color:#344454;font-size:13px;font-weight:600;text-transform:none;letter-spacing:0}.contact-info-panel .info-close{align-self:center;background:transparent;color:#627181}.info-hero-lead>.avatar-xlarge{width:76px;height:76px;font-size:1.25rem}.info-panel>.profile-link-tree{margin:0 0 22px;flex:none}.info-panel:not(.group-info-panel){padding-top:20px}.info-panel .info-close{display:grid}.profile-drawer .profile-hero{margin:0;min-width:0}.profile-cover-edit{display:block;width:100%;padding:0;border:0;position:relative}.profile-cover-edit .customized-cover{transition:filter .15s ease}.profile-cover-edit:hover .customized-cover{filter:brightness(.85)}.profile-cover-edit>span:last-child{position:absolute;right:14px;bottom:14px;width:34px;height:34px;display:grid;place-items:center;border:2px solid white;border-radius:50%;color:#fff;background:var(--blue-600);box-shadow:var(--shadow-sm)}.profile-cover-edit>span:last-child svg{width:16px;height:16px}.profile-cover-edit:hover>span:last-child{background:var(--blue-700)}.customization-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.customization-actions button,.inline-confirm button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 11px;background:#f0f4f6;color:#3d5b76;font-size:11px;border-radius:9px}.customization-actions button svg,.inline-confirm button svg{width:14px;height:14px}.settings-card .primary-button{min-height:40px;font-size:12px;margin:0;padding:10px 14px;background:var(--blue-600);color:#fff;border-radius:10px}.customization-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.customization-heading button{background:none;padding:6px;font-size:11px;color:var(--blue-700)}.link-editor-form{display:grid;gap:13px}.settings-card .link-active{display:flex;flex-direction:row;align-items:center;gap:9px;font-size:11px}.settings-card .link-active input{width:17px;height:17px;accent-color:var(--blue-600);padding:0}.editable-link-list{display:grid;gap:8px}.editable-link-list article{border:1px solid #e0e6ea;border-radius:12px;padding:12px;background:#fbfdfd}.editable-link-list article[draggable=true]{cursor:grab}.editable-link-list article:active{cursor:grabbing}.editable-link-heading{display:flex;align-items:center;gap:8px;min-width:0}.editable-link-heading>svg{width:15px;height:15px;color:var(--gray-400);flex:none}.editable-link-heading>span{display:grid;gap:5px;min-width:0}.editable-link-heading strong{font-size:12px;overflow-wrap:anywhere}.editable-link-heading small{font-size:10px;color:var(--gray-400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editable-link-actions{display:flex;justify-content:flex-end;gap:4px;margin-top:7px}.editable-link-actions button{display:grid;place-items:center;width:34px;height:32px;background:#fff;border:1px solid #e5e9ec;border-radius:7px;color:var(--gray-500)}.editable-link-actions svg{width:14px;height:14px}.profile-link-tree{display:grid;gap:10px;min-width:0}.profile-link-tree h3{display:flex;gap:7px;align-items:center;font-size:12px;color:#526170;margin:0 0 4px}.profile-link-tree svg{flex:none;width:15px;height:15px}.profile-link-tree a{display:flex;align-items:center;gap:10px;justify-content:space-between;min-height:48px;border:1px solid #cbd9e4;border-radius:12px;padding:12px 15px;color:#244059;background:linear-gradient(110deg,#f0f6fa,#fff);text-decoration:none;font-size:12px;font-weight:600;transition:transform .15s,border-color .15s}.profile-link-tree a:hover{transform:translateY(-1px);border-color:#6b95bb}.profile-link-tree a span{min-width:0;overflow-wrap:anywhere}.profile-link-tree>button,.links-editor>button{padding:10px;background:#edf3f7;color:#3b5c78;border-radius:9px;font-size:11px}.inline-confirm{border-color:#ebc6c6;gap:10px}.inline-confirm button:first-of-type{background:#fff0f0;color:#b44545}.settings-success{font-size:12px;line-height:1.5;color:#25844a;padding:10px 0}.settings-hint{color:var(--gray-500);font-size:11px;line-height:1.65}.settings-card .privacy-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:13px;padding:5px 0 12px;border-bottom:1px solid #edf0f1}.privacy-toggle>span{display:grid;gap:6px;min-width:0}.privacy-toggle strong{font-size:12px}.privacy-toggle small{font-size:11px;line-height:1.65;font-weight:400}.settings-card .privacy-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:38px;height:23px;min-width:38px;flex:0 0 38px;padding:0;border:0;border-radius:20px;background:#cbd1d5;position:relative;cursor:pointer}.privacy-toggle input:before{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0002;transition:transform .15s}.settings-card .privacy-toggle input:checked{background:#1d66af}.privacy-toggle input:checked:before{transform:translate(15px)}.privacy-toggle input:disabled{opacity:.45;cursor:default}.privacy-toggle input:focus-visible{outline:3px solid #9ac1dd;outline-offset:3px}.privacy-settings .link-button{display:inline-block;margin:10px 0 0;padding:0;border:0;background:none;color:#1d66af;font-size:11px;font-weight:700;text-align:left;cursor:pointer}.privacy-settings .link-button:hover:not(:disabled){text-decoration:underline}.privacy-settings .link-button:disabled{opacity:.5;cursor:default}.privacy-settings .link-button+.settings-hint{margin-top:8px}.invisible-card.is-active{background:#f4f1fb;border-color:#d4c9ef}.invisible-card.is-active h3{color:#6a4b9b}.settings-card select{width:100%;min-width:0;padding:11px;border:1px solid #dbdee2;border-radius:10px;background:#fff;color:var(--gray-800);font-size:13px}.blocked-group-list h4{font-size:12px;margin:0 0 10px}.blocked-group-list>div{display:flex;justify-content:space-between;gap:10px;font-size:12px;padding:10px 0;border-top:1px solid #edf0f1}.blocked-group-list span{min-width:0;overflow-wrap:anywhere}.blocked-group-list button{background:none;color:#346081;flex:none;font-size:10px}.invitation-inbox-button{display:flex;align-items:center;gap:9px;width:100%;border:1px solid #dce4eb;background:#f2f7fa;color:#4b6678;padding:10px 12px;border-radius:11px;font-size:12px;margin-top:12px}.invitation-inbox-button>svg{width:16px;height:16px}.invitation-inbox-button>span{flex:1;text-align:left}.invitation-inbox-button>b{display:grid;place-items:center;min-width:22px;height:22px;border-radius:20px;background:#2068a8;color:#fff;padding:0 5px;font-size:11px}.invitations-dialog{width:min(500px,100%);max-height:calc(100dvh - 40px);display:flex;flex-direction:column}.invitations-dialog>.group-helper{display:flex;align-items:flex-start;gap:7px;margin:0 0 15px}.invitations-dialog>.group-helper svg{flex:none;margin-top:3px}.invitation-list{overflow-y:auto;min-height:0;display:grid;gap:14px;scrollbar-width:thin}.invitation-card{padding:16px;background:#f9fbfc;border:1px solid #dfe7ec;border-radius:16px}.invitation-heading{display:flex;gap:11px;align-items:center}.invitation-heading>div{min-width:0}.invitation-heading h3{font:600 17px Outfit,sans-serif;margin:0 0 5px;overflow-wrap:anywhere}.invitation-heading small{font-size:11px;color:var(--gray-500);line-height:1.6;overflow-wrap:anywhere}.invitation-card p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.7;color:var(--gray-600)}.invitation-expiry{display:flex;align-items:center;gap:5px;color:var(--gray-400);font-size:10px;margin-top:12px}.invitation-expiry svg{width:12px;height:12px}.invitation-actions{display:flex;gap:8px;margin-top:15px}.invitation-actions button{flex:1;height:40px;border-radius:10px;font-size:12px;background:#edf0f2;color:#57646b}.invitation-actions .primary-button{margin:0;background:#1d66af;color:#fff}.invitation-actions svg{width:16px;height:16px}.invitation-block{margin:13px auto 0;display:block;background:none;color:#8c6872;font-size:10px;padding:7px}.invitations-empty{min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;text-align:center;color:#657a83}.invitations-empty>svg{width:34px;height:34px;color:#7da0b3;margin-bottom:8px}.invitations-empty p{font-size:12px;color:var(--gray-400)}.pending-invitations h3{display:flex;align-items:center;gap:6px}.pending-invitation-row{display:flex;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f2}.pending-invitation-row>.pending-invitation-copy{min-width:0;flex:1;display:grid;gap:4px}.pending-invitation-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.pending-invitation-row small{font-size:10px;color:var(--gray-400)}.pending-invitation-row button{flex:none;font-size:10px;background:#f5eeee;color:#986674;border-radius:8px;padding:8px}.pending-invitations details{margin-top:12px;font-size:11px;color:#6c7a81}.pending-invitations details p{font-size:10px;margin-top:5px}.message-meta .receipt-indicator{display:inline-flex;align-items:center;gap:4px;padding:2px;background:transparent;color:#ffffffc2;font-size:10px}.message-meta .receipt-indicator svg{width:16px;height:16px}.receipt-indicator small{font-size:9px}.is-read{color:#228bc0}.message-meta .receipt-indicator.is-read{color:#6fdcff}.receipt-dialog{width:min(450px,100%);max-height:calc(100dvh - 40px);overflow-y:auto}.receipt-dialog h2{font-size:21px}.receipt-encryption{display:flex;align-items:center;gap:10px;padding:12px;margin-top:10px;background:var(--blue-050);border-radius:12px;color:var(--blue-700)}.receipt-encryption svg{width:20px;height:20px;flex:none}.receipt-encryption span{display:grid;gap:2px}.receipt-encryption strong{font-size:12px}.receipt-encryption small{font-size:10px;color:#5d7084}.receipt-encryption.legacy{background:#f7f9fa;color:var(--gray-500)}.receipt-encryption.legacy strong{color:var(--gray-500)}.receipt-encryption.legacy small{color:var(--gray-400)}.receipt-totals{display:flex;gap:15px;padding:10px 0 15px;font-size:12px;color:#727c83}.receipt-totals span{display:flex;align-items:center;gap:5px}.receipt-totals svg{width:17px;height:17px}.receipt-people{display:grid;gap:10px}.receipt-people>div{display:flex;align-items:center;gap:10px;padding:12px;background:#f7f9fa;border-radius:12px}.receipt-people>div>span{display:grid;gap:5px;min-width:0}.receipt-people strong{font-size:12px;overflow-wrap:anywhere}.receipt-people small{font-size:10px;color:var(--gray-500)}.receipt-people small.is-read{color:#228bc0}@media(max-width:640px){.settings-tabs{margin-inline:14px;gap:1px}.settings-tabs button{flex-direction:column;font-size:10px;gap:5px;padding:9px 2px}.settings-tabs svg{width:16px;height:16px}.invitations-dialog{max-height:calc(100dvh - 24px);padding:20px}.invitations-dialog h2{font-size:22px}.invitation-card{padding:13px}.group-create-footer .primary-button{font-size:11px;padding-inline:9px}.customization-actions .primary-button{flex:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-rail.focused-nav{width:88px;flex-basis:88px;gap:25px}.focused-nav .nav-group{align-items:center;gap:7px}.focused-nav .nav-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:76px;height:59px;padding:7px 2px;color:var(--gray-600);border-radius:14px}.focused-nav .nav-item>span{font-size:10px;line-height:1.25;font-weight:600;white-space:nowrap}.focused-nav .nav-item>svg{width:21px;height:21px;stroke-width:1.8}.focused-nav .nav-item.active,.focused-nav .nav-item.is-open{color:var(--blue-700);background:#fff;box-shadow:var(--shadow-xs)}.focused-nav .nav-item.active:before{left:-6px;height:24px}.focused-nav .nav-item:hover{color:var(--blue-700);background:#ffffffb8}.focused-nav .nav-badge{top:3px;right:10px;height:18px;min-width:18px;padding:0 4px;font-size:9px}.nav-footer{display:flex;flex-direction:column;align-items:center;gap:16px}.nav-more-anchor{position:relative}.nav-more-popover{position:absolute;top:50%;transform:translateY(-50%);left:calc(100% + 12px);width:335px;max-height:calc(100vh - 16px);overflow-y:auto;overscroll-behavior:contain;padding:10px;border:1px solid var(--gray-100);border-radius:19px;background:#fff;box-shadow:0 16px 48px #203c5c24;text-align:left}.nav-more-popover:focus{outline:none}.nav-popover-heading{display:grid;gap:5px;padding:10px 11px 17px}.nav-popover-heading>strong{color:var(--gray-800);font:600 18px Outfit,sans-serif}.nav-popover-heading>small{color:var(--gray-500);font-size:11px}.nav-destination{display:flex;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-width:0;min-height:64px;padding:12px 10px;border-radius:12px;text-align:left;background:#fff;color:var(--gray-700)}.nav-destination:hover,.nav-more-row:hover{background:var(--blue-050)}.nav-destination>svg{flex:none;width:20px;height:20px;color:var(--blue-600)}.nav-destination>span{display:grid;flex:1;gap:5px;min-width:0}.nav-destination strong{font-size:12px;font-weight:600}.nav-destination small{font-size:10px;line-height:1.5;color:var(--gray-500)}.nav-destination .nav-chevron{width:15px;color:var(--gray-400)}.nav-more-row{display:flex;align-items:center;border-radius:12px}.nav-more-row .nav-destination{flex:1;background:transparent}.nav-pin-button{display:grid;place-items:center;flex:none;width:36px;height:36px;margin-right:4px;border-radius:9px;background:transparent;color:var(--gray-500)}.nav-pin-button:hover,.nav-pin-button[aria-pressed=true]{color:var(--blue-700);background:var(--blue-100)}.nav-pin-button svg{width:16px;height:16px}.nav-inline-badge{border-radius:8px;padding:4px 6px;background:var(--blue-050);color:var(--blue-700);font-size:11px}.nav-mobile-account{display:none}.focused-nav .profile-popover{left:54px;border-radius:17px}.settings-back{display:flex;justify-content:flex-start;align-items:center;gap:8px;align-self:flex-start;min-height:36px;padding:7px 0;margin-bottom:16px;color:var(--blue-700);background:transparent;text-align:left;font-size:12px}.settings-back svg{width:16px;height:16px;flex:none}.inbox-tools-button{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:10px;color:var(--blue-600);background:var(--blue-050)}.inbox-tools-button svg{width:18px;height:18px}@media(max-height:680px)and (min-width:641px){.nav-rail.focused-nav{gap:15px;padding-block:12px}.focused-nav .nav-group{gap:4px}.focused-nav .nav-item{height:48px}.nav-footer{gap:9px}}@media(max-width:640px){.nav-rail.focused-nav{width:100%;height:calc(64px + env(safe-area-inset-bottom));padding:5px 8px calc(5px + env(safe-area-inset-bottom));gap:0;background:#fffffffa;-webkit-backdrop-filter:none;backdrop-filter:none}.focused-nav .nav-group{justify-content:space-around;gap:2px}.focused-nav .nav-item{width:100%;min-width:0;height:52px;gap:4px;padding:5px 0;border-radius:12px}.focused-nav .nav-group>.nav-item,.focused-nav .nav-more-anchor{flex:1;min-width:0}.focused-nav .nav-group .nav-item:nth-child(3){display:flex}.focused-nav .nav-item>span{font-size:10px}.focused-nav .nav-item.active,.focused-nav .nav-item.is-open{background:var(--blue-050);box-shadow:none}.focused-nav .nav-badge{top:0;right:calc(50% - 25px)}.focused-nav .nav-footer{display:none}.nav-more-popover{position:fixed;z-index:1;top:auto;right:10px;bottom:calc(74px + env(safe-area-inset-bottom));left:10px;width:auto;height:auto;max-height:min(calc(100dvh - 96px - env(safe-area-inset-bottom)),calc(var(--app-viewport-height, 100dvh) - 96px - env(safe-area-inset-bottom)));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:none}.nav-mobile-account{display:grid;gap:3px;margin:8px 4px 0;padding-top:8px;border-top:1px solid var(--gray-100)}.nav-mobile-account>button{display:flex;justify-content:flex-start;align-items:center;gap:12px;min-height:42px;padding:10px 8px;border-radius:10px;background:none;color:var(--gray-700);text-align:left;font-size:12px}.nav-mobile-account>button:hover{background:var(--gray-50)}.nav-mobile-account svg{width:18px;height:18px}.nav-mobile-account .popover-check{margin-left:auto;color:var(--blue-600)}}@media(max-width:360px){.focused-nav .nav-item>span{font-size:9px}}@media(prefers-reduced-motion:reduce){.focused-nav .nav-item{transition:none}}html{--app-viewport-height: 100dvh;--app-viewport-pan: 0px;--app-mobile-nav-height: calc(64px + env(safe-area-inset-bottom)) }@media(hover:none),(pointer:coarse){.new-chat-button:hover,.input-bar>.send-button:hover{transform:none}}@media(max-width:640px){html,body,#root,.app-shell{width:100%;height:100vh;height:100dvh;min-height:0;max-height:100vh;max-height:100dvh;overflow:hidden}.nav-rail{height:var(--app-mobile-nav-height)}.main-panel{width:100%;height:calc(100vh - var(--app-mobile-nav-height));height:calc(100dvh - var(--app-mobile-nav-height));min-height:0;max-height:calc(100vh - var(--app-mobile-nav-height));max-height:calc(100dvh - var(--app-mobile-nav-height));margin:0 0 var(--app-mobile-nav-height)}.app-content{width:100%;height:0;min-height:0;flex:1 1 0;overflow:hidden}html.composer-keyboard-open .app-shell{position:fixed;top:var(--app-viewport-pan);right:0;bottom:auto;left:0;width:100%;height:var(--app-viewport-height);max-height:var(--app-viewport-height);overflow:hidden}html.composer-keyboard-open .nav-rail{display:none}html.composer-keyboard-open .main-panel{height:var(--app-viewport-height);max-height:var(--app-viewport-height);margin:0}html.composer-keyboard-open .composer{padding-bottom:10px}html.composer-keyboard-open .slash-popover{max-height:min(380px,calc(var(--app-viewport-height) - 132px))}html.composer-keyboard-open .toast{bottom:12px}}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;flex-direction:column;justify-content:space-between;padding:24px;background:radial-gradient(circle at center,#1b263b,#0d1b2a);color:#fff;animation:call-fade-in .25s cubic-bezier(.16,1,.3,1)}@keyframes call-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.call-overlay-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:900px;margin:0 auto;z-index:2}.call-header-pills{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.call-status-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);font-size:.8rem;font-weight:500}.relay-icon{color:#38bdf8}.dot-separator{opacity:.4}.call-timer{font-variant-numeric:tabular-nums;font-weight:600}.call-quality-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid rgba(255,255,255,.15);transition:all .2s ease}.call-quality-badge.quality-excellent{background:#22c55e2e;color:#4ade80;border-color:#22c55e59}.call-quality-badge.quality-good{background:#38bdf82e;color:#38bdf8;border-color:#38bdf859}.call-quality-badge.quality-fair{background:#eab3082e;color:#facc15;border-color:#eab30859}.call-quality-badge.quality-poor,.call-quality-badge.quality-emergency{background:#ef44442e;color:#f87171;border-color:#ef444459}.call-quality-badge.quality-connecting{background:#94a3b826;color:#cbd5e1;border-color:#94a3b840}.call-media-container{flex:1;display:flex;align-items:center;justify-content:center;position:relative;width:100%;max-width:960px;margin:16px auto}.call-video-stage{position:relative;width:100%;height:100%;max-height:75vh;border-radius:20px;overflow:hidden;background:#000;box-shadow:0 20px 40px #0006}.call-remote-video{width:100%;height:100%;object-fit:cover}.call-remote-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle at center,#1e293b,#090d16);color:#fff}.call-remote-placeholder-text{font-size:.95rem;color:var(--gray-400, #94a3b8);font-weight:500}.call-local-pip{position:absolute;top:16px;right:16px;width:160px;height:120px;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.25);box-shadow:0 10px 25px #00000080;background:#111;z-index:5}.call-local-video{width:100%;height:100%;object-fit:cover}.call-local-video.is-mirrored{transform:scaleX(-1)}.call-group-grid{width:100%;height:100%;max-height:75vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;gap:10px;align-content:center}.call-group-tile{position:relative;border-radius:16px;overflow:hidden;background:radial-gradient(circle at center,#1e293b,#090d16);aspect-ratio:4 / 3;box-shadow:0 10px 25px #00000059}.call-group-tile-video{width:100%;height:100%;object-fit:cover;display:block}.call-group-tile-video[hidden]{display:none}.call-group-tile-video.is-mirrored{transform:scaleX(-1)}.call-group-tile-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.call-group-tile-label{position:absolute;left:10px;bottom:8px;padding:3px 10px;border-radius:999px;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.72rem;font-weight:600;color:#fff;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-group-tile.is-local .call-group-tile-label{background:#2563eb8c}.call-group-voice-grid{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:28px;max-width:640px;margin-bottom:24px}.call-group-voice-item{display:flex;flex-direction:column;align-items:center;gap:10px;width:96px}.call-group-voice-item .call-avatar-pulse{margin-bottom:0}.call-group-voice-name{font-size:.78rem;font-weight:600;color:#ffffffd9;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.call-voice-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.call-avatar-pulse{position:relative;display:inline-flex;border-radius:50%;margin-bottom:24px}.call-avatar-pulse.is-connected:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(56,189,248,.22) 0%,rgba(56,189,248,.05) 55%,transparent 70%);animation:call-breathe 4s ease-in-out infinite}@keyframes call-breathe{0%,to{transform:scale(.96);opacity:.4}50%{transform:scale(1.15);opacity:.9}}.call-avatar-pulse.is-ringing:before,.call-avatar-pulse.is-ringing:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;pointer-events:none;box-shadow:0 0 #22c55e73;animation:call-ringing-wave 3.8s cubic-bezier(.2,.9,.3,1) infinite}.call-avatar-pulse.is-ringing:after{animation-delay:1.6s}@keyframes call-ringing-wave{0%{transform:scale(.96);box-shadow:0 0 #22c55e73;opacity:.85}50%{opacity:.35}to{transform:scale(1.4);box-shadow:0 0 0 28px #22c55e00;opacity:0}}.call-peer-name{font-size:1.6rem;font-weight:700;margin:0 0 6px;letter-spacing:-.02em}.call-peer-subtitle{font-size:.9rem;color:#ffffffa6;margin:0}.call-controls-bar{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 24px;border-radius:999px;background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);margin:0 auto;z-index:2}.call-control-btn{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;border:0;background:#ffffff1f;color:#fff;cursor:pointer;transition:all .15s ease}.call-control-btn:hover{background:#ffffff3d;transform:translateY(-2px)}.call-control-btn.is-active-off{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.35)}.call-control-btn.is-sharing{background:#2563eb40;color:#60a5fa;border:1px solid rgba(37,99,235,.4)}.call-control-btn.call-hangup-btn{background:#ef4444;color:#fff;width:56px;height:56px}.call-control-btn.call-hangup-btn:hover{background:#dc2626;transform:scale(1.05)}.incoming-call-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:grid;place-items:center;background:#0d1b2abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px;animation:call-fade-in .2s ease}.incoming-call-modal-card{width:100%;max-width:360px;padding:32px 24px;border-radius:24px;background:#1b263b;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;align-items:center;text-align:center}.incoming-call-avatar-wrap{position:relative;display:inline-flex;border-radius:50%;margin-bottom:18px}.incoming-call-pulse:before,.incoming-call-pulse:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;pointer-events:none;box-shadow:0 0 #22c55e73;animation:call-ringing-wave 3.8s cubic-bezier(.2,.9,.3,1) infinite}.incoming-call-pulse:after{animation-delay:1.6s}.incoming-caller-name{font-size:1.35rem;font-weight:700;margin:0 0 4px}.incoming-call-type{font-size:.85rem;color:#94a3b8;margin:0 0 28px}.incoming-call-actions{display:flex;gap:20px;width:100%;justify-content:center}.incoming-call-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;border-radius:16px;border:0;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .15s ease,filter .15s ease}.incoming-call-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.incoming-call-btn.btn-reject{background:#ef4444;color:#fff}.incoming-call-btn.btn-accept{background:#22c55e;color:#fff}.incoming-call-btn.btn-dismiss{background:#475569;color:#fff}.incoming-call-btn.btn-rejoin{background:#2563eb;color:#fff}.incoming-call-subtle-badge{position:fixed;top:20px;right:20px;z-index:990;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;min-width:280px;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--blue-100, #e2e8f0);box-shadow:0 10px 30px #0000001f;color:var(--gray-800, #1e293b);animation:subtle-slide-in .3s cubic-bezier(.16,1,.3,1)}@keyframes subtle-slide-in{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.subtle-badge-left{display:flex;align-items:center;gap:10px}.subtle-badge-text{display:flex;flex-direction:column}.subtle-badge-text strong{font-size:.84rem;line-height:1.2}.subtle-badge-text span{font-size:.72rem;color:var(--gray-500, #64748b)}.subtle-badge-actions{display:flex;align-items:center;gap:8px}.subtle-accept-btn,.subtle-reject-btn{width:34px;height:34px;border-radius:50%;border:0;display:grid;place-items:center;cursor:pointer;transition:transform .1s ease}.subtle-accept-btn{background:#22c55e;color:#fff}.subtle-reject-btn{background:#ef4444;color:#fff}.subtle-accept-btn:hover,.subtle-reject-btn:hover{transform:scale(1.08)}.group-call-active-banner{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:linear-gradient(90deg,#eff6ff,#dbeafe);border-bottom:1px solid #bfdbfe;color:#1e40af;z-index:4}.group-call-banner-info{display:flex;align-items:center;gap:10px}.group-call-pulse-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:group-dot-pulse 1.8s infinite}@keyframes group-dot-pulse{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.group-call-banner-icon{display:grid;place-items:center;color:#2563eb}.group-call-banner-text{display:flex;flex-direction:column}.group-call-banner-text strong{font-size:.82rem;line-height:1.2}.group-call-banner-text small{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#475569}.group-call-join-btn{padding:6px 14px;border-radius:999px;border:0;background:#2563eb;color:#fff;font-size:.76rem;font-weight:700;cursor:pointer;transition:background .15s ease,transform .1s ease}.group-call-join-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.system-message.is-call{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:#fff;border:1px solid var(--gray-200, #e2e8f0);box-shadow:0 1px 3px #0000000a;margin:8px auto;max-width:300px;width:fit-content}.call-summary-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;flex:none}.call-summary-icon.answered{background:#dcfce7;color:#16a34a}.call-summary-icon.missed{background:#fee2e2;color:#dc2626}.call-summary-icon.rejected{background:#f1f5f9;color:#64748b}.call-summary-icon.busy{background:#fef3c7;color:#d97706}.call-summary-icon.group_ended{background:#dbeafe;color:#2563eb}.call-summary-icon.group_empty{background:#f1f5f9;color:#64748b}.call-summary-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.system-message.is-call span{max-width:none;padding:0;border-radius:0;background:none;text-align:left}.call-summary-title{font-size:.8rem;font-weight:600;color:var(--gray-800, #1e293b);line-height:1.3}.call-summary-desc{font-size:.7rem;color:var(--gray-500, #64748b);line-height:1.3}.call-summary-callback-btn{border:0;background:none;color:var(--blue-600, #2563eb);cursor:pointer;padding:4px;border-radius:8px;display:grid;place-items:center;transition:background .15s ease}.call-summary-callback-btn:hover{background:var(--blue-050, #eff6ff)}@media(prefers-reduced-motion:reduce){.call-avatar-pulse:before,.call-avatar-pulse:after,.incoming-call-pulse:before,.incoming-call-pulse:after{animation:none!important;transform:none!important;box-shadow:0 0 0 4px #22c55e40!important;opacity:.8!important}}.tab-lock-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--blue-050, #eff6ff)}.tab-lock-card{width:min(360px,100%);display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:32px 28px;border-radius:24px;background:#fff;border:1px solid var(--gray-100, #f1f5f9);box-shadow:var(--shadow-md, 0 10px 30px rgba(0, 0, 0, .08));animation:dialog-in .22s ease}.tab-lock-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:10px;border-radius:50%;background:var(--blue-100, #dbeafe);color:var(--blue-700, #1d4ed8)}.tab-lock-card h2{margin:0;font-size:1.15rem;font-weight:700;color:var(--gray-800, #1e293b)}.tab-lock-card p{margin:0 0 14px;font-size:.88rem;color:var(--gray-500, #64748b);line-height:1.4}.tab-lock-button{padding:10px 24px;border:0;border-radius:999px;background:var(--blue-600, #2563eb);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s ease,transform .1s ease}.tab-lock-button:hover{background:var(--blue-700, #1d4ed8);transform:translateY(-1px)}
