*{box-sizing:border-box}[hidden]{display:none!important}body{color:#1f2937;background:#f4f8ff;min-width:320px;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden}body[data-theme=dark]{color:#e2e8f0;background:#0f172a}.app{grid-template-columns:500px 1fr;height:100vh;display:grid;position:relative;overflow:hidden}.login-drag-region{z-index:5;height:34px;position:absolute;top:0;left:0;right:96px}.home-page{background:#f6f8fb;grid-template-columns:132px 1fr;width:100vw;height:100vh;display:grid;position:relative}.home-drag-region{z-index:5;height:36px;position:absolute;top:0;left:0;right:0}.home-sidebar{background:linear-gradient(#dbeafef2 0%,#eff6ffb8 42%,#f6f8fb40 100%);border-right:1px solid #e5edf6;flex-direction:column;align-items:stretch;gap:10px;height:100vh;padding:44px 14px 18px;display:flex}.sidebar-brand{color:#0f172a;align-items:center;gap:8px;margin-bottom:16px;padding:0 2px;font-size:15px;font-weight:700;display:flex}.sidebar-brand img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex:none;width:28px;height:28px}.sidebar-item{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:42px;padding:0 10px;font-size:13px;display:inline-flex}.sidebar-item:hover,.sidebar-item.is-active{color:#1677ff;background:0 0}.sidebar-item svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.sidebar-more{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin:auto 0 0;display:inline-flex;position:relative}.sidebar-more:hover{color:#1677ff}.sidebar-more svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.notification-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.home-main{width:100%;height:100%;padding:30px 34px 0 0;position:relative}.home-main.is-calendar-page{padding:0}.home-topbar{z-index:10;justify-content:flex-end;align-items:center;gap:16px;display:flex;position:absolute;top:26px;right:34px}.home-main.is-calendar-page .home-topbar{display:none}.home-content{--home-search-row-height:52px;grid-template-columns:300px 560px 1fr;gap:0;height:100%;display:grid}.app-page{display:none}.app-page.is-active{display:grid}.home-list-panel{background:#f7faff;flex-direction:column;min-height:0;display:flex}.home-search{background:#fff;border:1px solid #dbe7f3;border-radius:10px;align-items:center;gap:8px;height:38px;margin:0 12px;padding:0 12px;display:flex}.home-search svg{fill:none;stroke:#94a3b8;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.home-search input{color:#0f172a;background:0 0;border:0;outline:none;width:100%;font-size:13px}.home-search input::placeholder{color:#94a3b8}.search-shortcut{color:#94a3b8;background:#f8fafc;border:1px solid #dbe7f3;border-radius:6px;flex:none;padding:2px 6px;font-size:11px;line-height:1.4}.conversation-panel{background:#fff;border:1px solid #eef3f8;border-radius:0;flex:1;margin-top:14px;padding:14px}.conversation-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.conversation-type{color:#0f172a;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:15px;font-weight:700;display:inline-flex}.conversation-type-menu{position:relative}.conversation-type-dropdown{z-index:20;opacity:0;pointer-events:none;background:#fff;border:1px solid #94a3b82e;border-radius:12px;min-width:82px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;top:34px;left:0;transform:translateY(-4px);box-shadow:0 14px 34px #0f172a1f}.conversation-type-menu.is-open .conversation-type-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.conversation-type-dropdown button{color:#334155;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;height:32px;font-size:13px}.conversation-type-dropdown button:hover{color:#1677ff;background:#2563eb14}.conversation-type svg,.conversation-add svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.conversation-add{color:#1677ff;cursor:pointer;background:#fff;border:1px solid #dbe7f3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.conversation-add:hover{background:#f8fbff;border-color:#1677ff}.conversation-filters{border-bottom:1px solid #e5edf6;align-items:center;gap:26px;display:flex}.conversation-filters button{color:#64748b;cursor:pointer;background:0 0;border:0;height:28px;padding:0;font-size:12px;position:relative}.conversation-filters button:hover,.conversation-filters button.is-active{color:#1677ff;background:0 0}.conversation-filters button.is-active:after{content:"";background:#1677ff;border-radius:999px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.home-workspace{min-width:0;height:100%;padding-top:var(--home-search-row-height)}.chat-window{height:calc(100% - var(--home-search-row-height));background:#f8fafc;border-left:1px solid #eef3f8;border-right:1px solid #eef3f8;flex-direction:column;display:flex;position:relative}.calendar-page{grid-template-rows:auto 1fr;gap:16px;height:100%;padding:24px 28px}.calendar-header{justify-content:space-between;align-items:center;display:flex}.calendar-kicker{color:#1677ff;margin:0 0 5px;font-size:12px;font-weight:700}.calendar-header h1{color:#0f172a;margin:0;font-size:26px;line-height:1.2}.calendar-actions{align-items:center;gap:8px;display:flex}.calendar-actions button,.calendar-view-tabs button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe7f3;border-radius:9px;height:32px;padding:0 12px;font-size:13px}.calendar-actions button:hover,.calendar-view-tabs button:hover,.calendar-view-tabs button.is-active{color:#1677ff;background:#f4f9ff;border-color:#b8d8ff}.calendar-actions .calendar-add{color:#fff;background:#1677ff;border-color:#1677ff}.calendar-layout{grid-template-columns:250px minmax(520px,1fr) 240px;gap:16px;min-height:0;display:grid}.calendar-side,.calendar-board,.almanac-panel{background:#fff;border:1px solid #e5edf6;min-height:0}.calendar-side{flex-direction:column;display:flex}.mini-calendar,.calendar-types{padding:18px}.mini-calendar{border-bottom:1px solid #eef3f8}.mini-calendar-title{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.mini-calendar-title strong{color:#0f172a;font-size:16px}.mini-calendar-title span{color:#94a3b8;font-size:12px}.mini-weekdays,.mini-days{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.mini-weekdays{color:#94a3b8;text-align:center;margin-bottom:8px;font-size:11px}.mini-days button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-self:center;width:24px;height:24px;font-size:12px}.mini-days button:hover,.mini-days button.is-today{color:#fff;background:#1677ff}.calendar-types h2,.almanac-panel h2{color:#0f172a;margin:0 0 14px;font-size:15px}.calendar-types label{color:#475569;align-items:center;gap:9px;height:34px;font-size:13px;display:flex}.type-dot{border-radius:50%;width:8px;height:8px}.type-dot.blue{background:#1677ff}.type-dot.green{background:#22c55e}.type-dot.orange{background:#f97316}.type-dot.red{background:#ef4444}.calendar-board{grid-template-rows:auto 1fr;display:grid;overflow:hidden}.calendar-view-tabs{border-bottom:1px solid #eef3f8;justify-content:flex-end;gap:8px;padding:14px 16px;display:flex}.calendar-grid{grid-template-rows:34px repeat(6,minmax(68px,1fr));grid-template-columns:repeat(7,minmax(0,1fr));min-height:0;display:grid}.calendar-weekday{color:#94a3b8;border-bottom:1px solid #eef3f8;border-right:1px solid #eef3f8;justify-content:center;align-items:center;font-size:12px;display:flex}.calendar-cell{color:#334155;text-align:left;cursor:pointer;background:#fff;border:1px solid #eef3f8;border-top:0;border-left:0;min-width:0;padding:9px;font-size:12px}.calendar-cell:hover,.calendar-cell.is-selected{background:#f4f9ff}.calendar-cell span{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.calendar-cell.today span{color:#fff;background:#1677ff}.calendar-cell.muted{background:#fbfdff}.calendar-cell.next-month{color:#cbd5e1}.lunar-day{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:12px;overflow:hidden}.lunar-day.festival{color:#ef4444;font-weight:700}.lunar-day.empty{color:#cbd5e1}.calendar-cell.today .lunar-day,.calendar-cell.is-selected .lunar-day{color:#1677ff}.almanac-panel{padding:18px}.almanac-date{background:linear-gradient(135deg,#eaf3ff,#f7fbff);border-radius:14px;align-items:center;gap:14px;padding:16px;display:flex}.almanac-date strong{color:#1677ff;font-size:42px;line-height:1}.almanac-date span{color:#0f172a;font-size:14px;font-weight:700}.almanac-date p{color:#64748b;margin:5px 0 0;font-size:12px}.almanac-card{border-bottom:1px solid #eef3f8;padding:15px 0}.almanac-card span,.almanac-row span{color:#1677ff;font-size:12px;font-weight:700}.almanac-card strong{color:#0f172a;margin:6px 0 5px;font-size:14px;display:block}.almanac-row{grid-template-columns:1fr;gap:12px;margin-top:14px;display:grid}.almanac-row div{background:#f8fafc;border-radius:12px;padding:12px}.almanac-row p{color:#94a3b8;margin:6px 0 0;font-size:12px}.chat-header{background:#fff;border-bottom:1px solid #e5edf6;justify-content:space-between;align-items:center;height:70px;padding:0 22px;display:flex}.chat-user{align-items:center;gap:12px;display:flex}.chat-avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#1677ff);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:inline-flex}.chat-name-row{align-items:center;gap:6px;margin-bottom:5px;display:flex}.chat-user h2{color:#0f172a;margin:0;font-size:14px;font-weight:700}.chat-user p{color:#94a3b8;align-items:center;gap:5px;margin:0;font-size:12px;display:flex}.chat-status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px}.chat-actions{align-items:center;gap:8px;display:flex}.chat-actions button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.chat-actions button:hover{color:#1677ff;background:#1677ff14}.chat-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.chat-body{flex:1;min-height:0;position:relative}.chat-composer{background:#fff;border:1px solid #e5edf6;border-radius:12px;margin:0 16px -32px;padding:10px 12px 12px;transition:padding .18s,box-shadow .18s}.chat-composer.is-expanded{padding-top:12px;box-shadow:0 -12px 30px #0f172a0f}.composer-toolbar{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.composer-tools{align-items:center;gap:5px;display:flex}.composer-tools button,.composer-expand,.send-shortcut-toggle{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.composer-tools button:hover,.composer-expand:hover,.send-shortcut-toggle:hover{color:#1677ff;background:#1677ff14}.composer-expand.is-active,.screenshot-button.is-active{color:#1677ff;background:#1677ff1f}.screenshot-preview{background:#f8fafc;border:1px solid #dbe7f3;border-radius:10px;width:132px;height:82px;margin-bottom:8px;position:relative;overflow:hidden}.screenshot-image{object-fit:cover;width:100%;height:100%;display:block}.screenshot-remove{color:#fff;cursor:pointer;background:#0f172a9e;border:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;line-height:1;display:inline-flex;position:absolute;top:5px;right:5px}.composer-tools svg,.composer-expand svg,.send-menu svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.tool-text{font-size:16px;font-weight:700}.message-input{resize:none;color:#0f172a;background:0 0;border:0;outline:none;width:100%;height:38px;font-size:13px;line-height:1.5;transition:height .18s}.chat-composer.is-expanded .message-input{height:118px}.message-input::placeholder{color:#94a3b8}.composer-footer{color:#94a3b8;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.composer-footer>span{min-height:1px}.send-menu{align-items:center;display:inline-flex;position:relative}.send-button{color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:8px 0 0 8px;align-items:center;height:28px;padding:0 16px;font-size:12px;display:inline-flex}.send-button:hover{background:#0f6bf2}.send-shortcut-toggle{color:#fff;background:#1677ff;border-left:1px solid #ffffff47;border-radius:0 8px 8px 0;width:28px;height:28px}.send-shortcut-toggle:hover{color:#fff;background:#0f6bf2}.send-shortcut-dropdown{z-index:20;opacity:0;pointer-events:none;background:#fff;border:1px solid #94a3b82e;border-radius:12px;min-width:132px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;bottom:38px;right:0;transform:translateY(4px);box-shadow:0 14px 34px #0f172a1f}.send-menu.is-open .send-shortcut-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.send-shortcut-dropdown button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;height:32px;font-size:13px}.send-shortcut-dropdown button:hover{color:#1677ff;background:#2563eb14}.presence-menu{position:relative}.presence-button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:7px;height:34px;padding:0 8px;font-size:13px;display:inline-flex}.presence-button:hover{background:#1677ff14}.presence-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.status-dot,.avatar-status{background:#94a3b8;border-radius:50%;width:8px;height:8px}.status-dot.is-online,.avatar-status.is-online{background:#22c55e}.status-dot.is-invisible,.avatar-status.is-invisible{background:#94a3b8}.presence-dropdown{z-index:20;opacity:0;pointer-events:none;background:#fff;border:1px solid #94a3b82e;border-radius:12px;min-width:76px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;top:40px;right:0;transform:translateY(-4px);box-shadow:0 14px 34px #0f172a1f}.presence-menu.is-open .presence-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.presence-dropdown button{color:#334155;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;height:32px;font-size:13px}.presence-dropdown button:hover{color:#1677ff;background:#2563eb14}.avatar-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#1677ff);border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:inline-flex;position:relative}.avatar-status{border:2px solid #f6f8fb;width:8px;height:8px;position:absolute;bottom:1px;right:1px}.login-hero{background:#fff;width:100%;height:100vh;position:relative;overflow:hidden}.login-hero img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hero-bg{object-fit:cover;width:100%;height:100%;display:block}.hero-overlay{pointer-events:none;flex-direction:column;align-items:flex-start;padding:58px 42px 0;display:flex;position:absolute;inset:0}.brand-row{align-items:center;gap:12px;margin-bottom:26px;display:flex}.hero-logo{object-fit:contain;width:42px;height:42px}.hero-overlay h1{color:#0f172a;letter-spacing:2px;margin:0;font-size:24px}.hero-welcome{color:#1e293b;margin:0 0 10px;font-size:34px;font-weight:700}.hero-welcome strong{color:#1677ff}.hero-slogan{color:#64748b;margin:0;font-size:15px}.login-panel{background:#fff;width:100%;height:100vh;padding:34px 28px}.panel-actions{z-index:10;justify-content:flex-end;align-items:center;gap:6px;display:flex;position:relative}.language-button,.icon-button{color:#475569;cursor:pointer;background:0 0;border:0}.language-menu,.settings-menu{position:relative}.language-button{border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 10px;font-size:14px;display:inline-flex}.language-dropdown{z-index:20;opacity:0;pointer-events:none;background:#fff;border:1px solid #94a3b82e;border-radius:12px;min-width:86px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;top:42px;right:0;transform:translateY(-4px);box-shadow:0 14px 34px #0f172a1f}.settings-panel{z-index:20;opacity:0;pointer-events:none;background:#fff;border:1px solid #94a3b82e;border-radius:14px;width:250px;padding:14px;transition:opacity .16s,transform .16s;position:absolute;top:42px;right:0;transform:translateY(-4px);box-shadow:0 16px 38px #0f172a24}.settings-menu.is-open .settings-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.setting-row{color:#334155;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:14px;display:flex}.theme-toggle{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:46px;height:26px;transition:background .18s;position:relative}.theme-toggle[aria-pressed=true]{background:#1677ff}.switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0f172a33}.theme-toggle[aria-pressed=true] .switch-thumb{transform:translate(20px)}.proxy-config p{color:#334155;margin:0 0 10px;font-size:14px;font-weight:700}.proxy-config input{color:#0f172a;background:#fff;border:1px solid #d9e3f0;border-radius:8px;outline:none;width:100%;height:36px;margin-bottom:10px;padding:0 10px;font-size:13px}.proxy-config input:focus{border-color:#1677ff}.language-menu.is-open .language-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.language-dropdown button{color:#334155;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;height:32px;font-size:14px}.language-dropdown button:hover{color:#1677ff;background:#2563eb14}.icon-button{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.language-button:hover,.icon-button:hover{background:#2563eb14}.language-button svg,.icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.login-content{width:430px;margin:8px auto 0}.account-login h2{color:#0f172a;margin:0 0 28px;font-size:24px;font-weight:700}.input-field{background:#fff;border:1px solid #d9e3f0;border-radius:8px;align-items:center;gap:10px;height:48px;margin-bottom:16px;padding:0 14px;display:flex;position:relative}.input-field:focus-within{border-color:#1677ff}.input-field svg{fill:none;stroke:#94a3b8;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.input-field input{color:#0f172a;background:0 0;border:0;outline:none;width:100%;font-size:14px}.field-action{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.field-action:hover{color:#1677ff;background:#1677ff14}.field-action svg{stroke:currentColor;width:17px;height:17px}.account-dropdown{z-index:15;opacity:0;pointer-events:none;background:#fff;border:1px solid #d9e3f0;border-radius:10px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;top:52px;left:0;right:0;transform:translateY(-4px);box-shadow:0 14px 34px #0f172a1f}.account-field.is-open .account-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.account-dropdown button{color:#94a3b8;text-align:left;background:0 0;border:0;border-radius:8px;width:100%;height:32px;font-size:13px}.input-field input::placeholder{color:#94a3b8}.login-options{color:#64748b;justify-content:space-between;align-items:center;margin:2px 0 22px;font-size:13px;display:flex}.remember-login{cursor:pointer;align-items:center;gap:7px;display:inline-flex}.remember-login input{accent-color:#1677ff;width:14px;height:14px}.login-options a,.register-tip a{color:#1677ff;text-decoration:none}.login-submit{color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:14px;width:100%;height:46px;font-size:15px;font-weight:700;box-shadow:0 10px 24px #1677ff3d}.login-submit:hover{background:#0f6bf2}.login-switch{gap:12px;margin:16px 0;display:flex}.login-switch button{color:#475569;cursor:pointer;background:0 0;border:1px solid #d9e3f0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;height:40px;font-size:14px;display:inline-flex}.login-switch button:hover{color:#1677ff;border-color:#1677ff}.login-switch svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.login-divider{color:#94a3b8;align-items:center;gap:12px;margin-bottom:20px;font-size:13px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#d9e3f0;flex:1;height:1px}.qr-box{justify-content:center;margin-bottom:20px;display:flex}.qr-code{background:linear-gradient(90deg,#0f172a 10px,#0000 10px) 0 0/24px 24px,linear-gradient(#0f172a 10px,#0000 10px) 0 0/24px 24px,#f8fbff;border:8px solid #fff;border-radius:12px;width:96px;height:96px;box-shadow:0 12px 30px #0f172a1a}.register-tip{color:#64748b;text-align:center;margin:0;font-size:13px}@media (width<=720px){.app{grid-template-columns:1fr}.login-hero{height:45vh}.login-panel{height:55vh}}body[data-theme=dark] .login-panel,body[data-theme=dark] .home-page{background:#0f172a}body[data-theme=dark] .home-sidebar{background:#111827;border-color:#1e293b}body[data-theme=dark] .sidebar-brand{color:#e2e8f0}body[data-theme=dark] .home-search,body[data-theme=dark] .conversation-panel{background:#111827;border-color:#334155}body[data-theme=dark] .conversation-type{color:#e2e8f0}body[data-theme=dark] .conversation-type-dropdown{background:#111827;border-color:#334155}body[data-theme=dark] .conversation-type-dropdown button{color:#cbd5e1}body[data-theme=dark] .chat-window{background:#0f172a;border-color:#1e293b}body[data-theme=dark] .chat-header{background:#111827;border-color:#1e293b}body[data-theme=dark] .chat-composer,body[data-theme=dark] .send-shortcut-dropdown{background:#111827;border-color:#334155}body[data-theme=dark] .chat-user h2,body[data-theme=dark] .message-input,body[data-theme=dark] .send-shortcut-dropdown button,body[data-theme=dark] .home-search input,body[data-theme=dark] .account-login h2,body[data-theme=dark] .setting-row,body[data-theme=dark] .proxy-config p{color:#e2e8f0}body[data-theme=dark] .language-button,body[data-theme=dark] .icon-button,body[data-theme=dark] .login-switch button,body[data-theme=dark] .theme-toggle{color:#cbd5e1}body[data-theme=dark] .language-dropdown,body[data-theme=dark] .settings-panel,body[data-theme=dark] .input-field,body[data-theme=dark] .account-dropdown,body[data-theme=dark] .proxy-config input{background:#111827;border-color:#334155}body[data-theme=dark] .input-field input,body[data-theme=dark] .proxy-config input{color:#e2e8f0}body[data-theme=dark] .login-options,body[data-theme=dark] .register-tip,body[data-theme=dark] .hero-slogan{color:#94a3b8}.conversation-list{flex-direction:column;gap:8px;max-height:calc(100vh - 230px);margin-top:12px;display:flex;overflow-y:auto}.conversation-item{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.conversation-item:hover,.conversation-item.is-active{background:#1677ff14}.conversation-avatar{color:#fff;background:linear-gradient(135deg,#38bdf8,#1677ff) 50%/cover;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:inline-flex}.conversation-content{flex:1;min-width:0}.conversation-top,.conversation-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.conversation-top strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.conversation-top span{color:#94a3b8;flex:none;font-size:11px}.conversation-preview{color:#64748b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.conversation-bottom em{color:#fff;text-align:center;background:#ef4444;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-style:normal;line-height:18px}.conversation-empty,.chat-empty{color:#94a3b8;text-align:center;padding:24px 12px;font-size:13px}.chat-body{padding:18px 20px 42px;overflow-y:auto}.yzt-message{flex-direction:column;margin-bottom:14px;display:flex}.yzt-message.is-me{align-items:flex-end}.yzt-message.is-other{align-items:flex-start}.yzt-message-meta{color:#94a3b8;margin-bottom:5px;font-size:11px}.yzt-message-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:min(620px,76%);padding:10px 12px;font-size:14px;line-height:1.55}.yzt-message.is-me .yzt-message-bubble{color:#fff;background:#1677ff;border-top-right-radius:4px}.yzt-message.is-other .yzt-message-bubble{color:#0f172a;background:#f1f5f9;border-top-left-radius:4px}.yzt-message-media-bubble{background:0 0;padding:6px;overflow:hidden}.yzt-message.is-me .yzt-message-media-bubble,.yzt-message.is-other .yzt-message-media-bubble{color:inherit;background:0 0}.yzt-message-image{object-fit:cover;border-radius:12px;max-width:min(320px,62vw);max-height:360px;display:block;box-shadow:0 8px 22px #0f172a1f}.yzt-message-video{background:#0f172a;border-radius:12px;width:min(360px,68vw);max-height:420px;display:block;box-shadow:0 8px 22px #0f172a24}.yzt-message-audio-bubble{min-width:260px}.yzt-message-audio-label{opacity:.82;margin-bottom:6px;font-size:12px}.yzt-message-audio-bubble audio{width:240px;max-width:62vw}.yzt-message-link-bubble a{color:inherit;text-underline-offset:3px;text-decoration:underline}.yzt-message.is-me .yzt-message-link-bubble a{color:#fff}.yzt-toast{z-index:9999;color:#fff;opacity:0;pointer-events:none;background:#0f172ae6;border-radius:10px;max-width:min(420px,100vw - 36px);padding:10px 14px;font-size:13px;line-height:1.5;transition:opacity .18s,transform .18s;position:fixed;top:22px;left:50%;transform:translate(-50%,-8px);box-shadow:0 12px 30px #0f172a2e}.yzt-toast.is-visible{opacity:1;transform:translate(-50%)}.yzt-toast[data-type=error]{background:#dc2626f0}.login-submit:disabled,.send-button:disabled{cursor:wait;opacity:.65}body[data-theme=dark] .conversation-item:hover,body[data-theme=dark] .conversation-item.is-active{background:#1677ff29}body[data-theme=dark] .conversation-top strong,body[data-theme=dark] .yzt-message.is-other .yzt-message-bubble{color:#e2e8f0}body[data-theme=dark] .conversation-preview{color:#94a3b8}body[data-theme=dark] .yzt-message.is-other .yzt-message-bubble{background:#1e293b}@media (width<=900px){.home-page{grid-template-columns:56px minmax(0,1fr)}.home-list-panel{width:34vw;min-width:260px}.chat-actions button:nth-child(n+2){display:none}}@media (width<=720px){.home-page{grid-template-columns:1fr}.home-sidebar{border-bottom:1px solid #e5edf6;border-right:0;flex-direction:row;width:100%;height:56px}.sidebar-brand,.sidebar-more{display:none}.home-main{height:calc(100vh - 56px)}.home-content[data-page-panel=chat]{grid-template-columns:1fr}.home-list-panel{border-bottom:1px solid #e5edf6;border-right:0;width:100%;min-width:0;max-height:38vh}.conversation-list{max-height:26vh}.home-workspace{min-height:0}.chat-composer{margin:0 10px 10px}.yzt-message-bubble{max-width:86%}.yzt-message-image{max-width:78vw;max-height:320px}.yzt-message-video{width:78vw;max-height:360px}}.home-main{min-height:0;padding-bottom:18px;overflow:hidden}.home-content{grid-template-columns:300px minmax(520px,760px) minmax(0,1fr);min-height:0}.home-list-panel,.home-workspace,.chat-window{min-height:0;overflow:hidden}.conversation-panel{flex-direction:column;min-height:0;display:flex}.conversation-list{min-height:0;overflow-y:auto}.chat-window{max-height:100%}.chat-body{overscroll-behavior:contain;scroll-behavior:smooth;min-height:0;padding-bottom:18px}.chat-composer{flex:none;margin:0 16px 14px;box-shadow:0 -8px 24px #0f172a0a}.chat-latest-button{z-index:12;color:#fff;cursor:pointer;background:#1677ffeb;border:0;border-radius:999px;justify-content:center;align-items:center;height:30px;padding:0 12px;font-size:12px;display:none;position:absolute;bottom:142px;right:26px;box-shadow:0 8px 20px #1677ff38}.chat-latest-button.is-visible{display:inline-flex}.chat-latest-button:hover{background:#0f6bf2}.yzt-message:last-child{scroll-margin-bottom:20px}@media (width<=1280px){.home-main{padding-right:14px}.home-content{grid-template-columns:300px minmax(0,1fr)}}@media (width<=720px){.home-main{padding:8px 0 0}.home-content[data-page-panel=chat]{grid-template-rows:minmax(180px,38vh) minmax(0,1fr);height:100%}.home-workspace{padding-top:0}.chat-window{height:100%}.chat-body{padding:12px 12px 14px}.chat-composer{margin:0 10px 10px}.chat-latest-button{bottom:118px;right:16px}}.chat-composer.is-uploading{box-shadow:0 -12px 30px #1677ff1a}.chat-composer.is-uploading:after{content:attr(data-upload-text);color:#1677ff;margin-top:6px;font-size:12px;display:block}.composer-tools button:disabled,.send-button:disabled{cursor:wait;opacity:.58}.yzt-toast[data-type=success]{background:#16a34af0}.home-main.is-placeholder-page{padding:74px 34px 34px}.home-main.is-placeholder-page .home-topbar{display:flex}.placeholder-page{height:100%;min-height:0;padding:0}.placeholder-page.app-page.is-active{justify-content:center;align-items:center;display:flex}.placeholder-card{text-align:center;background:#ffffffeb;border:1px solid #dbe8f7;border-radius:24px;width:min(560px,100vw - 220px);padding:42px 38px;box-shadow:0 18px 48px #0f172a14}.placeholder-icon{color:#fff;background:linear-gradient(135deg,#1677ff,#3aa0ff);border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;font-size:24px;font-weight:800;display:inline-flex}.placeholder-card h1{color:#0f172a;margin:0 0 12px;font-size:24px}.placeholder-card p{color:#64748b;max-width:430px;margin:0 auto 22px;font-size:14px;line-height:1.8}.placeholder-actions button{color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:999px;height:36px;padding:0 18px;font-weight:700}.chat-composer.is-uploading:after{pointer-events:none}body[data-theme=dark] .placeholder-card{background:#0f172aeb;border-color:#334155}body[data-theme=dark] .placeholder-card h1{color:#e2e8f0}body[data-theme=dark] .placeholder-card p{color:#94a3b8}@media (width<=720px){.home-main.is-placeholder-page{padding:70px 14px 14px}.placeholder-card{width:100%;padding:34px 22px}}.contacts-page{box-sizing:border-box;background:#f6f9ff;width:100%;height:100%;padding:36px;overflow:auto}.contacts-shell{max-width:1180px;margin:0 auto}.contacts-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.contacts-header h1{color:#101828;margin:0;font-size:30px;line-height:1.2}.contacts-header p{color:#667085;margin:8px 0 0;font-size:14px}.contacts-primary,.contacts-card button{appearance:none;color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:12px;padding:9px 15px;font-size:14px;font-weight:700;line-height:1.2;box-shadow:0 8px 18px #1677ff2e}.contacts-card button:hover,.contacts-primary:hover{filter:brightness(.96)}.contacts-card button.is-ghost{color:#175cd3;box-shadow:none;background:#eef4ff}.contacts-grid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start;gap:18px;display:grid}.contacts-card{background:#fff;border:1px solid #e4ebf7;border-radius:22px;min-height:220px;padding:20px;box-shadow:0 18px 45px #10182814}.contacts-requests-card{grid-column:1/-1}.contacts-card-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.contacts-card-title h2{color:#101828;margin:0;font-size:19px}.contacts-card-title span{color:#1677ff;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:13px;font-weight:800;display:inline-flex}.contacts-search-box{gap:10px;margin-bottom:14px;display:flex}.contacts-search-box input{background:#fff;border:1px solid #d6e2f3;border-radius:12px;outline:none;flex:1;height:42px;padding:0 12px}.contacts-search-box input:focus{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.contacts-list,.contacts-result{flex-direction:column;gap:10px;display:flex}.contacts-item{background:#fbfdff;border:1px solid #edf2fa;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.contacts-avatar{color:#fff;background:linear-gradient(135deg,#2f8cff,#0f6fff);border-radius:16px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:900;display:inline-flex}.contacts-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.contacts-info strong{color:#101828;font-size:15px}.contacts-info span,.contacts-info small,.contacts-empty{color:#667085;font-size:13px}.contacts-actions{gap:8px;display:flex}@media (width<=900px){.contacts-page{padding:18px}.contacts-grid{grid-template-columns:1fr}.contacts-item{align-items:flex-start}.contacts-actions{flex-direction:column}}.groups-page{box-sizing:border-box;background:#f6f9ff;width:100%;height:100%;padding:36px;overflow:auto}.groups-shell{max-width:1220px;margin:0 auto}.groups-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.groups-header h1{color:#101828;margin:0;font-size:30px;line-height:1.2}.groups-header p{color:#667085;margin:8px 0 0;font-size:14px}.groups-primary,.groups-card button{appearance:none;color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:12px;padding:9px 15px;font-size:14px;font-weight:700;line-height:1.2;box-shadow:0 8px 18px #1677ff2e}.groups-card button.is-ghost{color:#c01048;box-shadow:none;background:#fff1f3}.groups-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:start;gap:18px;display:grid}.groups-card{background:#fff;border:1px solid #e4ebf7;border-radius:22px;min-height:220px;padding:20px;box-shadow:0 18px 45px #10182814}.groups-detail-card{grid-column:1/-1}.groups-card-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.groups-card-title h2{color:#101828;margin:0;font-size:19px}.groups-card-title span{color:#1677ff;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:13px;font-weight:800;display:inline-flex}.groups-list,.groups-check-list{flex-direction:column;gap:10px;display:flex}.groups-item,.groups-member-item{background:#fbfdff;border:1px solid #edf2fa;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.groups-item.is-active{background:#f0f7ff;border-color:#1677ff}.groups-avatar{color:#fff;background:linear-gradient(135deg,#2f8cff,#0f6fff);border-radius:16px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:900;display:inline-flex}.groups-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.groups-info strong{color:#101828;font-size:15px}.groups-info span,.groups-empty,.groups-detail-meta,.groups-subtitle{color:#667085;font-size:13px}.groups-actions,.groups-detail-actions{flex-wrap:wrap;gap:8px;display:flex}.groups-detail-actions{margin-top:16px}.groups-field{color:#344054;flex-direction:column;gap:8px;margin-bottom:14px;font-size:13px;font-weight:700;display:flex}.groups-field input{background:#fff;border:1px solid #d6e2f3;border-radius:12px;outline:none;height:42px;padding:0 12px}.groups-field input:focus{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.groups-subtitle{margin:12px 0 10px;font-weight:700}.groups-check-item{color:#344054;background:#fbfdff;border:1px solid #edf2fa;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.groups-check-item input{width:16px;height:16px}@media (width<=900px){.groups-page{padding:18px}.groups-grid{grid-template-columns:1fr}.groups-item,.groups-member-item{align-items:flex-start}.groups-actions,.groups-detail-actions{flex-direction:column}}.settings-page{box-sizing:border-box;background:#f6f9ff;width:100%;height:100%;padding:36px;overflow:auto}.settings-shell{max-width:1180px;margin:0 auto}.settings-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.settings-header h1{color:#101828;margin:0;font-size:30px;line-height:1.2}.settings-header p{color:#667085;margin:8px 0 0;font-size:14px}.settings-primary,.settings-action-list button{appearance:none;color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:12px;padding:10px 15px;font-size:14px;font-weight:800;box-shadow:0 8px 18px #1677ff2e}.settings-action-list button.is-danger{background:#e11d48;box-shadow:0 8px 18px #e11d4829}.settings-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:start;gap:18px;display:grid}.settings-card{background:#fff;border:1px solid #e4ebf7;border-radius:22px;min-height:220px;padding:20px;box-shadow:0 18px 45px #10182814}.settings-actions-card{grid-column:1/-1;min-height:auto}.settings-card-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.settings-card-title h2{color:#101828;margin:0;font-size:19px}.settings-profile{background:#fbfdff;border:1px solid #edf2fa;border-radius:18px;align-items:center;gap:14px;margin-bottom:16px;padding:14px;display:flex}.settings-avatar{color:#fff;background:linear-gradient(135deg,#2f8cff,#0f6fff);border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;font-weight:900;display:inline-flex}.settings-profile strong{color:#101828;font-size:17px;display:block}.settings-profile span{color:#667085;margin-top:4px;font-size:13px;display:block}.settings-kv{flex-direction:column;gap:10px;display:flex}.settings-kv div{background:#fbfdff;border:1px solid #edf2fa;border-radius:14px;grid-template-columns:140px minmax(0,1fr);gap:12px;padding:11px 12px;display:grid}.settings-kv span{color:#667085;font-size:13px}.settings-kv strong{color:#101828;word-break:break-all;min-width:0;font-size:13px}.settings-action-list{flex-wrap:wrap;gap:10px;display:flex}@media (width<=900px){.settings-page{padding:18px}.settings-grid{grid-template-columns:1fr}.settings-kv div{grid-template-columns:1fr;gap:5px}}
