:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.app-logo{font-weight:800;letter-spacing:-1.5px;text-transform:lowercase;line-height:1;font-family:inherit}.app-logo--sm{font-size:1rem}.app-logo--md{font-size:1.75rem}.app-logo--lg{font-size:2.2rem}.app-logo:not(.app-logo--light){color:var(--red)}.app-logo--light{color:#fff}.language-menu{position:relative;z-index:50}.language-trigger{min-width:142px;height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-700);font-family:inherit}.language-trigger span{font-size:17px}.language-trigger b{font-size:12px;font-weight:650;white-space:nowrap}.language-trigger i{margin-left:auto;font-style:normal;color:#909098}.language-menu.compact .language-trigger{min-width:112px;height:34px;border-color:#ffffff42;background:#ffffff2b;color:#fff}.language-menu.compact .language-trigger b{max-width:67px;overflow:hidden;text-overflow:ellipsis}.language-menu.compact .language-trigger i{color:#fff}.language-options{position:absolute;top:calc(100% + 7px);right:0;width:210px;max-height:min(370px,calc(100dvh - 90px));overflow-y:auto;padding:7px;border:1px solid #e0e0e4;border-radius:13px;background:#fff;box-shadow:0 18px 50px #00000038;color:#252529}.language-options button{width:100%;height:42px;display:flex;align-items:center;gap:10px;padding:0 11px;border-radius:9px;background:transparent;text-align:left}.language-options button:hover{background:#f5f5f6}.language-options button.selected{background:#fff0f1;color:var(--red)}.language-options span{font-size:18px}.language-options b{font-size:12px;font-weight:600}.language-options i{margin-left:auto;font-style:normal;font-size:12px}@media(max-width:520px){.language-menu:not(.compact) .language-trigger{min-width:auto}.language-menu:not(.compact) .language-trigger b{display:none}.language-options{width:190px}}.login-lang{position:absolute;top:20px;right:20px;z-index:10}.login-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);padding:20px;position:relative;overflow:hidden}.login-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%)}.login-card{background:var(--white);border-radius:20px;padding:40px 32px;width:100%;max-width:420px;box-shadow:0 25px 50px #00000040;position:relative;z-index:1;max-height:calc(100dvh - 40px);overflow-y:auto}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:block}.login-tagline{color:var(--gray-500);margin-top:4px;font-size:.95rem}.login-domain{display:inline-block;margin-top:8px;background:var(--red-light);color:var(--red);padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.login-form{display:flex;flex-direction:column;gap:8px}.login-form label{font-size:.85rem;font-weight:600;color:var(--gray-700);margin-top:8px}.login-form>input,.phone-field{padding:14px 16px;border:2px solid var(--gray-200);border-radius:var(--radius);font-size:1rem;transition:border-color .2s}.login-form>input:focus,.phone-field:focus-within{border-color:var(--red)}.phone-field{display:flex;align-items:center;background:var(--white)}.phone-field .PhoneInputCountry{padding-right:10px;margin-right:10px;border-right:1px solid var(--gray-200)}.phone-field .PhoneInputCountryIcon{width:28px;height:20px;border-radius:3px;box-shadow:0 0 0 1px #0000001a}.phone-field .PhoneInputInput{min-width:0;font-size:1rem;color:var(--gray-900)}.phone-help{margin-top:2px;color:var(--gray-500);font-size:.76rem;line-height:1.4}.btn-primary{margin-top:16px;padding:14px;background:var(--red);color:#fff;border-radius:var(--radius);font-size:1rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:var(--red-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-link{background:none;color:var(--red);font-size:.9rem;margin-top:8px;padding:8px}.login-error{margin-top:16px;padding:12px;background:var(--red-light);color:var(--red-dark);border-radius:var(--radius);font-size:.9rem;text-align:center}.login-features{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;padding-top:24px;border-top:1px solid var(--gray-200)}.feature{font-size:.8rem;color:var(--gray-500);display:flex;align-items:center;gap:6px}.login-platforms{text-align:center;margin-top:16px;font-size:.75rem;color:var(--gray-300)}@media(max-width:520px){.login-page{padding:max(72px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));align-items:flex-start}.login-lang{top:max(14px,env(safe-area-inset-top));right:14px}.login-card{padding:30px 22px;border-radius:18px;max-height:none}.login-header{margin-bottom:24px}.login-features{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.chat-list{flex:1;display:flex;flex-direction:column;overflow:hidden}.search-box{padding:12px 16px;border-bottom:1px solid var(--gray-100)}.search-box input{width:100%;padding:10px 16px;background:var(--gray-100);border-radius:24px;font-size:.9rem}.search-results{border-bottom:1px solid var(--gray-100);max-height:200px;overflow-y:auto}.search-hint{padding:12px 20px;color:var(--gray-500);font-size:.85rem}.conversations{flex:1;overflow-y:auto}.chat-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;text-align:left;transition:background .15s}.chat-item:hover{background:var(--gray-50)}.chat-item.active{background:var(--red-light)}.avatar{width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.chat-info{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:center}.chat-name{font-weight:600;font-size:.95rem;color:var(--gray-900)}.chat-time{font-size:.75rem;color:var(--gray-500)}.chat-preview{display:block;font-size:.85rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.empty-chats{padding:40px 20px;text-align:center;color:var(--gray-500);font-size:.9rem}.chat-window{display:flex;flex-direction:column;height:100%;background:var(--gray-50)}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--white);border-bottom:1px solid var(--gray-200)}.back-btn{background:none;font-size:1.3rem;color:var(--red);display:none}.chat-header-info{display:flex;align-items:center;gap:10px;flex:1}.avatar-sm{width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.header-name{font-weight:600;display:block}.typing-indicator{font-size:.75rem;color:var(--red);font-style:italic}.chat-actions{display:flex;gap:4px}.action-btn{background:var(--gray-100);width:40px;height:40px;border-radius:50%;font-size:1.1rem;transition:background .2s}.action-btn:hover{background:var(--red-light)}.messages-area{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:4px}.message{display:flex}.message.mine{justify-content:flex-end}.message.theirs{justify-content:flex-start}.message-bubble{max-width:70%;padding:8px 12px;border-radius:16px;position:relative;word-wrap:break-word}.message.mine .message-bubble{background:var(--red);color:#fff;border-bottom-right-radius:4px}.message.theirs .message-bubble{background:var(--white);color:var(--gray-900);border-bottom-left-radius:4px;box-shadow:var(--shadow)}.message-bubble p{margin:0;line-height:1.4}.msg-time{display:block;font-size:.65rem;opacity:.7;margin-top:4px;text-align:right}.msg-image{max-width:100%;border-radius:8px;margin-bottom:4px;cursor:pointer}.msg-file{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;padding:8px;background:#0000000d;border-radius:8px}.message.mine .msg-file{background:#ffffff26}.file-name{font-weight:600;font-size:.85rem}.file-size{font-size:.75rem;opacity:.7}.upload-bar{position:relative;height:24px;background:var(--gray-200);text-align:center;font-size:.75rem;line-height:24px;color:var(--gray-700)}.upload-progress{position:absolute;left:0;top:0;height:100%;background:var(--red-light);transition:width .3s}.chat-input-area{background:var(--white);border-top:1px solid var(--gray-200);padding:8px 12px;position:relative}.emoji-picker-wrap{position:absolute;bottom:60px;left:12px;z-index:10}.emoji-loading{width:280px;padding:24px;border-radius:var(--radius);background:#fff;color:var(--gray-500);box-shadow:var(--shadow);text-align:center}.input-row{display:flex;align-items:center;gap:8px}.input-btn{background:none;font-size:1.3rem;padding:4px}.msg-input{flex:1;padding:10px 16px;background:var(--gray-100);border-radius:24px;font-size:.95rem}.send-btn{width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.send-btn:hover{background:var(--red-dark)}.send-btn:disabled{opacity:.4}@media(max-width:768px){.mobile-only{display:block}}.stories-bar{border-bottom:1px solid var(--gray-100);padding:12px 0}.stories-scroll{display:flex;gap:12px;padding:0 16px;overflow-x:auto}.story-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;min-width:64px}.story-ring{width:56px;height:56px;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--red),#F97316)}.story-ring.add{background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--red)}.story-ring.own{background:var(--gray-300)}.story-avatar{width:100%;height:100%;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid white}.story-label{font-size:.7rem;color:var(--gray-700);max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-post-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500}.story-post-card{background:#fff;border-radius:16px;padding:24px;width:90%;max-width:360px;text-align:center}.story-post-card h3{color:var(--red);margin-bottom:4px}.story-post-hint{color:var(--gray-500);font-size:.85rem;margin-bottom:16px}.duration-picker{display:flex;gap:8px;justify-content:center;margin-bottom:16px}.duration-btn{padding:8px 20px;border-radius:20px;background:var(--gray-100);color:var(--gray-700);font-weight:600;font-size:.9rem}.duration-btn.active{background:var(--red);color:#fff}.story-caption-input{width:100%;padding:10px 14px;border:2px solid var(--gray-200);border-radius:var(--radius);margin-bottom:12px;font-size:.9rem}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center}.call-container{text-align:center;color:#fff;width:100%;max-width:600px;padding:20px;position:relative}.remote-video{width:100%;max-height:60vh;border-radius:12px;background:#000}.local-video{position:absolute;top:20px;right:20px;width:120px;height:90px;border-radius:8px;object-fit:cover;border:2px solid var(--red)}.call-avatar-lg{width:120px;height:120px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 20px}.call-name{font-size:1.5rem;margin-bottom:8px}.call-status{opacity:.7;margin-bottom:40px}.call-controls{display:flex;justify-content:center;gap:20px}.call-btn{width:60px;height:60px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.call-btn:hover{transform:scale(1.1)}.call-btn.accept{background:#22c55e;color:#fff}.call-btn.reject{background:var(--red);color:#fff}.call-btn.active{background:var(--gray-700)}.call-btn:not(.accept):not(.reject):not(.active){background:#fff3;color:#fff}.story-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:900;display:flex;flex-direction:column}.story-progress-bars{display:flex;gap:4px;padding:12px 12px 0;position:absolute;top:0;left:0;right:0;z-index:2}.progress-bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#fff;transition:width .05s linear}.story-header{display:flex;justify-content:space-between;align-items:center;padding:24px 16px 12px;position:relative;z-index:2;color:#fff}.story-user{display:flex;align-items:center;gap:8px;font-weight:600}.story-avatar-sm{width:32px;height:32px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;font-size:.85rem}.story-expiry{font-size:.75rem;opacity:.7;font-weight:400}.story-close{background:none;color:#fff;font-size:1.2rem;padding:8px}.story-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.story-media{max-width:100%;max-height:80vh;object-fit:contain}.story-tap-left,.story-tap-right{position:absolute;top:0;bottom:0;width:30%;z-index:1}.story-tap-left{left:0}.story-tap-right{right:0}.story-caption{position:absolute;bottom:40px;left:16px;right:16px;color:#fff;text-align:center;font-size:.95rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#08080bad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:22px}.settings-shell{width:min(1040px,100%);height:min(760px,calc(100dvh - 44px));display:grid;grid-template-columns:340px 1fr;background:#f7f7f8;border-radius:22px;overflow:hidden;box-shadow:0 35px 100px #00000061}.settings-nav{background:#fff;border-right:1px solid #e8e8eb;display:flex;flex-direction:column;min-height:0}.settings-nav-head{display:flex;align-items:center;gap:11px;padding:19px 20px;border-bottom:1px solid #eee}.settings-cf{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--red);color:#fff;font-size:12px;font-weight:800}.settings-nav-head>div{display:flex;flex-direction:column}.settings-nav-head b{font-size:15px}.settings-nav-head small,.settings-user small{color:#92929a;font-size:11px}.settings-nav-head>button{margin-left:auto;background:#f1f1f3;width:32px;height:32px;border-radius:9px;font-size:20px}.settings-user{display:flex;align-items:center;gap:12px;margin:14px 14px 8px;padding:13px;background:#f7f7f8;border-radius:13px}.settings-user>div{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#17171b;color:#fff;font-weight:700}.settings-user>span{display:flex;flex-direction:column;min-width:0}.settings-user b,.settings-user small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-nav nav{padding:5px 10px 10px;overflow-y:auto}.settings-nav nav button{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border-radius:11px;background:transparent;text-align:left;color:#3a3a40}.settings-nav nav button:hover{background:#f5f5f6}.settings-nav nav button.active{background:#fff0f1;color:var(--red)}.settings-nav nav i{font-style:normal;width:27px;text-align:center;font-size:18px}.settings-nav nav span{display:flex;flex:1;flex-direction:column}.settings-nav nav b{font-size:13px}.settings-nav nav small{font-size:10px;color:#8c8c94}.settings-nav nav em{font-style:normal;color:#aaa}.settings-logout{margin:auto 18px 18px;padding:12px;background:transparent;color:var(--red);text-align:left;font-weight:650}.settings-logout span{margin-left:13px}.settings-content{padding:50px 58px;overflow-y:auto;position:relative}.settings-mobile-close{display:none}.settings-title{display:flex;gap:18px;align-items:center;margin-bottom:34px}.settings-title>span{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#fff0f1;color:var(--red);font-size:24px}.settings-title h2{font-size:29px;letter-spacing:-.04em}.settings-title p{font-size:13px;color:#7c7c84}.settings-card{background:#fff;border:1px solid #e6e6e9;border-radius:16px;margin-bottom:17px;overflow:hidden;box-shadow:0 5px 25px #00000006}.setting-row,.setting-toggle{min-height:72px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #ededf0}.settings-card>:last-child{border-bottom:0}.setting-row>span,.setting-toggle>span{display:flex;flex-direction:column}.setting-row b,.setting-toggle b{font-size:13px}.setting-row small,.setting-toggle small{font-size:11px;color:#8a8a92;margin-top:3px}.setting-row em{font-style:normal;font-size:10px;font-weight:700;color:#16864b;background:#e8f8ef;padding:5px 8px;border-radius:20px}.setting-toggle{position:relative;cursor:pointer}.setting-toggle input{position:absolute;opacity:0}.setting-toggle i{width:43px;height:25px;border-radius:20px;background:#d6d6da;position:relative;transition:.2s;flex-shrink:0}.setting-toggle i:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000040;transition:.2s}.setting-toggle input:checked+i{background:var(--red)}.setting-toggle input:checked+i:after{transform:translate(18px)}.form-card{padding:22px}.form-card label{display:flex;flex-direction:column;font-size:12px;font-weight:650;gap:7px;margin-bottom:15px}.form-card input{border:1px solid #dbdbe0;border-radius:10px;padding:12px 13px;background:#fafafa}.settings-primary,.soft-button,.danger-button{padding:11px 16px;border-radius:10px;font-weight:700;font-size:12px}.settings-primary{background:var(--red);color:#fff}.soft-button{background:#ededf0;color:#222}.danger-button{background:#fff0f1;color:var(--red);border:1px solid #ffd5d9}.profile-preview{display:flex;align-items:center;gap:15px;margin-bottom:18px}.profile-avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#151519;color:#fff;font-size:22px;font-weight:800;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-preview>div:last-child{display:flex;flex-direction:column}.profile-preview span{font-size:12px;color:#888}.settings-info{display:flex;flex-direction:column;padding:18px;color:#888;font-size:11px}.settings-info b{color:#333;font-size:13px}.card-copy,.empty-note{font-size:12px;color:#818189;margin:5px 0 16px}.pin-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.inline-buttons{display:flex;gap:9px;align-items:center;margin-top:16px;flex-wrap:wrap}.text-danger{background:none;color:var(--red);font-size:11px}.contacts-card{padding:20px}.contacts-card h3,.form-card h3{font-size:15px}.contact-setting{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #eee}.contact-setting:last-child{border:0}.mini-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#202025;color:#fff;font-size:11px}.contact-setting>span{display:flex;flex:1;flex-direction:column}.contact-setting b{font-size:12px}.contact-setting small{font-size:10px;color:#888}.contact-setting button{padding:7px 10px;border-radius:8px;background:#fff0f1;color:var(--red);font-size:10px;font-weight:700}.contact-setting button.unblock{background:#ededf0;color:#444}.permission-note{padding:15px;border-radius:12px;background:#fff8e8;color:#75551b;font-size:11px}.link-card a{display:flex;justify-content:space-between;padding:18px;text-decoration:none;border-bottom:1px solid #eee;font-size:13px}.link-card a:last-child{border:0}.settings-message{position:sticky;bottom:0;margin-top:18px;padding:12px 15px;border-radius:11px;background:#17171b;color:#fff;font-size:12px;box-shadow:0 8px 25px #0003}@media(max-width:760px){.settings-overlay{padding:0}.settings-shell{height:100dvh;border-radius:0;grid-template-columns:1fr}.settings-nav{display:flex}.settings-content{display:none;padding:25px 20px}.settings-shell.mobile-content-open .settings-nav{display:none}.settings-shell.mobile-content-open .settings-content{display:block}.settings-mobile-close{display:block;background:none;color:var(--red);font-weight:700;margin-bottom:24px}.settings-title{margin-bottom:25px}.settings-content{padding-top:max(24px,env(safe-area-inset-top))}.pin-grid{grid-template-columns:1fr}}.call-hub-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3100;display:grid;place-items:center;padding:20px;background:#08080ba6;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.call-hub{width:min(620px,100%);max-height:min(760px,calc(100dvh - 40px));overflow-y:auto;border-radius:22px;background:#faf9f8;box-shadow:0 35px 100px #0006}.call-hub>header{height:70px;position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:13px;padding:0 20px;border-bottom:1px solid #e9e7e5;background:#faf9f8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.call-hub>header>button{width:36px;height:36px;border-radius:10px;background:#eeecea;font-size:19px}.call-hub>header>div{display:flex;flex-direction:column}.call-hub>header b{font-size:15px}.call-hub>header small{font-size:10px;color:#8b8988}.call-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:35px}.call-actions-grid>button{min-height:170px;border:1px solid #e6e3e1;border-radius:17px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s}.call-actions-grid>button:hover{transform:translateY(-2px);border-color:#ffb4bb;box-shadow:0 12px 30px #0000000f}.call-actions-grid>button>span{width:67px;height:67px;position:relative;display:grid;place-items:center;border-radius:18px;background:#f1efed;color:#555;font-size:24px;margin-bottom:15px}.call-actions-grid>button>span i{font-size:12px;font-style:normal;position:absolute;right:17px;top:19px}.call-actions-grid b{font-size:13px}.call-actions-grid small{font-size:10px;color:#8b8988;margin-top:4px}.invite-banner{width:calc(100% - 70px);margin:0 35px 30px;padding:17px;display:flex;align-items:center;gap:13px;text-align:left;border-radius:14px;background:#17171b;color:#fff}.invite-banner>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--red)}.invite-banner>div{display:flex;flex:1;flex-direction:column}.invite-banner b{font-size:12px}.invite-banner small{font-size:9px;color:#aaa}.invite-banner i{font-style:normal}.call-view{padding:28px 35px 35px}.call-view>p{color:#747477;font-size:12px;margin-bottom:18px}.call-contact-list{max-height:330px;overflow-y:auto;border:1px solid #e5e3e1;border-radius:14px;background:#fff}.call-contact-list>button{width:100%;display:flex;align-items:center;gap:11px;padding:12px 14px;background:#fff;border-bottom:1px solid #efedeb;text-align:left}.call-contact-list>button:last-child{border:0}.call-contact-list>button.selected{background:#fff0f1}.call-contact-list>button>span,.upcoming>div>span{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#19191d;color:#fff;font-size:11px;font-weight:700}.call-contact-list>button>div{display:flex;flex:1;flex-direction:column}.call-contact-list b{font-size:12px}.call-contact-list small{font-size:10px;color:#888}.call-contact-list i{font-style:normal;color:#aaa}.call-empty{text-align:center;padding:35px 15px;color:#999;font-size:11px}.call-type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.call-type-buttons button,.call-primary{padding:13px;border-radius:11px;background:var(--red);color:#fff;font-size:12px;font-weight:700}.call-type-buttons button:first-child{background:#17171b}.call-search{width:100%;margin-bottom:14px;padding:13px;border:1px solid #dcd9d7;border-radius:11px;background:#fff}.call-primary{width:100%;margin-top:15px}.upcoming{padding:0 35px 35px}.upcoming h3{font-size:13px;margin-bottom:10px}.upcoming>div{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #e5e3e1}.upcoming p{display:flex;flex:1;flex-direction:column}.upcoming b{font-size:11px}.upcoming small{font-size:9px;color:#888}.upcoming button{padding:6px 9px;border-radius:7px;background:#17171b;color:#fff;font-size:9px}.upcoming button.remove{background:transparent;color:#999;font-size:15px}.invite-view{text-align:center}.invite-mark{width:80px;height:80px;margin:25px auto 20px;display:grid;place-items:center;border-radius:22px;background:var(--red);color:#fff;font-size:24px;font-weight:800}.invite-view h2{font-size:28px}.invite-view>p{max-width:330px;margin:8px auto 22px}.invite-view a,.copy-button{display:block;width:100%;margin-top:10px;padding:12px;border:1px solid #dedbd9;border-radius:11px;background:#fff;color:#222;text-decoration:none;font-size:11px}.call-notice{position:sticky;bottom:10px;margin:10px 35px;padding:11px 13px;border-radius:10px;background:#17171b;color:#fff;text-align:center;font-size:11px}@media(max-width:560px){.call-hub-overlay{padding:0}.call-hub{height:100dvh;max-height:none;border-radius:0}.call-actions-grid{padding:22px;gap:10px}.call-actions-grid>button{min-height:145px}.invite-banner{width:calc(100% - 44px);margin:0 22px 25px}.call-view{padding:22px}.upcoming{padding:0 22px 25px}}.main-app{display:flex;height:100dvh;background:var(--white);position:relative}.connection-banner{position:fixed;z-index:2000;top:10px;left:50%;transform:translate(-50%);max-width:calc(100% - 24px);padding:9px 16px;border-radius:999px;background:#111827;color:#fff;box-shadow:var(--shadow);font-size:.82rem;text-align:center}.sidebar{width:380px;min-width:380px;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;background:var(--white)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--red);color:#fff}.brand{display:flex;flex-direction:column}.brand-name{display:block}.brand-domain{font-size:.7rem;opacity:.8}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{background:#fff3;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.icon-btn:hover{background:#ffffff4d}.settings-button{font-size:1.08rem}.app-lock{min-height:100dvh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 20% 10%,rgba(220,38,38,.24),transparent 35%),#0b0b0e}.lock-card{width:min(390px,100%);padding:38px;border:1px solid #2b2b31;border-radius:22px;background:#17171b;color:#fff;text-align:center;box-shadow:0 30px 90px #00000073}.lock-logo{width:62px;height:62px;margin:0 auto 22px;display:grid;place-items:center;border-radius:17px;background:var(--red);font-weight:800}.lock-card h2{font-size:21px}.lock-card p{color:#9999a2;font-size:12px;margin:8px 0 22px}.lock-card form{display:flex;flex-direction:column;gap:10px}.lock-card input{width:100%;padding:15px;border:1px solid #393940;border-radius:11px;background:#202025;color:#fff;text-align:center;letter-spacing:.55em;font-size:18px}.lock-card form button{padding:13px;border-radius:11px;background:var(--red);color:#fff;font-weight:700}.lock-error{display:block;margin-top:12px;color:#ff8d98;font-size:11px}.lock-logout{margin-top:18px;background:none;color:#9999a2;font-size:11px}.compact-chats .chat-item{padding-top:7px;padding-bottom:7px}.compact-chats .chat-item .avatar{width:40px;height:40px;font-size:.95rem}.chat-area{flex:1;display:flex;flex-direction:column;min-width:0}.chat-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gray-500);background:var(--gray-50)}.placeholder-icon{font-size:4rem;margin-bottom:16px}.chat-placeholder h2{color:var(--red);font-size:1.5rem;margin-bottom:8px}.placeholder-features{display:flex;gap:16px;margin-top:24px;font-size:.85rem}.placeholder-features span{background:var(--red-light);color:var(--red);padding:6px 14px;border-radius:20px}@media(max-width:768px){.sidebar{width:100%;min-width:100%}.hidden-mobile{display:none!important}.sidebar-header{padding-top:max(16px,env(safe-area-inset-top))}.placeholder-features{flex-direction:column;align-items:center}}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);color:#fff}.logo-pulse{font-size:2.5rem;font-weight:800;letter-spacing:-1px;animation:pulse 1.5s ease-in-out infinite}.loading-screen p{margin-top:8px;opacity:.8;font-size:.9rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.98)}}:root{--red: #DC2626;--red-dark: #B91C1C;--red-light: #FEE2E2;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--shadow: 0 4px 6px -1px rgba(0,0,0,.1);--radius: 12px;color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;overflow:hidden;height:100dvh}#root{height:100dvh}button{cursor:pointer;border:none;font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(220,38,38,.28);outline-offset:2px}button:disabled{cursor:not-allowed}input,textarea{font-family:inherit;border:none;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}
