:root{--app-bg: #f5f5f5;--header-glass: rgba(245, 245, 245, .95);--card-bg: #ffffff;--text-primary: #000000;--text-secondary: #8e8e93;--border-color: rgba(0, 0, 0, .05)}:root[data-color=pink]{--app-bg: #fff0f5;--header-glass: rgba(255, 240, 245, .95)}:root[data-color=yellow]{--app-bg: #fffbe6;--header-glass: rgba(255, 251, 230, .95)}:root[data-color=blue]{--app-bg: #e6f7ff;--header-glass: rgba(230, 247, 255, .95)}:root[data-theme=dark]{--app-bg: #000000;--header-glass: rgba(20, 20, 20, .95);--card-bg: #1c1c1e;--text-primary: #ffffff;--text-secondary: #8e8e93;--border-color: #222222}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--app-bg);color:var(--text-primary);overscroll-behavior-y:none;transition:background-color .3s ease}.contacts-container,.contact-list-panel,.contact-scroll-area{background-color:var(--app-bg)!important}.contact-item,.friend-item,.group-item,.new-friend-item,.function-item{background-color:transparent!important;border-bottom:1px solid var(--border-color)!important}.contact-name,.friend-name,.group-name,.f-name{color:var(--text-primary)!important}:root[data-theme=dark] .section-title,:root[data-theme=dark] .contact-title,:root[data-theme=dark] .group-title{background-color:#111!important;color:#888!important;border-top:1px solid #222222!important;border-bottom:1px solid #222222!important}:root[data-theme=dark] *{border-color:#222}.shake-anim{animation:window-shake .6s cubic-bezier(.36,.07,.19,.97) both;transform-origin:center center}@keyframes window-shake{10%,90%{transform:translate3d(-5px,0,0) rotate(-1deg)}20%,80%{transform:translate3d(7px,0,0) rotate(1deg)}30%,50%,70%{transform:translate3d(-10px,0,0) rotate(-2deg)}40%,60%{transform:translate3d(10px,0,0) rotate(2deg)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#app,.app-root-container{width:100vw!important;height:100vh!important;max-width:100vw!important;min-width:100vw!important;overflow:hidden!important;background-color:#e6e8ec;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}input,textarea,select{font-size:16px!important}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.is-mac,html.is-mac body,html.is-mac #app,html.is-mac .app-root-container{width:100vw!important;height:100vh!important;max-width:100vw!important;min-width:100vw!important;margin:0!important;padding:0!important;overflow:hidden!important;background-color:#e4e6eb!important}:root[data-theme=dark] html.is-mac,:root[data-theme=dark] html.is-mac body,:root[data-theme=dark] html.is-mac #app,:root[data-theme=dark] html.is-mac .app-root-container{background-color:#121214!important}html.is-mac .app-wrapper,html.is-mac .layout-container{width:100vw!important;height:100vh!important;margin:0!important;border-radius:0!important;border:none!important;box-shadow:none!important;padding:0!important;background:#e4e6eb!important}:root[data-theme=dark] html.is-mac .app-wrapper,:root[data-theme=dark] html.is-mac .layout-container{background:#121214!important}html.is-mac .sidebar.desktop-only{width:68px!important;min-width:68px!important;max-width:68px!important;padding-top:50px!important;background:#eff0f3!important;border-right:1px solid rgba(0,0,0,.08)!important;-webkit-app-region:drag;box-sizing:border-box}:root[data-theme=dark] html.is-mac .sidebar.desktop-only{background:#1a1a1c!important;border-right:1px solid rgba(255,255,255,.08)!important}html.is-mac .sidebar.desktop-only .avatar,html.is-mac .sidebar.desktop-only .nav-icons,html.is-mac .sidebar.desktop-only .bottom-icons,html.is-mac .sidebar.desktop-only .icon{-webkit-app-region:no-drag!important}html.is-mac .main-content-track{width:calc(100vw - 68px)!important;height:100vh!important;padding:8px!important;box-sizing:border-box;background:transparent!important}html.is-mac .track-pane.pc-active{display:flex!important;gap:8px!important;height:calc(100vh - 16px)!important;width:100%!important}html.is-mac .chat-list-panel{width:320px!important;min-width:320px!important;height:100%!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.07)!important;background:#f7f8fa!important;box-shadow:0 4px 16px #0000000a!important;overflow:hidden!important;box-sizing:border-box}:root[data-theme=dark] html.is-mac .chat-list-panel{background:#1e1e22!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 4px 16px #00000040!important}html.is-mac .list-header-wrapper{-webkit-app-region:drag;padding-top:12px!important;background:transparent!important}html.is-mac .list-header-wrapper input{-webkit-app-region:no-drag!important;background:#fff!important}html.is-mac .desktop-only-chat{flex:1!important;height:100%!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.07)!important;background:#f2f3f6!important;box-shadow:0 4px 16px #0000000a!important;overflow:hidden!important;box-sizing:border-box;position:relative!important}:root[data-theme=dark] html.is-mac .desktop-only-chat{background:#18181a!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 4px 16px #00000040!important}html.is-mac .desktop-only-chat .chat-main-panel,html.is-mac .desktop-only-chat .message-list{background-color:#f2f3f6!important}:root[data-theme=dark] html.is-mac .desktop-only-chat .chat-main-panel,:root[data-theme=dark] html.is-mac .desktop-only-chat .message-list{background-color:#18181a!important}html.is-mac .tg-header-container{-webkit-app-region:no-drag!important;pointer-events:none}html.is-mac .classic-header-container{-webkit-app-region:no-drag!important}html.is-mac .header-drag-area,html.is-mac .header-flex-spacer{-webkit-app-region:drag!important;height:26px!important;pointer-events:auto!important}html.is-mac .header-left-btn,html.is-mac .header-circle-btn,html.is-mac .tg-right-capsule,html.is-mac .header-center-info,html.is-mac .chat-action-btn,html.is-mac .header-title-pill,html.is-mac .dynamic-island-wrapper,html.is-mac .dynamic-island,html.is-mac .bounce-active,html.is-mac button,html.is-mac a,html.is-mac input{-webkit-app-region:no-drag!important;cursor:pointer!important;pointer-events:auto!important;position:relative;z-index:300005!important}html.is-mac .my-profile-desktop-card{border-radius:12px!important;border:1px solid rgba(0,0,0,.07)!important;box-shadow:0 4px 16px #0000000a!important;overflow:hidden!important;background:#f2f3f6!important}@media(min-width:769px){.global-profile-overlay,html.is-mac .global-profile-overlay{position:absolute!important;inset:8px 8px 8px 404px!important;width:auto!important;height:auto!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.07)!important;box-shadow:0 4px 16px #0000000a!important;overflow:hidden!important;background:#f2f3f6!important;z-index:100!important}}@media(min-width:769px){.sliding-overlay,html.is-mac .sliding-overlay{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:12px!important;border:none!important;box-shadow:none!important;overflow:hidden!important;z-index:1000!important}}:root[data-theme=dark] .sliding-overlay,:root[data-theme=dark] html.is-mac .sliding-overlay{background:#18181a!important}.scroll-list-area::-webkit-scrollbar,.message-list::-webkit-scrollbar,.contact-scroll-area::-webkit-scrollbar,.detail-scroll-body::-webkit-scrollbar,.tg-scroll-body::-webkit-scrollbar,.overlay-scroll-area::-webkit-scrollbar,*::-webkit-scrollbar{width:4px!important;height:4px!important}*::-webkit-scrollbar-track{background:transparent!important}*::-webkit-scrollbar-thumb{background:#00000029!important;border-radius:4px!important;transition:background .2s ease!important}*::-webkit-scrollbar-thumb:hover{background:#00000059!important}:root[data-theme=dark] *::-webkit-scrollbar-thumb{background:#fff3!important}:root[data-theme=dark] *::-webkit-scrollbar-thumb:hover{background:#ffffff6b!important}
