:root{--bg: #ffffff;--bg-tint: #f7f7f7;--ink: #1f1f1f;--ink-2: #6f6f6f;--ink-3: #a8a8a8;--line: #e7e7e7;--line-strong: #1f1f1f;--accent: #1f1f1f;--accent-soft: #f1f1f1;--highlight: #f2f2f2;--danger: #d84b4b;--radius: 14px;--radius-sm: 10px;--shadow: 0 18px 50px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Segoe UI,system-ui,sans-serif;font-size:15px;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:15px;color:var(--ink)}body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.phone{width:100%;max-width:420px;height:min(900px,92vh);background:var(--bg);border:1px solid #ededed;border-radius:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;position:relative}@media(max-width:480px){body{padding:0;background:var(--bg)}.phone{height:100vh;max-width:100%;border-radius:0;border:none;box-shadow:none}}.topbar{height:0;flex:0 0 0;display:flex;align-items:center;justify-content:space-between;padding:0;border-bottom:none;background:transparent;position:absolute;inset:0 0 auto;z-index:12;pointer-events:none}.topbar .title{display:none}.iconbtn{width:34px;height:34px;border:none;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:background .15s ease;pointer-events:auto}.iconbtn:hover{background:var(--accent-soft)}.iconbtn[hidden]{display:none}.topbar .back{position:absolute;top:16px;left:14px}#settingsBtn{position:absolute;top:16px;right:14px}.screen{flex:1 1 auto;overflow-y:auto;padding:16px 16px 24px;background:var(--bg);position:relative}.screen::-webkit-scrollbar{width:0}.user-badge{display:none}.memory-toast{position:absolute;top:14px;left:14px;right:14px;z-index:1000;pointer-events:auto;display:grid;gap:5px;padding:13px;border-radius:16px;border:1px solid #1f1f1f;background:#1f1f1ff5;box-shadow:0 18px 40px #0000002e;backdrop-filter:blur(12px);animation:toastIn .18s ease-out}.memory-toast-kicker{color:#ffffff8f;font-size:11px;font-weight:700;letter-spacing:.06em}.memory-toast-title{color:#fff;font-size:14px;font-weight:700}.memory-toast-body{color:#ffffffc7;font-size:13px;line-height:1.45}.memory-toast-meta{color:#ffffff80;font-size:11px}.memory-toast-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:3px}.memory-toast-actions button{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:700;pointer-events:auto;cursor:pointer}.memory-undo{background:transparent;color:#fff}.memory-accept{background:#fff;border-color:#fff;color:#1f1f1f}@keyframes toastIn{0%{transform:translateY(-10px);opacity:0}to{transform:none;opacity:1}}.memory-save-burst{position:fixed;top:max(72px,calc(env(safe-area-inset-top) + 48px));left:50%;z-index:10000;pointer-events:none;transform:translate(-50%);border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#1f1f1ff0;color:#fff;padding:14px 24px;box-shadow:0 18px 52px #0000002e;font-size:24px;font-weight:820;letter-spacing:.02em;animation:memorySaveBurst 1.05s cubic-bezier(.2,.8,.2,1) forwards}@keyframes memorySaveBurst{0%{opacity:0;transform:translate(-50%,10px) scale(.94)}16%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-56px) scale(.98)}}.tabbar{flex:0 0 auto;height:72px;border-top:1px solid var(--line);background:var(--bg);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.tab{border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--ink-3);font-size:11px;letter-spacing:0;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.tab:hover{color:var(--ink)}.tab:active{transform:scale(.96)}.tab.active{color:var(--ink)}.message-thread-active .topbar,.message-thread-active .tabbar{display:none}.message-thread-active .screen{min-height:100%}.tab.active svg{stroke:var(--ink)}.tab span{line-height:1}.nav-icon{overflow:visible;stroke-width:1.7;color:currentColor;transform-origin:50% 50%;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .18s ease}.nav-icon *{vector-effect:non-scaling-stroke}.tab:hover .nav-icon{transform:translateY(-1px)}.tab.active .nav-icon{transform:scale(1.04)}.tab .icon-solid,.tab.active .icon-outline{display:none}.tab.active .icon-solid{display:block}.desktop-nav-brand,.desktop-compose,.desktop-nav-user{display:none}.desktop-nav-logo,.desktop-nav-version{line-height:1}.elys-env-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:16px;padding:0 7px;border-radius:999px;background:#e8f3ff;color:#1668d8;font-size:9px;font-weight:800;line-height:1;letter-spacing:0;text-transform:uppercase}.elys-env-badge.env-prod{background:#191919;color:#fff}.elys-env-badge.env-fat{background:#fff4d1;color:#8a5a00}.elys-env-badge.env-local,.elys-env-badge.env-custom{background:#f0f0f0;color:#606060}.data-source-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 28px;border-bottom:1px solid var(--line);color:#8b8b8b;font-size:13px}.data-source-strip span{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0}.data-source-strip strong{font-size:13px;font-weight:700}.data-source-strip.remote span{background:#e8f3ff;color:#1668d8}.data-source-strip.local span{background:#f2f2f2;color:#656565}.mock-screen{min-height:100%;display:flex;flex-direction:column;gap:12px}.search-pill{height:36px;border-radius:999px;background:#f4f4f6;color:var(--ink-3);display:flex;align-items:center;padding:0 14px;font-size:13px}.chat-screen{justify-content:flex-start;position:relative;overflow:hidden;margin:-16px;padding:16px;height:calc(100% + 32px)}.chat-top{display:grid;grid-template-columns:38px 1fr 76px;align-items:center;gap:10px;margin-bottom:4px}.chat-menu{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--ink);display:inline-flex;align-items:center;justify-content:center}.chat-title{min-width:0;text-align:center}.chat-title strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.chat-model-select{margin-top:3px;max-width:112px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-2);font:inherit;font-size:11px;font-weight:700;padding:2px 20px 2px 8px;outline:none}.thinking-toggle{justify-self:end;width:76px;height:36px;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:var(--ink-3);padding:0 10px 0 28px;font-size:12px;font-weight:700;position:relative;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease,border-color .18s ease,color .18s ease}.toggle-knob{position:absolute;left:6px;width:22px;height:22px;border-radius:50%;background:#e9e9eb;box-shadow:inset 0 0 0 1px #0000000a;transition:transform .18s ease,background .18s ease}.thinking-toggle.on{background:var(--ink);border-color:var(--ink);color:#fff;padding:0 28px 0 10px}.thinking-toggle.on .toggle-knob{transform:translate(42px);background:#fff}.chat-todo-entry{align-self:flex-end;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:8px 12px;margin:0 0 4px auto;font-size:12px;font-weight:800;box-shadow:0 6px 16px #1414280f}.chat-todo-entry span{width:18px;height:18px;border-radius:50%;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.chat-todo-entry small{color:var(--ink-3);font-size:11px}.chat-thread{display:flex;flex-direction:column;gap:12px;padding:6px 0 168px;flex:1 1 auto;overflow-y:auto}.todo-page-list{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;overflow-y:auto;padding:10px 0 92px}.todo-page-back{justify-self:end;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-2);padding:8px 13px;font-size:12px;font-weight:800}.todo-list-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px;display:grid;gap:9px}.todo-list-card.high{border-color:#cfe9d9;background:#fbfffc}.todo-list-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ink-3);font-size:11px;font-weight:800;letter-spacing:.08em}.todo-list-top b{color:var(--ink-2);letter-spacing:0}.todo-list-card h3{margin:0;font-size:16px}.todo-list-card p{margin:0;display:grid;gap:3px;color:var(--ink-2);font-size:13px;line-height:1.45}.todo-list-card p span{color:var(--ink-3);font-size:11px}.chat-day{align-self:center;color:var(--ink-3);font-size:11px}.chat-empty{margin:auto;color:var(--ink-3);font-size:14px;text-align:center}.message-wrap{max-width:calc(100% - 24px);display:flex;flex-direction:column;gap:6px}.message-wrap.assistant{align-self:flex-start;align-items:flex-start}.message-wrap.user{align-self:flex-end;align-items:flex-end;max-width:calc(100% - 48px)}.bubble{max-width:100%;border-radius:14px;padding:10px 12px;font-size:14px;line-height:1.5;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.bubble p,.message-content{margin:0}.message-content{display:grid;gap:8px}.message-content p,.message-content ul,.message-content ol,.message-content blockquote,.message-content pre,.message-content h1,.message-content h2,.message-content h3{margin:0}.message-content ul,.message-content ol{padding-left:18px}.message-content li+li{margin-top:4px}.message-content h1,.message-content h2,.message-content h3{font-size:14px;line-height:1.35}.message-content a{color:inherit;text-decoration:underline;text-underline-offset:2px}.message-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em;background:#0000000f;border-radius:5px;padding:1px 5px}.message-content pre{max-width:100%}.message-content pre code{display:block;background:transparent;color:inherit;padding:0;white-space:pre}.message-content blockquote{border-left:3px solid var(--ink-3);padding-left:9px;color:var(--ink-2)}.message-images,.message-media{display:grid;gap:6px;margin-bottom:8px}.message-images img,.message-media img{display:block;max-width:min(260px,100%);max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.18)}.bubble.assistant .message-images img,.bubble.assistant .message-media img{border-color:var(--line)}.message-file{display:inline-flex;align-items:center;gap:8px;max-width:min(260px,100%);padding:9px 11px;border-radius:12px;background:#ffffff26;border:1px solid rgba(255,255,255,.18);color:#fff}.message-file span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#fff3;font-size:12px}.message-file b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.thinking-strip{position:relative;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;width:min(100%,360px);border-radius:12px;padding:8px 10px;margin-bottom:8px;background:#fff;border:1px solid #d9d9d9;overflow:hidden;isolation:isolate}.thinking-strip:before{content:"";position:absolute;inset:-45%;border-radius:inherit;background:conic-gradient(from 0deg,transparent 0deg,transparent 240deg,#d8d8d8 260deg,#111 285deg,#111 320deg,#d8d8d8 340deg,transparent 360deg);animation:borderRun 1.4s linear infinite;pointer-events:none}.thinking-strip:after{content:"";position:absolute;inset:2px;border-radius:10px;background:#fff;pointer-events:none}.thinking-strip span,.thinking-strip small{position:relative;z-index:1}.thinking-strip span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--ink-2);font-size:12px}.thinking-strip small{color:var(--ink-3);font-size:11px;white-space:nowrap}.thinking-time{color:var(--ink-3);font-size:11px;margin-bottom:6px}.bubble-name{font-size:11px;color:var(--ink-3);margin-bottom:4px}.bubble.assistant{background:#f5f5f6;border-bottom-left-radius:5px;margin-right:0}.rich-card-list{display:grid;gap:10px;margin-top:10px}.rich-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 22px #1414230f}.rich-card-kicker{padding:10px 12px 0;color:var(--ink-3);font-size:11px;font-weight:900;letter-spacing:.1em}.rich-card-cover{display:block;width:100%;max-height:220px;-o-object-fit:cover;object-fit:cover;margin-top:8px;background:#f2f2f2}.rich-card-body{display:grid;gap:8px;padding:11px 12px 12px}.rich-card-body h4{margin:0;color:var(--ink);font-size:15px;line-height:1.35}.rich-card-body p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.45}.rich-card-link{justify-self:start;color:var(--ink);font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.rich-card-items{display:grid;gap:8px}.rich-card-item{display:grid;grid-template-columns:48px 1fr;gap:8px;align-items:center;color:inherit;text-decoration:none}.rich-card-item:not(:has(img)){grid-template-columns:1fr}.rich-card-item img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:10px;background:#f2f2f2}.rich-card-item span{display:grid;gap:2px;min-width:0}.rich-card-item b{overflow:hidden;color:var(--ink);font-size:12px;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.rich-card-item small{display:-webkit-box;overflow:hidden;color:var(--ink-3);font-size:11px;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.weather-card{position:relative;margin-top:26px;width:100%;max-width:340px;overflow:visible;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 26px #14142312;padding:12px 16px}.weather-card[data-tone=clear-day]{background:linear-gradient(135deg,#fff3df,#fdecdb 52%,#fff)}.weather-card[data-tone=clear-night]{background:linear-gradient(135deg,#edeffb,#e7eaf6 52%,#fff)}.weather-card[data-tone=cloudy]{background:linear-gradient(135deg,#f6f2eb,#efeae2 52%,#fff)}.weather-card[data-tone=rain]{background:linear-gradient(135deg,#eef2f6,#e5ebf1 52%,#fff)}.weather-card[data-tone=snow]{background:linear-gradient(135deg,#f0f5f9,#e8eff4 52%,#fff)}.weather-card[data-tone=thunder]{background:linear-gradient(135deg,#f1edf7,#eae5f2 52%,#fff)}.weather-card-hero{position:absolute;top:-30px;right:-4px;width:152px;height:152px;-o-object-fit:contain;object-fit:contain;pointer-events:none;filter:drop-shadow(0 10px 16px rgba(20,20,35,.16))}.weather-card-top{display:flex;align-items:center;gap:12px;min-height:74px;padding-right:116px}.weather-card-temp{color:var(--ink);font-size:52px;font-weight:800;line-height:.9;letter-spacing:-1.5px}.weather-card-temp sup{margin-left:2px;font-size:26px;font-weight:700;vertical-align:super}.weather-card-cond{display:grid;gap:3px}.weather-card-cond strong{color:var(--ink);font-size:19px;font-weight:700;line-height:1.2}.weather-card-cond span{color:var(--ink-2);font-size:14px}.weather-card-day-label{color:var(--ink-3);font-size:12px;font-style:normal}.weather-card-line{margin-top:8px;color:var(--ink-2);font-size:14px}.weather-card-days{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(20,20,35,.08)}.weather-card-dcell{display:flex;align-items:center;justify-content:center;gap:4px;color:var(--ink-2);font-size:11px}.weather-card-dname{color:var(--ink-3)}.weather-card-dicon{width:24px;height:24px;flex:none;-o-object-fit:contain;object-fit:contain}.weather-card-dtemp{color:var(--ink);font-weight:600}.weather-card-drain{color:var(--ink-3)}.bubble.user{background:var(--ink);color:#fff;border-bottom-right-radius:5px}.message-actions{display:grid;gap:6px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 24px #1414281f;animation:actionIn .12s ease-out}.message-actions button{border:none;border-radius:9px;background:#fff;color:var(--danger);padding:8px 14px;font-size:13px;font-weight:700;text-align:left}.message-actions button:hover{background:#fff2f2}@keyframes actionIn{0%{transform:translateY(-3px);opacity:0}to{transform:none;opacity:1}}.memory-chat-loading{display:inline-flex;align-items:center;gap:8px;color:var(--ink-2);font-size:13px}.memory-card-list{display:grid;gap:10px;margin-top:10px}.memory-candidate-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;display:grid;gap:7px}.memory-candidate-card.accepted{border-color:#d8eadf;background:#fbfffc}.memory-candidate-card.generating{display:flex;align-items:center;gap:9px;border-style:dashed;background:#fbfbfd;color:var(--ink-3);font-size:13px}.memory-candidate-spinner{width:14px;height:14px;flex:none;border:2px solid var(--line);border-top-color:var(--ink-3);border-radius:50%;animation:memory-candidate-spin .7s linear infinite}.memory-candidate-generating-text{letter-spacing:.02em}@keyframes memory-candidate-spin{to{transform:rotate(360deg)}}.mem-tray{display:grid;justify-items:start;gap:8px;width:100%;margin:6px 0 2px}.mem-card{display:grid;gap:6px;width:100%;max-width:360px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 4px 16px #1414230d;padding:11px 13px}.mem-card.is-confirmed{border-color:#d6ead9;background:linear-gradient(180deg,#fbfffc,#fff)}.mem-card--loading{display:flex;align-items:center;gap:9px;border-style:dashed;color:var(--ink-3);font-size:13px}.mem-card-spinner{width:14px;height:14px;flex:none;border:2px solid var(--line);border-top-color:var(--ink-3);border-radius:50%;animation:memory-candidate-spin .7s linear infinite}.mem-card-head{display:flex;align-items:center;justify-content:space-between}.mem-card-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#f3f3f6;color:var(--ink-2);font-size:11.5px;font-weight:600}.mem-card-chip i{font-size:13px}.mem-card-kind{color:var(--ink-3);font-size:11px;letter-spacing:.1em}.mem-card-title{color:var(--ink);font-size:14px;font-weight:600;line-height:1.3}.mem-card-body{color:var(--ink-2);font-size:13px;line-height:1.5}.mem-card-tags{display:flex;flex-wrap:wrap;gap:6px}.mem-card-tags span{padding:2px 8px;border-radius:6px;background:#f3f3f6;color:var(--ink-3);font-size:11px}.mem-card-actions{display:flex;gap:8px;margin-top:2px}.mem-card-btn{flex:1;padding:7px 0;border:1px solid transparent;border-radius:9px;font-size:12.5px;font-weight:600;cursor:pointer;transition:opacity .15s,background .15s}.mem-card-btn:disabled{opacity:.5;cursor:default}.mem-card-btn--accept{background:var(--ink);color:#fff}.mem-card-btn--accept:hover:not(:disabled){opacity:.88}.mem-card-btn--dismiss{background:transparent;border-color:var(--line);color:var(--ink-2)}.mem-card-btn--dismiss:hover:not(:disabled){background:#f6f6f8}.mem-card-confirmed{display:inline-flex;align-items:center;gap:6px;color:#2f9e62;font-size:13px;font-weight:600}.mem-card-confirmed i{font-size:15px}.mem-card-note{color:var(--ink-3);font-size:11.5px;line-height:1.4}.mem-card.is-context .mem-card-chip{background:#eef3fb;color:#3a6ea5}.mem-card--v2{gap:11px;max-width:380px;padding:14px 15px}.mem-card--v2 .mem-card-head{gap:10px}.mem-kind-tag{font-size:14px;font-weight:700;padding:1px 6px;border-radius:4px;line-height:1.45}.mem-kind-tag.is-memory{background:#c8ecd0;color:#15623a}.mem-kind-tag.is-context{background:#ffe57f;color:#6a5200}.mem-slot-chip{padding:3px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-2);font-size:12.5px;font-weight:600}.mem-forget{display:inline-flex;align-items:baseline;gap:5px;font-size:13px;color:var(--ink-2)}.mem-forget-clock{font-variant-numeric:tabular-nums;font-weight:700;font-size:15px;color:#d23f3f;letter-spacing:.02em}.mem-forget-suffix{color:var(--ink-2)}.mem-forget.is-expired{color:var(--ink-3);font-weight:600}.mem-card--v2 .mem-card-body{font-size:16.5px;color:var(--ink);line-height:1.55;padding:2px 0}.mem-card-btn--private{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:var(--ink);color:#fff}.mem-card-btn--private i{font-size:13px}.mem-card-btn--private:hover:not(:disabled){opacity:.88}.mem-tray-clear{justify-self:center;padding:4px 12px;border:none;background:transparent;color:var(--ink-3);font-size:12px;cursor:pointer}.mem-tray-clear:hover:not(:disabled){color:var(--ink-2)}.memory-candidate-card.undone,.memory-candidate-card.skipped,.memory-candidate-card.cancelled{opacity:.62}.memory-candidate-meta{color:var(--ink-3);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.memory-candidate-card h4{margin:0;font-size:14px;line-height:1.35}.memory-candidate-card p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.45}.memory-candidate-sync{width:-moz-fit-content;width:fit-content;max-width:100%;border-radius:999px;background:#f5f5f5;color:var(--ink-2);padding:5px 9px;font-size:11px;font-weight:700;line-height:1.25}.memory-candidate-tags{display:flex;flex-wrap:wrap;gap:6px}.memory-candidate-tags span{border-radius:999px;background:#f4f4f5;color:var(--ink-2);padding:3px 8px;font-size:11px}.memory-candidate-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;min-height:32px}.memory-candidate-actions button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-2);padding:7px 12px;font-size:12px;font-weight:700}.memory-candidate-actions button.primary{background:var(--ink);border-color:var(--ink);color:#fff}.memory-candidate-actions span{color:var(--ink-3);font-size:12px;font-weight:700}.todo-card-fields{display:grid;gap:7px}.todo-card-fields div{display:grid;gap:2px}.todo-card-fields span{color:var(--ink-3);font-size:11px}.todo-card-fields b{color:var(--ink-2);font-size:13px;line-height:1.4}.memory-card-hint{margin-top:8px;color:var(--ink-3);font-size:11px}.typing-dots,.bubble.typing p{display:inline-flex;gap:4px;align-items:center;min-width:34px}.typing-dots span,.bubble.typing span{width:6px;height:6px;border-radius:50%;background:var(--ink-3);animation:typingPulse 1s ease-in-out infinite}.typing-dots span:nth-child(2),.bubble.typing span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3),.bubble.typing span:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.composer-shell{position:absolute;left:16px;right:16px;bottom:16px;z-index:20;display:grid;gap:8px}.composer{display:grid;grid-template-columns:34px 1fr 34px 34px;gap:8px;align-items:end;padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--bg);box-shadow:0 12px 28px #1414281a}.command-strip{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.command-chip{width:auto!important;height:34px!important;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border-radius:999px!important;padding:0 12px!important;background:#fff!important;color:var(--ink)!important;border:1px solid var(--line)!important;font-size:13px!important;font-weight:700;white-space:nowrap}.command-chip span{font-size:15px;line-height:1}.command-chip.active{background:var(--ink)!important;border-color:var(--ink)!important;color:#fff!important}.composer-preview{grid-column:1 / -1;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.composer-preview::-webkit-scrollbar{height:0}.composer-image,.composer-media{position:relative;flex:0 0 auto;width:58px;height:58px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#f4f4f6}.composer-image img,.composer-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.composer-media.audio,.composer-media.video{display:grid;place-items:center;padding:6px;text-align:center}.composer-media-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:var(--ink);font-size:12px;line-height:1}.composer-media small{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink-2);font-size:9px;line-height:1.1}.composer-image button,.composer-media button{position:absolute;top:3px;right:3px;width:20px;height:20px;border:none;border-radius:50%;background:#000000b8;color:#fff;font-size:14px;line-height:1}.composer button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--bg);color:var(--ink);font-size:18px;line-height:1}.composer button:last-child{background:var(--ink);color:#fff;border-color:var(--ink)}.composer .voice-mode-btn{background:#fff;color:var(--ink);border-color:var(--ink);font-size:20px}.composer .voice-mode-btn:before{content:"";display:block;width:12px;height:12px;margin:0 auto;border:2px solid currentColor;border-radius:50%;box-shadow:0 0 0 4px #20202014}.composer button:disabled{opacity:.45;cursor:default}.composer .composer-image button,.composer .composer-media button{position:absolute;top:3px;right:3px;width:20px;height:20px;border:none;border-radius:50%;background:#000000b8;color:#fff;font-size:14px;line-height:1}.composer-input-wrap{min-width:0;display:flex;align-items:center;gap:8px}.composer .composer-skill-token{width:auto;height:28px;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:0 2px;border:none;border-radius:0;background:transparent;color:#66aaf7;font-size:16px;font-weight:800;line-height:1;white-space:nowrap}.composer .composer-skill-token i{font-size:20px;line-height:1}.composer .composer-skill-token:hover{color:#2f8deb}.composer .composer-skill-token:focus-visible{outline:2px solid rgba(102,170,247,.42);outline-offset:3px;border-radius:6px}.composer textarea{min-width:0;flex:1 1 auto;height:22px;max-height:92px;border:none;outline:none;background:transparent;resize:none;overflow-y:auto;line-height:22px;padding:6px 0;font:inherit}.composer textarea::-webkit-scrollbar{width:0}.composer textarea:disabled{color:var(--ink-3)}.realtime-voice-overlay{position:fixed;inset:0;z-index:9999;display:grid;grid-template-rows:auto minmax(220px,1fr) auto auto;align-items:center;justify-items:center;row-gap:clamp(8px,2vh,20px);min-height:100dvh;padding:max(22px,env(safe-area-inset-top)) 22px max(56px,calc(env(safe-area-inset-bottom) + 42px));background:radial-gradient(circle at 50% 36%,rgba(20,20,20,.1),transparent 34%),#fff;color:#202020}.realtime-voice-top{width:min(560px,100%);display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#7a7a7a;letter-spacing:0}.realtime-voice-close{width:40px;height:40px;border:1px solid #202020;border-radius:50%;background:#fff;color:#202020;font-size:26px;line-height:1}.voice-orb-wrap{position:relative;width:min(58vh,72vw,360px);aspect-ratio:1;display:grid;place-items:center;align-self:center}.voice-orb-wrap canvas{width:100%;height:100%;position:relative;z-index:2}.voice-orb-glow{position:absolute;width:46%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(32,32,32,.22),rgba(32,32,32,.04) 56%,transparent 72%);filter:blur(3px)}.realtime-voice-copy{width:min(620px,100%);display:grid;gap:8px;text-align:center;margin-top:0}.realtime-voice-copy b{min-height:32px;font-size:20px;line-height:1.25;color:transparent}.realtime-voice-copy b:not(:empty){color:#202020;background:linear-gradient(110deg,#202020 0% 34%,#9a9a9a 47%,#202020 60% 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;animation:voiceTitleSweep 1.45s linear infinite}.realtime-voice-captions{position:relative;width:min(620px,100%);height:min(176px,24vh);margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;overflow:hidden;color:#5f5f64;font-size:15px;line-height:26px;text-align:center;will-change:contents;-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.28) 12%,#000 34%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.28) 12%,#000 34%,#000 100%)}.voice-caption-line{flex:0 0 auto;max-height:52px;padding:0 12px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere;white-space:normal;transform:translateY(0);transition:color .18s ease,opacity .18s ease}.voice-caption-line.latest{color:#202020;font-weight:650}.voice-caption-line.exiting{opacity:.42}.voice-caption-line.muted,.voice-caption-line.system{color:#8b8b90}.voice-caption-line.system{white-space:normal;max-height:48px}@keyframes voiceTitleSweep{0%{background-position:120% 0}to{background-position:-120% 0}}.realtime-voice-controls{width:min(180px,100%);display:flex;justify-content:center;margin-top:6px;padding-bottom:2px}.voice-mic-control{width:62px;height:62px;border:1px solid #202020;border-radius:50%;background:#202020;color:#fff;display:grid;place-items:center;font-size:22px;font-weight:700;line-height:1;box-shadow:0 10px 28px #2020201f;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease}.voice-mic-control:hover{transform:translateY(-1px)}.voice-mic-control svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.voice-mic-control.connecting{background:#fff;color:#202020;opacity:.62}.voice-mic-control.listening{background:#fff;color:#202020;box-shadow:0 0 0 6px #2020200f,0 10px 28px #2020201f}.voice-mic-control.speaking{background:#202020;color:#fff}.voice-mic-control.muted{background:#202020;color:#fff;box-shadow:0 0 0 6px #20202014,0 10px 28px #2020201f}.voice-mic-control.ended{background:#f2f2f2;border-color:#b8b8b8;color:#777}@media(max-height:760px){.realtime-voice-overlay{grid-template-rows:auto minmax(180px,1fr) auto auto;row-gap:6px;padding-bottom:max(46px,calc(env(safe-area-inset-bottom) + 34px))}.voice-orb-wrap{width:min(42vh,64vw,300px)}.realtime-voice-captions{height:min(146px,22vh);font-size:14px;line-height:24px}.voice-caption-line{max-height:48px}.voice-mic-control{width:56px;height:56px}}.chat-sidebar{position:absolute;inset:0 auto 0 0;width:min(300px,82%);background:#f7f7f8;border-right:1px solid var(--line);z-index:9;transform:translate(-102%);transition:transform .2s ease;display:flex;flex-direction:column;padding:14px;box-shadow:12px 0 30px #1414281f}.chat-sidebar.open{transform:translate(0)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sidebar-head strong{font-size:17px;letter-spacing:0}.sidebar-skill-entry{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);display:flex;align-items:center;gap:10px;padding:11px;margin-bottom:12px;text-align:left}.sidebar-skill-icon{width:34px;height:34px;border-radius:10px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.sidebar-skill-icon.topic{background:#f4f4f6;color:var(--ink);border:1px solid var(--line)}.sidebar-skill-entry b{display:block;font-size:14px}.sidebar-skill-entry small{display:block;margin-top:2px;color:var(--ink-3);font-size:11px}.back-to-sessions{width:100%;border:none;border-radius:10px;background:transparent;color:var(--ink-2);padding:9px 4px;text-align:left;font-size:13px;margin-bottom:8px}.sidebar-skill-list{display:grid;gap:10px;overflow-y:auto}.sidebar-skill-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;display:grid;gap:10px}.sidebar-skill-card h3{margin:0;font-size:14px;line-height:1.3}.sidebar-skill-card p{margin:5px 0 0;color:var(--ink-2);font-size:12px;line-height:1.45}.sidebar-install,.sidebar-installed{justify-self:start;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.sidebar-install{border:1px solid var(--ink);background:var(--ink);color:#fff}.sidebar-installed{border:1px solid var(--line);background:#f4f4f6;color:var(--ink-3)}.topic-card{gap:8px}.sidebar-topic-meta{justify-self:start;border-radius:999px;background:#f4f4f6;color:var(--ink-3);padding:6px 10px;font-size:11px;font-weight:700}.new-chat{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;text-align:left;font-size:14px;margin-bottom:12px}.session-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.session-item{border:none;border-radius:10px;background:transparent;color:var(--ink);padding:10px 12px;text-align:left;display:grid;gap:3px}.session-item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.session-item small{color:var(--ink-3);font-size:11px}.session-item.active,.session-item:hover{background:#fff}.main-session{grid-template-columns:36px 1fr;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);padding:12px;margin-bottom:8px}.main-session.active{border-color:var(--ink);box-shadow:0 6px 18px #14142814}.main-session-mark{width:36px;height:36px;border-radius:12px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}.main-session-copy{min-width:0;display:grid;gap:3px}.main-session-copy b{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.main-session-copy small{color:var(--ink-3);font-size:11px}.session-section-title{margin:8px 4px 2px}.sidebar-backdrop{position:absolute;inset:0;border:none;background:#1414283d;z-index:8;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.message-list{display:flex;flex-direction:column}.message-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.message-avatar{flex:0 0 auto;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);font-weight:700}.message-main{min-width:0;flex:1}.message-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px}.message-top span{color:var(--ink-3);font-size:11px;white-space:nowrap}.message-preview{margin-top:3px;color:var(--ink-2);font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unread{min-width:20px;height:20px;border-radius:999px;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;padding:0 6px}.im-screen,.im-thread-screen{display:flex;flex-direction:column;min-height:100%}.im-screen{gap:12px;background:#f2f2f3;margin:-16px;padding:18px 16px 96px}.im-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 0 10px}.im-list-tabs{display:flex;align-items:baseline;gap:20px}.im-list-tabs button{border:0;background:transparent;padding:0;color:#b9b9bd;font-size:22px;font-weight:800}.im-list-tabs button.active{color:#16161a}.im-list-actions{display:flex;gap:12px;align-items:center}.im-icon-button,.im-round-button{width:34px;height:34px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffb8;color:#17171b;font-size:20px;font-weight:700}.im-icon-button:disabled{opacity:.48}.im-connect-card{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--bg-tint);margin-bottom:12px}.im-connect-card.connected{background:#f5fbf7}.im-connect-card strong,.im-connect-card span{display:block}.im-connect-card span{margin-top:3px;color:var(--ink-2);font-size:12px;word-break:break-all}.im-refresh,.im-target-form button,.im-empty button,.im-composer button{border:1px solid var(--line-strong);background:var(--ink);color:#fff;border-radius:8px;min-height:36px;padding:0 12px}.im-refresh:disabled,.im-composer button:disabled,.im-send:disabled{opacity:.42;cursor:default}.im-target-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:12px}.im-target-form[hidden]{display:none}.im-target-form input{min-width:0;border:1px solid var(--line);border-radius:8px;padding:0 12px;height:38px;outline:none}.im-conversation-list{min-height:0;overflow:auto;gap:12px;padding-bottom:14px}.im-row{width:100%;text-align:left;border:none;border-radius:18px;padding:12px;background:#ffffffdb;position:relative;min-height:76px}.im-avatar{background-size:cover;background-position:center;color:#17171b;overflow:hidden}.im-row .message-avatar{width:50px;height:50px;border-radius:12px;font-size:19px}.im-row .message-top strong{font-size:16px;font-weight:500;color:#17171b}.im-row .message-top span{font-size:13px;color:#85858a}.im-row .message-preview{margin-top:4px;color:#8e8e93;font-size:13px;line-height:1.35}.im-unread{position:absolute;left:42px;top:6px;min-width:20px;height:20px;background:#ee3d3d;font-size:12px;box-shadow:0 2px 8px #ee3d3d42}.im-empty{display:grid;gap:8px;padding:28px 16px;color:var(--ink-2);text-align:center}.im-empty strong{color:var(--ink)}.im-empty.compact{padding:18px 12px;border:1px dashed var(--line);border-radius:8px;margin:auto 0}.im-list-loading{min-height:260px;display:grid;place-content:center;justify-items:center;gap:12px;color:#8e8e93;font-size:14px}.im-list-loading span{width:28px;height:28px;border-radius:50%;border:3px solid rgba(142,142,147,.22);border-top-color:#1f1f1f;animation:im-spin .78s linear infinite}.im-list-loading b{font-weight:500}@keyframes im-spin{to{transform:rotate(360deg)}}.im-load-more,.im-load-more-button{align-self:center;border:0;background:transparent;color:#8e8e93;font-size:13px;padding:8px 12px}.im-thread-screen{position:relative;isolation:isolate;margin:-16px;min-height:calc(100% + 32px);background-size:cover;background-position:center;overflow:hidden;color:#fff}.im-thread-backdrop{position:absolute;inset:-26px;z-index:-2;background:inherit;filter:blur(18px);transform:scale(1.08)}.im-thread-screen:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#1c181759,#26262c38 45%,#14141ac7)}.im-thread-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:24px 20px 10px;border-bottom:0;color:#fff}.im-thread-head strong,.im-thread-head span{display:block}.im-thread-head>div{text-align:center}.im-thread-head strong{font-size:20px;font-weight:650}.im-thread-head span{margin-top:4px;color:#ffffffc7;font-size:14px}.im-round-button{background:#ffffff2e;color:#fff;backdrop-filter:blur(16px)}.im-clone-toggle{display:inline-flex;align-items:center;gap:8px;color:#ffffffdb;font-size:14px}.im-clone-toggle input{position:absolute;opacity:0;pointer-events:none}.im-clone-toggle i{width:34px;height:20px;border-radius:999px;background:#ffffff73;position:relative}.im-clone-toggle i:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .18s ease}.im-clone-toggle input:checked+i{background:#0d0d10}.im-clone-toggle input:checked+i:after{transform:translate(14px)}.im-thread{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:18px;padding:18px 20px 128px}.im-bubble-row{display:flex;align-items:flex-end;gap:10px}.im-bubble-row.outgoing{justify-content:flex-end}.im-bubble-avatar{width:38px;height:38px;border-radius:11px;border:2px solid rgba(255,255,255,.82);box-shadow:0 2px 10px #0000002e;font-size:16px}.im-bubble{max-width:min(74%,340px);border-radius:18px;padding:12px 14px 8px;background:#18181ed1;color:#fff;line-height:1.5;word-break:break-word;white-space:normal;position:relative;box-shadow:0 10px 22px #00000029;backdrop-filter:blur(18px)}.im-text-content{white-space:pre-wrap}.im-bubble-row.outgoing .im-bubble{background:#14141adb;color:#fff}.im-bubble.ai{background:linear-gradient(135deg,#e2d277b8,#8068ddc7);color:#fff;border:1px solid rgba(255,255,255,.24);margin-right:6px}.im-bubble.image,.im-bubble.sticker{padding:0;background:transparent;box-shadow:none;border:0;backdrop-filter:none}.im-ai-badge{position:absolute;right:-22px;bottom:-11px;min-width:30px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:#15151a;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.im-bubble-name{margin-bottom:3px;color:#ffffffbd;font-size:13px}.im-bubble time{display:block;margin-top:6px;opacity:.55;font-size:11px;text-align:right}.im-media-button{border:0;padding:0;background:transparent;display:block}.im-media-button img{display:block;max-width:min(240px,62vw);max-height:280px;-o-object-fit:cover;object-fit:cover;border-radius:18px;box-shadow:0 12px 28px #0000002e}.im-media-button.sticker img{width:min(150px,42vw);max-height:160px;-o-object-fit:contain;object-fit:contain;border-radius:0;box-shadow:none}.im-link-card{display:block;color:#fff;text-decoration:none;white-space:normal}.im-voice-bubble{display:flex;align-items:center;gap:10px;min-width:128px}.im-voice-asr{margin-top:6px;opacity:.74;font-size:13px}.im-typing{width:-moz-max-content;width:max-content;max-width:70%;padding:8px 10px;border-radius:14px;background:#ffffff38;color:#fff;font-size:12px}.im-composer{position:absolute;left:0;right:0;bottom:0;display:grid;gap:10px;padding:12px 16px 38px;border-top:0;background:linear-gradient(180deg,#1e1e2600,#1f1f27e0);backdrop-filter:blur(18px)}.im-composer-main{display:grid;grid-template-columns:44px minmax(0,1fr) 44px auto;gap:10px;align-items:end}.im-composer textarea{min-height:44px;max-height:96px;resize:none;border:0;border-radius:17px;padding:12px 14px;outline:none;background:#ffffffe6;color:#16161a;font-size:16px}.im-composer .im-tool{width:44px;height:44px;border:0;border-radius:999px;background:#ffffffeb;color:#16161a;font-size:22px;padding:0}.im-send{min-width:54px;height:44px;border:0;border-radius:14px;background:#fff;color:#16161a;font-weight:800;padding:0 12px}.im-pending-media{display:flex;gap:8px;overflow:auto}.im-pending-media button{position:relative;border:0;padding:0;background:transparent}.im-pending-media img{width:58px;height:58px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.im-pending-media span{position:absolute;right:-5px;top:-5px;width:18px;height:18px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.im-panel{display:flex;gap:12px;padding:10px 4px 2px;overflow:auto}.im-panel:not(.im-sticker-panel) button{border:0;background:#ffffffe0;color:#17171b;border-radius:16px;min-width:72px;min-height:72px;display:grid;place-items:center;gap:4px}.im-panel:not(.im-sticker-panel) b{font-size:12px}.im-panel:not(.im-sticker-panel) img{width:58px;height:58px;-o-object-fit:contain;object-fit:contain}.im-ai-note{position:absolute;left:0;right:0;bottom:14px;text-align:center;color:#ffffff47;font-size:12px;pointer-events:none}.feed-screen{gap:12px}.feed-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#f2f2f3}.feed-tab{min-height:34px;border:0;border-radius:9px;background:transparent;color:#111;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:15px;font-weight:400}.feed-tab i{color:currentColor;font-size:19px;line-height:1}.feed-tab.active{background:#fff;color:#111;box-shadow:0 4px 12px #14142814}.elys-feed-screen{background:#f5f5f6}.elys-action-report{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px;border:1px solid #dedee2;border-radius:22px;background:#ffffffbd;box-shadow:inset 0 1px #ffffffb8}.elys-action-report-copy{display:grid;gap:9px;min-width:0}.elys-action-report-copy>span{color:#8f8f96;font-size:15px;line-height:1.35}.elys-action-report-copy p{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin:0;color:#8d8d92;font-size:15px;line-height:1.35}.elys-action-report-copy strong{color:var(--ink);font-size:27px;font-weight:900;letter-spacing:0}.elys-action-report-copy i{display:inline-block;width:1px;height:18px;background:#c8c8cc;transform:translateY(3px)}.elys-action-report-refresh{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:#1f1f1f}.elys-action-report-refresh:disabled{opacity:.5}.elys-action-report.has-error{border-color:#f0c8c8;background:#fff7f7}.elys-feed-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.elys-feed-head div{display:grid;gap:3px;min-width:0}.elys-feed-head strong{font-size:17px;letter-spacing:0}.elys-feed-head span,.elys-feed-error{color:var(--ink-3);font-size:12px;line-height:1.45}.elys-feed-refresh,.elys-feed-more{flex:0 0 auto;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;padding:8px 13px;font-size:12px;font-weight:800}.elys-feed-refresh:disabled,.elys-feed-more:disabled{opacity:.6}.elys-feed-error{border:1px solid #f0c8c8;border-radius:12px;background:#fff6f6;color:#8a1111;padding:10px 12px}.elys-timeline{display:grid;gap:12px}.elys-post,.elys-empty{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px;box-shadow:0 8px 20px #14142809}.elys-post{cursor:pointer}.elys-post:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.elys-post-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:11px}.elys-author-avatar,.elys-ai-avatar,.elys-comment-avatar{border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}img.elys-author-avatar,img.elys-ai-avatar,img.elys-comment-avatar{display:block}span.elys-author-avatar,span.elys-ai-avatar,span.elys-comment-avatar{display:grid}.elys-author-avatar{width:40px;height:40px}.elys-ai-avatar{width:30px;height:30px}.elys-comment-avatar{width:34px;height:34px;font-size:13px}.elys-author-meta{display:grid;gap:3px;min-width:0;flex:1}.elys-author-meta>div{display:flex;align-items:center;gap:5px;min-width:0}.elys-author-meta strong{font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elys-author-meta small{color:var(--ink-3);font-size:12px}.elys-author-meta em,.elys-verified,.elys-post-badges span{border-radius:999px;padding:2px 6px;background:#f1f1f1;color:var(--ink-3);font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.elys-verified{background:var(--ink);color:#fff;padding:1px 5px}.elys-more{border:0;background:transparent;color:var(--ink-3);font-size:16px;line-height:1;padding:0 0 0 8px}.elys-post-content-wrap{position:relative;margin:0 0 12px;overflow:hidden}.elys-post-content-wrap.collapsed{max-height:calc(1.62em * 5)}.elys-post-content-wrap.collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.5em;background:linear-gradient(180deg,#fff0,#fff);pointer-events:none}.elys-post-content{margin:0 0 12px;color:var(--ink);font-size:15.5px;line-height:1.62;white-space:pre-wrap}.elys-post-content-wrap .elys-post-content{margin-bottom:0}.elys-expand{border:0;background:transparent;color:var(--ink-3);padding:0 0 12px;font-size:13px;font-weight:800}.elys-image-grid{display:grid;gap:5px;margin:0 0 12px;overflow:hidden;border-radius:10px}.elys-image-grid.single{grid-template-columns:1fr}.elys-image-grid.double,.elys-image-grid.multi{grid-template-columns:repeat(2,1fr)}.elys-image-tile{position:relative;border:0;padding:0;margin:0;background:var(--bg-tint);display:block;min-width:0;overflow:hidden}.elys-image-tile img{width:100%;min-height:138px;max-height:260px;-o-object-fit:cover;object-fit:cover;display:block;background:var(--bg-tint)}.elys-link-preview{display:flex;gap:10px;align-items:center;margin:0 0 11px;border:1px solid var(--line);border-radius:12px;padding:9px;color:var(--ink);text-decoration:none;background:#fafafa}.elys-link-preview img{width:58px;height:58px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.elys-link-preview span{display:grid;gap:3px;min-width:0}.elys-link-preview strong{font-size:13px}.elys-link-preview em{color:var(--ink-3);font-size:12px;font-style:normal;line-height:1.35}.elys-ai-comment{display:flex;align-items:flex-start;gap:9px;margin:0 0 11px;border-radius:12px;background:#f7f7f7;color:var(--ink-2);padding:10px}.elys-ai-comment.approved{background:#f2f7ff}.elys-ai-comment.approved p{color:#1266d6}.elys-ai-avatar-wrap{position:relative;flex:0 0 auto}.elys-approve-pulse{position:absolute;left:50%;top:-16px;transform:translate(-50%);border:1px solid #1266d6;border-radius:999px;background:#1266d6;color:#fff;padding:2px 6px;font-size:10px;font-weight:900;white-space:nowrap;box-shadow:0 5px 12px #1266d647;animation:approveWiggle 1.25s ease-in-out infinite}@keyframes approveWiggle{0%,to{transform:translate(-50%) rotate(0) scale(1)}20%{transform:translate(-50%) rotate(-5deg) scale(1.04)}40%{transform:translate(-50%) rotate(5deg) scale(1.04)}60%{transform:translate(-50%) rotate(-3deg) scale(1.02)}80%{transform:translate(-50%) rotate(3deg) scale(1.02)}}.elys-ai-comment b{display:flex;align-items:center;gap:5px;color:var(--ink);font-size:12px}.elys-ai-comment b span,.elys-comment-preview b em{font-size:9px;font-style:normal}.elys-ai-comment b .ai-badge,.elys-comment-preview b .ai-badge{background:transparent;color:var(--ink-3);padding:0;border-radius:0;font-weight:800}.elys-ai-comment b .approved-badge,.elys-comment-preview b .approved-badge{border-radius:999px;background:var(--ink);color:#fff;padding:1px 5px;font-weight:800}.elys-ai-comment.approved b span{background:var(--ink);color:#fff}.elys-ai-comment p{margin:4px 0 0;font-size:13px;line-height:1.5}.elys-comments{display:grid;gap:10px;margin-bottom:18px}.elys-comment-preview{display:flex;align-items:flex-start;gap:12px;border-radius:14px;background:#f6f6f6;padding:12px 14px}.elys-comment-preview.approved,.elys-comment-preview.own{background:#f2f7ff}.elys-comment-preview p{margin:0;min-width:0;color:var(--ink-2);font-size:16px;line-height:1.55}.elys-comment-preview b{display:inline-flex;align-items:center;gap:6px;margin-right:8px;color:var(--ink);font-size:16px;font-weight:850}.elys-comment-preview span{color:var(--ink-2)}.elys-comment-preview.approved span{color:#1266d6}.elys-comment-preview.approved b .approved-badge{background:var(--ink);color:#fff}.elys-comment-more{justify-self:start;border:0;background:transparent;color:#1f1f1f;padding:4px 2px;font-size:16px;font-weight:700}.elys-post-actions{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding-top:18px}.elys-post-actions button{border:0;background:transparent;color:#111;display:inline-flex;align-items:center;gap:10px;padding:6px 4px;font-size:16px;font-weight:400}.elys-action-icon{color:#111;flex:0 0 auto;font-size:27px;line-height:1;font-weight:400}.elys-post-actions button b{color:#111;font-size:16px;font-weight:400;line-height:1}.elys-post-actions button.active{color:#111}.elys-post-actions button.active .elys-action-icon{color:#ef4444}.elys-post-actions button.active b{color:#111}.elys-post-badges{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto;min-width:0;flex-wrap:wrap}.elys-post-badges span{background:#f4f1dc;color:#6b5b12}.elys-post-badges button{border:0;border-radius:999px;background:#f4f1dc;color:#6b5b12;padding:2px 8px;font-size:10px;font-weight:900}.elys-inline-repost{display:grid;gap:18px;margin:22px 0 6px;padding:22px;border:1px solid #d9d9dd;border-radius:20px;background:#fff}.elys-inline-repost header{display:flex;align-items:flex-start;gap:12px}.elys-inline-repost-avatar{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:#ececef;color:#111;font-size:18px;font-weight:500;flex:0 0 auto}img.elys-inline-repost-avatar{-o-object-fit:cover;object-fit:cover}.elys-inline-repost strong{display:block;color:#111;font-size:22px;line-height:1.2;font-weight:500}.elys-inline-repost small{display:block;margin-top:6px;color:#909097;font-size:17px;line-height:1.2;font-weight:300}.elys-inline-repost p{margin:0;color:#19191d;font-size:22px;line-height:1.45;font-weight:300;overflow-wrap:anywhere;white-space:pre-wrap}.elys-inline-repost>img{width:172px;max-width:48%;height:auto;max-height:230px;border-radius:16px;-o-object-fit:cover;object-fit:cover}.elys-repost-dialog{width:min(92vw,620px);max-width:none;padding:22px;border-radius:20px}.elys-repost-title{color:#111;font-size:20px;font-weight:500}.elys-repost-input{width:100%;min-height:118px;margin-top:16px;border:0;border-bottom:1px solid #e5e5e7;background:#fff;color:#111;font-size:21px;font-weight:400;line-height:1.45;resize:none;outline:none}.elys-repost-input::-moz-placeholder{color:#a1a1aa}.elys-repost-input::placeholder{color:#a1a1aa}.elys-repost-card{display:grid;gap:12px;margin-top:18px;padding:16px;border:1px solid #e5e5e7;border-radius:14px;background:#fafafa}.elys-repost-card header{display:flex;align-items:center;gap:10px}.elys-repost-avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;overflow:hidden;background:#ececef;color:#111;font-size:13px;font-weight:500}img.elys-repost-avatar{-o-object-fit:cover;object-fit:cover}.elys-repost-card strong{display:block;color:#111;font-size:14px;font-weight:500}.elys-repost-card small{display:block;margin-top:2px;color:#8d8d93;font-size:12px;font-weight:400}.elys-repost-card p{margin:0;color:#29292d;font-size:15px;font-weight:400;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.elys-repost-card>img{width:112px;height:112px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.elys-repost-error{margin-top:14px;color:#ef4444;font-size:14px;line-height:1.45}.elys-repost-footer{align-items:center}.elys-modal-post{display:grid;gap:6px;margin-bottom:12px;border-radius:12px;background:#f7f7f7;padding:11px}.elys-modal-post strong{font-size:13px}.elys-modal-post p{margin:0;color:var(--ink-2);font-size:13px;line-height:1.5;white-space:pre-wrap}.elys-comment-compose{width:100%;min-height:86px;border:1px solid var(--line);border-radius:12px;padding:10px 11px;resize:vertical;font:inherit;margin-bottom:12px}.elys-modal-comments{display:grid;gap:8px}.elys-modal-loading{color:var(--ink-3);font-size:13px;padding:8px 2px}.elys-os-content{border-radius:14px;background:#f4f1dc;color:var(--ink);padding:13px;font-size:14px;line-height:1.65;white-space:pre-wrap}.elys-os-actions{display:flex;gap:8px;margin-top:12px}.elys-os-actions button{flex:1;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:9px 12px;font-size:13px;font-weight:800}.elys-empty{display:grid;gap:5px;color:var(--ink-2);text-align:center}.elys-feed-more{width:100%;border-radius:12px}.image-grid{display:grid;gap:6px;margin-bottom:12px;min-height:150px;max-height:260px;overflow:hidden;border-radius:10px}.image-grid.single{grid-template-columns:1fr}.image-grid.double,.image-grid.multi{grid-template-columns:repeat(2,1fr)}.image-grid img{width:100%;height:100%;min-height:118px;-o-object-fit:cover;object-fit:cover;display:block;background:var(--bg-tint)}.image-grid.single img{max-height:240px}.image-grid.multi img:first-child{grid-row:span 2}.news-card h3{margin:0 0 7px;font-size:17px;line-height:1.35;letter-spacing:0}.news-summary{margin:0;color:var(--ink-2);font-size:13px;line-height:1.55}.market-strip{min-height:38px;border-radius:11px;padding:8px 10px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.market-strip.up{color:#075f35;background:#e8fbf0}.market-strip.down{color:#8a1111;background:#ffeaea}.market-strip span{font-size:12px;font-weight:800;border-radius:999px;background:#ffffffb8;padding:3px 8px}.market-strip strong{min-width:0;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;letter-spacing:0}.market-strip em{font-style:normal;white-space:nowrap;font-size:15px}.preference-help{color:var(--ink-2);font-size:13px;line-height:1.55;margin-bottom:12px}.feed-detail{gap:16px;padding-top:36px}.detail-article{display:flex;flex-direction:column;gap:12px}.detail-image{width:100%;min-height:160px;max-height:280px;aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);background:var(--bg-tint)}.detail-gallery{display:grid;grid-template-columns:1fr;gap:8px}.detail-gallery img{width:100%;min-height:180px;max-height:360px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);background:var(--bg-tint)}.detail-article h2{margin:0;font-size:23px;line-height:1.28;letter-spacing:0}.detail-overview{margin:0;color:var(--ink-2);font-size:15px;line-height:1.6}.body-summary{border-top:1px solid var(--line);padding-top:14px}.body-summary h3,.comment-head h3{margin:0;font-size:15px;letter-spacing:0}.body-summary p{margin:8px 0 0;color:var(--ink-2);font-size:14px;line-height:1.7}.source-button{align-self:flex-start;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;padding:10px 18px;font-size:14px;font-weight:600}.comment-panel{border-top:1px solid var(--line);padding-top:16px}.comment-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.comment-head span{color:var(--ink-3);font-size:12px}.comment-compose{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:14px}.comment-compose input{min-width:0;border:1px solid var(--line);border-radius:999px;padding:10px 13px;outline:none}.comment-compose button{border:none;border-radius:999px;background:var(--ink);color:#fff;padding:0 15px;font-size:13px;font-weight:600}.comment-list{display:flex;flex-direction:column;gap:14px}.comment-item{display:grid;grid-template-columns:34px 1fr;gap:10px}.comment-avatar{width:34px;height:34px;border-radius:50%;background:var(--accent-soft);color:#5a4ca0;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.comment-name{font-size:13px;font-weight:700}.comment-body p{margin:4px 0 6px;color:var(--ink-2);font-size:14px;line-height:1.55}.comment-actions{display:flex;gap:12px}.comment-actions button{border:none;background:transparent;color:var(--ink-3);padding:0;font-size:12px}.reply-item{margin-top:8px;border-radius:10px;background:var(--bg-tint);padding:8px 10px;color:var(--ink-2);font-size:13px;line-height:1.45}.reply-item strong{color:var(--ink);margin-right:6px}.persona-tabs{display:flex;gap:8px;margin:-16px -16px 16px;padding:14px 58px 12px 14px;background:#fffffff0;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none;white-space:nowrap;-webkit-overflow-scrolling:touch;position:sticky;top:-16px;z-index:6;backdrop-filter:blur(10px)}.persona-tabs.has-back{padding-left:52px}.persona-tabs::-webkit-scrollbar{display:none}.persona-tab{flex:0 0 auto;border:none;background:transparent;color:var(--ink-3);font-size:18px;font-weight:700;letter-spacing:0;padding:8px 2px;position:relative}.persona-tab.active{color:var(--ink)}.persona-tab.active:after{content:"";position:absolute;left:2px;right:2px;bottom:0;height:3px;border-radius:999px;background:var(--ink)}.section{margin-top:18px}.section:first-child{margin-top:4px}.persona-tabs+.section,.persona-tabs+div>.section:first-child,.persona-tabs+div>.identity:first-child,.persona-tabs+div>.menu-list:first-child{margin-top:0}.section-h{display:flex;align-items:baseline;justify-content:space-between;margin:0 2px 10px}.section-h h3{margin:0;font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--ink-2);text-transform:uppercase}.section-h .meta{font-size:11px;color:var(--ink-3)}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);padding:14px}.card+.card{margin-top:10px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:none}.row .k{color:var(--ink-2);font-size:13px}.row .v{color:var(--ink);font-size:14px;display:flex;align-items:center;gap:8px}.row.editable{cursor:pointer}.row.editable:hover .v{color:var(--ink)}.row.editable .v:after{content:"›";color:var(--ink-3);font-size:16px;margin-left:4px}.chip{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:11px;background:var(--accent-soft);color:#5a4ca0;font-size:11px;letter-spacing:.04em}.chip.hi{background:var(--highlight);color:#5a4a00}.chip.dot:before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%;display:inline-block}.btn{border:1px solid var(--line-strong);background:var(--bg);color:var(--ink);border-radius:999px;padding:8px 16px;font-size:13px;letter-spacing:.04em;transition:background .15s ease,color .15s ease}.btn:hover,.btn.primary{background:var(--ink);color:#fff}.btn.primary:hover{background:#000}.btn.ghost{border-color:var(--line);color:var(--ink-2)}.btn.ghost:hover{background:var(--accent-soft);color:var(--ink);border-color:var(--line)}.btn.tiny{padding:4px 10px;font-size:11px}.toggle{--w: 32px;--h: 18px;position:relative;width:var(--w);height:var(--h);border-radius:999px;background:#e4e2eb;border:none;cursor:pointer;transition:background .18s ease}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:calc(var(--h) - 4px);height:calc(var(--h) - 4px);background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .18s ease}.toggle.on{background:var(--ink)}.toggle.on:after{transform:translate(calc(var(--w) - var(--h)))}.identity{display:grid;grid-template-columns:96px minmax(0,1fr) 58px;gap:14px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:var(--radius)}.avatar-progress-ring{--level-progress: 0%;width:96px;height:96px;border-radius:50%;padding:16px 14px 14px;display:grid;place-items:center;position:relative;background:conic-gradient(var(--ink) var(--level-progress),var(--line) 0)}.avatar-progress-ring:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#fff}.avatar-progress-ring .avatar{position:relative;z-index:1}.avatar-progress-label{position:absolute;z-index:2;left:50%;bottom:9px;transform:translate(-50%);color:var(--ink);font-size:12px;font-weight:450;line-height:1}.avatar{width:64px;height:64px;border-radius:50%;background:var(--accent);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#45397a;letter-spacing:0;overflow:hidden;padding:0}.profile-avatar-button{cursor:pointer;position:relative}.profile-avatar-button:after{content:"";position:absolute;inset:0;border-radius:50%;background:#00000038;opacity:0;transition:opacity .18s ease}.profile-avatar-button img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.profile-avatar-button span{display:grid;place-items:center;width:100%;height:100%}.profile-avatar-button i{position:absolute;left:50%;bottom:7px;z-index:1;transform:translate(-50%) translateY(4px);color:#fff;font-size:10px;font-style:normal;font-weight:700;opacity:0;transition:opacity .18s ease,transform .18s ease;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.35)}.profile-avatar-button:hover:after,.profile-avatar-button:hover i,.profile-avatar-button:focus-visible:after,.profile-avatar-button:focus-visible i{opacity:1;transform:translate(-50%) translateY(0)}.identity .ident-meta{min-width:0;display:flex;flex-direction:column;gap:7px}.identity .name{font-size:17px;font-weight:750}.identity .lvl{font-size:15px;color:var(--ink-2);display:inline-flex;gap:8px;align-items:center}.identity .lvl b{font-size:18px;font-weight:850;color:var(--ink)}.level-trigger{border:none;background:transparent;padding:0;width:-moz-fit-content;width:fit-content;cursor:pointer}.level-trigger span{color:var(--ink-3);font-size:18px;line-height:1}.level-trigger:hover b{text-decoration:underline}.overview-level-display{display:inline-flex;align-items:center;gap:8px;color:var(--ink)}.overview-level-label{color:var(--ink-2);font-size:14px;font-weight:500}.overview-level-display b{color:var(--ink);font-size:28px;font-weight:680;line-height:.9}.overview-level-chevron{color:var(--ink-3);font-size:22px;line-height:1}.overview-memory-count{color:var(--ink-3);font-size:12px;font-weight:650}.capacity{border:1px solid var(--line);border-radius:var(--radius-sm);padding:8px 10px;display:flex;flex-direction:column;gap:4px;align-items:stretch;text-align:center}.capacity .label{font-size:10px;color:var(--ink-3);letter-spacing:.08em}.capacity .bar{height:4px;background:var(--line);border-radius:2px;overflow:hidden}.capacity .bar>span{display:block;height:100%;background:var(--ink);border-radius:2px}.capacity .pct{font-size:12px;font-weight:600}.overview-memory-add{width:52px;height:52px;border:1px solid var(--ink);border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;justify-self:end;font-size:34px;line-height:1;transition:background .16s ease,color .16s ease,transform .16s ease}.overview-memory-add span:not(.typing-dots){transform:translateY(-1px)}.overview-memory-add:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}.overview-memory-add:disabled{cursor:default;opacity:.62;transform:none}.overview-feature-frame{width:100%;margin-top:18px;aspect-ratio:1 / 1;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.memory-swipe-zone{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:16px;overflow:hidden;touch-action:pan-y}.memory-swipe-head{display:flex;align-items:center;justify-content:space-between;color:var(--ink-2);font-size:12px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.memory-swipe-head b{min-width:26px;height:22px;border-radius:999px;background:#f3f3f3;color:var(--ink);display:grid;place-items:center;font-size:12px;letter-spacing:0}.memory-swipe-deck{position:relative;min-height:0;width:min(100%,360px);justify-self:center;align-self:stretch}.memory-swipe-card{position:absolute;inset:0;border:1px solid rgba(31,31,31,.08);border-radius:24px;background:var(--card-bg, #f4f4f4);color:#1f1f1f;padding:clamp(22px,6vw,34px);display:grid;grid-template-rows:auto 1fr auto auto;align-content:end;box-shadow:0 18px 42px #00000014;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;transform:translate(calc(var(--stack, 0) * 10px)) translateY(calc(var(--stack, 0) * 8px)) scale(calc(1 - var(--stack, 0) * .035));opacity:calc(1 - var(--stack, 0) * .16);transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease;will-change:transform}.memory-swipe-card.dragging{cursor:grabbing;transition:none;box-shadow:0 24px 60px #00000021}.memory-swipe-tag{width:-moz-max-content;width:max-content;max-width:100%;margin-bottom:auto;border-radius:999px;background:#ffffff6b;color:#1f1f1fad;padding:5px 10px;font-size:12px;font-weight:760}.memory-swipe-card h4{align-self:end;margin:0 0 14px;max-width:11em;color:#1f1f1f;font-size:clamp(25px,6.5vw,38px);line-height:1.04;font-weight:720;letter-spacing:0}.memory-swipe-card p{margin:0;color:#1f1f1fad;font-size:14px;line-height:1.48}.memory-swipe-card small{margin-top:18px;color:#1f1f1f6b;font-size:12px;font-weight:700}.memory-swipe-status{position:absolute;top:18px;border:1px solid currentColor;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:850;letter-spacing:.08em;opacity:0;transform:rotate(-8deg);transition:opacity .1s linear}.memory-swipe-status.save{right:18px;color:#176739}.memory-swipe-status.skip{left:18px;color:#9a3a32;transform:rotate(8deg)}.memory-swipe-card[data-intent=save] .memory-swipe-status.save,.memory-swipe-card[data-intent=skip] .memory-swipe-status.skip{opacity:var(--swipe-opacity, 0)}.memory-swipe-hint{color:var(--ink-3);text-align:center;font-size:12px;font-weight:650}.memory-swipe-zone.empty:after{content:"这批新记忆已处理完";position:absolute;inset:0;display:grid;place-items:center;color:var(--ink-3);font-size:14px;font-weight:700}.memory-swipe-zone.empty .memory-swipe-head,.memory-swipe-zone.empty .memory-swipe-hint{opacity:0}@media(min-width:900px){.identity{min-height:250px;grid-template-columns:220px minmax(0,1fr) 112px;grid-template-rows:auto;-moz-column-gap:52px;column-gap:52px;row-gap:0;padding:42px 72px 42px 64px;border-radius:20px;align-items:center}.avatar-progress-ring{grid-column:1;grid-row:1;justify-self:center;width:162px;height:162px;padding:34px 28px 22px}.avatar-progress-ring .avatar{width:92px;height:92px;border-width:2px;align-self:start}.avatar-progress-ring:after{inset:12px}.avatar-progress-label{bottom:12px;font-size:15px}.identity .ident-meta{grid-column:2;grid-row:1;align-self:center;justify-self:start;align-items:flex-start;gap:10px;text-align:left}.identity .name{font-size:26px;font-weight:780;line-height:1.05}.overview-level-display{margin-top:0;justify-content:flex-start;gap:10px}.overview-level-label{font-size:20px}.overview-level-display b{font-size:48px;font-weight:650;letter-spacing:-.02em}.overview-level-chevron{font-size:26px}.overview-memory-count{margin-top:2px;font-size:14px}.identity .lvl{display:none}.overview-memory-add{grid-column:3;grid-row:1 / span 2;width:78px;height:78px;font-size:48px;align-self:center;justify-self:center}.overview-feature-frame{margin-top:34px;aspect-ratio:2 / 1;border-radius:20px;padding:20px 28px}.memory-swipe-deck{width:min(42%,360px)}.memory-swipe-card h4{font-size:32px}}.memory-ingest{width:100%;min-height:118px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);color:var(--ink);display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;-moz-column-gap:14px;column-gap:14px;row-gap:4px;align-items:center;padding:18px;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.memory-ingest:hover{border-color:var(--ink);transform:translateY(-1px)}.memory-ingest:disabled{cursor:default;transform:none}.memory-ingest-icon{grid-row:1 / span 2;width:58px;height:58px;border-radius:18px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center}.memory-ingest.loading .memory-ingest-icon{background:var(--bg-soft);color:var(--ink-2);border:1px solid var(--line)}.memory-ingest-main{font-size:18px;font-weight:700;letter-spacing:0}.memory-ingest-sub{color:var(--ink-2);font-size:12px;line-height:1.45}.manual-memory-field textarea{min-height:180px;max-height:42vh}.char-counter{text-align:right;font-size:11px;color:var(--ink-3)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px;text-align:center}.stat .num{font-size:18px;font-weight:600}.stat .lbl{font-size:11px;color:var(--ink-3);margin-top:2px;letter-spacing:.04em}.hl{background:var(--highlight);padding:0 3px;border-radius:2px}.dyn-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dyn-cell{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.dyn-cell:hover{border-color:var(--ink-3);background:var(--bg-tint)}.dyn-cell .lbl{font-size:11px;color:var(--ink-3);letter-spacing:.06em}.dyn-cell .val{font-size:14px;margin-top:4px}.dyn-cell.full{grid-column:span 2}.dyn-cell.avail{display:flex;align-items:center;justify-content:space-between;cursor:default}.fixed-list .row .v.public-meta{color:var(--ink-3);font-size:11px}.menu-list .menu-item{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:8px;background:var(--bg);transition:border-color .15s ease,background .15s ease}.menu-list .menu-item:hover{border-color:var(--ink-3);background:var(--bg-tint)}.menu-item .left{display:flex;align-items:center;gap:12px}.menu-item .glyph{width:32px;height:32px;border-radius:8px;background:var(--accent-soft);color:#5a4ca0;display:inline-flex;align-items:center;justify-content:center}.menu-item .name{font-size:15px}.menu-item .sub{font-size:11px;color:var(--ink-3);margin-top:2px}.menu-item .right{color:var(--ink-3);font-size:12px;display:inline-flex;align-items:center;gap:6px}.menu-item .right .count{color:var(--ink-2);font-size:13px}.empty{padding:40px 16px;text-align:center;color:var(--ink-3);border:1px dashed var(--line);border-radius:var(--radius)}.empty .em-title{color:var(--ink-2);margin-bottom:4px;font-size:14px}.empty .em-sub{font-size:12px}.entry-list .entry{border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:8px;position:relative}.entry .e-title{font-size:14px;font-weight:600;margin-bottom:4px}.entry .e-body{font-size:13px;color:var(--ink-2);white-space:pre-wrap;line-height:1.5}.entry .e-meta{font-size:11px;color:var(--ink-3);margin-top:6px;display:flex;gap:8px}.entry .e-actions{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.entry:hover .e-actions{opacity:1}.entry .e-actions .iconbtn{width:26px;height:26px;color:var(--ink-3)}.entry .e-actions .iconbtn:hover{color:var(--ink);background:var(--accent-soft)}.entry-detail{border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px}.entry-detail .e-title{font-size:15px;font-weight:600;margin-bottom:8px}.entry-detail .e-body{font-size:14px;color:var(--ink-2);line-height:1.6;white-space:pre-wrap}.entry-detail .e-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;color:var(--ink-3);font-size:11px}.entry.movie{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:flex-start;padding:12px}.entry.movie .movie-poster{width:84px;aspect-ratio:2 / 3;border-radius:6px;background:var(--accent-soft);overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;color:var(--ink-3);line-height:1.3;flex-shrink:0}.entry.movie .movie-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.entry.movie .movie-poster.loading{background:linear-gradient(110deg,var(--accent-soft) 30%,#f6f3ff 50%,var(--accent-soft) 70%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.entry.movie .movie-meta{min-width:0}.entry.movie .e-title .year{font-weight:400;color:var(--ink-3);font-size:12px;margin-left:6px}.entry.movie .e-title .orig{font-weight:400;color:var(--ink-3);font-size:11px;margin-left:6px}.level-card{border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin-bottom:14px;background:var(--bg-tint)}.level-card .lc-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.level-card .lc-name{font-size:14px;font-weight:600;letter-spacing:.02em}.level-card .lc-lv{font-size:12px;color:var(--ink-2);margin-left:6px}.level-card .lc-lv b{color:var(--ink);font-weight:600;font-size:13px;letter-spacing:.04em}.level-card .lc-count{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1}.level-card .lc-count .unit{font-size:11px;color:var(--ink-3);margin-left:3px;font-weight:400;letter-spacing:.04em}.level-card .lc-bar{height:4px;border-radius:2px;background:#e6e1f3;margin-top:12px;overflow:hidden}.level-card .lc-bar>span{display:block;height:100%;background:var(--ink);border-radius:2px;transition:width .5s ease}.level-card .lc-hint{font-size:11px;color:var(--ink-3);margin-top:6px;letter-spacing:.02em}.lv-pill{display:inline-block;font-size:10px;background:var(--accent-soft);color:#5a4ca0;padding:2px 8px;border-radius:999px;letter-spacing:.04em;font-weight:500}.banner{border:1px dashed var(--line);background:var(--bg-tint);border-radius:var(--radius-sm);padding:10px 12px;font-size:12px;color:var(--ink-2);display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;cursor:pointer;transition:border-color .15s ease}.banner:hover{border-color:var(--ink-3)}.banner .b-act{color:var(--ink);font-size:12px}.fab{position:absolute;right:16px;bottom:80px;width:44px;height:44px;border-radius:50%;background:var(--ink);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #0000002e;z-index:5}.fab:hover{background:#000}.person{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.person:hover{border-color:var(--ink-3);background:var(--bg-tint)}.person .avatar{width:40px;height:40px;font-size:14px}.profile-page{margin:-16px;min-height:calc(100% + 32px);background:#f6f6f8;padding-bottom:18px}.profile-hero{background:transparent;border-bottom:1px solid var(--line);padding-bottom:12px}.profile-cover{height:172px;background:linear-gradient(135deg,#c9bcf5f2,#fef083b8),linear-gradient(45deg,#f8f7ff,#fff);background-size:cover;background-position:center;position:relative}.profile-cover.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#00000057)}.profile-cover-btn{position:absolute;right:14px;bottom:12px;z-index:1;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#ffffffbd;color:var(--ink);padding:6px 10px;font-size:11px;font-weight:800;backdrop-filter:blur(10px)}.profile-main-card{margin:-42px 14px 0;border:1px solid var(--line);border-radius:14px;background:#fffffff5;padding:0 14px 14px;position:relative;box-shadow:0 10px 28px #14142814}.profile-main{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:end;padding:0;margin-top:0}.profile-main-avatar{width:82px;height:82px;border-radius:50%;border:4px solid var(--bg);background:var(--accent);color:#45397a;display:grid;place-items:center;font-size:25px;font-weight:700;overflow:hidden;position:relative;transform:translateY(-22px);margin-bottom:-18px;box-shadow:0 10px 24px #14142824}.profile-main-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-main-avatar i{position:absolute;inset:auto 0 0;padding:4px 0 6px;background:#0000006b;color:#fff;font-size:10px;font-style:normal;opacity:0;transition:opacity .18s ease}.profile-main-avatar:hover i,.profile-main-avatar:focus-visible i{opacity:1}.profile-main-copy{min-width:0;padding:13px 0 3px}.profile-name-row{display:flex;align-items:center;gap:8px;min-width:0}.profile-name-row h2{margin:0;font-size:21px;line-height:1.12;letter-spacing:0;overflow-wrap:anywhere}.profile-id-row{display:flex;align-items:center;gap:7px;margin-top:5px;color:var(--ink-2);font-size:11px}.profile-id-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-id-row span+span{flex:0 0 auto;border-radius:999px;background:var(--ink);color:#fff;padding:2px 6px;font-weight:800}.profile-intro{margin:11px 0 0;color:var(--ink);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.profile-meta-line{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.profile-meta-line span{color:var(--ink-2);font-size:12px}.profile-meta-line span+span:before{content:"·";margin-right:6px;color:var(--ink-3)}.profile-verified,.profile-labels span{flex:0 0 auto;border-radius:999px;background:var(--accent-soft);color:#5a4ca0;font-size:11px;padding:3px 7px}.profile-labels{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.profile-actions{display:flex;gap:10px;padding:13px 0 0}.profile-actions .btn{flex:1}.profile-social-row{display:grid;grid-template-columns:repeat(3,1fr);margin:13px -2px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-social-row button{border:none;background:transparent;padding:10px 4px;display:grid;gap:3px;place-items:center}.profile-social-row b{font-size:17px;line-height:1}.profile-social-row span{color:var(--ink-2);font-size:11px}.profile-level-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;border-radius:10px;background:#f4f2fc;padding:10px 11px}.profile-level-strip div{display:flex;align-items:center;gap:8px;min-width:0}.profile-level-strip b{color:#5a4ca0}.profile-level-strip span,.profile-level-strip em{color:var(--ink-2);font-size:12px;font-style:normal;line-height:1.3}.profile-level-strip em{flex:0 0 auto;color:var(--ink-3)}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--bg);border-bottom:1px solid var(--line)}.profile-stats button{border:none;background:transparent;padding:13px 4px 14px;display:flex;flex-direction:column;gap:3px;align-items:center;min-width:0}.profile-stats b{font-size:17px;line-height:1.1}.profile-stats span{color:var(--ink-2);font-size:11px}.profile-page .section{padding:0 16px}.profile-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);padding:13px}.profile-progress{height:6px;border-radius:999px;background:#efedf5;overflow:hidden;margin-bottom:13px}.profile-progress span{display:block;height:100%;border-radius:inherit;background:var(--ink)}.profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-info-grid div{min-width:0}.profile-info-grid span{display:block;color:var(--ink-3);font-size:11px;margin-bottom:4px}.profile-info-grid b{display:block;font-size:13px;font-weight:600;overflow-wrap:anywhere}.profile-menu{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);overflow:hidden}.profile-menu-item{width:100%;border:none;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:34px 1fr 16px;align-items:center;gap:10px;padding:12px;text-align:left}.profile-menu-item:last-child{border-bottom:none}.profile-menu-mark{width:34px;height:34px;border-radius:10px;background:var(--bg-tint);display:grid;place-items:center;color:var(--ink);font-size:16px}.profile-menu-item b{display:block;font-size:14px;margin-bottom:3px}.profile-menu-item small{display:block;color:var(--ink-2);font-size:12px;line-height:1.3;overflow-wrap:anywhere}.profile-menu-item i{color:var(--ink-3);font-style:normal;font-size:18px}.profile-page{margin:-16px;min-height:calc(100% + 32px);background:#f4f4f5;padding-bottom:0}.profile-app-hero{min-height:520px;padding:0;border-bottom:0;position:relative;overflow:hidden;background:#111;color:#fff}.profile-app-hero .profile-cover{height:520px;background:radial-gradient(circle at 50% 10%,rgba(107,184,213,.95),transparent 46%),linear-gradient(180deg,#62b9d6,#202020 74%);background-size:cover;background-position:center 28%}.profile-app-hero .profile-cover:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000a,#00000029 34%,#000000ad),linear-gradient(90deg,#00000024,#0000 38%,#0000002e)}.profile-app-hero .profile-cover.has-image:after{background:linear-gradient(180deg,#0000000a,#0003 32%,#000000b3)}.profile-app-hero .profile-cover-btn{right:17px;bottom:202px;color:#fff;border-color:#ffffff59;background:#00000052}.profile-share-btn{position:absolute;z-index:2;right:20px;top:112px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:#00000038;color:#fff;font-size:24px;backdrop-filter:blur(12px)}.profile-glass-card{position:absolute;left:16px;right:16px;bottom:22px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff}.profile-glass-card .profile-main{grid-template-columns:86px 1fr;gap:12px;align-items:center}.profile-glass-card .profile-main-avatar{width:78px;height:78px;transform:none;margin:0;border:2px solid rgba(255,255,255,.9);border-radius:24px;box-shadow:0 14px 28px #00000047}.profile-glass-card .profile-main-copy{padding:0}.profile-glass-card .profile-name-row h2{color:#fff;font-size:26px;font-weight:850;text-shadow:0 2px 14px rgba(0,0,0,.26)}.profile-glass-card .profile-verified{width:22px;height:22px;display:grid;place-items:center;padding:0;background:#6b91ff;color:#fff;border:2px solid rgba(255,255,255,.76);font-size:13px;font-weight:900}.profile-glass-card .profile-id-row{margin-top:4px;color:#ffffff85;font-size:18px}.profile-glass-card .profile-intro{margin-top:48px;color:#ffffffeb;font-size:18px;line-height:1.32}.profile-glass-card .profile-meta-line{margin-top:22px;gap:24px;color:#ffffffe6}.profile-glass-card .profile-meta-line span{color:#ffffffe6;font-size:17px}.profile-glass-card .profile-meta-line span+span:before{content:"";margin:0}.profile-gender{font-size:24px!important;line-height:.8}.profile-glass-card .profile-labels{margin-top:13px;gap:7px}.profile-glass-card .profile-labels span{background:#ffffff29;color:#ffffffdb;padding:3px 8px;border-radius:7px;font-size:11px;backdrop-filter:blur(10px)}.profile-social-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin-top:21px}.profile-social-actions .profile-social-row{margin:0;border:0;display:grid;grid-template-columns:repeat(3,max-content);gap:26px}.profile-social-actions .profile-social-row button{padding:0;place-items:start;color:#fff}.profile-social-actions .profile-social-row b{color:#fff;font-size:22px;font-weight:780}.profile-social-actions .profile-social-row span{color:#ffffff80;font-size:15px;white-space:nowrap}.profile-social-actions .profile-actions{padding:0;display:flex;align-items:center;gap:10px}.profile-social-actions .profile-actions .btn{min-width:92px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:#00000047;color:#fff;padding:0 15px;font-size:14px;backdrop-filter:blur(14px)}.profile-settings-pill{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.42);background:#00000047;color:#fff;font-size:25px;backdrop-filter:blur(14px)}.profile-clone-card{width:100%;margin-top:27px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:#120c0a94;color:#fff;display:grid;grid-template-columns:48px 1fr 52px;align-items:center;gap:10px;padding:15px 18px;text-align:left;backdrop-filter:blur(18px);box-shadow:0 18px 40px #00000038}.profile-clone-star{font-size:38px;line-height:1}.profile-clone-card b{display:block;font-size:18px;margin-bottom:3px}.profile-clone-card small{color:#ffffff94;font-size:13px}.profile-clone-card i{width:42px;height:42px;border-radius:39% 61% 46% 54%/47% 38% 62% 53%;border:4px solid rgba(255,255,255,.66);justify-self:end;opacity:.85}.profile-posts-sheet{position:relative;z-index:2;margin-top:-1px;min-height:360px;border-radius:30px 30px 0 0;background:#f7f7f8;padding:26px 16px 100px}.profile-posts-list{display:grid;gap:28px}.profile-post-item{display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px}.profile-post-item time{color:#19191d;line-height:1;padding-top:5px}.profile-post-item time b{font-size:32px;font-weight:520}.profile-post-item time span{font-size:18px;margin-left:2px}.profile-post-body{min-width:0;padding-bottom:27px;border-bottom:1px solid #e3e3e5}.profile-post-item:last-child .profile-post-body{border-bottom:0}.profile-post-body p{margin:0;color:#202024;font-size:21px;line-height:1.46;overflow-wrap:anywhere}.profile-post-media{margin-top:16px;display:grid;gap:7px}.profile-post-media.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-post-media button{border:0;border-radius:12px;overflow:hidden;background:#ececef;padding:0}.profile-post-media img{width:100%;max-height:520px;-o-object-fit:cover;object-fit:cover;display:block}.profile-post-link{margin-top:14px;display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:center;border-radius:12px;background:#ededf0;color:#3f3f45;text-decoration:none;padding:9px;font-size:13px}.profile-post-link img{width:64px;height:64px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.profile-post-metrics{width:-moz-max-content;width:max-content;margin-top:20px;display:flex;gap:12px;border-radius:999px;background:#ededf0;padding:8px 15px}.profile-post-metrics button{border:0;background:transparent;color:#a0a0a6;font-size:18px}.profile-post-metrics button.active{color:#1f1f1f}.profile-post-empty{display:grid;gap:7px;padding:38px 12px;text-align:center;color:#202024}.profile-post-empty span{color:#8c8c92;font-size:13px}.profile-posts-more{width:100%;margin-top:24px;height:44px;border:0;border-radius:999px;background:#202024;color:#fff;font-weight:800}@media(max-width:390px){.profile-glass-card .profile-meta-line{gap:13px}.profile-glass-card .profile-meta-line span{font-size:15px}.profile-social-actions{grid-template-columns:1fr}.profile-social-actions .profile-actions{justify-content:flex-end}.profile-post-item{grid-template-columns:58px minmax(0,1fr)}.profile-post-body p{font-size:18px}}.person .pmeta{flex:1;min-width:0}.person .pname{font-size:14px;font-weight:500}.person .psub{font-size:11px;color:var(--ink-3);margin-top:2px}.person .arrow{color:var(--ink-3)}.modal-host{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:100}.modal-host[hidden]{display:none}.modal-backdrop{position:absolute;inset:0;background:#ffffff52;backdrop-filter:blur(2px)}.modal-card{position:relative;width:min(360px,calc(100% - 32px));background:#202020;color:#fff;border-radius:18px;border:1px solid #202020;box-shadow:0 24px 70px #00000038;overflow:hidden;animation:pop .16s ease-out}@keyframes pop{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:none;opacity:1}}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-head h2{margin:0;font-size:15px;font-weight:600}.modal-body{padding:14px 16px;max-height:60vh;overflow-y:auto}.modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.field label{font-size:12px;color:#ffffffa8;letter-spacing:.04em}.field>span{font-size:12px;color:#ffffffa8;letter-spacing:.04em}.field input,.field textarea,.field select{border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:9px 11px;background:#2b2b2b;color:#fff;outline:none;transition:border-color .15s ease}.field input:focus,.field textarea:focus,.field select:focus{border-color:#fff9}.field textarea{min-height:96px;resize:vertical;line-height:1.5}.modal-error{margin:0 0 12px;padding:9px 10px;border-radius:10px;background:#ff585824;color:#ffb6b6;font-size:12px;line-height:1.45}.elys-post-compose{position:relative;min-height:230px;display:grid;grid-template-rows:1fr auto auto;gap:16px}.elys-compose-file{display:none}.elys-compose-main{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start}.elys-compose-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;overflow:hidden;border:1px solid #222;background:#fff;color:#1f1f1f;font-size:14px;font-weight:850}.elys-compose-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.elys-post-compose textarea[name=content]{min-height:164px;border:0;background:transparent;color:#1f1f1f;padding:7px 0;font-size:22px;line-height:1.35;resize:none;outline:none}.elys-post-compose textarea[name=content]::-moz-placeholder{color:#a3a3a3}.elys-post-compose textarea[name=content]::placeholder{color:#a3a3a3}.elys-compose-actions{width:-moz-max-content;width:max-content;margin-left:56px;display:flex;align-items:center;gap:18px}.elys-compose-actions button{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#1f1f1f;display:grid;place-items:center;font-size:27px;line-height:1;transition:background .16s ease,color .16s ease,transform .16s ease,opacity .16s ease}.elys-compose-actions button:focus,.elys-compose-actions button:focus-visible{outline:none}.elys-compose-actions button:hover,.elys-compose-actions button.active{background:#f1f1f1;color:#1f1f1f;transform:translateY(-1px) scale(1.04);box-shadow:none}.elys-compose-actions button:active{transform:scale(.96)}.elys-mention-candidates{position:absolute;z-index:30;left:56px;right:18px;top:104px;max-height:236px;overflow-y:auto;padding:8px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fffffffa;box-shadow:0 18px 46px #0f172a26}.elys-mention-candidates p{margin:0;padding:10px 12px;color:#8a8a8a;font-size:13px}.elys-mention-candidates button{width:100%;min-height:46px;display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;-moz-column-gap:10px;column-gap:10px;align-items:center;border:0;border-radius:10px;background:transparent;color:#1f1f1f;text-align:left;padding:7px 8px}.elys-mention-candidates button:hover,.elys-mention-candidates button:focus-visible{outline:none;background:#f3f5f7}.elys-mention-candidates img,.elys-mention-candidates button>i{grid-row:1 / span 2;width:32px;height:32px;border-radius:50%;background:#eef0f3;-o-object-fit:cover;object-fit:cover}.elys-mention-candidates span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750}.elys-mention-candidates em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a8a8a;font-size:11px;font-style:normal}.profile-detail-mention-candidates{inset:auto 132px 58px 48px}.elys-compose-attachment-list{margin-left:56px;display:flex;flex-wrap:wrap;gap:6px}.elys-compose-attachment{max-width:220px;min-width:0;display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;border:1px solid #d8d8d8;background:#fff;color:#555;font-size:11px}.elys-compose-attachment b{color:#1f1f1f}.elys-compose-attachment em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.elys-compose-attachment small{color:#8b8b8b;white-space:nowrap}.elys-compose-image-preview-list{margin-left:56px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:4px 0 2px}.elys-compose-image-card{--tilt: -3deg;position:relative;width:auto;height:clamp(94px,16vw,136px);max-width:min(260px,calc(100vw - 150px));margin:0;border-radius:18px;background:#fff;box-shadow:0 16px 34px #12182629;transform:rotate(var(--tilt));transform-origin:center;transition:transform .18s ease,box-shadow .18s ease}.elys-compose-image-card:nth-child(2n){margin-top:10px}.elys-compose-image-card:hover{transform:rotate(0) translateY(-2px);box-shadow:0 20px 42px #12182633}.elys-compose-image-card img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;border-radius:inherit;background:#f7f7f8}.elys-compose-image-card figcaption{position:absolute;left:10px;bottom:8px;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;background:#ffffffd1;color:#202024;padding:3px 8px;font-size:10px;font-weight:780;letter-spacing:0;backdrop-filter:blur(8px)}.elys-compose-image-card button{position:absolute;right:-8px;top:-8px;width:24px;height:24px;border:0;border-radius:50%;background:#202024;color:#fff;display:grid;place-items:center;font-size:16px;line-height:1;box-shadow:0 8px 18px #1218262e}.elys-link-popover{position:absolute;left:56px;bottom:-132px;width:min(430px,calc(100vw - 48px));padding:16px;border:1px solid #1f1f1f;border-radius:8px;background:#fff;box-shadow:0 18px 40px #0000001f;z-index:3}.elys-link-popover:before{content:"";position:absolute;top:-6px;left:106px;width:10px;height:10px;transform:rotate(45deg);border-left:1px solid #1f1f1f;border-top:1px solid #1f1f1f;background:#fff}.elys-link-popover-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.elys-link-popover-head strong{color:#1f1f1f;font-size:15px;font-weight:900}.elys-link-popover-head button{border:1px solid #1f1f1f;border-radius:999px;background:transparent;color:#1f1f1f;padding:5px 14px;font-size:13px;font-weight:800}.elys-link-popover p{margin:12px 0;color:#777;font-size:13px;line-height:1.45}.elys-link-popover input{width:100%;height:38px;border:1px solid #1f1f1f;border-radius:7px;background:transparent;color:#1f1f1f;padding:0 10px;font-size:14px;outline:none}@media(max-width:640px){.elys-compose-modal .modal-card{width:calc(100% - 28px)}.elys-compose-modal .modal-head h2{font-size:18px}.elys-compose-modal .modal-body{padding:12px 16px 70px}.elys-post-compose{min-height:160px}.elys-compose-main{grid-template-columns:36px minmax(0,1fr);gap:10px}.elys-compose-avatar{width:36px;height:36px}.elys-post-compose textarea[name=content]{min-height:96px;font-size:16px}.elys-compose-actions,.elys-compose-attachment-list,.elys-compose-image-preview-list,.elys-compose-modal .modal-error{margin-left:46px}.elys-compose-image-preview-list{gap:10px}.elys-compose-image-card{height:96px;max-width:min(210px,calc(100vw - 124px));border-radius:15px}.elys-compose-actions{gap:10px}.elys-compose-modal .modal-foot{right:16px;bottom:16px}.elys-compose-modal .btn.primary{min-width:72px;height:38px;font-size:14px}.elys-link-popover{left:0;right:0;bottom:-126px;width:auto;padding:14px}.elys-link-popover:before{left:98px}.elys-link-popover p{font-size:12px;margin:10px 0}}.field-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0}.field-row label{font-size:13px}.level-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.level-summary>div{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 8px;text-align:center;background:var(--bg-tint)}.summary-label{color:var(--ink-3);font-size:10px;letter-spacing:.06em}.summary-value{margin-top:4px;font-size:16px;font-weight:600}.level-next{margin:12px 0;padding:10px 12px;border-radius:var(--radius-sm);background:var(--highlight);color:#5a4a00;font-size:13px;line-height:1.45}.level-list{display:flex;flex-direction:column;gap:8px}.level-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px}.level-row.current{border-color:var(--ink);background:var(--bg-tint)}.level-title{font-size:14px;font-weight:600}.level-sub{margin-top:3px;color:var(--ink-2);font-size:11px;line-height:1.35}.level-reward{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.coin{font-size:12px;font-weight:600;white-space:nowrap}.level-status{color:var(--ink-3);font-size:11px;white-space:nowrap}.level-status.muted{color:var(--ink-2)}.lib-tabs{display:flex;gap:2px;margin:0 -16px 16px;padding:12px 14px 10px;background:var(--bg);border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none;white-space:nowrap;-webkit-overflow-scrolling:touch;position:sticky;top:51px;z-index:4}.lib-tabs::-webkit-scrollbar{display:none}.lib-tab{flex:0 0 auto;border:none;background:transparent;font-size:13px;color:var(--ink-3);padding:6px 10px;cursor:pointer;white-space:nowrap;letter-spacing:.02em;position:relative;transition:color .15s ease}.lib-tab.active{color:var(--ink);font-weight:600}.lib-tab.active:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translate(-50%);width:18px;height:2px;background:var(--ink);border-radius:1px}.elys-memory-sync{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 12px;padding:9px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-3);font-size:12px}.elys-memory-sync.error{color:#b54747;border-color:#b5474747}.elys-memory-sync button{flex:0 0 auto;border:none;background:var(--ink);color:#fff;border-radius:999px;padding:5px 10px;font-size:12px}.elys-memory-sync button:disabled{opacity:.45;cursor:not-allowed}.subtabs{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.subtab{border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:6px 12px;font-size:12px;color:var(--ink-2)}.subtab.active{background:var(--ink);color:#fff;border-color:var(--ink)}@media(min-width:900px){:root{--desktop-bg: #121313;--desktop-panel: #171818;--desktop-panel-2: #202121;--desktop-line: #2b2d2f;--desktop-ink: #ececec;--desktop-muted: #8e9398;--desktop-blue: #28a8ff}html,body{width:100%;min-height:100%;overflow:hidden;background:var(--desktop-bg)}body{display:block;padding:0}.phone{width:100%;max-width:none;height:100vh;border:0;border-radius:0;box-shadow:none;background:var(--desktop-bg);display:grid;grid-template-columns:104px minmax(0,1fr);overflow:hidden}.tabbar{grid-column:1;grid-row:1;width:104px;height:100vh;padding:24px 0;border-top:0;border-right:1px solid var(--desktop-line);background:#151616;display:flex;flex-direction:column;align-items:center;gap:14px}.desktop-nav-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:48px;height:68px;margin-bottom:20px;border:0;border-radius:0;background:transparent;color:#d8ff71;font-size:23px;font-weight:900;letter-spacing:0}.desktop-nav-brand-mark{display:grid;place-items:center;width:48px;height:48px;border:1px solid #27343a;border-radius:12px;background:linear-gradient(145deg,#10252b,#1c1e1f)}.tab{width:58px;height:58px;border-radius:14px;color:#d7d9dc;flex:0 0 auto}.tab:hover{background:#ffffff0f}.tab.active{background:var(--desktop-panel-2);color:#fff}.tab.active svg{color:currentColor;stroke:currentColor}.tab svg{width:27px;height:27px}.tab span{display:none}.desktop-compose{display:grid;place-items:center;width:54px;height:54px;margin-top:18px;border:0;border-radius:50%;background:#ffd12f;color:#111;font-size:31px;line-height:1;font-weight:400;box-shadow:0 14px 30px #ffd12f2e}.desktop-nav-user{display:grid;place-items:center;width:48px;height:48px;margin-top:auto;border:0;border-radius:50%;background:transparent;color:#fff}.desktop-nav-user>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--desktop-panel-2);color:#fff;font-size:14px;font-weight:800}.desktop-nav-user img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.screen{grid-column:2;grid-row:1;height:100vh;padding:0 max(32px,calc((100vw - 864px)/2)) 44px;background:var(--desktop-bg);color:var(--desktop-ink);scrollbar-width:none}.topbar{inset:0 0 auto 104px}.topbar .back{top:24px;left:24px;color:var(--desktop-ink);background:#ffffff0f}#settingsBtn{top:24px;right:24px;color:var(--desktop-ink);background:#ffffff0f}.mock-screen{width:min(100%,760px);margin:0 auto}.feed-screen{gap:0;min-height:100vh;border-left:1px solid var(--desktop-line);border-right:1px solid var(--desktop-line);background:var(--desktop-bg)}.feed-tabs{position:sticky;top:0;z-index:8;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0;border:0;border-bottom:1px solid var(--desktop-line);border-radius:0;background:#fffffff0;backdrop-filter:blur(18px)}.feed-tab{min-height:68px;border-radius:0;color:var(--desktop-ink);font-size:20px;font-weight:400;position:relative}.feed-tab i{font-size:22px}.feed-tab.active{background:transparent;color:var(--desktop-ink);box-shadow:none}.feed-tab.active:after{content:"";position:absolute;left:50%;bottom:0;width:72px;height:4px;transform:translate(-50%);border-radius:999px 999px 0 0;background:var(--desktop-blue)}.elys-feed-screen{background:var(--desktop-bg)}.elys-feed-head,.elys-action-report,.elys-feed-error{margin:0;border-width:0 0 1px;border-color:var(--desktop-line);border-radius:0;background:var(--desktop-bg)}.elys-feed-head{padding:18px 36px}.elys-action-report{margin:24px 36px;padding:22px 26px;border-width:1px;border-radius:26px;background:#ffffff0d}.elys-action-report-copy>span,.elys-action-report-copy p{color:var(--desktop-muted)}.elys-action-report-copy strong,.elys-action-report-refresh{color:var(--desktop-ink)}.elys-feed-head strong{color:var(--desktop-ink);font-size:21px}.elys-feed-head span,.elys-feed-error{color:var(--desktop-muted)}.elys-feed-refresh,.elys-feed-more{border-color:var(--desktop-ink);background:var(--desktop-ink);color:#111}.elys-timeline,.news-list{gap:0}.elys-post,.elys-empty{border-width:0 0 1px;border-color:var(--desktop-line);border-radius:0;background:transparent;box-shadow:none}.elys-post{padding:28px 36px 26px}.elys-post:hover{background:#ffffff05}.elys-author-avatar{width:48px;height:48px}.elys-author-meta strong,.elys-post-content,.elys-ai-comment b,.elys-comment-preview b,.news-card h3{color:var(--desktop-ink)}.elys-author-meta strong{font-size:17px}.elys-author-meta small,.elys-more,.elys-expand,.elys-link-preview em{color:var(--desktop-muted)}.elys-post-content{font-size:19px;line-height:1.72}.elys-post-content-wrap.collapsed:after{background:linear-gradient(180deg,rgba(18,19,19,0),var(--desktop-bg))}.elys-image-grid{gap:8px;border-radius:14px}.elys-image-tile{background:#0d0e0e}.elys-image-tile img{min-height:240px;max-height:520px;background:#0d0e0e}.elys-link-preview,.elys-ai-comment,.elys-comment-preview{border-color:var(--desktop-line);background:var(--desktop-panel-2)}.elys-ai-comment,.elys-comment-preview,.elys-link-preview em{color:#b7babf}.elys-post-actions{border-top:0;padding-top:12px;justify-content:space-between}.elys-post-actions button,.elys-post-actions button b,.elys-post-actions .elys-action-icon{color:var(--desktop-ink);font-weight:400}.elys-post-actions button.active .elys-action-icon{color:#ef4444}.elys-post-badges{display:none}.profile-page,.persona-page,.chat-screen,.todo-page-screen,.feed-detail{width:min(100%,760px);margin-inline:auto}.modal-card{width:min(520px,calc(100% - 48px))}.fab{position:fixed;right:36px;bottom:36px}}@media(min-width:900px){:root{--desktop-bg: #ffffff;--desktop-panel: #ffffff;--desktop-panel-2: #f5f5f5;--desktop-line: #e6e6e6;--desktop-ink: #1f1f1f;--desktop-muted: #7a7a7a;--desktop-blue: #1f1f1f}html,body,.phone,.screen,.feed-screen,.elys-feed-screen{background:#fff}.phone{grid-template-columns:112px minmax(0,1fr)}.tabbar{width:112px;border-right:1px solid var(--desktop-line);background:#fff;gap:12px}.desktop-nav-brand{width:50px;height:70px;margin-bottom:18px;border:0;border-radius:0;background:transparent;color:#fff;font-size:22px;box-shadow:none}.desktop-nav-brand-mark{width:50px;height:50px;border:0;border-radius:50%;background:#222}.tab{width:56px;height:56px;border-radius:16px;color:#202020}.tab:hover{background:#f6f6f6}.tab.active{background:#f4f4f4;color:#202020}.desktop-compose{width:42px;height:42px;margin-top:16px;border:2px solid #202020;background:#fff;color:#202020;font-size:27px;box-shadow:none}.desktop-nav-user>span{background:#222;color:#fff}.screen{padding:0 max(32px,calc((100vw - 872px)/2)) 44px;color:var(--desktop-ink)}.topbar{inset:0 0 auto 112px}.topbar .back,#settingsBtn{color:#202020;background:#f6f6f6}.mock-screen{width:min(100%,760px)}.feed-screen{border-left:1px solid var(--desktop-line);border-right:1px solid var(--desktop-line)}.feed-tabs{border-bottom:1px solid var(--desktop-line);background:#ffffffeb}.feed-tab{min-height:64px;color:#111;font-size:20px;font-weight:400}.feed-tab.active{color:#111}.feed-tab.active:after{width:64px;height:3px;background:#1f1f1f}.elys-feed-head,.elys-action-report,.elys-feed-error,.elys-post,.elys-empty{border-color:var(--desktop-line);background:#fff}.elys-feed-head{padding:18px 36px}.elys-action-report{background:#fff;border-color:#dedede}.elys-feed-head strong{color:#1f1f1f;font-size:20px}.elys-feed-head span,.elys-feed-error,.elys-author-meta small,.elys-more,.elys-expand,.elys-link-preview em{color:#858585}.elys-feed-refresh,.elys-feed-more{border-color:#1f1f1f;background:#1f1f1f;color:#fff}.elys-post{padding:28px 36px 26px}.elys-post:hover{background:#fcfcfc}.elys-author-meta strong,.elys-post-content,.elys-ai-comment b,.elys-comment-preview b,.news-card h3{color:#1f1f1f}.elys-post-content{font-size:18px;line-height:1.72}.elys-post-content-wrap.collapsed:after{background:linear-gradient(180deg,#fff0,#fff)}.elys-image-grid{border-radius:16px}.elys-image-tile,.elys-image-tile img{background:#f2f2f2}.elys-link-preview,.elys-ai-comment,.elys-comment-preview{border-color:#eee;background:#f7f7f7;box-shadow:none}.elys-ai-comment,.elys-comment-preview,.elys-link-preview em{color:#656565}.elys-ai-comment.approved{background:#f1f1f1}.elys-ai-comment.approved p,.elys-comment-preview.approved span{color:#1f1f1f}.elys-approve-pulse,.elys-ai-comment b .approved-badge,.elys-comment-preview b .approved-badge,.elys-verified{background:#1f1f1f;color:#fff;border-color:#1f1f1f;box-shadow:none}.elys-ai-comment b .ai-badge,.elys-comment-preview b .ai-badge{background:transparent;color:#9a9a9a}.elys-author-meta em,.elys-post-badges span{background:#f1f1f1;color:#777}.elys-post-actions button,.elys-post-actions button b,.elys-post-actions .elys-action-icon{color:#111;font-weight:400}.elys-post-actions button.active .elys-action-icon{color:#ef4444}.news-card{color:#1f1f1f}.modal-backdrop{background:#ffffff75}.modal-card{width:min(520px,calc(100% - 48px));background:#202020;border-color:#202020;color:#fff}}.modal-card .iconbtn{color:#fff}.modal-card .iconbtn:hover{background:#ffffff1a}.modal-card .btn.ghost{border-color:#ffffff2e;background:transparent;color:#fff}.modal-card .btn.primary{border-color:#fff;background:#fff;color:#202020}.elys-comments-modal .modal-backdrop{background:#ffffff9e}.elys-comments-modal .modal-card{background:#fff;color:var(--ink);border-color:#ededed}.elys-comments-modal .modal-head,.elys-comments-modal .modal-foot{background:#fff;border-color:var(--line)}.elys-comments-modal .modal-body{background:#fff}.elys-comments-modal .iconbtn{color:var(--ink)}.elys-comments-modal .iconbtn:hover{background:var(--accent-soft)}.elys-compose-modal .modal-backdrop{background:#ffffffc2}.elys-compose-modal .modal-card{width:min(640px,calc(100% - 32px));background:#fff;color:#1f1f1f;border:1px solid #1f1f1f;border-radius:18px;overflow:hidden;background-clip:padding-box;isolation:isolate;box-shadow:0 24px 70px #0000001f}.elys-compose-modal .modal-head,.elys-compose-modal .modal-foot,.elys-compose-modal .modal-body{background:#fff;border-color:#1f1f1f}.elys-compose-modal .modal-head{position:relative;justify-content:center;min-height:64px;padding:18px 64px 14px;border-bottom:1px solid #1f1f1f}.elys-compose-modal .modal-head h2{font-size:22px;font-weight:900;color:#1f1f1f}.elys-compose-modal .modal-head .iconbtn{position:absolute;right:18px;top:13px;width:38px;height:38px}.elys-compose-modal .modal-body{max-height:min(72vh,520px);padding:28px;overflow:visible}.elys-compose-modal .modal-foot{position:absolute;right:28px;bottom:28px;padding:0;border-top:0;background:transparent}.elys-compose-modal .modal-foot .btn.ghost{display:none}.elys-compose-modal .btn.primary{min-width:84px;height:44px;border:1px solid #1f1f1f;border-radius:999px;background:#fff;color:#1f1f1f;font-size:14px;font-weight:900}.elys-compose-modal .btn.primary:not(:disabled){background:#1f1f1f;color:#fff}.elys-compose-modal .btn.primary:disabled{opacity:1;border-color:#c9c9c9;background:#fff;color:#9a9a9a}.elys-compose-modal .iconbtn{color:#1f1f1f}.elys-compose-modal .iconbtn:hover{background:#f4f4f4}.elys-compose-modal .modal-error{margin-left:56px;border:1px solid #1f1f1f;background:#fff;color:#1f1f1f}.elys-comments-modal .elys-modal-post,.elys-comments-modal .elys-comment-preview{background:#f7f7f7}.elys-comments-modal .elys-comment-compose{background:#fff;color:var(--ink);border-color:#d8d8d8}.elys-comments-modal .elys-comment-compose:focus{border-color:var(--ink);outline:none}.elys-comments-modal .btn.ghost{border-color:var(--line);background:#fff;color:var(--ink)}.elys-comments-modal .btn.primary{border-color:var(--ink);background:var(--ink);color:#fff}.elys-post-actions button,.elys-comment-more{color:#111;font-weight:400}.elys-post-actions .elys-action-icon{color:#111}.elys-post-actions button b{color:#111;font-weight:400}.chat-screen{background:#fff;box-shadow:none}.chat-menu,.chat-model-select,.thinking-toggle,.chat-todo-entry,.todo-page-back,.composer,.command-chip{border-color:#202020;box-shadow:none}.chat-menu,.chat-model-select,.thinking-toggle,.chat-todo-entry,.todo-page-back,.composer,.command-chip,.bubble.assistant{background:#fff}.thinking-toggle{color:#202020}.toggle-knob{background:#202020;box-shadow:none}.thinking-toggle.on{background:#202020;border-color:#202020;color:#fff}.chat-todo-entry span,.command-chip.active{background:#202020!important;border-color:#202020!important;color:#fff!important}.bubble.assistant{border:1px solid #eeeeee;color:#202020;box-shadow:none}.bubble.user{background:#202020;color:#fff;box-shadow:none}.thinking-strip{border-color:#202020;background:#fff;box-shadow:none}.thinking-strip:before,.thinking-strip:after{content:none}.thinking-strip span,.thinking-strip small{z-index:auto}.composer{border:1px solid #202020}.composer button{border-color:#202020;background:#fff;color:#202020}.composer button:last-child{background:#202020;border-color:#202020;color:#fff}.composer textarea::-moz-placeholder{color:#7a7a7a}.composer textarea::placeholder{color:#7a7a7a}.tab:focus{outline:none}.tab:focus-visible{outline:1px solid #202020;outline-offset:2px}.chat-thread{scrollbar-width:none}.chat-thread::-webkit-scrollbar{width:0;height:0}.rich-card,.memory-chat-loading,.memory-candidate-card,.bubble.assistant{border-color:#202020;background:#fff;box-shadow:none}.rich-card-cover,.composer-image,.composer-media{background:#f7f7f7}.memory-candidate-actions button.primary{border-color:#202020;background:#202020}@media(min-width:900px){.screen:has(.chat-screen){padding:0;background:#fdfdfc!important;background-image:none!important}.screen:has(.chat-screen),.screen:has(.chat-screen) *:not([data-beam-bloom]){box-shadow:none!important;filter:none!important;backdrop-filter:none!important;background-image:none!important}.tab{border:1px solid transparent}.tab.active{border-color:#202020;background:#fff}.tab:focus-visible{outline:none}.chat-screen,.todo-page-screen{width:min(100%,1120px);height:100vh;min-height:100vh;margin:0 auto;padding:28px 18px 0 298px;border-left:1px solid #202020;border-right:1px solid #202020;background:#fdfdfc!important;background-image:none!important;box-shadow:none;isolation:isolate}.chat-screen:before,.todo-page-screen:before{content:"";position:absolute;inset:0;z-index:0;background:#fdfdfc;pointer-events:none}.chat-screen>:not(.composer-shell):not(.chat-sidebar):not(.sidebar-backdrop),.todo-page-screen>:not(.composer-shell):not(.chat-sidebar):not(.sidebar-backdrop){position:relative;z-index:1}.chat-menu,.chat-sidebar .close-sidebar,.sidebar-backdrop{display:none}.chat-top{grid-template-columns:1fr 76px;padding-top:0}.chat-top .chat-title{grid-column:1}.chat-top .thinking-toggle{grid-column:2}.chat-thread{padding-bottom:156px}.composer-shell{position:absolute;left:298px;right:18px;bottom:0;padding-bottom:18px;background:#fcfcfc;z-index:20}.chat-sidebar{position:absolute;inset:0 auto 0 0;width:280px;padding:24px 18px 18px;transform:translate(0);z-index:5;border-right:1px solid #202020;background:#f7f7f7!important;box-shadow:none}.chat-sidebar .sidebar-head{margin-bottom:18px}.chat-sidebar .session-list{overflow-y:auto}.bubble.assistant,.rich-card,.memory-chat-loading,.memory-candidate-card{background:#fff;border-color:#202020;box-shadow:none}}.chat-screen .rich-card,.chat-screen .memory-candidate-card{--chat-memory-card-bg: linear-gradient(145deg, #d9edf0 0%, #f7eadc 100%);position:relative;overflow:hidden;border:1px solid rgba(31,31,31,.08)!important;border-radius:24px!important;background:var(--chat-memory-card-bg)!important;background-image:var(--chat-memory-card-bg)!important;color:#1f1f1f;padding:clamp(22px,5vw,34px)!important;box-shadow:0 18px 42px #00000014!important}.chat-screen .rich-card-list,.chat-screen .memory-card-list{gap:14px}.chat-screen .rich-card-list .rich-card:nth-child(2n),.chat-screen .memory-card-list .memory-candidate-card:nth-child(2n){--chat-memory-card-bg: linear-gradient(145deg, #e6e0f2 0%, #f5ead8 100%)}.chat-screen .rich-card-list .rich-card:nth-child(3n),.chat-screen .memory-card-list .memory-candidate-card:nth-child(3n){--chat-memory-card-bg: linear-gradient(145deg, #dfece2 0%, #f2e7ef 100%)}.chat-screen .rich-card-list .rich-card:nth-child(4n),.chat-screen .memory-card-list .memory-candidate-card:nth-child(4n){--chat-memory-card-bg: linear-gradient(145deg, #e2e8f4 0%, #f4e6dd 100%)}.chat-screen .rich-card-kicker,.chat-screen .memory-candidate-meta{width:-moz-max-content;width:max-content;max-width:100%;margin:0 0 auto;border-radius:999px;background:#ffffff6b;color:#1f1f1fad;padding:5px 10px;font-size:12px;font-weight:760;letter-spacing:0;text-transform:none}.chat-screen .rich-card-body{display:grid;gap:14px;padding:0}.chat-screen .rich-card-body h4,.chat-screen .memory-candidate-card h4{max-width:11em;margin:14px 0 0;color:#1f1f1f;font-size:clamp(25px,6vw,36px);line-height:1.05;font-weight:720;letter-spacing:0}.chat-screen .rich-card-body p,.chat-screen .memory-candidate-card p,.chat-screen .todo-card-fields b{margin:0;color:#1f1f1fad;font-size:14px;line-height:1.5}.chat-screen .rich-card-cover{width:calc(100% + 68px);max-height:240px;margin:-34px -34px 20px;border-radius:24px 24px 0 0;-o-object-fit:cover;object-fit:cover;background:#ffffff52!important;background-image:none!important}.chat-screen .rich-card-items{gap:10px}.chat-screen .rich-card-item{grid-template-columns:48px minmax(0,1fr);border-radius:16px;background:#ffffff57;padding:8px}.chat-screen .rich-card-item:not(:has(img)){grid-template-columns:minmax(0,1fr)}.chat-screen .rich-card-item img{background:#ffffff6b!important;background-image:none!important}.chat-screen .rich-card-link,.chat-screen .memory-candidate-sync,.chat-screen .memory-candidate-tags span{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#ffffff6b;color:#1f1f1fb3;padding:6px 10px;font-size:12px;font-weight:760;text-decoration:none}.chat-screen .memory-candidate-actions{margin-top:8px}.chat-screen .memory-candidate-actions button{border-color:#1f1f1f24;background:#ffffff5c;color:#1f1f1f}.chat-screen .memory-candidate-actions button.primary{border-color:#1f1f1f;background:#1f1f1f;color:#fff}.chat-screen .memory-candidate-card.accepted{border-color:#1f1f1f14;background:linear-gradient(145deg,#dfece2,#f2e7ef)!important;background-image:linear-gradient(145deg,#dfece2,#f2e7ef)!important}@media(min-width:900px){.chat-screen .rich-card,.chat-screen .memory-candidate-card{max-width:min(560px,100%)}}.chat-screen .memory-card-list{gap:10px;max-height:min(44vh,420px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:0 0 auto;padding-right:2px;padding-bottom:4px;margin-bottom:156px;scrollbar-width:thin}.chat-screen .memory-candidate-card,.chat-screen .memory-card-list .memory-candidate-card:nth-child(2n),.chat-screen .memory-card-list .memory-candidate-card:nth-child(3n),.chat-screen .memory-card-list .memory-candidate-card:nth-child(4n){--chat-memory-card-bg: #fff;display:grid;gap:8px;border:1px solid var(--line, rgba(31, 31, 31, .1))!important;border-radius:14px!important;background:#fff!important;background-image:none!important;padding:14px 16px!important;box-shadow:none!important}.chat-screen .memory-candidate-meta{width:auto;max-width:100%;margin:0;padding:0;border-radius:0;background:none;display:flex;gap:8px;align-items:baseline;color:var(--ink-3, rgba(31, 31, 31, .5));font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-screen .memory-candidate-meta span+span{text-transform:none;letter-spacing:0;font-weight:500}.chat-screen .memory-candidate-card h4{max-width:100%;margin:0;color:var(--ink, #1f1f1f);font-size:15px;line-height:1.35;font-weight:600;letter-spacing:0;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-screen .memory-candidate-card p{margin:0;color:var(--ink-2, rgba(31, 31, 31, .68));font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.chat-screen .memory-candidate-tags span{background:#f4f4f5;color:var(--ink-2, rgba(31, 31, 31, .68));padding:3px 8px;font-size:11px;font-weight:600}.chat-screen .memory-candidate-actions{margin-top:2px;display:flex;justify-content:flex-end;gap:8px}.chat-screen .memory-candidate-actions button{border-radius:999px;border:1px solid var(--line, rgba(31, 31, 31, .14));background:#fff;color:var(--ink-2, rgba(31, 31, 31, .68));padding:7px 14px;font-size:12px;font-weight:700}.chat-screen .memory-candidate-actions button.primary{border-color:var(--ink, #1f1f1f);background:var(--ink, #1f1f1f);color:#fff}.chat-screen .memory-candidate-card.accepted{border-color:#1f915466!important;background:#f5faf6!important;background-image:none!important}.chat-screen .memory-candidate-status{display:flex;align-items:center;gap:8px;margin-top:2px}.chat-screen .memory-candidate-status-badge{display:inline-flex;align-items:center;border-radius:999px;background:#1f9254;color:#fff;padding:4px 10px;font-size:12px;font-weight:700;letter-spacing:.02em}.chat-screen .memory-candidate-status-note{color:var(--ink-3, rgba(31, 31, 31, .5));font-size:12px}.message-error-actions{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.message-error-text{color:#b54747;font-size:12px}.message-regenerate{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;border:1px solid rgba(181,71,71,.28);background:transparent;color:#b54747;cursor:pointer;font-size:12px}.message-regenerate:hover{background:#b5474714}@media(min-width:900px){.screen:has(.im-desktop-screen){padding:0 clamp(20px,4vw,88px);overflow:hidden;background:#f2f2f3}.im-desktop-screen{width:min(100%,1480px);height:100vh;min-height:100vh;margin:0 auto;padding:0;display:grid;grid-template-columns:clamp(292px,22vw,330px) minmax(0,1fr);gap:0;background:#f2f2f3}.im-desktop-screen .im-list-pane{min-width:0;height:100vh;display:flex;flex-direction:column;padding:28px 18px 18px;border-right:1px solid #e3e3e5;background:#f2f2f3;overflow:hidden}.im-desktop-screen .im-list-head{flex:0 0 auto;padding:0 0 18px}.im-desktop-screen .im-list-tabs button{font-size:23px}.im-desktop-screen .im-conversation-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 0 18px}.im-desktop-screen .im-row{transition:background .15s ease,box-shadow .15s ease}.im-desktop-screen .im-row:hover,.im-desktop-screen .im-row.active{background:#fff}.im-desktop-screen .im-row.active{box-shadow:inset 3px 0 #1f1f1f}.im-desktop-thread-pane{min-width:0;min-height:0;height:100vh;position:relative;overflow:hidden;background:#d8d8d8}.im-desktop-empty{height:100%;display:grid;place-content:center;gap:8px;text-align:center;color:#8e8e93;background:#f7f7f7}.im-desktop-empty strong{color:#242428;font-size:18px;font-weight:650}.im-desktop-empty span{font-size:13px}.im-thread-screen.embedded{width:100%;height:100%;min-height:100%;margin:0;border-radius:0}.im-thread-screen.embedded .im-thread-head{padding:24px 28px 12px}.im-thread-screen.embedded [data-im-back]{visibility:hidden;pointer-events:none}.im-thread-screen.embedded .im-thread{padding:22px 32px 132px}.im-thread-screen.embedded .im-bubble{max-width:min(62%,480px)}.im-thread-screen.embedded .im-media-button img{max-width:min(320px,36vw)}.im-thread-screen.embedded .im-composer{padding:14px 28px 38px}}@media(min-width:900px){.phone{grid-template-columns:96px minmax(0,1fr)}.tabbar{width:96px!important;padding:26px 0 24px!important;gap:16px!important;border-right:1px solid #e5e5e5!important;background:#fff!important}.desktop-nav-brand{display:flex!important;width:72px!important;min-height:54px!important;margin:0 auto 10px!important;flex:0 0 auto!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#000!important;text-align:center}.desktop-nav-logo{display:block;color:#000;font-size:17px;font-weight:750;letter-spacing:.08em}.desktop-nav-version{display:block;color:#7a7a7a;font-size:10px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.tab{width:56px!important;height:56px!important;flex:0 0 56px!important;border:0!important;border-radius:18px!important;background:transparent!important;color:#000!important;transition:background .16s ease,color .16s ease,transform .16s ease,opacity .16s ease!important}.tab:hover{background:#f5f5f5!important;color:#000!important}.tab.active{background:#f1f1f1!important;color:#000!important}.tab:active{transform:scale(.94)}.nav-icon{display:grid!important;place-items:center;width:29px!important;height:29px!important;font-size:29px!important;line-height:1!important;color:currentColor!important}.tab .icon-solid{display:none!important}.tab .icon-outline{display:grid!important}.tab svg{width:29px!important;height:29px!important;stroke-width:1.65!important}.tab:hover .icon-outline,.tab.active .icon-outline{display:none!important}.tab:hover .icon-solid,.tab.active .icon-solid{display:block!important}.tab.active .nav-icon{transform:none}.desktop-compose{width:42px!important;height:42px!important;margin-top:4px!important;border:2px solid #303030!important;border-radius:50%!important;background:#fff!important;color:#e54b3f!important;font-size:30px!important;box-shadow:none!important}.desktop-compose:hover{background:#f5f5f5!important}.desktop-nav-user{width:56px!important;height:56px!important;color:#303030!important}.desktop-nav-user>span{width:38px!important;height:38px!important;background:#303030!important;color:#fff!important}.screen{padding-left:max(32px,calc((100vw - 856px)/2));padding-right:max(32px,calc((100vw - 856px)/2))}.topbar{inset:0 0 auto 96px}}.profile-post-item{cursor:pointer}@media(min-width:900px){.screen:has(.profile-page){padding-left:max(32px,calc((100vw - 1276px)/2))!important;padding-right:max(32px,calc((100vw - 1276px)/2))!important;background:#fff!important}.screen:has(.profile-page) .profile-page{width:min(100%,1180px)!important;margin:0 auto!important;min-height:100vh;background:#f6f6f7}.profile-app-hero{min-height:610px}.profile-app-hero .profile-cover{height:610px;background-position:center 24%}.profile-glass-card{left:36px;right:36px;bottom:30px}.profile-glass-card .profile-main{grid-template-columns:118px minmax(0,1fr);gap:18px}.profile-glass-card .profile-main-avatar{width:104px;height:104px;border-radius:30px}.profile-glass-card .profile-name-row h2{font-size:34px}.profile-glass-card .profile-id-row{font-size:21px}.profile-glass-card .profile-intro{max-width:820px;margin-top:54px;font-size:23px}.profile-glass-card .profile-meta-line{gap:34px;margin-top:24px}.profile-glass-card .profile-meta-line span{font-size:22px}.profile-gender{font-size:30px!important}.profile-glass-card .profile-labels span{font-size:14px;padding:5px 10px}.profile-social-actions{margin-top:26px;grid-template-columns:minmax(0,1fr) auto}.profile-social-actions .profile-social-row{gap:42px}.profile-social-actions .profile-social-row b{font-size:30px}.profile-social-actions .profile-social-row span{font-size:17px}.profile-social-actions .profile-actions .btn{min-width:134px;height:48px;font-size:17px}.profile-settings-pill{width:50px;height:50px}.profile-clone-card{margin-top:34px;min-height:86px;grid-template-columns:62px 1fr 66px;padding:18px 24px;border-radius:24px}.profile-clone-star{font-size:48px}.profile-clone-card b{font-size:23px}.profile-clone-card small{font-size:16px}.profile-clone-card i{width:52px;height:52px}.profile-posts-sheet{border-radius:38px 38px 0 0;padding:36px 42px 120px}.profile-posts-list{gap:34px}.profile-post-item{grid-template-columns:96px minmax(0,1fr);gap:24px}.profile-post-item time b{font-size:42px}.profile-post-item time span{font-size:22px}.profile-post-body{padding-bottom:34px}.profile-post-body p{font-size:28px;line-height:1.42}.profile-post-media{width:min(720px,100%)}.profile-post-media img{max-height:720px}.profile-post-metrics{margin-top:24px;padding:10px 20px}.profile-post-metrics button{font-size:21px}}.profile-page{background:#fff!important}.profile-app-hero{min-height:0!important;padding:34px 16px 28px!important;overflow:visible!important;background:#fff!important;color:#1f1f1f!important}.profile-app-hero .profile-cover{display:none!important}.profile-glass-card{position:relative!important;inset:auto!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important;color:#1f1f1f!important}.profile-glass-card .profile-main-avatar{border-color:#e8e8e8!important;box-shadow:none!important}.profile-glass-card .profile-name-row h2,.profile-glass-card .profile-social-row b,.profile-glass-card .profile-social-row button{color:#1f1f1f!important;text-shadow:none!important}.profile-glass-card .profile-id-row,.profile-glass-card .profile-social-row span{color:#8a8a8a!important}.profile-glass-card .profile-intro,.profile-glass-card .profile-meta-line,.profile-glass-card .profile-meta-line span{color:#2a2a2a!important}.profile-glass-card .profile-labels span{background:#f4f4f4!important;color:#5f5f5f!important;backdrop-filter:none!important}.profile-social-actions .profile-actions .btn,.profile-settings-pill{border-color:#1f1f1f!important;background:#fff!important;color:#1f1f1f!important;backdrop-filter:none!important}.profile-clone-card{border-color:#e8e8e8!important;background:#fff!important;color:#1f1f1f!important;box-shadow:none!important;backdrop-filter:none!important}.profile-clone-card small{color:#8a8a8a!important}.profile-clone-card i{border-color:#1f1f1f!important}.profile-posts-sheet{margin-top:0!important;border-radius:0!important;background:#fff!important}.profile-post-body,.profile-post-media button,.profile-post-link,.profile-post-metrics{background-color:#fff!important}@media(min-width:900px){.screen:has(.profile-page) .profile-page{background:#fff!important}.profile-app-hero{padding:64px 42px 34px!important}.profile-glass-card .profile-intro{margin-top:38px!important}.profile-posts-sheet{padding-top:24px!important}}.profile-detail-modal .modal-card{width:min(920px,calc(100% - 28px));max-height:min(900px,calc(100vh - 36px));background:#fff;color:#202024;border-color:#ececef;border-radius:28px;overflow:hidden}.profile-detail-modal .modal-head{min-height:70px;justify-content:center;border-bottom:1px solid #efeff1;background:#fff}.profile-detail-modal .modal-head h2{font-size:22px;font-weight:850}.profile-detail-modal .modal-head .iconbtn{position:absolute;left:16px;width:48px;height:48px;border-radius:50%;background:#f1f1f2;color:#202024}.profile-detail-modal .modal-body{padding:0;max-height:calc(100vh - 190px);background:#fff}.profile-detail-modal .modal-foot{border-top:1px solid #efeff1;background:#fff}.profile-detail-modal .modal-foot .btn.ghost{display:none}.profile-detail-view{display:grid;gap:0}.profile-detail-post{padding:26px 30px 22px;border-bottom:1px solid #efeff1}.profile-detail-post header{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:14px;align-items:start}.profile-detail-author-avatar{width:58px;height:58px;border-radius:18px;-o-object-fit:cover;object-fit:cover;background:#ececef}span.profile-detail-author-avatar{display:grid;place-items:center;font-size:20px;font-weight:800}.profile-detail-post header strong{display:flex;align-items:center;gap:6px;color:#65718d;font-size:22px;line-height:1.15}.profile-detail-post header strong span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#6b91ff;color:#fff;font-size:12px}.profile-detail-post header small{display:block;margin-top:8px;color:#a0a0a6;font-size:15px}.profile-detail-post header>button{border:0;background:transparent;color:#8d8d94;font-size:22px}.profile-detail-post p{margin:4px 52px 0 76px;color:#24242a;font-size:23px;line-height:1.46;overflow-wrap:anywhere}.profile-detail-media{margin:18px 52px 0 76px;display:grid;gap:8px}.profile-detail-media.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-detail-media button{border:0;padding:0;overflow:hidden;border-radius:14px;background:#f1f1f3}.profile-detail-media img{width:100%;max-height:620px;-o-object-fit:cover;object-fit:cover;display:block}.profile-detail-reactions{padding:22px 30px 18px}.profile-detail-reactions h3{margin:0 0 14px;font-size:22px;font-weight:780}.profile-detail-star-grid{display:grid;grid-template-columns:repeat(auto-fill,40px);grid-auto-rows:40px;grid-auto-flow:dense;gap:8px;border-radius:18px;background:#f7f7f8;padding:14px}.profile-detail-heart,.profile-detail-star-avatar{width:40px;height:40px;border-radius:12px;overflow:hidden;background:#ececef;display:grid;place-items:center;color:#b7b7bd;font-size:21px}.profile-detail-star-avatar.human-star{grid-column:span 2;grid-row:span 2;width:100%;height:100%;border-radius:17px}.profile-detail-star-avatar.ai-star{box-shadow:inset 0 0 0 1px #65718d1f}.profile-detail-star-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-detail-star-avatar b{font-size:15px}.profile-detail-comments{display:grid;gap:0;padding-bottom:14px}.profile-detail-comment{display:grid;grid-template-columns:34px 48px minmax(0,1fr) 34px;gap:10px;padding:18px 30px;border-top:1px solid #efeff1;background:#fff}.profile-detail-comment-icon,.profile-detail-comment-like{border:0;background:transparent;color:#b9b9be;font-size:22px;line-height:1}.profile-detail-comment-avatar{width:46px;height:46px;border-radius:14px;-o-object-fit:cover;object-fit:cover;background:#ececef}.profile-detail-comment-avatar-wrap{position:relative;width:46px;height:46px;display:block}.profile-detail-comment-ai-badge{position:absolute;right:-7px;bottom:-5px;display:inline-flex;align-items:center;height:15px;padding:0 5px;border-radius:999px;background:#ececefeb;color:#65718db8;box-shadow:0 0 0 1px #65718d14;font-size:9px;font-weight:760;font-style:normal;line-height:1;letter-spacing:0}span.profile-detail-comment-avatar{display:grid;place-items:center;font-weight:800}.profile-detail-comment strong{display:flex;align-items:center;gap:7px;color:#6f7890;font-size:17px}.profile-detail-human-comment strong{color:#6f7890}.profile-detail-ai-comment strong{color:#202024}.profile-detail-comment strong em{border-radius:999px;background:#202024;color:#fff;padding:3px 7px;font-size:12px;font-weight:820;font-style:normal;line-height:1}.profile-detail-comment p{margin:6px 0 0;color:#667087;font-size:18px;line-height:1.48}.profile-detail-human-comment p{color:#667087}.profile-detail-ai-comment p{color:#202024}.profile-detail-comment small{display:flex;gap:20px;margin-top:8px;color:#a6a6ac;font-size:14px}.profile-detail-comment small button{border:0;background:transparent;color:inherit;padding:0}.profile-detail-compose{position:sticky;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px 30px;border-top:1px solid #efeff1;background:#fffffff0;backdrop-filter:blur(16px)}.profile-detail-compose input{min-width:0;height:42px;border:0;border-radius:999px;background:#f4f4f5;color:#202024;padding:0 16px;font-size:16px;outline:none}.profile-detail-compose input::-moz-placeholder{color:#b8b8bd}.profile-detail-compose input::placeholder{color:#b8b8bd}.profile-detail-compose button,.profile-detail-compose span{border:0;background:transparent;color:#9e9ea4;font-size:18px;white-space:nowrap}.profile-detail-compose button.active{color:#202024}@media(max-width:899px){.profile-detail-modal .modal-card{width:100%;height:100%;max-height:none;border-radius:0}.profile-detail-modal .modal-body{max-height:calc(100vh - 150px)}.profile-detail-post{padding:28px 16px 22px}.profile-detail-post header{grid-template-columns:58px minmax(0,1fr) auto;gap:12px}.profile-detail-author-avatar{width:56px;height:56px;border-radius:16px}.profile-detail-post header strong{font-size:22px}.profile-detail-post p,.profile-detail-media{margin-left:70px;margin-right:0}.profile-detail-post p{margin-top:4px;font-size:24px}.profile-detail-reactions{padding:24px 16px 18px}.profile-detail-star-grid{grid-template-columns:repeat(6,44px);gap:8px;overflow:hidden}.profile-detail-heart,.profile-detail-star-avatar{width:44px;height:44px;border-radius:13px}.profile-detail-comment{grid-template-columns:34px 48px minmax(0,1fr) 34px;gap:10px;padding:20px 16px}.profile-detail-comment-avatar{width:46px;height:46px;border-radius:13px}.profile-detail-comment-avatar-wrap{width:46px;height:46px}.profile-detail-comment p{font-size:20px}}.profile-clone-modal .modal-backdrop{background:#08080c75;backdrop-filter:blur(12px)}.profile-clone-modal .modal-card{width:min(430px,calc(100% - 28px));height:min(880px,calc(100vh - 28px));max-height:880px;border-radius:32px;border:1px solid rgba(255,255,255,.12);background:#15161c;color:#fff;overflow:hidden}.profile-clone-modal .modal-head{position:absolute;inset:0 0 auto;z-index:5;border:0;background:transparent}.profile-clone-modal .modal-head h2{color:transparent}.profile-clone-modal .modal-head .iconbtn{width:42px;height:42px;border-radius:50%;background:#ffffff14;color:#ffffffd1;backdrop-filter:blur(12px)}.profile-clone-modal .modal-body{height:100%;max-height:none;padding:0;overflow:hidden}.profile-clone-modal .modal-foot{display:none}.profile-clone-view{position:relative;min-height:100%;height:100%;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.08),transparent 32%),linear-gradient(180deg,#101116,#222733 64%,#303642);overflow:hidden}.profile-clone-stage{position:relative;height:68%;min-height:480px;display:grid;place-items:end center;padding:58px 28px 74px}.profile-clone-character{width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;filter:drop-shadow(0 28px 36px rgba(0,0,0,.34))}.profile-clone-character-empty{width:220px;height:220px;display:grid;place-items:center;border-radius:48px;background:#ffffff1f;font-size:82px;font-weight:850}.profile-clone-name{position:absolute;left:26px;right:26px;bottom:26px;text-align:center;text-shadow:0 4px 18px rgba(0,0,0,.42)}.profile-clone-name b{display:block;font-size:28px;line-height:1.15}.profile-clone-name small{display:block;margin-top:4px;color:#ffffff75;font-size:15px}.profile-clone-sound{position:absolute;right:22px;bottom:72px;width:58px;height:58px;border:0;border-radius:22px;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center;gap:4px;backdrop-filter:blur(16px)}.profile-clone-sound span{width:4px;border-radius:99px;background:currentColor}.profile-clone-sound span:nth-child(1){height:20px;opacity:.72}.profile-clone-sound span:nth-child(2){height:34px}.profile-clone-sound span:nth-child(3){height:26px;opacity:.86}.profile-clone-sound span:nth-child(4){height:16px;opacity:.62}.profile-clone-sound.is-disabled{opacity:.38}.profile-clone-sound.is-playing{background:#ffffff57;box-shadow:0 0 0 6px #ffffff14,0 14px 36px #0000003d}.profile-clone-sound.is-playing span{animation:cloneVoiceBars .72s ease-in-out infinite}.profile-clone-sound.is-playing span:nth-child(2){animation-delay:.08s}.profile-clone-sound.is-playing span:nth-child(3){animation-delay:.16s}.profile-clone-sound.is-playing span:nth-child(4){animation-delay:.24s}@keyframes cloneVoiceBars{0%,to{transform:scaleY(.58);opacity:.62}50%{transform:scaleY(1.18);opacity:1}}.profile-clone-sticker-panel{position:absolute;left:0;right:0;bottom:0;max-height:34%;border-radius:28px 28px 0 0;border:1px solid rgba(255,255,255,.16);border-bottom:0;background:#474d5bb8;backdrop-filter:blur(24px);padding:26px 22px 30px;overflow:hidden}.profile-clone-sticker-panel header{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.profile-clone-sticker-panel header span{font-size:26px}.profile-clone-sticker-panel header strong{font-size:22px;line-height:1.1}.profile-clone-sticker-panel header small{color:#ffffff75;font-size:13px}.profile-clone-loading,.profile-clone-error,.profile-clone-empty{color:#fff9;font-size:14px}.profile-clone-error{color:#ffd0d0}.profile-clone-stickers{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;padding:0 22px 4px 0;margin-right:-22px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.profile-clone-stickers::-webkit-scrollbar{display:none}.profile-clone-sticker{flex:0 0 calc((100% - 49px) / 4.5);aspect-ratio:1;border:0;border-radius:50%;background:#fff3;overflow:hidden;padding:0;scroll-snap-align:start}.profile-clone-sticker img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media(min-width:900px){.profile-clone-modal .modal-card{width:min(520px,calc(100% - 48px));height:min(900px,calc(100vh - 48px))}.profile-clone-stage{padding-top:70px}.profile-clone-name b{font-size:32px}.profile-clone-sticker-panel header strong{font-size:24px}}.chat-empty.chat-empty-title{color:#1f1f1f0d;font-family:Didot,"Bodoni 72",Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:clamp(34px,4.2vw,72px);font-weight:50;letter-spacing:.035em;line-height:1.08}.im-thread-actions{min-width:0;width:-moz-max-content;width:max-content;justify-self:end;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.im-location-card{box-sizing:border-box;width:min(296px,68vw);display:block;overflow:hidden;border:1px solid #ededf1;border-radius:8px;background:#fff;color:#17181c;padding:12px 10px 10px;text-decoration:none;box-shadow:none}.im-location-card:hover{border-color:#dfe4ec;background:#fff}.im-location-text{min-width:0;display:grid;gap:5px;margin-bottom:10px}.im-location-text strong,.im-location-text small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-location-text strong{color:#17181c;font-size:16px;font-weight:520;line-height:1.24}.im-location-text small{color:#737782;font-size:14px;line-height:1.25}.im-location-map{position:relative;display:block;width:100%;height:108px;overflow:hidden;border-radius:2px;background:#eef0ec}.im-location-map img,.im-location-map-placeholder{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.im-location-map-placeholder{background:linear-gradient(135deg,#f0f2f4,#e6e9ed)}.im-location-map.loading:after{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);content:""}.im-location-map-marker{position:absolute;left:50%;top:50%;width:34px;height:48px;transform:translate(-50%,-73%)}.im-location-map-marker:before{position:absolute;left:15px;top:27px;width:5px;height:25px;border-radius:999px;background:#13bf69;content:""}.im-location-map-marker>span{position:absolute;left:2px;top:0;width:30px;height:30px;border:8px solid #13bf69;border-radius:50%;background:#fff;box-shadow:0 5px 14px #00000029}.im-location-map.unavailable .im-location-map-marker{opacity:.82}.im-address-dialog{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px}.im-address-backdrop{position:absolute;inset:0;border:0;background:#11121857}.im-address-panel{position:relative;z-index:1;width:min(780px,calc(100vw - 40px));max-height:min(720px,calc(100vh - 40px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;overflow:hidden;border:1px solid rgba(31,31,37,.1);border-radius:16px;background:#fff;padding:18px;box-shadow:0 24px 70px #1112182e}.im-address-header{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:12px}.im-address-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#edf4ff;color:#1f73ff}.im-address-header>div{min-width:0;display:grid;gap:3px}.im-address-header strong,.im-address-header small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-address-header strong{color:#17181c;font-size:17px;font-weight:750}.im-address-header small{color:#7d8694;font-size:12px;line-height:1.35}.im-address-header>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:#f4f5f7;color:#68707d}.im-address-header>button:hover{background:#e9ecf2;color:#24262d}.im-address-search{height:44px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;border:1px solid #dfe3ea;border-radius:12px;background:#f8f9fb;color:#87909d;padding:0 13px}.im-address-search:focus-within{border-color:#9ab7ff;box-shadow:0 0 0 3px #1f73ff1a}.im-address-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#17181c;font-size:14px}.im-address-search input::-moz-placeholder{color:#a0a7b2}.im-address-search input::placeholder{color:#a0a7b2}.im-address-content{min-height:0;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:14px}.im-address-map{position:relative;min-height:352px;overflow:hidden;border:1px solid #e3e7ee;border-radius:14px;background:#e8ede7}.im-address-map img,.im-address-map-placeholder{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.im-address-map-placeholder{background:linear-gradient(135deg,#f0f2f4,#e6e9ed)}.im-address-map-status,.im-address-map-locate{position:absolute;z-index:2;display:inline-flex;align-items:center;border:0;box-shadow:0 8px 24px #19264024}.im-address-map-status{top:12px;left:12px;max-width:calc(100% - 24px);gap:6px;overflow:hidden;border-radius:999px;background:#ffffffeb;color:#24262d;padding:8px 10px;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;backdrop-filter:blur(8px)}.im-address-map-status svg{flex:0 0 auto;color:#1f73ff}.im-address-map-marker{position:absolute;left:50%;top:50%;width:50px;height:64px;transform:translate(-50%,-76%)}.im-address-map-marker:before{position:absolute;left:21px;top:35px;width:8px;height:31px;border-radius:999px;background:#1f73ff;content:""}.im-address-map-marker>span{position:absolute;left:5px;top:0;width:40px;height:40px;display:grid;place-items:center;border:7px solid #16c56d;border-radius:50%;background:#fff;box-shadow:0 7px 18px #0000002e}.im-address-map-locate{right:12px;bottom:12px;gap:6px;height:34px;border-radius:10px;background:#fffffff0;color:#1f73ff;padding:0 12px;font-size:12px;font-weight:700}.im-address-map-locate:disabled{cursor:not-allowed;opacity:.6}.im-address-map-locate svg{flex:0 0 auto}.im-address-poi{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #edf0f4;border-radius:14px;background:#fff}.im-address-poi-head{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf0f4;background:#fafbfc;color:#4f5662;padding:12px 14px;font-size:13px;font-weight:650}.im-address-poi-head small{min-width:0;overflow:hidden;color:#9aa1ad;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.im-address-poi-list{min-height:0;display:grid;align-content:start;gap:0;overflow:auto;padding:0}.im-address-poi-list button{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) 22px;align-items:center;gap:10px;border:0;border-bottom:1px solid #f0f1f3;border-radius:0;background:transparent;padding:12px 14px;text-align:left}.im-address-poi-list button:hover{background:#f7f8fa}.im-address-poi-list button.selected{background:#f6fbff;box-shadow:inset 3px 0 #1f73ff}.im-address-poi-pin{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#f2f3f5;color:#8b929e}.im-address-poi-list button.selected .im-address-poi-pin{background:#e8fff1;color:#16c56d}.im-address-poi-text{min-width:0;display:grid;gap:3px}.im-address-poi-text strong,.im-address-poi-text small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-address-poi-text strong{color:#1d1f24;font-size:14px;font-weight:650}.im-address-poi-text small{color:#a5aab2;font-size:12px;line-height:1.35}.im-address-poi-check{width:22px;height:22px;display:grid;place-items:center;color:#30c878}.im-address-empty{min-height:260px;display:grid;place-items:center;color:#8b929e;font-size:13px;line-height:1.5;text-align:center;padding:24px}.im-address-footer{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #f0f1f3;padding-top:12px}.im-address-footer small{min-width:0;flex:1;overflow:hidden;color:#7d8694;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.im-address-actions{flex:0 0 auto;display:inline-flex;gap:8px}.im-address-actions button{height:36px;border:0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:700}.im-address-actions button.secondary{background:#f4f5f7;color:#4f5662}.im-address-actions button[type=submit]{background:#1f73ff;color:#fff;box-shadow:0 8px 18px #1f73ff2e}.im-address-actions button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}@media(max-width:760px){.im-address-panel{width:min(520px,calc(100vw - 24px));max-height:calc(100vh - 24px);padding:14px}.im-address-content{grid-template-columns:1fr}.im-address-map{min-height:240px;height:260px}.im-address-poi-list{max-height:34vh}}@media(max-width:520px){.im-address-dialog{place-items:end center;padding:8px}.im-address-panel{width:100%;border-radius:16px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.im-address-footer{align-items:stretch;flex-direction:column;gap:10px}.im-address-actions{display:grid;grid-template-columns:1fr 1fr}}.common-space-screen{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f4f5f7;color:#17181c}.common-space-head{flex:0 0 auto;min-height:64px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #e4e7ec;background:#fffffff5}.common-space-head strong{min-width:0;overflow:hidden;color:#17181c;font-size:17px;font-weight:760;text-align:center;text-overflow:ellipsis;white-space:nowrap}.common-space-home,.common-space-assets,.common-space-search{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px}.common-space-home{display:grid;align-content:start;gap:18px}.common-space-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(135deg,#fff,#f8fafc 54%,#eef3f8);padding:20px;box-shadow:0 8px 22px #0f172a0a}.common-space-hero>div:nth-child(2){min-width:0;display:grid;gap:5px;padding-right:64px}.common-space-hero strong,.common-space-hero span,.common-space-hero p{min-width:0;overflow:hidden;text-overflow:ellipsis}.common-space-hero strong{color:#17181c;font-size:18px;font-weight:780;line-height:1.2;white-space:nowrap}.common-space-hero span{color:#6d727d;font-size:13px;line-height:1.25}.common-space-hero p{grid-column:1 / -1;margin:0;color:#1f1f258a;font-size:13px;line-height:1.45;white-space:normal}.common-space-avatar-pair{position:relative;width:72px;height:48px;flex:0 0 auto}.common-space-avatar{position:absolute;top:0;width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#eceff4;color:#5d6470;font-size:18px;font-weight:760;box-shadow:0 4px 12px #11121814}.common-space-avatar:first-child{left:0;z-index:1}.common-space-avatar:last-child{right:0;z-index:2}.common-space-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.common-space-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.common-space-detail-btn{position:absolute;top:14px;right:14px;z-index:1;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#ffffffeb;color:#565a63;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.common-space-detail-btn:hover{background:#fff;border-color:#0f172a2e;color:#17181c}.common-space-card{min-height:152px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(31,31,37,.04);border-radius:18px;background:#fff;color:#17181c;padding:13px;text-align:left;box-shadow:0 5px 14px #1f1f2509}.common-space-card-head{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr) 20px;align-items:center;gap:9px}.common-space-card-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px}.common-space-card.posts .common-space-card-icon,.common-space-card.posts .common-space-card-empty{background:#ff56671f;color:#ff5667}.common-space-card.album .common-space-card-icon,.common-space-card.album .common-space-card-empty{background:#4a7dff1f;color:#4a7dff}.common-space-card.files .common-space-card-icon,.common-space-card.files .common-space-card-empty{background:#13a37b1f;color:#13a37b}.common-space-card.map .common-space-card-icon,.common-space-card.map .common-space-card-empty{background:#3f7dff1f;color:#3f7dff}.common-space-card-head strong{min-width:0;overflow:hidden;color:#1f1f25;font-size:15px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.common-space-card-head>svg{color:#1f1f2547}.common-space-card-preview{min-width:0;min-height:56px;display:flex;align-items:center;gap:10px}.common-space-card-thumb,.common-space-card-file-thumb,.common-space-card-map-thumb{width:56px;height:56px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f3f5f8}.common-space-card-thumb img,.common-space-card-image-preview img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.common-space-card-copy{min-width:0;display:grid;gap:5px}.common-space-card-copy b,.common-space-card-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-space-card-copy b{color:#1f1f25;font-size:13px;font-weight:650;line-height:1.2}.common-space-card-copy small{color:#1f1f2566;font-size:11px;line-height:1.2}.common-space-card-album-preview{min-width:0;min-height:56px;display:flex;align-items:flex-start;gap:5px}.common-space-card-image-preview{position:relative;min-width:0;flex:0 0 min(56px,calc((100% - 10px) / 3));aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f3f5f8;color:#4a7dff}.common-space-card-image-preview em{position:absolute;right:4px;bottom:4px;display:grid;place-items:center;border-radius:999px;background:#1112188f;color:#fff}.common-space-card-empty{height:56px;display:grid;place-items:center;border-radius:8px;font-size:12px;font-weight:650}.common-space-card-file-thumb{color:inherit}.common-space-card-file-thumb .common-space-file-type-icon{width:42px;height:42px}.common-space-card-map-thumb{position:relative;isolation:isolate;background:linear-gradient(135deg,#eef8f6,#edf3ff);color:#ff5667}.common-space-card-map-thumb:before,.common-space-card-map-thumb:after{content:"";position:absolute;z-index:-1;border-radius:999px;background:#3f7dff24}.common-space-card-map-thumb:before{width:72px;height:20px;left:-19px;top:11px;transform:rotate(-18deg)}.common-space-card-map-thumb:after{width:62px;height:16px;right:-18px;bottom:10px;transform:rotate(-18deg)}.common-space-search-box{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #e0e4ea;border-radius:10px;background:#fff;color:#8b929e;padding:0 12px}.common-space-search-box input{width:100%;height:42px;min-width:0;border:0;outline:0;background:transparent;color:#17181c;font-size:14px}.common-space-assets,.common-space-search{display:grid;align-content:start;gap:12px}.common-space-chip-row{display:flex;width:-moz-max-content;width:max-content;max-width:100%;min-height:40px;gap:4px;overflow-x:auto;padding:4px;border-radius:999px;background:#eff2f7}.common-space-search-filter-row{display:flex;min-height:38px;gap:8px;overflow-x:auto}.common-space-chip-row button,.common-space-search-filter-row button,.common-space-recent button{min-height:32px;border:0;border-radius:999px;background:transparent;color:#1f1f2599;padding:0 12px;font-size:13px;font-weight:650}.common-space-search-filter-row button{min-height:38px;padding:0 15px;background:#ffffff9e;font-size:14px;font-weight:700}.common-space-chip-row button.active,.common-space-search-filter-row button.active{background:#fff;color:#1f1f25;box-shadow:0 6px 18px #2a4e7014}.common-space-recent{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto}.common-space-recent-card{display:grid;gap:11px;margin-top:4px;padding:14px;border:1px solid rgba(255,255,255,.92);border-radius:20px;background:#ffffffbd}.common-space-recent-card strong{color:#1f1f25;font-size:15px;font-weight:700;line-height:1.2}.common-space-recent button{border-color:transparent;min-height:34px;background:#ebeff5;color:#1f1f25b8;padding:0 14px;font-weight:500;white-space:nowrap}.common-space-state{display:grid;place-items:center;min-height:120px;color:#8b929e;font-size:14px}.common-space-search-section-title{display:flex;align-items:center;justify-content:space-between;margin:10px 4px 2px}.common-space-search-section-title strong{color:#1f1f25;font-size:22px;font-weight:700;line-height:1.1}.common-space-search-section-title span{color:#1f1f258c;font-size:14px}.common-space-search-state-card{min-height:150px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.92);border-radius:22px;background:#ffffffbd}.common-space-search-loading-dot{width:24px;height:24px;border:2px solid rgba(255,86,103,.2);border-top-color:#ff5667;border-radius:999px;animation:common-space-spin .8s linear infinite}.common-space-search-state-card.empty{min-height:190px;align-content:center;gap:8px;padding:24px;color:#1f1f2559;text-align:center}.common-space-search-state-card.empty strong{color:#1f1f25;font-size:16px;font-weight:700}.common-space-search-state-card.empty p{max-width:260px;margin:0;color:#1f1f259e;font-size:14px;line-height:1.5}.common-space-search-state-card.empty button{height:36px;margin-top:8px;border:0;border-radius:18px;background:linear-gradient(135deg,#ff5667,#ff7f71);color:#fff;padding:0 18px;font-size:14px;font-weight:700}@keyframes common-space-spin{to{transform:rotate(360deg)}}.common-space-asset-list,.common-space-search-list{display:grid;gap:0}.common-space-search-result-card{width:100%;min-height:82px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:12px;border:1px solid rgba(255,255,255,.92);border-radius:20px;background:#ffffffbd;color:#1f1f25;cursor:pointer;padding:14px;text-align:left}.common-space-search-result-card:hover{background:#ffffffe6}.common-space-search-result-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px}.common-space-search-result-card.text .common-space-search-result-icon,.common-space-search-result-card.album .common-space-search-result-icon{background:#e8f1ffe0;color:#3579ec}.common-space-search-result-card.post .common-space-search-result-icon{background:#e7e4ffeb;color:#6d63df}.common-space-search-result-card.file .common-space-search-result-icon{background:#d3f7edeb;color:#20a989}.common-space-search-result-card.address .common-space-search-result-icon{background:#eef5f8;color:#ff654f}.common-space-search-result-copy{min-width:0;display:grid;gap:5px}.common-space-search-result-title{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.common-space-search-result-title strong,.common-space-search-result-title time,.common-space-search-result-copy small,.common-space-search-result-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-space-search-result-title strong{color:#1f1f25;font-size:15px;font-weight:600;line-height:1.2}.common-space-search-result-title time{color:#1f1f2573;font-size:12px;line-height:1.2}.common-space-search-result-copy small{color:#1f1f259e;font-size:13px;line-height:1.2}.common-space-search-result-copy em{color:#1f1f257a;font-size:12px;font-style:normal;line-height:1.2}.common-space-search-result-card>svg{color:#ff654f}.common-space-row,.common-space-post-row{display:grid;gap:10px;padding:16px 0;border-bottom:1px solid rgba(31,31,37,.08)}.common-space-row-main{min-width:0;height:72px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:12px;background:#fff;color:inherit;padding:8px;text-align:left}.common-space-row-icon{width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#f4f6f8;color:#586070}.common-space-row.address .common-space-row-icon{background:#13a37b1f;color:#13a37b}.common-space-row-icon.file{background:transparent;color:inherit}.common-space-row-icon img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.common-space-file-type-icon{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:color-mix(in srgb,currentColor 12%,#fff);color:#1f1f25}.common-space-file-type-icon.pdf{color:#f04438}.common-space-file-type-icon.doc{color:#2f6fed}.common-space-file-type-icon.xls{color:#18a058}.common-space-file-type-icon.ppt{color:#f26b3a}.common-space-file-type-icon.txt,.common-space-file-type-icon.md{color:#5f6672}.common-space-file-type-icon.zip{color:#8b5cf6}.common-space-file-type-icon.image{color:#15aabf}.common-space-file-type-icon.audio{color:#7c3aed}.common-space-file-type-icon.video{color:#ef476f}.common-space-file-type-icon.code{color:#475467}.common-space-file-type-icon.fallback{background:#1f1f2514;color:#1f1f25b8}.common-space-file-type-icon em{position:absolute;bottom:6px;max-width:30px;overflow:hidden;color:#fff;font-size:6px;font-style:normal;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.common-space-row-main>span:last-child{min-width:0;display:grid;gap:5px}.common-space-row-main strong,.common-space-row-main small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-space-row-main strong{color:#17181c;font-size:15px;font-weight:600}.common-space-row-main small{color:#1f1f2566;font-size:12px;line-height:1.25}.common-space-locate{width:76px;height:72px;display:grid;place-items:center;align-content:center;gap:6px;border:0;border-radius:12px;background:#fff;color:#1f1f25cc;padding:0;font-size:12px;font-weight:600;white-space:nowrap}.common-space-locate span{line-height:1}.common-space-post-meta{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px}.common-space-post-avatar{width:24px;height:24px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#ffeef1;color:#ff5667;font-size:12px;font-weight:700}.common-space-post-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.common-space-post-meta strong,.common-space-post-meta time{min-width:0;overflow:hidden;color:#1f1f258a;font-size:13px;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.common-space-post-meta time{color:#1f1f2580}.common-space-post-body,.common-space-row{display:grid;grid-template-columns:minmax(0,1fr) 76px;align-items:center;gap:8px}.common-space-post-card{min-width:0;height:72px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:12px;background:#fff;color:inherit;padding:8px;text-align:left}.common-space-post-preview{position:relative;width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#ffeef1;color:#ff5667}.common-space-post-preview img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.common-space-post-preview b{position:absolute;inset:0;display:grid;place-items:center;background:#00000042;color:#fff}.common-space-post-card>span:last-child{min-width:0;display:grid;gap:6px}.common-space-post-card strong,.common-space-post-card small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-space-post-card strong{color:#1f1f25;font-size:15px;font-weight:600}.common-space-post-card small{color:#1f1f2566;font-size:12px}.common-space-album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.common-space-album-tile{position:relative;aspect-ratio:1 / 1;overflow:hidden;border:0;border-radius:8px;background:#e8ebf0;padding:0}.common-space-album-tile img,.common-space-album-tile>span{width:100%;height:100%;display:grid;place-items:center;-o-object-fit:cover;object-fit:cover;color:#7b8390}.common-space-album-tile b{position:absolute;right:6px;bottom:6px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#11121894;color:#fff;padding:4px 7px;font-size:11px;line-height:1}.common-space-video-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:20px}.common-space-video-backdrop{position:absolute;inset:0;border:0;background:#111218b8}.common-space-video-panel{position:relative;z-index:1;width:min(760px,100%);display:grid;gap:10px}.common-space-video-panel>button{justify-self:end;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:#ffffffeb;color:#17181c}.common-space-video-panel video{width:100%;max-height:72vh;display:block;border-radius:8px;background:#000}@media(min-width:900px){.im-thread-head{grid-template-columns:44px minmax(0,1fr) minmax(44px,auto)}.common-space-screen{height:100%}.common-space-home,.common-space-assets,.common-space-search{padding:22px max(32px,calc((100% - 760px)/2)) 28px}.common-space-card-grid{gap:14px}.common-space-album-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}}@media(max-width:520px){.im-thread-head{grid-template-columns:38px minmax(0,1fr) minmax(38px,auto);padding-left:12px;padding-right:12px}.common-space-card{min-height:146px}.common-space-row,.common-space-post-body{grid-template-columns:minmax(0,1fr) 76px}}.space-toolbar{display:flex;align-items:center;justify-content:flex-end}.space-toolbar-refresh{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#1d1d21;box-shadow:0 1px 2px #1818220f,0 8px 24px #18182214}.space-toolbar-refresh:disabled{opacity:.55}.space-toolbar-refresh.is-loading svg{animation:space-refresh-spin .9s linear infinite}@keyframes space-refresh-spin{to{transform:rotate(360deg)}}.space-loading{display:grid;place-items:center;padding:104px 0}.space-loading-ring{width:28px;height:28px;border-radius:50%;border:2px solid rgba(29,29,33,.1);border-top-color:#1d1d2194;animation:space-loading-spin .8s linear infinite}@keyframes space-loading-spin{to{transform:rotate(360deg)}}.feed-screen.is-space-tab{background-color:#edeef5;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20900%201400%27%20preserveAspectRatio%3D%27xMidYMid%20slice%27%3E%3Cdefs%3E%3ClinearGradient%20id%3D%27b%27%20x1%3D%270%27%20y1%3D%270%27%20x2%3D%271%27%20y2%3D%271%27%3E%3Cstop%20offset%3D%270%27%20stop-color%3D%27%23f4f4fa%27%2F%3E%3Cstop%20offset%3D%27.55%27%20stop-color%3D%27%23eceef6%27%2F%3E%3Cstop%20offset%3D%271%27%20stop-color%3D%27%23e7e9f2%27%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%27s%27%20x%3D%27-60%25%27%20y%3D%27-60%25%27%20width%3D%27220%25%27%20height%3D%27220%25%27%3E%3CfeGaussianBlur%20stdDeviation%3D%2780%27%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%27n%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.8%27%20numOctaves%3D%272%27%20stitchTiles%3D%27stitch%27%2F%3E%3CfeColorMatrix%20type%3D%27saturate%27%20values%3D%270%27%2F%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type%3D%27linear%27%20slope%3D%27.05%27%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Crect%20width%3D%27900%27%20height%3D%271400%27%20fill%3D%27url(%23b)%27%2F%3E%3Cg%20filter%3D%27url(%23s)%27%3E%3Ccircle%20cx%3D%27150%27%20cy%3D%27190%27%20r%3D%27250%27%20fill%3D%27%23ccd6ff%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%27760%27%20cy%3D%27340%27%20r%3D%27280%27%20fill%3D%27%23ffddd2%27%20opacity%3D%27.55%27%2F%3E%3Cellipse%20cx%3D%27470%27%20cy%3D%27620%27%20rx%3D%27320%27%20ry%3D%27240%27%20fill%3D%27%23ffffff%27%20opacity%3D%27.65%27%2F%3E%3Ccircle%20cx%3D%27220%27%20cy%3D%27900%27%20r%3D%27300%27%20fill%3D%27%23cdeaff%27%20opacity%3D%27.55%27%2F%3E%3Ccircle%20cx%3D%27720%27%20cy%3D%271150%27%20r%3D%27280%27%20fill%3D%27%23e6d7ff%27%20opacity%3D%27.5%27%2F%3E%3Ccircle%20cx%3D%27420%27%20cy%3D%271330%27%20r%3D%27220%27%20fill%3D%27%23ffe9d2%27%20opacity%3D%27.45%27%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%27M-80%201020%20L560%20-80%20L700%20-80%20L60%201020%20Z%27%20fill%3D%27%23ffffff%27%20opacity%3D%27.08%27%2F%3E%3Cpath%20d%3D%27M180%201480%20L880%20240%20L960%20240%20L380%201480%20Z%27%20fill%3D%27%23ffffff%27%20opacity%3D%27.06%27%2F%3E%3Crect%20width%3D%27900%27%20height%3D%271400%27%20filter%3D%27url(%23n)%27%20opacity%3D%27.55%27%2F%3E%3C%2Fsvg%3E");background-size:cover;background-position:center;background-attachment:fixed}.space-masonry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:6px;gap:14px;align-items:start;padding:0 0 150px}.space-masonry-item{min-width:0}@media(min-width:900px){.space-masonry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}.space-card{position:relative;width:100%;aspect-ratio:2 / 3;overflow:hidden;border-radius:34px;background:#fff;color:#111114;box-shadow:0 2px 5px #1818220d,0 16px 40px #1818221a;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:transform .16s ease}.space-card:active{transform:scale(.975)}.space-card:focus-visible{outline:2px solid #1d1d21;outline-offset:3px}.space-card-content{display:flex;flex-direction:column;gap:8px;height:100%;padding:18px 17px 14px}.space-card-time{flex:0 0 auto;color:#9a9aa1;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.01em}.space-card-display{display:-webkit-box;margin:auto 0;overflow:hidden;color:#0b0b0e;font-weight:700;letter-spacing:-.014em;word-break:break-word;-webkit-box-orient:vertical}.space-card.is-square{aspect-ratio:1 / 1}.space-card-display.size-sq{font-size:26px;line-height:1.24;text-wrap:balance;-webkit-line-clamp:2}.space-card-display.size-sq2{font-size:19.5px;line-height:1.3;text-wrap:balance;-webkit-line-clamp:3}.space-card-display.size-flat{font-size:20px;line-height:1.45;-webkit-line-clamp:6}.space-card-body{display:grid;gap:6px;min-height:0;margin-bottom:auto;overflow:hidden}.space-card-headline{display:-webkit-box;margin:0;overflow:hidden;color:#0b0b0e;font-size:19px;font-weight:700;line-height:1.28;letter-spacing:-.014em;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:5}.space-card-excerpt{display:-webkit-box;margin:0;overflow:hidden;color:#8e8e93;font-size:14.5px;font-weight:400;line-height:1.42;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:5}.space-card-display.caption{flex:0 0 auto;margin:0;font-size:17px;line-height:1.3;-webkit-line-clamp:2}.space-card-photo{position:relative;flex:1 1 0;min-height:56px;margin:4px -5px 0;overflow:hidden;border-radius:22px;background:#f1f1f3}@media(min-width:900px){.space-card{border-radius:44px}.space-card-content{gap:9px;padding:22px 21px 16px}.space-card-time{font-size:14px}.space-card-photo{border-radius:30px}.space-card-display.size-sq{font-size:30px}.space-card-display.size-sq2{font-size:23px}.space-card-display.caption{font-size:20px}.space-card-display.size-flat,.space-card-headline{font-size:23px}.space-card-excerpt{font-size:15.5px}}.space-card-photo img,.space-card-bleed img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.space-card-bleed{position:relative;height:100%;background:#e9e9ee}.space-card-bleed:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0c0c127a,#0c0c1224 36%,#0c0c1200 56%,#0c0c125c);pointer-events:none}.space-card-overlay{position:absolute;top:0;left:0;right:0;z-index:1;display:grid;gap:7px;padding:17px 44px 17px 17px}.space-card-overlay .space-card-time{color:#ffffffd1}.space-card-overlay .space-card-display{margin:0;color:#fff}.space-card-count{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;gap:3px;min-height:23px;border-radius:999px;padding:0 9px;background:#12121866;color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.space-card-foot{display:flex;align-items:center;flex:0 0 auto;gap:5px;min-width:0;margin-top:4px}.space-card-content.has-photo .space-card-foot{margin-top:10px}.space-card.is-bleed .space-card-foot{position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0;padding:12px 14px}.space-card-author{display:inline-flex;align-items:center;gap:6px;flex:1;min-width:0}.space-card-author img,.space-card-author i{width:19px;height:19px;border-radius:50%;flex:0 0 auto}.space-card-author img{display:block;-o-object-fit:cover;object-fit:cover;background:#ececef}.space-card-author i{display:grid;place-items:center;background:#e4e4e9;color:#5d5d63;font-size:10px;font-style:normal;font-weight:700}.space-card-author em{min-width:0;overflow:hidden;color:#a4a4aa;font-size:12.5px;font-weight:500;font-style:normal;line-height:1;text-overflow:ellipsis;white-space:nowrap}.space-card.is-bleed .space-card-author em{color:#ffffffe0}.space-card.is-bleed .space-card-author i{background:#ffffff52;color:#fff}.space-card-foot button{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;min-width:0;border:0;background:transparent;color:#9a9aa1;padding:4px 2px}.space-card.is-bleed .space-card-foot button{color:#ffffffeb}.space-card-foot .space-card-like.active{color:#ff3b30}.space-card-foot button b{max-width:44px;overflow:hidden;font-size:12.5px;font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.space-card-foot button:disabled{opacity:.55}.im-bubble-row{align-items:flex-start}.im-bubble-stack{min-width:0;width:-moz-max-content;width:max-content;display:flex;flex-direction:column;align-items:flex-start;max-width:min(74%,340px);gap:8px}.im-bubble-row.outgoing .im-bubble-stack{align-items:flex-end}.im-bubble-stack .im-bubble{width:-moz-fit-content;width:fit-content;max-width:100%}.im-bubble-stack .im-media-bubble{overflow:visible}.im-bubble-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.im-bubble-group.outgoing{align-items:flex-end}.im-bubble-avatar-wrap{position:relative;flex:0 0 42px;display:inline-flex;overflow:visible}.im-bubble-avatar-frame{position:relative;width:42px;height:42px;display:grid;place-items:center}.im-bubble-avatar-inner{width:36px;height:36px;border-radius:10px;overflow:hidden;background:#eef2f7;border:1px solid rgba(255,255,255,.9)}.im-bubble-avatar-inner img,.im-detail-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-bubble-ai-border{position:absolute;left:-6px;top:-6px;width:54px;height:54px;max-width:none;pointer-events:none}.im-bubble-ai-sign{position:absolute;left:50%;bottom:-4px;width:17px;height:11px;max-width:none;transform:translate(-50%);pointer-events:none;z-index:2}.im-bubble-row.outgoing .im-bubble.ai{background:#000;color:#fff;border:1px solid #000000}.im-bubble-row.outgoing .im-bubble.image,.im-bubble-row.outgoing .im-bubble.sticker{padding:0;background:transparent;box-shadow:none;border:0;backdrop-filter:none}.chat-settings-trigger{min-width:0;height:46px;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#ffffffdb!important;color:#202020;display:inline-flex;align-items:center;gap:8px;padding:0 14px 0 18px;box-shadow:inset 0 1px #ffffffdb,inset 0 -1px #1f1f1f0a,0 12px 32px #1f1f1f1f;backdrop-filter:blur(24px) saturate(1.25)!important;-webkit-backdrop-filter:blur(24px) saturate(1.25)!important;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.chat-settings-trigger:hover{background:#ffffffe6!important;border-color:#1f1f1f29;transform:translateY(-1px) scale(1.01);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #1f1f1f0a,0 4px 10px #1f1f1f0b}.chat-settings-menu{position:absolute;top:calc(100% + 10px);right:0;width:min(292px,calc(100vw - 32px));border:1px solid rgba(31,31,31,.08);border-radius:22px;background:#ffffffd6!important;padding:10px;box-shadow:inset 0 1px #ffffffe6,0 20px 60px #1f1f1f24;backdrop-filter:blur(28px) saturate(1.18)!important;-webkit-backdrop-filter:blur(28px) saturate(1.18)!important}.message-wrap.markdown-message .message-content h1,.message-wrap.markdown-message .message-content h2,.message-wrap.markdown-message .message-content h3{margin-top:2px;color:var(--ink);font-weight:900}.message-wrap.markdown-message .message-content h1{font-size:18px}.message-wrap.markdown-message .message-content h2{font-size:16px}.message-wrap.markdown-message .message-content h3{font-size:15px}.message-wrap.markdown-message .message-content ul,.message-wrap.markdown-message .message-content ol{display:grid;gap:5px;padding-left:20px}.message-wrap.markdown-message .message-content li{padding-left:2px}.message-content hr{width:100%;height:1px;border:0;background:var(--line)}.markdown-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.markdown-table-wrap table{width:100%;min-width:420px;border-collapse:collapse;font-size:13px}.markdown-table-wrap th,.markdown-table-wrap td{padding:9px 10px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.markdown-table-wrap th{background:#f7f7f7;font-weight:900}.markdown-table-wrap tr:last-child td{border-bottom:0}.proactive-comment-label{display:block;color:#255dce;font-size:11px;font-style:normal;font-weight:950;letter-spacing:.08em}.proactive-comment-text{display:block;color:#17284f;font-size:14px;line-height:1.62}.skill-suggestion-message{width:min(374px,100%);max-width:min(374px,calc(100vw - 92px))}.skill-suggestion-bubble{width:100%;max-width:100%}.skill-suggestion-card{position:relative;box-sizing:border-box;width:100%;min-height:214px;overflow:hidden;border:1px solid rgba(31,31,31,.08);border-radius:8px;background:#fff;color:#202124;padding:21px 26px 76px;box-shadow:inset 0 1px #ffffffeb,0 10px 28px #2d3e500f}.skill-suggestion-card:before{content:"";position:absolute;inset:0 0 auto;height:80px;background:linear-gradient(135deg,color-mix(in srgb,var(--skill-tone) 56%,#fff),transparent 72%);opacity:.64;pointer-events:none}.skill-suggestion-head{position:relative;z-index:1;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:19px}.skill-suggestion-icon{display:inline-grid;place-items:center;width:58px;height:58px;min-width:58px;border:1px solid rgba(31,31,31,.1);border-radius:50%;background:#ffffff9e;color:var(--skill-accent);box-shadow:inset 0 1px #ffffffb8}.skill-suggestion-icon i{font-size:26px;line-height:1}.skill-suggestion-head b{overflow-wrap:anywhere;color:#000;font-family:PingFang SC,PingFang TC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:25px;font-weight:100;line-height:1.12}.skill-suggestion-card em{position:relative;z-index:1;display:block;margin:28px 10px 0;color:#737983;font-size:18px;font-style:normal;font-weight:340;line-height:1.46}.skill-suggestion-install{position:absolute;right:22px;bottom:22px;z-index:2;display:inline-grid;place-items:center;width:52px;height:52px;border:1px solid #202020;border-radius:999px;background:#202020;color:#fff;cursor:pointer;padding:0;transition:transform .16s ease,background .16s ease,border-color .16s ease}.skill-suggestion-install:hover{border-color:#000;background:#000;transform:translateY(-1px)}.skill-suggestion-install:focus-visible{outline:2px solid #202020;outline-offset:3px}.skill-suggestion-install.installed{border-color:#1f1f1f14;background:#f1f2f3;color:#202020;cursor:default}.skill-suggestion-install.installed:hover{transform:none}.skill-suggestion-install i{font-size:27px;font-weight:300;line-height:1}@media(max-width:520px){.skill-suggestion-message{max-width:calc(100vw - 48px)}.skill-suggestion-card{min-height:202px;padding:19px 20px 72px}.skill-suggestion-head{grid-template-columns:52px minmax(0,1fr);gap:15px}.skill-suggestion-icon{width:52px;height:52px;min-width:52px}.skill-suggestion-head b{font-size:22px}.skill-suggestion-card em{margin:24px 4px 0;font-size:16px}.skill-suggestion-install{width:48px;height:48px;right:18px;bottom:18px}}.web-delivery-card{width:min(440px,100%);margin-top:10px;border:1px solid rgba(31,31,31,.12);border-radius:18px;background:#fff;box-shadow:0 12px 28px #1f1f1f0a;color:var(--ink);display:grid;gap:0;padding:0;overflow:hidden;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.web-delivery-card:hover{transform:translateY(-1px);border-color:#1f1f1f38;box-shadow:0 16px 34px #1f1f1f12}.web-delivery-cover{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;display:block;background:linear-gradient(135deg,#fff,#f7f7f5 52%,#f0f0ee)}.web-delivery-body{display:grid;gap:7px;padding:18px 20px 16px}.web-delivery-kicker{color:#9c9c9c;font-size:10.5px;font-weight:640;letter-spacing:.14em}.web-delivery-card strong{color:#0a0a0a;font-size:15.5px;font-weight:640;line-height:1.3}.web-delivery-card small{color:#8f8f8f;font-size:12.5px;font-weight:480;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-delivery-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f1f57;font-size:11px;font-weight:460;line-height:1.3}.web-delivery-open{width:-moz-fit-content;width:fit-content;margin-top:8px;height:32px;display:inline-flex;align-items:center;border-radius:9px;background:#000;color:#fff;padding:0 14px;font-size:12px;font-weight:620;box-shadow:0 6px 16px #0000001f}.video-generation-message{width:min(560px,100%)}.video-generation-bubble{width:min(560px,calc(100vw - 92px));max-width:100%}.video-generation-card{width:min(520px,100%);margin-top:10px;border:1px solid rgba(30,30,30,.14);border-radius:16px;background:linear-gradient(110deg,#fff0,#ffffff14 42%,#fff0 72%),#0f1115;background-size:220% 100%,auto;overflow:hidden;box-shadow:none}.video-generation-card.portrait{width:min(320px,82vw)}.video-generation-card.square{width:min(380px,100%)}.video-generation-player,.video-generation-placeholder{width:100%;height:100%;display:block;background:#0f1115}.video-generation-player{position:relative;overflow:hidden}.video-generation-player:fullscreen{width:100vw;height:100vh;border-radius:0;background:#000;z-index:2147483647}.video-generation-player video{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;background:#0f1115}.video-generation-toggle{position:absolute;inset:0;display:grid;place-items:center;border:0;background:transparent;color:#fffffff0;cursor:pointer}.video-generation-toggle-icon{width:72px;height:72px;display:grid;place-items:center;border:1.4px solid rgba(255,255,255,.9);border-radius:999px;background:#0000001f;backdrop-filter:blur(2px);transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.video-generation-toggle-icon i{font-size:31px;line-height:1}.video-generation-toggle:hover .video-generation-toggle-icon{transform:scale(1.04);border-color:#fff;background:#0000002e}.video-generation-toggle:focus-visible .video-generation-toggle-icon{outline:2px solid rgba(255,255,255,.72);outline-offset:4px}.video-generation-fullscreen{position:absolute;right:14px;bottom:14px;z-index:2;width:42px;height:42px;display:grid;place-items:center;border:1.2px solid rgba(255,255,255,.82);border-radius:999px;background:#00000024;color:#fffffff0;backdrop-filter:blur(2px);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.video-generation-fullscreen i{font-size:21px;line-height:1}.video-generation-fullscreen:hover{transform:scale(1.04);border-color:#fff;background:#0003}.video-generation-fullscreen:focus-visible{outline:2px solid rgba(255,255,255,.72);outline-offset:3px}.video-generation-context-menu{position:absolute;z-index:4;min-width:168px;padding:6px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#141414d1;color:#fff;backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 18px 48px #00000047}.video-generation-context-menu button{width:100%;height:34px;display:flex;align-items:center;border:0;border-radius:8px;background:transparent;color:#fff;padding:0 11px;font-size:13px;font-weight:560;text-align:left;cursor:pointer}.video-generation-context-menu button:hover,.video-generation-context-menu button:focus-visible{background:#ffffff1f;outline:none}.video-generation-placeholder{display:grid;place-items:center}.chat-screen,.todo-page-screen{--chat-line-strong: #202020;--chat-line-soft: rgba(31,31,31,.18);--chat-soft-fill: #f7f7f5;background:#fff!important}.chat-title strong{font-weight:560}.chat-model-select,.thinking-toggle,.chat-todo-entry,.todo-page-back,.command-chip,.composer,.bubble.assistant,.bubble.user{border-color:var(--chat-line-strong)!important;box-shadow:none!important}.chat-model-select,.thinking-toggle,.thinking-toggle.on,.chat-todo-entry,.todo-page-back,.command-chip,.command-chip.active,.composer,.bubble.user{background:#fff!important;color:#202020!important}.chat-model-select,.thinking-toggle,.chat-todo-entry,.todo-page-back,.command-chip{font-weight:430!important}.thinking-toggle.on{padding:0 28px 0 10px}.thinking-toggle .toggle-knob,.thinking-toggle.on .toggle-knob{background:#202020;box-shadow:none}.chat-todo-entry span{width:18px;height:18px;border:1px solid var(--chat-line-strong);background:#fff!important;color:#202020!important;font-weight:420}.command-chip span{background:transparent!important;color:#202020!important;font-weight:360}.command-chip{height:32px!important;padding-inline:11px!important}.command-chip:hover,.command-chip.active{background:var(--chat-soft-fill)!important}.bubble{font-weight:400}.bubble.user{border:1px solid var(--chat-line-strong)!important;border-bottom-right-radius:14px}.chat-screen .bubble.assistant .message-content :where(p,li,span,div,blockquote,td,th):not([data-streamdown=code-block] *):not([data-streamdown=link-safety-modal] *){color:#262626!important}.chat-screen .bubble.assistant .typing-dots{margin-top:4px}.chat-screen .chat-thread{font-family:FZLanTingHei,FZLanTingHeiS-R-GB,FZLanTingHei-R-GBK,Lantinghei SC,方正兰亭黑,PingFang SC,-apple-system,system-ui,sans-serif;gap:48px;overflow-x:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 140px),transparent calc(100% - 108px),transparent 100%);mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 140px),transparent calc(100% - 108px),transparent 100%)}.chat-stream-spacer{flex:0 0 auto;height:62vh;pointer-events:none}.chat-screen .bubble,.chat-screen .bubble .message-content,.chat-screen .bubble .message-content *{-moz-user-select:text!important;user-select:text!important;-webkit-user-select:text!important}.chat-screen .bubble.has-copy{position:relative}.chat-screen .message-copy-button i{font-size:20px;line-height:1}.chat-screen .bubble.assistant.has-copy .message-copy-button{right:10px;bottom:-34px}.chat-screen .bubble.user.has-copy .message-copy-button{right:12px;bottom:-34px}.chat-message-context-menu{position:fixed;z-index:5000;min-width:156px;padding:6px;border:1px solid rgba(31,31,31,.12);border-radius:12px;background:#ffffffe6;color:#202020;backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 18px 46px #00000029;-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important}.chat-message-context-menu button{width:100%;height:34px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:#111;padding:0 10px;font-size:13px;font-weight:400;text-align:left;cursor:pointer}.chat-message-context-menu button:hover,.chat-message-context-menu button:focus-visible{background:#1f1f1f14;outline:none}.chat-message-context-menu i{color:#111;font-size:15px;font-weight:400;line-height:1}.web-delivery-dialog-head{height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px 0 18px;border-bottom:1px solid rgba(31,31,31,.1)}.web-delivery-dialog-actions{display:flex;align-items:center;gap:6px}.web-delivery-open-tab{display:inline-flex;align-items:center;gap:4px;height:30px;padding:0 10px;border-radius:6px;border:1px solid rgba(31,31,31,.15);background:transparent;color:#1f1f1fc7;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.web-delivery-open-tab:hover{background:#1f1f1f0a;color:#1f1f1f;border-color:#1f1f1f4d}.web-delivery-open-tab>span:first-child{font-size:13px;line-height:1}.web-delivery-frame{width:100%;height:100%;min-height:620px;border:0}.generated-image-message{width:min(560px,100%);margin:12px 0 0;padding:0}.generated-image-message img{display:block;width:100%;max-height:640px;-o-object-fit:contain;object-fit:contain;border:1px solid rgba(31,31,31,.12);border-radius:18px;background:#fff;cursor:zoom-in}.search-image-card{width:min(360px,100%);margin:12px 0 0;overflow:hidden;border:1px solid rgba(31,31,31,.12);border-radius:14px;background:#fff}.search-image-card img{display:block;width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;cursor:zoom-in}.search-image-card img:focus-visible{outline:2px solid #75adff;outline-offset:-4px}.search-image-card figcaption{display:grid;gap:3px;padding:9px 10px 10px}.search-image-card figcaption span{overflow:hidden;color:#1f1f1f;font-size:14px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.search-image-card figcaption a,.search-image-card figcaption small{overflow:hidden;color:#1f1f1f8f;font-size:12px;line-height:1.25;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.markdown-message .message-content p:has(>img:only-child){margin:12px 0 16px}.markdown-message .message-content p>img:only-child{display:block;width:min(420px,100%);max-height:360px;border:1px solid rgba(31,31,31,.1);border-radius:10px;-o-object-fit:cover;object-fit:cover}.markdown-message .message-content img{max-width:min(420px,100%);border-radius:10px}.chat-image-card{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.chat-image-card img{display:block;width:auto;height:auto;max-width:min(360px,100%);max-height:480px;border-radius:10px;cursor:zoom-in}.chat-image-card img:focus-visible{outline:2px solid #75adff;outline-offset:2px}.message-images img:focus-visible,.message-media img:focus-visible,.composer-media img:focus-visible{outline:2px solid #75adff;outline-offset:2px}.assistant-status{color:#000;font-size:13px;font-weight:360;line-height:1.35;margin:0 0 18px;letter-spacing:0}.assistant-search-status{display:flex;align-items:center;gap:8px;min-height:28px;margin:0 0 8px;color:#1f1f1f8f;font-size:13px;font-weight:360;line-height:1;letter-spacing:0}.assistant-search-status.done{color:#1f1f1f75}.assistant-search-loader{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;width:18px}.assistant-search-loader span{width:4px;height:4px;border-radius:999px;background:#1f1f1f61;animation:assistant-search-dot 1.08s ease-in-out infinite}.assistant-search-loader span:nth-child(2){animation-delay:.13s}.assistant-search-loader span:nth-child(3){animation-delay:.26s}.assistant-search-label{flex:0 0 auto}.assistant-search-status.pending .assistant-search-label{position:relative;overflow:hidden;color:#00000057}.assistant-search-status.pending .assistant-search-label:after{content:"";position:absolute;inset:-20% -55%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.12) 43%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.12) 57%,transparent 65%);mix-blend-mode:screen;transform:translate(-70%);animation:thinking-sheen 1.55s ease-in-out infinite;pointer-events:none}@keyframes assistant-search-dot{0%,to{opacity:.28;transform:translateY(0) scale(.82)}42%{opacity:.9;transform:translateY(-2px) scale(1)}}.thinking-panel{margin:0 0 12px;width:min(70vw,100%);max-width:calc(100vw - 96px)}.thinking-panel__header{display:flex;align-items:center;width:100%;max-width:100%;gap:7px;padding:0;border:0;background:transparent;font-size:12px;font-weight:500;letter-spacing:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top}.thinking-panel__header:hover{opacity:.78}.thinking-panel__label{position:relative;flex:0 0 auto;display:inline-block;overflow:hidden;color:#00000057;line-height:1.2}.thinking-panel.streaming .thinking-panel__label:after{content:"";position:absolute;inset:-20% -55%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.12) 43%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.12) 57%,transparent 65%);mix-blend-mode:screen;transform:translate(-70%);animation:thinking-sheen 1.55s ease-in-out infinite}@keyframes thinking-sheen{to{transform:translate(70%)}}.thinking-panel__elapsed{flex:0 0 auto;color:#0000004d;font-variant-numeric:tabular-nums;line-height:1.2}.thinking-panel__preview{position:relative;flex:1 1 0;min-width:0;max-width:none;overflow:hidden;line-height:1.2}.thinking-panel__preview-text{display:block;overflow:hidden;color:#00000061;font-weight:400;line-height:1.2;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 64px),transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 64px),transparent 100%);text-align:left;text-overflow:clip;white-space:nowrap}.thinking-panel.streaming .thinking-panel__preview:after{content:"";position:absolute;inset:-20% -55%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.12) 43%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.12) 57%,transparent 65%);mix-blend-mode:screen;transform:translate(-70%);animation:thinking-sheen 1.55s ease-in-out infinite;pointer-events:none}@media(max-width:760px){.thinking-panel{width:min(calc(100vw - 48px),100%);max-width:calc(100vw - 48px)}}.thinking-panel.idle .thinking-panel__label,.thinking-panel.idle .thinking-panel__elapsed{color:#00000047}.thinking-panel__body{margin-top:10px;border-left:2px solid rgba(0,0,0,.08);padding-left:12px;color:#0000008c;font-size:13px;line-height:1.55;max-height:220px;overflow-y:auto}.thinking-panel.streaming .thinking-panel__body{max-height:320px}.thinking-panel__body>*{margin:0 0 6px}.thinking-panel__body p,.thinking-panel__body li{font-size:13px;line-height:1.55}.echo-ring{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex:0 0 auto;--echo-opacity-base: .16;--echo-opacity-mid: .32;--echo-opacity-peak: 1}.echo-ring__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));width:100%;height:100%}.echo-ring__dot{display:block;border-radius:999px;background:var(--echo-fill, currentColor);transform-origin:center;opacity:calc(.625 * var(--echo-opacity-base));--echo-bloom: 0;filter:drop-shadow(0 0 calc(var(--echo-dot-size, 3px) * .75 * var(--echo-bloom, 0)) var(--echo-fill, currentColor)) drop-shadow(0 0 calc(var(--echo-dot-size, 3px) * 1.35 * var(--echo-bloom, 0)) var(--echo-fill, currentColor));will-change:opacity,filter;animation:echo-ring-pulse calc(var(--echo-cycle, 1.5s) * var(--echo-speed, 1)) ease-in-out infinite;animation-delay:calc((var(--echo-ring, 0) * .14 + var(--echo-parity, 0) * .03) * var(--echo-cycle, 1.5s) * var(--echo-speed, 1))}@keyframes echo-ring-pulse{0%,to{opacity:calc(.625 * var(--echo-opacity-base));--echo-bloom: 0}28%{opacity:calc(.98 * var(--echo-opacity-peak));--echo-bloom: .9}56%{opacity:var(--echo-opacity-mid);--echo-bloom: 0}78%{opacity:calc(.68 * var(--echo-opacity-peak) + .32 * var(--echo-opacity-mid));--echo-bloom: 0}}@media(prefers-reduced-motion:reduce){.echo-ring__dot{animation:none!important;opacity:calc(.5 * (var(--echo-opacity-base) + var(--echo-opacity-mid)))}}.typing-echo{margin-top:4px}.assistant-search-echo{flex:0 0 auto}.mem-card-echo{flex:none}.composer-media-ref{position:absolute;left:5px;bottom:5px;padding:3px 6px;border-radius:999px;background:#000000ad;color:#fff;font-size:11px;font-weight:900;line-height:1;backdrop-filter:blur(8px)}.message-wrap.user{gap:8px}.user-media-bubble .message-media{margin:0}.user-text-bubble .message-content{color:#202020}.chat-screen .bubble.assistant,.chat-screen .message-wrap.markdown-message .bubble.assistant{width:100%;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;color:#202020}.chat-screen .bubble.assistant .message-content{color:#262626!important;font-size:14.5px;line-height:1.72;font-weight:380}.message-wrap.markdown-message,.chat-screen .message-wrap.assistant.markdown-message{max-width:min(100%,840px)}.chat-screen .chat-thread{font-synthesis-weight:none}.chat-screen .message-wrap.assistant.markdown-message .message-content{color:#303030!important;font-weight:350;letter-spacing:0}.chat-screen .message-wrap.assistant.markdown-message .message-content :where(p,li,blockquote,td):not([data-streamdown=code-block] *){font-weight:350!important}.chat-screen .message-wrap.assistant.markdown-message .message-content :where(strong,b){color:#202020!important;font-weight:500!important}.chat-screen .message-wrap.assistant.markdown-message .message-content :where(h1,h2,h3){color:#202020!important;font-weight:540!important;letter-spacing:0}.chat-screen .message-wrap.assistant.markdown-message .message-content h1{font-size:17px}.chat-screen .message-wrap.assistant.markdown-message .message-content h2{font-size:15.5px}.chat-screen .message-wrap.assistant.markdown-message .message-content h3{font-size:14.5px}.chat-screen .message-wrap.assistant.markdown-message .markdown-table-wrap table{font-size:13px}.chat-screen .message-wrap.assistant.markdown-message .markdown-table-wrap th{color:#2a2a2a!important;font-weight:500!important}.chat-screen .message-wrap.assistant.markdown-message .markdown-table-wrap td{color:#303030!important;font-weight:350!important}.chat-screen .message-wrap.assistant.markdown-message .markdown-table-wrap td :where(strong,b){font-weight:500!important}.web-delivery-dialog-content{width:min(1180px,calc(100vw - 24px))!important;height:min(860px,calc(100vh - 24px))!important;max-height:none!important;overflow:hidden!important;padding:0!important;border-radius:20px!important;display:flex;flex-direction:column}.desktop-nav-pill{display:contents}.tabbar{grid-template-columns:repeat(6,minmax(0,1fr))}.desktop-nav-logo-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.desktop-update-pill{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:5px 10px;border:1px solid rgba(31,31,31,.18);border-radius:999px;background:#fff;color:#1f1f1f;font-size:12px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.desktop-update-pill:hover{background:#1f1f1f0b;border-color:#1f1f1f4d;transform:translateY(-1px)}.desktop-update-pill:active{transform:none}.desktop-update-dot{width:7px;height:7px;border-radius:999px;background:#18a058;box-shadow:0 0 0 2px #18a0582e}.tab{position:relative}.nav-unread-badge{position:absolute;top:5px;right:8px;min-width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:#ff3b30;color:#fff;padding:0 4px;font-size:10px;font-weight:700;line-height:1;pointer-events:none;box-shadow:0 2px 8px #ff3b3047}@media(min-width:900px){.tabbar{position:relative;padding:0!important;border-right:0!important;overflow:visible}.desktop-nav-brand{position:absolute;top:14px!important;left:50%;width:54px!important;height:54px!important;min-height:54px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:translate(-50%)}.desktop-nav-logo-image{width:38px;height:38px;border-radius:0;box-shadow:none}.desktop-nav-pill{position:absolute;top:50%;left:50%;width:72px;margin:0!important;padding:22px 0 14px!important;transform:translate(-50%,-50%);border:1px solid rgba(31,31,31,.06);border-radius:999px;background:#ffffffc7!important;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #1f1f1f09,0 18px 46px #1f1f1f14,0 0 0 8px #ffffff61;backdrop-filter:blur(26px) saturate(1.18);-webkit-backdrop-filter:blur(26px) saturate(1.18);display:flex;flex-direction:column;align-items:center;gap:12px}.desktop-nav-pill:before{content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(145deg,#ffffffb8,#ffffff1f 45%,#1f1f1f06)}.desktop-nav-pill>*{position:relative;z-index:1}.desktop-nav-pill .tab{width:54px!important;height:54px!important;flex:0 0 54px!important}.desktop-nav-pill .nav-icon{width:25px!important;height:25px!important;font-size:25px!important}.desktop-nav-pill .tab svg{width:25px!important;height:25px!important}.desktop-compose{position:relative!important;left:auto!important;bottom:auto!important;width:42px!important;height:42px!important;margin:2px 0 0!important;border:0!important;border-radius:50%!important;background:#202020!important;color:#fff!important;font-size:14px!important;font-weight:360!important;line-height:1!important;box-shadow:0 10px 22px #1f1f1f21!important;transform:none!important}.desktop-compose:hover{background:#000!important;transform:translateY(-1px)!important}.desktop-compose:active{transform:scale(.96)!important}.desktop-nav-user{position:absolute;left:50%;bottom:52px;width:68px!important;height:68px!important;margin:0!important;transform:translate(-50%)}.desktop-nav-user>span{width:52px!important;height:52px!important;border:1px solid rgba(31,31,31,.16)!important;background:#303030!important;box-shadow:0 14px 30px #1f1f1f1f!important;overflow:hidden!important}.desktop-nav-user img{display:block!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}}.chat-sidebar{background:#fff!important;border-left:1px solid #202020!important;border-right:1px solid #e4e4e4!important;box-shadow:none!important;padding:16px 14px 16px 10px!important;--chat-sidebar-icon-col: 22px;--chat-sidebar-row-x: 5px;--chat-sidebar-gap: 7px;--chat-sidebar-row-gap: 3px}.scheduled-task-card{--st-pad-x: 38px;display:flex;flex-direction:column;min-height:612px;overflow:hidden;border:1px solid rgba(31,31,31,.12);border-radius:24px;background:#fff;padding:36px var(--st-pad-x) 34px;box-shadow:0 18px 44px #1f1f1f0b}.scheduled-task-card.status-active{border-color:#1f1f1f1f}.scheduled-task-card-head{display:flex;align-items:center;gap:20px}.scheduled-task-brand{display:block;margin-top:44px;color:#050505;font-size:22px;font-weight:720;line-height:1.2}.scheduled-task-head-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto;min-width:0}.scheduled-task-status-pill{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;background:transparent;padding:0;color:#1f1f1f;font-size:17px;font-weight:640;line-height:1.2;transition:opacity .16s ease}.scheduled-task-status-pill:not(:disabled){cursor:pointer}.scheduled-task-status-pill:hover:not(:disabled){opacity:.68}.scheduled-task-status-pill i{width:13px;height:13px;border-radius:999px;background:#c7c7c7}.scheduled-task-status-pill.active i{background:#7fd8a4}.scheduled-task-status-pill.paused i{background:#f0b429}.scheduled-task-status-pill.error i{background:#ff5f57}.scheduled-task-head-time{color:#9c9c9c;font-size:16px;font-weight:560;line-height:1.2;white-space:nowrap}.scheduled-task-tags{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;margin-bottom:26px}.scheduled-task-tags span{min-height:44px;display:inline-flex;align-items:center;border-radius:11px;padding:0 20px;background:#efefef;color:#161616;font-size:16px;font-weight:640}.scheduled-task-card h3{margin:26px 0 0;color:#0a0a0a;font-size:clamp(26px,2vw,34px);font-weight:720;letter-spacing:0;line-height:1.25;overflow-wrap:anywhere}.scheduled-task-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;border-top:1px solid rgba(31,31,31,.08);padding-top:26px}.scheduled-task-foot-info{min-width:0;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;transition:opacity .16s ease}.scheduled-task-foot-info:hover{opacity:.72}.scheduled-task-foot-info strong{display:block;color:#050505;font-size:20px;font-weight:760;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-task-foot-info span{display:block;margin-top:6px;color:#a3a3a3;font-size:15px;font-weight:560;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-task-foot-actions{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.scheduled-task-run-primary{min-width:140px;height:54px;border:0;border-radius:13px;background:#000;color:#fff;font-size:17px;font-weight:720;letter-spacing:0;box-shadow:0 8px 20px #0000001f;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.scheduled-task-icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:transparent;color:#2c2c2c;font-size:21px;line-height:1;transition:background-color .16s ease}.scheduled-task-icon-button:hover:not(:disabled){background:#f0f0ee}.scheduled-task-icon-button:disabled{opacity:.4}.scheduled-task-edit-actions button:disabled{opacity:.55}.scheduled-task-hub .scheduled-task-card{--st-pad-x: 24px;min-width:0;min-height:330px;border-radius:18px;padding:22px var(--st-pad-x) 20px;border-color:#1f1f1f1f;background:#fff;box-shadow:0 16px 34px #1f1f1f0a}.scheduled-task-hub .scheduled-task-card.status-active{border-color:#1f1f1f1f}.scheduled-task-hub .scheduled-task-logo{width:46px;height:46px}.scheduled-task-hub .scheduled-task-logo i{width:30px;height:30px;font-size:16px}.scheduled-task-hub .scheduled-task-brand{margin-top:20px;font-size:14px;font-weight:640}.scheduled-task-hub .scheduled-task-head-meta{gap:5px}.scheduled-task-hub .scheduled-task-status-pill{gap:6px;font-size:12px;font-weight:560}.scheduled-task-hub .scheduled-task-status-pill i{width:9px;height:9px}.scheduled-task-hub .scheduled-task-head-time{font-size:11.5px;font-weight:480}.scheduled-task-hub .scheduled-task-card h3{margin-top:12px;font-size:clamp(16px,1.3vw,19px);font-weight:620;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scheduled-task-hub .scheduled-task-tags{gap:8px;margin-top:14px;margin-bottom:16px}.scheduled-task-hub .scheduled-task-tags span{min-height:28px;border-radius:8px;padding:0 11px;font-size:12px;font-weight:560}.scheduled-task-hub .scheduled-task-footer{gap:10px;padding-top:14px}.scheduled-task-hub .scheduled-task-foot-info strong{font-size:14px;font-weight:640}.scheduled-task-hub .scheduled-task-foot-info span{margin-top:3px;font-size:11.5px;font-weight:480}.scheduled-task-hub .scheduled-task-run-primary{min-width:88px;height:36px;border-radius:9px;font-size:12.5px;font-weight:620}.scheduled-task-hub .scheduled-task-icon-button{width:30px;height:30px;border-radius:8px;font-size:15px}.scheduled-candidate-card{width:min(440px,100%);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(31,31,31,.12);border-radius:18px;background:#fff;padding:20px 22px 18px;box-shadow:0 12px 28px #1f1f1f0a}.scheduled-candidate-logo{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#fff;box-shadow:0 4px 12px #1f1f1f06}.scheduled-candidate-logo i{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff5664;color:#fff;font-size:16px;line-height:1}.scheduled-candidate-status{display:inline-flex;align-items:center;gap:6px;color:#1f1f1f;font-size:12px;font-weight:560;line-height:1.2}.scheduled-candidate-status i{width:9px;height:9px;border-radius:999px;background:#f0b429}.scheduled-candidate-status.pending i{background:#c7c7c7}.scheduled-candidate-status.created i{background:#7fd8a4}.scheduled-candidate-brand{display:block;margin-top:18px;color:#050505;font-size:14px;font-weight:640;line-height:1.2}.scheduled-candidate-card h3{margin:12px 0 0;color:#0a0a0a;font-size:17px;font-weight:620;letter-spacing:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.scheduled-candidate-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.scheduled-candidate-tag{min-height:28px;display:inline-flex;align-items:center;border-radius:8px;padding:0 11px;background:#efefef;color:#161616;font-size:12px;font-weight:560}.scheduled-candidate-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:18px;border-top:1px solid rgba(31,31,31,.08);padding-top:14px}.scheduled-candidate-foot-info{min-width:0}.scheduled-candidate-foot-info strong{display:block;color:#050505;font-size:14px;font-weight:640;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-candidate-foot-info span{display:block;margin-top:3px;color:#a3a3a3;font-size:11.5px;font-weight:480;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-candidate-confirm{min-width:88px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:#000;color:#fff;cursor:pointer;padding:0 16px;font-size:12.5px;font-weight:620;letter-spacing:0;box-shadow:0 6px 16px #0000001f;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.scheduled-candidate-confirm:hover:not(:disabled){background:#111;box-shadow:0 10px 22px #00000029;transform:translateY(-1px)}.scheduled-candidate-confirm:disabled{cursor:default;opacity:.6}.scheduled-candidate-card.created .scheduled-candidate-confirm{background:#f0f0f0;color:#8a8a8a;box-shadow:none;opacity:1}.chat-sidebar .sidebar-todo-entry.chat-todo-entry,.sidebar-skill-entry,.new-chat,.session-item,.back-to-sessions{border:0!important;background:transparent!important;box-shadow:none!important}.chat-sidebar .sidebar-head{margin-bottom:36px!important}.chat-sidebar .sidebar-head strong{color:#202020!important;font-size:18px!important;font-weight:760!important;line-height:1.1!important}.chat-sidebar button:focus{outline:none!important}.sidebar-toolbar{display:flex;align-items:center;gap:4px;padding:0 calc(var(--chat-sidebar-row-x) - 3px);margin-bottom:12px}.chat-sidebar .sidebar-tool-btn{width:32px!important;height:32px!important;display:grid;place-items:center;border:0!important;border-radius:9px!important;background:transparent!important;color:#565656!important;font-size:20px;line-height:1;-webkit-app-region:no-drag}.chat-sidebar .sidebar-tool-btn:hover{background:#1f1f1f0f!important;color:#1f1f1f!important}.sidebar-skill-entry,.new-chat{min-height:32px;padding:0 var(--chat-sidebar-row-x)!important;margin:0 0 var(--chat-sidebar-row-gap)!important}.chat-sidebar .sidebar-todo-entry.chat-todo-entry{position:relative!important;top:auto!important;right:auto!important;z-index:auto!important;width:100%;min-height:32px;display:grid;grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr) auto;align-items:center;gap:var(--chat-sidebar-gap);margin:0 0 var(--chat-sidebar-row-gap)!important;padding:0 var(--chat-sidebar-row-x)!important;border-radius:10px!important;background:transparent!important;color:#202020!important;font-size:13.5px;text-align:left}.chat-sidebar .sidebar-todo-entry>span:not(.sidebar-skill-icon){display:block;width:auto;height:auto;border:0;border-radius:0;background:transparent!important;color:inherit!important}.sidebar-skill-entry,.new-chat,.back-to-sessions{display:grid;grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr);align-items:center;gap:var(--chat-sidebar-gap)}.sidebar-skill-entry b,.new-chat span,.chat-sidebar .sidebar-todo-entry b{color:#202020!important;font-size:13.5px!important;font-weight:400!important;line-height:1.2!important}.chat-sidebar .sidebar-todo-entry em,.sidebar-scheduled-entry em{color:#9d9d9d!important;font-size:13px!important;font-style:normal!important;font-weight:600!important;line-height:1!important}.sidebar-skill-icon,.sidebar-skill-icon.topic,.sidebar-skill-icon.apps,.chat-sidebar .sidebar-todo-entry .sidebar-skill-icon.todo{width:var(--chat-sidebar-icon-col)!important;height:22px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#202020!important;font-size:18px;font-weight:300;display:grid!important;place-items:center!important;justify-self:center!important}.sidebar-skill-icon i,.new-chat>i{width:24px;height:24px;display:grid!important;place-items:center!important;line-height:1!important}.sidebar-skill-entry small,.session-item small{display:none}.session-list-state{min-height:32px;display:flex;align-items:center;padding:0 var(--chat-sidebar-row-x);color:#8a8a8a;font-size:13px}.session-list-state.error{color:#be123c}.session-section-title{margin:6px var(--chat-sidebar-row-x) 4px!important;color:#9d9d9d!important;font-size:12px!important;font-weight:400!important;line-height:1.2!important}.session-item{position:relative;min-height:32px;display:grid!important;grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr)!important;align-items:center!important;gap:var(--chat-sidebar-gap)!important;padding:0 var(--chat-sidebar-row-x)!important;margin:0!important;border:1px solid transparent!important;border-radius:10px!important;color:#202020!important;font-size:13.5px!important}.session-item.active{border-color:#1f1f1fd1!important;background:#fff!important}.session-item span{min-width:0;overflow:hidden;color:#202020!important;font-size:13.5px!important;font-weight:400!important;line-height:1.2!important;text-overflow:ellipsis;white-space:nowrap;transition:padding-right .14s ease}.main-session.is-generating{grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr) auto!important}.main-session-mark{width:var(--chat-sidebar-icon-col)!important;height:24px!important;border-radius:0!important;background:transparent!important;color:#202020!important;display:grid!important;font-size:21px;place-items:center!important;justify-self:center!important}.main-session-mark svg{width:24px;height:24px;display:grid!important;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.main-session-mark svg path{fill:none!important;stroke:currentColor!important}.main-session-mark img.main-session-avatar{width:22px;height:22px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.main-session>span:not(.main-session-mark){font-weight:640!important}.session-rename-input{min-width:0;width:100%;height:28px;border:1px solid rgba(31,31,31,.18);border-radius:8px;background:#ffffffc7;color:#202020;font:inherit;font-size:15px;line-height:1;outline:none;padding:0 8px}.session-rename-input:focus{border-color:#1f1f1f66;background:#fff}.session-actions{position:absolute;right:var(--chat-sidebar-row-x);top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:5px}.session-generating-spinner{width:15px;height:15px;border:1.5px solid rgba(31,31,31,.18);border-top-color:#202020;border-radius:999px;display:inline-block;justify-self:end;animation:session-generating-spin .78s linear infinite}.session-item.active .session-generating-spinner{border-color:#1f1f1f33;border-top-color:#202020}@keyframes session-generating-spin{to{transform:rotate(360deg)}}.session-action{width:24px;height:24px;border:0;border-radius:8px;background:transparent;color:#8a8a8a;display:grid;place-items:center;padding:0}.session-more{color:#767676;font-size:22px;line-height:1;opacity:0;pointer-events:none;transition:opacity .14s ease,background .14s ease,color .14s ease}.chat-sidebar .session-item:hover .session-more,.chat-sidebar .session-item.menu-open .session-more{opacity:1;pointer-events:auto}.chat-sidebar .session-item:hover>span:not([class]),.chat-sidebar .session-item.menu-open>span:not([class]),.chat-sidebar .session-item.is-generating>span:not([class]){padding-right:32px}.session-action:hover{background:#1f1f1f14;color:#202020}.session-action.danger:hover{background:#be123c1a;color:#be123c}.session-status{width:var(--chat-sidebar-icon-col);height:100%;display:grid;place-items:center;justify-self:center}.session-status-spinner{width:12px;height:12px;border:1.4px solid rgba(31,31,31,.16);border-top-color:#202020;border-radius:50%;display:block;animation:session-generating-spin .8s linear infinite}.session-status-dot{width:8px;height:8px;border-radius:50%;display:block}.session-status-dot.green{background:#26ce57}.session-status-dot.yellow{background:#fec504}.session-status-dot.red{background:#fc5358}.session-action-menu{position:fixed;z-index:9999;width:126px;border:1px solid rgba(31,31,31,.1);border-radius:10px;background:#ffffffe6;backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 14px 30px #1f1f1f1f;padding:5px;pointer-events:auto}.session-action-menu:before{content:"";position:absolute;top:-6px;right:10px;width:10px;height:10px;border-top:1px solid rgba(31,31,31,.1);border-left:1px solid rgba(31,31,31,.1);background:#fffffffa;transform:rotate(45deg)}.session-menu-item{position:relative;z-index:1;width:100%;min-height:34px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;color:#202020;font-size:14px;font-weight:400;line-height:1;padding:0 9px;text-align:left}.session-menu-item i{color:#777;font-size:18px}.session-menu-item span{color:inherit!important;font-size:14px!important;font-weight:400!important;line-height:1!important}.session-menu-item:hover,.session-menu-item:focus-visible{background:#1f1f1f0f;outline:none}.session-menu-item.danger,.session-menu-item.danger i{color:#be123c}.session-menu-item.danger:hover,.session-menu-item.danger:focus-visible{background:#be123c1a}.session-search-layer{position:fixed;inset:0;z-index:10001;display:grid;place-items:start center;padding-top:13vh;-webkit-app-region:no-drag}.session-search-backdrop{position:absolute;inset:0;margin:0;padding:0;border:0;background:#12151c42;backdrop-filter:blur(2px);cursor:default}.session-search{position:relative;z-index:1;display:flex;flex-direction:column;width:min(680px,calc(100vw - 48px));max-height:min(60vh,540px);background:#fff;border:1px solid rgba(31,31,31,.08);border-radius:16px;box-shadow:0 24px 70px #141c2638,0 2px 8px #141c2614;overflow:hidden;animation:session-search-pop .14s ease}@keyframes session-search-pop{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.session-search-head{display:flex;align-items:center;gap:10px;padding:13px 14px 13px 16px;border-bottom:1px solid #f0f0f1}.session-search-magnifier{flex:none;color:#9aa0a6}.session-search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:16px;line-height:1.3;color:#181818}.session-search-input::-moz-placeholder{color:#b3b7bd}.session-search-input::placeholder{color:#b3b7bd}.session-search-close{flex:none;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;border-radius:7px;background:transparent;color:#9aa0a6;cursor:pointer;transition:background .14s ease,color .14s ease}.session-search-close:hover{background:#f1f2f4;color:#5b6068}.session-search-results{overflow-y:auto;padding:6px}.session-search-item{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:9px 10px;border:0;border-radius:10px;background:transparent;text-align:left;color:#181818;font-size:14px;cursor:pointer}.session-search-item.active{background:#f2f3f5}.session-search-item-icon{display:inline-flex;align-items:center;justify-content:center;color:#8a9099}.session-search-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-search-item-title mark{background:transparent;color:#2f6fed;font-weight:600}.session-search-item-meta{color:#a2a7ad;font-size:12px;white-space:nowrap}.session-search-item-enter{color:#b9bdc3;font-size:13px;line-height:1;margin-left:2px}.session-search-empty{padding:30px 16px;text-align:center;color:#9aa0a6;font-size:14px}.chat-sidebar .sidebar-skill-entry,.chat-sidebar .sidebar-todo-entry.chat-todo-entry,.chat-sidebar .new-chat,.chat-sidebar .session-item{transition:transform .16s ease,background .16s ease,box-shadow .16s ease,border-color .16s ease!important}.chat-sidebar .sidebar-skill-entry:hover,.chat-sidebar .sidebar-todo-entry.chat-todo-entry:hover,.chat-sidebar .new-chat:hover,.chat-sidebar .session-item:hover{background:#1f1f1f0b!important;border-radius:12px!important;transform:translateY(-1px) scale(1.01);box-shadow:inset 0 1px #ffffffe6,0 4px 10px #1f1f1f09!important}.chat-sidebar .session-item.active:hover{border-color:#1f1f1fd1!important;background:#fff!important;box-shadow:none!important;transform:none;background:#1f1f1f0f!important}.chat-sidebar .sidebar-skill-entry.active{background:#1f1f1f0f!important;border-radius:12px!important;box-shadow:inset 0 1px #ffffffe6!important}.chat-screen.skill-hub-open .chat-settings-wrap,.chat-screen.skill-hub-open .command-strip{display:none!important}.skill-hub{position:relative;flex:1 1 auto;min-height:0;overflow-y:auto;padding:32px 20px 34px 4px;background:radial-gradient(circle at 18% 8%,rgba(217,229,241,.7),transparent 32%),linear-gradient(180deg,#f7f9fb,#fbfcfd 42%,#fff);scrollbar-width:none}.skill-hub::-webkit-scrollbar{width:0;height:0}.skill-hub-head{margin:0 0 28px;text-align:center}.skill-hub-head h1{margin:0;color:#000;font-size:46px;font-weight:200;letter-spacing:0;line-height:1.08}.skill-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.skill-hub-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;aspect-ratio:1 / 1;min-width:0;overflow:hidden;border:1px solid rgba(31,31,31,.06);border-radius:8px;background:#ffffffeb;color:#202020;cursor:pointer;font:inherit;padding:0;text-align:left;box-shadow:inset 0 1px #ffffffe6,0 10px 26px #2d3e5012;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.skill-hub-card:before{content:"";position:absolute;inset:0 0 auto;height:66px;z-index:0;background:linear-gradient(135deg,color-mix(in srgb,var(--skill-tone) 52%,transparent),transparent 66%);opacity:.55;pointer-events:none}.skill-hub-card-head{position:absolute;top:12px;left:12px;right:14px;z-index:1;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px}.skill-hub-icon{display:inline-grid;place-items:center;width:38px;min-width:38px;max-width:38px;height:38px;min-height:38px;max-height:38px;aspect-ratio:1 / 1;border:1px solid rgba(31,31,31,.1);border-radius:50%;background:#ffffff75;color:var(--skill-accent);box-shadow:inset 0 1px #ffffffbd,0 5px 14px #2d3e500b}.skill-hub-card-head b{max-width:100%;color:#000;font-family:PingFang SC,PingFang TC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(15px,1vw,18px);font-weight:100;line-height:1.15}.skill-hub-icon i{font-size:17px;line-height:1}.skill-hub-card-body{position:absolute;top:66px;left:18px;right:14px;z-index:1;display:grid;gap:7px;margin:0;padding:0}.skill-hub-card-body em{display:-webkit-box;overflow:hidden;color:#737983;max-width:100%;padding-right:0;font-size:clamp(11px,.76vw,13px);font-style:normal;font-weight:340;line-height:1.34;-webkit-box-orient:vertical;-webkit-line-clamp:2}.skill-hub-install,.skill-hub-installed{position:absolute;right:10px;bottom:10px;z-index:2;min-width:30px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0;font-size:11px;font-weight:560;line-height:1}.skill-hub-install{border:1px solid #202020;background:#202020;color:#fff;pointer-events:none;transition:transform .16s ease,background .16s ease,border-color .16s ease}.skill-hub-card:hover .skill-hub-install{border-color:#000;background:#000;transform:translateY(-1px)}.skill-hub-install i{color:#fff;font-size:15px;font-weight:300;line-height:1}.skill-hub-installed{width:auto;min-width:48px;height:24px;border:1px solid rgba(31,31,31,.07);background:#f0f1f2;color:#6f7379;padding:0 8px;font-size:10px;font-weight:520}.skill-hub-modal-layer{position:fixed;z-index:20000;display:grid;place-items:center;overflow:hidden;padding:0}.skill-hub-modal-backdrop{position:absolute;inset:0;border:0;background:#ffffff9e;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.skill-hub-modal{position:relative;z-index:1;box-sizing:border-box;width:min(760px,calc(100% - 40px));max-height:min(660px,calc(100% - 36px));overflow:hidden;border:1px solid rgba(31,31,31,.07);border-radius:24px;background:radial-gradient(circle at 35% 0%,rgba(236,241,246,.8),transparent 38%),#fff;color:#202124;padding:30px 28px 72px;box-shadow:0 24px 70px #141c2629,inset 0 1px #ffffffeb}.skill-hub-modal-close{position:absolute;top:20px;right:22px;width:30px;height:30px;display:inline-grid;place-items:center;border:0;background:transparent;color:#1f1f1f6b;cursor:pointer;font-size:31px;font-weight:240;line-height:1}.skill-hub-modal-close:hover{color:#202020}.skill-hub-modal-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;margin-bottom:22px;padding-right:46px}.skill-hub-modal-icon{display:inline-grid;place-items:center;width:52px;height:52px;border:4px solid #fff;border-radius:14px;background:color-mix(in srgb,var(--skill-tone) 70%,#fff);color:var(--skill-accent);box-shadow:0 8px 22px #0000002e}.skill-hub-modal-icon i{font-size:27px;line-height:1}.skill-hub-modal-head h2{margin:0;color:#202124;font-size:clamp(26px,2.3vw,34px);font-weight:680;line-height:1.08;overflow-wrap:anywhere}.skill-hub-modal-head h2 span{color:#9a9ca1;font-weight:420}.skill-hub-modal-head p{margin:10px 0 0;color:#71757d;font-size:clamp(16px,1.45vw,18px);font-weight:360;line-height:1.35}.skill-hub-modal-body{max-height:min(390px,calc(78vh - 194px));overflow-y:auto;border:1px solid rgba(31,31,31,.06);border-radius:17px;background:#f6f7f8;padding:20px;scrollbar-width:none}.skill-hub-modal-body::-webkit-scrollbar{width:0;height:0}.skill-hub-modal-body p{margin:0 0 16px;color:#4d5259;font-size:18px;font-weight:360;line-height:1.5}.skill-hub-modal-list{display:grid;gap:8px;margin:0 0 18px;padding:0;list-style:none}.skill-hub-modal-list li{position:relative;margin:0;padding-left:18px;color:#4d5259;font-size:17px;font-weight:360;line-height:1.45}.skill-hub-modal-list li:before{content:"";position:absolute;top:.72em;left:0;width:6px;height:6px;border-radius:999px;background:#202020}.skill-hub-modal-body code{border-radius:7px;background:#1f1f1f12;color:#30343a;padding:2px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.94em}.skill-hub-modal-body h3{margin:20px 0 10px;color:#30343a;font-size:18px;font-weight:680;line-height:1.2}.skill-hub-modal-body h3:first-child{margin-top:0}.skill-hub-modal-badge{display:inline-block;margin:0 0 16px;border-radius:999px;background:#3367ff1a;color:#3367ff;padding:4px 12px;font-size:13px;font-weight:600;letter-spacing:.02em}.skill-hub-modal-note{margin-top:4px;color:#6b7079;font-size:15px!important}.skill-hub-modal-install{position:absolute;right:28px;bottom:24px;height:40px;min-width:104px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;background:#202020;color:#fff;cursor:pointer;padding:0 17px;font-size:16px;font-weight:520;line-height:1;box-shadow:0 12px 26px #0000002e}.skill-hub-modal-install i{font-size:19px;font-weight:300}.skill-hub-modal-install:hover{background:#000;transform:translateY(-1px)}.skill-hub-modal-install:focus-visible{outline:2px solid #202020;outline-offset:3px}.skill-hub-modal-install.installed,.skill-hub-modal-install:disabled{background:#eceeef;color:#787d84;cursor:default;box-shadow:none}.skill-hub-modal-install.installed:hover,.skill-hub-modal-install:disabled:hover{background:#eceeef;transform:none}.skill-hub-card:hover{border-color:#1f1f1f1f;background:#fff;box-shadow:inset 0 1px #ffffffeb,0 18px 36px #2d3e501f;transform:translateY(-6px)}.skill-hub-card:focus-visible{outline:2px solid #202020;outline-offset:3px}.skill-hub.weread-app-host{overflow:hidden;padding:18px;background:#f6f8f5}.weread-app{--weread-ink: #1f2a24;--weread-muted: #6d766f;--weread-line: rgba(31,42,36,.1);--weread-green: #16a05d;--weread-green-dark: #0d6f45;--weread-paper: #fff;--weread-warm: #f7f1e7;height:100%;min-height:0;display:flex;flex-direction:column;gap:14px;color:var(--weread-ink)}.weread-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:44px}.weread-icon-button,.weread-text-button,.weread-primary-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--weread-line);background:#ffffffd6;color:var(--weread-ink);cursor:pointer;font:inherit;box-shadow:0 8px 20px #2b37300f}.weread-icon-button{width:38px;height:38px;border-radius:50%}.weread-text-button{height:38px;gap:7px;border-radius:999px;padding:0 13px;font-size:13px;font-weight:620}.weread-primary-button{height:40px;gap:8px;border-color:transparent;border-radius:999px;background:var(--weread-green);color:#fff;font-size:13px;font-weight:720;padding:0 16px}.weread-icon-button:hover,.weread-text-button:hover,.weread-primary-button:hover{border-color:#16a05d42;color:var(--weread-green-dark)}.weread-primary-button:hover{background:var(--weread-green-dark);color:#fff}.weread-icon-button:disabled,.weread-text-button:disabled,.weread-primary-button:disabled{color:#a2a9a4;cursor:default;box-shadow:none}.weread-icon-button i,.weread-text-button i,.weread-primary-button i{font-size:17px;line-height:1}.weread-topbar-actions{display:inline-flex;align-items:center;gap:8px}.weread-connection-pill{min-width:0;max-width:180px;height:32px;display:inline-flex;align-items:center;gap:6px;overflow:hidden;border:1px solid rgba(22,160,93,.18);border-radius:999px;background:#eef8f1;color:var(--weread-green-dark);font-size:12px;font-weight:650;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.weread-connection-pill i{flex:0 0 auto;font-size:14px}.weread-title-block{min-width:0;display:grid;gap:2px}.weread-title-block span{color:var(--weread-muted);font-size:12px;font-weight:520}.weread-title-block strong{overflow:hidden;color:var(--weread-ink);font-size:18px;font-weight:720;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.weread-hero{display:grid;grid-template-columns:minmax(240px,.86fr) minmax(420px,1.14fr);gap:14px;align-items:stretch}.weread-hero-copy,.weread-metrics,.weread-panel,.weread-library,.weread-detail{border:1px solid var(--weread-line);border-radius:8px;background:#ffffffe6;box-shadow:inset 0 1px #ffffffe6,0 12px 30px #2b373012}.weread-hero-copy{display:flex;min-width:0;min-height:150px;flex-direction:column;justify-content:flex-end;padding:20px;background:linear-gradient(135deg,#f0f9f2f2,#ffffffe6 58%),#fff}.weread-kicker{color:var(--weread-green-dark);font-size:12px;font-weight:720;letter-spacing:.04em;text-transform:uppercase}.weread-hero-copy h1{margin:8px 0 10px;color:var(--weread-ink);font-size:30px;font-weight:760;letter-spacing:0;line-height:1.12}.weread-hero-copy p{margin:0;color:var(--weread-muted);font-size:14px;font-weight:420;line-height:1.5}.weread-login{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:14px;align-items:stretch}.weread-login-copy,.weread-login-card{border:1px solid var(--weread-line);border-radius:8px;background:#ffffffeb;box-shadow:inset 0 1px #ffffffe6,0 12px 30px #2b373012}.weread-login-copy{min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;background:linear-gradient(135deg,#ebf8eef5,#ffffffe6 64%),#fff}.weread-login-copy h1{max-width:560px;margin:9px 0 12px;color:var(--weread-ink);font-size:34px;font-weight:760;letter-spacing:0;line-height:1.12}.weread-login-copy p{max-width:520px;margin:0;color:var(--weread-muted);font-size:14px;font-weight:420;line-height:1.55}.weread-login-actions{display:flex;margin-top:22px}.weread-login-card{display:grid;align-content:center;justify-items:center;gap:12px;min-height:360px;padding:24px;text-align:center}.weread-qr-frame{position:relative;width:210px;height:210px;display:grid;place-items:center;border:1px solid rgba(31,42,36,.08);border-radius:8px;background:#fff;box-shadow:0 14px 30px #2b373014}.weread-qr-frame>i{color:#c5ccc7;font-size:52px}.weread-qr-frame svg{display:block}.weread-qr-frame.is-expired svg{opacity:.18}.weread-qr-loading{position:absolute;inset:0;display:grid;place-items:center;border-radius:inherit;background:#ffffffb8;color:var(--weread-green);font-size:26px}.weread-login-card strong{color:var(--weread-ink);font-size:18px;font-weight:740}.weread-login-card>span{max-width:260px;color:var(--weread-muted);font-size:13px;line-height:1.5}.weread-otp-row{width:100%;max-width:240px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.weread-otp-row input{min-width:0;height:36px;border:1px solid rgba(31,42,36,.12);border-radius:999px;background:#fff;color:var(--weread-ink);font:inherit;font-size:13px;padding:0 12px}.weread-otp-row button{height:36px;border:0;border-radius:999px;background:var(--weread-ink);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:680;padding:0 13px}.weread-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden}.weread-metric{min-width:0;display:grid;align-content:center;gap:7px;min-height:150px;border-right:1px solid var(--weread-line);padding:16px}.weread-metric:last-child{border-right:0}.weread-metric i{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:50%;background:#edf7f1;color:var(--weread-green);font-size:16px}.weread-metric span{color:var(--weread-muted);font-size:12px;font-weight:620}.weread-metric b{overflow-wrap:anywhere;color:var(--weread-ink);font-size:22px;font-weight:760;line-height:1.08}.weread-metric em{min-height:16px;color:#889189;font-size:12px;font-style:normal;font-weight:420;line-height:1.35}.weread-main{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(176px,220px) minmax(0,1fr) minmax(260px,328px);gap:14px;align-items:stretch}.weread-side,.weread-library,.weread-detail{min-height:0}.weread-side{display:grid;align-content:start;gap:14px;overflow-y:auto;scrollbar-width:none}.weread-side::-webkit-scrollbar,.weread-books-grid::-webkit-scrollbar,.weread-detail::-webkit-scrollbar{width:0;height:0}.weread-panel{display:grid;gap:14px;padding:16px}.weread-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.weread-panel-head span{color:var(--weread-ink);font-size:15px;font-weight:720}.weread-panel-head i{color:var(--weread-green);font-size:18px}.weread-category-list,.weread-longest-list,.weread-note-list{display:grid;gap:10px}.weread-category-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.weread-category-row span,.weread-category-row b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weread-category-row span{color:var(--weread-muted);font-size:13px;font-weight:520}.weread-category-row b{color:var(--weread-ink);font-size:12px;font-weight:720}.weread-longest-row{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.weread-longest-row:disabled{cursor:default}.weread-longest-row span{min-width:0;display:grid;gap:3px}.weread-longest-row b,.weread-longest-row em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weread-longest-row b{color:var(--weread-ink);font-size:13px;font-weight:650}.weread-longest-row em{color:var(--weread-muted);font-size:12px;font-style:normal;font-weight:420}.weread-library{min-width:0;display:flex;flex-direction:column;padding:16px}.weread-library-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,220px);gap:10px;align-items:center}.weread-tabs{min-width:0;display:inline-flex;gap:4px;overflow-x:auto;border:1px solid rgba(31,42,36,.08);border-radius:999px;background:#f0f3ef;padding:4px;scrollbar-width:none}.weread-tabs::-webkit-scrollbar{width:0;height:0}.weread-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:30px;border:0;border-radius:999px;background:transparent;color:var(--weread-muted);cursor:pointer;flex:0 0 auto;font:inherit;font-size:13px;font-weight:620;line-height:1;padding:0 12px}.weread-tabs button.is-active{background:#fff;color:var(--weread-green-dark);box-shadow:0 5px 14px #2b373014}.weread-search{min-width:0;height:38px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;border:1px solid rgba(31,42,36,.1);border-radius:999px;background:#fff;color:#99a19b;padding:0 12px}.weread-search i{font-size:15px}.weread-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--weread-ink);font:inherit;font-size:13px}.weread-library-count{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px;color:var(--weread-muted);font-size:12px;font-weight:540}.weread-library-count time{color:#9aa29c}.weread-books-grid{min-height:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:12px;align-content:start;overflow-y:auto;padding-right:2px;scrollbar-width:none}.weread-book-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;display:grid;gap:9px;align-content:start;border:1px solid rgba(31,42,36,.08);border-radius:8px;background:#fff;color:inherit;cursor:pointer;font:inherit;padding:10px;text-align:left;box-shadow:0 8px 18px #2b37300e}.weread-book-card:hover,.weread-book-card.is-selected{border-color:#16a05d52;box-shadow:0 12px 24px #2b373018}.weread-cover{position:relative;width:100%;aspect-ratio:3 / 4;display:inline-grid;place-items:center;overflow:hidden;border-radius:5px;background:linear-gradient(160deg,#ecf4ee,#f8f4ea 55%,#e8eef4),#edf1ed;box-shadow:inset 0 0 0 1px #1f2a2414,0 7px 14px #2b37301a}.weread-cover.is-small{width:34px;min-width:34px;height:46px;aspect-ratio:auto;border-radius:4px}.weread-cover img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.weread-cover b{max-width:80%;color:var(--weread-green-dark);font-size:18px;font-weight:760;line-height:1.18;text-align:center}.weread-cover.is-small b{font-size:12px}.weread-book-meta{min-width:0;display:grid;gap:4px}.weread-book-meta b,.weread-book-meta em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weread-book-meta b{color:var(--weread-ink);font-size:14px;font-weight:720;line-height:1.2}.weread-book-meta em{color:var(--weread-muted);font-size:12px;font-style:normal;font-weight:420}.weread-book-progress{height:5px;overflow:hidden;border-radius:999px;background:#e9eee9}.weread-book-progress span{display:block;height:100%;border-radius:inherit;background:var(--weread-green)}.weread-book-foot{min-height:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--weread-muted);font-size:12px;font-weight:560}.weread-book-foot span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weread-book-foot i{flex:0 0 auto;color:#9d8d50;font-size:13px}.weread-detail{position:relative;min-width:0;overflow-y:auto;padding:16px;scrollbar-width:none}.weread-detail:not(.is-open){display:grid;place-items:center}.weread-detail-close{position:absolute;top:12px;right:12px;width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid rgba(31,42,36,.08);border-radius:50%;background:#ffffffd6;color:var(--weread-muted);cursor:pointer;padding:0}.weread-detail-close i{font-size:15px}.weread-detail-head{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:end;padding-right:34px}.weread-detail-head .weread-cover{width:92px}.weread-detail-head h2{margin:7px 0 6px;color:var(--weread-ink);font-size:20px;font-weight:760;letter-spacing:0;line-height:1.18;overflow-wrap:anywhere}.weread-detail-head p{margin:0;color:var(--weread-muted);font-size:13px;font-weight:460;line-height:1.35}.weread-detail-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.weread-detail-stats .weread-metric{min-height:118px;border:1px solid rgba(31,42,36,.08);border-radius:8px;background:#f8faf8;padding:12px}.weread-detail-stats .weread-metric b{font-size:18px}.weread-detail-loading,.weread-detail-error,.weread-muted{display:inline-block;color:var(--weread-muted);font-size:13px;font-weight:460;line-height:1.45}.weread-detail-error{color:#aa3e35}.weread-detail-section{display:grid;gap:9px;margin-top:16px;border-top:1px solid rgba(31,42,36,.08);padding-top:16px}.weread-detail-section h3{margin:0;color:var(--weread-ink);font-size:15px;font-weight:720}.weread-detail-section p{margin:0;color:#4b554e;font-size:13px;font-weight:420;line-height:1.55}.weread-chapter-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.weread-chapter-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;color:#4b554e;font-size:13px;font-weight:480}.weread-chapter-list span,.weread-chapter-list em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.weread-chapter-list em{color:#99a19b;font-size:12px;font-style:normal}.weread-note-list blockquote{margin:0;border-left:3px solid rgba(22,160,93,.38);background:#f7f9f6;border-radius:0 8px 8px 0;padding:10px 11px}.weread-note-list p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.weread-note-list cite{display:block;margin-top:7px;color:#879089;font-size:12px;font-style:normal}.weread-open-link{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;border-radius:999px;background:#1f2a24;color:#fff;font-size:13px;font-weight:680;text-decoration:none}.weread-detail-empty{display:grid;gap:12px;justify-items:center;color:#8b948d;text-align:center}.weread-detail-empty i{color:var(--weread-green);font-size:34px}.weread-detail-empty span{font-size:13px;font-weight:560}.weread-state{min-height:220px;display:grid;align-content:center;justify-items:center;gap:10px;border:1px solid var(--weread-line);border-radius:8px;background:#ffffffe6;color:var(--weread-muted);padding:24px;text-align:center}.weread-state i{color:var(--weread-green);font-size:34px}.weread-state b{color:var(--weread-ink);font-size:18px;font-weight:720}.weread-state span{max-width:460px;font-size:13px;line-height:1.5}.weread-state button{height:34px;border:0;border-radius:999px;background:var(--weread-ink);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:650;padding:0 14px}.weread-loading{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:12px;border:1px solid var(--weread-line);border-radius:8px;background:#ffffffc2;padding:16px}.weread-loading span{min-height:224px;border-radius:8px;background:linear-gradient(90deg,#e8ede8b8,#ffffffe6,#e8ede8b8),#eef2ee;background-size:180% 100%;animation:weread-loading 1.25s ease-in-out infinite}.is-spinning{animation:weread-spin .8s linear infinite}@keyframes weread-spin{to{transform:rotate(360deg)}}@keyframes weread-loading{0%{background-position:120% 0}to{background-position:-80% 0}}@media(max-width:1180px){.weread-app{overflow-y:auto;padding-right:2px;scrollbar-width:none}.weread-app::-webkit-scrollbar{width:0;height:0}.weread-hero,.weread-login{grid-template-columns:1fr}.weread-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.weread-metric:nth-child(2){border-right:0}.weread-metric:nth-child(-n+2){border-bottom:1px solid var(--weread-line)}.weread-main{grid-template-columns:1fr;overflow:visible}.weread-side{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.weread-library{min-height:520px}.weread-detail:not(.is-open){min-height:160px}}@media(max-width:900px){.skill-hub{padding:64px 4px 28px}.skill-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-hub-head{margin-bottom:24px}.scheduled-task-hub .scheduled-task-list{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px}.scheduled-task-hub .scheduled-task-card{--st-pad-x: 20px;min-height:300px;padding:20px var(--st-pad-x) 18px}.scheduled-task-hub .scheduled-task-logo{width:42px;height:42px}.scheduled-task-hub .scheduled-task-logo i{width:27px;height:27px;font-size:14px}.scheduled-task-hub .scheduled-task-brand{margin-top:18px;font-size:13px}.scheduled-task-hub .scheduled-task-card h3{font-size:15.5px}.scheduled-task-hub .scheduled-task-tags span{min-height:26px;padding:0 10px;font-size:11.5px}.scheduled-task-hub .scheduled-task-run-primary{flex:1}.skill-hub-modal-layer{padding:16px}.skill-hub-modal{width:min(100%,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:30px 18px 76px;border-radius:20px}.skill-hub-modal-head{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.skill-hub-modal-head p{font-size:17px}.skill-hub-modal-body{max-height:calc(100vh - 260px);padding:18px}.skill-hub-modal-body p{font-size:15px}.skill-hub-modal-install{right:18px;bottom:18px}.skill-hub.weread-app-host{padding:12px}.weread-topbar{grid-template-columns:auto minmax(0,1fr)}.weread-topbar-actions{grid-column:1 / -1;justify-content:flex-end}.weread-connection-pill{max-width:100%}.weread-hero-copy{min-height:136px;padding:16px}.weread-hero-copy h1{font-size:24px}.weread-login-copy,.weread-login-card{min-height:260px;padding:18px}.weread-login-copy h1{font-size:26px}.weread-qr-frame{width:190px;height:190px}.weread-metric{min-height:126px;padding:13px}.weread-side,.weread-library-toolbar{grid-template-columns:1fr}.weread-books-grid,.weread-loading{grid-template-columns:repeat(auto-fill,minmax(116px,1fr))}.weread-detail-head{grid-template-columns:78px minmax(0,1fr)}.weread-detail-head .weread-cover{width:78px}.weread-detail-stats{grid-template-columns:1fr}}@media(max-width:520px){.skill-hub-grid{grid-template-columns:1fr}.scheduled-task-hub-head p,.todo-hub-head p{font-size:13px}.scheduled-task-hub .scheduled-task-panel{padding-inline:0}.scheduled-task-card{min-height:500px;border-radius:20px;padding:26px 24px 24px}.scheduled-task-logo{width:68px;height:68px}.scheduled-task-logo i{width:44px;height:44px;font-size:22px}.scheduled-task-card h3{font-size:29px}.scheduled-task-tags{gap:10px;margin-top:24px}.scheduled-task-tags span{min-height:42px;padding:0 16px;font-size:15px}.todo-hub-panel{padding-inline:0}.scheduled-task-edit-grid,.weread-metrics{grid-template-columns:1fr}.weread-metric,.weread-metric:nth-child(2){border-right:0;border-bottom:1px solid var(--weread-line)}.weread-metric:last-child{border-bottom:0}.weread-library,.weread-panel,.weread-detail{padding:12px}.weread-tabs button{padding:0 10px}}@media(prefers-reduced-motion:reduce){.skill-hub-card{transition:none}.skill-hub-card:hover{transform:none}}.chat-load-earlier{align-self:center;min-height:30px;border:1px solid rgba(31,31,31,.1);border-radius:999px;background:#ffffffb8;color:#707070;font-size:12px;font-weight:520;line-height:1;padding:0 12px}.chat-load-earlier:disabled{opacity:.6}.chat-load-earlier:not(:disabled):hover{background:#f3f3f1;color:#202020}.chat-inline-state{align-self:center;color:#707070;font-size:12px;line-height:1.3}.chat-inline-state.error{color:#be123c}.chat-inline-state.retryable{display:inline-flex;align-items:center;gap:8px;max-width:min(86%,360px);padding:8px 10px;border:1px solid rgba(190,18,60,.18);border-radius:12px;background:#fff7f8}.chat-inline-state.retryable span{min-width:0}.chat-inline-state.retryable button{flex:0 0 auto;border:1px solid rgba(190,18,60,.3);border-radius:999px;background:#fff;color:#be123c;padding:4px 9px;font-size:12px}.chat-inline-state.retryable button:disabled{opacity:.55}.chat-settings-wrap{position:relative;z-index:36}.chat-settings-trigger{min-width:0;height:46px;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#ffffffdb!important;color:#202020;display:inline-flex;align-items:center;gap:8px;padding:0 14px 0 18px;box-shadow:inset 0 1px #ffffffdb,inset 0 -1px #1f1f1f0a,0 12px 32px #1f1f1f1f!important;backdrop-filter:blur(24px) saturate(1.25)!important;-webkit-backdrop-filter:blur(24px) saturate(1.25)!important;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.chat-settings-trigger:hover{background:#ffffffe6!important;border-color:#1f1f1f29;transform:translateY(-1px) scale(1.01);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #1f1f1f0a,0 4px 10px #1f1f1f0b!important}.chat-settings-current{display:inline-flex;align-items:baseline;gap:5px;line-height:1;white-space:nowrap}.chat-settings-current b{font-size:17px;font-weight:620;letter-spacing:0}.chat-settings-current em{color:#686868;font-size:16px;font-style:normal;font-weight:420}.chat-settings-trigger i{color:#787878;font-size:18px;transition:transform .18s ease}.chat-settings-wrap.open .chat-settings-trigger i{transform:rotate(90deg)}.chat-settings-menu{position:absolute;top:calc(100% + 10px);left:0!important;right:auto!important;width:min(292px,calc(100vw - 32px));border:1px solid rgba(31,31,31,.08);border-radius:22px;background:#ffffffd6!important;padding:10px;box-shadow:inset 0 1px #ffffffe6,0 20px 60px #1f1f1f24!important;backdrop-filter:blur(28px) saturate(1.18)!important;-webkit-backdrop-filter:blur(28px) saturate(1.18)!important}.chat-settings-section{display:grid;gap:4px}.chat-settings-section+.chat-settings-section{margin-top:8px;padding-top:8px;border-top:1px solid rgba(31,31,31,.08)}.chat-settings-label{padding:2px 8px 5px;color:#9a9a9a;font-size:11px;font-weight:520;letter-spacing:.04em;text-transform:uppercase}.chat-settings-option{width:100%;border:0;border-radius:14px;background:transparent!important;color:#202020;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;text-align:left}.chat-settings-option:hover,.chat-settings-option.active{background:#1f1f1f0e!important}.chat-settings-option span{min-width:0;display:grid;gap:3px}.chat-settings-option b{font-size:14px;font-weight:540;line-height:1.1}.chat-settings-option small{color:#8e8e8e;font-size:12px;line-height:1.25}.chat-settings-option i{color:#202020;font-size:16px;opacity:0}.chat-settings-option.active i{opacity:1}.chat-settings-scrim{position:absolute!important;inset:0;z-index:34!important;border:0;background:transparent!important}.elys-summon-action b{font-size:16px}.space-card-foot .space-card-summon{width:27px;min-width:27px;height:27px;justify-content:center;padding:0;border-radius:999px;background:#f2f2f4;color:#1f1f25}.space-card-foot .space-card-summon i{font-size:14px}.space-card.is-bleed .space-card-foot .space-card-summon{background:#ffffff42;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-detail-compose:not(.is-actions) .profile-detail-summon{gap:5px;min-width:-moz-max-content;min-width:max-content;padding-inline:12px;background:#1f1f25;color:#fff}.profile-detail-compose .profile-detail-summon i{font-size:15px}.profile-detail-compose{grid-template-columns:minmax(0,1fr) auto auto auto auto auto}.profile-detail-reply-chip,.profile-detail-emoji-chip{grid-column:1 / -1;display:inline-flex;align-items:center;justify-self:start;gap:8px;min-width:0;max-width:100%;border-radius:999px;background:#f4f4f6;color:#5f6574;padding:6px 9px 6px 10px;font-size:13px;line-height:1}.profile-detail-reply-chip span,.profile-detail-emoji-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis}.profile-detail-reply-chip button,.profile-detail-emoji-chip button{font-size:12px;color:#7c8290}.profile-detail-emoji-chip img{width:30px;height:30px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.profile-detail-emoji-panel{position:absolute;left:30px;right:30px;bottom:70px;z-index:8;display:grid;grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:8px;max-height:210px;overflow-y:auto;border:1px solid rgba(31,31,31,.08);border-radius:18px;background:#fffffff5;padding:10px;box-shadow:0 18px 54px #1f1f2524;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.profile-detail-emoji-panel p{grid-column:1 / -1;margin:8px 0;color:#8d929d;font-size:13px;text-align:center}.profile-detail-emoji-panel button{display:grid;place-items:center;height:44px;border-radius:12px;background:#f7f7f8}.profile-detail-emoji-panel img{width:34px;height:34px;-o-object-fit:contain;object-fit:contain}.profile-detail-comment small{flex-wrap:wrap;row-gap:7px}.profile-detail-comment small button:hover{color:#202024}.profile-detail-comment-emojis{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.profile-detail-comment-emojis img{width:78px;height:78px;border-radius:16px;-o-object-fit:contain;object-fit:contain;background:#f6f6f7}.profile-detail-comment-like.active{color:#202024}@media(max-width:640px){.profile-detail-compose{grid-template-columns:minmax(0,1fr) auto auto auto}.profile-detail-compose .profile-detail-summon{grid-column:1 / -1;justify-self:start}.profile-detail-emoji-panel{left:14px;right:14px}}.avatar-summon-sheet{top:auto!important;bottom:0!important;left:50%!important;width:min(100vw,414px)!important;min-height:min(451px,82vh);max-height:88vh;padding:28px 16px 96px!important;transform:translate(-50%)!important;border-radius:28px 28px 0 0!important;background:#e4e4e4!important;box-shadow:0 -18px 50px #1f1f252e!important}.avatar-summon-sheet textarea{display:block;width:100%;min-height:72px;resize:none;border:1px solid #fff;border-radius:16px;background:#ffffffe6;box-shadow:0 0 12px #fff,0 0 7px #fff;padding:18px 12px;color:#1f1f25;font-size:14px;line-height:1.45;outline:none}.avatar-summon-sheet textarea::-moz-placeholder{color:#1f1f257a}.avatar-summon-sheet textarea::placeholder{color:#1f1f257a}.avatar-summon-meta{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-top:14px}.avatar-summon-meta span,.avatar-summon-meta em{color:#1f1f2580;font-size:14px;font-style:normal;line-height:1}.avatar-summon-meta span.empty,.avatar-summon-meta em.over-limit{color:#b33939}.avatar-summon-meta button{height:28px;padding:0 14px;border:0;border-radius:999px;background:#1f1f25;color:#fff;font-size:14px}.avatar-summon-meta button:disabled{opacity:.55}.avatar-summon-toast{position:absolute;left:50%;bottom:28px;max-width:calc(100% - 40px);transform:translate(-50%);border-radius:999px;background:#1f1f25eb;color:#fff;padding:9px 14px;font-size:13px;line-height:1.2;white-space:nowrap}.chat-avatar-mention-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-left:auto;border:0;border-radius:999px;background:#ffffffc7;color:#1f1f25;box-shadow:0 8px 18px #1f1f2514;overflow:visible}.chat-avatar-mention-trigger img,.chat-avatar-mention-trigger span{width:32px;height:32px;border-radius:999px;-o-object-fit:cover;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;background:#1f1f25;color:#fff;font-size:14px}.chat-avatar-mention-trigger i{position:absolute;right:-2px;bottom:-2px;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border:1px solid #fff;border-radius:999px;background:#fff;color:#1f1f25;font-size:11px}.avatar-mention-settings-sheet{width:min(100vw,414px)!important;min-height:min(620px,94vh)!important;display:flex!important;flex-direction:column;padding:24px 18px 26px!important;border-radius:28px 28px 0 0!important}.avatar-mention-settings-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.avatar-mention-settings-header h2{margin:0;color:#1f1f25;font-size:19px;font-weight:720}.avatar-mention-settings-header button{width:36px;height:36px;border:0;border-radius:999px;background:#1f1f250f;color:#1f1f25;font-size:30px;line-height:1}.avatar-mention-setting-row,.avatar-mention-scope-card,.avatar-mention-allow-editor{border:1px solid rgba(31,31,37,.1);border-radius:18px;background:#fff}.avatar-mention-setting-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border:0;background:transparent;padding:0}.avatar-mention-setting-row div{display:grid;gap:4px}.avatar-mention-setting-row strong,.avatar-mention-scope-option b,.avatar-mention-allow-editor strong{color:#1f1f25;font-size:15px;font-weight:700}.avatar-mention-setting-row span,.avatar-mention-scope-option em,.avatar-mention-allow-editor header span{color:#1f1f258c;font-size:12px;font-style:normal;line-height:1.35}.avatar-mention-switch{width:52px;height:32px;padding:3px;border:0;border-radius:999px;background:#1f1f2529;transition:background .18s ease}.avatar-mention-switch i{display:block;width:26px;height:26px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #1f1f252e;transition:transform .18s ease}.avatar-mention-switch.on{background:#1f1f25}.avatar-mention-switch.on i{transform:translate(20px)}.avatar-mention-scope-label{margin:22px 0 8px;color:#1f1f2580;font-size:13px}.avatar-mention-scope-card{overflow:hidden}.avatar-mention-scope-option{width:100%;min-height:64px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:12px;border:0;border-bottom:1px solid rgba(31,31,37,.08);background:#fff;padding:13px 16px;text-align:left}.avatar-mention-scope-option:last-child{border-bottom:0}.avatar-mention-scope-option>i{width:22px;height:22px;border:1px solid rgba(31,31,37,.12);border-radius:999px;background:#fff}.avatar-mention-scope-option.active>i{border:6px solid #1f1f25}.avatar-mention-scope-option span{display:grid;gap:3px}.avatar-mention-scope-option strong{color:#1f1f25;font-size:13px;font-weight:640}.avatar-mention-limit{margin:12px 8px 0;color:#1f1f2585;font-size:12px}.avatar-mention-allow-editor{margin-top:12px;padding:14px}.avatar-mention-allow-editor header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.avatar-mention-allow-list{display:flex;flex-wrap:wrap;gap:8px;min-height:32px}.avatar-mention-allow-list p{margin:0;color:#1f1f2580;font-size:13px}.avatar-mention-allow-list span{display:inline-flex;align-items:center;gap:6px;max-width:100%;border-radius:999px;background:#1f1f250f;padding:6px 8px 6px 10px}.avatar-mention-allow-list img,.avatar-mention-search-results img,.avatar-mention-search-results i{width:22px;height:22px;border-radius:999px;flex:0 0 auto;-o-object-fit:cover;object-fit:cover;background:#1f1f251f}.avatar-mention-allow-list b{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.avatar-mention-allow-list button{min-width:20px;height:18px;padding:0 5px;border:0;border-radius:999px;background:#1f1f251a;color:#1f1f25;font-size:11px;line-height:1}.avatar-mention-allow-list span.editing{outline:1px solid rgba(31,31,37,.28)}.avatar-mention-search-results{margin-top:10px;display:grid;gap:8px}.avatar-mention-search-results>p{margin:0;color:#1f1f2580;font-size:13px}.avatar-mention-search-results>div{display:flex;flex-wrap:wrap;gap:8px}.avatar-mention-search-results button{min-width:0;max-width:100%;min-height:36px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(31,31,37,.08);border-radius:999px;background:#fff;padding:5px 10px 5px 6px;color:#1f1f25}.avatar-mention-search-results button span,.avatar-mention-search-results button em{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.avatar-mention-search-results button em{max-width:78px;color:#1f1f257a;font-style:normal;font-size:11px}.avatar-mention-search-results button:disabled{opacity:.45}.avatar-mention-add-user{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:12px}.avatar-mention-add-user input{min-width:0;border:1px solid rgba(31,31,37,.1);border-radius:10px;padding:9px 10px;font-size:13px;outline:none}.avatar-mention-add-user button{border:0;border-radius:10px;background:#1f1f25;color:#fff;padding:0 12px;font-size:13px}.avatar-mention-add-user button:disabled{opacity:.45}.avatar-mention-cancel-edit{justify-self:start;margin-top:8px;border:0;background:transparent;color:#1f1f258f;font-size:12px}.avatar-mention-state{margin-top:10px;color:#1f1f258c;font-size:13px}.avatar-mention-state.error{color:#b33939}.avatar-mention-settings-footer{display:flex;justify-content:stretch;gap:8px;margin-top:auto;padding-top:22px}.avatar-mention-settings-footer button{flex:1;height:48px;border-radius:999px;font-size:16px;font-weight:700}.composer-shell{display:block!important;gap:0!important}.slash-skill-menu{position:absolute;left:0;right:0;bottom:calc(100% + 10px);z-index:5;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:286px;overflow:hidden;border:1px solid rgba(31,31,31,.1);border-radius:16px;background:#fffffffb;color:#202020;box-shadow:inset 0 1px #ffffffe6,0 18px 48px #141c2629;backdrop-filter:blur(26px) saturate(1.16);-webkit-backdrop-filter:blur(26px) saturate(1.16)}.slash-skill-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;border-bottom:1px solid rgba(31,31,31,.06);padding:0 12px 0 14px}.slash-skill-menu-head span{color:#000;font-size:13px;font-weight:520;line-height:1}.slash-skill-menu-head small{color:#1f1f1f73;font-size:12px;font-weight:360;line-height:1}.slash-skill-list{min-height:0;max-height:248px;overflow-y:auto;display:grid;gap:3px;padding:6px;scrollbar-width:thin;scrollbar-color:rgba(31,31,31,.18) transparent}.slash-skill-list::-webkit-scrollbar{width:6px}.slash-skill-list::-webkit-scrollbar-thumb{border-radius:999px;background:#1f1f1f2e}.slash-skill-item{width:100%;min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:12px;background:transparent;color:#202020;padding:8px 10px;text-align:left;cursor:pointer}.slash-skill-item:hover,.slash-skill-item.active{background:#1f1f1f0e}.slash-skill-icon{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(31,31,31,.08);border-radius:50%;background:color-mix(in srgb,var(--skill-tone) 58%,#fff);color:var(--skill-accent)}.slash-skill-icon i{font-size:18px;line-height:1}.slash-skill-copy{min-width:0;display:grid;gap:4px}.slash-skill-copy b{overflow:hidden;color:#000;font-family:PingFang SC,PingFang TC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:300;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.slash-skill-copy em{display:-webkit-box;overflow:hidden;color:#747a83;font-size:12px;font-style:normal;font-weight:340;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:1}.slash-skill-empty{min-height:72px;display:grid;place-items:center;color:#1f1f1f75;font-size:13px}.command-strip{position:static;z-index:1;flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:6px;overflow-x:auto;overflow-y:hidden;padding:0!important;scrollbar-width:none}.command-strip::-webkit-scrollbar{height:0}.command-chip{height:34px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#202020!important;padding:0 10px!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease!important}.command-chip span{color:#202020!important;font-weight:400!important}.command-chip:hover{background:#f7f7f5!important;border-color:transparent!important;color:#202020!important;transform:none;box-shadow:0 1px 2px #1f1f1f0a!important}.command-chip.active{background:#f2f2f0!important;border-color:transparent!important;color:#202020!important;font-weight:400!important;box-shadow:0 1px 2px #1f1f1f0a!important}.composer{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:stretch!important;gap:8px!important;min-height:84px;padding:13px 20px 10px!important;border-width:1px!important;border-color:#202020!important;border-radius:20px!important;box-shadow:none!important}.composer-input-wrap{width:100%;min-height:26px;align-items:flex-start!important;flex-wrap:wrap;row-gap:6px}.composer .composer-private-skill-token{width:auto!important;height:30px!important;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;border:0!important;border-radius:0!important;background:transparent!important;color:#f04a2a!important;box-shadow:none!important;padding:0 4px 0 0!important;font-family:Kaiti SC,STKaiti,Hannotate SC,PingFang SC,serif;font-size:18px;font-weight:700;line-height:1;white-space:nowrap}.composer .composer-private-skill-token i{color:#f04a2a;font-size:20px;line-height:1}.composer .composer-private-skill-token span{color:#f04a2a;font:inherit}.composer .composer-private-skill-token:hover,.composer .composer-private-skill-token:focus-visible{background:transparent!important;color:#d83a20!important}.composer-actions-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.composer-actions-left,.composer-actions-right{display:flex;align-items:center;gap:6px;min-width:0}.composer-actions-left{flex:1 1 auto;overflow:hidden}.composer-actions-right{flex:0 0 auto;justify-content:flex-end}.composer .composer-action-glass{width:36px!important;height:36px!important;flex:0 0 36px;display:inline-grid;place-items:center;border:0!important;border-radius:999px!important;background:transparent!important;color:#202020!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;font-size:21px!important;font-weight:360;line-height:1;padding:0!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease!important}.composer .composer-action-glass:disabled{opacity:1!important;background:transparent!important;color:#202020!important;cursor:default}.composer .composer-action-glass:hover:not(:disabled){background:#f7f7f5!important;border-color:transparent!important;transform:none;box-shadow:0 1px 2px #1f1f1f0a!important}.composer .composer-action-glass:focus-visible{outline:2px solid #202020;outline-offset:3px}.composer .realtime-voice-entry-btn{display:grid;place-items:center;font-size:19px!important}.composer .realtime-voice-entry-btn span{display:block;transform:translateY(-1px)}.voice-input-status{flex:0 0 auto;color:#1f1f1f8a;font-size:12px;line-height:1;white-space:nowrap}@keyframes voiceInputPulse{0%,to{transform:scale(.92);opacity:.78}45%{transform:scale(1.08);opacity:1}}.composer .stop-generation-btn{display:grid!important;place-items:center;background:#202020!important;color:#fff!important;border-color:#202020!important;cursor:pointer!important}.composer .stop-generation-btn:hover{background:#111!important;color:#fff!important}.composer .stop-generation-icon{display:block;width:9px;height:9px;border-radius:2px;background:currentColor}.composer textarea{width:100%;min-height:26px;max-height:126px;padding:0!important;line-height:24px;font-size:14px;font-weight:400;font-family:FZLanTingHei,FZLanTingHeiS-R-GB,FZLanTingHei-R-GBK,Lantinghei SC,方正兰亭黑,PingFang SC,-apple-system,system-ui,sans-serif}.composer-shell.settings-open{z-index:45}.composer-model-settings{position:relative;z-index:4;flex:0 0 auto;min-width:0}.composer-model-settings.open{z-index:80}.composer .composer-model-settings .chat-settings-trigger{width:auto!important;min-width:126px;height:36px!important;border:1px solid rgba(31,31,31,.08)!important;border-radius:999px!important;background:#ffffffdb!important;color:#202020!important;padding:0 10px 0 13px!important;box-shadow:0 1px 2px #1f1f1f09!important;backdrop-filter:none!important;transform:none!important}.composer .composer-model-settings .chat-settings-trigger:hover,.composer .composer-model-settings .chat-settings-trigger:active{border-color:#1f1f1f33!important;background:#f5f5f3!important;box-shadow:0 3px 10px #1f1f1f12!important;transform:none!important}.composer .composer-model-settings .chat-settings-current b{font-size:13px;font-weight:640}.composer .composer-model-settings .chat-settings-current em{color:#1f1f1f8f;font-size:13px;font-weight:420}.composer .composer-model-settings .chat-settings-trigger i{font-size:16px}.composer .composer-model-settings .chat-settings-menu{top:auto!important;bottom:calc(100% + 8px);left:0!important;right:auto!important;z-index:70;width:min(292px,calc(100vw - 48px));border-color:#1f1f1f1a;background:#fff!important;box-shadow:0 16px 42px #1f1f1f24!important;backdrop-filter:none!important;transform-origin:bottom left;animation:composerMenuFloatIn .14s ease-out}.composer .composer-model-settings .chat-settings-option{width:100%!important;height:auto!important;border-radius:12px!important}.composer-actions-row{gap:10px}.composer-actions-left,.composer-actions-right{gap:5px}.composer-actions-left{overflow:visible}.command-strip{gap:5px}.command-chip,.composer .composer-action-glass{backdrop-filter:none!important;border:0!important;box-shadow:none!important;transform:none!important}.composer .composer-actions-left{gap:8px}.composer .composer-actions-right{gap:10px}.composer-plus-wrap{position:relative;flex:0 0 auto;display:flex}.composer .composer-plus-btn{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid #e0e0e0!important;border-radius:999px!important;background:#fff!important;color:#1f1f1f!important;box-shadow:none!important;transition:background .15s ease,border-color .15s ease}.composer .composer-plus-btn:hover:not(:disabled),.composer .composer-plus-btn.open{background:#f5f5f4!important;border-color:#d6d6d6!important}.composer .composer-plus-btn:disabled{opacity:.45}.composer .composer-agent-btn{flex:0 0 auto;width:auto!important;height:36px!important;display:inline-flex;align-items:center;gap:6px;padding:0 13px 0 11px;border:1px solid #e0e0e0!important;border-radius:999px!important;background:#fff!important;color:#1f1f1f!important;font-size:14px;font-weight:460;box-shadow:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.composer .composer-agent-btn:hover{background:#f5f5f4!important;border-color:#d6d6d6!important}.composer .composer-agent-btn.active{background:#181818!important;border-color:#181818!important;color:#fff!important}.composer-plus-menu{position:absolute;bottom:calc(100% + 8px);left:0;z-index:80;min-width:188px;padding:6px;background:#fff;border:1px solid rgba(31,31,31,.1);border-radius:14px;box-shadow:0 16px 42px #1f1f1f29;display:flex;flex-direction:column;gap:1px;transform-origin:bottom left;animation:composerMenuFloatIn .14s ease-out}.composer .composer-plus-item{display:flex;align-items:center;gap:11px;width:100%!important;height:auto!important;padding:9px 10px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#1f1f1f!important;font-size:14px!important;font-weight:430;text-align:left;white-space:nowrap}.composer .composer-plus-item svg{flex:0 0 auto;color:#3a3a3a}.composer .composer-plus-item:hover:not(:disabled){background:#f3f3f2!important}.composer .composer-plus-item.active{background:#f0f0ef!important;color:#111!important;font-weight:560}.composer .composer-plus-item.active svg{color:#111}.composer .composer-plus-item:disabled{opacity:.4}.composer-plus-divider{height:1px;margin:5px 6px;background:#1f1f1f14}.composer .composer-model-settings .chat-settings-trigger{min-width:0!important;height:32px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0 6px!important;gap:2px}.composer .composer-model-settings .chat-settings-trigger:hover,.composer .composer-model-settings .chat-settings-trigger:active{border:0!important;background:#1f1f1f0d!important;box-shadow:none!important;border-radius:8px!important}.composer .composer-model-settings .chat-settings-current b{font-size:13px;font-weight:560}.composer .composer-model-settings .chat-settings-current{max-width:min(120px,calc(100vw - 180px));overflow:hidden}.composer .composer-model-settings .chat-settings-current em{display:inline-block;max-width:190px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.composer .composer-model-settings .chat-settings-trigger i{font-size:15px;color:#9a9a9a}.composer .composer-model-settings.open .chat-settings-trigger i{transform:rotate(180deg)}.composer .composer-model-settings .chat-settings-menu{left:auto!important;right:0!important;width:min(268px,calc(100vw - 48px));overflow:hidden;border:1px solid rgba(31,31,31,.095)!important;border-radius:20px!important;background:linear-gradient(135deg,#ffffffc2,#ffffff75 48%,#ffffffa8),#ffffff6b!important;box-shadow:inset 0 1px #fffffff2,inset 0 0 0 1px #ffffff7a,inset 0 -18px 36px #ffffff3d,0 22px 60px #1f1f1f2e,0 2px 10px #1f1f1f14!important;backdrop-filter:blur(28px) saturate(1.45) brightness(1.04)!important;padding:8px!important;transform-origin:bottom right}.composer .composer-model-settings .chat-settings-menu:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.72),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.3),transparent 42%,rgba(255,255,255,.22) 72%,transparent);opacity:.85}.composer .composer-model-settings .chat-settings-section{position:relative;z-index:1}.composer .composer-model-settings .chat-settings-label{padding:1px 7px 6px;font-size:9.5px;font-weight:560;letter-spacing:.06em}.composer .composer-model-settings .chat-settings-option{min-height:48px;border:1px solid rgba(31,31,31,.14)!important;border-radius:12px!important;background:#ffffff85!important;padding:8px 10px!important;box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #1f1f1f09}.composer .composer-model-settings .chat-settings-option+.chat-settings-option{margin-top:6px}.composer .composer-model-settings .chat-settings-option:hover{background:#ffffffa8!important;border-color:#1f1f1f2e!important}.composer .composer-model-settings .chat-settings-option.active{background:#ffffff9e!important;border-color:#1f1f1f42!important}.composer .composer-model-settings .chat-settings-option b{color:#202020!important;font-size:14px;font-weight:560;letter-spacing:0;line-height:1.05}.composer .composer-model-settings .chat-settings-option small{color:#1f1f1f8c!important;font-size:11px;font-weight:420;line-height:1.15}.composer .composer-model-settings .chat-settings-option i{color:#202020!important;font-size:15px}.composer .composer-voice-btn{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0!important;border-radius:999px!important;background:transparent!important;color:#1f1f1f!important;box-shadow:none!important;transition:background .15s ease,color .15s ease}.composer .composer-voice-btn svg{color:#3a3a3a}.composer .composer-voice-btn:hover:not(:disabled){background:#1f1f1f0f!important}.composer .composer-voice-btn:hover:not(:disabled) svg{color:#1f1f1f}.composer .composer-voice-btn:disabled{opacity:.45}.composer .composer-send-btn{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0!important;border-radius:999px!important;background:#181818!important;color:#fff!important;box-shadow:none!important;transition:background .15s ease,color .15s ease}.composer .composer-send-btn:hover:not(:disabled){background:#000!important}.composer .composer-send-btn:disabled{background:#ececec!important;color:#c4c4c4!important}.composer-stack{position:relative;z-index:1}.composer-stack .composer-preview{position:absolute;left:22px;right:22px;bottom:calc(100% - 28px);z-index:1;display:flex;align-items:flex-end;gap:0;margin:0;padding:0;overflow:visible;pointer-events:none}.composer-stack .composer-media{position:relative;pointer-events:auto;flex:0 0 auto;width:76px;height:92px;margin-left:-14px;border:2px solid #fff!important;border-radius:15px!important;overflow:visible!important;background:#e9edf2!important;box-shadow:0 10px 24px #14142838!important;transform-origin:bottom center}.composer-stack .composer-media:first-child{margin-left:0}.composer-stack .composer-media:nth-child(3n+1){transform:rotate(-3deg)}.composer-stack .composer-media:nth-child(3n+2){transform:rotate(1.5deg)}.composer-stack .composer-media:nth-child(3n){transform:rotate(3.5deg)}.composer-stack .composer-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:13px;display:block;cursor:zoom-in!important}.composer-stack .composer-media.loading{display:grid;place-items:center;background:#e9edf2!important}.composer-stack .composer-media-spinner{width:22px;height:22px;border:2.5px solid rgba(31,31,31,.16);border-top-color:#5b5b5b;border-radius:50%;animation:session-generating-spin .75s linear infinite}.composer-stack .composer-media.audio,.composer-stack .composer-media.video{display:grid;place-items:center;background:#f4f4f6!important}.composer-stack .composer-media-ref{display:none}.composer-stack .composer-media button{position:absolute;top:-7px;right:-7px;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:#2b2b2b;color:#fff;font-size:12px;line-height:1;display:grid;place-items:center;box-shadow:0 2px 6px #14142840;z-index:2}.command-chip{flex:0 0 auto;background:transparent!important;cursor:pointer}.command-chip .command-chip-icon{width:18px;height:18px;flex:0 0 18px;display:inline-grid;place-items:center;color:currentColor!important;line-height:1}.command-chip .command-chip-icon svg{display:block;width:18px;height:18px}.command-chip:hover{border-color:transparent!important;background:#f5f5f3!important;color:#000!important;transform:none!important;box-shadow:0 3px 10px #1f1f1f12!important}.command-chip:active,.command-chip.active{border-color:transparent!important;background:#ececea!important;color:#202020!important;transform:none!important;box-shadow:inset 0 1px 2px #1f1f1f0e!important}.composer .composer-action-glass{background:transparent!important}.composer .composer-action-glass:hover:not(:disabled){border-color:transparent!important;background:#f5f5f3!important;transform:none!important;box-shadow:0 3px 10px #1f1f1f12!important}.composer .composer-action-glass:active:not(:disabled){border-color:transparent!important;background:#ececea!important;transform:none!important;box-shadow:inset 0 1px 2px #1f1f1f0e!important}.composer .voice-mode-btn.listening{background:#f2f2f0!important;color:#202020!important;border-color:transparent!important}.composer .voice-mode-btn.listening:before{box-shadow:none;animation:none}@keyframes composerMenuFloatIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.slash-skill-menu{bottom:calc(100% + 10px);max-height:244px}.slash-skill-list{max-height:206px}.slash-skill-item{min-height:56px}}.source-link-group{position:relative;z-index:3;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:14px}.source-link-toggle{display:inline-flex;align-items:center;gap:10px;max-width:100%;min-height:34px;border:0;border-radius:999px;background:transparent;color:#1f1f1fb3;padding:4px 8px 4px 2px;font-size:14px;line-height:1;cursor:pointer;transition:background .16s ease,opacity .16s ease}.source-link-toggle:hover,.source-link-group.expanded .source-link-toggle{background:#1f1f1f0b}.source-link-icons{display:inline-flex;align-items:center;flex:0 0 auto;padding-left:2px}.assistant-search-status .source-link-icons{margin-left:2px}.source-status-group{position:relative;display:inline-flex;align-items:center;min-width:0}.source-status-toggle{display:inline-flex;align-items:center;min-width:0;border:0;background:transparent;color:inherit;padding:0;cursor:pointer;line-height:1}.source-status-toggle:hover{opacity:.82}.source-status-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:6px;padding:0 7px;border-radius:999px;background:#1f1f1f0e;color:#1f1f1f75;font-size:11px;font-weight:420;line-height:1;font-variant-numeric:tabular-nums}.source-status-group .source-link-popover{top:calc(100% + 12px)}.source-status-group .source-link-popover:before{left:16px}.source-link-icon{--source-icon-delay: 0ms;position:relative;display:inline-grid;place-items:center;width:22px;height:22px;overflow:hidden;border:1px solid rgba(31,31,31,.24);border-radius:999px;background:linear-gradient(135deg,#f7f7f5,#e8e8e5);box-shadow:0 0 0 1px #ffffffb8,0 1px 3px #1f1f1f1f;opacity:0;transform:translate3d(-18px,0,0) rotate(-72deg) scale(.9);animation:source-icon-roll-in .52s cubic-bezier(.2,.9,.24,1) var(--source-icon-delay) both;will-change:opacity,transform}.source-link-icon+.source-link-icon{margin-left:-7px}.source-link-icon:after{content:"";position:absolute;inset:-34%;z-index:2;pointer-events:none;background:linear-gradient(120deg,#fff0 18%,#ffffffc7 42%,#ffffff2e 52%,#fff0 70%);opacity:0;transform:translate(-72%) rotate(12deg);animation:source-icon-glint .54s cubic-bezier(.24,.78,.34,1) calc(var(--source-icon-delay) + 80ms) both}.source-link-icon img,.source-link-item-icon img{position:absolute;inset:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:#fff;backface-visibility:hidden;image-rendering:auto;transform:translateZ(0)}.source-link-icon b,.source-link-item-icon b{position:relative;z-index:1;color:#1f1f1fb8;font-size:10px;font-weight:650;line-height:1}.source-link-icon.is-overflow b{opacity:1;transform:translateY(-1px);color:#1f1f1fa3;font-size:12px;font-weight:700;letter-spacing:.03em}.source-link-icon img+b,.source-link-item-icon img+b{opacity:0}.source-link-icon.image-failed b,.source-link-item-icon.image-failed b{opacity:1}@keyframes source-icon-roll-in{0%{opacity:0;transform:translate3d(-18px,0,0) rotate(-72deg) scale(.9)}72%{opacity:1;transform:translate3d(1.5px,0,0) rotate(7deg) scale(1.02)}to{opacity:1;transform:translateZ(0) rotate(0) scale(1)}}@keyframes source-icon-glint{0%{opacity:0;transform:translate(-72%) rotate(12deg)}26%{opacity:.62}to{opacity:0;transform:translate(72%) rotate(12deg)}}@media(prefers-reduced-motion:reduce){.source-link-icon,.source-link-icon:after{animation:none}.source-link-icon{opacity:1;transform:none}}.source-link-label{flex:0 0 auto;color:#1f1f1fb8;font-weight:600}.source-link-toggle>em{flex:0 0 auto;display:inline-grid;min-width:19px;height:19px;place-items:center;border-radius:999px;background:#1f1f1f0f;color:#1f1f1f80;font-size:11px;font-style:normal;font-weight:600}.source-link-popover{position:absolute;top:calc(100% + 10px);left:0;z-index:80;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;width:min(500px,calc(100vw - 44px));max-height:min(420px,calc(100vh - 250px));overflow:hidden;border:1px solid rgba(31,31,31,.1);border-radius:18px;background:linear-gradient(135deg,#ffffffd1,#ffffff8f 48%,#ffffffbd),#ffffff94;box-shadow:inset 0 1px #fffffff0,inset 0 0 0 1px #ffffff7a,0 22px 58px #1f1f1f29,0 2px 10px #1f1f1f14;backdrop-filter:blur(26px) saturate(1.35)}.source-link-popover:before{content:"";position:absolute;top:-8px;left:26px;width:18px;height:18px;border-top:1px solid rgba(31,31,31,.1);border-left:1px solid rgba(31,31,31,.1);background:#ffffffbd;transform:rotate(45deg);backdrop-filter:blur(26px) saturate(1.35)}.source-link-popover-head{z-index:1;padding:13px 16px 10px;border-bottom:1px solid rgba(31,31,31,.075);color:#1f1f1f94;font-size:14px;font-weight:650;letter-spacing:0}.source-link-list{min-height:0;max-height:inherit;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(31,31,31,.22) transparent}.source-link-list::-webkit-scrollbar{width:8px}.source-link-list::-webkit-scrollbar-track{background:transparent}.source-link-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#1f1f1f2e;background-clip:padding-box}.source-link-item{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;padding:12px 16px;color:#202020;text-decoration:none}.source-link-item+.source-link-item{border-top:1px solid rgba(31,31,31,.075)}.source-link-item:hover{background:#ffffff70}.source-link-item-icon{position:relative;display:inline-grid;width:28px;height:28px;place-items:center;overflow:hidden;border:1px solid rgba(31,31,31,.22);border-radius:999px;background:linear-gradient(135deg,#f8f8f7,#e6e6e3);box-shadow:0 0 0 1px #ffffffb8,inset 0 1px #ffffffdb}.source-link-item-icon b{font-size:12px}.source-link-item-body{display:grid;min-width:0;gap:5px}.source-link-item-body small{overflow:hidden;color:#1f1f1f9e;font-size:12px;font-weight:560;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.source-link-item-body strong{overflow:hidden;color:#202020;font-size:15px;font-weight:620;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.source-link-item-body span{display:-webkit-box;overflow:hidden;color:#1f1f1fa3;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:720px){.source-link-popover{left:50%;width:min(500px,calc(100vw - 32px));transform:translate(-50%)}.source-link-popover:before{left:calc(50% - 9px)}}.realtime-voice-overlay{grid-template-rows:auto minmax(240px,1fr) minmax(0,auto) auto!important;background:#fff!important}.realtime-voice-overlay.life-interview-voice{grid-template-rows:auto minmax(220px,1fr) auto minmax(0,auto) auto!important;background:#fff!important}.life-interview-voice .voice-orb-wrap{margin-bottom:-8px}.life-interview-voice-head{display:grid;justify-items:center;gap:6px;color:#202020;text-align:center}.life-interview-voice-head span{color:#7c3aed;font-size:12px;font-weight:600;letter-spacing:0;line-height:1.1;text-transform:uppercase}.life-interview-voice-head b{max-width:min(460px,calc(100vw - 56px));color:#1f1f1fb3;font-size:15px;font-weight:400;line-height:1.5}.realtime-voice-top{width:min(1040px,calc(100vw - 64px))!important;justify-content:flex-start!important}.realtime-voice-copy{min-height:0!important;gap:0!important}.realtime-voice-copy:empty{display:none!important}.voice-mic-control{width:58px!important;height:58px!important;border:1px solid rgba(31,31,31,.22)!important;background:#ffffffc7!important;color:#202020!important;box-shadow:inset 0 1px #ffffffe6,0 3px 10px #1f1f1f0a!important;backdrop-filter:blur(18px) saturate(1.12)!important;-webkit-backdrop-filter:blur(18px) saturate(1.12)!important}.voice-mic-control:hover{transform:translateY(-1px) scale(1.01)!important;background:#ffffffe6!important;border-color:#1f1f1f4d!important;box-shadow:inset 0 1px #ffffffeb,0 4px 12px #1f1f1f0e!important}.voice-mic-control svg{width:27px!important;height:27px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.45!important;stroke-linecap:round!important;stroke-linejoin:round!important}.voice-mic-control svg path{fill:none!important}.voice-mic-control.muted{background:#ffffffc7!important;color:#202020!important;box-shadow:inset 0 1px #ffffffe6,0 3px 10px #1f1f1f0a!important}.voice-mic-slash{stroke:#d84b4b!important}.realtime-voice-controls{width:auto!important;display:flex!important;flex-direction:column;align-items:center;gap:10px;margin-top:0!important}.voice-speaker-picker{display:flex;align-items:center;gap:6px}.voice-speaker-chip{padding:5px 14px;border:1px solid rgba(31,31,31,.12);border-radius:999px;background:transparent;color:#1f1f1f8c;font-size:12px;letter-spacing:.02em;line-height:1.4;transition:background .15s ease,color .15s ease,border-color .15s ease}.voice-speaker-chip:hover{border-color:#1f1f1f47;color:#1f1f1fcc}.voice-speaker-chip.active{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.voice-mic-status{color:#8a8a8a;font-size:15px;font-weight:300;line-height:1.2;letter-spacing:0}html.voice-window-route,html.voice-window-route body,html.voice-window-route #root{width:100%;height:100%;overflow:hidden;background:transparent!important}html.voice-window-route .voice-window-surface{box-sizing:border-box;height:100vh;min-height:100vh!important;grid-template-rows:auto minmax(104px,1fr) minmax(0,auto) auto!important;row-gap:clamp(8px,2.8vh,16px)!important;padding:clamp(20px,5vh,34px) clamp(18px,5.6vw,30px)!important;background:transparent!important;color:#f4f4f5!important;border:none;border-radius:0;box-shadow:none;-webkit-app-region:drag}html.voice-window-route .voice-window-surface button{-webkit-app-region:no-drag}html.voice-window-route .voice-window-surface .realtime-voice-top{position:absolute;top:12px;right:14px;width:auto!important;justify-content:flex-end!important}html.voice-window-route .voice-window-surface .realtime-voice-close{width:32px;height:32px;border-color:#ffffff47!important;background:#1414166b!important;color:#ffffffdb!important;font-size:22px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}html.voice-window-route .voice-window-surface .voice-orb-wrap{width:min(210px,54vw,36vh)!important}html.voice-window-route .voice-window-surface .voice-orb-glow{display:none!important}html.voice-window-route .voice-window-surface .voice-orb-hit{position:absolute;top:50%;left:50%;width:190px;height:190px;transform:translate(-50%,-50%);border-radius:50%;-webkit-app-region:no-drag;touch-action:none;cursor:grab;z-index:4}html.voice-window-route .voice-window-surface .voice-orb-hit:active{cursor:grabbing}html.voice-window-route .voice-window-surface .realtime-voice-copy,html.voice-window-route .voice-window-surface .realtime-voice-controls,html.voice-window-route .voice-window-surface .realtime-voice-top{display:none!important}html.is-glass.voice-window-route .voice-window-surface .voice-orb-wrap{position:absolute;top:50%;left:50%;width:200px!important;height:200px!important;transform:translate(-50%,-50%);opacity:1}html.voice-window-route .elys-titlebar{display:none!important}html.voice-window-route:not(.is-glass) .voice-window-surface{background:url(/assets/orb-bg-BhAT5HmQ.jpg) center / cover no-repeat!important;border-radius:22px;overflow:hidden;padding:0!important}html.voice-window-route:not(.is-glass) .voice-window-surface .voice-orb-wrap{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:auto!important;transform:none}html.voice-window-route:not(.is-glass) .voice-panel-caption{position:absolute;display:none;box-sizing:border-box;align-items:flex-end;justify-content:center;padding:0 16px 7px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 24%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 24%,#000 100%);color:#fff;font-size:15px;line-height:1.45;font-weight:500;letter-spacing:.01em;text-shadow:0 1px 8px rgba(0,0,0,.6);pointer-events:none;z-index:3}html.voice-window-route .voice-orb-menu-backdrop{position:fixed;inset:0;z-index:9999;background:transparent;-webkit-app-region:no-drag}html.voice-window-route .voice-orb-menu{position:fixed;z-index:10000;min-width:168px;padding:6px;border-radius:12px;background:#1c1c1eb8;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 36px #0000006b;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);-webkit-app-region:no-drag;color:#f4f4f5;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.voice-window-route .voice-orb-menu-label{padding:4px 10px 3px;font-size:11px;letter-spacing:.04em;color:#f5f5f773}html.voice-window-route .voice-orb-menu-item{display:flex;align-items:center;gap:6px;width:100%;height:34px;padding:0 12px 0 6px;border:none!important;border-radius:8px;background:transparent!important;color:inherit!important;font:inherit;text-align:left;cursor:pointer;-webkit-app-region:no-drag}html.voice-window-route .voice-orb-menu-item:hover{background:#78788057!important}html.voice-window-route .voice-orb-menu-check{flex:0 0 14px;width:14px;text-align:center;font-size:12px;color:#6fb1ff}html.voice-window-route .voice-orb-menu-sep{height:1px;margin:5px 8px;background:#ffffff1f}html.voice-window-route .voice-window-surface .realtime-voice-captions{width:100%;height:min(128px,22vh);color:#1f1f1fb3;font-size:clamp(13px,3.5vw,16px);line-height:1.55}html.voice-window-route .voice-window-surface .realtime-voice-captions p{margin:0}html.voice-window-route .voice-window-surface .realtime-voice-captions b{min-height:0;font-size:inherit;line-height:inherit;background:none;color:#1f1f1fe6;animation:none}html.voice-window-route .voice-window-surface .voice-mic-control{width:clamp(48px,14vw,58px)!important;height:clamp(48px,14vw,58px)!important;border-color:#1f1f1f3d!important;background:#ffffff75!important;color:#202020!important;box-shadow:none!important}html.voice-window-route .voice-window-surface .voice-mic-control:hover{background:#ffffffa8!important;border-color:#1f1f1f57!important;box-shadow:none!important}html.voice-window-route .voice-window-surface .voice-mic-status{color:#1f1f1f8f;font-size:clamp(13px,3.4vw,15px)}@media(max-height:430px){html.voice-window-route .voice-window-surface{grid-template-rows:auto minmax(84px,1fr) minmax(0,auto) auto!important;row-gap:7px!important;padding:40px 18px 16px!important}html.voice-window-route .voice-window-surface .realtime-voice-close{width:28px;height:28px;font-size:19px}html.voice-window-route .voice-window-surface .voice-orb-wrap{width:min(150px,48vw,30vh)!important}html.voice-window-route .voice-window-surface .realtime-voice-captions{height:min(72px,19vh);font-size:12px;line-height:1.42}html.voice-window-route .voice-window-surface .realtime-voice-controls{gap:6px}html.voice-window-route .voice-window-surface .voice-mic-status{font-size:12px}}.feed-toolbar.defomo-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px}.agent-status{min-width:0;min-height:48px;display:flex;align-items:center;padding:0 16px;border:1px solid #dedee2;border-radius:16px;background:#ffffffc7;box-shadow:inset 0 1px #ffffffb8}.agent-status span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f1f;font-size:15px;font-weight:900}.defomo-refresh-button{height:42px;min-width:82px;border:1px solid #1f1f1f;border-radius:999px;background:#1f1f1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;font-size:13px;font-weight:900;box-shadow:0 8px 18px #00000014}.defomo-refresh-button:disabled{opacity:.55}.defomo-refresh-button.is-loading svg{animation:defomoSpin .8s linear infinite}.defomo-refresh-notice{margin:0 14px;border:1px solid #dedee2;border-radius:14px;background:#fff;padding:11px 13px;display:flex;justify-content:space-between;gap:12px;color:#777;font-size:12px}.defomo-refresh-notice strong{color:#1f1f1f;font-size:13px}.feed-item.defomo-personalized-item{display:grid;gap:12px;cursor:default}.feed-item-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.feed-item-head>strong{min-width:0;color:#1f1f1f;font-size:18px;line-height:1.25;font-weight:950;letter-spacing:0}.defomo-score-tools{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto}.defomo-priority-badge{border-radius:999px;border:1px solid transparent;padding:5px 10px;font-size:12px;white-space:nowrap;line-height:1;letter-spacing:0}.defomo-priority-badge.is-must{background:#1f1f1f;color:#fff;font-weight:950;box-shadow:0 5px 14px #00000024}.defomo-debug-toggle{width:28px;height:28px;border:1px solid #dedee2;border-radius:50%;background:#fff;color:#1f1f1f;display:grid;place-items:center;padding:0}.feed-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#858585;font-size:12px}.feed-item-meta time{border-radius:999px;background:#f0f0f0;padding:5px 9px;color:#777;font-weight:800;white-space:nowrap}.defomo-source-badge{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#6f6f6f;font-weight:900}.defomo-source-badge img,.defomo-source-badge i{width:26px;height:26px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;overflow:hidden}.defomo-source-badge img{-o-object-fit:cover;object-fit:cover;background:#f0f0f0}.defomo-source-badge i{background:#1f1f1f;color:#fff;font-size:13px;font-style:normal;font-weight:950}.defomo-source-badge i:before{content:attr(data-initial)}.defomo-source-badge b{min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-item-cover{width:100%;max-height:180px;aspect-ratio:2.2 / 1;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#f1f1f1;display:block}.feed-item-body{margin:0;color:#777;font-size:14px;line-height:1.72}.feed-item-ai{position:relative;margin:0;border:1px solid #eeeeef;border-left:4px solid #1f1f1f;border-radius:12px;background:#fff;padding:14px 14px 14px 38px;color:#1f1f1f;font-size:14px;font-style:italic;font-weight:800;line-height:1.62}.feed-item-ai:before{content:"“";position:absolute;left:12px;top:6px;color:#d0d0d0;font-size:34px;line-height:1;font-style:normal;font-weight:950}.feed-item-ai.is-pending{color:#999;font-style:normal;font-weight:800}.defomo-debug-panel{display:grid;gap:9px;border:1px solid #dedee2;border-radius:12px;background:#fbfbfb;padding:12px;cursor:default}.defomo-debug-panel>strong{color:#1f1f1f;font-size:13px}.defomo-debug-meta{display:flex;flex-wrap:wrap;gap:6px}.defomo-debug-meta span{padding:3px 7px;border:1px solid #dedede;border-radius:6px;background:#fff;color:#555;font-size:11px;font-weight:900}.defomo-debug-row{display:grid;gap:4px}.defomo-debug-row span{color:#6f6f6f;font-size:12px;font-weight:900}.defomo-debug-row p{margin:0;color:#777;font-size:12px;line-height:1.55}.defomo-debug-empty{margin:0;color:#999;font-size:12px}.feed-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.feed-item-link{color:#1f1f1f;text-decoration:none;font-size:13px;font-weight:900}.defomo-trace-link{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;padding:0 9px;border:1px solid #d7d7d7;border-radius:7px;background:#fff;color:#2c2c2c;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.defomo-trace-link:hover{border-color:#191919;color:#111}@keyframes defomoSpin{to{transform:rotate(360deg)}}@media(min-width:900px){.feed-toolbar.defomo-toolbar{padding:22px 36px;border-bottom:1px solid var(--desktop-line);background:#fff}.agent-status{min-height:54px;border-radius:18px;background:#fff}.agent-status span{font-size:18px}.defomo-refresh-button{height:48px;min-width:94px;font-size:14px}.defomo-refresh-notice{margin:12px 36px 0}.feed-item.defomo-personalized-item{gap:14px}.feed-item-head>strong{font-size:20px}.feed-item-body,.feed-item-ai{font-size:16px}}.play-panel{--play-bg: #f5f5f6;--play-panel: #fff;--play-soft: #f1f1f2;--play-ink: #1f1f1f;--play-ink-2: #6f6f6f;--play-ink-3: #a6a6a6;--play-line: #e5e5e6;display:grid;gap:14px;color:var(--play-ink)}.play-hero{display:grid;gap:12px}.play-hero>div:first-child,.play-metrics,.play-command-strip,.play-market-index,.play-specimen,.play-create-column,.play-empty,.play-notice,.play-mine-list button{border:1px solid var(--play-line);border-radius:24px;background:#ffffffe0;box-shadow:0 8px 20px #14142809}.play-hero>div:first-child{min-height:136px;display:grid;align-content:end;gap:8px;padding:22px}.play-hero>div:first-child>span,.play-panel-label,.play-metrics b,.play-specimen-header,.play-position-line{color:var(--play-ink-3);font-size:12px;font-weight:900}.play-hero>div:first-child>span{display:inline-flex;align-items:center;gap:8px}.play-hero>div:first-child>span:before{content:"";width:26px;height:26px;border-radius:50%;background:var(--play-ink);box-shadow:inset 0 0 0 5px #fff}.play-hero h2{margin:0;font-size:clamp(34px,8vw,54px);line-height:1;font-weight:950;letter-spacing:0;text-wrap:balance}.play-hero p,.play-question-block p,.play-rule-strip p,.play-resolution-box p{margin:0;color:var(--play-ink-2);line-height:1.55}.play-resolution-box span{color:var(--play-ink);font-size:12px;font-weight:850}.play-confirm-copy{margin-top:12px;border-radius:14px;background:var(--play-soft);color:var(--play-ink);padding:12px;font-size:13px;font-weight:750;line-height:1.45}.play-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px}.play-metrics div{min-height:62px;display:grid;align-content:center;gap:6px;padding:12px;border-radius:18px;background:var(--play-soft)}.play-metrics span,.play-market-prob b,.play-answer-cards strong{font-variant-numeric:tabular-nums}.play-metrics span{font-size:18px;font-weight:800}.play-command-strip{display:grid;gap:10px;padding:10px}.play-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--play-line);border-radius:14px;background:#f1f1f3}.play-tabs button,.play-toggle-group button{min-height:38px;border:0;border-radius:11px;background:transparent;color:var(--play-ink-2);padding:0 12px;font-size:14px;font-weight:850}.play-tabs button:hover,.play-tabs button.active,.play-toggle-group button:hover,.play-toggle-group button.active{background:var(--play-panel);color:var(--play-ink);box-shadow:0 4px 12px #14142814}.play-user-line{display:flex;align-items:center;gap:8px}.play-user-line b{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:850;background:var(--play-ink);color:#fff}.play-market-plate{display:grid;gap:14px}.play-market-index,.play-specimen,.play-create-column{padding:12px}.play-market-row{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) 92px;align-items:center;gap:10px;margin-top:10px;padding:12px;border:1px solid var(--play-line);border-radius:18px;background:var(--play-panel);color:var(--play-ink);text-align:left}.play-market-row:hover,.play-market-row.selected{border-color:var(--play-ink);transform:translateY(-1px)}.play-market-author,.play-market-meta em,.play-market-meta span,.play-position-line span,.play-position-line b{display:inline-flex;align-items:center;justify-content:center;font-style:normal;border-radius:999px;background:var(--play-soft);color:var(--play-ink-2)}.play-market-author{width:30px;height:30px;overflow:hidden;color:var(--play-ink-3);font-size:11px;font-weight:900}.play-market-author img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.play-market-author.official{background:#fff;border:1px solid var(--play-line)}.play-market-author.official img{width:18px;height:18px}.play-market-copy{min-width:0;display:grid;gap:7px}.play-market-row strong{min-width:0;font-size:15px;line-height:1.28;font-weight:850;text-wrap:pretty}.play-market-meta{min-width:0;display:flex;align-items:center;gap:6px}.play-market-meta em,.play-market-meta span{min-height:22px;padding:0 8px;font-size:11px;font-weight:900}.play-market-prob{display:grid;grid-template-columns:repeat(2,minmax(38px,1fr));gap:5px;min-width:92px}.play-market-prob span{min-height:42px;display:grid;align-content:center;justify-items:center;gap:3px;border-radius:12px;background:#f7f7f8}.play-market-prob small{color:var(--play-ink-3);font-size:9px;line-height:1;font-weight:900}.play-market-prob b{font-size:14px;line-height:1.05;font-weight:900}.play-specimen{display:grid;gap:14px}.play-specimen-header,.play-position-line{display:flex;flex-wrap:wrap;gap:8px}.play-specimen-header span,.play-position-line span,.play-position-line b{min-height:24px;padding:0 9px;font-size:12px;font-weight:850}.play-question-block h3{margin:0;font-size:clamp(24px,4.8vw,36px);line-height:1.12;font-weight:950;letter-spacing:0;text-wrap:balance}.play-answer-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.play-answer-cards button{min-height:124px;display:grid;gap:8px;border:1px solid var(--play-line);border-radius:22px;background:var(--play-panel);color:var(--play-ink);padding:18px;text-align:left}.play-answer-cards button:hover,.play-answer-cards button.selected{border-color:var(--play-ink);background:#f9f9fa}.play-answer-cards span{color:var(--play-ink-3);font-size:12px;font-weight:900}.play-answer-cards strong{font-size:38px;line-height:.95;font-weight:950}.play-answer-cards small{color:var(--play-ink-2);font-size:12px;font-weight:750}.play-trade-panel,.play-resolve-panel,.play-rule-strip,.play-info-card,.play-holder-list,.play-rule-list,.play-date-grid,.play-stake-list{display:grid;gap:10px}.play-trade-panel{grid-template-columns:minmax(0,1fr) auto}.play-trade-panel input,.play-create-column input,.play-create-column textarea,.play-resolve-panel textarea{width:100%;border:1px solid var(--play-line);border-radius:14px;background:#fff;color:var(--play-ink);padding:12px}.play-create-column textarea,.play-resolve-panel textarea{min-height:96px;resize:vertical}.play-trade-panel button,.play-black-button,.play-resolve-panel>button{min-height:44px;border:0;border-radius:14px;background:var(--play-ink);color:#fff;padding:0 16px;font-size:14px;font-weight:850}.play-soft-button{min-height:40px;border:1px solid var(--play-line);border-radius:12px;background:#fff;color:var(--play-ink);padding:0 14px;font-size:13px;font-weight:850}.play-rule-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.play-rule-strip div,.play-info-card,.play-resolution-box,.play-resolve-panel{border-radius:18px;background:var(--play-soft);padding:14px}.play-rule-strip b,.play-module-title b,.play-rule-list strong,.play-resolution-box b,.play-resolve-panel b,.play-create-column label{color:var(--play-ink);font-size:13px;font-weight:900}.play-info-card{gap:12px}.play-module-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.play-module-title span{color:var(--play-ink-2);font-size:12px;font-weight:850}.play-trend-card svg{width:100%;height:132px;display:block;overflow:visible}.play-trend-card line{stroke:#dedee2;stroke-width:1;stroke-dasharray:5 5}.play-trend-card polygon{fill:#18181b0f}.play-trend-card polyline{fill:none;stroke:var(--play-ink);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.play-trend-card circle{fill:var(--play-ink)}.play-trend-axis{display:flex;justify-content:space-between;color:var(--play-ink-3);font-size:11px;font-weight:850}.play-holder-list{gap:8px}.play-holder-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:10px}.play-holder-avatar{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--play-panel);color:var(--play-ink);font-size:13px;font-weight:900;overflow:hidden}.play-holder-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.play-holder-row strong{min-width:0;color:var(--play-ink);font-size:13px;font-weight:850}.play-holder-row em,.play-holder-row b{font-style:normal;font-size:12px;font-weight:900}.play-holder-row em{border-radius:999px;background:var(--play-panel);color:var(--play-ink-2);padding:5px 9px}.play-holder-row b{color:var(--play-ink);font-variant-numeric:tabular-nums}.play-rule-list{grid-template-columns:repeat(2,minmax(0,1fr))}.play-rule-list article{min-width:0;display:grid;gap:7px}.play-rule-list p{margin:0;color:var(--play-ink-2);line-height:1.5}.play-toggle-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border-radius:14px;background:#e8e8ea}.play-create-plate{display:grid;gap:14px}.play-create-column{display:grid;gap:12px}.play-feedback-dialog{color:var(--play-ink)}.play-dialog-list{margin:14px 0 0;padding-left:18px;color:var(--play-ink-2);line-height:1.55;font-size:14px}.play-create-column label{display:grid;gap:7px}.play-mine-list{display:grid;gap:10px}.play-mine-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px;color:var(--play-ink);text-align:left}.play-mine-list span,.play-mine-list b,.play-stake-list span{border-radius:999px;background:var(--play-soft);color:var(--play-ink-2);padding:5px 9px;font-size:12px;font-weight:850}.play-mine-list strong{min-width:0;line-height:1.35}.play-stake-list{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.play-empty,.play-notice{padding:18px;color:var(--play-ink-2)}.play-notice{color:#b42318}.play-notice.compact{padding:12px;border-radius:14px}@media(min-width:900px){.tabbar{grid-template-columns:none}.play-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.48fr)}.play-command-strip{grid-template-columns:minmax(0,1fr) auto;align-items:center}.play-tabs{width:-moz-fit-content;width:fit-content;min-width:280px}.play-market-plate{grid-template-columns:minmax(300px,.78fr) minmax(460px,1.22fr)}.play-create-column.wide{width:min(760px,100%)}}@media(max-width:520px){.tab{font-size:10px}.nav-icon{width:18px;height:18px;font-size:18px}.profile-content-sheet{padding-left:10px!important;padding-right:10px!important}.play-metrics,.play-rule-list,.play-rule-strip,.play-trade-panel{grid-template-columns:1fr}.play-market-row{grid-template-columns:30px minmax(0,1fr)}.play-market-prob{grid-column:2;width:100%}.play-market-meta{flex-wrap:wrap}.play-answer-cards button{min-height:112px;padding:14px}.play-answer-cards strong{font-size:32px}}.desktop-nav-account{display:none}@media(min-width:900px){.profile-logout-section{display:none}.desktop-nav-account{display:block;position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:65}.desktop-nav-account .desktop-nav-user{position:static!important;left:auto!important;bottom:auto!important;display:grid!important;place-items:center;width:68px!important;height:68px!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#303030!important;cursor:pointer;transform:none!important}.desktop-nav-account .desktop-nav-user:hover>span{transform:translateY(-1px) scale(1.02)}.desktop-nav-account .desktop-nav-user:active>span{transform:scale(.96)}.nav-account-menu{position:absolute;bottom:8px;left:calc(100% + 10px);min-width:168px;padding:6px;border:1px solid rgba(31,31,31,.08);border-radius:12px;background:#fffffffa;box-shadow:0 18px 50px #14142829;backdrop-filter:blur(24px) saturate(1.3);z-index:60}.nav-account-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:0;border-radius:8px;background:none;color:#1f1f1f;font-size:14px;text-align:left}.nav-account-menu-item .ph{font-size:17px;color:#6f6f6f}.nav-account-menu-item:hover{background:#1f1f1f0d}}.elys-mention-candidates{position:absolute;z-index:4;left:72px;right:24px;top:118px;max-height:220px;overflow-y:auto;padding:8px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#fffffffa;box-shadow:0 16px 40px #0f172a29}.elys-compose-main{position:relative}.elys-mention-candidates p{margin:0;padding:8px;color:#0f172a85;font-size:13px}.elys-mention-candidates button{display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;-moz-column-gap:8px;column-gap:8px;width:100%;padding:8px;border:0;border-radius:8px;background:transparent;color:#111827;text-align:left}.elys-mention-candidates button:hover{background:#f3f6fb}.elys-mention-candidates img,.elys-mention-candidates i{grid-row:1 / span 2;width:28px;height:28px;border-radius:50%;background:#eef2f7}.elys-mention-candidates span,.elys-mention-candidates em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elys-mention-candidates span{font-size:13px;font-weight:700}.elys-mention-candidates em{color:#0f172a7a;font-size:11px}.profile-detail-mention-candidates{inset:auto 0 54px}.composer>.composer-beam-overlay{position:absolute!important;inset:0!important;z-index:5!important;pointer-events:none!important;--beam-strength: 4 !important}.composer>.composer-beam-overlay:after{padding:2.5px!important;background:conic-gradient(from 0deg,#ff2d78,#ff7a1f,#ffc81f,#3fdc5f,#1fb9ff,#6b3dff,#ff2d78)!important}@media(max-width:899px){#root{width:100%;min-height:100vh}}.screen:has(.im-screen),.screen:has(.im-thread-screen){padding:0;overflow:hidden;background:#f6f7f9}.im-screen{width:100%;min-height:100%;gap:0;margin:0;padding:24px 16px 18px;box-sizing:border-box;background:#f6f7f9;color:#17181c}.im-list-pane{position:relative;background:#eaecef;width:100%;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.im-conversation-list{flex:1 1 auto;min-height:0;overflow-y:auto;gap:14px;padding:8px 12px 20px;scrollbar-width:none}.im-conversation-list::-webkit-scrollbar{width:0;height:0;display:none}.im-card:hover:not(.active){transform:translateY(-1px);box-shadow:0 2px 6px -2px #0f172a12,0 5px 12px -5px #0f172a12}.im-card.active{transform:translateY(-3px);box-shadow:0 2px 6px -2px #0f172a1a,0 6px 14px -6px #0f172a1a}.im-card-time{position:absolute;top:16px;right:20px;color:#b3b7bd;font-size:12px;white-space:nowrap}.im-card-group{gap:12px}.im-card-group-head{display:flex;align-items:center;gap:8px;padding-right:46px}.im-card-group-name{min-width:0;flex:0 1 auto;font-size:15px;font-weight:600;color:#1f1f21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-card-group-preview{margin:0;color:#2c2c2e;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.im-card-group-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:-7px}.im-card-members{display:inline-flex;align-items:center;min-height:34px}.im-member-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;margin-right:-10px;background:#e5e7eb;flex:0 0 auto}.im-member-avatar:nth-child(1){z-index:4}.im-member-avatar:nth-child(2){z-index:3}.im-member-avatar:nth-child(3){z-index:2}.im-member-avatar:nth-child(4){z-index:1}.im-member-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.im-member-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden}.im-member-total{width:34px;height:34px;border-radius:50%;border:2px solid #ffffff;background:#1c1c1e;color:#fff;font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.im-member-total.solo{border-color:transparent}.im-card-single{gap:3px}.im-card-single-head{display:flex;align-items:flex-start;gap:8px}.im-card-single-head .im-avatar-wrap{position:relative;flex:0 0 42px;width:42px;height:42px;display:flex;align-items:center;justify-content:center}.im-card-single-head .message-avatar.im-avatar{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#e9eef2;-webkit-mask-image:none!important;mask-image:none!important}.im-card-single-head .message-avatar.im-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.im-card-single-id{flex:1 1 auto;min-width:0}.im-card-name-row{display:flex;align-items:center;gap:6px;padding-right:64px}.im-card-name-row strong{min-width:0;font-size:14px;font-weight:600;color:#1f1f21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-card-insight{position:absolute;top:15px;right:56px;width:20px;height:20px;display:block;filter:drop-shadow(0 1px 1.5px rgba(176,116,0,.3))}.im-card-status{display:block;margin-top:2px;color:#9aa0a8;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-card-text{margin:0;color:#2c2c2e;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.im-card-text.is-clamped{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 78px),transparent calc(100% - 28px)),linear-gradient(to bottom,#000 44%,transparent 56%);mask-image:linear-gradient(to right,#000 calc(100% - 78px),transparent calc(100% - 28px)),linear-gradient(to bottom,#000 44%,transparent 56%);-webkit-mask-composite:source-over;mask-composite:add}.im-card-media{position:relative;align-self:flex-start;border-radius:8px;overflow:hidden;max-width:24.3%;margin-top:7px;border:1px solid rgba(0,0,0,.16)}.im-card-media img{display:block;width:100%;height:auto}.im-card-unread-pill{position:absolute;right:16px;bottom:14px;top:auto;transform:none;width:24px;height:24px;padding:0;border-radius:50%;background:transparent;border:1px solid rgba(0,0,0,.55);color:#1a1a1a;font-size:12px;font-weight:300;display:inline-flex;align-items:center;justify-content:center}.im-card-unread-pill.muted{border-color:#00000038;color:#9aa0a8}.im-list-head{display:flex;align-items:center;gap:10px;padding:8px 0 14px}.im-list-search{flex:1 1 auto;display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-radius:10px;background:#7679851a;color:#9aa0a8}.im-list-search svg{flex:0 0 auto}.im-list-search input{flex:1 1 auto;min-width:0;border:none;background:transparent;outline:none;font-size:14px;color:#1f1f21}.im-list-search input::-moz-placeholder{color:#9aa0a8}.im-list-search input::placeholder{color:#9aa0a8}.im-list-actions{position:relative}.im-list-title{min-width:0;display:grid;gap:2px}.im-list-title span{color:#747985;font-size:12px}.im-list-tabs{display:flex;align-items:center;gap:12px}.im-list-tabs button{border:0;background:transparent;color:#9399a5;padding:0;font-size:20px;font-weight:650;line-height:1.1}.im-list-tabs button.active{color:#17181c;font-size:24px}.im-list-tabs button:disabled{opacity:1}.im-icon-button,.im-round-button{border:1px solid #e2e5ea;background:#fff;color:#17181c;box-shadow:none}.im-action-menu-wrap{position:relative}.im-action-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:168px;display:grid;overflow:hidden;border:1px solid rgba(23,24,28,.08);border-radius:8px;background:#fffffffa;box-shadow:0 14px 38px #17181c21}.im-action-menu button{height:44px;display:flex;align-items:center;gap:10px;border:0;border-radius:0;background:transparent;color:#17181c;padding:0 14px;font-size:14px;text-align:left}.im-action-menu button:not(:disabled):hover{background:#f4f6f9}.im-action-menu button:disabled{color:#a5abb5}.im-action-menu button.is-disabled{color:#a5abb5;cursor:not-allowed}.im-action-menu button.is-disabled:hover{background:transparent}.im-list-toast{position:absolute;top:64px;left:50%;z-index:35;max-width:calc(100% - 32px);transform:translate(-50%);border-radius:8px;background:#17181ceb;color:#fff;padding:9px 14px;box-shadow:0 12px 30px #17181c2e;font-size:13px;font-weight:500;line-height:1.4;pointer-events:none;white-space:nowrap}.im-global-toast{position:fixed;left:50%;bottom:86px;z-index:220;max-width:min(360px,calc(100vw - 40px));transform:translate(-50%);border-radius:8px;background:#17181cf0;color:#fff;padding:10px 14px;box-shadow:0 14px 34px #17181c33;font-size:13px;font-weight:520;line-height:1.45;text-align:center;pointer-events:none}.im-desktop-thread-pane .im-global-toast{position:absolute;max-width:min(360px,calc(100% - 40px))}.im-confirm-backdrop{position:fixed;inset:0;z-index:230;display:grid;place-items:center;background:#11121647;padding:24px}.im-confirm-dialog{width:min(320px,calc(100vw - 48px));border-radius:8px;background:#fff;color:#17181c;box-shadow:0 24px 60px #11121638;padding:18px}.im-confirm-dialog p{margin:0;font-size:15px;font-weight:560;line-height:1.5}.im-confirm-dialog div{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.im-confirm-dialog button{min-width:72px;height:36px;border:1px solid #d9dee8;border-radius:8px;background:#fff;color:#30343f;font-size:14px;font-weight:560;cursor:pointer}.im-confirm-dialog button.primary{border-color:#1f73ff;background:#1f73ff;color:#fff}.im-dialog-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:#11121647;padding:24px}.im-dialog-shell{width:min(520px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 64px));overflow:hidden;border:1px solid rgba(23,24,28,.08);border-radius:8px;background:#fff;box-shadow:0 28px 72px #1112163d}.im-dialog-head{min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:12px;border-bottom:0;padding:18px 20px 12px}.im-dialog-head>div{min-width:0;display:grid;gap:4px}.im-dialog-head strong{color:#17181c;font-size:17px;font-weight:680;line-height:1.15}.im-dialog-head span{color:#8b929e;font-size:12px}.im-dialog-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #edf0f5;padding:14px 18px 16px}.im-dialog-secondary,.im-dialog-primary{height:36px;min-width:72px;border-radius:8px;padding:0 15px;font-size:14px;font-weight:600}.im-dialog-secondary{border:1px solid #d9dee8;background:#fff;color:#30343f}.im-dialog-primary{border:1px solid #17181c;background:#17181c;color:#fff}.im-dialog-primary:disabled{border-color:#d9dde4;background:#d9dde4;color:#8b929e}.im-add-friend-dialog{display:grid;background:#f7f8fb}.im-add-friend-search{height:44px;margin:4px 20px 14px;border:1px solid #dfe5ef;background:#fff;box-shadow:0 1px 2px #0f172a08}.im-add-friend-results{min-height:280px;max-height:min(460px,calc(100vh - 250px));overflow-y:auto;margin:0 20px 20px;border:1px solid #e7ebf1;border-radius:8px;background:#fff;padding:6px}.im-user-search-row{width:100%;min-height:62px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;border:0;border-radius:7px;background:transparent;color:#17181c;padding:9px 10px;text-align:left}.im-user-search-row:hover{background:#f3f6fb}.im-user-search-action{height:28px;display:inline-flex;align-items:center;border-radius:999px;background:#eef5ff;color:#1f73ff;padding:0 11px;font-size:13px;font-weight:650}.im-dialog-empty{min-height:268px;display:grid;align-content:center;justify-items:center;gap:6px;color:#8b929e;text-align:center}.im-dialog-empty strong{color:#17181c;font-size:15px}.im-dialog-empty span{font-size:13px}.im-dialog-shell .im-group-create{position:relative;inset:auto;width:100%;height:min(680px,calc(100vh - 64px));max-height:calc(100vh - 64px);z-index:auto;overflow:hidden;background:#f7f8fa}.im-dialog-shell .im-group-create-head{min-height:66px;grid-template-columns:38px minmax(0,1fr) 64px;padding:12px 18px;background:#fffffffa}.im-dialog-shell .im-group-search{margin:14px 18px 12px}.im-dialog-shell .im-group-contact-list{padding:0 18px 86px}.im-group-create{position:absolute;inset:0;z-index:15;display:flex;flex-direction:column;background:#f7f8fa;color:#17181c}.im-group-create-head{min-height:64px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e4e7ec;background:#fffffff5}.im-group-create-head>div{min-width:0;display:grid;justify-items:center;gap:3px}.im-group-create-head strong{overflow:hidden;font-size:17px;font-weight:650;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.im-group-create-head span{color:#8b929e;font-size:12px}.im-create-primary{height:34px;min-width:58px;border:0;border-radius:17px;background:#17181c;color:#fff;padding:0 14px;font-size:14px;font-weight:650}.im-create-primary:disabled{background:#d9dde4;color:#8b929e}.im-group-search{height:42px;display:flex;align-items:center;gap:8px;margin:12px 16px;border-radius:8px;background:#fff;color:#8b929e;padding:0 12px}.im-group-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#17181c;font-size:14px}.im-group-contact-list{min-height:0;flex:1;overflow-y:auto;padding:0 16px 86px}.im-group-contact{width:100%;min-height:64px;display:grid;grid-template-columns:44px minmax(0,1fr) 26px;align-items:center;gap:12px;border:0;border-bottom:1px solid #eceff3;background:transparent;color:#17181c;padding:10px 0;text-align:left}.im-group-contact-main{min-width:0;display:grid;gap:4px}.im-group-contact-main strong,.im-group-contact-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-group-contact-main strong{font-size:15px;font-weight:600}.im-group-contact-main small{color:#8b929e;font-size:12px}.im-group-contact.selected .im-group-contact-main small{color:#1f73ff}.im-group-contact.disabled{opacity:.52}.im-group-contact-check{width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#17181c;color:#fff}.im-group-contact:not(.selected) .im-group-contact-check{border:1px solid #d9dde4;background:#fff}.im-contact-avatar{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#e9eef7;color:#1f73ff;font-size:15px;font-weight:700}.im-contact-avatar.small{width:32px;height:32px;border-radius:7px;font-size:12px}.im-contact-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-selected-tray{position:absolute;right:0;bottom:0;left:0;min-height:64px;display:flex;align-items:center;gap:10px;border-top:1px solid #e4e7ec;background:#fffffff5;padding:10px 16px}.im-group-avatar-chip{height:36px;display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;border:1px solid #dfe5ee;border-radius:18px;background:#fff;color:#5f6673;padding:3px 10px 3px 4px;font-size:12px;font-weight:600}.im-group-avatar-chip:hover{border-color:#cbd5e1;background:#f9fafb;color:#17181c}.im-group-avatar-chip-preview{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f1f4f8;color:#8b929e}.im-group-avatar-chip.has-image .im-group-avatar-chip-preview{background:#fff}.im-group-avatar-chip-preview img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-group-avatar-chip-text{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-selected-avatars{min-width:0;display:flex;flex:1;gap:6px;overflow:hidden}.im-selected-tray>span{flex:0 0 auto;color:#8b929e;font-size:12px;line-height:1.35;white-space:nowrap}.im-selected-tray>input{display:none}.im-group-create-empty,.im-group-create-loading{display:grid;justify-items:center;gap:6px;color:#8b929e;padding:34px 12px;text-align:center}.im-group-create-empty strong{color:#17181c;font-size:15px}.im-connect-card,.im-row{border-radius:8px;background:#fff;box-shadow:none}.im-row{min-height:84px;gap:12px;padding:8px 16px 8px 12px;align-items:center;overflow:visible}.im-row.active{background:#edf4ff}.im-row.has-mention{background:#fff6f6}.im-row.has-mention.active{background:#edf4ff;box-shadow:inset 3px 0 #f04444}.im-row .message-main{min-width:0;display:grid;gap:5px}.im-row .message-top{min-width:0;align-items:center;gap:12px}.im-avatar-wrap{position:relative;width:52px;height:52px;flex:0 0 52px}.im-row .message-avatar.im-avatar{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:0;background:transparent;color:#1f1f25;font-size:16px;font-weight:600;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.im-row .message-avatar.im-avatar img{width:52px;height:52px;display:block;-o-object-fit:cover;object-fit:cover}.im-row .message-avatar.im-avatar.im-group-list-avatar{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:4px;border-radius:10px;background:#e9eef7;-webkit-mask-image:none!important;mask-image:none!important}.im-row .message-avatar.im-avatar.im-group-list-avatar span{position:static;min-width:0;display:grid;place-items:center;overflow:hidden;border-radius:4px;background:#d7e4f7;color:#1f73ff;font-size:10px;font-weight:700}.im-row .message-avatar.im-avatar.im-group-list-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-row .message-avatar.im-avatar.im-group-photo-avatar{overflow:hidden;border-radius:16px;background:#e9eef7;-webkit-mask-image:none!important;mask-image:none!important}.im-row .message-avatar.im-avatar.im-group-photo-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-row .message-avatar.im-avatar.im-group-name-avatar,.im-group-avatar-preview.im-group-name-avatar{border:1.5px solid var(--im-group-avatar-border, #8b70ff);border-radius:16px;background:var(--im-group-avatar-bg, #f3efff);color:var(--im-group-avatar-text, #5f45d8);-webkit-mask-image:none!important;mask-image:none!important;box-shadow:inset 0 0 0 1px #ffffff70}.im-row .message-avatar.im-avatar.im-group-name-avatar span,.im-group-avatar-preview.im-group-name-avatar span{position:static;max-width:44px;display:block;overflow:hidden;color:inherit;font-size:11px;font-weight:800;line-height:1.12;text-align:center;white-space:pre-line;text-overflow:ellipsis}.im-group-avatar-preview.im-group-name-avatar{display:grid;place-items:center;-webkit-mask-image:none;mask-image:none}.im-group-avatar-preview.im-group-name-avatar span{max-width:58px;font-size:15px}.im-row .message-avatar.im-avatar.system{overflow:hidden;border-radius:16px}.im-row .message-avatar.im-avatar span{position:absolute}.im-ai-recommendation{position:absolute;top:-14px;right:-36px;z-index:2;width:52px;height:20px;display:block;-o-object-fit:contain;object-fit:contain;pointer-events:none}.im-avatar-wrap .im-unread{position:absolute;top:-6px;right:-6px;z-index:3;min-width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;background:#ff3b30;color:#fff;padding:0 5px;font-size:12px;font-weight:400;line-height:20px}.im-row .message-top strong{min-width:0;display:inline-flex;align-items:center;gap:4px}.im-row .message-top strong>span:first-child{min-width:0;overflow:hidden;color:#17171b;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.im-row .message-top>span{flex:0 0 auto;align-self:center;color:#9aa0aa;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.im-row .message-preview{min-width:0;display:flex;align-items:center;gap:8px;margin-top:0;line-height:1.35}.im-row .message-preview-text{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-muted-unread-count{flex:0 0 auto;min-width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#eef0f3;color:#8b95a1;padding:0 6px;font-size:11px;font-weight:650;line-height:18px}.im-mention-reminder{margin-right:5px;color:#f04444;font-weight:750}.im-verified-badge{flex:0 0 auto;width:14px;height:14px;display:block;-o-object-fit:contain;object-fit:contain}.im-pin-badge{flex:0 0 auto;height:18px;display:inline-flex!important;align-items:center;padding:0 5px;border-radius:5px;background:#eef4ff;color:#1f73ff!important;font-size:10px!important;font-weight:650;line-height:18px}.im-muted-badge{flex:0 0 auto;width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#f2f4f7;color:#8b95a1;line-height:1}.im-group-badge{flex:0 0 auto;height:18px;display:inline-flex!important;align-items:center;padding:0 5px;border-radius:5px;background:#edf8f3;color:#047857!important;font-size:10px!important;font-weight:650;line-height:18px}.im-thread-screen{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f7f8fa!important;color:#17181c}.im-thread-backdrop,.im-thread-screen:after,.im-ai-note{display:none}.im-thread-head{position:sticky;top:0;z-index:3;flex:0 0 auto;min-height:64px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:none;background:transparent;color:#17181c}.im-thread-head-left{min-width:0;display:flex;align-items:center;justify-content:flex-start}.im-thread-title{flex:1 1 auto;min-width:0;position:relative;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.im-thread-title-line{position:relative;max-width:100%;min-width:0;display:flex;align-items:center}.im-thread-subtitle{display:block;margin-top:3px;color:#8b929e;font-size:12px;line-height:1.2}.im-thread-head strong{display:block;overflow:hidden;color:#17181c;font-size:17px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.im-thread-title-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;max-width:100%;height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#ffffff8c;backdrop-filter:blur(20px) saturate(1.7);box-shadow:0 6px 20px #1118271f;color:#17181c;cursor:pointer;-webkit-app-region:no-drag;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .13s ease,background-color .14s ease,box-shadow .14s ease}.im-thread-title-pill>*{pointer-events:none}.im-thread-title-pill:hover:not(.is-static){background:#ffffffbd}.im-thread-title-pill:active:not(.is-static){transform:scale(.94);background:#ffffffd1}.im-thread-title-pill.is-static{cursor:default;flex-direction:column;gap:1px;height:auto;min-height:40px;padding:5px 16px;align-items:center}.im-thread-title-avatar{flex:0 0 auto;width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.im-thread-title-avatar--fallback{display:grid;place-items:center;background:#d7def0;color:#50607a;font-size:13px;font-weight:700}.im-thread-title-pill .im-thread-title-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17181c;font-size:18px;font-weight:650;line-height:1;margin:0}.im-thread-title-pill .im-thread-title-sub{color:#8b929e;font-size:11px;font-weight:500;line-height:1.2}.im-thread-title-pill .im-thread-state-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:20px;margin:0;padding:0 9px;border-radius:999px;font-size:10px;line-height:1;font-weight:700;letter-spacing:0;white-space:nowrap;animation:im-badge-pop .26s cubic-bezier(.34,1.56,.64,1)}@keyframes im-badge-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.im-thread-state-badge.is-human{background:#1c1c1e;color:#fff}.im-thread-state-badge.is-ai{padding:0 3px;background:transparent;color:#3c3c438c;font-size:12px}.im-thread-title-caret{flex:0 0 auto;color:#3c3c4380}.im-thread-more{position:relative;width:38px;height:38px;display:grid;place-items:center;justify-self:end;border:0;border-radius:8px;background:transparent;padding:0}.im-thread-head-spacer{width:38px;height:38px;justify-self:end}.im-recipient-toggle{height:26px;display:inline-flex;align-items:center;gap:6px;justify-content:center;margin-top:0;border:1px solid #dbe4f0;border-radius:999px;background:#f5f8fc;color:#596273;padding:0 8px 0 10px;font-size:12px;font-weight:550;line-height:1;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.im-recipient-toggle span{display:block;margin:0;color:currentColor;line-height:1}.im-recipient-toggle:hover:not(:disabled){border-color:#c8d9f2;background:#eef5ff;color:#2d6edb}.im-recipient-toggle[aria-pressed=true]{border-color:#b9d6ff;background:#eaf3ff;color:#1f73ff}.im-recipient-toggle:disabled{cursor:not-allowed;opacity:.35}.im-recipient-toggle i{position:relative;width:22px;height:14px;display:block;border-radius:999px;background:#d7dfe9;transition:background-color .16s ease}.im-recipient-toggle b{position:absolute;top:2px;left:2px;width:10px;height:10px;display:block;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0f172a33;transition:transform .2s ease-in-out}.im-recipient-toggle[aria-pressed=true] i{background:#1f73ff}.im-recipient-toggle[aria-pressed=true] b{transform:translate(8px)}.im-thread-more:hover{background:#f0f2f5}.im-thread-more img{width:32px;height:32px;display:block;-o-object-fit:contain;object-fit:contain}.im-thread-common-space svg{width:34px;height:34px;box-sizing:border-box;border-radius:0;background:transparent;color:#17181c;padding:0}.im-thread-more.has-review-pending>span{position:absolute;top:7px;right:7px;width:8px;height:8px;border:2px solid #fff;border-radius:999px;background:#ff3b30}.im-thread{position:relative;gap:12px;padding:16px 16px 88px}.im-fireworks-overlay{position:absolute;inset:0;z-index:6;pointer-events:none;overflow:hidden;contain:strict}.im-firework-dot{position:absolute;border-radius:50%;background:currentColor;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.im-fireworks-overlay{display:none}}.im-mention-jump{position:absolute;right:18px;bottom:86px;z-index:16;max-width:min(260px,calc(100% - 36px));display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(240,68,68,.18);border-radius:999px;background:#fff;color:#f04444;box-shadow:0 12px 34px #0f172a29;padding:9px 13px;font-size:13px;line-height:1.1}.im-mention-jump strong,.im-mention-jump span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-mention-jump strong{max-width:130px;color:#17181c;font-weight:650}.im-history-sentinel{width:100%;height:1px;flex:0 0 1px}.im-history-loading{position:sticky;top:8px;z-index:2;align-self:center;height:24px;display:inline-flex;align-items:center;justify-content:center;margin:0 0 -24px;padding:0 10px;border-radius:999px;background:#e8ebef;color:#7b828e;font-size:12px;font-weight:500;line-height:24px}.im-thread.system{padding:12px 16px 24px;background:#f2f2f2}.im-message-cluster{display:contents}.im-timeline-divider{display:flex;justify-content:center;margin:10px 0 4px}.im-timeline-divider time{height:24px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#e8ebef;color:#7b828e;font-size:12px;font-weight:500;line-height:24px}.im-bubble-avatar{border:1px solid #e7eaf0;box-shadow:none}.im-bubble-row{gap:8px;margin-bottom:6px}.im-bubble-row.mention-jump-highlight{position:relative}.im-bubble-row.mention-jump-highlight:before{content:"";position:absolute;inset:-6px -8px;border-radius:8px;background:#fff1c7;pointer-events:none}.im-bubble-row.mention-jump-highlight>*{position:relative}.im-bubble-stack{gap:0}.im-group-sender-name{display:block;max-width:min(240px,68vw);margin:0 0 2px 2px;overflow:hidden;color:#7b828e;font-size:11px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.im-bubble-row.outgoing .im-group-sender-name{margin-right:2px;margin-left:0;text-align:right}.im-bubble{position:relative;max-width:min(74%,340px);border-radius:22px;background:#fff;color:#000;border:1px solid rgba(0,0,0,.08);box-shadow:none;backdrop-filter:none}.im-bubble-row.outgoing .im-bubble{background:#000;color:#fff;border-color:#000}.im-bubble:has(.im-text-content){border-radius:999px;padding:8px 16px}.im-bubble.im-bubble--block{border-radius:20px}.im-bubble>.im-card-follow-text:first-child{margin-top:0}.im-bubble-stack .im-bubble{max-width:100%}.im-bubble-stack .im-bubble:has(.im-text-content){min-width:2.75em}.im-message-blocked-anchor{position:relative;flex:0 0 0;align-self:stretch;width:0;min-width:0;overflow:visible}.im-message-blocked-icon{position:absolute;left:0;top:50%;z-index:13;display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;border:0;border-radius:999px;background:#ff4d4f;color:#fff;padding:0;cursor:pointer;font-size:11px;font-weight:720;line-height:16px;outline:none;transform:translateY(-50%);box-shadow:0 1px 2px #ff4d4f38}.im-message-blocked-icon:hover{background:#e84244}.im-message-blocked-icon:focus-visible{background:#e84244;box-shadow:0 0 0 2px #ff4d4f2e,0 1px 2px #ff4d4f38}.im-message-blocked-anchor.retrying .im-message-blocked-icon{background:#98a1ae;box-shadow:0 1px 2px #0f172a29;cursor:default}.im-message-status-spinner{width:10px;height:10px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:999px;animation:im-message-status-spin .8s linear infinite}@keyframes im-message-status-spin{to{transform:rotate(360deg)}}.im-message-blocked-reason{position:absolute;right:8px;bottom:calc(50% + 12px);z-index:12;width:-moz-max-content;width:max-content;max-width:min(220px,70vw);border:1px solid #e7eaf0;border-radius:8px;background:#fff;color:#596273;padding:7px 9px;box-shadow:0 8px 22px #0f172a1f;font-size:12px;font-weight:500;line-height:1.35;text-align:left;overflow-wrap:anywhere}.im-message-edited{display:block;margin-top:5px;color:#8b929e;font-size:10px;line-height:1}.im-mention-token{display:inline;border:0;background:transparent;color:#1f73ff;padding:0;font:inherit;font-weight:650;line-height:inherit;cursor:pointer}.im-mention-token:hover{text-decoration:underline}.im-bubble.ai{background:#fff;color:#000;border-color:#00000014}.im-bubble:has(.im-quote-card){max-width:min(74%,340px);min-width:220px}.im-bubble-stack .im-bubble:has(.im-quote-card){min-width:220px}@media(max-width:899px){.im-bubble{max-width:min(74%,340px)}.im-bubble:has(.im-quote-card){max-width:min(74%,340px);min-width:min(210px,68vw)}.im-bubble-stack .im-bubble:has(.im-quote-card){min-width:min(210px,68vw)}}.im-quote-card{box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;min-width:0;margin-bottom:8px;padding:8px;border:1px solid rgba(113,128,150,.18);border-radius:6px;background:#ffffff9e}.im-bubble-row.outgoing .im-quote-card{background:#ffffff7a;border-color:#3f83f82e}.im-quote-main{min-width:0;flex:1}.im-quote-title{display:flex;align-items:center;gap:4px;margin-bottom:3px;color:#6d7582;font-size:11px;font-weight:600;line-height:1.1}.im-quote-summary{display:flex;align-items:center;gap:5px;min-width:0;color:#4b5563;font-size:12px;line-height:1.25}.im-quote-summary strong,.im-quote-summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-quote-summary strong{max-width:72px;flex:0 1 auto;font-weight:700}.im-quote-summary span{flex:1 1 auto}.im-quote-thumb{width:36px;height:36px;flex:0 0 auto;border-radius:6px;-o-object-fit:cover;object-fit:cover}.im-bubble-name,.im-voice-asr{color:#747985;opacity:1}.im-bubble time{position:absolute;bottom:-16px;left:2px;z-index:1;min-width:-moz-max-content;min-width:max-content;color:#8b929e;font-size:11px;font-weight:500;line-height:1;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease}.im-bubble time:before{content:attr(data-time)}.im-bubble-row.outgoing .im-bubble time{right:2px;left:auto}.im-bubble:hover time,.im-bubble:focus-within time{opacity:1;transform:translateY(0)}.im-bubble:has(.im-location-card),.im-bubble.ai:has(.im-location-card),.im-bubble-row.outgoing .im-bubble:has(.im-location-card){max-width:min(78%,340px);border:0;background:transparent;padding:0;box-shadow:none;backdrop-filter:none}.im-media-button img{border-radius:8px;box-shadow:none}.im-link-card,.im-rich-card{display:block;color:inherit;text-decoration:none}.im-link-card:not(.app-like),.im-rich-card{width:min(280px,62vw)}.im-bubble:has(.im-link-card.app-like){max-width:min(82%,344px);border:0;background:transparent;padding:0}.im-bubble.ai:has(.im-link-card.app-like),.im-bubble-row.outgoing .im-bubble:has(.im-link-card.app-like){border:0;background:transparent}.im-link-card-main,.im-rich-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.im-link-card strong,.im-rich-card strong{display:-webkit-box;overflow:hidden;color:#17181c;font-size:14px;font-weight:650;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.im-link-card-main span,.im-rich-card span,.im-rich-card small{display:block;margin-top:4px;overflow:hidden;color:#747985;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.im-link-card-main img,.im-rich-card>img{width:56px;height:56px;border-radius:8px;-o-object-fit:cover;object-fit:cover;background:#eef1f5}.im-link-card footer{display:flex;align-items:center;gap:6px;margin-top:10px;padding-top:8px;border-top:1px solid #eef0f4;color:#747985;font-size:12px}.im-link-card footer img{width:14px;height:14px;border-radius:3px}.im-audio-player{width:min(260px,58vw);margin-top:8px}.im-video-card{width:min(360px,68vw);display:grid;gap:8px}.im-video-card video{width:100%;max-height:320px;border-radius:8px;background:#111827;-o-object-fit:contain;object-fit:contain}.im-video-card strong,.im-video-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-video-card span{margin-top:2px;color:#747985;font-size:12px}.im-file-card{width:min(260px,58vw);min-height:54px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;color:inherit;text-decoration:none}.im-bubble:has(.im-file-card){padding:10px 12px}.im-file-card.unavailable{opacity:.76}.im-file-card.audit-pending,.im-file-card.audit-failed{cursor:default}.im-file-card.audit-failed .im-file-audit-hint{color:#d94a42}.im-file-icon{width:34px;height:40px;display:block;flex:none}.im-file-text{min-width:0;display:grid;gap:3px}.im-file-text strong,.im-file-text small{overflow:hidden;text-overflow:ellipsis}.im-file-text strong{color:#17181c;font-size:14px;font-weight:650;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.im-file-text small{color:#747985;font-size:12px;line-height:1.35;white-space:nowrap}.im-file-audit-hint{grid-column:1 / -1;display:block;overflow:hidden;color:#8b929e;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.im-card-follow-text{margin-top:10px}.im-system-message{width:-moz-fit-content;width:fit-content;max-width:min(72%,420px);margin:8px auto 14px;padding:5px 10px;border-radius:999px;background:#e8ebef;color:#747985;font-size:12px;font-weight:500;line-height:1.45;text-align:center;overflow-wrap:anywhere}.im-system-message.recall{display:flex;align-items:center;justify-content:center;gap:4px}.im-recall-operator{display:inline;border:0;background:transparent;color:#1f73ff;padding:0;font:inherit;font-weight:650;line-height:inherit;cursor:pointer}.im-recall-operator:hover{text-decoration:underline}.im-system-notice-row{width:100%}.im-system-notice-link{display:block;color:inherit;text-decoration:none}.im-system-notice-card{width:100%;overflow:hidden;border-radius:16px;background:#fff;color:#1f1f25;padding:16px 16px 14px}.im-system-notice-card header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.im-system-notice-card strong{display:block;color:#1f1f25;font-size:16px;font-weight:500;line-height:1.35}.im-system-notice-card time{color:#1f1f25b3;font-size:12px;font-weight:400;line-height:1.4;white-space:nowrap}.im-system-notice-card p{margin:12px 0 0;color:#1f1f25b3;font-size:14px;font-weight:400;line-height:1.45;white-space:pre-wrap}.im-system-notice-card hr{height:1px;margin:12px 0;border:0;background:#1f1f251a}.im-system-notice-detail{display:flex;align-items:center;gap:8px;color:#1f1f25;font-size:14px;line-height:20px}.im-system-notice-detail span{flex:1 1 auto}.im-system-notice-detail b{color:#1f1f2573;font-size:22px;font-weight:300;line-height:1}.im-system-notice-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.im-system-notice-action{min-width:72px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:0 20px;color:#1f1f25;background:#1f1f251a;font-size:16px;font-weight:400;line-height:32px;text-decoration:none}.im-system-notice-action.primary{background:#1f1f25;color:#fff}.im-system-notice-action.danger{background:#e54d42;color:#fff}.im-system-notice-action[aria-disabled=true]{pointer-events:none;opacity:.55}.im-system-notice-card.image{padding:0}.im-system-notice-card.image>img{width:100%;height:130px;display:block;-o-object-fit:cover;object-fit:cover;background:#eef1f5}.im-system-notice-card.image>div{padding:12px 16px}.im-system-notice-card.image strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.im-system-notice-card.image time{display:block;margin-top:4px;color:#1f1f2580}.im-composer{position:absolute;left:0;right:0;bottom:0;z-index:6;padding:8px 14px 14px;border-top:none;background:transparent;backdrop-filter:none}.im-composer-main{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;border:none;border-radius:0;background:transparent;padding:0;box-shadow:none}.im-composer-input-row{display:flex;align-items:center;gap:6px}.im-composer-pill{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:6px;min-height:38px;padding:0 6px 0 16px;border-radius:20px;background:#ffffff73;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(20px) saturate(1.7);box-shadow:0 1px 2px #1118270d}.im-composer textarea{flex:1 1 auto;min-width:0;min-height:22px;height:22px;max-height:120px;padding:0;border:0;background:transparent;color:#1a1a1c;caret-color:#2f7bff;line-height:22px;font-size:15px;resize:none}.im-composer textarea::-moz-placeholder{color:#3c3c4373}.im-composer textarea::placeholder{color:#3c3c4373}.im-composer textarea:focus{outline:none}.im-composer button.im-tool{flex:0 0 auto;width:36px;min-width:36px;height:36px;min-height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:#ffffff73;backdrop-filter:blur(20px) saturate(1.7);box-shadow:0 1px 2px #1118270f;color:#28282cd1;padding:0;line-height:0;transition:background-color .14s ease,color .14s ease,transform .14s ease}.im-composer button.im-tool svg{width:24px;height:24px;display:block;-o-object-fit:contain;object-fit:contain}.im-composer button.im-tool:hover:not(:disabled),.im-composer button.im-tool.active{background:#0000000d;color:#1a1a1c}.im-composer button.im-tool:disabled{opacity:.5}.im-composer button.im-pill-action{flex:0 0 auto;width:30px;min-width:30px;height:30px;min-height:30px;display:grid;place-items:center;border:none;border-radius:50%;background:transparent;color:#3c3c4380;padding:0;cursor:pointer;transition:background-color .14s ease,color .14s ease}.im-composer button.im-pill-action svg{width:20px;height:20px;display:block}.im-composer button.im-pill-action:disabled{opacity:.5}.im-composer button.im-pill-action.im-send-inline{background:#2f7bff;color:#fff}.im-composer button.im-pill-action.im-send-inline svg{width:17px;height:17px}.im-composer button.im-pill-action.im-send-inline:disabled{background:#3c3c432e;color:#fff;opacity:1}.im-more-panel{position:absolute;left:14px;bottom:58px;z-index:20;width:244px;max-width:calc(100% - 28px);padding:8px;border-radius:22px;background:#f8f8fab8;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(30px) saturate(1.8);box-shadow:0 12px 40px #1118272e,0 1px #fff9 inset}.im-more-actions{display:flex;flex-direction:column;gap:2px}.im-more-actions button{width:100%;display:flex;align-items:center;gap:12px;border:0;border-radius:14px;background:transparent;color:#1a1a1c;padding:7px 8px;text-align:left}.im-more-actions button:hover,.im-more-actions button:focus-visible{background:#0000000d}.im-more-actions button span{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:#1f73ff;color:#fff}.im-more-actions button:nth-child(1) span{background:#34c759}.im-more-actions button:nth-child(2) span{background:#1f73ff}.im-more-actions button:nth-child(3) span{background:#ff9500}.im-more-actions button:nth-child(4) span{background:#af52de}.im-more-actions button img,.im-more-actions button svg{width:18px;height:18px;display:block;-o-object-fit:contain;object-fit:contain}.im-more-actions button b{overflow:hidden;color:#1a1a1c;font-size:15px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.im-link-preview{width:100%;display:flex;justify-content:space-between;gap:10px;align-items:center;border:1px solid #d9e5ff!important;border-radius:8px!important;background:#f3f7ff!important;color:#17181c!important;text-align:left}.im-link-preview strong,.im-link-preview small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-link-preview small{margin-top:2px;color:#747985}.im-pending-media{display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:min(42vh,360px);padding:3px 3px 6px}.im-pending-media button{position:relative;width:-moz-fit-content;width:fit-content;max-width:min(320px,48vw);max-height:260px;flex:0 0 auto;overflow:hidden;justify-self:start;border:1px solid #d9dee7;border-radius:8px;background:#111827;padding:0}.im-pending-media img{width:auto;max-width:min(320px,48vw);height:auto;max-height:260px;display:block}.im-pending-media button>span{position:absolute;top:3px;right:3px;width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#111827ad;color:#fff;font-size:14px;line-height:1}.im-paste-attachment-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:#1118275c;padding:24px}.im-paste-attachment-dialog{position:relative;width:min(420px,calc(100vw - 48px));display:grid;gap:14px;border-radius:8px;background:#fff;color:#17181c;padding:24px;box-shadow:0 18px 50px #0f172a2e}.im-paste-attachment-dialog h3{margin:0;color:#17181c;font-size:17px;font-weight:700;line-height:1.3}.im-paste-attachment-dialog p{margin:-4px 0 0;color:#8b929e;font-size:13px;font-weight:500}.im-paste-attachment-list{display:grid;gap:10px}.im-paste-attachment-item{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px}.im-paste-attachment-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:6px;background:#f04438;color:#fff}.im-paste-attachment-item span:last-child{min-width:0}.im-paste-attachment-item strong,.im-paste-attachment-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-paste-attachment-item strong{color:#17181c;font-size:15px;font-weight:650}.im-paste-attachment-item small{margin-top:2px;color:#8b929e;font-size:13px}.im-paste-attachment-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:4px}.im-paste-attachment-actions button{min-width:80px;height:34px;border:1px solid #dfe3ea;border-radius:6px;background:#fff;color:#17181c;font-size:14px;font-weight:650}.im-paste-attachment-actions button.primary{border-color:#17181c;background:#17181c;color:#fff}.im-panel{max-height:40vh;flex-wrap:wrap}.im-sticker-panel{position:absolute;right:12px;bottom:58px;z-index:20;width:min(420px,calc(100% - 24px));height:min(508px,74vh);display:flex;flex-direction:column;border-radius:18px;background:#fcfcfdeb;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(30px) saturate(1.8);box-shadow:0 14px 44px #11182733,0 1px #fff9 inset}.im-sticker-panel:after{content:"";position:absolute;right:20px;bottom:-7px;width:16px;height:16px;background:#fcfcfdeb;border-right:1px solid rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.6);border-bottom-right-radius:4px;transform:rotate(45deg)}.im-sticker-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px 14px 8px;scrollbar-width:thin}.im-sticker-section+.im-sticker-section{margin-top:6px}.im-sticker-section-title{color:#8b929e;font-size:13px;font-weight:600;padding:6px 2px}.im-emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));align-content:start;gap:2px}.im-composer .im-sticker-panel .im-emoji-option{width:38px;min-width:38px;height:38px;min-height:38px;display:grid;place-items:center;justify-self:center;border:0;border-radius:10px;background:transparent;padding:0;color:#17181c;font-size:24px;line-height:1;transition:background-color .12s ease}.im-composer .im-sticker-panel .im-emoji-option:hover,.im-composer .im-sticker-panel .im-emoji-option:focus-visible{background:#0000000f}.im-sticker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.im-composer .im-sticker-panel .im-sticker-grid button{width:100%;aspect-ratio:1 / 1;display:grid;place-items:center;border:0;border-radius:12px;background:transparent;padding:6px}.im-composer .im-sticker-panel .im-sticker-grid button:hover,.im-composer .im-sticker-panel .im-sticker-grid button:focus-visible{background:#0000000f}.im-sticker-grid img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.im-sticker-empty{min-height:140px;display:grid;place-items:center;color:#8b929e;font-size:13px;font-weight:500}.im-sticker-tabbar{flex:0 0 auto;display:flex;align-items:center;gap:4px;padding:6px 10px;border-top:1px solid rgba(0,0,0,.07)}.im-composer .im-sticker-panel .im-sticker-tabbar button{flex:0 0 auto;width:40px;min-width:40px;height:34px;min-height:34px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#6b7280;padding:0;overflow:hidden}.im-composer .im-sticker-panel .im-sticker-tabbar button.active{background:#00000014;color:#17181c}.im-composer .im-sticker-panel .im-sticker-tabbar button img{width:26px;height:26px;display:block;-o-object-fit:cover;object-fit:cover;border-radius:6px}.im-detail-shell{position:absolute;inset:0;z-index:20;pointer-events:none}.im-detail-backdrop{position:absolute;inset:0;background:#1118272e;pointer-events:auto}.im-detail-panel{position:absolute;top:0;right:0;width:min(380px,92vw);height:100%;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:0 16px 24px;background:#f2f3f5;box-shadow:-16px 0 32px #0f172a1f;pointer-events:auto}.im-detail-panel>*{flex:0 0 auto}.im-detail-head{position:sticky;top:0;z-index:1;min-height:56px;display:flex;align-items:center;justify-content:space-between;background:#f2f3f5}.im-detail-head strong{color:#17181c;font-size:17px;font-weight:650}.im-detail-head button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#17181c}.im-detail-profile,.im-detail-card,.im-detail-editor{border-radius:8px;background:#fff}.im-detail-profile{display:grid;justify-items:center;gap:6px;padding:22px 16px 20px}.im-detail-avatar{width:72px;height:72px;position:relative;display:grid;place-items:center;border-radius:50%;background:#dce7f8;overflow:hidden;color:#1f73ff;font-size:24px;font-weight:700}.im-detail-avatar span{position:absolute;inset:0;display:grid;place-items:center}.im-detail-profile strong{max-width:100%;display:inline-flex;align-items:center;gap:6px;color:#17181c;font-size:18px;font-weight:650}.im-detail-profile strong span:first-child,.im-detail-profile small,.im-detail-follow-row small,.im-detail-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-detail-profile small{max-width:100%;color:#747985;font-size:12px}.im-detail-card{overflow:hidden}.im-detail-row,.im-detail-follow-row,.im-detail-danger{width:100%;min-height:56px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:0 16px;color:#1f1f25;font-size:15px;text-align:left}.im-detail-card>:last-child{border-bottom:0}.im-detail-follow-row{grid-template-columns:minmax(0,1fr) auto;cursor:default}.im-detail-follow-row>div{min-width:0;display:grid;gap:3px}.im-detail-follow-row>div>span{color:#17181c;font-size:14px;font-weight:500}.im-detail-follow-row>div>small{color:#8b929e;font-size:12px}.im-detail-follow-row>button{height:32px;min-width:76px;flex:0 0 auto;border:0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:650}.im-detail-follow-row>button.primary{background:#1f73ff;color:#fff}.im-detail-follow-row>button.secondary{background:#f1f3f6;color:#596273}.im-detail-follow-row>button:disabled{opacity:.55}.im-detail-row small{min-width:0;max-width:190px;display:inline-flex;align-items:center;gap:6px;justify-self:end;color:#9197a1;font-size:13px;text-align:right}.im-detail-row small>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-detail-row-dot{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:#ff3b30}.im-detail-row-caret{justify-self:end;color:#17181c}.im-detail-info-row code{min-width:0;max-width:210px;justify-self:end;overflow:hidden;color:#17181c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.im-detail-switch{grid-template-columns:auto minmax(0,1fr);cursor:pointer;color:#1f1f25;-webkit-tap-highlight-color:transparent}.im-detail-switch:hover,.im-detail-switch:active,.im-detail-switch:focus{background:#fff;color:#1f1f25}.im-detail-switch>span:first-child{color:#1f1f25}.im-detail-switch[aria-disabled=true]{cursor:default}.im-detail-switch-track{width:48px;height:26px;justify-self:end;flex:0 0 auto;border-radius:999px;background:#1f1f2526;padding:2px;transition:background-color .18s ease-out}.im-detail-switch[aria-checked=true] .im-detail-switch-track{background:#1f1f25}.im-detail-switch-thumb{width:26px;height:22px;display:block;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0f172a29;transition:transform .18s ease-out}.im-detail-switch[aria-checked=true] .im-detail-switch-thumb{transform:translate(18px)}.im-detail-switch:focus-visible .im-detail-switch-track{outline:2px solid rgba(31,31,37,.22);outline-offset:2px}.im-detail-danger{display:flex;justify-content:center;color:#f04438;font-weight:600}.im-detail-editor{display:grid;gap:12px;padding:14px}.im-detail-editor label,.im-detail-editor label span{display:grid;gap:8px}.im-detail-editor label span{color:#17181c;font-size:14px;font-weight:650}.im-detail-editor input,.im-detail-editor textarea,.im-detail-editor select{width:100%;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#17181c;font-size:14px}.im-detail-editor input,.im-detail-editor select{height:40px;padding:0 10px}.im-detail-editor textarea{resize:vertical;min-height:92px;padding:10px;line-height:1.5}.im-detail-editor-actions{display:flex;justify-content:flex-end;gap:8px}.im-detail-editor-actions button{height:36px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#17181c;padding:0 14px}.im-group-summary{display:grid;justify-items:center;gap:6px;padding:20px 16px 18px;border-radius:8px;background:#fff}.im-group-summary strong{max-width:100%;overflow:hidden;color:#17181c;font-size:18px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.im-group-summary small{color:#8b929e;font-size:12px}.im-group-id{max-width:100%;overflow:hidden;border:1px solid #e5e9f0;border-radius:6px;background:#f7f9fc;color:#687285;padding:3px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;font-style:normal;font-weight:500;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.im-group-avatar-preview,.im-group-avatar-grid{width:72px;height:72px;border-radius:16px;background:#e9eef7}.im-group-avatar-preview{display:block;-o-object-fit:cover;object-fit:cover}.im-group-avatar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:5px}.im-group-avatar-grid span{display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#d7e4f7;color:#1f73ff;font-size:10px;font-weight:700}.im-group-avatar-grid img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-group-member-grid{display:grid;grid-template-columns:repeat(auto-fill,48px);justify-content:space-between;gap:12px 0;padding:14px 12px 16px;border-radius:8px;background:#fff}.im-group-member-grid button,.im-group-member-card{min-width:0;display:grid;justify-items:center;gap:5px;border:0;background:transparent;color:#17181c;padding:0}.im-group-member-card{width:48px;border-radius:12px}.im-group-member-action{width:48px;height:48px;align-self:start;place-items:center;border:1px dashed #d9dee7!important;border-radius:10px;background:#f7f9fc!important;color:#1f73ff;padding:0!important}.im-group-member-action:hover{border-color:#1f73ff6b!important;background:#eef5ff!important}.im-group-member-card.clickable{cursor:pointer}.im-group-member-card.clickable:hover .message-avatar.im-avatar{box-shadow:0 6px 16px #0f172a1f}.im-group-member-card:disabled{cursor:default}.im-group-member-grid .message-avatar.im-avatar{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:10px;-webkit-mask-image:none!important;mask-image:none!important}.im-group-member-grid .message-avatar.im-avatar img{width:48px;height:48px;display:block;-o-object-fit:cover;object-fit:cover;border-radius:10px}.im-group-member-avatar-wrap{position:relative;display:grid;place-items:center;width:48px;height:48px;overflow:visible}.im-group-member-grid .im-group-member-card>span:last-child{max-width:100%;overflow:hidden;color:#596273;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.im-group-member-role{position:absolute;right:-5px;bottom:-3px;min-width:24px;padding:0 4px;border-radius:999px;border:1px solid #fff;background:#e8f1ff;color:#1f73ff;box-shadow:0 1px 3px #12499c29;font-size:9px;font-style:normal;font-weight:700;line-height:14px;text-align:center;white-space:nowrap}.im-join-request-list{display:grid;gap:8px}.im-join-request-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:8px;background:#f7f9fc;padding:10px}.im-join-request-avatar{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#e8edf5;color:#3f4754;font-size:14px;font-weight:700}.im-join-request-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-join-request-row strong,.im-join-request-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-join-request-row strong{color:#17181c;font-size:14px}.im-join-request-row small{margin-top:2px;color:#7b828e;font-size:12px}.im-join-request-actions{display:inline-flex;gap:6px}.im-join-request-actions button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:#fff;color:#1f73ff}.im-invite-picker{display:grid;gap:10px}.im-invite-picker .im-group-search{height:40px;display:flex;align-items:center;gap:8px;margin:0;border:1px solid #e3e8f0;border-radius:8px;background:#fff;color:#7f8794;padding:0 11px}.im-invite-picker .im-group-search input{min-width:0;flex:1;height:auto;border:0;border-radius:0;padding:0}.im-invite-contact-list{max-height:260px;display:grid;gap:0;overflow:hidden auto;border:1px solid #edf1f6;border-radius:10px;background:#fff}.im-invite-contact-list>.im-empty,.im-invite-contact-list>.im-group-create-loading{margin:10px}.im-invite-contact-list>.im-invite-contact:not(:last-child){border-bottom:1px solid #eef2f6}.im-invite-contact-list>.im-invite-contact:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.im-invite-contact-list>.im-invite-contact:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.im-invite-contact{min-width:0;min-height:58px;display:grid;grid-template-columns:40px minmax(0,1fr) auto 18px;align-items:center;gap:10px;border:0;border-radius:0;background:#fff;padding:8px 12px;color:#17181c;text-align:left}.im-invite-contact:not(:disabled):hover{background:#f8fbff}.im-invite-contact.selected{background:#eef5ff}.im-invite-contact.disabled,.im-invite-contact:disabled{background:#fbfcfe;color:#a3abb7;cursor:not-allowed}.im-invite-contact.disabled>span,.im-invite-contact:disabled>span{background:#eef1f5;color:#a7b0bd;opacity:.72}.im-invite-contact>span{width:40px;height:40px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#e9f1ff;color:#246bce;font-size:14px;font-weight:700}.im-invite-contact img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.im-invite-contact strong,.im-invite-contact small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-invite-contact strong{font-size:14px;font-weight:600;letter-spacing:0}.im-invite-contact small{color:#9aa2af;font-size:12px}.im-invite-contact b{color:#1f73ff;font-size:16px}.im-detail-primary{height:40px;border:0;border-radius:8px;background:#1f73ff;color:#fff;font-size:14px;font-weight:650}.im-detail-primary:disabled{background:#eef1f5;color:#a8b0bd}.im-mention-panel{position:absolute;left:14px;right:14px;bottom:calc(100% + 8px);z-index:14;max-height:260px;display:grid;gap:4px;overflow-y:auto;border:1px solid rgba(23,24,28,.08);border-radius:8px;background:#fff;box-shadow:0 16px 40px #0f172a29;padding:8px}.im-mention-panel button{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;-moz-column-gap:9px;column-gap:9px;border:0;border-radius:8px;background:transparent;padding:7px;color:#17181c;text-align:left}.im-mention-panel button:hover,.im-mention-panel button.active,.im-mention-panel button[aria-selected=true]{background:#f4f6f9}.im-mention-panel button.active,.im-mention-panel button[aria-selected=true]{box-shadow:inset 0 0 0 1px #1f73ff29}.im-mention-panel span{grid-row:1 / span 2;width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#dce7f8;color:#1f73ff;font-size:13px;font-weight:700}.im-mention-panel img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.im-mention-panel strong,.im-mention-panel small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-mention-panel strong{font-size:14px;font-weight:600}.im-mention-panel small{color:#8b929e;font-size:12px}.im-composer-disabled-reason{border-top:1px solid #edf0f4;background:#fff7f3;color:#b93815;padding:9px 14px;font-size:13px;text-align:center}.im-report-message-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px}.im-report-message-backdrop{position:absolute;inset:0;border:0;background:#0f172a38;cursor:default}.im-edit-message-dialog{position:absolute;left:50%;bottom:18px;width:min(360px,calc(100% - 28px));display:grid;gap:12px;border-radius:14px;background:#fff;box-shadow:0 20px 50px #0f172a38;padding:14px;pointer-events:auto;transform:translate(-50%)}.im-report-message-dialog{position:relative;z-index:1;width:min(360px,calc(100vw - 36px));max-height:min(420px,calc(100vh - 36px));display:grid;gap:12px;overflow-y:auto;border-radius:14px;background:#fff;box-shadow:0 20px 50px #0f172a38;padding:14px;pointer-events:auto}.im-edit-message-dialog label span,.im-report-message-dialog label span{color:#17181c;font-size:16px;font-weight:650}.im-edit-message-dialog label,.im-report-message-dialog label{display:grid;gap:7px}.im-report-message-dialog fieldset{display:grid;gap:10px;min-width:0;margin:0;padding:0;border:0}.im-report-message-dialog legend{color:#17181c;font-size:16px;font-weight:650;padding:0}.im-edit-message-dialog textarea,.im-report-message-dialog textarea,.im-report-message-dialog select{width:100%;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#17181c;font-size:14px}.im-edit-message-dialog textarea,.im-report-message-dialog textarea{min-height:92px;resize:vertical;padding:10px;line-height:1.5}.im-report-message-dialog select{height:40px;padding:0 10px}.im-edit-message-dialog>div,.im-report-message-dialog>div{display:flex;justify-content:flex-end;gap:8px}.im-edit-message-dialog>div button,.im-report-message-dialog>div button{height:36px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#17181c;padding:0 14px;font-size:13px;font-weight:650}.im-edit-message-dialog>div button[type=submit],.im-report-message-dialog>div button[type=submit]{border-color:#1f73ff;background:#1f73ff;color:#fff}.im-detail-editor-actions button[type=submit]{border-color:#1f73ff;background:#1f73ff;color:#fff}.im-group-editor-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px}.im-group-editor-backdrop{position:absolute;inset:0;border:0;background:#0f172a52;cursor:default}.im-group-editor-dialog{position:relative;z-index:1;width:min(420px,calc(100vw - 48px));max-height:min(720px,calc(100vh - 48px));display:flex;flex-direction:column;gap:0;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 24px 72px #0f172a3d;padding:0}.im-group-editor-dialog.wide{width:min(640px,calc(100vw - 48px))}.im-group-editor-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eef1f5;padding:0 18px}.im-group-editor-head strong{color:#17181c;font-size:17px;font-weight:650}.im-group-editor-head button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#17181c}.im-group-editor-head button:hover{background:#f3f5f8}.im-group-editor-body{min-height:0;overflow:auto;padding:16px 18px}.im-group-editor-dialog .im-detail-editor-actions{border-top:1px solid #eef1f5;padding:12px 18px 16px}@media(min-width:900px){.screen:has(.im-desktop-screen){width:100%;height:100vh;padding:0!important;overflow:hidden;background:#f6f7f9}.im-desktop-screen{width:100%;height:100%;min-height:0;margin:0;padding:0;display:grid;grid-template-columns:336px minmax(0,1fr);gap:0;background:#f6f7f9}.im-desktop-screen .im-list-pane{height:100%;padding:24px 16px 18px;border-right:1px solid #e4e7ec;background:#eaecef}.im-desktop-screen .im-row.active{box-shadow:inset 3px 0 #1f73ff}.im-desktop-screen .im-row.has-mention.active{box-shadow:inset 3px 0 #f04444}.im-desktop-thread-pane{min-width:0;height:100%;overflow:hidden;background:#f7f8fa}.im-desktop-empty{height:100%;background:#f7f8fa}.im-thread-screen.embedded{width:100%;height:100%;min-height:0;margin:0;display:flex;flex-direction:column}.im-thread-screen.embedded .im-thread-head{grid-template-columns:minmax(112px,1fr) minmax(0,auto) minmax(112px,1fr);padding:14px 28px}.im-thread-screen.embedded .im-thread{gap:12px;padding:24px 32px 96px}.im-thread-screen.embedded .im-bubble-row{width:100%;display:flex;justify-content:flex-start;margin-bottom:8px}.im-thread-screen.embedded .im-bubble-row.outgoing{justify-content:flex-end}.im-thread-screen.embedded .im-bubble-stack{width:-moz-max-content;width:max-content;max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble{max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-stack .im-bubble{max-width:100%}.im-thread-screen.embedded .im-bubble:has(.im-quote-card){max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-stack .im-bubble:has(.im-quote-card){min-width:220px}.im-thread-screen.embedded .im-composer{padding:12px 32px 16px}.im-thread-screen.embedded .im-mention-jump{right:32px;bottom:92px}}@media(min-width:1024px){.screen:has(.elys-feed-screen:not(.is-space-tab)){padding-left:32px;padding-right:32px}.elys-feed-screen:not(.is-space-tab){width:min(100%,1120px);max-width:1120px;margin-left:auto;margin-right:auto}.elys-feed-screen [data-testid=feed_actions_timeline]{display:block;-moz-columns:2 320px;columns:2 320px;-moz-column-gap:16px;column-gap:16px}.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-post,.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-empty{display:inline-block;width:100%;-moz-column-break-inside:avoid;break-inside:avoid;margin:0 0 16px}}@media(min-width:1280px){.elys-feed-screen:not(.is-space-tab){width:min(100%,1180px);max-width:1180px;margin-left:auto;margin-right:auto}.elys-feed-screen [data-testid=feed_actions_timeline]{-moz-columns:3 320px;columns:3 320px}}.elys-feed-screen .elys-action-report{border-radius:14px;padding:13px 16px}.elys-feed-screen .elys-post{overflow:hidden;border:1px solid rgba(20,20,24,.07);border-radius:14px;background:#fff;padding:14px;box-shadow:0 14px 34px #14141812;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.elys-feed-screen .elys-post:hover{transform:translateY(-1px);border-color:#1414181f;box-shadow:0 18px 42px #1414181a}.elys-feed-screen .elys-post-head{align-items:center;margin-bottom:11px}.elys-feed-screen .elys-author-avatar{width:42px;height:42px;border-radius:50%}.elys-feed-screen .elys-author-meta strong{font-size:15px}.elys-feed-screen .elys-author-meta small{margin-top:2px;font-size:12px}.elys-feed-screen .elys-post-content{font-size:14px;line-height:1.55}.elys-feed-screen .elys-image-grid{gap:4px;border-radius:12px;overflow:hidden}.elys-feed-screen .elys-image-grid.multi{grid-template-columns:repeat(3,minmax(0,1fr))}.elys-feed-screen .elys-image-grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.elys-feed-screen .elys-image-tile img{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.elys-feed-screen .elys-image-grid.single .elys-image-tile img{aspect-ratio:16 / 10;max-height:420px}.elys-image-tile .more-count{position:absolute;inset:0;display:grid;place-items:center;background:#0f12197a;color:#fff;font-size:26px;font-weight:800}.elys-feed-screen .elys-comments{gap:0;overflow:hidden;margin-top:12px;margin-bottom:12px;border:1px solid rgba(20,20,24,.06);border-radius:12px;background:#f7f8fa}.elys-feed-screen .elys-ai-comment,.elys-feed-screen .elys-comment-preview{gap:8px;padding:9px 10px;border-radius:0;background:transparent}.elys-feed-screen .elys-ai-comment+.elys-comment-preview,.elys-feed-screen .elys-comment-preview+.elys-comment-preview,.elys-feed-screen .elys-comment-preview+.elys-comment-more{border-top:1px solid rgba(20,20,24,.06)}.elys-feed-screen .elys-ai-avatar,.elys-feed-screen .elys-comment-avatar{width:30px;height:30px;border-radius:50%}.elys-feed-screen .elys-ai-avatar-wrap{align-self:flex-start}.elys-feed-screen .elys-ai-comment>div:last-child{min-width:0}.elys-feed-screen .elys-ai-comment b,.elys-feed-screen .elys-comment-preview b{display:inline-flex;align-items:center;gap:5px;margin-right:5px;color:#17171b}.elys-feed-screen .elys-comment-preview p,.elys-feed-screen .elys-comment-preview b,.elys-feed-screen .elys-ai-comment p{font-size:13px;line-height:1.42}.elys-feed-screen .elys-comment-preview p,.elys-feed-screen .elys-ai-comment p{margin:0}.elys-feed-screen .elys-comment-preview span{display:inline;color:#30343b}.elys-feed-screen .ai-badge,.elys-feed-screen .approved-badge,.elys-feed-screen .human-badge{display:inline-grid;place-items:center;min-height:17px;padding:0 6px;border-radius:999px;font-size:10px;font-style:normal;font-weight:850;line-height:1}.elys-feed-screen .ai-badge{background:#17171b;color:#fff}.elys-feed-screen .approved-badge{background:#eef2ff;color:#3150b7}.elys-feed-screen .human-badge{border:1px solid rgba(20,20,24,.12);background:#fff;color:#646b77}.elys-feed-screen .elys-approve-pulse{top:-7px;right:-10px;min-width:34px;min-height:20px;padding:0 7px;border-radius:999px;font-size:10px;font-weight:850}.elys-feed-screen .elys-comment-more{width:100%;padding:10px;border:0;border-top:1px solid rgba(20,20,24,.06);background:transparent;color:#4b5563;font-size:13px;font-weight:750;text-align:left}.elys-feed-screen .elys-post-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:12px;border-top:1px solid rgba(20,20,24,.06)}.elys-feed-screen .elys-post-actions button{gap:6px;min-height:34px;padding:6px 9px;border-radius:999px}.elys-feed-screen .elys-post-actions button:hover{background:#f2f3f5}.elys-feed-screen .elys-post-actions [data-testid=feed_actions_comment]{flex:0 0 auto;justify-content:flex-start}.elys-feed-screen .elys-post-actions .elys-inner-os-action{margin-left:auto;background:#f2f3f5}.elys-feed-screen .elys-post-actions button.copied{background:#f2f6ff;color:#3150b7}.elys-feed-screen .elys-action-icon{font-size:20px}.elys-feed-screen .elys-post-actions button b{font-size:13px}.elys-feed-sentinel{display:flex;justify-content:center;align-items:center;min-height:64px;padding:10px 0 24px;color:#8a8f98;font-size:13px}.elys-feed-sentinel button{min-height:36px;padding:0 16px;border:1px solid rgba(20,20,24,.08);border-radius:999px;background:#fff;color:#30343b;font-size:13px;font-weight:800;box-shadow:0 8px 22px #1414180f}.profile-detail-drawer{top:0;right:0;bottom:0;width:min(560px,calc(100vw - 72px));height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:0}.profile-detail-drawer-title{flex:0 0 auto;padding:18px 22px 14px;border-bottom:1px solid #e8e9ed;background:#fffffff5;color:#17171b}.profile-detail-drawer .profile-detail-view{min-height:0;flex:1 1 auto;overflow-y:auto;padding-bottom:168px;background:#f6f7f9}.profile-detail-drawer .profile-detail-post{padding:22px 22px 70px;background:#fff}.profile-detail-drawer .profile-detail-post header{grid-template-columns:48px minmax(0,1fr) auto}.profile-detail-drawer .profile-detail-author-avatar{width:48px;height:48px;border-radius:14px}.profile-detail-drawer .profile-detail-post header strong{font-size:17px}.profile-detail-drawer .profile-detail-post header small{margin-top:4px;font-size:13px}.profile-detail-drawer .profile-detail-post p,.profile-detail-drawer .profile-detail-media{margin-left:62px;margin-right:0}.profile-detail-drawer .profile-detail-post p{font-size:16px;line-height:1.55}.profile-detail-drawer .profile-detail-media.multi{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-detail-drawer .profile-detail-media button{border-radius:10px}.profile-detail-drawer .profile-detail-media img{aspect-ratio:1;max-height:none}.profile-detail-drawer .profile-detail-media:not(.multi) img{aspect-ratio:16 / 10}.profile-detail-drawer .profile-detail-reactions{padding:0 22px 18px;background:#fff}.profile-detail-drawer .profile-detail-reactions h3{margin:0 0 12px;font-size:16px}.profile-detail-drawer .profile-detail-star-grid{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;padding:8px 10px 8px 38px;border-radius:12px;background:#f6f7f9}.profile-detail-drawer .profile-detail-heart{position:absolute;top:8px;left:10px;width:22px;height:50px;display:grid;place-items:center}.profile-detail-drawer .profile-detail-heart i{width:20px;height:34px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#b9bec8;font-size:14px;box-shadow:inset 0 0 0 1px #1414180f}.profile-detail-drawer .profile-detail-star-avatar{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f3e6e8}.profile-detail-drawer .profile-detail-star-avatar.ai-star{background:linear-gradient(135deg,#20242b,#5f6675);color:#fff;box-shadow:inset 0 0 0 1px #ffffff2e}.profile-detail-drawer .profile-detail-star-avatar em{font-size:13px;font-style:normal;font-weight:780;line-height:1}.profile-detail-drawer .profile-detail-star-avatar[data-fallback-index="1"]{background:#e4dfe7}.profile-detail-drawer .profile-detail-star-avatar[data-fallback-index="2"]{background:#e1e1e6}.profile-detail-drawer .profile-detail-star-avatar[data-fallback-index="3"]{background:#e1e4e9}.profile-detail-drawer .profile-detail-star-avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-detail-drawer .profile-detail-comment-thread{background:#fff}.profile-detail-drawer .profile-detail-comment{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:14px 22px}.profile-detail-drawer .profile-detail-comment-avatar,.profile-detail-drawer .profile-detail-comment-avatar-wrap{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-detail-drawer .profile-detail-comment strong{font-size:14px}.profile-detail-drawer .profile-detail-comment-kind.ai{background:#202024;color:#fff}.profile-detail-drawer .profile-detail-comment-kind.approved{background:#eef2ff;color:#3150b7}.profile-detail-drawer .profile-detail-comment-kind.human{border:1px solid rgba(20,20,24,.12);background:#fff;color:#646b77}.profile-detail-drawer .profile-detail-comment p{font-size:14px;line-height:1.48}.profile-detail-drawer .profile-detail-comment small{gap:12px;font-size:12px}.profile-detail-comment-replies{display:grid;gap:0;margin-left:48px;border-left:2px solid #eef0f3}.profile-detail-comment-replies .profile-detail-comment{padding-left:14px;background:#fafafa}.profile-detail-reply-more{justify-self:start;margin:8px 0 10px 14px;border:0;background:transparent;color:#6b7280;font-size:12px;font-weight:700}.profile-detail-comment-like.active{color:#ef4444}.profile-detail-comment-like{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:30px;height:28px;border:0;background:transparent;color:#a8adb7;padding:0;font-size:18px;font-weight:400;line-height:1}.profile-detail-comment-like span{line-height:1}.profile-detail-comment-like em{color:#8b929f;font-size:13px;font-style:normal;font-weight:500;line-height:1}.profile-detail-drawer .profile-detail-compose{position:absolute;left:0;right:0;bottom:0;z-index:12;display:block;padding:12px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #e6e8ed;background:#fffffff5;box-shadow:0 -12px 32px #0f121914;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.profile-detail-compose-actions{display:grid;grid-template-columns:minmax(0,1fr) repeat(4,44px);align-items:center;gap:12px;width:100%}.profile-detail-drawer .profile-detail-compose.is-actions .profile-detail-compose-trigger{min-width:0;min-height:48px;display:flex;align-items:center;gap:10px;box-sizing:border-box;border:1px solid rgba(20,20,24,.1);border-radius:999px;background:#f8f8f8;color:#9b9ca3;padding:6px 16px 6px 7px;text-align:left}.profile-detail-compose-trigger span{min-width:0;overflow:hidden;font-size:16px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.profile-detail-compose-avatar{width:36px;height:36px;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#e9eaee}span.profile-detail-compose-avatar{display:grid;place-items:center;color:#777d8a;font-size:16px;font-weight:800}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger){display:inline-flex;align-items:center;justify-content:center;gap:5px;width:44px;min-width:44px;height:44px;padding:0;border:0;border-radius:999px;background:transparent;color:#20242b;font-size:16px;white-space:nowrap}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger) i{font-size:24px;line-height:1}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger) span{color:inherit;font-size:15px;font-weight:720;line-height:1}.profile-detail-compose-actions>button.active,.profile-detail-compose-actions>button.copied{background:#f2f3f5;color:#17171b}.profile-detail-compose-actions [data-testid=feed_detail_like].active,.profile-detail-compose-actions [data-testid=feed_detail_like].active span{color:#ff426d}.profile-detail-drawer .profile-detail-summon{background:transparent;color:#20242b}.profile-detail-drawer .profile-detail-compose-actions .profile-detail-summon i{font-size:24px}.profile-detail-compose-editor{position:relative;display:grid;grid-template-columns:1fr;gap:14px;width:100%}.profile-detail-compose-field{min-width:0;min-height:56px;display:flex;align-items:center;gap:10px;border-radius:999px;background:#f6f6f7;padding:6px 12px 6px 20px}.profile-detail-drawer .profile-detail-compose-field input{min-width:0;flex:1 1 auto;height:44px;border:0;outline:0;background:transparent;color:#202024;padding:0;font-size:18px}.profile-detail-drawer .profile-detail-compose-field input::-moz-placeholder{color:#b8b8bd}.profile-detail-drawer .profile-detail-compose-field input::placeholder{color:#b8b8bd}.profile-detail-drawer .profile-detail-emoji-chip{min-width:0;display:inline-flex;align-items:center;gap:6px;border-radius:16px;background:transparent;padding:0}.profile-detail-drawer .profile-detail-emoji-chip img{width:42px;height:42px;border-radius:12px;-o-object-fit:contain;object-fit:contain}.profile-detail-drawer .profile-detail-emoji-chip button{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:999px;background:#e8eaee;color:#6b7280}.profile-detail-compose-tools{display:flex;align-items:center;gap:14px}.profile-detail-compose-tools button{border:0;background:transparent}.profile-detail-compose-tools>button:not(.profile-detail-submit):not(.profile-detail-cancel){display:grid;place-items:center;width:42px;height:42px;padding:0;border-radius:999px;color:#595d66;font-size:30px}.profile-detail-compose-tools>button.active,.profile-detail-compose-tools>button:hover{background:#f2f3f5;color:#17171b}.profile-detail-drawer .profile-detail-submit{min-width:96px;height:56px;margin-left:auto;border-radius:999px;background:#ff8aa2;color:#fff;padding:0 24px;font-size:24px;font-weight:780}.profile-detail-drawer .profile-detail-submit:disabled{background:#d8dbe1;color:#8b929f}.profile-detail-drawer .profile-detail-cancel{min-width:94px;height:56px;border:1px solid #e6e8ed;border-radius:999px;background:#fff;color:#74777f;padding:0 22px;font-size:22px;font-weight:760}.profile-detail-drawer .profile-detail-reply-chip{grid-column:1 / -1;justify-self:start;max-width:100%}.profile-detail-drawer .profile-detail-summon{color:#3e4048}.profile-detail-drawer .profile-detail-emoji-panel{position:fixed;right:18px;bottom:156px;z-index:70;width:min(360px,calc(100vw - 36px));max-height:min(560px,calc(100dvh - 120px));display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:12px;overflow:hidden;border:1px solid rgba(31,31,31,.09);border-radius:18px;background:#fffffffa;padding:14px;box-shadow:0 22px 58px #0f12192e}.profile-detail-drawer .profile-detail-mention-candidates{inset:auto 0 76px}.profile-detail-emoji-panel header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px}.profile-detail-emoji-panel header strong{color:#17171b;font-size:15px}.profile-detail-emoji-panel header span{color:#8b929f;font-size:12px}.profile-detail-emoji-panel header button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;background:#f1f3f6;color:#454b57}.profile-detail-emoji-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;overflow-y:auto;padding-right:2px}.profile-detail-emoji-grid button{display:grid;place-items:center;gap:7px;min-height:138px;border:1px solid transparent;border-radius:14px;background:#f6f7f9;color:#555d6b;padding:10px}.profile-detail-emoji-grid button.selected{border-color:#2563eb;background:#eff6ff}.profile-detail-emoji-grid img{width:104px;height:96px;-o-object-fit:contain;object-fit:contain}.profile-detail-emoji-grid span{max-width:100%;overflow:hidden;color:#555d6b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-detail-emoji-loading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-detail-emoji-loading i{height:138px;border-radius:14px;background:linear-gradient(90deg,#f1f3f6,#fff,#f1f3f6);background-size:220% 100%;animation:profileEmojiLoading 1.2s ease-in-out infinite}@keyframes profileEmojiLoading{0%{background-position:0 0}to{background-position:-220% 0}}@media(max-width:640px){.profile-detail-drawer{left:0;top:auto;bottom:0;width:100vw;height:min(92dvh,760px);border-radius:20px 20px 0 0}.profile-detail-drawer .profile-detail-view{padding-bottom:176px}.profile-detail-drawer .profile-detail-post,.profile-detail-drawer .profile-detail-reactions{padding-left:16px;padding-right:16px}.profile-detail-drawer .profile-detail-post p,.profile-detail-drawer .profile-detail-media{margin-left:0}.profile-detail-drawer .profile-detail-compose{padding-left:14px;padding-right:14px}.profile-detail-compose-actions{grid-template-columns:minmax(104px,1fr) repeat(4,38px);gap:8px}.profile-detail-compose-trigger{min-height:48px;gap:8px;padding-right:12px}.profile-detail-compose-trigger span{font-size:15px}.profile-detail-compose-avatar{width:34px;height:34px}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger){width:38px;min-width:38px;height:38px;gap:5px}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger) i{font-size:22px}.profile-detail-drawer .profile-detail-compose-actions .profile-detail-summon{grid-column:auto;justify-self:center}.profile-detail-drawer .profile-detail-compose-actions .profile-detail-summon i{font-size:22px}.profile-detail-compose-actions>button:not(.profile-detail-compose-trigger) span{font-size:13px}.profile-detail-compose-actions .profile-detail-summon span,.profile-detail-compose-actions [data-testid=feed_detail_share] span{display:none}.profile-detail-compose-field{min-height:52px;padding-left:16px}.profile-detail-drawer .profile-detail-compose-field input{height:40px;font-size:16px}.profile-detail-compose-tools{gap:10px}.profile-detail-compose-tools>button:not(.profile-detail-submit):not(.profile-detail-cancel){width:38px;height:38px;font-size:26px}.profile-detail-drawer .profile-detail-submit,.profile-detail-drawer .profile-detail-cancel{min-width:76px;height:48px;padding:0 18px;font-size:20px}.profile-detail-drawer .profile-detail-emoji-panel{left:0;right:0;bottom:0;width:100vw;max-height:min(58vh,520px);border-radius:20px 20px 0 0;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.profile-detail-emoji-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-detail-emoji-grid button{min-height:106px}.profile-detail-emoji-grid img{width:76px;height:70px}.profile-detail-comment-replies{margin-left:48px}}@media(min-width:900px){.im-thread-screen.embedded .im-thread-head{grid-template-columns:minmax(112px,1fr) minmax(0,auto) minmax(112px,1fr)}}:root{--feed-canvas: #f7f8fb;--feed-surface: #ffffff;--feed-ink: #191a20;--feed-body: #3a3d48;--feed-muted: #727684;--feed-line: #e5e7ef;--feed-line-strong: #d0d4df;--feed-blue: #2f78ff;--feed-blue-soft: #edf4ff;--feed-green: #1f9d62;--feed-green-soft: #ebf8f1;--feed-amber: #a66a00;--feed-amber-soft: #fff5df;--feed-card-shadow: 0 34px 72px rgba(31, 36, 52, .13), 0 12px 24px rgba(31, 36, 52, .06);--feed-card-shadow-hover: 0 36px 80px rgba(31, 36, 52, .16), 0 14px 30px rgba(31, 36, 52, .08)}@media(min-width:1024px){.screen:has(.elys-feed-screen:not(.is-space-tab)){background:linear-gradient(180deg,#fbfcff 0%,var(--feed-canvas) 100%);padding:24px}.elys-feed-screen:not(.is-space-tab){width:min(1880px,calc(100vw - 48px));max-width:1880px;margin:0 auto 40px}.elys-feed-screen [data-testid=feed_actions_timeline]{-moz-column-count:3;column-count:3;-moz-column-gap:24px;column-gap:24px}.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-post,.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-empty{margin-bottom:24px}}@media(min-width:1640px){.elys-feed-screen [data-testid=feed_actions_timeline]{-moz-column-count:4;column-count:4}}@media(min-width:2100px){.elys-feed-screen [data-testid=feed_actions_timeline]{-moz-column-count:5;column-count:5}}.elys-feed-screen:not(.is-space-tab){color:var(--feed-ink)}.elys-feed-screen .feed-tabs{width:-moz-max-content;width:max-content;max-width:100%;margin:10px 0 18px;padding:4px;border:1px solid rgba(208,212,223,.76);border-radius:999px;background:#ffffffd1;box-shadow:0 8px 24px #1f24340f}.elys-feed-screen .feed-tab{min-height:34px;border-radius:999px;padding:0 14px;color:var(--feed-body);font-size:13px;font-weight:760}.elys-feed-screen .feed-tab.active{background:#191a20;color:#fff}.elys-feed-screen .elys-action-report{margin:0 0 18px;border:1px solid rgba(229,231,239,.9);border-radius:24px;background:#ffffffe6;box-shadow:0 18px 46px #1f243414}.elys-feed-screen .elys-post.post-card{overflow:visible;border:1px solid var(--feed-line);border-radius:24px;background:var(--feed-surface);padding:0;box-shadow:var(--feed-card-shadow);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.elys-feed-screen .elys-post.post-card:hover{transform:translateY(-1px);border-color:var(--feed-line-strong);box-shadow:var(--feed-card-shadow-hover)}.elys-feed-screen .elys-post-head.post-header{display:grid;grid-template-columns:42px minmax(0,1fr) 32px;gap:10px;align-items:center;margin:0;padding:16px 16px 10px;z-index:40}.elys-feed-screen .elys-author-avatar.avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f2f4f7}.elys-feed-screen .elys-author-line{min-width:0;display:flex;align-items:center;gap:6px}.elys-feed-screen .elys-author-meta .author-name{min-width:0;overflow:hidden;color:var(--feed-ink);font-size:15px;font-weight:780;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.elys-feed-screen .elys-author-meta .meta{display:block;margin-top:2px;overflow:hidden;color:var(--feed-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.elys-feed-screen .elys-type-label{display:none}.elys-feed-screen .elys-more.more-btn{color:var(--feed-muted);font-size:18px;font-weight:900;letter-spacing:2px}.elys-feed-screen .elys-post-menu-wrap{position:relative;display:flex;justify-content:flex-end;z-index:70}.elys-feed-screen .elys-post-menu{position:absolute;z-index:140;top:28px;right:0;min-width:112px;overflow:hidden;border:1px solid var(--feed-line);border-radius:12px;background:#fff;box-shadow:0 16px 36px #1f243429}.elys-feed-screen .elys-post-menu-delete{width:100%;min-height:38px;padding:0 14px;color:#ef4444;font-size:13px;font-weight:760;text-align:left}.elys-feed-screen .elys-post-menu-delete:disabled{color:var(--feed-muted)}.elys-feed-screen .elys-post-content-wrap{padding:0 16px}.elys-feed-screen .elys-post-content-wrap.collapsed{max-height:6.2em}.elys-feed-screen .elys-post-content.post-text{color:var(--feed-body);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,Segoe UI,system-ui,sans-serif;font-size:17px;font-weight:500;line-height:1.55}.elys-feed-screen .elys-post-content.text-only{padding-top:8px;color:var(--feed-ink)}.elys-feed-screen .elys-expand{margin:0 16px 12px;color:#65709f;font-size:13px;font-weight:760}.elys-feed-screen .elys-image-grid.media-wrap{position:relative;display:grid;gap:4px;overflow:hidden;margin:0 16px 12px;border:0;border-radius:18px;background:#0c0e12}.elys-feed-screen .elys-image-grid.single,.elys-feed-screen .elys-image-grid.double{grid-template-columns:1fr}.elys-feed-screen .elys-image-grid.double{grid-template-columns:repeat(2,minmax(0,1fr))}.elys-feed-screen .elys-image-grid.multi-media{grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,minmax(0,1fr))}.elys-feed-screen .elys-image-grid.multi-media .media-tile:first-child{grid-row:1 / 3}.elys-feed-screen .elys-image-grid.multi-media .media-tile:nth-child(n+4){display:none}.elys-feed-screen .elys-image-tile{min-width:0;border:0;border-radius:0;padding:0}.elys-feed-screen .elys-image-tile img{width:100%;height:100%;min-height:170px;max-height:460px;aspect-ratio:auto;-o-object-fit:cover;object-fit:cover}.elys-feed-screen .elys-image-grid.single .elys-image-tile img{min-height:210px;aspect-ratio:16 / 10}.elys-feed-screen .elys-image-grid.double .elys-image-tile img{aspect-ratio:4 / 3}.elys-feed-screen .elys-image-grid.multi-media .elys-image-tile img{aspect-ratio:auto}.elys-feed-screen .media-count{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#0000009e;color:#fff;font-size:12px;font-weight:720}.elys-feed-screen .elys-link-preview.link-card,.elys-feed-screen .elys-inline-repost.link-card{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;overflow:hidden;margin:0 16px 12px;padding:8px 12px 8px 8px;border:1px solid #eceff4;border-radius:16px;background:#f5f5f7;color:inherit}.elys-feed-screen .elys-link-preview.link-card>img,.elys-feed-screen .elys-link-preview-thumb,.elys-feed-screen .elys-inline-repost.link-card>img{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;background:#e9edf4}.elys-feed-screen .elys-link-preview-thumb{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:12px;color:var(--feed-blue);font-size:24px}.elys-feed-screen .elys-link-preview-thumb.has-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.elys-feed-screen .elys-link-preview-thumb.is-empty{color:#1683ff}.elys-feed-screen .elys-link-preview-play{position:absolute;inset:50% auto auto 50%;color:#ffffffeb;filter:drop-shadow(0 1px 3px rgba(15,23,42,.38));font-size:22px;transform:translate(-50%,-50%)}.elys-feed-screen .elys-link-preview-body.link-body{min-width:0;display:grid;align-content:center;gap:2px;padding:0}.elys-feed-screen .link-domain{display:flex;align-items:center;gap:5px;overflow:hidden;color:var(--feed-blue);font-size:12px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.elys-feed-screen .link-title{display:-webkit-box;overflow:hidden;color:var(--feed-ink);font-size:15px;font-weight:720;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.elys-feed-screen .link-desc{overflow:hidden;color:var(--feed-muted);font-size:13px;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.elys-feed-screen .elys-inline-repost.link-card{grid-template-columns:minmax(0,1fr) 88px;padding:10px 12px}.elys-feed-screen .elys-inline-repost.link-card header,.elys-feed-screen .elys-inline-repost.link-card p{min-width:0;margin:0}.elys-feed-screen .elys-post-actions.action-row{display:flex;align-items:center;gap:4px;margin:0;padding:0 14px 8px;border:0}.elys-feed-screen .elys-post-actions .icon-btn{width:36px;min-width:36px;height:36px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#111827;padding:0}.elys-feed-screen .elys-post-actions .icon-btn:hover{background:#f2f4f7}.elys-feed-screen .elys-post-actions .elys-action-icon{font-size:21px}.elys-feed-screen .elys-post-actions [data-testid=feed_actions_like] b,.elys-feed-screen .elys-post-actions [data-testid=feed_actions_comment] b,.elys-feed-screen .elys-post-actions [data-testid=feed_actions_share] b,.elys-feed-screen .elys-bookmark-placeholder b{display:none}.elys-feed-screen .elys-post-actions .elys-summon-action,.elys-feed-screen .elys-post-actions .elys-inner-os-action{width:auto;padding:0 10px;border-radius:999px;color:#30343b}.elys-feed-screen .elys-post-actions .elys-summon-action b,.elys-feed-screen .elys-post-actions .elys-inner-os-action b{font-size:12px;font-weight:760}.elys-feed-screen .elys-action-spacer{flex:1 1 auto}.elys-feed-screen .elys-post-statline.statline{padding:0 16px 10px;color:var(--feed-body);font-size:13px}.elys-feed-screen .elys-post-statline strong{color:var(--feed-ink);font-weight:780}.elys-feed-screen .elys-comments.comments-preview{display:grid;gap:8px;overflow:visible;margin:0 16px 16px;padding:10px 0 0;border:0;border-top:1px solid var(--feed-line);border-radius:0;background:transparent}.elys-feed-screen .elys-ai-comment.comment,.elys-feed-screen .elys-comment-preview.comment{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:0;background:transparent}.elys-feed-screen .elys-ai-comment+.elys-comment-preview,.elys-feed-screen .elys-comment-preview+.elys-comment-preview,.elys-feed-screen .elys-comment-preview+.elys-comment-more{border-top:0}.elys-feed-screen .elys-ai-avatar,.elys-feed-screen .elys-comment-avatar{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.elys-feed-screen .comment-text{min-width:0;color:var(--feed-body);font-size:13px;line-height:1.43}.elys-feed-screen .comment-text b{display:inline;margin-right:4px;color:#65709f;font-weight:780}.elys-feed-screen .comment-text p,.elys-feed-screen .comment-text span{display:inline;color:var(--feed-body)}.elys-feed-screen .ai-badge,.elys-feed-screen .approved-badge,.elys-feed-screen .human-badge{display:inline-flex;align-items:center;min-height:18px;margin:0 4px 0 2px;padding:0 6px;border:0;border-radius:999px;font-size:11px;font-style:normal;font-weight:760;vertical-align:1px}.elys-feed-screen .ai-badge{background:var(--feed-blue-soft);color:var(--feed-blue)}.elys-feed-screen .approved-badge{background:var(--feed-amber-soft);color:var(--feed-amber)}.elys-feed-screen .human-badge{background:var(--feed-green-soft);color:var(--feed-green)}.elys-feed-screen .elys-comment-more.expand-comments{justify-self:start;width:auto;padding:0;border:0;background:transparent;color:#65709f;font-size:13px;font-weight:760}.elys-feed-screen .elys-comment-input-mini.comment-input-mini{display:grid;grid-template-columns:1fr 32px;gap:8px;align-items:center;margin:0 16px 16px;border:1px solid var(--feed-line);border-radius:999px;background:#fff;padding:6px 7px 6px 14px}.elys-feed-screen .elys-comment-input-text{overflow:hidden;color:var(--feed-muted);font-size:13px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.elys-feed-screen .elys-comment-input-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#eef1f6;color:#65709f;font-size:13px;font-weight:800}.profile-detail-drawer.detail-drawer{width:min(520px,100vw);border-radius:24px 0 0 24px;background:var(--feed-surface)}.profile-detail-dialog-title{padding:16px 18px;border-bottom:1px solid var(--feed-line);background:#fffffff5;color:var(--feed-ink)}.profile-detail-drawer .profile-detail-view.detail-side{position:relative;min-height:0;display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;padding-bottom:0;background:var(--feed-surface)}.profile-detail-drawer .profile-detail-scroll.detail-scroll{min-height:0;flex:1 1 auto;overflow-y:auto;padding-bottom:168px}.profile-detail-drawer .profile-detail-post.detail-content-separator{padding:0 16px 16px;border-bottom:0;background:#fff}.profile-detail-drawer .profile-detail-head.detail-head{display:grid;grid-template-columns:44px minmax(0,1fr) 32px;gap:10px;align-items:center;padding:16px 0 12px;border-bottom:0}.profile-detail-drawer .profile-detail-author-avatar{width:44px;height:44px;border-radius:50%}.profile-detail-drawer .profile-detail-head strong{color:var(--feed-ink);font-size:15px;font-weight:780}.profile-detail-drawer .profile-detail-head small{color:var(--feed-muted);font-size:12px}.profile-detail-drawer .profile-detail-text.post-text{display:block;margin:0 0 12px;padding:0;color:var(--feed-body);font-size:15px;line-height:1.58}.profile-detail-drawer .profile-detail-media{margin:0 0 12px;border-radius:18px}.profile-detail-drawer .profile-detail-media img{min-height:210px;max-height:460px;border-radius:0;-o-object-fit:cover;object-fit:cover}.profile-detail-link-card{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;overflow:hidden;padding:8px 12px 8px 8px;border:1px solid #eceff4;border-radius:16px;background:#f5f5f7}.profile-detail-link-thumb{position:relative;width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#e9edf4;color:var(--feed-blue);font-size:24px}.profile-detail-link-thumb.has-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.profile-detail-link-thumb.is-empty{color:#1683ff}.profile-detail-link-play{position:absolute;inset:50% auto auto 50%;color:#ffffffeb;filter:drop-shadow(0 1px 3px rgba(15,23,42,.38));font-size:22px;transform:translate(-50%,-50%)}.profile-detail-link-card>div{min-width:0;display:grid;align-content:center;gap:2px;padding:0}.profile-detail-link-card small{display:flex;align-items:center;gap:5px;overflow:hidden;color:var(--feed-blue);font-size:12px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.profile-detail-link-card strong{display:-webkit-box;overflow:hidden;color:var(--feed-ink);font-size:15px;font-weight:720;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.profile-detail-link-card em{overflow:hidden;color:var(--feed-muted);font-size:13px;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.profile-detail-drawer .profile-detail-reactions.profile-detail-statline{padding:14px 16px;border-bottom:1px solid var(--feed-line);background:#fff}.profile-detail-drawer .profile-detail-comments.detail-comments{display:grid;gap:0;padding:0;background:#fff}.profile-detail-drawer .profile-detail-comment-thread{border-bottom:1px solid rgba(229,231,239,.9);background:#fff}.profile-detail-drawer .profile-detail-comment{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;padding:14px 16px}.profile-detail-drawer .profile-detail-comment-body{min-width:0}.profile-detail-drawer .profile-detail-comment-author{display:inline-flex;align-items:center;gap:5px;color:#65709f;font-size:13px;font-weight:780}.profile-detail-drawer .profile-detail-comment-kind{height:18px;padding:0 6px;border-radius:999px;font-size:11px;font-style:normal;font-weight:760}.profile-detail-drawer .profile-detail-comment-kind.ai{background:var(--feed-blue-soft);color:var(--feed-blue)}.profile-detail-drawer .profile-detail-comment-kind.approved{background:var(--feed-amber-soft);color:var(--feed-amber)}.profile-detail-drawer .profile-detail-comment-kind.human{border:0;background:var(--feed-green-soft);color:var(--feed-green)}.profile-detail-drawer .profile-detail-comment p{margin:3px 0 0;color:var(--feed-body);font-size:13px;line-height:1.48}.profile-detail-drawer .profile-detail-comment-tools{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;color:var(--feed-muted);font-size:12px}.profile-detail-drawer .profile-detail-comment-tools button{color:#65709f;font-size:12px;font-weight:760}.profile-detail-drawer .profile-detail-compose.detail-actions{position:absolute;left:0;right:0;bottom:0;border-top:1px solid var(--feed-line);background:#fffffff5;box-shadow:0 -12px 32px #1f243414}@media(max-width:899px){.screen:has(.elys-feed-screen:not(.is-space-tab)){background:var(--feed-canvas)}.elys-feed-screen .feed-tabs{max-width:calc(100vw - 28px);overflow-x:auto}.elys-feed-screen .elys-post.post-card{border-radius:8px;box-shadow:0 14px 34px #1f243414}.elys-feed-screen .elys-image-grid.media-wrap,.elys-feed-screen .elys-link-preview.link-card,.elys-feed-screen .elys-inline-repost.link-card{border-radius:8px}.elys-feed-screen .elys-post-actions .elys-summon-action b,.elys-feed-screen .elys-post-actions .elys-inner-os-action b{display:none}.profile-detail-drawer.detail-drawer{width:100vw;border-radius:20px 20px 0 0}}:root{--feed-freeform-stroke: #e5e5e5;--feed-freeform-shadow: 0 2px 4px rgba(0, 0, 0, .1);--feed-radius-card: 2px;--feed-radius-soft: 6px;--feed-shadow: 0 34px 72px rgba(31, 36, 52, .16), 0 12px 24px rgba(31, 36, 52, .08)}@media(min-width:1024px){.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-post-frame{display:inline-block;width:100%;margin:0 0 60px;vertical-align:top;-moz-column-break-inside:avoid;break-inside:avoid}.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-post{margin-bottom:60px}}.elys-post-frame.post-shadow-model{position:relative;z-index:0;isolation:isolate}.post-shadow-model:before,.post-shadow-model:after{content:"";position:absolute;pointer-events:none}.post-shadow-model:before{left:14px;right:14px;top:calc(100% + 1px);height:12px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(29,31,38,.12) 0%,rgba(29,31,38,.065) 46%,transparent 74%);filter:blur(4px);opacity:.48;z-index:-1}.post-shadow-model:after{left:32px;right:24px;top:calc(100% + 12px);height:40px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(30,32,38,.14) 0%,rgba(30,32,38,.08) 38%,rgba(30,32,38,.026) 64%,transparent 82%);filter:blur(10px);opacity:.55;transform:scaleX(.95);z-index:-2}.post-corner-shadow{position:absolute;pointer-events:none;z-index:-1}.post-corner-shadow.top-left{left:-15px;top:15px;width:30px;height:104px;border-radius:50%;background:linear-gradient(90deg,rgba(31,34,42,.1) 0%,rgba(31,34,42,.055) 44%,transparent 82%);filter:blur(8px);opacity:.44}.post-corner-shadow.top-right{right:-17px;top:15px;width:33px;height:112px;border-radius:50%;background:linear-gradient(270deg,rgba(31,34,42,.11) 0%,rgba(31,34,42,.06) 44%,transparent 82%);filter:blur(9px);opacity:.46}.post-corner-shadow.bottom-left{left:-27px;top:calc(100% + 2px);width:136px;height:44px;border-radius:50%;background:radial-gradient(ellipse at 74% 26%,rgba(30,32,38,.14) 0%,rgba(30,32,38,.075) 38%,rgba(30,32,38,.025) 64%,transparent 82%);filter:blur(12px);opacity:.54;z-index:-2}.post-corner-shadow.bottom-right{right:-32px;top:calc(100% + 3px);width:168px;height:46px;border-radius:50%;background:radial-gradient(ellipse at 28% 24%,rgba(30,32,38,.155) 0%,rgba(30,32,38,.085) 36%,rgba(30,32,38,.03) 64%,transparent 84%);filter:blur(14px);opacity:.56;z-index:-2}.elys-feed-screen .elys-post.post-card{display:block;width:100%;position:relative;z-index:1;overflow:visible;border:1px solid var(--feed-freeform-stroke);border-radius:var(--feed-radius-card);background:#fff;box-shadow:var(--feed-freeform-shadow);transition:transform .16s ease,box-shadow .16s ease}.elys-feed-screen .elys-post.post-card:before,.elys-feed-screen .elys-post.post-card:after{display:none}.elys-feed-screen .elys-post.post-card>*{position:relative;z-index:1}.elys-feed-screen .post-shadow-model:hover .elys-post.post-card{transform:translateY(-1px);box-shadow:0 2px 4px #0000001f}.elys-feed-screen .elys-image-grid.media-wrap,.elys-feed-screen .elys-link-preview.link-card,.elys-feed-screen .elys-inline-repost.link-card,.elys-feed-screen .elys-comment-input-mini.comment-input-mini{border-radius:var(--feed-radius-soft)}.elys-feed-screen .elys-image-grid.media-wrap{border-bottom:1px solid var(--feed-freeform-stroke)}.elys-feed-screen .elys-post-actions .elys-summon-action,.elys-feed-screen .elys-post-actions .elys-inner-os-action,.elys-feed-screen .elys-bookmark-placeholder.icon-btn{width:36px;min-width:36px;padding:0;border-radius:50%}.elys-feed-screen .elys-post-actions .elys-action-button b,.elys-feed-screen .elys-bookmark-placeholder b{display:none}.elys-feed-screen .elys-post-actions.action-row{flex-wrap:nowrap;gap:2px}.elys-feed-screen .elys-post-actions.action-row .elys-action-button.icon-btn,.elys-feed-screen .elys-post-actions.action-row .elys-bookmark-placeholder.icon-btn{width:32px;min-width:32px;height:32px;min-height:32px;margin:0;padding:0;border-radius:50%;background:transparent}.elys-feed-screen .elys-post-actions.action-row .elys-summon-action,.elys-feed-screen .elys-post-actions.action-row .elys-inner-os-action{width:32px;min-width:32px;padding:0}.elys-feed-screen .elys-post-actions.action-row .elys-inner-os-action{margin-left:0}.elys-feed-screen .elys-post-actions.action-row .elys-action-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:20px;line-height:20px;text-align:center;transform:translate(var(--feed-action-icon-nudge-x, 0))}.elys-feed-screen .elys-post-actions.action-row [data-testid=feed_actions_comment] .elys-action-icon{--feed-action-icon-nudge-x: 1px}.elys-feed-screen .elys-post-actions.action-row [data-testid=feed_actions_share] .elys-action-icon,.elys-feed-screen .elys-post-actions.action-row [data-testid=feed_actions_avatar_summon] .elys-action-icon{--feed-action-icon-nudge-x: -1px}.elys-feed-screen .elys-post-actions.action-row .elys-action-button.elys-inner-os-action.icon-btn{width:auto;min-width:-moz-max-content;min-width:max-content;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;border-radius:999px}.elys-feed-screen .elys-post-actions.action-row .elys-inner-os-action b{display:inline-block;color:currentColor;font-size:12px;font-weight:760;line-height:1;white-space:nowrap}.profile-detail-dialog-title-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.feed-detail-overlay{background:#0b0d1294!important;backdrop-filter:none!important}.profile-detail-drawer.detail-modal.detail-dialog{display:grid;overflow:hidden;padding:0;background:var(--feed-surface);border-radius:var(--feed-radius-card);box-shadow:var(--feed-shadow)}.profile-detail-drawer.detail-modal.detail-popup{inset:50% auto auto 50%;width:min(1180px,calc(100vw - 56px));height:min(780px,calc(100vh - 56px));grid-template-columns:minmax(0,1.18fr) 410px;transform:translate(-50%,-50%)}.profile-detail-drawer.detail-modal.detail-drawer{inset:0 0 0 auto;width:min(520px,100vw);height:100vh;grid-template-columns:1fr;grid-template-rows:minmax(220px,38vh) minmax(0,1fr);border-radius:24px 0 0 24px;transform:none;animation:detailDrawerIn .18s ease-out}.profile-detail-media-hero.detail-media{min-width:0;position:relative;display:grid;place-items:center;overflow:hidden;margin:0;border-radius:0;background:#090b0f}.profile-detail-media-frame{width:100%;height:100%;display:grid;place-items:center;padding:0;border:0;background:transparent}.profile-detail-media-frame img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#090b0f}.profile-detail-media-hero .detail-empty{padding:40px;color:#fff;font-size:28px;font-weight:780;line-height:1.5;text-align:center}.profile-detail-media-hero .media-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#ffffffe0;color:#111;box-shadow:0 8px 24px #0000002e}.profile-detail-media-hero .media-nav.prev{left:16px}.profile-detail-media-hero .media-nav.next{right:16px}.profile-detail-drawer.detail-dialog .profile-detail-view.detail-side{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding-bottom:0;border-left:1px solid var(--feed-line);background:var(--feed-surface)}.profile-detail-drawer.detail-drawer .profile-detail-view.detail-side{border-left:0;border-top:1px solid var(--feed-line)}.profile-detail-drawer.detail-dialog .profile-detail-head.detail-head{display:grid;grid-template-columns:44px minmax(0,1fr) auto 40px;gap:10px;align-items:center;padding:16px;border-bottom:1px solid var(--feed-line);background:#fff}.profile-detail-drawer.detail-dialog .profile-detail-head.detail-head.can-delete-post{grid-template-columns:44px minmax(0,1fr) auto auto 40px}.profile-detail-drawer.detail-dialog .profile-detail-head.detail-head>div{min-width:0}.profile-detail-drawer.detail-dialog .profile-detail-author-avatar.avatar{width:44px;height:44px;border-radius:50%}.profile-detail-drawer.detail-dialog .detail-mode-toggle{height:34px;padding:0 12px;border-radius:999px;background:#f2f4f7;color:var(--feed-ink);font-size:12px;font-weight:760;white-space:nowrap}.profile-detail-drawer.detail-dialog .profile-detail-delete-post{height:34px;padding:0 12px;border-radius:999px;background:#fff1f2;color:#ef4444;font-size:12px;font-weight:760;white-space:nowrap}.profile-detail-drawer.detail-dialog .profile-detail-delete-post:disabled{color:var(--feed-muted)}.profile-detail-drawer.detail-dialog .close-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f2f4f7;color:var(--feed-muted)}.profile-detail-drawer.detail-dialog .profile-detail-scroll.detail-scroll{min-height:0;overflow-y:auto;padding:16px}.profile-detail-drawer.detail-dialog .profile-detail-post.detail-content-separator{display:grid;gap:12px;padding:0 0 14px;border-bottom:0}.profile-detail-drawer.detail-dialog .profile-detail-text.post-text{margin:0;padding:0;font-size:15px;line-height:1.58}.profile-detail-drawer.detail-dialog .profile-detail-reactions.profile-detail-statline{padding:12px 0;border-bottom:1px solid var(--feed-line)}.profile-detail-drawer.detail-dialog .profile-detail-comments.detail-comments{display:grid;gap:14px;padding:12px 0 0}.profile-detail-drawer.detail-dialog .profile-detail-comment-thread{border-bottom:0}.profile-detail-drawer.detail-dialog .profile-detail-comment{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;padding:0 0 14px}.profile-detail-drawer.detail-dialog .profile-detail-comment p{line-height:1.43}.profile-detail-drawer.detail-dialog .profile-detail-compose.detail-actions{position:relative;z-index:3;overflow:visible;padding:10px 14px;border-top:1px solid var(--feed-line);background:var(--feed-surface);box-shadow:none}.profile-detail-drawer.detail-dialog .profile-detail-compose-actions.action-row{display:flex;align-items:center;gap:4px;padding:0 0 8px}.profile-detail-drawer.detail-dialog .profile-detail-compose-actions.action-row button{width:36px;min-width:36px;height:36px;display:inline-grid;place-items:center;border-radius:50%;background:transparent;color:#111827}.profile-detail-drawer.detail-dialog .profile-detail-compose-actions.action-row button:hover{background:#f2f4f7}.profile-detail-drawer.detail-dialog .profile-detail-compose-actions.action-row span{display:none}.profile-detail-drawer.detail-dialog .profile-detail-footer-statline.statline{padding:0 0 10px}.profile-detail-drawer.detail-dialog .profile-detail-compose-trigger.detail-input{width:100%;display:grid;grid-template-columns:1fr 32px;gap:8px;align-items:center;border:1px solid var(--feed-line);border-radius:999px;padding:6px 7px 6px 14px;background:#fff}.profile-detail-drawer.detail-dialog .profile-detail-compose-trigger.detail-input>span{color:var(--feed-muted);font-size:13px;text-align:left}.profile-detail-drawer.detail-dialog .profile-detail-compose-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#eef1f6;color:#65709f;font-size:13px;font-weight:800}.profile-detail-drawer.detail-dialog .profile-detail-mention-candidates{left:0;right:0;top:auto;bottom:calc(100% + 10px);z-index:6;max-height:min(240px,calc(100vh - 240px))}.profile-detail-drawer.detail-dialog .profile-detail-emoji-panel{position:absolute;left:0;right:0;bottom:calc(100% + 10px);z-index:7;width:auto;max-height:min(360px,calc(100vh - 240px))}.elys-feed-screen .comments-preview .comment-text .ai-badge,.elys-feed-screen .comments-preview .comment-text .approved-badge,.elys-feed-screen .comments-preview .comment-text .human-badge{display:inline-flex;align-items:center;min-height:18px;margin:0 4px 0 2px;padding:0 6px;border:0;border-radius:999px;font-size:11px;font-style:normal;font-weight:760;line-height:18px;vertical-align:1px;white-space:nowrap}.elys-feed-screen .comments-preview .comment-text,.elys-feed-screen .comments-preview .comment-text b,.elys-feed-screen .comments-preview .comment-text p,.elys-feed-screen .comments-preview .comment-text>span{font-size:16px;line-height:1.45}.elys-feed-screen .comments-preview .comment-text .ai-badge{background:var(--feed-blue-soft);color:var(--feed-blue)}.elys-feed-screen .comments-preview .comment-text .approved-badge{background:var(--feed-amber-soft);color:var(--feed-amber)}.elys-feed-screen .comments-preview .comment-text .human-badge{background:var(--feed-green-soft);color:var(--feed-green)}.elys-feed-screen .feed-tabs{display:inline-flex;align-items:center;gap:2px}.elys-feed-screen .feed-layout-switch{display:inline-flex;align-items:center;gap:2px;margin-left:6px;padding-left:6px;border-left:1px solid rgba(208,212,223,.78)}.elys-feed-screen .feed-layout-switch button{width:32px;min-width:32px;height:32px;display:inline-grid;place-items:center;border-radius:999px;color:#5f6878}.elys-feed-screen .feed-layout-switch button.active{background:#191a20;color:#fff}.elys-feed-screen [data-testid=feed_actions_timeline]{--feed-scroll-depth: 0px;--feed-scroll-scale: 1;transform:perspective(1200px) translateZ(var(--feed-scroll-depth)) scale(var(--feed-scroll-scale));transform-origin:center top;transition:transform .18s ease-out;will-change:transform}@media(min-width:1024px){.elys-feed-screen[data-feed-layout=multi]:not(.is-space-tab){width:min(1560px,calc(100vw - clamp(64px,9vw,180px)));max-width:1560px}.elys-feed-screen[data-feed-layout=multi] [data-testid=feed_actions_timeline]{-moz-column-count:2;column-count:2;-moz-column-gap:clamp(28px,2.4vw,44px);column-gap:clamp(28px,2.4vw,44px)}.elys-feed-screen[data-feed-layout=single]:not(.is-space-tab){width:min(840px,calc(100vw - 64px));max-width:840px}.elys-feed-screen[data-feed-layout=single] [data-testid=feed_actions_timeline]{max-width:720px;margin-inline:auto;-moz-column-count:1;column-count:1;-moz-column-gap:0;column-gap:0}}@media(min-width:1280px){.elys-feed-screen[data-feed-layout=multi] [data-testid=feed_actions_timeline]{-moz-column-count:3;column-count:3}}@media(min-width:1640px){.elys-feed-screen[data-feed-layout=multi] [data-testid=feed_actions_timeline]{-moz-column-count:3;column-count:3}}@media(min-width:2100px){.elys-feed-screen[data-feed-layout=multi] [data-testid=feed_actions_timeline]{-moz-column-count:3;column-count:3}}.elys-feed-screen [data-testid=feed_actions_timeline]:hover .post-shadow-model:not(:hover):not(:focus-within){opacity:.76;transform:translateY(2px) scale(.996)}.elys-feed-screen .post-shadow-model{transition:transform .18s ease,opacity .18s ease}.elys-feed-screen .post-shadow-model:hover,.elys-feed-screen .post-shadow-model:focus-within{transform:translateY(-3px) scale(1.006)}.elys-feed-screen .post-shadow-model:hover .elys-post.post-card,.elys-feed-screen .post-shadow-model:focus-within .elys-post.post-card{box-shadow:0 3px 7px #00000024}.profile-detail-drawer.detail-dialog .profile-detail-comments.detail-comments{gap:0}.profile-detail-drawer .profile-detail-comment-thread,.profile-detail-drawer.detail-dialog .profile-detail-comment-thread{border-bottom:0}.profile-detail-drawer .profile-detail-comment,.profile-detail-drawer.detail-dialog .profile-detail-comment{border-top:0}.profile-detail-drawer.detail-dialog .profile-detail-comment{padding:0 0 14px}.profile-detail-drawer .profile-detail-comment-author{display:inline-flex;align-items:center;gap:6px;max-width:100%;flex-wrap:wrap}.profile-detail-drawer .profile-detail-comment-reply-to{color:var(--feed-muted);font-size:12px;font-weight:680}.profile-detail-drawer .profile-detail-comment-kind{min-width:0;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;line-height:18px}.profile-detail-comment-replies{display:grid;gap:10px;margin:0 0 0 46px;padding:0;border-left:0}.profile-detail-comment-replies .profile-detail-comment-thread{border-bottom:0}.profile-detail-reply-more,.profile-detail-reply-error{justify-self:start;margin:-2px 0 8px 46px;color:#65709f;font-size:12px;font-weight:760}.profile-detail-reply-more:disabled{opacity:.6}.profile-detail-reply-error{color:#d04444;font-weight:680}.profile-detail-load-comments{justify-self:center;min-height:34px;margin:2px 0 14px;padding:0 14px;border:1px solid var(--feed-line);border-radius:999px;background:#fff;color:#65709f;font-size:12px;font-weight:760}.profile-detail-load-comments:disabled{opacity:.6}.profile-detail-top-comment-error{margin-left:0;justify-self:center}.profile-detail-compose-actions [data-testid=feed_detail_like].active,.profile-detail-compose-actions [data-testid=feed_detail_like].active i,.profile-detail-compose-actions [data-testid=feed_detail_like].active span,.profile-detail-drawer.detail-dialog .profile-detail-compose-actions.action-row [data-testid=feed_detail_like].active{color:#ff426d}.elys-feed-screen .elys-post-content.post-text{letter-spacing:0;line-height:1.68}.elys-feed-screen .elys-post-content-wrap.collapsed{max-height:6.72em}.elys-feed-screen .elys-comments.comments-preview{gap:12px;padding-top:12px}.elys-feed-screen .elys-ai-comment.comment,.elys-feed-screen .elys-comment-preview.comment{gap:10px}.elys-feed-screen .comment-text,.elys-feed-screen .comments-preview .comment-text,.elys-feed-screen .comments-preview .comment-text b,.elys-feed-screen .comments-preview .comment-text p,.elys-feed-screen .comments-preview .comment-text>span{letter-spacing:0;line-height:1.56}.profile-detail-drawer .profile-detail-text.post-text,.profile-detail-drawer.detail-dialog .profile-detail-text.post-text{letter-spacing:0;line-height:1.68}.profile-detail-drawer .profile-detail-comments.detail-comments,.profile-detail-drawer.detail-dialog .profile-detail-comments.detail-comments{gap:16px}.profile-detail-drawer .profile-detail-comment,.profile-detail-drawer.detail-dialog .profile-detail-comment{gap:12px;padding-bottom:18px}.profile-detail-drawer .profile-detail-comment p,.profile-detail-drawer.detail-dialog .profile-detail-comment p{letter-spacing:0;line-height:1.58}.profile-detail-comment-replies{gap:14px;margin-top:4px}.profile-detail-drawer .profile-detail-comment-replies,.profile-detail-drawer.detail-dialog .profile-detail-comment-replies,.profile-detail-drawer .profile-detail-comment-replies .profile-detail-comment-thread,.profile-detail-drawer.detail-dialog .profile-detail-comment-replies .profile-detail-comment-thread,.profile-detail-drawer .profile-detail-comment-replies .profile-detail-comment,.profile-detail-drawer.detail-dialog .profile-detail-comment-replies .profile-detail-comment{background:#fff}.profile-detail-drawer.detail-dialog .profile-detail-compose-field{position:relative;min-height:44px;padding:4px 10px 4px 14px}.profile-detail-drawer.detail-dialog .profile-detail-compose-field input{height:36px;font-size:17px;font-weight:500;line-height:36px;caret-color:var(--feed-ink)}.profile-detail-drawer.detail-dialog .profile-detail-compose-field:has(input:focus:-moz-placeholder) input{caret-color:transparent}.profile-detail-drawer.detail-dialog .profile-detail-compose-field:has(input:focus:placeholder-shown) input{caret-color:transparent}.profile-detail-drawer.detail-dialog .profile-detail-compose-field:has(input:focus:-moz-placeholder):before{content:"";position:absolute;left:14px;top:50%;width:2px;height:28px;border-radius:999px;background:var(--feed-ink);transform:translateY(-50%);animation:detail-compose-caret-blink 1s steps(2,start) infinite;pointer-events:none}.profile-detail-drawer.detail-dialog .profile-detail-compose-field:has(input:focus:placeholder-shown):before{content:"";position:absolute;left:14px;top:50%;width:2px;height:28px;border-radius:999px;background:var(--feed-ink);transform:translateY(-50%);animation:detail-compose-caret-blink 1s steps(2,start) infinite;pointer-events:none}@keyframes detail-compose-caret-blink{0%,45%{opacity:1}46%,to{opacity:0}}.profile-detail-drawer.detail-dialog .profile-detail-compose-tools{gap:10px}.profile-detail-drawer.detail-dialog .profile-detail-compose-tools>button:not(.profile-detail-submit):not(.profile-detail-cancel){width:34px;height:34px;font-size:22px}.profile-detail-drawer.detail-dialog .profile-detail-submit,.profile-detail-drawer.detail-dialog .profile-detail-cancel{min-width:72px;height:40px;padding:0 16px;font-size:16px;line-height:1}.elys-os-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.elys-os-actions button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--feed-line);border-radius:999px;background:#fff;color:#334155;font-size:13px;font-weight:760}.elys-os-actions button.active{border-color:#2563eb3d;background:var(--feed-blue-soft);color:var(--feed-blue)}.feed-delete-confirm-dialog{width:min(92vw,372px)!important;padding:20px!important;border:1px solid var(--feed-line);border-radius:22px!important;background:#fff!important;box-shadow:0 24px 80px #0f172a38!important}.feed-delete-confirm-title{margin:0;color:var(--feed-ink);font-size:18px;font-weight:780;letter-spacing:0}.feed-delete-confirm-copy{margin:10px 0 0;color:var(--feed-muted);font-size:14px;line-height:1.55}.feed-delete-confirm-error{margin-top:12px;padding:10px 12px;border:1px solid rgba(239,68,68,.18);border-radius:14px;background:#fff1f2;color:#be123c;font-size:13px;line-height:1.45}.feed-delete-confirm-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.feed-delete-confirm-actions button{height:42px;border-radius:999px;font-size:14px;font-weight:760}.feed-delete-confirm-cancel{border:1px solid var(--feed-line);background:#fff;color:var(--feed-ink)}.feed-delete-confirm-submit{background:#ef4444;color:#fff;box-shadow:0 10px 24px #ef44443d}.feed-delete-confirm-actions button:disabled{cursor:not-allowed;opacity:.62}.elys-compose-link-preview{max-width:min(440px,calc(100% - 56px));min-height:68px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;margin:8px 0 0 56px;padding:8px 10px 8px 8px;border:1px solid #eceff4;border-radius:14px;background:#f5f5f7}.elys-compose-link-preview.status-failure{border-color:#ef44443d;background:#fff1f2}.elys-compose-link-preview-thumb{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#e8edf4;color:#1683ff;font-size:22px}.elys-compose-link-preview-thumb.has-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.elys-compose-link-preview.status-parsing .elys-compose-link-preview-thumb i{animation:elys-compose-link-spin .9s linear infinite}@keyframes elys-compose-link-spin{to{transform:rotate(360deg)}}.elys-compose-link-preview-body{min-width:0;display:grid;gap:2px}.elys-compose-link-preview-body strong{display:-webkit-box;overflow:hidden;color:var(--feed-ink, #111827);font-size:14px;font-weight:740;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.elys-compose-link-preview-body em{overflow:hidden;color:var(--feed-muted, #6b7280);font-size:12px;font-style:normal;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.elys-compose-link-preview-actions{display:inline-flex;align-items:center;gap:6px}.elys-compose-link-preview-actions button{height:28px;min-width:28px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:999px;background:#fff;color:#64748b;font-size:14px;font-weight:760}.elys-compose-link-preview-actions .elys-compose-link-retry{min-width:46px;padding:0 10px;border-color:#ef44442e;color:#be123c}@media(prefers-reduced-motion:reduce){.elys-feed-screen [data-testid=feed_actions_timeline],.elys-feed-screen [data-testid=feed_actions_timeline]:hover .post-shadow-model:not(:hover):not(:focus-within),.elys-feed-screen .post-shadow-model,.elys-feed-screen .post-shadow-model:hover,.elys-feed-screen .post-shadow-model:focus-within,.elys-feed-screen .post-shadow-model:hover .elys-post.post-card,.elys-feed-screen .post-shadow-model:focus-within .elys-post.post-card{transform:none;transition:none}.elys-compose-link-preview.status-parsing .elys-compose-link-preview-thumb i{animation:none}}.elys-compose-actions button:disabled,.elys-compose-actions button[aria-disabled=true]{cursor:not-allowed;opacity:.34;background:transparent;color:#8f96a3;transform:none}.elys-compose-actions button:disabled:hover,.elys-compose-actions button[aria-disabled=true]:hover{background:transparent;color:#8f96a3;transform:none}@media(max-width:899px){.elys-feed-screen .feed-tabs{display:inline-flex}.elys-feed-screen .feed-layout-switch{display:none}.elys-feed-screen[data-feed-layout] [data-testid=feed_actions_timeline]{max-width:none;-moz-column-count:1;column-count:1;transform:none}.elys-feed-screen [data-testid=feed_actions_timeline]>.elys-post-frame{display:inline-block;width:100%;margin:0 0 56px;vertical-align:top}.elys-compose-link-preview{max-width:100%;margin-left:0}.profile-detail-drawer.detail-modal.detail-popup{inset:0 auto auto 0;width:100vw;height:100dvh;grid-template-columns:1fr;grid-template-rows:minmax(240px,44vh) minmax(0,1fr);border-radius:0;transform:none}.profile-detail-drawer.detail-modal.detail-popup .profile-detail-view.detail-side{border-left:0;border-top:1px solid var(--feed-line)}.profile-detail-drawer.detail-modal.detail-drawer{width:100vw;border-radius:20px 20px 0 0}}.feed-liquid-filter{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.elys-feed-screen .feed-liquid-tabs{--feed-liquid-gap: 4px;--feed-liquid-tab-width: 112px;position:relative;isolation:isolate;width:-moz-max-content;width:max-content;max-width:100%;min-height:48px;display:inline-flex;align-items:center;gap:var(--feed-liquid-gap);overflow:visible;padding:4px;border:1px solid rgba(255,255,255,.56);border-radius:24px;background:#f6f7f961;box-shadow:inset 0 1px #ffffffa3,inset 0 -1px #ffffff29,0 8px 24px #161c2d0e;backdrop-filter:blur(14px) saturate(1.08)}.elys-feed-screen .feed-liquid-tabs:before{position:absolute;inset:0;z-index:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff42,#ffffff14 54%,#fff3),#ffffff14;box-shadow:inset 0 0 0 1px #ffffff3d;content:"";pointer-events:none}.elys-feed-screen .feed-liquid-lens{position:absolute;top:3px;bottom:3px;left:4px;z-index:1;width:var(--feed-liquid-tab-width);border-radius:22px;background:radial-gradient(circle at 18% 6%,rgba(255,255,255,.62),transparent 32%),linear-gradient(135deg,#ffffffb3,#ffffff57 56%,#ffffff8a);box-shadow:inset 0 1px #ffffffd6,inset 0 0 0 1px #ffffff80,inset 0 -1px 3px #ffffff4d,0 6px 18px #1d22301f;opacity:.98;pointer-events:none;transform:translateZ(0) scale(1.045);transform-origin:center;transition:transform .43s cubic-bezier(.18,.92,.22,1),opacity .22s ease;backdrop-filter:blur(12px) saturate(1.2);backdrop-filter:url(#feed-liquid-glass-refraction) blur(10px) saturate(1.12);filter:drop-shadow(0 1px 0 rgba(255,255,255,.22));will-change:transform}.elys-feed-screen .feed-liquid-tabs[data-liquid-index="1"] .feed-liquid-lens{transform:translate3d(calc(var(--feed-liquid-tab-width) + var(--feed-liquid-gap)),0,0) scale(1.045)}.elys-feed-screen .feed-liquid-tabs[data-liquid-index="2"] .feed-liquid-lens{transform:translate3d(calc(var(--feed-liquid-tab-width) + var(--feed-liquid-gap) + var(--feed-liquid-tab-width) + var(--feed-liquid-gap)),0,0) scale(1.045)}.elys-feed-screen .feed-liquid-lens:after{position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(110deg,rgba(255,255,255,.68),transparent 24% 78%,rgba(255,255,255,.5)),linear-gradient(180deg,rgba(255,255,255,.12),transparent 58%);content:"";mix-blend-mode:screen;opacity:.58;pointer-events:none}.elys-feed-screen .feed-liquid-tabs .feed-tab-strip{position:relative;z-index:2;display:inline-flex;align-items:center;gap:var(--feed-liquid-gap)}.elys-feed-screen .feed-liquid-tabs .feed-tab{position:relative;z-index:2;flex:0 0 var(--feed-liquid-tab-width);min-width:var(--feed-liquid-tab-width);height:40px;min-height:40px;display:grid;place-items:center;border-radius:20px;background:transparent;box-shadow:none;color:#1c2029;font-kerning:normal;letter-spacing:0px;line-height:1;white-space:nowrap;transition:transform .22s cubic-bezier(.16,1,.3,1)}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy{grid-area:1 / 1;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;color:currentColor;letter-spacing:0px;line-height:1;pointer-events:none;transform-origin:center;transition:color .18s ease;-webkit-font-smoothing:antialiased;backface-visibility:hidden}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy-base{color:#1c2029;font-size:14.5px;font-weight:540;opacity:1;transform:none}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy-active{color:#05070b;font-size:15.5px;font-weight:720;opacity:0;transform:none}.elys-feed-screen .feed-liquid-tabs .feed-tab:hover,.elys-feed-screen .feed-liquid-tabs .feed-tab:focus-visible{transform:translateY(-1px)}.elys-feed-screen .feed-liquid-tabs .feed-tab:hover .feed-tab-copy-base,.elys-feed-screen .feed-liquid-tabs .feed-tab:focus-visible .feed-tab-copy-base{color:#05070b;transform:none}.elys-feed-screen .feed-liquid-tabs .feed-tab:focus-visible{outline:2px solid rgba(45,103,255,.32);outline-offset:2px}.elys-feed-screen .feed-liquid-tabs .feed-tab.liquid-active{background:transparent;box-shadow:none;transform:translateY(-1px)}.elys-feed-screen .feed-liquid-tabs .feed-tab.liquid-active .feed-tab-copy-base{opacity:0;transform:none}.elys-feed-screen .feed-liquid-tabs .feed-tab.liquid-active .feed-tab-copy-active{opacity:1;transform:none}.elys-feed-screen .feed-liquid-tabs .feed-tab.active:after,.elys-feed-screen .feed-liquid-tabs .feed-tab.liquid-active:after{content:none}.elys-feed-screen .feed-liquid-tabs .feed-tab i{font-size:18px;transition:transform .16s ease}.elys-feed-screen .feed-liquid-tabs .feed-tab.liquid-active i{transform:scale(1.08)}.elys-feed-screen .feed-liquid-tabs .feed-layout-switch{position:relative;z-index:2}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.elys-feed-screen .feed-liquid-tabs{background:#f7f8faf0}}@media(min-width:900px){.elys-feed-screen .feed-liquid-tabs{position:sticky;top:8px;z-index:12;margin:0 auto 10px}}@media(max-width:899px){.elys-feed-screen .feed-liquid-tabs{--feed-liquid-gap: 3px;--feed-liquid-tab-width: calc((100% - 8px - var(--feed-liquid-gap) - var(--feed-liquid-gap)) / 3);width:100%;min-height:46px;border-radius:22px}.elys-feed-screen .feed-liquid-tabs .feed-tab{flex-basis:var(--feed-liquid-tab-width);min-width:0;height:38px;min-height:38px}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy{gap:5px}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy-base{font-size:13.5px}.elys-feed-screen .feed-liquid-tabs .feed-tab-copy-active{font-size:14.5px}.elys-feed-screen .feed-liquid-tabs .feed-tab i{font-size:17px}}@media(prefers-reduced-motion:reduce){.elys-feed-screen .feed-liquid-lens,.elys-feed-screen .feed-liquid-tabs .feed-tab{transition:none}}@media(min-width:900px){.tabbar,.desktop-nav-pill{overflow:visible!important}.desktop-nav-pill .tab{position:relative!important;border-radius:50%!important;transition:transform .16s cubic-bezier(.25,.46,.45,.94),margin .16s cubic-bezier(.25,.46,.45,.94),background .16s ease,color .16s ease!important;transform-origin:center center!important;will-change:transform}.desktop-nav-pill .tab:hover{background:#ffffff29!important;backdrop-filter:blur(3px) saturate(1.15)}.desktop-nav-pill .tab .nav-icon{position:relative;z-index:1}.desktop-nav-pill .tab.active{background:#1f1f1f14!important;backdrop-filter:none!important}.desktop-nav-pill .tab span{position:absolute!important;left:calc(100% + 16px);top:50%;transform:translateY(-50%);display:block!important;padding:4px 9px;border-radius:6px;background:#000000d1;color:#fff;font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:3}.desktop-nav-pill .tab:hover span{opacity:1}.desktop-nav-pill .desktop-compose{transition:transform .16s cubic-bezier(.25,.46,.45,.94),margin .16s cubic-bezier(.25,.46,.45,.94),background .16s ease!important;will-change:transform}@media(prefers-reduced-motion:reduce){.desktop-nav-pill .tab{transition:background .16s ease,color .16s ease}}}.im-link-card.app-like{width:min(312px,72vw);display:block;box-sizing:border-box;border:1px solid #e8ebf0;border-radius:12px;background:#fff;padding:12px 12px 10px;color:#1f1f25;text-decoration:none;box-shadow:0 1px 2px #0f172a0a}.im-link-card.app-like.no-image{width:min(284px,70vw)}.im-link-card.app-like.compact{width:min(252px,68vw)}.im-link-card.app-like .im-link-card-title{display:-webkit-box;overflow:hidden;color:#1f1f25;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.im-link-card.app-like .im-link-card-body{margin-top:8px;display:grid;align-items:center;gap:12px}.im-link-card.app-like.has-image .im-link-card-body{min-height:58px;grid-template-columns:minmax(0,1fr) 58px}.im-link-card.app-like.no-image .im-link-card-body{min-height:0;grid-template-columns:minmax(0,1fr);gap:0}.im-link-card.app-like.compact .im-link-card-body{display:none}.im-link-card.app-like.no-image .im-link-card-title{-webkit-line-clamp:3}.im-link-card.app-like .im-link-card-description{min-width:0;display:-webkit-box;overflow:hidden;color:#1f1f259e;font-size:12px;line-height:18px;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.im-link-card.app-like.no-image .im-link-card-description{-webkit-line-clamp:3}.im-link-card-image{width:58px;height:58px;position:relative;display:grid;place-items:center;overflow:hidden;justify-self:end;border-radius:8px;background:#f1f3f6;color:#1f1f2561}.im-link-card-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-link-card-image.is-empty svg{display:block}.im-link-card-play{position:absolute;inset:50% auto auto 50%;color:#ffffffeb;filter:drop-shadow(0 1px 3px rgba(15,23,42,.4));transform:translate(-50%,-50%)}.im-link-card.app-like footer{min-width:0;margin-top:10px;padding-top:8px;border-top:1px solid #eef0f4;color:#1f1f257a}.im-link-card.app-like footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-link-card.app-like footer img{width:14px;height:14px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.im-quoted-message-stack{box-sizing:border-box;width:-moz-max-content;width:max-content;min-width:min(220px,68vw);max-width:min(74%,340px);display:flex;flex-direction:column;align-items:flex-start;gap:5px}.im-bubble-row.outgoing .im-quoted-message-stack{align-items:flex-end}.im-bubble-stack .im-quoted-message-stack{max-width:100%}.im-quoted-message-stack>.im-bubble{width:-moz-fit-content;width:fit-content;max-width:100%}.im-quote-card{position:relative;width:100%;box-sizing:border-box;min-height:48px;margin:0;display:flex;align-items:center;gap:10px;overflow:hidden;border:1px solid rgba(25,31,42,.08);border-radius:8px;background:#f6f8fbf0;padding:8px 9px 8px 12px;color:#343741;box-shadow:0 1px 2px #1018280a}.im-quote-card:before{content:"";position:absolute;top:8px;bottom:8px;left:6px;width:2px;border-radius:999px;background:#9aa3af}.im-bubble-row.outgoing .im-quote-card{background:#f1f4f8f5}.im-quote-main{min-width:0;flex:1;display:grid;gap:4px}.im-quote-title{height:17px;display:flex;align-items:center;gap:4px;color:#788191;font-size:12px;font-weight:560;line-height:17px}.im-quote-title svg{flex:0 0 auto;display:block}.im-quote-title span,.im-quote-summary span,.im-quote-summary strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-quote-summary{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;font-size:12px;line-height:18px}.im-quote-summary strong{max-width:92px;color:#262b35;font-weight:680}.im-quote-summary span{color:#596171}.im-quote-thumb{width:38px;height:38px;flex:0 0 38px;border-radius:6px;-o-object-fit:cover;object-fit:cover;background:#eef0f4}.im-quote-draft{width:100%;min-height:54px;display:flex;align-items:center;gap:8px;border:1px solid #e1e6ee;border-radius:8px;background:#f8fafc;padding:6px 8px}.im-quote-draft .im-quote-card{width:100%;margin-top:0;background:#fff}.im-quote-draft>button{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#7b8190;padding:0}.im-message-action-backdrop{position:fixed;inset:0;z-index:60;border:0;background:transparent;padding:0}.im-message-action-menu{position:fixed;z-index:61;min-width:136px;display:grid;gap:4px;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fffffffa;box-shadow:0 14px 34px #0f172a2e;padding:6px}.im-message-action-menu button{height:38px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:#242731;padding:0 10px;font-size:14px;font-weight:600}.im-message-action-menu button:hover{background:#f3f5f8}.im-message-action-menu button.danger{color:#e5484d}.im-message-action-menu svg{flex:0 0 auto;display:block}@media(max-width:640px){.im-quoted-message-stack{min-width:min(210px,68vw);max-width:min(74%,340px)}.im-quote-card{width:100%}}@media(min-width:900px){.im-thread-screen.embedded .im-quoted-message-stack{max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-stack .im-quoted-message-stack{min-width:220px}}:root{--search-highlight: #ff6b00}.search-em{color:var(--search-highlight);font-style:normal;font-weight:600}.search-bar{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 12px;margin:10px 12px 8px;width:calc(100% - 24px);border:1px solid #ececec;border-radius:18px;background:#f5f5f5;color:#888;font-size:14px;cursor:pointer;text-align:left}.search-bar .ph{color:#888;font-size:16px;flex-shrink:0}.search-bar-placeholder{flex:1}.search-bar-input{cursor:text;margin:0;flex:1;width:auto}.search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:14px;color:#1f1f1f}.search-input::-moz-placeholder{color:#aaa}.search-input::placeholder{color:#aaa}.search-input::-webkit-search-cancel-button,.search-input::-webkit-search-decoration,.search-input::-webkit-search-results-button,.search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.search-clear{background:none;border:none;padding:2px;color:#888;cursor:pointer;display:flex;align-items:center}.search-active{display:flex;align-items:center;gap:6px;padding:8px 8px 8px 4px}.search-back,.search-submit{background:none;border:none;cursor:pointer;font-size:14px;color:#1f1f1f;padding:4px 8px;flex-shrink:0}.search-back .ph{font-size:20px}.search-submit{font-weight:500}.search-submit:disabled{color:silver;cursor:not-allowed}.search-empty-entry{padding:32px 16px;text-align:center}.search-empty-hint{color:#888;font-size:13px}.search-history{padding:8px 16px 24px}.search-history-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;color:#888}.search-history-clear{background:none;border:none;color:#888;cursor:pointer;font-size:12px}.search-history-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.search-history-item{display:inline-flex;align-items:center;background:#f0f0f0;border-radius:999px;padding:4px 4px 4px 12px;font-size:13px;color:#333}.search-history-pick{background:none;border:none;cursor:pointer;color:inherit;font-size:inherit;padding:0}.search-history-remove{background:none;border:none;cursor:pointer;color:#888;padding:2px;margin-left:4px;display:flex;align-items:center}.res-tabs{display:flex;gap:24px;padding:8px 16px 0;border-bottom:1px solid #ececec}.res-tab{background:none;border:none;padding:8px 0 12px;position:relative;cursor:pointer;font-size:14px;color:#666;display:inline-flex;align-items:center;gap:4px}.res-tab.active{color:#1f1f1f;font-weight:600}.res-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.5px;background:#1f1f1f;border-radius:1px}.res-tab .badge{font-size:10px;color:#aaa;background:#f0f0f0;border-radius:999px;padding:0 6px;height:14px;display:inline-flex;align-items:center}.search-filter-bar{padding:8px 12px 4px;border-bottom:1px solid #f5f5f5}.search-filter-row{display:flex;align-items:center;gap:6px;padding:4px 0;flex-wrap:wrap}.search-filter-label{font-size:12px;color:#888;min-width:28px}.search-chip{background:#f5f5f5;border:none;border-radius:999px;padding:3px 12px;font-size:12px;color:#555;cursor:pointer;transition:background .15s,color .15s}.search-chip:hover{background:#ececec}.search-chip.active{background:#fff0e6;color:#ff6b00;font-weight:500}.search-results{flex:1;overflow-y:auto}.search-section{padding:12px 0 8px;border-bottom:1px solid #f5f5f5}.search-section-title{font-size:12px;color:#888;font-weight:400;padding:0 16px;margin:0 0 6px}.search-section-more{display:block;width:100%;text-align:center;background:none;border:none;padding:12px;color:#666;font-size:13px;cursor:pointer}.search-sentinel{text-align:center;padding:16px;color:#aaa;font-size:12px}.search-post-card{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f5f5f5;padding:12px 16px;cursor:pointer}.search-post-card:hover{background:#fafafa}.search-post-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.search-post-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.search-post-avatar-fallback{background:#ececec;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.search-post-name{font-size:13px;font-weight:600;color:#1f1f1f}.search-post-time{font-size:11px;color:#aaa}.search-post-content{font-size:14px;color:#1f1f1f;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-post-supplement{font-size:12px;color:#888;margin-top:6px}.search-post-stats{display:flex;gap:16px;margin-top:8px;font-size:12px;color:#888}.search-user-card{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f5f5f5;padding:12px 16px;cursor:pointer}.search-user-card:hover{background:#fafafa}.search-user-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.search-user-avatar-fallback{background:#ececec;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.search-user-meta{flex:1;min-width:0}.search-user-name{font-size:14px;font-weight:600;color:#1f1f1f;display:inline-flex;align-items:center;gap:4px}.search-user-verified{color:#4a90e2;font-size:13px}.search-user-intro{font-size:12px;color:#888;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-user-stat{font-size:11px;color:#aaa;margin-top:4px}.empty{padding:48px 24px;text-align:center}.empty-icon{font-size:36px;color:#ccc;margin-bottom:8px}.empty-title{font-size:14px;color:#555;margin-bottom:4px}.empty-subtitle{font-size:12px;color:#aaa}.search-skeleton{padding:12px 16px}.sk-card{padding:12px 0;border-bottom:1px solid #f5f5f5}.sk-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,#f2f2f2 25%,#ececec,#f2f2f2 75%);background-size:200% 100%;animation:sk-pulse 1.2s ease-in-out infinite;margin:6px 0}.sk-bar-1{width:30%}.sk-bar-2{width:90%}.sk-bar-3{width:60%}@keyframes sk-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.pm-root{--pm-canvas: #f5f5f6;--pm-gold-bg: #f4f1dc;--pm-gold-fg: #6b5b12;--pm-card-shadow: 0 8px 20px rgba(20, 20, 40, .035);--pm-radius-card: 12px;--pm-head-h: 56px;display:flex;flex-direction:column;min-height:100%;background:var(--pm-canvas);color:var(--ink)}.screen:has(.pm-root){padding:0!important;background:var(--pm-canvas)!important}.pm-head{position:sticky;top:0;z-index:10;height:var(--pm-head-h);flex:0 0 auto;display:flex;align-items:center;padding:0 24px;background:transparent}.pm-head:before{content:"";position:absolute;left:0;right:0;top:0;height:40px;z-index:-1;pointer-events:none;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(to bottom,#f5f5f69e,#f5f5f64d 42%,#f5f5f600);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 40%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 40%,transparent 100%)}html.is-glass .pm-head{height:auto;min-height:var(--pm-head-h);padding-top:46px}html.is-glass .pm-head:before{height:54px}.pm-glass-defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.pm-chipgroup{display:inline-flex;align-items:center;gap:8px;margin:0 auto;position:relative;z-index:31;-webkit-app-region:no-drag}.pm-navchip{display:inline-flex;align-items:center;height:44px;border:0;border-radius:999px;background:#ffffff24;backdrop-filter:blur(12px) saturate(1.6) url(#pm-glass-distort);color:var(--ink-2);cursor:pointer;overflow:hidden;position:relative;box-shadow:0 2px 10px #14142814;transition:background .42s cubic-bezier(.65,0,.35,1),color .3s ease,box-shadow .42s cubic-bezier(.65,0,.35,1)}.pm-navchip-ico{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;font-size:18px;position:relative;z-index:1}.pm-navchip-label{display:grid;grid-template-columns:0fr;position:relative;z-index:1;transition:grid-template-columns .42s cubic-bezier(.65,0,.35,1)}.pm-navchip-label>span{min-width:0;overflow:hidden;white-space:nowrap;font-size:15px;font-weight:600;padding-right:0;transition:padding-right .42s cubic-bezier(.65,0,.35,1)}.pm-navchip:hover{color:var(--ink);background:#ffffff42}.pm-navchip.is-active{background:#1c1c2275;color:#fff;cursor:default;box-shadow:0 3px 12px #14142829}.pm-navchip.is-active:hover{background:#1c1c2275}.pm-navchip.is-active .pm-navchip-label{grid-template-columns:1fr}.pm-navchip.is-active .pm-navchip-label>span{padding-right:18px}.pm-actions{position:absolute;right:24px;display:flex;align-items:center;gap:4px;z-index:31;-webkit-app-region:no-drag}html.is-glass .pm-actions{top:auto;bottom:11px}.pm-tb-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink-2);background:transparent;border:0;cursor:pointer;font-size:19px;transition:background .15s ease}.pm-tb-icon:hover{background:var(--highlight)}.pm-tb-icon:disabled{opacity:.4;cursor:default}.pm-tb-icon:disabled:hover{background:transparent}.pm-body{flex:1 1 auto}.pm-container{max-width:680px;margin:0 auto;padding:24px 24px 80px}.pm-domainbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.pm-chip{padding:7px 15px;border-radius:999px;cursor:pointer;font-size:14px;background:var(--bg);color:var(--ink-2);border:1px solid var(--line);transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pm-chip:hover{color:var(--ink);border-color:var(--ink-3)}.pm-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.pm-chip .pm-count{margin-left:6px;opacity:.6;font-variant-numeric:tabular-nums}.pm-subbar{display:flex;flex-wrap:wrap;gap:6px;margin:-8px 0 20px}.pm-subchip{padding:5px 12px;border-radius:999px;cursor:pointer;font-size:13px;background:transparent;color:var(--ink-2);border:1px solid transparent;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pm-subchip:hover{color:var(--ink);background:var(--highlight)}.pm-subchip.active{background:var(--accent-soft);color:var(--ink);font-weight:600}.pm-section{margin-bottom:30px}.pm-section-head{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.pm-section-head h2{font-size:18px;font-weight:600;color:var(--ink)}.pm-section-head .pm-n{font-size:12px;color:var(--ink-3)}.pm-grid{display:flex;flex-direction:column;gap:12px}.pm-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);padding:18px 20px;box-shadow:var(--pm-card-shadow);transition:box-shadow .15s ease;display:flex;flex-direction:column}.pm-card:hover{box-shadow:0 14px 30px #14142812}.pm-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.pm-card-title{font-size:16.5px;font-weight:600;color:var(--ink)}.pm-card-collapsed{cursor:pointer}.pm-card-collapsed:hover{background:var(--highlight)}.pm-card-head-clickable{cursor:pointer}.pm-card-chevron{color:var(--ink-3);font-size:16px;flex:none}.pm-card-overviews{margin-top:8px;display:flex;flex-direction:column;gap:8px}.pm-card-overview{font-size:14.5px;line-height:1.6;color:var(--ink-2)}.pm-card-overview-priv{color:var(--ink-3)}.pm-priv-badge-trail{display:inline-flex;align-items:center;gap:3px;font-size:12px;color:var(--ink-3);margin-left:6px;white-space:nowrap;float:right;margin-top:2px}.pm-card-overview-empty{color:var(--ink-3);font-style:italic}.pm-seg{margin-top:10px}.pm-seg-text{font-size:15.5px;line-height:1.65;color:var(--ink-2);white-space:pre-wrap}.pm-priv{margin-top:12px;background:var(--highlight);border-radius:var(--radius-sm);padding:11px 13px}.pm-priv-tag{display:inline-flex;align-items:center;gap:5px;margin-bottom:7px;background:#fff;border:1px solid var(--line);color:var(--ink-2);border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600}.pm-mcard{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);padding:18px 20px;box-shadow:var(--pm-card-shadow);transition:box-shadow .15s ease}.pm-mcard:hover{box-shadow:0 14px 30px #14142812}.pm-mcard-content{font-size:15.5px;line-height:1.65;color:var(--ink);white-space:pre-wrap}.pm-mcard-meta{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}.pm-tagpill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.pm-lock{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--ink-3)}.pm-time{margin-left:auto;font-size:12px;color:var(--ink-3);font-variant-numeric:tabular-nums}.pm-lv{display:flex;flex-direction:column;align-items:center;gap:10px;padding:6px 0 22px}.pm-lv-card{display:flex;align-items:center;gap:16px}.pm-lv-avatar{position:relative;width:76px;height:76px;border-radius:20px;overflow:hidden;background:#ececef;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink-2);font-size:24px;font-weight:600;flex:0 0 auto}.pm-lv-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pm-lv-pct{position:absolute;left:0;right:0;bottom:0;text-align:center;background:#00000080;color:#fff;font-size:10px;font-weight:600;padding:2px 0}.pm-lv-meta{display:flex;flex-direction:column;gap:2px}.pm-lv-level{font-size:30px;font-weight:700;color:var(--ink);line-height:1.1}.pm-lv-name{font-size:14px;color:var(--ink-3)}.pm-lv-pending{font-size:13px;color:var(--ink-2)}.pm-pending{margin-bottom:16px}.pm-pending-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);box-shadow:var(--pm-card-shadow);padding:16px 18px;margin-bottom:10px}.pm-pending-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--pm-gold-fg);background:var(--pm-gold-bg);border-radius:999px;padding:2px 9px;margin-bottom:8px}.pm-pending-content{font-size:16px;line-height:1.6;color:var(--ink);white-space:pre-wrap}.pm-pending-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.pm-btn-ghost,.pm-btn-primary{border-radius:999px;padding:7px 20px;font-size:14px;cursor:pointer;transition:all .15s ease}.pm-btn-ghost{background:var(--bg);border:1px solid var(--line);color:var(--ink-2)}.pm-btn-ghost:hover:not(:disabled){border-color:var(--ink-3);color:var(--ink)}.pm-btn-primary{background:var(--accent);border:1px solid var(--accent);color:#fff}.pm-btn-ghost:disabled,.pm-btn-primary:disabled{opacity:.5;cursor:default}.pm-clone-block{margin-bottom:18px}.pm-clone-blockhead{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.pm-clone-blockhead h3{font-size:14px;font-weight:600;color:var(--ink)}.pm-clone-blockhead span{font-size:13px;color:var(--ink-3)}.pm-clone-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pm-clone-card{display:flex;flex-direction:column;gap:5px;text-align:left;padding:12px 13px;border-radius:var(--radius-sm);background:var(--bg-tint);border:1.5px solid transparent;cursor:pointer;transition:all .15s ease}.pm-clone-card:hover{background:var(--highlight)}.pm-clone-card.active{border-color:var(--accent);background:var(--bg)}.pm-clone-name{font-size:14px;font-weight:600;color:var(--ink)}.pm-clone-desc{font-size:12px;line-height:1.5;color:var(--ink-3)}.pm-clone-slider{background:var(--bg-tint);border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:10px}.pm-clone-slider:last-child{margin-bottom:0}.pm-clone-slider-copy{display:flex;justify-content:space-between;margin-bottom:10px}.pm-clone-slider-copy span{display:flex;flex-direction:column;font-size:13px;font-weight:600;color:var(--ink)}.pm-clone-slider-copy .pm-clone-slider-right{text-align:right}.pm-clone-slider-copy i{font-style:normal;font-size:11px;font-weight:400;color:var(--ink-3);margin-top:2px}.pm-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer}.pm-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--ink);box-shadow:0 1px 3px #0000002e;cursor:pointer;margin-top:-7px}.pm-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--ink);box-shadow:0 1px 3px #0000002e;cursor:pointer}.pm-range::-webkit-slider-runnable-track{height:6px;border-radius:3px}.pm-range::-moz-range-track{height:6px;border-radius:3px}.pm-range--linear{background:linear-gradient(to right,var(--accent) 0%,var(--accent) var(--val),rgba(0,0,0,.08) var(--val),rgba(0,0,0,.08) 100%)}.pm-range--bipolar{background:linear-gradient(to right,rgba(0,0,0,.08) 0%,rgba(0,0,0,.08) min(var(--val),50%),var(--ink) min(var(--val),50%),var(--ink) max(var(--val),50%),rgba(0,0,0,.08) max(var(--val),50%),rgba(0,0,0,.08) 100%)}.pm-clone-track-wrap{position:relative}.pm-clone-track-mid{position:absolute;left:50%;top:50%;width:2px;height:14px;background:var(--ink);opacity:.25;border-radius:1px;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.pm-clone-preview{background:var(--bg-tint);border-radius:var(--radius-sm);padding:13px 15px}.pm-clone-preview-label{font-size:12px;color:var(--ink-3);margin-bottom:7px}.pm-clone-preview-text{font-size:14.5px;line-height:1.6;color:var(--ink)}@media(max-width:560px){.pm-clone-options{grid-template-columns:1fr}}.pm-v3-section{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);box-shadow:var(--pm-card-shadow);padding:18px 20px 20px;margin-bottom:16px}.pm-v3-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pm-v3-head h2{font-size:16.5px;font-weight:600;color:var(--ink)}.pm-v3-eyebrow-tag{font-size:12px;color:var(--ink-3)}.pm-v3-toggle{display:inline-flex;background:var(--highlight);border-radius:999px;padding:3px}.pm-v3-toggle button{border:0;background:transparent;cursor:pointer;font-size:12.5px;color:var(--ink-2);padding:5px 13px;border-radius:999px;transition:all .15s ease}.pm-v3-toggle button.active{background:var(--accent);color:#fff;font-weight:600}.pm-v3-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.pm-v3-wide{grid-column:1 / -1}.pm-v3-card{display:flex;flex-direction:column;gap:6px;padding:4px 0}.pm-v3-card-filled{background:var(--bg-tint);border-radius:var(--radius-sm);padding:12px 14px}.pm-v3-eyebrow{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--ink-3)}.pm-v3-value{font-size:14.5px;line-height:1.6;color:var(--ink);white-space:pre-wrap}.pm-v3-empty{color:var(--ink-3)}.pm-v3-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.pm-v3-items li{position:relative;padding-left:14px;line-height:1.55}.pm-v3-items li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--ink-3)}.pm-v3-add-btn{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:2px 8px;font-size:13px;color:var(--ink-3);background:none;border:1px dashed var(--border);border-radius:6px;cursor:pointer;transition:color .15s,border-color .15s}.pm-v3-add-btn:hover{color:var(--accent);border-color:var(--accent)}.pm-v3-editable{cursor:pointer;border-radius:6px;transition:background .15s ease}.pm-v3-editable:hover{background:var(--highlight)}.pm-v3-editable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pm-v3-edit-wrap{display:flex;flex-direction:column;gap:4px}.pm-v3-edit-textarea{width:100%;font-family:inherit;font-size:14.5px;line-height:1.6;color:var(--ink);background:var(--bg);border:1.5px solid var(--accent);border-radius:6px;padding:6px 8px;resize:none;outline:none;min-height:40px;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.pm-v3-edit-textarea:disabled{opacity:.6;cursor:default}.pm-v3-edit-error{font-size:12px;color:#dc2626}.pm-v3-edit-saving{font-size:12px;color:var(--ink-3)}@media(max-width:560px){.pm-v3-grid{grid-template-columns:1fr}}.pm-loadmore{display:block;margin:18px auto 0;padding:9px 22px;border-radius:999px;font-size:14px;color:var(--ink-2);background:var(--bg);border:1px solid var(--line);cursor:pointer;transition:all .15s ease}.pm-loadmore:hover:not(:disabled){color:var(--ink);border-color:var(--ink-3)}.pm-loadmore:disabled{opacity:.55;cursor:default}.pm-empty{min-height:56vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink-3);font-size:14px;line-height:1.9}.pm-empty .pm-empty-title{font-size:16px;color:var(--ink-2);margin-bottom:6px}@media(max-width:760px){.pm-head,.pm-container{padding-left:16px;padding-right:16px}}.pm-card-meta{display:flex;align-items:center;gap:6px}.pm-card-count{font-size:13px;color:var(--ink-3)}.pm-priv-badge{display:inline-flex;align-items:center;gap:3px;font-size:12px;color:var(--ink-3);margin-bottom:4px}.pm-detail-page{display:flex;flex-direction:column;min-height:100%;background:var(--pm-canvas)}.pm-detail-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.pm-detail-header h2{font-size:17px;font-weight:600;margin:0;color:var(--ink)}.pm-detail-back{background:none;border:none;padding:4px;cursor:pointer;font-size:20px;color:var(--ink);display:inline-flex}.pm-detail-body{flex:1;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.pm-detail-item{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);padding:16px;cursor:pointer;transition:background .15s}.pm-detail-item:hover{background:var(--highlight)}.pm-detail-text{font-size:15px;line-height:1.6;color:var(--ink)}.pm-detail-empty{text-align:center;color:var(--ink-3);padding:40px 0}.pm-detail-footer{display:flex;justify-content:center;padding:16px}.pm-detail-add{width:48px;height:48px;border-radius:50%;border:none;background:var(--ink);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.pm-itemedit-page{display:flex;flex-direction:column;min-height:100%;background:var(--pm-canvas)}.pm-itemedit-body{flex:1;padding:20px}.pm-itemedit-field{background:var(--bg);border:1px solid var(--line);border-radius:var(--pm-radius-card);padding:16px}.pm-itemedit-textarea{width:100%;min-height:120px;border:none;outline:none;resize:vertical;font-size:15px;line-height:1.6;font-family:inherit;color:var(--ink);background:transparent}.pm-itemedit-textarea::-moz-placeholder{color:var(--ink-3)}.pm-itemedit-textarea::placeholder{color:var(--ink-3)}.pm-itemedit-count{text-align:right;font-size:12px;color:var(--ink-3);margin-top:8px}.pm-itemedit-error{color:#e53935;font-size:14px;margin-top:12px}.pm-itemedit-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--line)}.pm-itemedit-inline-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.pm-detail-item-editing{background:var(--bg);border:2px solid var(--ink-3);border-radius:12px;padding:16px}.pm-itemedit-private-toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-2);cursor:pointer}.pm-itemedit-actions{display:flex;gap:12px}.pm-itemedit-cancel{padding:8px 20px;border-radius:20px;border:1px solid var(--line);background:var(--bg);font-size:14px;cursor:pointer;color:var(--ink)}.pm-itemedit-save{padding:8px 20px;border-radius:20px;border:none;background:var(--ink);color:#fff;font-size:14px;cursor:pointer}.pm-itemedit-save:disabled,.pm-itemedit-cancel:disabled{opacity:.5;cursor:not-allowed}.sm-root{min-height:100%;padding-bottom:24px}.sm-hero,.sm-filters,.sm-content{width:min(100%,760px);margin:0 auto}.sm-hero{display:flex;align-items:center;gap:14px;padding:18px 16px 14px}.sm-back-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--bg);color:var(--ink);display:inline-grid;place-items:center;flex:0 0 auto;font-size:19px}.sm-back-btn:hover{background:var(--line-soft)}.sm-avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--ink);color:#fff;font-size:22px;font-weight:700;overflow:hidden}.sm-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sm-hero-main{min-width:0;flex:1}.sm-kicker{display:block;font-size:12px;color:var(--ink-3);margin-bottom:2px}.sm-hero h1{font-size:24px;line-height:1.2;font-weight:700;color:var(--ink);overflow-wrap:anywhere}.sm-hero-meta{display:flex;gap:10px;margin-top:6px;font-size:12px;color:var(--ink-3)}.sm-icon-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--bg);color:var(--ink-3);display:inline-grid;place-items:center}.sm-icon-btn:disabled{opacity:.55}.sm-filters{position:sticky;top:var(--pm-head-h);z-index:3}html.is-glass .sm-filters{top:calc(var(--pm-head-h) + 46px)}.sm-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px 16px;background:var(--pm-canvas);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sm-filters select,.sm-compose select,.sm-entry select{min-width:0;height:34px;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:var(--ink);font:inherit;font-size:13px;padding:0 10px;outline:none}.sm-content{padding:14px 16px 0}.sm-error{border:1px solid rgba(220,38,38,.22);background:#dc262612;color:#b91c1c;border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:12px}.sm-slot-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:14px}.sm-slot-card{min-width:0;min-height:130px;text-align:left;display:flex;flex-direction:column;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink);padding:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.sm-slot-card:hover,.sm-slot-card.active{border-color:var(--ink);background:var(--bg-tint)}.sm-slot-icon{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;background:var(--highlight);color:var(--ink)}.sm-slot-title{font-size:13px;font-weight:700}.sm-slot-count{font-size:22px;line-height:1;font-weight:700}.sm-slot-latest{color:var(--ink-2);font-size:12px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sm-slot-pending{margin-top:auto;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:2px 7px;background:var(--pm-gold-bg);color:var(--pm-gold-fg);font-size:11px}.sm-compose,.sm-pending-card,.sm-entry{border:1px solid var(--line);border-radius:8px;background:var(--bg);box-shadow:var(--pm-card-shadow)}.sm-compose{padding:12px;margin-bottom:16px}.sm-compose-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.sm-compose textarea,.sm-entry textarea{width:100%;min-height:86px;resize:vertical;border:1px solid var(--line);border-radius:8px;outline:none;padding:10px 11px;font:inherit;font-size:14px;line-height:1.55;color:var(--ink);background:var(--bg)}.sm-compose textarea::-moz-placeholder{color:var(--ink-3)}.sm-compose textarea::placeholder{color:var(--ink-3)}.sm-compose-actions,.sm-card-actions,.sm-entry-footer,.sm-icon-actions,.sm-section-head,.sm-entry-meta{display:flex;align-items:center}.sm-compose-actions,.sm-card-actions,.sm-entry-footer{justify-content:space-between;gap:10px;margin-top:10px}.sm-primary-btn,.sm-secondary-btn{min-height:34px;border-radius:999px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:13px;cursor:pointer}.sm-primary-btn{border:1px solid var(--ink);background:var(--ink);color:#fff}.sm-secondary-btn{border:1px solid var(--line);background:var(--bg);color:var(--ink-2)}.sm-primary-btn:disabled,.sm-secondary-btn:disabled{opacity:.55;cursor:default}.sm-section{margin-bottom:18px}.sm-section-head{justify-content:space-between;margin:4px 0 10px}.sm-section-head h2{font-size:16px;font-weight:700;color:var(--ink)}.sm-section-head span{color:var(--ink-3);font-size:12px}.sm-pending-list{display:grid;gap:10px}.sm-pending-card,.sm-entry{padding:13px 14px}.sm-pending-card p,.sm-entry p{margin-top:8px;color:var(--ink);font-size:14.5px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.sm-entry-meta{flex-wrap:wrap;gap:6px;color:var(--ink-3);font-size:12px}.sm-entry-meta span{border-radius:999px;background:var(--bg-tint);padding:3px 8px}.sm-status{color:var(--ink)}.sm-status-pending{background:var(--pm-gold-bg)!important;color:var(--pm-gold-fg)!important}.sm-status-summary{background:var(--highlight)!important}.sm-status-rejected{background:#94a3b824!important;color:var(--ink-3)!important}.sm-timeline{display:grid;gap:16px}.sm-bucket{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px}.sm-bucket>time{color:var(--ink-3);font-size:12px;padding-top:12px}.sm-bucket-items{display:grid;gap:10px}.sm-entry-footer{color:var(--ink-3);font-size:12px}.sm-icon-actions{gap:4px}.sm-icon-actions button{width:30px;height:30px;border:0;border-radius:50%;display:inline-grid;place-items:center;background:transparent;color:var(--ink-3);cursor:pointer}.sm-icon-actions button:hover{color:var(--ink);background:var(--highlight)}.sm-state{min-height:320px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--ink-3);text-align:center;padding:32px 16px}.sm-state i{font-size:28px}.sm-state p{color:var(--ink-2);font-size:14px}.sm-state-compact{min-height:150px;border:1px dashed var(--line);border-radius:8px;background:var(--bg)}@media(max-width:680px){.sm-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-slot-card{min-height:116px}.sm-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-bucket{grid-template-columns:1fr;gap:6px}.sm-bucket>time{padding-top:0}}@media(max-width:420px){.sm-slot-grid,.sm-compose-fields{grid-template-columns:1fr}}.favorites-page{min-height:100%;display:flex;flex-direction:column;background:var(--bg);color:var(--ink)}.favorites-sidebar{flex:0 0 auto;display:flex;flex-direction:column;gap:18px;border-bottom:1px solid var(--line);background:#fff;padding:14px}.favorites-sidebar-actions{display:grid;gap:10px}.favorites-search{position:relative;height:40px;display:flex;align-items:center;border:1px solid #e4e4e4;border-radius:12px;background:#f8f8f8;color:var(--ink-3);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.favorites-search:focus-within{border-color:#cfcfcf;background:#fff;box-shadow:0 0 0 3px #1f1f1f0b}.favorites-search-icon{position:absolute;left:13px;color:var(--ink-3);pointer-events:none}.favorites-search-input{width:100%;height:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);padding:0 38px;font-size:14px}.favorites-search-input::-moz-placeholder{color:var(--ink-3)}.favorites-search-input::placeholder{color:var(--ink-3)}.favorites-search-clear{position:absolute;right:6px;width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--ink-3)}.favorites-search-clear:hover{background:var(--highlight);color:var(--ink)}.favorites-new-note{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #1f1f1f;border-radius:14px;background:#1f1f1f;color:#fff;font-size:14px;font-weight:700;transition:transform .15s ease,background .15s ease}.favorites-new-note:hover{background:#000}.favorites-new-note:active{transform:scale(.98)}.favorites-filter-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.favorites-filter{min-height:40px;flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;border:0;border-radius:12px;background:transparent;color:var(--ink-2);padding:0 14px;font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.favorites-filter:hover{background:var(--highlight);color:var(--ink)}.favorites-filter.is-active{background:#f2f2f2;color:var(--ink);box-shadow:inset 3px 0 0 var(--ink)}.favorites-quota{display:none;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;color:var(--ink-2);font-size:12px}.favorites-quota-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.favorites-quota-head strong{color:var(--ink);font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}.favorites-quota-bar{height:6px;overflow:hidden;border-radius:999px;background:#eeeeef}.favorites-quota-fill{display:block;height:100%;border-radius:inherit;background:var(--ink)}.favorites-quota-error{margin-top:8px;color:var(--ink-3)}.favorites-main{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;background:#fff}.favorites-main-head{min-height:64px;flex:0 0 auto;display:flex;align-items:center;border-bottom:1px solid var(--line);padding:0 18px}.favorites-main-title{margin:0;color:var(--ink);font-size:20px;font-weight:760;line-height:1.2}.favorites-main-query{margin:4px 0 0;color:var(--ink-3);font-size:12px}.favorites-content{min-height:0;flex:1 1 auto;overflow-y:auto;padding:18px}.favorites-list{display:grid;gap:12px}.favorites-load-more{display:flex;justify-content:center;padding:18px 0 2px}.favorites-load-more button{min-width:128px;height:38px;border:1px solid #e4e4e4;border-radius:12px;background:#fff;color:var(--ink-2);font-size:14px;font-weight:650}.favorites-load-more button:hover:not(:disabled){background:var(--highlight);color:var(--ink)}.favorites-load-more button:disabled{cursor:default;opacity:.58}.favorite-item{display:flex;min-width:0;border:1px solid rgba(31,31,31,.08);border-radius:18px;background:#fff;box-shadow:0 8px 20px #14142809;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.favorite-item:hover{transform:translateY(-1px);border-color:#1f1f1f21;box-shadow:0 14px 30px #14142812}.favorite-item-main{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;border:0;border-radius:inherit;background:transparent;padding:14px 16px;text-align:left}.favorite-item-visual,.favorite-item-thumb{width:42px;height:42px;border-radius:13px;flex:0 0 auto}.favorite-item-visual{display:grid;place-items:center;background:#f4f4f4;color:var(--ink)}.favorite-item-visual-file,.favorite-item-visual-image{background:#eef4ff;color:#2f78ff}.favorite-item-visual-location{background:#edf8f2;color:#16a05d}.favorite-item-visual-note{background:#f7f1e7;color:#7a5620}.favorite-item-thumb{display:block;-o-object-fit:cover;object-fit:cover}.favorite-item-copy{min-width:0;display:grid;gap:5px}.favorite-item-title-row{min-width:0;display:flex;align-items:center;gap:8px}.favorite-item-title{min-width:0;overflow:hidden;color:var(--ink);font-size:15px;font-weight:720;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.favorite-item-kind{flex:0 0 auto;border-radius:999px;background:var(--highlight);color:var(--ink-2);padding:2px 8px;font-size:11px;font-weight:650;line-height:1.45}.favorite-item-preview{min-width:0;overflow:hidden;color:var(--ink-2);font-size:14px;line-height:1.42;text-overflow:ellipsis;white-space:nowrap}.favorite-item-meta{min-width:0;display:flex;align-items:center;gap:8px;color:var(--ink-3);font-size:12px;line-height:1.35}.favorite-item-source,.favorite-item-date{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-item-date{font-variant-numeric:tabular-nums}.favorite-delete{width:42px;flex:0 0 42px;display:grid;place-items:center;border:0;border-left:1px solid transparent;border-radius:0 18px 18px 0;background:transparent;color:var(--ink-3);opacity:1;transition:color .15s ease,opacity .15s ease,background .15s ease}.favorite-delete:hover{background:#fff5f5;color:var(--danger)}.favorites-state{min-height:320px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:18px;background:#fff;text-align:center}.favorites-state-title{margin:0;color:var(--ink-2);font-size:15px;font-weight:700}.favorites-state-detail{margin:6px 0 0;color:var(--ink-3);font-size:13px}@media(min-width:720px){.favorites-page{display:grid;grid-template-columns:280px minmax(0,1fr)}.favorites-sidebar{min-height:100%;border-right:1px solid var(--line);border-bottom:0;background:#fafafa;padding:24px 14px 18px}.favorites-filter-list{flex-direction:column;overflow:visible;padding-bottom:0}.favorites-quota{display:block;margin-top:auto}.favorites-main-head{padding:0 28px}.favorites-content{padding:24px 28px 80px}.favorite-delete{opacity:0}.favorite-item:hover .favorite-delete{opacity:1}}@media(min-width:900px){.screen:has(.favorites-page){padding-left:0!important;padding-right:32px!important;background:#fff!important}.screen:has(.favorites-page) .favorites-page{width:min(100%,1180px);min-height:100vh;margin:0}}@media(max-width:520px){.favorites-sidebar{padding:12px}.favorite-item-main{grid-template-columns:42px minmax(0,1fr)}.favorite-item-main .favorite-item-date{display:none}}@property --wb-hover-scale{syntax: "<number>"; inherits: false; initial-value: 1;}.screen:has(.wb-root){overflow:hidden!important;padding:0!important;background:#1a1a1c!important}.pm-root:has(.wb-root){height:100%;min-height:0;background:#1a1a1c}.pm-body:has(.wb-root){display:flex;min-height:0}.pm-root:has(.wb-root) .pm-head{background:#1a1a1c}.pm-root:has(.wb-root) .pm-head:before{display:none}.pm-root:has(.wb-root) .pm-navchip{background:#ffffff0d;color:#ffffff9e;backdrop-filter:blur(12px) saturate(1.4) url(#pm-glass-distort);box-shadow:0 2px 10px #00000047}.pm-root:has(.wb-root) .pm-navchip:hover{background:#ffffff1a;color:#ffffffe6}.pm-root:has(.wb-root) .pm-navchip.is-active,.pm-root:has(.wb-root) .pm-navchip.is-active:hover{background:#ffffffc7;color:#1a1a1c;box-shadow:0 3px 12px #0000005c}.pm-root:has(.wb-root) .pm-tb-icon{color:#ffffff80}.wb-root{--wb-bg: #1a1a1c;--wb-panel: #26262b;--wb-panel-2: #303036;--wb-line: rgba(255, 255, 255, .08);--wb-line-2: rgba(255, 255, 255, .12);--wb-ink: #f2f2f4;--wb-ink-2: rgba(255, 255, 255, .62);--wb-ink-3: rgba(255, 255, 255, .4);--wb-accent: #6b8afd;--wb-radius: 12px;flex:1 1 auto;display:flex;min-height:0;position:relative}.wb-stage{position:relative;flex:1 1 auto;overflow:hidden;cursor:default;overscroll-behavior:none;touch-action:none;background-color:var(--wb-bg)}.wb-stage.is-panning{cursor:grab}.wb-stage.is-panning:active{cursor:grabbing}.wb-world{position:absolute;top:0;left:0;width:0;height:0;transform-origin:0 0}.wb-center-note{position:absolute;inset:0;margin:auto;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;text-align:center;color:var(--wb-ink-3);display:flex;flex-direction:column;gap:12px;align-items:center}.wb-card{position:absolute;top:0;left:0;--wb-hover-scale: 1;border-radius:var(--wb-radius);box-shadow:0 2px 6px #0006,0 10px 30px #00000059;outline:1px solid rgba(255,255,255,.08);transition:--wb-hover-scale .16s ease,box-shadow .18s ease}.wb-card-inner{position:absolute;inset:0;border-radius:inherit;overflow:hidden;background:var(--wb-panel);display:flex}@keyframes wb-pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.wb-card.is-new .wb-card-inner{animation:wb-pop .34s cubic-bezier(.18,.9,.28,1.2);transform-origin:var(--wb-pop-origin, center)}.wb-card:hover{--wb-hover-scale: 1.02}.wb-card:not(.wb-card--stack):not(.wb-card--folder):hover{box-shadow:0 12px 34px #00000075}.wb-card:after{content:"";position:absolute;inset:-4px;border-radius:calc(var(--wb-radius) + 4px);border:2px solid rgba(255,255,255,.92);pointer-events:none;opacity:0;transition:opacity .26s ease;z-index:4}.wb-card.is-selected:after,.wb-card.is-editing:after{opacity:1}.wb-card.is-drop-target:after{opacity:1;border-style:dashed;border-color:#fff9}.wb-card--stack,.wb-card--folder{box-shadow:none;outline:none}.wb-card--stack .wb-card-inner,.wb-card--folder .wb-card-inner{background:transparent;overflow:visible}.wb-handle{position:absolute;width:calc(16px / var(--wb-scale, 1));height:calc(16px / var(--wb-scale, 1));z-index:5}.wb-handle--nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nwse-resize}.wb-handle--n{top:0;left:50%;transform:translate(-50%,-50%);cursor:ns-resize}.wb-handle--ne{top:0;right:0;transform:translate(50%,-50%);cursor:nesw-resize}.wb-handle--e{top:50%;right:0;transform:translate(50%,-50%);cursor:ew-resize}.wb-handle--se{bottom:0;right:0;transform:translate(50%,50%);cursor:nwse-resize}.wb-handle--s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:ns-resize}.wb-handle--sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:nesw-resize}.wb-handle--w{top:50%;left:0;transform:translate(-50%,-50%);cursor:ew-resize}.wb-marquee{position:absolute;top:0;left:0;background:#6b8afd1f;border:calc(1px / var(--wb-scale, 1)) solid rgba(107,138,253,.8);pointer-events:none}.wb-text-body,.wb-doc-body,.wb-table-body,.wb-sticky-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;overflow:hidden}.wb-editor{flex:1 1 auto;min-height:0;overflow:auto;pointer-events:none}[data-editing]>.wb-editor{pointer-events:auto}.wb-editor .tiptap{min-height:100%;padding:12px 14px;outline:none;font-size:14px;line-height:1.55;color:var(--wb-ink);word-break:break-word}.wb-editor--sticky .tiptap{color:inherit;font-size:22px;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,Monaco,Cascadia Code,monospace;line-height:1.5;padding:18px 20px;caret-color:currentColor}.wb-editor--sticky .tiptap p.is-editor-empty:first-child:before{color:currentColor;opacity:.5}.wb-editor .tiptap p{margin:0 0 .35em}.wb-editor .tiptap h1,.wb-editor .tiptap h2,.wb-editor .tiptap h3{margin:.5em 0 .3em;line-height:1.3}.wb-editor .tiptap ul,.wb-editor .tiptap ol{padding-left:1.4em;margin:0 0 .35em}.wb-editor .tiptap pre{background:#ffffff0f;border-radius:6px;padding:8px 10px;font-size:12.5px;overflow-x:auto}.wb-editor .tiptap blockquote{border-left:3px solid rgba(255,255,255,.2);margin:.3em 0;padding-left:10px;color:var(--wb-ink-2)}.wb-editor .tiptap a{color:var(--wb-accent)}.wb-editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#ffffff47;pointer-events:none;height:0}.wb-editor .tiptap table{border-collapse:collapse;width:100%;table-layout:fixed;margin:.2em 0}.wb-editor .tiptap th,.wb-editor .tiptap td{border:1px solid rgba(255,255,255,.16);padding:5px 8px;vertical-align:top;min-width:40px}.wb-editor .tiptap th{background:#ffffff0d;font-weight:600;text-align:left}.wb-editor .tiptap .selectedCell{background:#6b8afd29}.wb-table-controls{flex:0 0 auto;display:flex;gap:4px;padding:6px 8px;border-top:1px solid var(--wb-line);background:var(--wb-panel-2)}.wb-table-controls button{border:1px solid var(--wb-line-2);background:transparent;border-radius:6px;padding:3px 8px;font-size:12px;color:var(--wb-ink-2);cursor:pointer}.wb-table-controls button:hover{background:#ffffff0f;color:var(--wb-ink)}.wb-sticky-body{border-radius:inherit}.wb-image-body,.wb-video-body{flex:1 1 auto;min-width:0;position:relative;background:#000}.wb-image-body img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wb-video-body video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;background:#000;pointer-events:none}.wb-video-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:999px;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;pointer-events:none;transition:opacity .15s ease}.wb-video-body:hover .wb-video-badge{opacity:0}.wb-media-missing{flex:1 1 auto;display:flex;align-items:center;justify-content:center;color:var(--wb-ink-3);font-size:13px}.wb-media-uploading{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:999px;background:#00000073;display:flex;align-items:center;justify-content:center;pointer-events:none}.wb-spinner{width:12px;height:12px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:wb-spin .7s linear infinite}@keyframes wb-spin{to{transform:rotate(360deg)}}.wb-image-note{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:linear-gradient(transparent,#000000d1);color:#fff;font-size:12.5px;line-height:1.4;max-height:45%;overflow:auto}.wb-image-note-input{width:100%;background:#00000080;border:1px solid rgba(255,255,255,.25);border-radius:6px;color:#fff;font:inherit;padding:5px 7px;resize:none;min-height:44px;outline:none}.wb-link-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;overflow:hidden}.wb-link-image{flex:1 1 auto;min-height:0;background:#000}.wb-link-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wb-link-meta{flex:0 0 auto;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.wb-link-site{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--wb-ink-3)}.wb-link-favicon{width:14px;height:14px;border-radius:3px;-o-object-fit:contain;object-fit:contain}.wb-link-site span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-link-open{color:var(--wb-ink-3);display:inline-flex;padding:2px;border-radius:4px}.wb-link-open:hover{color:var(--wb-accent);background:#6b8afd24}.wb-link-title{font-size:13.5px;font-weight:600;color:var(--wb-ink);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.wb-link-desc{font-size:12px;color:var(--wb-ink-2);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wb-stack-pile2{position:absolute;inset:0}.wb-stack-layer2{position:absolute;inset:0;border-radius:10px;overflow:hidden;background:var(--wb-panel-2);border:1.5px solid rgba(255,255,255,.65);box-shadow:0 6px 18px #00000080;display:flex;transform-origin:50% 60%}.wb-stack-layer2>*{flex:1 1 auto;min-width:0}.wb-stack-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--wb-ink-3);font-size:12px}.wb-stack-chrome{position:absolute;top:calc(8px / var(--wb-scale, 1));left:0;right:0;z-index:25;display:flex;align-items:center;justify-content:center;padding:0 calc(10px / var(--wb-scale, 1));pointer-events:none}.wb-stack-x{position:absolute;left:calc(10px / var(--wb-scale, 1));width:calc(24px / var(--wb-scale, 1));height:calc(24px / var(--wb-scale, 1));border-radius:999px;border:0;background:#00000073;color:#fff;cursor:pointer;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;font-size:calc(13px / var(--wb-scale, 1));backdrop-filter:blur(4px)}.wb-stack-x:hover{background:#000000b3}.wb-stack-num{font-size:calc(12px / var(--wb-scale, 1));font-variant-numeric:tabular-nums;color:#fff;background:#00000073;border-radius:999px;padding:calc(2px / var(--wb-scale, 1)) calc(9px / var(--wb-scale, 1));text-shadow:0 1px 2px rgba(0,0,0,.4);backdrop-filter:blur(4px)}.wb-mini-media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wb-mini-note{width:100%;height:100%}.wb-mini-blank{width:100%;height:100%;background:var(--wb-panel-2)}.wb-mini-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--wb-ink-3);font-size:22px;background:var(--wb-panel-2)}.wb-mini-doc{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:6px;font-size:10px;line-height:1.3;color:var(--wb-ink-2);background:var(--wb-panel-2);text-align:center;overflow:hidden}.wb-glass-defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.wb-glass{background:linear-gradient(135deg,#ffffff29,#ffffff0d);backdrop-filter:blur(5px) saturate(1.6) url(#wb-glass-distort);border:1px solid rgba(255,255,255,.18);box-shadow:inset 1px 1px 1px #ffffff59,inset -1px -1px 2px #ffffff0f,0 10px 28px #0006}.wb-folder-body{position:absolute;inset:0;border-radius:var(--wb-radius)}.wb-folder-body:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.03) 34%,transparent 62%);pointer-events:none;z-index:1}.wb-folder-empty-glyph{position:absolute;inset:0 0 22%;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:40px;text-shadow:0 1px 2px rgba(0,0,0,.3);z-index:2}.wb-folder-fan{position:absolute;inset:0;z-index:2;pointer-events:none}.wb-fan-card{position:absolute;border-radius:8px;overflow:hidden;background:var(--wb-panel-2);border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 12px #00000073;display:flex}.wb-fan-card>*{flex:1 1 auto;min-width:0}.wb-fan-more{align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;letter-spacing:.02em;background:#3c3c42b3;backdrop-filter:blur(8px) saturate(1.3);text-shadow:0 1px 3px rgba(0,0,0,.5)}.wb-folder-namebar{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:8px 12px 9px;border-radius:0 0 var(--wb-radius) var(--wb-radius);background:linear-gradient(transparent,#00000047)}.wb-folder-name{font-size:12.5px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.wb-status{position:absolute;top:12px;right:14px;font-size:12px;color:var(--wb-ink-3);background:#1e1e22cc;backdrop-filter:blur(6px);border-radius:999px;padding:3px 10px;pointer-events:none}.wb-status[data-state=error]{color:#fda4af;background:#501e28b3}.wb-upload-toast{position:absolute;top:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;font-size:13px;color:var(--wb-ink);background:#1e1e22f5;box-shadow:0 6px 24px #00000080;border-radius:999px;padding:6px 14px}.wb-upload-toast.is-error{color:#fda4af}.wb-upload-toast button{border:0;background:none;cursor:pointer;color:inherit;display:inline-flex;padding:2px}.wb-bl{position:absolute;bottom:20px;left:20px;display:flex;align-items:flex-end;gap:8px}.wb-br{position:absolute;bottom:20px;right:20px;display:flex;align-items:center;gap:8px}.wb-icon-btn{width:44px;height:44px;border-radius:999px;border:1px solid var(--wb-line);background:#1e1e22eb;color:var(--wb-ink);display:inline-flex;align-items:center;justify-content:center;font-size:19px;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 4px 16px #0006}.wb-icon-btn:hover{background:#2d2d32f2}.wb-add{font-size:22px}.wb-book{position:relative;gap:3px;padding:0 4px;width:58px}.wb-book-caret{font-size:11px;opacity:.7}.wb-page-pill{height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--wb-line);background:#1e1e22eb;color:var(--wb-ink);font-size:14px;font-variant-numeric:tabular-nums;letter-spacing:.02em;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 4px 16px #0006}.wb-page-pill:hover{background:#2d2d32f2}.wb-toolbar{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;background:#1c1c20f0;border:1px solid var(--wb-line);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 28px #00000080;padding:8px 12px}.wb-tool{width:40px;height:40px;border:0;background:none;border-radius:12px;color:var(--wb-ink-2);font-size:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wb-tool:hover{background:#ffffff14;color:var(--wb-ink)}.wb-tool.is-active{color:var(--wb-accent)}.wb-tool--text{width:auto;gap:6px;padding:0 14px;font-size:14px;color:var(--wb-ink);background:#6b8afd29}.wb-tool--text:hover{background:#6b8afd42}.wb-tool--text i{font-size:18px}.wb-tool-sep{width:1px;height:26px;background:var(--wb-line-2);margin:0 4px}.wb-pop{position:absolute;bottom:56px;right:0;min-width:232px;background:#202024fa;border:1px solid var(--wb-line);border-radius:14px;box-shadow:0 12px 40px #0009;padding:6px;backdrop-filter:blur(14px);z-index:40}.wb-pop--settings{left:0;right:auto;min-width:208px}.wb-pop-head{padding:8px 10px 6px;font-size:12px;color:var(--wb-ink-3);letter-spacing:.02em}.wb-pop-item{width:100%;display:flex;align-items:center;gap:10px;border:0;background:none;text-align:left;padding:9px 10px;border-radius:9px;font-size:13.5px;color:var(--wb-ink);cursor:pointer}.wb-pop-item i{font-size:18px;color:var(--wb-ink-2);flex:0 0 auto}.wb-pop-item span{flex:1 1 auto}.wb-pop-item kbd{font-size:11px;color:var(--wb-ink-3);background:#ffffff12;border-radius:5px;padding:1px 6px;font-family:inherit}.wb-pop-item:hover{background:#ffffff12}.wb-pop-item:hover i{color:var(--wb-ink)}.wb-pop-trail{font-size:13px!important;opacity:.6}.wb-pop-sep{height:1px;background:var(--wb-line);margin:5px 6px}.wb-pop-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:13px;color:var(--wb-ink-2)}.wb-zoom-inline{display:flex;align-items:center;gap:2px}.wb-zoom-inline button{border:0;background:#ffffff0f;color:var(--wb-ink);width:26px;height:26px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px}.wb-zoom-inline button:hover{background:#ffffff1f}.wb-zoom-pct{width:auto!important;padding:0 8px;font-variant-numeric:tabular-nums}.wb-pop--spaces{min-width:264px}.wb-space-list{max-height:320px;overflow:auto}.wb-space-row{display:flex;align-items:center;gap:4px;border-radius:9px;padding:2px 4px 2px 2px}.wb-space-row.is-active{background:#6b8afd24}.wb-space-name{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:8px;border:0;background:none;color:var(--wb-ink);padding:8px;border-radius:8px;cursor:pointer;font-size:13.5px;text-align:left}.wb-space-name i{color:var(--wb-ink-2);font-size:16px}.wb-space-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-space-name:hover{background:#ffffff0d}.wb-space-rename{flex:1 1 auto;min-width:0;background:#ffffff14;border:1px solid var(--wb-accent);border-radius:8px;color:var(--wb-ink);font:inherit;padding:7px 8px;outline:none}.wb-space-actions{display:flex;gap:2px;opacity:0;transition:opacity .1s}.wb-space-row:hover .wb-space-actions{opacity:1}.wb-space-actions button{border:0;background:none;color:var(--wb-ink-3);width:28px;height:28px;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:15px}.wb-space-actions button:hover{background:#ffffff14;color:var(--wb-ink)}.wb-space-new{margin-top:4px;border-top:1px solid var(--wb-line);border-radius:0 0 9px 9px}.wb-color-pop{position:fixed;transform:translate(-50%,-120%);display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:#202024fa;border:1px solid var(--wb-line);border-radius:14px;box-shadow:0 12px 40px #0009;padding:12px;z-index:50}.wb-swatch{width:30px;height:30px;border-radius:8px;border:2px solid rgba(255,255,255,.15);cursor:pointer}.wb-swatch:hover{border-color:#fff;transform:scale(1.08)}.wb-menu{position:fixed;z-index:60;min-width:140px;background:#202024fa;border:1px solid var(--wb-line);border-radius:10px;box-shadow:0 10px 34px #0009;padding:5px;display:flex;flex-direction:column;backdrop-filter:blur(14px)}.wb-menu button{border:0;background:none;text-align:left;padding:8px 10px;border-radius:7px;font-size:13px;color:var(--wb-ink);cursor:pointer}.wb-menu button:hover{background:#ffffff12}.wb-menu button.is-danger{color:#fda4af}.wb-menu button.is-danger:hover{background:#78283266}.wb-overlay{position:absolute;inset:0;z-index:70;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:40px}.wb-overlay-head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--wb-line);color:var(--wb-ink)}.wb-overlay-title{flex:1 1 auto;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-overlay-count{font-size:12px;color:var(--wb-ink-3);font-variant-numeric:tabular-nums}.wb-overlay-close{border:0;background:none;color:var(--wb-ink-2);width:30px;height:30px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.wb-overlay-close:hover{background:#ffffff14;color:var(--wb-ink)}.wb-stack-viewer{width:min(520px,92%);max-height:86%;display:flex;flex-direction:column;background:var(--wb-panel);border:1px solid var(--wb-line);border-radius:16px;box-shadow:0 24px 70px #000000b3;overflow:hidden}.wb-stack-view-body{flex:1 1 auto;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;padding:18px}.wb-stack-view-card{width:100%;max-height:60vh;min-height:260px;display:flex;border-radius:10px;overflow:hidden;background:var(--wb-panel-2)}.wb-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid var(--wb-line);background:#141416e6;color:var(--wb-ink);cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.wb-nav:hover{background:#2d2d32f2}.wb-nav-prev{left:8px}.wb-nav-next{right:8px}.wb-overlay-foot{flex:0 0 auto;display:flex;gap:8px;justify-content:flex-end;padding:12px 14px;border-top:1px solid var(--wb-line)}.wb-folder-viewer{width:min(720px,94%);max-height:86%;display:flex;flex-direction:column;background:var(--wb-panel);border:1px solid var(--wb-line);border-radius:16px;box-shadow:0 24px 70px #000000b3;overflow:hidden}.wb-folder-grid{flex:1 1 auto;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px;padding:16px}.wb-folder-item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--wb-line);background:var(--wb-panel-2);cursor:grab;touch-action:none;transition:transform .12s ease,box-shadow .12s ease}.wb-folder-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006}.wb-folder-item:active{cursor:grabbing}.wb-folder-item-preview{position:absolute;inset:0;display:flex;pointer-events:none}.wb-folder-item-preview>*{flex:1 1 auto}.wb-folder-empty{grid-column:1 / -1;text-align:center;color:var(--wb-ink-3);padding:40px;font-size:13px}.wb-folder-hint{flex:0 0 auto;text-align:center;color:var(--wb-ink-3);font-size:12px;padding:6px 0 12px}.wb-drag-ghost{position:fixed;z-index:90;width:84px;height:84px;border-radius:10px;overflow:hidden;transform:translate(-50%,-50%) rotate(-3deg);box-shadow:0 12px 30px #0009;pointer-events:none;display:flex;opacity:.92}.wb-drag-ghost>*{flex:1 1 auto}.wb-scratch{position:absolute;top:0;right:0;bottom:0;width:min(360px,82%);background:#18181cfa;border-left:1px solid var(--wb-line);box-shadow:-12px 0 40px #00000080;display:flex;flex-direction:column;z-index:55;backdrop-filter:blur(12px)}.wb-scratch-head{display:flex;align-items:center;gap:8px;padding:14px 14px 10px;color:var(--wb-ink);font-size:14px;font-weight:600;border-bottom:1px solid var(--wb-line)}.wb-scratch-head i{color:var(--wb-accent);font-size:18px}.wb-scratch-hint{margin-left:auto;font-size:11px;color:var(--wb-ink-3);font-weight:400}.wb-scratch-close{border:0;background:none;color:var(--wb-ink-2);width:28px;height:28px;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.wb-scratch-close:hover{background:#ffffff14}.wb-scratch-area{flex:1 1 auto;border:0;background:none;color:var(--wb-ink);padding:14px;font-size:14px;line-height:1.6;resize:none;outline:none}.wb-scratch-area::-moz-placeholder{color:var(--wb-ink-3)}.wb-scratch-area::placeholder{color:var(--wb-ink-3)}.wb-checklist{position:absolute;bottom:76px;right:20px;width:min(320px,84%);max-height:70%;background:#1a1a1efa;border:1px solid var(--wb-line);border-radius:16px;box-shadow:0 20px 60px #0009;display:flex;flex-direction:column;z-index:45;backdrop-filter:blur(14px)}.wb-checklist-head{display:flex;align-items:center;gap:6px;padding:14px 14px 12px;border-bottom:1px solid var(--wb-line)}.wb-checklist-eyebrow{color:var(--wb-ink-3);font-size:14px}.wb-checklist-title{flex:1 1 auto;color:var(--wb-ink);font-size:15px;font-weight:600}.wb-checklist-close{border:0;background:none;color:var(--wb-ink-2);width:28px;height:28px;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.wb-checklist-close:hover{background:#ffffff14}.wb-checklist-body{overflow:auto;padding:6px}.wb-check-row{width:100%;display:flex;align-items:center;gap:12px;border:0;background:none;padding:11px 10px;border-radius:10px;cursor:pointer;color:var(--wb-ink);font-size:14px;text-align:left}.wb-check-row:hover{background:#ffffff0d}.wb-check-box{flex:0 0 auto;width:22px;height:22px;border-radius:7px;border:1.5px solid var(--wb-line-2);display:inline-flex;align-items:center;justify-content:center;color:var(--wb-accent);font-size:13px}.wb-check-row.is-done .wb-check-box{background:var(--wb-accent);border-color:var(--wb-accent);color:#fff}.wb-check-label{flex:1 1 auto}.wb-check-row.is-done .wb-check-label{text-decoration:line-through;color:var(--wb-ink-3)}.wb-check-row kbd{font-size:11px;color:var(--wb-ink-3);background:#ffffff12;border-radius:5px;padding:2px 6px;font-family:inherit}.wb-doc-preview{flex:1 1 auto;min-width:0;position:relative;display:flex;flex-direction:column;gap:8px;padding:18px 18px 16px;overflow:hidden}.wb-doc-title{font-size:19px;font-weight:700;line-height:1.3;color:var(--wb-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.wb-doc-title.is-empty{color:var(--wb-ink-3);font-weight:600}.wb-doc-snippet{font-size:13px;line-height:1.5;color:var(--wb-ink-2);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.wb-doc-openhint{position:absolute;bottom:10px;right:12px;color:var(--wb-ink-3);font-size:15px;opacity:0;transition:opacity .15s ease}.wb-card--doc:hover .wb-doc-openhint{opacity:.7}.wb-doc-overlay{position:absolute;inset:0;z-index:80;background:var(--wb-bg);display:flex;justify-content:center;overflow:auto;animation:wb-doc-in .2s ease}@keyframes wb-doc-in{0%{opacity:0}to{opacity:1}}.wb-doc-back{position:absolute;top:20px;left:20px;width:44px;height:44px;border-radius:999px;border:1px solid var(--wb-line);background:#28282de6;color:var(--wb-ink);display:inline-flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;z-index:2}.wb-doc-back:hover{background:#37373ef2}.wb-doc-page{width:min(720px,100%);padding:80px 40px 120px}.wb-doc-fulleditor .tiptap{outline:none;color:var(--wb-ink);font-size:16px;line-height:1.7;min-height:60vh}.wb-doc-fulleditor .tiptap>:first-child{font-size:30px;font-weight:700;line-height:1.25;margin:0 0 .4em}.wb-doc-fulleditor .tiptap p{margin:0 0 .6em}.wb-doc-fulleditor .tiptap h1{font-size:26px;font-weight:700;margin:.6em 0 .3em}.wb-doc-fulleditor .tiptap h2{font-size:21px;font-weight:700;margin:.6em 0 .3em}.wb-doc-fulleditor .tiptap h3{font-size:18px;font-weight:600;margin:.5em 0 .3em}.wb-doc-fulleditor .tiptap ul,.wb-doc-fulleditor .tiptap ol{padding-left:1.5em;margin:0 0 .6em}.wb-doc-fulleditor .tiptap blockquote{border-left:3px solid var(--wb-line-2);padding-left:14px;color:var(--wb-ink-2);margin:.4em 0}.wb-doc-fulleditor .tiptap pre{background:#ffffff0f;border-radius:8px;padding:12px 14px;font-size:13px;overflow-x:auto}.wb-doc-fulleditor .tiptap a{color:var(--wb-accent)}.wb-doc-fulleditor .tiptap table{border-collapse:collapse;width:100%;margin:.4em 0}.wb-doc-fulleditor .tiptap th,.wb-doc-fulleditor .tiptap td{border:1px solid var(--wb-line-2);padding:6px 10px}.wb-doc-fulleditor .tiptap th{background:#ffffff0d}.wb-doc-fulleditor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#ffffff47;pointer-events:none;height:0;font-size:30px;font-weight:700}.wb-viewer{position:absolute;inset:0;z-index:85;background:#08080af0;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:wb-doc-in .18s ease}.wb-viewer-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:999px;border:0;background:#ffffff1a;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px;z-index:2}.wb-viewer-close:hover{background:#fff3}.wb-viewer-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.wb-viewer-img{max-width:92%;max-height:86%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;transition:transform .05s linear;will-change:transform}.wb-viewer-img:active{cursor:grabbing}.wb-viewer-bar{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;background:#1e1e22f0;border:1px solid var(--wb-line);border-radius:12px;padding:6px 8px;box-shadow:0 8px 28px #00000080;backdrop-filter:blur(10px)}.wb-viewer-bar button{border:0;background:#ffffff0f;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.wb-viewer-bar button:hover{background:#ffffff24}.wb-viewer-pct{width:auto!important;padding:0 10px;font-variant-numeric:tabular-nums;font-size:12px}.wb-viewer-sep{width:1px;height:22px;background:var(--wb-line-2);margin:0 4px}.wb-viewer-note{width:220px;border:0;background:#ffffff0f;color:#fff;border-radius:8px;padding:7px 10px;font-size:13px;outline:none}.wb-viewer-note::-moz-placeholder{color:#fff6}.wb-viewer-note::placeholder{color:#fff6}.wb-dialog-backdrop{position:absolute;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;padding-top:18vh;z-index:70}.wb-dialog{width:min(420px,calc(100vw - 48px));background:var(--wb-panel);border:1px solid var(--wb-line);border-radius:14px;box-shadow:0 20px 60px #0009;padding:16px;display:flex;flex-direction:column;gap:12px}.wb-dialog-title{font-size:15px;font-weight:600;color:var(--wb-ink)}.wb-dialog input{border:1px solid var(--wb-line-2);background:#ffffff0d;border-radius:8px;padding:9px 12px;font-size:14px;outline:none;color:var(--wb-ink)}.wb-dialog input:focus{border-color:var(--wb-accent);box-shadow:0 0 0 3px #6b8afd33}.wb-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.wb-btn{border:1px solid var(--wb-line-2);background:#ffffff0d;border-radius:8px;padding:7px 16px;font-size:13px;cursor:pointer;color:var(--wb-ink)}.wb-btn:hover{background:#ffffff1a}.wb-btn.is-danger{color:#fda4af;border-color:#fda4af4d}.wb-btn.is-danger:hover{background:#78283259}.wb-btn--primary{background:var(--wb-accent);border-color:var(--wb-accent);color:#fff}.wb-btn--primary:hover{background:#5a79ec}html.elys-ui .chat-sidebar-resizer{display:none}@media(min-width:900px){html.elys-ui .chat-screen{border-right:0!important;padding-left:calc(var(--chat-sidebar-w, 232px) + 9px)!important;width:100%!important;max-width:none!important;background:#fdfdfc!important;transition:padding-left .26s cubic-bezier(.4,0,.2,1)!important}html.elys-ui .chat-sidebar{width:var(--chat-sidebar-w, 232px)!important;padding-left:10px!important;padding-right:14px!important;border-left-color:#d6d6d6!important;transition:transform .26s cubic-bezier(.4,0,.2,1),opacity .2s ease!important;will-change:transform}html.is-glass .chat-sidebar{padding-top:48px!important}html.elys-ui .chat-sidebar-resizer{display:block;position:absolute;top:0;bottom:0;right:-3px;width:9px;z-index:10;cursor:col-resize!important;touch-action:none;-webkit-app-region:no-drag}html.elys-ui .chat-sidebar-resizer:after{content:"";position:absolute;top:0;bottom:0;right:3px;width:2px;background:transparent;transition:background .15s ease}html.elys-ui .chat-sidebar-resizer:hover:after,html.elys-ui body.sidebar-resizing .chat-sidebar-resizer:after{background:#c9c9c9}html.elys-ui body.sidebar-resizing,html.elys-ui body.sidebar-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.elys-ui .composer{border-color:#e0e0e0!important;border-radius:20px!important}html.elys-ui .chat-thread{padding:60px 20px 232px!important;scroll-padding-bottom:232px;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 60px,#000 calc(100% - 140px),transparent calc(100% - 108px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 60px,#000 calc(100% - 140px),transparent calc(100% - 108px),transparent 100%)}html.elys-ui .composer-shell{background:transparent!important;left:calc(var(--chat-sidebar-w, 232px) + 9px)!important;right:9px!important;transition:left .26s cubic-bezier(.4,0,.2,1)!important}html.elys-ui .chat-screen.sidebar-collapsed .chat-sidebar{transform:translate(calc(-100% - 16px))!important;opacity:0!important;pointer-events:none!important}html.elys-ui .chat-screen.sidebar-collapsed{padding-left:16px!important}html.elys-ui .chat-screen.sidebar-collapsed .composer-shell{left:16px!important}html.elys-ui body.sidebar-resizing .chat-screen,html.elys-ui body.sidebar-resizing .composer-shell,html.elys-ui body.sidebar-resizing .chat-sidebar{transition:none!important}@media(prefers-reduced-motion:reduce){html.elys-ui .chat-sidebar,html.elys-ui .chat-screen,html.elys-ui .composer-shell{transition:none!important}}html.elys-ui .chat-topbar{position:fixed;top:5px;left:104px;z-index:60;display:flex;align-items:center;gap:4px;-webkit-app-region:no-drag}html.elys-ui .chat-topbar-btn{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#565656;-webkit-app-region:no-drag}html.elys-ui .chat-topbar-btn:hover{background:#1f1f1f0f;color:#1f1f1f}html.elys-ui .chat-topbar-btn.framed{border:1px solid rgba(0,0,0,.16);border-radius:50%;background:#ffffffb8;backdrop-filter:blur(8px) saturate(1.2)}html.elys-ui .chat-topbar-btn.framed:hover{background:#ffffffeb;color:#1f1f1f}html.elys-ui .chat-topbar-update{color:#2f6fed}html.elys-ui .chat-topbar-update:hover{background:#2f6fed1a;color:#2f6fed}html.elys-ui .composer.has-media{background:#ffffff6b!important;backdrop-filter:blur(22px) saturate(1.7)!important;border-color:#ffffff80!important;box-shadow:0 14px 34px #14142824!important}html.elys-ui .composer.has-media textarea{color:#1d1d1f!important}html.elys-ui .command-chip,html.elys-ui .composer-action-glass{background:transparent!important;backdrop-filter:none!important;border:0!important;box-shadow:none!important}html.elys-ui .command-chip:hover,html.elys-ui .composer-action-glass:hover:not(:disabled){background:#f5f5f3!important;border:0!important;box-shadow:0 3px 10px #1f1f1f12!important}html.elys-ui .command-chip:active,html.elys-ui .command-chip.active,html.elys-ui .composer-action-glass:active:not(:disabled){background:#ececea!important;border:0!important;box-shadow:inset 0 1px 2px #1f1f1f0e!important}html.elys-ui .chat-screen:not(.todo-page-screen) .chat-top{top:16px!important;left:250px!important}}html.elys-ui .composer-plus-wrap .composer-plus-menu,html.elys-ui .composer-model-settings .chat-settings-menu{background:linear-gradient(135deg,#ffffffc2,#ffffff75 48%,#ffffffa8),#ffffff6b!important;backdrop-filter:blur(28px) saturate(1.45) brightness(1.04)!important;box-shadow:inset 0 1px #fffffff2,inset 0 0 0 1px #ffffff7a,inset 0 -18px 36px #ffffff3d,0 22px 60px #1f1f1f2e,0 2px 10px #1f1f1f14!important}html.elys-ui .voice-mode-btn{font-size:0!important}html.elys-ui .voice-mode-btn.composer-action-glass{border:0!important;background:transparent!important;box-shadow:none!important}html.elys-ui .voice-mode-btn.composer-action-glass:hover:not(:disabled){background:#f5f5f3!important;box-shadow:0 3px 10px #1f1f1f12!important}html.elys-ui .voice-mode-btn.composer-action-glass.listening,html.elys-ui .voice-mode-btn.composer-action-glass:active:not(:disabled){background:#ececea!important;box-shadow:inset 0 1px 2px #1f1f1f0e!important}html.elys-ui .voice-mode-btn:before{content:"";display:inline-block;width:24px;height:24px;background-color:#1f1f1f80;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='9'%20y='3'%20width='6'%20height='11'%20rx='3'/%3E%3Cpath%20d='M6%2011a6%206%200%200%200%2012%200'/%3E%3Cpath%20d='M12%2017v3.5'/%3E%3Cpath%20d='M8.5%2020.5h7'/%3E%3C/svg%3E") center / 24px no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='9'%20y='3'%20width='6'%20height='11'%20rx='3'/%3E%3Cpath%20d='M6%2011a6%206%200%200%200%2012%200'/%3E%3Cpath%20d='M12%2017v3.5'/%3E%3Cpath%20d='M8.5%2020.5h7'/%3E%3C/svg%3E") center / 24px no-repeat}html.is-glass,html.is-glass body,html.is-glass #root,html.is-glass .phone{background:transparent!important}html.is-glass.login-route,html.is-glass.login-route body,html.is-glass.login-route #root{background:#fff!important}@media(min-width:900px){html.is-glass .screen{background:#fff!important}html.is-glass .screen:has(.feed-screen){background:transparent!important}html.is-glass .feed-screen{background:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important}html.is-glass .feed-screen.is-space-tab{background:transparent!important}html.is-glass .feed-tabs{background:#ffffff8c!important;border-color:#1f1f1f0f!important;backdrop-filter:blur(18px) saturate(1.3)}html.is-glass .tabbar{background:transparent!important}html.is-glass .desktop-nav-pill{background:#fff!important;backdrop-filter:none!important;border:1px solid rgba(31,31,31,.06)!important;box-shadow:0 6px 22px #1f1f1f24!important}html.is-glass .desktop-nav-pill:before{background:none!important}html.is-glass .desktop-nav-brand{top:54px!important;z-index:3!important}html.is-glass .desktop-nav-user{z-index:3!important}html.is-glass .chat-settings-trigger{-webkit-app-region:no-drag!important}}.elys-titlebar{display:none}html.is-glass .elys-titlebar{display:block;position:fixed;top:0;left:0;right:0;height:44px;-webkit-app-region:drag;z-index:30}html.is-glass:has(.im-desktop-screen) .elys-titlebar{right:auto;width:calc(50% + 110px)}html.is-glass:has(.im-desktop-screen) .elys-titlebar:after{content:"";position:fixed;top:0;height:44px;left:calc(50% + 280px);right:70px;-webkit-app-region:drag}html.is-glass:has(.elys-meet) .elys-titlebar,html.is-glass:has(.elys-meet-lobby) .elys-titlebar,html.is-glass:has(.elys-live) .elys-titlebar{display:none}html.is-glass .feed-tabs{z-index:40;-webkit-app-region:no-drag}html.is-glass .chat-top>*{-webkit-app-region:no-drag}html.is-glass .search-bar{-webkit-app-region:no-drag}html.is-glass .common-space-head{min-height:80px;padding-top:30px}html.is-glass .common-space-head .im-round-button{position:relative;z-index:40;-webkit-app-region:no-drag}html.is-glass .im-desktop-screen{box-sizing:border-box;padding-top:0;background:linear-gradient(180deg,#fafbfdf5,#f4f6f9fa)}html.is-glass .im-thread-head,html.is-glass .im-thread-head button,html.is-glass .im-thread-actions,html.is-glass .im-recipient-toggle{-webkit-app-region:no-drag}html.is-glass .im-thread-screen.embedded .im-thread-actions{position:relative;z-index:40;transform:translateY(8px);-webkit-app-region:no-drag}html.is-glass .im-thread-screen.embedded .im-thread-more{-webkit-app-region:no-drag}@media(min-width:900px){html.is-glass .screen:has(.im-desktop-screen){--im-desktop-head-h: 88px;--im-desktop-composer-h: 76px;background:#f4f6f9}html.is-glass .im-desktop-screen .im-list-pane{padding:40px 16px 18px;border-right:1px solid rgba(203,210,222,.62);background:#f6f8fbc7;box-shadow:inset -1px 0 #ffffffb8;backdrop-filter:blur(22px) saturate(1.08)}html.is-glass .im-list-head{padding:0 4px 16px}html.is-glass .im-list-title{gap:3px}html.is-glass .im-list-title span{color:#8a929f}html.is-glass .im-icon-button,html.is-glass .im-round-button{border-color:#ccd5e4e6;background:#ffffffc2;box-shadow:0 1px 2px #1622360a}html.is-glass .im-icon-button:hover,html.is-glass .im-round-button:hover{border-color:#bcc7d8f0;background:#fffffff0}html.is-glass .im-row{border:1px solid rgba(255,255,255,.72);background:#ffffffb8;box-shadow:0 1px 1px #141e3205}html.is-glass .im-row:hover{background:#ffffffe6}html.is-glass .im-row.active{border-color:#d2def0e6;background:#fffffff5;box-shadow:0 10px 24px #16223612,inset 3px 0 #2f73ff}html.is-glass .im-row.has-mention{background:#fff6f6e0}html.is-glass .im-row.has-mention.active{border-color:#facacaeb;background:#fffffff7;box-shadow:0 10px 24px #16223612,inset 3px 0 #f04444}html.is-glass .im-desktop-thread-pane,html.is-glass .im-desktop-empty{background:linear-gradient(180deg,#f8f9fceb,#f4f6f9fa)}html.is-glass .im-thread-screen.embedded{background:transparent!important;isolation:auto}html.is-glass .im-thread-screen.embedded .im-thread-head{position:absolute;top:0;left:0;right:0;z-index:31;height:100px;min-height:0;padding:0;border:none;background:none;box-shadow:none;backdrop-filter:none;pointer-events:none}html.is-glass .im-thread-screen.embedded .im-thread-head:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to bottom,#f4f6f9fa,#f4f6f9d1 20%,#f4f6f900 55%)}html.is-glass .im-thread-screen.embedded .im-thread-head>*{pointer-events:auto}html.is-glass .im-thread-screen.embedded .im-thread-title-pill{position:absolute;left:0;right:0;margin:0 auto;width:-moz-max-content;width:max-content;top:20px;transform:scale(.96);transform-origin:top center;max-width:calc(100% - 160px)}html.is-glass .im-thread-screen.embedded .im-thread-title-pill:active{transform:scale(.9);background:#ffffffd1}html.is-glass .im-thread-screen.embedded .im-thread-actions{position:absolute;right:20px;top:21px;transform:none;z-index:41}html.is-glass .im-thread-screen.embedded .im-thread-back{position:absolute;left:20px;top:52px}html.is-glass .im-thread-head strong{font-size:16px;font-weight:680;line-height:1.15}html.is-glass .im-thread-subtitle{margin-top:0;color:#8b94a3}html.is-glass .im-thread-more,html.is-glass .im-thread-head-spacer{width:36px;height:36px}html.is-glass .im-thread-more{border-radius:50%;background:#ffffff73;border:1px solid rgba(255,255,255,.6);box-shadow:none;backdrop-filter:blur(20px) saturate(1.7);color:#17181c}html.is-glass .im-thread-more:hover{background:#ffffffa6}html.is-glass .im-thread-more img{width:30px;height:30px;opacity:.86}html.is-glass .im-thread-screen.embedded .im-thread{padding-top:80px}html.is-glass .im-thread-screen.embedded .im-composer{min-height:var(--im-desktop-composer-h);border-top:none;background:transparent;backdrop-filter:none}html.is-glass .im-detail-shell{z-index:40}html.is-glass .im-detail-panel{background:#f2f4f8f0;backdrop-filter:blur(22px) saturate(1.08);-webkit-app-region:no-drag}html.is-glass .im-detail-head{min-height:68px;padding-top:16px;background:#f2f4f8f0}html.is-glass .im-composer-main{border:none;background:transparent;box-shadow:none}html.is-glass .im-composer button.im-tool{border-radius:50%}html.is-glass .im-composer button.im-tool:hover:not(:disabled),html.is-glass .im-composer button.im-tool.active{background:#ffffffa6}}html.is-electron *{cursor:default!important}html.is-electron input,html.is-electron textarea,html.is-electron [contenteditable],html.is-electron [contenteditable] *,html.is-electron [class*=-content],html.is-electron [class*=-content] *,html.is-electron [class*=-body],html.is-electron [class*=-body] *,html.is-electron .im-bubble,html.is-electron .im-bubble *,html.is-electron .bubble,html.is-electron .bubble *,html.is-electron p,html.is-electron li,html.is-electron blockquote,html.is-electron h1,html.is-electron h2,html.is-electron h3,html.is-electron h4,html.is-electron h5,html.is-electron h6,html.is-electron td,html.is-electron th,html.is-electron code,html.is-electron pre{cursor:text!important}html.is-electron [class*=-content] button,html.is-electron [class*=-content] [role=button],html.is-electron [class*=-body] button,html.is-electron [class*=-body] [role=button],html.is-electron .im-bubble button,html.is-electron .im-bubble [role=button],html.is-electron .bubble button,html.is-electron .bubble [role=button]{cursor:default!important}html.is-electron a[href^=http]:not([href*=localhost]){cursor:pointer!important}html.is-electron{-webkit-user-select:none;-moz-user-select:none;user-select:none}html.is-electron input,html.is-electron textarea,html.is-electron [contenteditable],html.is-electron [class*=-content],html.is-electron [class*=-body],html.is-electron .im-bubble,html.is-electron .bubble,html.is-electron p,html.is-electron li,html.is-electron blockquote,html.is-electron h1,html.is-electron h2,html.is-electron h3,html.is-electron h4,html.is-electron h5,html.is-electron h6,html.is-electron td,html.is-electron th,html.is-electron code,html.is-electron pre{-webkit-user-select:text;-moz-user-select:text;user-select:text}html.is-electron.is-unfocused .im-bubble-avatar-wrap img,html.is-electron.is-unfocused .chat-sidebar img,html.is-electron.is-unfocused .desktop-nav-user img,html.is-electron.is-unfocused .avatar img{filter:saturate(.5);transition:filter .25s ease}:root{--app-frame-max-width: 1120px;--app-frame-gutter: 24px;--app-frame-bar-height: 56px}.screen:has(.app-frame){padding:0;overflow:hidden;display:flex;flex-direction:column}.app-frame{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:var(--bg, #fff)}.app-frame-bar{flex:0 0 auto;display:flex;align-items:center;gap:10px;height:var(--app-frame-bar-height);padding:0 var(--app-frame-gutter)}html.is-glass .app-frame-bar{height:auto;padding-top:44px;padding-bottom:6px}.app-frame-back{position:relative;z-index:35;-webkit-app-region:no-drag;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:#ffffffb8;backdrop-filter:blur(10px) saturate(1.3);box-shadow:0 1px 3px #00000014;color:var(--ink, #1f1f1f);cursor:pointer;transition:background .15s ease,transform .12s ease}.app-frame-back:hover{background:#fffffff2}.app-frame-back:active{transform:scale(.93)}.app-frame-title{margin:0;font-size:17px;font-weight:600;line-height:1.2;color:var(--ink, #1f1f1f)}.app-frame-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.app-frame-body{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none}.app-frame-body::-webkit-scrollbar{width:0;height:0}.app-frame-content{width:100%;max-width:var(--app-frame-max-width);margin:0 auto;padding:4px var(--app-frame-gutter) 32px;animation:app-frame-enter .3s cubic-bezier(.22,1,.36,1) both}.app-frame-content.is-fluid{max-width:none}@keyframes app-frame-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.app-frame-content{animation:none}}@media(max-width:640px){:root{--app-frame-gutter: 16px;--app-frame-bar-height: 52px}}.im-address-header>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;background:#f4f5f7;color:#68707d}.im-contact-card{box-sizing:border-box;width:min(292px,70vw);display:grid;gap:0;overflow:hidden;border:1px solid rgba(30,34,45,.08);border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcff);color:#17181c;padding:0;font:inherit;text-align:left;box-shadow:0 8px 24px #161c2d14}button.im-contact-card{cursor:pointer}button.im-contact-card:hover{border-color:#4d8dff47;background:#fff;box-shadow:0 10px 28px #161c2d1f}button.im-contact-card:focus-visible{outline:2px solid #4d8dff;outline-offset:2px}.im-contact-card-head{display:flex;align-items:center;padding:12px 14px 4px}.im-contact-card-eyebrow{color:#9aa1ad;font-size:11px;font-weight:500;line-height:1.2}.im-contact-card-body{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:11px;padding:8px 14px 13px}.im-contact-card-avatar{width:40px;height:40px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(30,34,45,.06);border-radius:10px;background:#f2f5fa;color:#475066;font-size:17px;font-weight:600}.im-contact-picker-avatar{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#f2f4f8;color:#4f5665;font-size:18px;font-weight:600}.im-contact-card-avatar img,.im-contact-picker-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-contact-card-copy,.im-contact-picker-copy{min-width:0;display:grid;gap:4px}.im-contact-card-copy strong,.im-contact-card-copy small,.im-contact-picker-header strong,.im-contact-picker-header small,.im-contact-picker-copy strong,.im-contact-picker-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-contact-card-copy strong{color:#17181c;font-size:15.5px;font-weight:650;line-height:1.3}.im-contact-card-copy small{color:#7a8190;font-size:12px;line-height:1.35}.im-contact-card-foot{padding:9px 14px 10px;border-top:1px solid rgba(30,34,45,.07);background:#f7f9fcb8;color:#9aa1ad;font-size:11px;font-weight:500;line-height:1.3}.im-merged-forward-card{box-sizing:border-box;width:min(300px,70vw);display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #eceef3;border-radius:10px;background:#fff;color:#17181c;padding:12px;font:inherit;text-align:left;cursor:pointer}.im-merged-forward-card:hover{border-color:#dfe5f0;background:#fbfcff}.im-merged-forward-card:focus-visible{outline:2px solid #4d8dff;outline-offset:2px}.im-merged-forward-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#eef4ff;color:#2f6fe4}.im-merged-forward-main{min-width:0;display:grid;gap:3px}.im-merged-forward-main strong,.im-merged-forward-main span,.im-merged-forward-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-merged-forward-main strong{color:#17181c;font-size:14px;font-weight:650;line-height:1.35}.im-merged-forward-main span,.im-merged-forward-main small{color:#747b89;font-size:12px;line-height:1.35}.im-merged-forward-backdrop{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;background:#1118275c;padding:24px}.im-merged-forward-dialog{position:relative;z-index:1;width:min(520px,calc(100vw - 48px));max-height:min(640px,calc(100vh - 96px));display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#fff;color:#17181c;box-shadow:0 18px 50px #0f172a2e}.im-merged-forward-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid #eef1f5}.im-merged-forward-dialog>header div{min-width:0;display:grid;gap:4px}.im-merged-forward-dialog>header strong{color:#17181c;font-size:17px;font-weight:700;line-height:1.3}.im-merged-forward-dialog>header span{color:#8b929e;font-size:12px;line-height:1.3}.im-merged-forward-dialog>header button{flex:none;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#8b929e;cursor:pointer}.im-merged-forward-dialog>header button:hover{background:#f1f2f4}.im-merged-forward-list{flex:1;overflow-y:auto;padding:10px 14px 14px}.im-merged-forward-empty{padding:36px 0;color:#8b929e;text-align:center;font-size:13px}.im-merged-forward-row{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:10px 4px;border-bottom:1px solid #f0f2f5}.im-merged-forward-row:last-child{border-bottom:0}.im-merged-forward-avatar{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#f2f4f8;color:#4f5665;font-size:14px;font-weight:650}.im-merged-forward-avatar img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.im-merged-forward-row>div{min-width:0;display:grid;gap:4px}.im-merged-forward-row header{display:flex;align-items:baseline;gap:8px;min-width:0}.im-merged-forward-row header strong{min-width:0;overflow:hidden;color:#17181c;font-size:13px;font-weight:650;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.im-merged-forward-row header time{flex:none;color:#9aa1ad;font-size:11px;line-height:1.3}.im-merged-forward-row p{margin:0;color:#4f5665;font-size:13px;line-height:1.45;word-break:break-word}.merged-forward-demo{min-height:100vh;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:28px;align-items:start;padding:36px;background:#f3f4f7;color:#16181d}.merged-forward-demo-panel{display:grid;gap:14px;padding:18px;border:1px solid #e1e5ee;border-radius:8px;background:#fff;box-shadow:0 18px 42px #1f232d14}.merged-forward-demo-panel header{display:grid;gap:4px}.merged-forward-demo-panel header strong{font-size:18px}.merged-forward-demo-panel header span,.merged-forward-demo-panel p,.merged-forward-demo-panel div{color:#6f7785;font-size:13px;line-height:1.5}.merged-forward-demo-panel button{min-height:40px;border:0;border-radius:8px;background:#111827;color:#fff;font-weight:650;cursor:pointer}.merged-forward-demo-thread{min-height:560px;display:flex;flex-direction:column;gap:18px;justify-content:flex-end;padding:32px;border-radius:8px;background:#eef0f4;overflow:hidden}.im-contact-picker{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px}.im-contact-picker-backdrop{position:absolute;inset:0;border:0;background:#11121857}.im-contact-picker-panel{position:relative;z-index:1;width:min(420px,calc(100vw - 28px));max-height:min(640px,calc(100vh - 40px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;overflow:hidden;border:1px solid rgba(31,31,37,.1);border-radius:16px;background:#fff;padding:16px;box-shadow:0 24px 70px #1112182e}.im-contact-picker-header{display:grid;grid-template-columns:40px minmax(0,1fr) 34px;align-items:center;gap:12px}.im-contact-picker-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:#1f73ff}.im-contact-picker-header>div{min-width:0;display:grid;gap:3px}.im-contact-picker-header strong{color:#17181c;font-size:17px;font-weight:700}.im-contact-picker-header small{color:#7d8694;font-size:12px;line-height:1.35}.im-contact-picker-header>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:#f4f5f7;color:#68707d}.im-contact-picker-search{height:42px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;border:1px solid #dfe3ea;border-radius:12px;background:#f8f9fb;color:#87909d;padding:0 12px}.im-contact-picker-search:focus-within{border-color:#9ab7ff;box-shadow:0 0 0 3px #1f73ff1a}.im-contact-picker-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#17181c;font-size:14px}.im-contact-picker-list{min-height:160px;display:grid;align-content:start;gap:8px;overflow:auto}.im-contact-picker-option{width:100%;min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #eceff4;border-radius:12px;background:#fff;color:#17181c;padding:10px 12px;text-align:left}.im-contact-picker-option:hover{border-color:#d8dfe9;background:#fafbfd}.im-contact-picker-copy strong{color:#17181c;font-size:14px;font-weight:600;line-height:1.25}.im-contact-picker-copy small{color:#7d8694;font-size:12px;line-height:1.3}.im-contact-picker-badge{align-self:start;border-radius:999px;background:#f3f5f9;color:#6f7785;font-size:11px;line-height:1;padding:6px 8px}.im-contact-picker-badge.source-recent{background:#eef5ff;color:#2e67d3}.im-contact-picker-empty,.im-contact-picker-footnote{color:#7d8694;font-size:13px;line-height:1.45}.im-bubble-avatar-wrap[role=button],.message-avatar.im-avatar[role=button],.im-detail-avatar[role=button]{cursor:pointer}.im-bubble.ai:not(.image):not(.sticker){background:linear-gradient(45deg,#d7c161cc,#8076dacc);color:#fff;border:1px solid rgba(255,255,255,.3)}.im-bubble-row.outgoing .im-bubble.ai{background:linear-gradient(45deg,#d7c161cc,#8076dacc);color:#fff;border:1px solid rgba(255,255,255,.3)}.web-delivery-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f1f75;font-size:12px;line-height:1.3}.chat-screen .bubble.has-copy:after{content:"";position:absolute;right:-10px;bottom:-42px;width:68px;height:48px;z-index:1;pointer-events:auto;-webkit-app-region:no-drag}.chat-screen .message-copy-button{--copy-button-scale: 1;position:absolute;right:12px;bottom:-34px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#1f1f1f94;box-shadow:none;cursor:pointer!important;line-height:1;opacity:0;pointer-events:none;transform:translateY(3px) scale(var(--copy-button-scale));transition:opacity .16s ease,transform .16s ease,background-color .14s ease,color .14s ease,box-shadow .14s ease;-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important;-webkit-app-region:no-drag;touch-action:manipulation}.chat-screen .message-copy-button *,.chat-screen .message-copy-button i{cursor:pointer!important;-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important}.chat-screen .bubble.has-copy:hover .message-copy-button,.chat-screen .bubble.has-copy:focus-within .message-copy-button{opacity:1;pointer-events:auto;transform:translateY(0) scale(var(--copy-button-scale))}.chat-screen .message-copy-button:hover,.chat-screen .message-copy-button:focus-visible{--copy-button-scale: 1.08;background:#1f1f1f14;color:#1f1f1ff2;box-shadow:0 2px 8px #1f1f1f14;outline:none}.chat-screen .message-copy-button:active{--copy-button-scale: .96;background:#1f1f1f1f}.chat-screen .message-copy-button.copied{background:#0f7a381a;color:#0f7a38}.chat-screen,.todo-page-screen,.scheduled-task-screen{border-left:0!important}.todo-page-screen .chat-top,.scheduled-task-screen .chat-top{position:relative!important;top:auto!important;left:auto!important;right:auto!important;z-index:2!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;width:100%!important;margin:0 0 18px!important;padding:0!important;pointer-events:auto!important}.todo-page-screen .chat-menu,.scheduled-task-screen .chat-menu{display:inline-flex!important;width:44px!important;height:44px!important;border-radius:999px!important;background:#fff!important}.todo-page-screen .chat-title,.scheduled-task-screen .chat-title{display:block!important;text-align:left!important}.todo-page-screen .chat-title strong,.scheduled-task-screen .chat-title strong{font-size:24px;font-weight:620}.todo-page-screen .todo-page-back,.scheduled-task-screen .todo-page-back{justify-self:end;white-space:nowrap}.scheduled-task-screen{position:absolute!important;inset:0!important;z-index:80!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fafafa!important;padding:18px 24px 24px!important}.scheduled-task-panel{min-height:0;flex:1 1 auto;overflow-y:auto;padding:0 0 28px}.scheduled-task-panel-head{display:flex;align-items:flex-end;justify-content:space-between;max-width:920px;margin:0 auto 16px}.scheduled-task-panel-head h2{margin:0;color:#202020;font-size:26px;font-weight:680;line-height:1.1}.scheduled-task-panel-head p{margin:6px 0 0;color:#707070;font-size:13px}.scheduled-task-state,.scheduled-task-empty{max-width:920px;margin:0 auto 12px;padding:14px 16px;border:1px solid rgba(31,31,31,.08);border-radius:8px;background:#fff;color:#707070;font-size:13px}.scheduled-task-state.error,.scheduled-task-error{color:#be123c}.scheduled-task-list{display:grid;gap:22px;max-width:1180px;margin:0 auto;justify-content:center}.scheduled-task-card{display:flex;flex-direction:column;min-height:612px;overflow:hidden;border:1px solid rgba(31,31,31,.035);border-radius:28px;background:#fff;padding:36px 38px 34px;box-shadow:0 18px 44px #1f1f1f0b}.scheduled-task-card.status-active{border-color:#1f1f1f09}.scheduled-task-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.scheduled-task-logo{width:84px;height:84px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#fff;box-shadow:0 4px 12px #1f1f1f06}.scheduled-task-logo i{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff5664;color:#fff;font-size:27px;line-height:1}.scheduled-task-save-button{min-width:132px;height:62px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(31,31,31,.09);border-radius:14px;background:#fff;color:#a2a2a2;font-size:18px;font-weight:640;letter-spacing:0;box-shadow:0 2px 8px #1f1f1f06;transition:border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.scheduled-task-save-button i{font-size:24px;line-height:1}.scheduled-task-save-button:hover:not(:disabled){border-color:#1f1f1f2e;color:#1f1f1f;box-shadow:0 8px 18px #1f1f1f0f;transform:translateY(-1px)}.scheduled-task-save-button:disabled{opacity:.52}.scheduled-task-brand-row{display:flex;align-items:baseline;gap:12px;margin-top:56px;min-width:0}.scheduled-task-brand-row b{color:#050505;font-size:22px;font-weight:780;line-height:1.2}.scheduled-task-brand-row span{color:#acacac;font-size:20px;font-weight:620;line-height:1.2}.scheduled-task-tags{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.scheduled-task-tags span,.scheduled-task-status{min-height:54px;display:inline-flex;align-items:center;border-radius:12px;padding:0 24px;background:#efefef;color:#0b0b0b;font-size:20px;font-weight:700}.scheduled-task-status.active,.scheduled-task-status.paused,.scheduled-task-status.completed{background:#efefef;color:#0b0b0b}.scheduled-task-status.error{background:#fff1f2;color:#be123c}.scheduled-task-card h3{margin:28px 0 0;color:#050505;font-size:clamp(32px,2.6vw,42px);font-weight:780;letter-spacing:0;line-height:1.12;overflow-wrap:anywhere}.scheduled-task-prompt{margin:7px 0 0;color:#a3a3a3;font-size:18px;font-weight:560;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}.scheduled-task-card-divider{height:1px;margin-top:auto;background:#1f1f1f14}.scheduled-task-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding-top:30px}.scheduled-task-bottom-copy{min-width:0}.scheduled-task-bottom-copy strong{display:block;color:#050505;font-size:24px;font-weight:800;line-height:1.2}.scheduled-task-bottom-copy span{display:block;margin-top:8px;color:#a3a3a3;font-size:17px;font-weight:560;line-height:1.3}.scheduled-task-run-primary{min-width:168px;height:66px;border:0;border-radius:13px;background:#000;color:#fff;font-size:20px;font-weight:760;letter-spacing:0;box-shadow:0 8px 20px #0000001f;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.scheduled-task-run-primary:hover:not(:disabled){background:#111;box-shadow:0 12px 26px #0000002e;transform:translateY(-1px)}.scheduled-task-run-primary:active:not(:disabled){transform:translateY(0) scale(.98)}.scheduled-task-run-primary:disabled{opacity:.45}.scheduled-task-actions{display:flex;flex-wrap:wrap;gap:16px;min-height:24px;margin-top:16px;opacity:.42;transition:opacity .16s ease}.scheduled-task-card:hover .scheduled-task-actions,.scheduled-task-card:focus-within .scheduled-task-actions{opacity:1}.scheduled-task-edit-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.scheduled-task-edit-actions button{min-height:34px;border:1px solid rgba(31,31,31,.12);border-radius:10px;background:#fff;color:#202020;padding:0 14px;font-size:14px;font-weight:650}.scheduled-task-actions button{min-height:24px;border:0;border-radius:0;background:transparent;color:#929292;padding:0;font-size:13px;font-weight:660}.scheduled-task-actions button:hover:not(:disabled){background:transparent;color:#202020;text-decoration:underline;text-underline-offset:3px}.scheduled-task-edit-actions button:hover:not(:disabled){background:#f5f5f3}.scheduled-task-actions button:disabled,.scheduled-task-edit-actions button:disabled{opacity:.55}.scheduled-task-actions button.danger{color:#be123c}.scheduled-task-edit{display:grid;gap:12px;margin-top:14px}.scheduled-task-edit label{display:grid;gap:6px;color:#555;font-size:12px;font-weight:560}.scheduled-task-edit input,.scheduled-task-edit select,.scheduled-task-edit textarea{width:100%;min-height:36px;border:1px solid rgba(31,31,31,.12);border-radius:8px;background:#fff;color:#202020;font:inherit;font-size:14px;padding:8px 10px}.scheduled-task-edit textarea{resize:vertical;line-height:1.45}.scheduled-task-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scheduled-task-weekdays{display:flex;flex-wrap:wrap;gap:6px}.scheduled-task-weekdays button{width:34px;height:32px;border:1px solid rgba(31,31,31,.1);border-radius:8px;background:#fff;color:#555;font-size:13px;font-weight:620}.scheduled-task-weekdays button.active{border-color:#0f8b6f73;background:#e8f6f0;color:#0f725d}.scheduled-task-runs{display:grid;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(31,31,31,.08);color:#707070;font-size:13px}.scheduled-task-run{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center}.scheduled-task-run b{color:#202020;font-size:12px;font-weight:620}.scheduled-task-run.failed b,.scheduled-task-run em{color:#be123c}.scheduled-task-run em{grid-column:1 / -1;font-style:normal;overflow-wrap:anywhere}.scheduled-task-hub{--scheduled-task-max-w: 1160px;background:#f2f2f1}.scheduled-task-hub-head{margin-bottom:30px}.scheduled-task-hub-head p{margin:8px 0 0;color:#8a8d92;font-size:15px;font-weight:320;line-height:1.35}.scheduled-task-hub .scheduled-task-panel{max-width:var(--scheduled-task-max-w);margin:0 auto;padding:0 8px 42px;overflow:visible}.scheduled-task-hub .scheduled-task-state,.scheduled-task-hub .scheduled-task-empty{max-width:none;min-height:62px;display:flex;align-items:center;margin:0;border-color:#1f1f1f12;background:#ffffffeb;color:#7b7f87;font-size:15px;font-weight:360;box-shadow:inset 0 1px #ffffffe6,0 10px 26px #2d3e500f}.scheduled-task-hub .scheduled-task-list{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;justify-content:stretch}.scheduled-task-hub .scheduled-task-card{min-width:0;min-height:430px;border-radius:24px;padding:26px 28px 24px;border-color:#1f1f1f09;background:#fff;box-shadow:0 16px 34px #1f1f1f0a}.scheduled-task-hub .scheduled-task-card.status-active{border-color:#1f1f1f09}.scheduled-task-hub .scheduled-task-card-head{gap:14px}.scheduled-task-hub .scheduled-task-logo{width:64px;height:64px}.scheduled-task-hub .scheduled-task-logo i{width:42px;height:42px;font-size:22px}.scheduled-task-hub .scheduled-task-save-button{min-width:108px;height:50px;gap:8px;border-radius:12px;font-size:16px}.scheduled-task-hub .scheduled-task-save-button i{font-size:21px}.scheduled-task-hub .scheduled-task-brand-row{gap:9px;margin-top:34px}.scheduled-task-hub .scheduled-task-brand-row b{font-size:18px}.scheduled-task-hub .scheduled-task-brand-row span{font-size:16px}.scheduled-task-hub .scheduled-task-card h3{margin-top:24px;font-size:clamp(25px,2vw,32px);line-height:1.16;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scheduled-task-hub .scheduled-task-tags{gap:10px;margin-top:24px}.scheduled-task-hub .scheduled-task-tags span,.scheduled-task-hub .scheduled-task-status{min-height:42px;border-radius:11px;padding:0 18px;font-size:17px}.scheduled-task-hub .scheduled-task-card-divider{margin-top:auto}.scheduled-task-hub .scheduled-task-bottom{gap:16px;padding-top:22px}.scheduled-task-hub .scheduled-task-bottom-copy strong{font-size:21px}.scheduled-task-hub .scheduled-task-bottom-copy span{margin-top:6px;font-size:15px}.scheduled-task-hub .scheduled-task-prompt{margin-top:7px;font-size:15px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scheduled-task-hub .scheduled-task-run-primary{min-width:128px;height:54px;border-radius:12px;font-size:17px}.scheduled-task-hub .scheduled-task-actions{gap:14px;margin-top:14px}.todo-hub{--todo-hub-max-w: 1180px}.todo-hub-head{margin-bottom:30px}.todo-hub-head p{margin:8px 0 0;color:#8a8d92;font-size:15px;font-weight:320;line-height:1.35}.todo-hub-panel{max-width:var(--todo-hub-max-w);margin:0 auto;padding:0 4px 36px}.todo-hub-create{height:54px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:10px;border:1px solid rgba(31,31,31,.08);border-radius:8px;background:#fffffff0;padding:7px 8px 7px 18px;box-shadow:inset 0 1px #fffffff2,0 8px 24px #1f1f1f0b}.todo-hub-create input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#202124;font:inherit;font-size:17px;font-weight:360}.todo-hub-create input::-moz-placeholder{color:#a2a6ad}.todo-hub-create input::placeholder{color:#a2a6ad}.todo-hub-create button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:#202020;color:#fff;cursor:pointer;transition:transform .16s ease,background .16s ease,opacity .16s ease}.todo-hub-create button:hover:not(:disabled){transform:translateY(-1px) scale(1.03);background:#000}.todo-hub-create button:disabled{opacity:.34;cursor:default}.todo-hub-error{margin:12px 2px 0;color:#b23b3b;font-size:13px;font-weight:360}.todo-hub-list{display:grid;gap:8px;margin-top:16px}.todo-hub-row{min-height:58px;display:grid;grid-template-columns:28px minmax(0,1fr) 32px;align-items:center;gap:12px;border:1px solid rgba(31,31,31,.07);border-radius:8px;background:#fffffff0;padding:10px 12px;box-shadow:inset 0 1px #fffffff2,0 8px 18px #1f1f1f09}.todo-hub-row.overdue{border-color:#be123c2e}.todo-hub-check,.todo-hub-delete{display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.todo-hub-check{width:24px;height:24px;border:1.5px solid rgba(31,31,31,.42);border-radius:50%;color:#fff;transition:border-color .16s ease,background .16s ease,transform .16s ease}.todo-hub-check:hover:not(:disabled){border-color:#202020;transform:scale(1.06)}.todo-hub-row.done .todo-hub-check{border-color:#202020;background:#202020}.todo-hub-row-body{min-width:0;display:grid;gap:3px}.todo-hub-row-body b{min-width:0;overflow:hidden;color:#202124;font-size:16px;font-weight:420;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.todo-hub-row-meta{min-width:0;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.todo-hub-row-meta span{min-width:0;max-width:100%;color:#8a8d92;font-size:13px;font-weight:320;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.todo-hub-row-meta .todo-hub-meta-overdue{padding:1px 7px;border:1px solid rgba(190,18,60,.18);border-radius:999px;background:#be123c12;color:#b42318;font-weight:480}.todo-hub-row.done .todo-hub-row-body b,.todo-hub-row.done .todo-hub-row-meta span{color:#a0a3a9;text-decoration:line-through}.todo-hub-delete{width:30px;height:30px;border-radius:50%;color:#9a9ea5;opacity:0;transition:opacity .14s ease,background .14s ease,color .14s ease}.todo-hub-row:hover .todo-hub-delete,.todo-hub-delete:focus-visible{opacity:1}.todo-hub-delete:hover:not(:disabled){background:#1f1f1f0e;color:#202020}.todo-hub-done-group{display:grid;gap:8px;margin-top:14px}.todo-hub-section-label{padding:2px 2px 0;color:#a0a3a9;font-size:12px;font-weight:360}.todo-hub-empty{margin-top:16px;min-height:62px;display:grid;align-content:center;gap:4px;border:1px solid rgba(31,31,31,.07);border-radius:8px;background:#ffffffeb;color:#7b7f87;padding:14px 16px;box-shadow:inset 0 1px #ffffffe6,0 10px 26px #2d3e500f}.todo-hub-empty b{color:#7b7f87;font-size:15px;font-weight:360;line-height:1.35}.todo-hub-empty span{color:#9a9ea5;font-size:13px;font-weight:320;line-height:1.45}.todo-candidate-list{display:grid;gap:8px;margin-top:12px}.scheduled-candidate-list{width:min(560px,100%);gap:12px}.todo-candidate-card{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(31,31,31,.08);border-radius:8px;background:#fffffff5;padding:10px;box-shadow:inset 0 1px #fffffff2}.todo-candidate-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#f3f4f2;color:#202020}.todo-candidate-card.created .todo-candidate-mark{background:#202020;color:#fff}.scheduled-candidate-card{width:min(560px,100%);min-height:372px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(31,31,31,.045);border-radius:22px;background:#fff;padding:24px 26px 22px;box-shadow:0 14px 32px #1f1f1f0b}.scheduled-candidate-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.scheduled-candidate-logo{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(31,31,31,.08);border-radius:999px;background:#fff;box-shadow:0 4px 12px #1f1f1f06}.scheduled-candidate-logo i{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff5664;color:#fff;font-size:21px;line-height:1}.scheduled-candidate-card.created .scheduled-candidate-logo i{background:#176851}.scheduled-candidate-confirm{min-width:116px;height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(31,31,31,.09);border-radius:12px;background:#fff;color:#a2a2a2;cursor:pointer;padding:0 16px;font-size:16px;font-weight:640;letter-spacing:0;box-shadow:0 2px 8px #1f1f1f06;transition:border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.scheduled-candidate-confirm i{font-size:21px;line-height:1}.scheduled-candidate-confirm:hover:not(:disabled){border-color:#1f1f1f2e;color:#1f1f1f;box-shadow:0 8px 18px #1f1f1f0f;transform:translateY(-1px)}.scheduled-candidate-confirm:disabled{cursor:default;opacity:.54}.scheduled-candidate-card.created .scheduled-candidate-confirm{color:#176851}.scheduled-candidate-brand-row{display:flex;align-items:baseline;gap:9px;min-width:0;margin-top:32px}.scheduled-candidate-brand-row b{color:#050505;font-size:18px;font-weight:780;line-height:1.2}.scheduled-candidate-brand-row span{color:#adadad;font-size:16px;font-weight:620;line-height:1.2}.scheduled-candidate-card h3{margin:22px 0 0;color:#050505;font-size:clamp(25px,3.2vw,32px);font-weight:780;letter-spacing:0;line-height:1.16;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.scheduled-candidate-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.scheduled-candidate-tag,.scheduled-candidate-status{min-height:40px;display:inline-flex;align-items:center;border-radius:11px;padding:0 16px;background:#efefef;color:#0b0b0b;font-size:16px;font-weight:700}.scheduled-candidate-status.created{background:#e8f6f0;color:#176851}.scheduled-candidate-status.pending{background:#f5f5f5;color:#6b6f76}.scheduled-candidate-divider{height:1px;margin-top:auto;background:#1f1f1f14}.scheduled-candidate-bottom{min-width:0;padding-top:20px}.scheduled-candidate-bottom strong{display:block;color:#050505;font-size:21px;font-weight:800;line-height:1.2}.scheduled-candidate-bottom span{display:block;margin-top:6px;color:#a3a3a3;font-size:15px;font-weight:560;line-height:1.3}.scheduled-candidate-bottom p{margin:7px 0 0;color:#a3a3a3;font-size:15px;font-weight:560;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.scheduled-candidate-error{margin-top:10px;color:#be123c;font-size:13px;font-style:normal;font-weight:430;line-height:1.35}.todo-candidate-body{min-width:0;display:grid;gap:7px}.todo-candidate-body b{min-width:0;overflow:hidden;color:#202124;font-size:15px;font-weight:430;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.todo-candidate-body em{min-width:0;overflow:hidden;color:#8a8d92;font-size:12px;font-style:normal;font-weight:330;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;color:#b23b3b}.todo-candidate-chips{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.todo-candidate-chips .todo-chip{max-width:100%;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(31,31,31,.075);border-radius:999px;background:#f7f7f5;color:#565b62;padding:3px 8px;font-size:12px;font-weight:360;line-height:1.2}.todo-candidate-chips .todo-chip small{color:#9a9ea5;font-size:11px;font-weight:380}.todo-candidate-chips .todo-chip.time{background:#f4f8f6;color:#166d59}.todo-candidate-chips .todo-chip.place{background:#f6f7fb;color:#405176}.todo-candidate-chips .todo-chip.person{background:#f8f6f1;color:#6a5840}.todo-candidate-chips .todo-chip.priority{background:#fff4f2;color:#b0483e}.todo-candidate-chips .todo-chip.tag{background:#f5f5f5;color:#54585f}.todo-candidate-card button{height:32px;border:0;border-radius:999px;background:#202020;color:#fff;cursor:pointer;padding:0 13px;font-size:13px;font-weight:420;transition:transform .16s ease,background .16s ease,opacity .16s ease}.todo-candidate-card button:hover:not(:disabled){transform:translateY(-1px) scale(1.02);background:#000}.todo-candidate-card button:disabled{opacity:.42;cursor:default}.sidebar-scheduled-entry:has(em){grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr) auto}.sidebar-scheduled-entry em{color:#9d9d9d!important;font-size:13px!important;font-style:normal!important;font-weight:600!important;line-height:1!important}.chat-sidebar .session-list{flex:1 1 auto;min-height:0;margin-top:0!important;padding-top:12px;gap:2px!important;overflow-y:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.18) 6px,#000 22px,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.18) 6px,#000 22px,#000 100%)}.chat-sidebar .session-list::-webkit-scrollbar{width:0;height:0;display:none}.main-session{grid-template-columns:var(--chat-sidebar-icon-col) minmax(0,1fr)!important;margin:6px 0 var(--chat-sidebar-row-gap)!important}.chat-sidebar>.session-item.main-session,.chat-sidebar>.session-item.main-session.active:not(:hover){border-color:transparent!important;background:transparent!important;box-shadow:none!important}.chat-sidebar>.session-item.main-session:hover,.chat-sidebar>.session-item.main-session.active:hover{border-color:#1f1f1fd1!important;background:#1f1f1f0b!important;box-shadow:inset 0 1px #ffffffe6,0 4px 10px #1f1f1f09!important;transform:translateY(-1px) scale(1.01)}@media(max-width:900px){.skill-hub{padding:64px 4px 28px}.skill-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-hub-head{margin-bottom:24px}.scheduled-task-hub .scheduled-task-list{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px}.scheduled-task-hub .scheduled-task-card{min-height:400px;padding:22px 22px 20px}.scheduled-task-hub .scheduled-task-logo{width:56px;height:56px}.scheduled-task-hub .scheduled-task-logo i{width:36px;height:36px;font-size:19px}.scheduled-task-hub .scheduled-task-save-button{min-width:92px;height:44px;font-size:14px}.scheduled-task-hub .scheduled-task-brand-row{margin-top:26px}.scheduled-task-hub .scheduled-task-card h3{font-size:24px}.scheduled-task-hub .scheduled-task-tags span,.scheduled-task-hub .scheduled-task-status{min-height:36px;padding:0 12px;font-size:14px}.scheduled-task-hub .scheduled-task-bottom{grid-template-columns:1fr;align-items:stretch;gap:12px}.scheduled-task-hub .scheduled-task-run-primary{width:100%}.skill-hub-modal-layer{padding:16px}.skill-hub-modal{width:min(100%,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:30px 18px 76px;border-radius:20px}.skill-hub-modal-head{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.skill-hub-modal-head p{font-size:17px}.skill-hub-modal-body{max-height:calc(100vh - 260px);padding:18px}.skill-hub-modal-body p{font-size:15px}.skill-hub-modal-install{right:18px;bottom:18px}.skill-hub.weread-app-host{padding:12px}.weread-topbar{grid-template-columns:auto minmax(0,1fr)}.weread-topbar-actions{grid-column:1 / -1;justify-content:flex-end}.weread-connection-pill{max-width:100%}.weread-hero-copy{min-height:136px;padding:16px}.weread-hero-copy h1{font-size:24px}.weread-login-copy,.weread-login-card{min-height:260px;padding:18px}.weread-login-copy h1{font-size:26px}.weread-qr-frame{width:190px;height:190px}.weread-metric{min-height:126px;padding:13px}.weread-side,.weread-library-toolbar{grid-template-columns:1fr}.weread-books-grid,.weread-loading{grid-template-columns:repeat(auto-fill,minmax(116px,1fr))}.weread-detail-head{grid-template-columns:78px minmax(0,1fr)}.weread-detail-head .weread-cover{width:78px}.weread-detail-stats{grid-template-columns:1fr}}@media(max-width:680px){.scheduled-task-hub .scheduled-task-list{grid-template-columns:1fr}}@media(max-width:520px){.skill-hub-grid{grid-template-columns:1fr}.scheduled-task-hub-head p,.todo-hub-head p{font-size:13px}.scheduled-task-hub .scheduled-task-panel{padding-inline:0}.scheduled-task-card{min-height:500px;border-radius:24px;padding:26px 24px 24px}.scheduled-task-logo{width:68px;height:68px}.scheduled-task-logo i{width:44px;height:44px;font-size:22px}.scheduled-task-save-button{min-width:112px;height:52px;font-size:16px}.scheduled-task-brand-row{margin-top:38px}.scheduled-task-brand-row b{font-size:18px}.scheduled-task-brand-row span{font-size:16px}.scheduled-task-card h3{font-size:29px}.scheduled-task-tags{gap:10px;margin-top:24px}.scheduled-task-tags span,.scheduled-task-status{min-height:42px;padding:0 16px;font-size:15px}.scheduled-task-bottom-copy strong{font-size:20px}.scheduled-task-bottom-copy span,.scheduled-task-prompt{font-size:15px}.todo-hub-panel{padding-inline:0}.scheduled-task-edit-grid,.weread-metrics{grid-template-columns:1fr}.weread-metric,.weread-metric:nth-child(2){border-right:0;border-bottom:1px solid var(--weread-line)}.weread-metric:last-child{border-bottom:0}.weread-library,.weread-panel,.weread-detail{padding:12px}.weread-tabs button{padding:0 10px}}.chat-screen:not(.todo-page-screen):not(.scheduled-task-screen){padding-top:0!important}.chat-screen:not(.todo-page-screen):not(.scheduled-task-screen) .chat-top{position:absolute!important;top:max(10px,env(safe-area-inset-top))!important;left:16px!important;right:auto!important;z-index:35!important;display:flex!important;align-items:center!important;gap:8px!important;width:auto!important;margin:0!important;padding:0!important;pointer-events:none}.chat-screen:not(.todo-page-screen):not(.scheduled-task-screen) .chat-top>*{pointer-events:auto}.chat-screen:not(.todo-page-screen):not(.scheduled-task-screen) .chat-title{display:none!important}@media(min-width:900px){.chat-screen:not(.todo-page-screen):not(.scheduled-task-screen) .chat-top{top:12px!important;left:312px!important}}.defomo-score-breakdown{display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:8px 12px;padding:11px 13px;border-radius:8px;background:#fff;border:1px solid #ececec;font-size:13px}.defomo-score-breakdown .dsl-label{color:#8a8a8a;font-weight:700}.defomo-score-breakdown .dsl-metric{display:flex;align-items:center;gap:8px}.defomo-score-breakdown .dsl-metric b{color:#1a1a1a;font-weight:800;font-variant-numeric:tabular-nums}.defomo-score-breakdown .dsl-metric b.dsl-imp[data-level=high]{color:#c2701f}.defomo-score-breakdown .dsl-metric b.dsl-imp[data-level=critical]{color:#c2381f}.defomo-score-breakdown .dsl-metric em{color:#a6a6a6;font-style:normal;font-weight:600}.defomo-score-breakdown .dsl-flag{display:inline-flex;align-items:center;gap:3px;margin-left:2px;font-weight:700}.defomo-score-breakdown .dsl-flag svg{display:block}.defomo-score-breakdown .dsl-flag.is-pass{color:#1a8f4c}.defomo-score-breakdown .dsl-flag.is-fail{color:#c2381f}.defomo-score-breakdown .dsl-div{grid-column:1 / -1;height:1px;background:#eee}.defomo-score-breakdown .dsl-formula{grid-column:1 / -1;margin:0;color:#a6a6a6;font-weight:600;font-variant-numeric:tabular-nums}.defomo-score-status{color:#8a8a8a;font-size:13px;font-weight:700}.im-screen{position:relative;width:100%;height:100%;min-height:100%;gap:0;margin:0;padding:24px 16px 18px;box-sizing:border-box;background:#f6f7f9;color:#17181c}.im-conversation-list{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;gap:14px;padding:8px 12px 20px;scrollbar-width:none}.im-conversation-list>*{flex:0 0 auto}.im-conversation-stack{position:relative;flex:1 1 auto;min-height:0;display:flex;min-width:0;isolation:isolate}.im-conversation-stack>.im-conversation-list{width:100%;transition:opacity .16s ease,filter .16s ease}.im-conversation-stack:after{content:"";position:absolute;inset:0;z-index:6;pointer-events:none;opacity:0;background:linear-gradient(180deg,#eaecef70,#eaecefb8),#161c2d0f;transition:opacity .16s ease}.im-conversation-stack.has-search-overlay>.im-conversation-list{pointer-events:none;opacity:.46;filter:saturate(.78)}.im-conversation-stack.has-search-overlay:after{opacity:1}.im-global-search-overlay{position:absolute;z-index:12;top:10px;right:10px;left:10px;max-height:min(74vh,calc(100% - 20px));overflow:auto;overscroll-behavior:contain;border:1px solid rgba(17,24,39,.16);border-radius:14px;background:linear-gradient(180deg,#fffffffa,#f7f9fcf5),#fff;box-shadow:0 28px 64px #0f172a38,0 8px 18px #0f172a1f,inset 0 1px #ffffffeb;backdrop-filter:blur(22px) saturate(1.1);scrollbar-width:none}.im-global-search-overlay::-webkit-scrollbar{width:0;height:0;display:none}.im-global-search-shell-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:12px 12px 10px;border-bottom:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fffffffa,#f8fafcf0),#fffffff0}.im-global-search-shell-title{min-width:0;display:grid;gap:2px}.im-global-search-shell-title strong,.im-global-search-shell-title span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-global-search-shell-title strong{color:#17181c;font-size:14px;font-weight:720;line-height:1.2}.im-global-search-shell-title span{max-width:220px;color:#687180;font-size:12px;line-height:1.25}.im-global-search-close{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(17,24,39,.08);border-radius:9px;background:#ffffffd6;color:#5f6671;box-shadow:0 1px 2px #0f172a14}.im-global-search-close:hover{border-color:#11182724;background:#fff;color:#17181c}.im-global-search-close:focus-visible{outline:2px solid rgba(45,99,206,.42);outline-offset:2px}.im-global-search-panel{display:grid;gap:10px;min-width:0;padding:10px}.im-global-search-section{display:grid;gap:7px;min-width:0}.im-global-search-section>header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:0 3px;color:#7c838e;font-size:12px;line-height:1.4}.im-global-search-section>header strong{min-width:0;overflow:hidden;color:#5f6671;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.im-global-search-section>header span{flex:0 0 auto;color:#9aa0a8}.im-global-search-section>div{display:grid;gap:6px;min-width:0}.im-global-search-row{width:100%;min-height:58px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(17,24,39,.08);border-radius:10px;background:#ffffffeb;color:#17181c;padding:9px 10px;text-align:left;box-shadow:0 1px 2px #0f172a0d,inset 0 1px #ffffffd1;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.im-global-search-row:hover{border-color:#2d63ce3d;background:#fff;box-shadow:0 8px 18px #0f172a14,inset 0 1px #ffffffe6}.im-global-search-row:focus-visible{outline:2px solid rgba(45,99,206,.42);outline-offset:2px}.im-global-search-avatar,.im-global-search-icon{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f1f3f6;color:#4c5664}.im-global-search-avatar .message-avatar.im-avatar{width:38px;height:38px;-webkit-mask-image:none!important;mask-image:none!important}.im-global-search-icon{border-radius:8px}.im-global-search-icon.file{background:#eef3ff;color:#2d63ce}.im-global-search-icon.favorite{background:#fff5d9;color:#a66b00}.im-global-search-copy{min-width:0;display:grid;gap:3px}.im-global-search-copy strong,.im-global-search-copy small,.im-global-search-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-global-search-copy strong{color:#1f1f21;font-size:13px;font-style:normal;font-weight:650;line-height:1.25}.im-global-search-copy small{color:#5f6671;font-size:12px;line-height:1.25}.im-global-search-copy em{color:#9aa0a8;font-size:11px;font-style:normal;line-height:1.25}.im-global-search-kind{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#8a919d}.im-global-search-more{height:34px;border:1px solid rgba(45,99,206,.16);border-radius:10px;background:#eef3ffa3;color:#2d63ce;font-size:13px;font-weight:620}.im-global-search-more:hover{background:#eef3ff}.im-global-search-more:focus-visible{outline:2px solid rgba(45,99,206,.42);outline-offset:2px}.im-global-search-empty{display:grid;place-items:center;gap:4px;min-height:126px;border:1px dashed rgba(17,24,39,.12);border-radius:10px;background:#ffffffb8;color:#7c838e;text-align:center}.im-global-search-empty strong{color:#4c5664;font-size:14px;font-weight:650}.im-global-search-empty span{font-size:12px}.im-card-swipe{position:relative;width:100%;overflow:hidden;border-radius:40px;touch-action:pan-y}.im-card-swipe-content{position:relative;z-index:1;will-change:transform;transition:transform .18s ease}.im-card-swipe.is-open .im-card-swipe-content,.im-card-swipe.is-deleting .im-card-swipe-content{transition-duration:.14s}.im-card-delete-underlay{position:absolute;inset:0;display:flex;justify-content:flex-end;border-radius:inherit;background:#f73738;opacity:0;pointer-events:none;transition:opacity .12s ease}.im-card-swipe.is-open .im-card-delete-underlay,.im-card-swipe.is-swiping .im-card-delete-underlay,.im-card-swipe.is-deleting .im-card-delete-underlay{opacity:1;pointer-events:auto}.im-card-delete-action{width:88px;height:100%;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:#fff;font-size:13px;font-weight:650;cursor:pointer}.im-card-delete-action:disabled{opacity:.72;cursor:progress}.im-card{position:relative;width:100%;text-align:left;display:flex;flex-direction:column;gap:10px;padding:16px 18px;border-radius:40px;border:none;background:#fff;cursor:pointer;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}.im-card-single .im-card-name-row{padding-right:0}.im-card-single .im-card-meta{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:6px}.im-card-single .im-card-meta .im-card-insight,.im-card-single .im-card-meta .im-card-time{position:static;top:auto;right:auto}.im-card-message-failed{display:inline-block;width:16px;height:16px;margin-right:2px;vertical-align:-3px}.im-card-service{min-height:98px;justify-content:center}.im-card-service-head{display:flex;align-items:center;gap:10px;padding-right:62px}.im-service-avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:50%;background:#22c55e;color:#fff;box-shadow:inset 0 -1px #0000001f}.im-card-service-main{min-width:0;display:grid;gap:4px}.im-card-service-main strong,.im-card-service-main p{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-card-service-main strong{color:#1f1f21;font-size:14px;font-weight:600}.im-card-service-main p{margin:0;color:#6b7280;font-size:13px}.im-global-toast{position:fixed;left:50%;bottom:86px;z-index:1400;max-width:min(360px,calc(100vw - 40px));transform:translate(-50%);border-radius:8px;background:#17181cf0;color:#fff;padding:10px 14px;box-shadow:0 14px 34px #17181c33;font-size:13px;font-weight:520;line-height:1.45;text-align:center;pointer-events:none}.elys-dialog-overlay{position:fixed;inset:0;z-index:50;background:#0f172a80;backdrop-filter:blur(4px)}.elys-dialog-content{position:fixed;left:50%;top:50%;z-index:50;width:min(90vw,560px);max-height:90vh;overflow-y:auto;transform:translate(-50%,-50%);border-radius:16px;background:#fff;box-shadow:0 24px 60px #0f172a38;padding:24px;outline:none}.image-viewer-backdrop{position:fixed;inset:0;z-index:1998;border:0;background:#0f10146b;cursor:zoom-out}.image-viewer-dialog{position:fixed;left:50%;top:50%;z-index:1999;width:min(980px,86vw);height:min(720px,78vh);display:grid;grid-template-rows:54px minmax(0,1fr);overflow:hidden;transform:translate(-50%,-50%);border-radius:10px;background:#111216;box-shadow:0 24px 80px #0000005c}.image-viewer-dialog.expanded{width:calc(100vw - 32px);height:calc(100vh - 32px)}.image-viewer-toolbar{min-width:0;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08);background:#303032;color:#f6f6f7;padding:0 12px;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-viewer-stage{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;background:#111216;padding:18px}.image-viewer-canvas{min-width:100%;min-height:100%;display:flex;align-items:center;justify-content:center}.image-viewer-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center center;transition:transform .16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:zoom-in}.image-viewer-image:active{cursor:grabbing}.image-viewer-toolbar-group{min-width:0;display:inline-flex;align-items:center;gap:4px;flex:0 0 auto}.image-viewer-toolbar-actions{margin-left:auto}.image-viewer-toolbar-divider{width:1px;height:28px;background:#ffffff29;flex:0 0 auto}.image-viewer-tool-button{position:relative;height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;background:transparent;color:inherit;padding:0 8px;cursor:pointer}.image-viewer-tool-button:hover{background:#ffffff1a}.image-viewer-tool-button.is-disabled{cursor:default;opacity:.42}.image-viewer-tool-button.is-disabled:hover{background:transparent}.image-viewer-original-tool.is-active{color:#fff;background:#ffffff24}.image-viewer-tool-button[data-tooltip]:before,.image-viewer-tool-button[data-tooltip]:after{position:absolute;left:50%;z-index:3;pointer-events:none;opacity:0;transition:opacity .12s ease,transform .12s ease}.image-viewer-tool-button[data-tooltip]:before{top:calc(100% + 5px);width:8px;height:8px;transform:translate(-50%,-3px) rotate(45deg);background:#18191cf5;content:""}.image-viewer-tool-button[data-tooltip]:after{top:calc(100% + 9px);max-width:180px;transform:translate(-50%,-3px);border-radius:6px;background:#18191cf5;color:#fff;padding:6px 8px;box-shadow:0 8px 24px #00000038;content:attr(data-tooltip);font-size:12px;font-weight:520;line-height:1.2;white-space:nowrap}.image-viewer-tool-button[data-tooltip]:hover:before,.image-viewer-tool-button[data-tooltip]:hover:after,.image-viewer-tool-button[data-tooltip]:focus-visible:before,.image-viewer-tool-button[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%) rotate(45deg)}.image-viewer-tool-button[data-tooltip]:hover:after,.image-viewer-tool-button[data-tooltip]:focus-visible:after{transform:translate(-50%)}.image-viewer-counter,.image-viewer-zoom-label{min-width:48px;color:#ffffffe0;font-size:13px;font-weight:560;line-height:1;text-align:center}.image-viewer-zoom-label{min-width:52px}.image-viewer-scan-toast{position:fixed;left:50%;bottom:calc(11vh + max(18px,env(safe-area-inset-bottom)));z-index:2010;max-width:min(320px,calc(100vw - 48px));transform:translate(-50%);border-radius:999px;background:#141414d1;color:#fff;padding:10px 14px;box-shadow:0 12px 30px #00000047;font-size:13px;line-height:1.35;text-align:center;backdrop-filter:blur(14px)}.image-viewer-scan-toast.error{background:#321818e0}.image-viewer-qr-sheet{position:fixed;inset:0;z-index:2015;display:grid;place-items:center;padding:24px}.image-viewer-qr-sheet-mask{position:absolute;inset:0;border:0;background:#0000002e}.image-viewer-qr-sheet section{position:relative;z-index:1;width:min(420px,calc(100vw - 32px));max-height:min(360px,calc(100vh - 120px));overflow:auto;border-radius:14px;background:#fffffff5;color:#202124;padding:14px;box-shadow:0 24px 70px #00000052}.image-viewer-qr-sheet strong{display:block;margin:0 0 8px;font-size:14px}.image-viewer-qr-sheet section button{display:block;width:100%;border:0;border-top:1px solid rgba(0,0,0,.08);background:transparent;color:inherit;padding:12px 2px;font-size:13px;line-height:1.35;text-align:left;overflow-wrap:anywhere;cursor:pointer}@media(max-width:700px){.image-viewer-dialog{inset:0;width:100vw;height:100vh;height:100dvh;grid-template-rows:minmax(0,1fr) auto;transform:none;border-radius:0}.image-viewer-dialog.expanded{width:100vw;height:100vh;height:100dvh}.image-viewer-toolbar{grid-row:2;min-height:56px;gap:6px;padding:8px 10px calc(8px + max(0px,env(safe-area-inset-bottom)));overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.image-viewer-toolbar::-webkit-scrollbar{display:none}.image-viewer-stage{grid-row:1;padding:max(10px,env(safe-area-inset-top)) 10px 10px}.image-viewer-toolbar-actions{position:sticky;right:0;margin-left:0;padding-left:4px;background:linear-gradient(90deg,#30303200,#303032 18px)}.image-viewer-tool-button{width:40px;height:40px;min-width:40px;padding:0}.image-viewer-tool-button[data-tooltip]:before,.image-viewer-tool-button[data-tooltip]:after{display:none}.image-viewer-counter{display:none}.image-viewer-scan-toast{bottom:calc(72px + max(16px,env(safe-area-inset-bottom)))}.image-viewer-qr-sheet{place-items:end stretch;padding:0}.image-viewer-qr-sheet section{width:100%;max-height:min(72vh,520px);border-radius:18px 18px 0 0;padding:16px 16px calc(16px + max(0px,env(safe-area-inset-bottom)))}}.im-confirm-backdrop{position:fixed;inset:0;z-index:1350;display:grid;place-items:center;background:#11121647;padding:24px;pointer-events:auto}.im-confirm-dialog{width:min(320px,calc(100vw - 48px));border-radius:8px;background:#fff;color:#17181c;box-shadow:0 24px 60px #11121638;padding:18px;pointer-events:auto}.im-confirm-title{display:block;margin-bottom:8px;color:#17181c;font-size:17px;font-weight:700;line-height:1.25;text-align:center}.im-confirm-dialog p{margin:0;font-size:15px;font-weight:560;line-height:1.5;white-space:pre-line}.im-confirm-dialog button.primary.danger{border-color:#f73738;background:#f73738}.im-starred-contact-badge{flex:0 0 auto;width:16px;height:16px;display:inline-grid;place-items:center;color:#f5b301;line-height:1}.im-thread-social-memory svg{width:32px;height:32px;box-sizing:border-box;border-radius:50%;background:#1f73ff;color:#fff;padding:7px}.im-memory-island{position:absolute;top:74px;left:50%;z-index:22;width:min(376px,calc(100% - 32px));min-height:50px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto 28px;align-items:center;gap:8px;transform:translate(-50%);border:1px solid rgba(31,41,55,.08);border-radius:8px;background:#fffffff7;box-shadow:0 14px 34px #11182724;color:#17181c;padding:8px 9px}.im-memory-island-icon{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:50%;background:#eef5ff;color:#1f73ff}.im-memory-island-copy{min-width:0;display:grid;gap:2px}.im-memory-island-copy strong,.im-memory-island-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-memory-island-copy strong{font-size:13px;font-weight:720;line-height:1.25}.im-memory-island-copy span{color:#5c6472;font-size:12px;font-weight:520;line-height:1.25}.im-memory-island-queue{border-radius:999px;background:#f1f3f6;color:#4b5563;font-size:11px;font-weight:760;line-height:20px;padding:0 7px}.im-memory-island-action,.im-memory-island-dismiss{height:28px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.im-memory-island-action{gap:3px;background:#17181c;color:#fff;font-size:12px;font-weight:720;padding:0 9px;white-space:nowrap}.im-memory-island-dismiss{width:28px;background:transparent;color:#7b8492}.im-memory-island-action:hover{background:#2a2d33}.im-memory-island-dismiss:hover{background:#f0f2f5;color:#17181c}.im-thread-social-memory-badge{position:absolute;top:3px;right:1px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:#ff3b30;color:#fff;font-size:10px;font-weight:700;line-height:1;letter-spacing:0;padding:0 3px;pointer-events:none}.im-group-announcement-banner{position:sticky;top:0;z-index:2;width:min(560px,calc(100% - 18px));min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:6px;align-self:center;border:1px solid #e5eaf1;border-radius:8px;background:#ffffffeb;box-shadow:0 6px 18px #1118270f;color:#4f5968;padding:7px 8px 7px 10px;text-align:left;margin:0 auto -2px}.im-group-announcement-main{min-width:0;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;background:transparent;padding:0;text-align:left}.im-group-announcement-main svg{width:26px;height:26px;border-radius:999px;background:#edf4ff;color:#1f73ff;padding:5px;box-sizing:border-box}.im-group-announcement-main>span{min-width:0;display:flex;align-items:center;gap:8px}.im-group-announcement-main strong{color:#1f73ff;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.im-group-announcement-main small{min-width:0;display:block;overflow:hidden;color:#4b5563;font-size:13px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.im-group-announcement-open{color:#8b929e;font-size:12px;font-weight:600;white-space:nowrap}.im-group-announcement-dismiss{width:28px;height:28px;align-self:center;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#9aa1ad;padding:0}.im-group-announcement-main:hover .im-group-announcement-open{color:#1f73ff}.im-group-announcement-dismiss:hover{background:#f0f2f5;color:#596273}.im-group-announcement-banner:hover{border-color:#1f73ff38;background:#fffffffa}.im-bubble.im-bubble--card,.im-bubble-row.outgoing .im-bubble.im-bubble--card,.im-bubble.ai.im-bubble--card{max-width:min(78%,340px);border:0;background:transparent;color:inherit;padding:0;box-shadow:none;backdrop-filter:none}.im-bubble-with-translation{display:flex;max-width:min(74%,340px);flex-direction:column;align-items:flex-start;gap:6px}.im-bubble-row.outgoing .im-bubble-with-translation{align-items:flex-end}.im-bubble-with-translation .im-bubble,.im-bubble-stack .im-bubble-with-translation{max-width:100%}.im-message-translation{box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:min(100%,420px);border:1px solid rgba(124,141,166,.24);border-radius:10px;background:#f7f9fc;color:#26313f;padding:8px 10px;font-size:13px;font-weight:500;line-height:1.45;overflow-wrap:anywhere}.im-bubble-row.outgoing .im-message-translation{background:#eef5ff;color:#1d3557}.im-message-translation.loading,.im-message-translation.muted,.im-message-translation.warning{display:inline-flex;align-items:center;gap:7px}.im-message-translation.warning{border-color:#d9770647;background:#fff7ed;color:#7c2d12}.im-message-translation.muted{color:#687588}.im-message-translation-text{white-space:pre-wrap}.im-message-translation-note{min-width:0}.im-message-translation-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.im-message-translation.loading .im-message-translation-actions,.im-message-translation.muted .im-message-translation-actions,.im-message-translation.warning .im-message-translation-actions{margin-top:0}.im-message-translation-actions button{display:inline-flex;height:24px;align-items:center;gap:4px;border:1px solid rgba(93,111,137,.22);border-radius:999px;background:#ffffffb8;color:inherit;padding:0 8px;font-size:12px;font-weight:650;line-height:1;cursor:pointer}.im-message-translation-actions button:hover,.im-message-translation-actions button:focus-visible{border-color:#3b82f661;background:#fff;outline:none}.im-translation-spinner{width:12px;height:12px;border:2px solid rgba(38,49,63,.18);border-top-color:#3b82f6;border-radius:999px;animation:im-message-status-spin .8s linear infinite}.im-message-blocked-anchor{position:relative;flex:0 0 24px;align-self:center;width:24px;min-width:24px;height:24px;margin-right:-4px;overflow:visible}.im-message-blocked-icon{position:relative;z-index:13;display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#ff4d4f;padding:0;cursor:pointer;font-size:11px;font-weight:720;line-height:24px;outline:none;box-shadow:none}.im-message-blocked-icon:hover{background:transparent;filter:brightness(.96)}.im-message-blocked-icon:focus-visible{background:transparent;box-shadow:0 0 0 2px #ff4d4f2e}.im-message-blocked-icon img{display:block;width:24px;height:24px}@media(max-width:899px){.im-bubble{max-width:min(74%,340px)}}.im-bubble.voice,.im-bubble.ai.voice,.im-bubble-row.outgoing .im-bubble.voice{max-width:min(74%,420px);border:0;border-radius:0;background:transparent;color:inherit;padding:0;box-shadow:none;backdrop-filter:none}.im-voice-stack{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.im-bubble-row.outgoing .im-voice-stack{align-items:flex-end}.im-voice-bubble{width:var(--voice-width, 136px);min-width:122px;height:52px;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;border:0;border-radius:26px;background:#1f1f25e6;color:#fff;padding:0 18px;box-shadow:0 10px 28px #00000024;cursor:pointer;line-height:1}.im-voice-bubble:hover,.im-voice-bubble:focus-visible{background:#1f1f25f5}.im-voice-bubble img{width:25px;height:25px;display:block;-o-object-fit:contain;object-fit:contain}.im-bubble-row.incoming .im-voice-bubble img{transform:scaleX(-1)}.im-voice-bubble b{color:inherit;font-size:18px;font-weight:500;letter-spacing:0}.im-bubble-row.outgoing .im-voice-bubble{justify-content:flex-end;background:#ffffffeb;color:#242731}.im-bubble-row.outgoing .im-voice-bubble:hover,.im-bubble-row.outgoing .im-voice-bubble:focus-visible{background:#fff}.im-voice-asr{width:-moz-max-content;width:max-content;max-width:min(520px,68vw);margin-top:0;border-radius:22px;background:#1f1f25e6;color:#fff;padding:10px 18px;font-size:16px;font-weight:400;line-height:1.45;box-shadow:0 10px 28px #00000024;white-space:normal;overflow-wrap:anywhere}.im-bubble-row.outgoing .im-voice-asr{background:#ffffffeb;color:#242731}.im-audio-player{display:none}.im-video-card{width:var(--im-video-width, min(360px, 68vw));display:grid;gap:8px}.im-video-frame{position:relative;overflow:hidden;aspect-ratio:var(--im-video-aspect, 16 / 9);border-radius:8px;background:#111827}.im-video-card video{display:block;width:100%;height:100%;max-height:min(420px,68vh);-o-object-fit:contain;object-fit:contain}.im-video-play-overlay{position:absolute;inset:0;display:grid;place-items:center;width:100%;border:0;background:transparent;cursor:pointer;padding:0}.im-video-play-overlay img{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(15,23,42,.28))}.im-bubble.im-bubble--video-audit,.im-bubble-row.outgoing .im-bubble.im-bubble--video-audit,.im-bubble.ai.im-bubble--video-audit{width:auto;max-width:min(78%,300px);border:0;border-radius:0;background:transparent;color:inherit;padding:0;box-shadow:none;backdrop-filter:none}.im-video-audit-placeholder{position:relative;isolation:isolate;box-sizing:border-box;width:min(238px,62vw);min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;overflow:hidden;border:1px solid rgba(19,24,32,.08);border-radius:16px;background:linear-gradient(135deg,#fffffff5,#f5f7fae6),#f7f8fa;color:#232833;padding:12px 14px;box-shadow:0 10px 24px #12182214,inset 0 1px #ffffffb8}.im-video-audit-placeholder:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.46;background:linear-gradient(90deg,rgba(24,30,42,.06) 1px,transparent 1px) 0 0 / 12px 100%,radial-gradient(circle at 18px 12px,rgba(24,30,42,.11) 1.5px,transparent 2px) 0 0 / 24px 100%}.im-video-audit-placeholder:after{content:"";position:absolute;top:-24%;bottom:-24%;left:-28%;z-index:-1;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:rotate(12deg);opacity:0;pointer-events:none}.im-video-audit-placeholder.pending:after{opacity:1;animation:im-video-audit-scan 1.9s ease-in-out infinite}@keyframes im-video-audit-scan{0%{transform:translate(-40%) rotate(12deg)}to{transform:translate(360%) rotate(12deg)}}.im-video-audit-mark{position:relative;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#171b22;color:#fff;box-shadow:0 8px 16px #11182726}.im-video-audit-mark:after{content:"";position:absolute;inset:-4px;border:1px solid rgba(23,27,34,.12);border-radius:15px;opacity:.9}.im-video-audit-copy{min-width:0;display:grid;gap:3px}.im-video-audit-placeholder strong{overflow:hidden;color:inherit;font-size:13px;font-weight:680;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.im-video-audit-placeholder em{overflow:hidden;color:#7b8492;font-size:11px;font-style:normal;font-weight:560;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.im-video-audit-rail{position:absolute;right:12px;bottom:9px;left:64px;height:2px;overflow:hidden;border-radius:999px;background:#171b2214}.im-video-audit-rail:after{content:"";position:absolute;inset:0 auto 0 0;width:36%;border-radius:inherit;background:#171b22}.im-video-audit-placeholder.pending .im-video-audit-rail:after{animation:im-video-audit-rail 1.25s ease-in-out infinite}@keyframes im-video-audit-rail{0%{transform:translate(-120%)}to{transform:translate(280%)}}.im-video-audit-placeholder.failed{border-color:#b8303024;background:linear-gradient(135deg,#fffcfcfa,#fff4f4e6),#fff7f7;color:#642828;box-shadow:0 10px 24px #75222214,inset 0 1px #ffffffc7}.im-video-audit-placeholder.failed:before{opacity:.32;background:linear-gradient(90deg,rgba(120,34,34,.08) 1px,transparent 1px) 0 0 / 12px 100%,radial-gradient(circle at 18px 12px,rgba(120,34,34,.12) 1.5px,transparent 2px) 0 0 / 24px 100%}.im-video-audit-placeholder.failed .im-video-audit-mark{background:#b94040;color:#fff;box-shadow:0 8px 16px #b940402e}.im-video-audit-placeholder.failed .im-video-audit-mark:after{border-color:#b940402e}.im-video-audit-placeholder.failed .im-video-audit-rail{background:#b940401a}.im-video-audit-placeholder.failed .im-video-audit-rail:after{width:100%;background:#b9404080}@media(max-width:520px){.im-bubble.im-bubble--video-audit,.im-bubble-row.outgoing .im-bubble.im-bubble--video-audit,.im-bubble.ai.im-bubble--video-audit{max-width:min(80%,280px)}.im-video-audit-placeholder{width:min(224px,68vw)}}@media(prefers-reduced-motion:reduce){.im-video-audit-placeholder.pending:after,.im-video-audit-placeholder.pending .im-video-audit-rail:after{animation:none}}.im-file-card{width:min(284px,64vw);min-height:72px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:11px;border:1px solid rgba(31,41,55,.08);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);color:#17181c;padding:10px 12px;text-decoration:none;box-shadow:0 8px 22px #0f172a14}.im-bubble:has(.im-file-card),.im-bubble-row.outgoing .im-bubble:has(.im-file-card),.im-bubble.ai:has(.im-file-card){max-width:min(78%,320px);border:0;background:transparent;padding:0;box-shadow:none}.im-file-card.unavailable{opacity:1}.im-file-card.previewable{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.im-file-card.previewable:hover,.im-file-card.previewable:focus-visible{border-color:#1f293729;box-shadow:0 10px 26px #0f172a1c;transform:translateY(-1px);outline:none}.im-file-card.audit-pending{border-color:#8592a629;background:linear-gradient(180deg,#fffffffa,#f7f9fcfa)}.im-file-card.audit-failed{border-color:#be4c442e;background:linear-gradient(180deg,#fffffffa,#fff7f6fa)}.im-file-card.audit-failed .im-file-audit-hint{color:#b94a42}.im-file-icon{width:40px;height:48px;display:grid;place-items:center;flex:none;border-radius:8px;background:#f1f4f8;box-shadow:inset 0 0 0 1px #1f29370d}.im-file-icon>svg,.im-file-icon>span{width:30px;height:36px}.im-file-text strong{color:#202633;font-size:13.5px;font-weight:680;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.im-file-text small{color:#687282;font-size:11.5px;line-height:1.35;white-space:nowrap}.im-file-audit-hint{grid-column:1 / -1;display:inline-flex;align-items:center;gap:6px;overflow:hidden;color:#697586;font-size:11.5px;font-weight:560;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.im-file-audit-hint span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.im-file-audit-dot{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:#8b98aa}.im-file-audit-hint.audit-pending .im-file-audit-dot{animation:im-file-audit-pulse 1.25s ease-in-out infinite}.im-file-audit-hint.audit-failed .im-file-audit-dot{background:#b94a42;animation:none}@keyframes im-file-audit-pulse{0%,to{opacity:.42;transform:scale(.78)}50%{opacity:1;transform:scale(1)}}.im-file-preview-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:22px}.im-file-preview-backdrop{position:absolute;inset:0;border:0;background:#1118276b}.im-file-preview-dialog{position:relative;width:min(860px,calc(100vw - 44px));height:min(720px,calc(100vh - 44px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc);color:#17181c;box-shadow:0 24px 70px #0f172a42}.im-file-preview-dialog.confirm-download{width:min(390px,calc(100vw - 44px));height:auto;grid-template-rows:auto auto auto}.im-file-preview-dialog header,.im-file-preview-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(31,41,55,.08);background:#ffffffdb;backdrop-filter:blur(14px)}.im-file-preview-dialog footer{justify-content:flex-end;border-top:1px solid #edf0f4;border-bottom:0}.im-file-preview-dialog.confirm-download footer{padding:12px 16px 14px}.im-file-preview-dialog header span{min-width:0;display:grid;gap:2px}.im-file-preview-dialog header strong,.im-file-preview-dialog header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-file-preview-dialog header strong{font-size:15px;font-weight:700}.im-file-preview-dialog header small{color:#747985;font-size:12px}.im-file-preview-dialog header button,.im-file-preview-dialog footer button,.im-file-preview-dialog footer a{min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfe3ea;border-radius:6px;background:#fff;color:#17181c;padding:0 12px;font-size:13px;font-weight:650;text-decoration:none;cursor:pointer}.im-file-preview-dialog footer button.primary{border-color:#17181c;background:#17181c;color:#fff}.im-file-preview-dialog footer button:disabled{opacity:.58;cursor:progress}.im-file-preview-dialog iframe{width:100%;height:100%;border:0;background:#f7f9fc}.im-file-text-preview{min-height:0;overflow:auto;background:radial-gradient(circle at top left,rgba(216,225,238,.42),transparent 280px),linear-gradient(180deg,#f7f9fc,#eef2f7);padding:22px}.im-file-text-preview pre{min-height:100%;margin:0;border:1px solid rgba(31,41,55,.08);border-radius:8px;background:#fff;color:#202633;padding:22px 24px;box-shadow:0 18px 45px #0f172a14,inset 0 1px #ffffffe6;font-family:SFMono-Regular,Cascadia Code,Liberation Mono,monospace;font-size:13px;line-height:1.72;white-space:pre-wrap;overflow-wrap:anywhere;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.im-file-text-preview.loading{display:grid;align-content:start;gap:12px}.im-file-text-preview.loading span{height:14px;max-width:620px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0bf,#f8fafcf2,#e2e8f0bf);background-size:200% 100%;animation:im-file-preview-loading 1.2s ease-in-out infinite}.im-file-text-preview.loading span:nth-child(2){width:74%}.im-file-text-preview.loading span:nth-child(3){width:46%}@keyframes im-file-preview-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.im-file-preview-empty{display:grid;place-items:center;align-content:center;gap:8px;background:#f6f7f9;color:#747985;padding:28px;text-align:center}.im-file-preview-dialog.confirm-download .im-file-preview-empty{background:linear-gradient(180deg,#f8fafcf5,#fffffff5);padding:26px 26px 22px}.im-file-preview-empty strong{color:#17181c;font-size:16px}.im-file-preview-empty span{font-size:13px;line-height:1.45}.im-composer button.im-pill-action.im-voice.recording{background:#ff453a;color:#fff}.im-voice-recording-status{flex:1 1 auto;min-width:0;height:30px;display:flex;align-items:center;gap:8px;color:#1a1a1c;overflow:hidden}.im-voice-recording-status strong{min-width:0;flex:1 1 auto;overflow:hidden;font-size:14px;font-weight:650;line-height:1;text-overflow:ellipsis;white-space:nowrap}.im-voice-recording-status small{flex:0 0 auto;color:#3c3c439e;font-size:12px;font-weight:600;line-height:1}.im-voice-recording-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#ff453a;box-shadow:0 0 #ff453a4d;animation:imVoicePulse 1s ease-out infinite}.im-voice-cancel{position:absolute;right:14px;bottom:58px;z-index:21;min-width:64px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:17px;background:#ffffffc7;color:#ff453a;padding:0 16px;font-size:14px;font-weight:650;backdrop-filter:blur(22px) saturate(1.7);box-shadow:0 10px 26px #11182724}@keyframes imVoicePulse{0%{box-shadow:0 0 #ff453a59}to{box-shadow:0 0 0 10px #ff453a00}}.im-sticker-search-section{margin-bottom:8px}.im-sticker-search{height:34px;display:flex;align-items:center;gap:8px;border-radius:10px;background:#0000000f;color:#6b7280;padding:0 10px}.im-sticker-search input{min-width:0;flex:1 1 auto;border:0;outline:0;background:transparent;color:#17181c;font:inherit;font-size:13px}.im-sticker-search-state{min-height:52px;display:grid;place-items:center;color:#8b929e;font-size:13px;font-weight:500}.im-sticker-search-state.error{color:#b42318}.im-sticker-manage-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.im-composer .im-sticker-panel .im-sticker-upload-btn{width:34px;min-width:34px;height:30px;min-height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:#0000000f;color:#17181c;padding:0}.im-sticker-manual-hint{margin:2px 0 8px;color:#6b7280;font-size:12px;line-height:1.45}.im-sticker-error{margin:0 0 8px;color:#b91c1c;font-size:12px;line-height:1.4}.im-sticker-manage-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.im-sticker-manage-item{min-width:0;display:grid;gap:5px}.im-sticker-manage-item.is-disabled{opacity:.55}.im-composer .im-sticker-panel .im-sticker-manage-thumb{width:100%;aspect-ratio:1 / 1;display:grid;place-items:center;border:0;border-radius:12px;background:#0000000a;padding:6px}.im-sticker-manage-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.im-sticker-manage-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.im-composer .im-sticker-panel .im-sticker-manage-actions button{width:100%;min-width:0;height:26px;min-height:26px;display:grid;place-items:center;border:0;border-radius:7px;background:#0000000d;color:#4b5563;padding:0}.im-composer .im-sticker-panel .im-sticker-manage-actions button:disabled,.im-composer .im-sticker-panel .im-sticker-upload-btn:disabled{opacity:.45}.im-detail-display-row{cursor:default}.im-group-editor-count{justify-self:end;color:#8b929e;font-size:12px;line-height:1}.im-detail-tag-list,.im-detail-tags-editor-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:0}.im-detail-tags-editor-list{justify-content:flex-start;min-height:32px}.im-detail-tag{display:inline-flex;align-items:center;max-width:100%;min-height:24px;border:1px solid #dfe3ea;border-radius:999px;background:#f4f6f9;color:#17181c;font-size:12px;line-height:1.2;padding:4px 8px}.im-detail-tag-editable{gap:4px;padding-right:4px}.im-detail-tag-editable button{display:inline-grid;width:18px;height:18px;place-items:center;border:0;border-radius:50%;background:transparent;color:#6b7280;padding:0}.im-detail-tags-editor{display:grid;gap:10px}.im-detail-tags-editor-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.im-detail-tags-editor-input button{height:40px;border:1px solid #17181c;border-radius:8px;background:#17181c;color:#fff;padding:0 12px}.im-detail-tags-editor-input button:disabled{border-color:#dfe3ea;background:#eef1f5;color:#9aa1ad}.im-detail-editor-error{margin:0;color:#d84b4b;font-size:13px;line-height:1.4}.im-contact-tag-chip,.im-contact-tag-create{display:inline-flex;align-items:center;gap:5px;min-height:36px;max-width:100%;border:1px solid transparent;border-radius:999px;background:#fff;color:#60646c;font-size:16px;line-height:1.2;padding:7px 16px}.im-contact-tag-chip.selected{background:#e7f7ee;color:#06984c;font-weight:650}.im-contact-tag-create{border-color:#d4d7dd;color:#7c828b}.im-contact-tag-state{margin:18px 0 0;color:#8d929b;font-size:14px}.im-contact-tag-empty-wrap{position:relative;display:inline-flex}.im-contact-tag-empty-create{display:inline-flex;align-items:center;gap:8px;min-height:40px;border:1px dashed #c9ced7;border-radius:999px;background:#fff;color:#7c828b;font-size:15px;padding:8px 16px}.im-contact-tag-empty-create svg{color:#07c160}.im-contact-tag-quick-create{position:absolute;top:calc(100% + 10px);left:0;z-index:2;display:grid;grid-template-columns:minmax(150px,1fr) auto;gap:8px;width:min(320px,calc(100vw - 72px));border:1px solid #dfe3ea;border-radius:10px;background:#fff;box-shadow:0 12px 32px #0f172a29;padding:10px}.im-contact-tag-quick-create:before{position:absolute;top:-6px;left:26px;width:10px;height:10px;border-top:1px solid #dfe3ea;border-left:1px solid #dfe3ea;background:#fff;content:"";transform:rotate(45deg)}.im-contact-tag-quick-create input{height:38px}.im-contact-tags-manager-error{margin:0;padding:0 18px 12px;color:#d84b4b;font-size:13px}.im-contact-tags-manager-mode{margin:0;padding:0 18px 12px;color:#69707b;font-size:13px}.im-contact-tags-manager-list{overflow:auto;background:#fff}.im-contact-tags-manager-list button{display:flex;width:calc(100% - 36px);align-items:center;gap:10px;min-height:58px;margin:0 18px;border:0;border-bottom:1px solid #e7e9ed;background:#fff;color:#15171a;padding:0;text-align:left}.im-contact-tags-manager-list button.active span{color:#06984c}.im-contact-tags-manager-list span{overflow:hidden;font-size:18px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.im-contact-tags-manager-list small{color:#656b75;font-size:16px}.im-contact-tags-manager-state{margin:0;padding:18px;color:#8d929b}.im-contact-tags-members{display:grid;gap:8px;border-top:8px solid #f0f1f3;background:#fff;padding:16px 18px}.im-contact-tags-members strong{font-size:16px}.im-contact-tags-members div{display:grid;gap:2px;padding:8px 0}.im-contact-tags-members span{font-size:15px}.im-contact-tags-members small,.im-contact-tags-members p{margin:0;color:#8d929b;font-size:13px}.im-contact-tags-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;border-top:1px solid #e2e5ea;background:#fff;padding:14px 18px}.im-contact-tags-create input{height:40px;border-color:#d7dbe2;background:#f8f9fb}.im-contact-tags-create button{height:40px;min-width:76px;border-radius:8px}.im-admin-member-list{overflow:visible}.im-invite-contact.disabled,.im-invite-contact:disabled,.im-invite-contact[aria-disabled=true]{background:#fbfcfe;color:#a3abb7;cursor:not-allowed}.im-invite-contact.disabled>span,.im-invite-contact:disabled>span,.im-invite-contact[aria-disabled=true]>span{background:#eef1f5;color:#a7b0bd;opacity:.72}.im-admin-member-action{grid-template-columns:40px minmax(0,1fr) auto}.im-admin-member-controls{min-width:-moz-max-content;min-width:max-content;display:inline-flex;align-items:center;justify-content:flex-end;gap:14px;justify-self:end}.im-admin-member-controls small,.im-admin-member-action-button{white-space:nowrap}.im-admin-member-controls small{color:#9aa2af;font-size:12px;font-weight:500}.im-admin-member-action-button{border:0;background:transparent;padding:4px 0;color:#1f73ff;font-size:14px;font-weight:650;cursor:pointer}.im-admin-member-action-button:disabled{color:#a8b0bd;cursor:not-allowed}.im-admin-member-action.remove .im-admin-member-action-button{color:#ef4444}.im-admin-action-wrap{position:relative;display:inline-flex;align-items:center;justify-content:flex-end}.im-admin-inline-confirm{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:min(260px,calc(100vw - 64px));display:grid;gap:10px;border:1px solid #e5eaf2;border-radius:10px;background:#fff;padding:12px;color:#17181c;font-size:13px;font-weight:500;box-shadow:0 16px 36px #11121629}.im-admin-inline-confirm:before{content:"";position:absolute;right:18px;top:-6px;width:10px;height:10px;border-left:1px solid #e5eaf2;border-top:1px solid #e5eaf2;background:#fff;transform:rotate(45deg)}.im-admin-inline-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.im-admin-inline-confirm-actions button{height:30px;border:0;border-radius:7px;background:#f2f5f9;padding:0 12px;color:#4b5565;font-size:13px;font-weight:650;cursor:pointer}.im-admin-inline-confirm-actions button.primary{background:#1f73ff;color:#fff}.im-admin-inline-confirm-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:520px){.im-admin-member-action{grid-template-columns:40px minmax(0,1fr)}.im-admin-member-controls{grid-column:2;justify-self:start}.im-admin-action-wrap{justify-content:flex-start}.im-admin-inline-confirm{left:0;right:auto}.im-admin-inline-confirm:before{left:18px;right:auto}}.im-group-editor-overlay-layer{z-index:1200!important}.im-group-editor-content-layer{z-index:1201!important}.im-group-editor-content-admins{overflow:visible!important}.im-owner-transfer-confirm-overlay-layer{z-index:1300!important}.im-owner-transfer-confirm-content-layer{z-index:1301!important}.im-group-editor-body-admins{overflow:visible}.im-announcement-dialog-modal{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:24px}.im-announcement-dialog-backdrop{position:absolute;inset:0;border:0;background:#1218223d;backdrop-filter:blur(2px)}.im-announcement-dialog{position:relative;z-index:1;width:min(560px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,.92);border-radius:18px;background:#fff;box-shadow:0 22px 64px #0f172a33}.im-announcement-dialog-head{position:relative;min-height:72px;display:grid;place-items:center;border-bottom:1px solid #f0f2f5;padding:14px 52px 12px}.im-announcement-dialog-title{min-width:0;display:grid;justify-items:center;gap:5px;text-align:center}.im-announcement-dialog-head strong{color:#17181c;font-size:18px;font-weight:700;line-height:1.1}.im-announcement-dialog-head small{max-width:220px;overflow:hidden;color:#8b929e;font-size:12px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.im-announcement-dialog-head>button{position:absolute;top:17px;right:15px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:999px;background:#f5f6f8;color:#606875}.im-announcement-dialog-head>button:hover{background:#eceff3;color:#20242c}.im-announcement-dialog-body{overflow:auto;padding:20px 22px 22px}.im-announcement-dialog-body p{max-height:min(540px,calc(100vh - 220px));overflow:auto;border-radius:12px;background:#f7f8fa;color:#20242c;margin:0;padding:18px 20px;font-size:15px;line-height:1.72;white-space:pre-wrap;word-break:break-word}.im-announcement-dialog-body.empty{color:#8b929e}.im-announcement-dialog-body.empty p{display:grid;place-items:center;min-height:88px;color:#8b929e}.im-announcement-dialog-actions{display:flex;justify-content:flex-end;border-top:1px solid #eef1f5;padding:12px 18px 16px}.im-announcement-dialog-actions button{height:34px;border:0;border-radius:8px;background:#f0f6ff;color:#1f73ff;padding:0 16px;font-size:14px;font-weight:650}.im-announcement-dialog-actions button:hover{background:#e5f0ff}@media(min-width:900px){.screen:has(.im-desktop-screen){width:100%;height:100vh;padding:0!important;overflow:hidden;background:#f6f7f9}.im-desktop-screen{width:100%;height:100%;min-height:0;margin:0;padding:0;display:grid;grid-template-columns:336px minmax(0,1fr);gap:0;background:#f6f7f9}.im-desktop-screen .im-list-pane{height:100%;padding:24px 16px 18px;border-right:1px solid #e4e7ec;background:#eaecef}.im-desktop-screen .im-row.active{box-shadow:inset 3px 0 #1f73ff}.im-desktop-screen .im-row.has-mention.active{box-shadow:inset 3px 0 #f04444}.im-desktop-thread-pane{min-width:0;height:100%;overflow:hidden;background:#f7f8fa}.im-desktop-empty{height:100%;background:#f7f8fa}.im-thread-screen.embedded{width:100%;height:100%;min-height:0;margin:0;display:flex;flex-direction:column}.im-thread-screen.embedded .im-thread-head{grid-template-columns:minmax(112px,1fr) minmax(0,auto) minmax(112px,1fr);padding:14px 28px}.im-thread-screen.embedded .im-thread{gap:12px;padding:24px 32px 96px}.im-thread-screen.embedded .im-bubble-row{width:100%;display:flex;justify-content:flex-start;margin-bottom:8px}.im-thread-screen.embedded .im-bubble-row.outgoing{justify-content:flex-end}.im-thread-screen.embedded .im-bubble-stack{width:-moz-max-content;width:max-content;max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble{max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-stack .im-bubble{max-width:100%}.im-thread-screen.embedded .im-bubble-with-translation{max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-with-translation .im-bubble{max-width:100%}.im-thread-screen.embedded .im-bubble:has(.im-quote-card){max-width:min(72%,640px)}.im-thread-screen.embedded .im-bubble-stack .im-bubble:has(.im-quote-card){min-width:220px}.im-thread-screen.embedded .im-composer{padding:12px 32px 16px}.im-thread-screen.embedded .im-mention-jump{right:32px;bottom:92px}}.elys-feed-screen .elys-post-menu-item{width:100%;min-height:38px;padding:0 14px;color:#1f2937;font-size:13px;font-weight:760;text-align:left}.elys-feed-screen .elys-post-menu-item:hover{background:#f8fafc}.elys-feed-screen .elys-post-menu-item:disabled{color:var(--feed-muted)}.profile-detail-compose-error{margin:2px 0 0;color:#d04444;font-size:12px;font-weight:680;line-height:1.35}.chat-screen .connector-connect-card{--connector-connect-accent: #1f6f5b;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;max-width:520px;padding:16px!important;border:1px solid rgba(31,111,91,.18)!important;border-radius:22px!important;background:radial-gradient(circle at 18px 18px,rgba(31,111,91,.16),transparent 34px),linear-gradient(135deg,#f9f8f1fa,#e7f1ebf0)!important;box-shadow:0 16px 34px #194a3e1c!important}.chat-screen .connector-connect-orb{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;color:var(--connector-connect-accent);background:#ffffffb3;box-shadow:inset 0 0 0 1px #1f6f5b24}.chat-screen .connector-connect-orb i{font-size:24px}.chat-screen .connector-connect-copy{min-width:0}.chat-screen .connector-connect-kicker{margin-bottom:4px;color:#1f6f5bbd;font-size:11px;font-weight:840;letter-spacing:.08em;text-transform:uppercase}.chat-screen .connector-connect-card h4{max-width:none;margin:0;color:#17352c;font-size:18px;line-height:1.15;font-weight:760}.chat-screen .connector-connect-card p{margin:6px 0 0;color:#17352ca3;font-size:13px;line-height:1.45}.chat-screen .connector-connect-slug{display:inline-flex;margin-top:10px;border-radius:999px;background:#1f6f5b14;color:#17352cad;padding:4px 8px;font-size:11px;font-weight:700}.chat-screen .connector-connect-action{grid-column:1 / -1}.chat-screen .connector-connect-button{display:inline-flex;justify-content:center;width:100%;border:0;border-radius:14px;background:#17352c;color:#fffaf0;padding:11px 14px;font-size:13px;font-weight:820;cursor:pointer;box-shadow:0 12px 24px #17352c2e}.chat-screen .connector-connect-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.im-forward-backdrop{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;background:#1118275c;padding:24px}.im-forward-dialog{position:relative;width:min(420px,calc(100vw - 48px));max-height:min(560px,calc(100vh - 96px));display:flex;flex-direction:column;border-radius:12px;background:#fff;color:#17181c;box-shadow:0 18px 50px #0f172a2e;overflow:hidden}.im-forward-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px}.im-forward-header h3{margin:0;font-size:17px;font-weight:700}.im-forward-header small{display:block;margin-top:3px;color:#8b929e;font-size:12px;font-weight:500}.im-forward-header button{flex:none;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#8b929e;cursor:pointer}.im-forward-header button:hover{background:#f1f2f4}.im-forward-search{display:flex;align-items:center;gap:8px;margin:0 18px 6px;padding:8px 12px;border-radius:9px;background:#f3f4f6;color:#8b929e}.im-forward-search input{flex:1;border:0;background:transparent;font-size:14px;color:#17181c;outline:none}.im-forward-list{flex:1;overflow-y:auto;padding:4px 8px}.im-forward-empty{padding:28px 0;text-align:center;color:#8b929e;font-size:13px}.im-forward-row{display:flex;align-items:center;gap:12px;width:100%;padding:9px 10px;border:0;border-radius:10px;background:transparent;cursor:pointer;text-align:left}.im-forward-row:hover{background:#f6f7f9}.im-forward-row.selected{background:#eef4ff}.im-forward-avatar{flex:none;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;overflow:hidden;background:#dfe3ea;color:#5b6370;font-size:16px;font-weight:700}.im-forward-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.im-forward-name{flex:1;min-width:0;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#17181c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.im-forward-tag{flex:none;padding:1px 6px;border-radius:5px;background:#eceef1;color:#8b929e;font-size:11px;font-style:normal;font-weight:600}.im-forward-check{flex:none;width:20px;height:20px;border-radius:50%;border:1.5px solid #cbd1da;box-sizing:border-box}.im-forward-check.on{border-color:#2f6bff;background:#2f6bff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat}.im-forward-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px 16px;border-top:1px solid #f0f1f3}.im-forward-count{color:#8b929e;font-size:13px;font-weight:500}.im-forward-actions{display:flex;gap:10px}.im-forward-actions button{height:36px;padding:0 18px;border:0;border-radius:9px;background:#f1f2f4;color:#41464f;font-size:14px;font-weight:600;cursor:pointer}.im-forward-actions button.primary{background:#2f6bff;color:#fff}.im-forward-actions button:disabled{opacity:.5;cursor:not-allowed}.im-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border-top:1px solid #eceef1}.im-selection-bar .im-selection-count{font-size:14px;font-weight:600;color:#17181c}.im-selection-bar .im-selection-actions{display:flex;gap:8px}.im-selection-bar button{height:34px;padding:0 14px;border:0;border-radius:9px;background:#f1f2f4;color:#41464f;font-size:13px;font-weight:600;cursor:pointer}.im-selection-bar button.primary{background:#2f6bff;color:#fff}.im-selection-bar button:disabled{opacity:.5;cursor:not-allowed}.im-bubble-select{flex:none;width:20px;height:20px;margin:auto 6px;border-radius:50%;border:1.5px solid #cbd1da;box-sizing:border-box;align-self:center}.im-bubble-select.on{border-color:#2f6bff;background:#2f6bff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat}.im-group-qr-backdrop{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;background:#1118276b;padding:24px}.im-group-qr-dialog{position:relative;width:min(390px,calc(100vw - 48px));display:flex;flex-direction:column;align-items:center;gap:14px;padding:20px 18px 18px;border-radius:18px;background:#f2f3f5;color:#17181c;box-shadow:0 18px 50px #0f172a33}.im-group-qr-close{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#8b929e;cursor:pointer}.im-group-qr-close:hover{background:#f1f2f4}.im-group-qr-head{display:flex;align-items:center;justify-content:center;gap:8px;max-width:100%;min-height:28px}.im-group-qr-head strong{font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.im-group-qr-card{width:100%;padding:26px 22px 22px;border-radius:16px;background:#fff;box-sizing:border-box;text-align:center}.im-group-qr-body{display:grid;place-items:center;width:238px;height:238px;margin:0 auto 18px;border-radius:16px;background:#fff}.im-group-qr-body svg{color:#1f1f25}.im-group-qr-body img{width:206px;height:206px;display:block}.im-group-qr-title-row{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.im-group-qr-avatar{flex:none;width:26px;height:26px;border-radius:7px;-o-object-fit:cover;object-fit:cover}.im-group-qr-title-row strong{min-width:0;color:#1f1f25;font-size:17px;font-weight:700;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-group-qr-state{color:#8b929e;font-size:13px}.im-group-qr-error{color:#e5484d}.im-group-qr-subtitle{margin:8px 0 12px;color:#1f1f258f;font-size:13px;font-weight:500}.im-group-qr-hint{margin:0;color:#1f1f2585;font-size:13px;font-weight:500;text-align:center}.im-group-qr-confirm{margin:6px 0 16px;color:#1f1f2561;font-size:12px;font-weight:500}.im-group-qr-brand{display:flex;flex-direction:column;align-items:center;gap:4px;color:#1f1f2561;font-size:11px}.im-group-qr-brand b{color:#1f1f25;font-size:18px;letter-spacing:0}.im-group-qr-primary-actions{display:grid;grid-template-columns:48px 1fr 1fr;gap:10px;width:100%}.im-group-qr-primary-actions button,.im-group-qr-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:42px;padding:0 14px;border:0;border-radius:999px;background:#fff;color:#41464f;font-size:13px;font-weight:700;cursor:pointer}.im-group-qr-primary-actions button.primary{background:#2f6bff;color:#fff}.im-group-qr-primary-actions button.icon-only{padding:0;color:#1f1f25}.im-group-qr-actions button.danger{background:#fdecec;color:#e5484d}.im-group-qr-primary-actions button:disabled,.im-group-qr-actions button:disabled{opacity:.5;cursor:not-allowed}.im-message-cluster.selecting .im-select-row{display:flex;align-items:center;gap:8px;width:100%}.im-select-row.disabled{opacity:.45}.im-select-bubble-wrap{position:relative;flex:1;min-width:0}.im-select-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent;cursor:pointer}.im-select-overlay:disabled{cursor:default}.im-composer-input-row.is-hidden{display:none}.im-voice-recording{display:flex;align-items:center;gap:12px;padding:6px 8px}.im-voice-recording-main{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:40px;border-radius:20px;background:#eef4ff;color:#2f6bff;font-size:14px;font-weight:600}.im-voice-dot{width:9px;height:9px;border-radius:50%;background:#e5484d;animation:im-voice-blink 1s steps(2,start) infinite}@keyframes im-voice-blink{to{opacity:.25}}.im-voice-time{font-variant-numeric:tabular-nums;min-width:34px;text-align:right}.im-voice-hint{color:#6b7686;font-weight:500}.im-voice-cancel,.im-voice-send{flex:none;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;cursor:pointer}.im-voice-cancel{background:#f1f2f4;color:#6b7686}.im-voice-send{background:#2f6bff;color:#fff}.im-voice-cancel:disabled,.im-voice-send:disabled{opacity:.5;cursor:not-allowed}.im-pat-message{max-width:min(82%,520px);padding:0;background:transparent;color:#8a9099;font-size:13px;font-weight:600;line-height:1.55;animation:im-pat-pop .26s cubic-bezier(.2,.9,.25,1.2)}.im-pat-message.self{color:#4f5661;font-size:14px;font-weight:750}.im-pat-text{overflow-wrap:anywhere}.im-pat-change{display:inline-flex;align-items:center;gap:2px;margin-left:8px;border:0;background:transparent;color:#526b9a;padding:0;font:inherit;font-weight:750;line-height:inherit;cursor:pointer}.im-pat-change:hover{color:#315ad3}@keyframes im-pat-pop{0%{transform:scale(.94);opacity:.55}to{transform:scale(1);opacity:1}}.profile-page{position:relative}.profile-settings-btn{position:absolute;z-index:12;top:18px;right:18px;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(31,31,31,.08);border-radius:50%;background:#ffffffeb;color:#1f1f1f;box-shadow:0 10px 24px #0f172a14;backdrop-filter:blur(12px);cursor:pointer}.profile-settings-btn:hover{background:#fff}.profile-settings-sheet{position:fixed;inset:0;z-index:70;display:flex;justify-content:flex-end}.profile-settings-backdrop{position:absolute;inset:0;border:0;background:#0f172a3d}.profile-settings-panel{position:relative;z-index:1;width:min(390px,100%);height:100%;background:#f7f8fa;color:#1f1f1f;box-shadow:-20px 0 56px #0f172a2e;display:flex;flex-direction:column}.profile-settings-header{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 16px;background:#ffffffeb;border-bottom:1px solid rgba(31,31,31,.06);backdrop-filter:blur(14px)}.profile-settings-header strong{font-size:17px;font-weight:700}.profile-settings-header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#eef0f3;color:#1f1f1f;cursor:pointer}.profile-settings-list{padding:14px 12px}.profile-settings-row{width:100%;min-height:64px;border:0;border-radius:12px;background:#fff;color:#1f1f1f;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 14px;text-align:left;box-shadow:0 1px #0f172a0a;cursor:pointer}.profile-settings-row span{min-width:0;display:grid;gap:4px}.profile-settings-row b{font-size:15px;line-height:1.2}.profile-settings-row small{min-width:0;color:#7c8490;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-settings-row em{max-width:116px;color:#9aa1ac;font-size:12px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-pat-editor{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px}.profile-pat-backdrop{position:absolute;inset:0;border:0;background:#0f172a6b}.profile-pat-dialog{position:relative;z-index:1;width:min(360px,100%);border:1px solid rgba(255,255,255,.7);border-radius:20px;background:#fffffff5;box-shadow:0 24px 70px #0f172a38;padding:18px;display:grid;gap:14px}.profile-pat-dialog header,.profile-pat-dialog div{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-pat-dialog header button,.profile-pat-dialog div button{border:0;border-radius:999px;background:#eef1f5;color:#182235;min-width:42px;height:34px;padding:0 14px}.profile-pat-dialog header button{min-width:34px;width:34px;padding:0;font-size:20px}.profile-pat-dialog label{display:grid;gap:8px;color:#526071;font-size:13px}.profile-pat-dialog input{width:100%;min-width:0;height:42px;border:1px solid rgba(113,128,150,.24);border-radius:12px;background:#fff;padding:0 12px;color:#182235}.profile-pat-dialog p{margin:0;padding:10px 12px;border-radius:12px;background:#f6f7f9;color:#526071;font-size:13px;line-height:1.45}.profile-pat-dialog .profile-pat-error{background:#fff1f2;color:#be123c}.profile-pat-dialog div button[type=submit]{background:#182235;color:#fff}.profile-pat-dialog div button:disabled{opacity:.55;cursor:not-allowed}.reminder-dialog-layer{position:fixed;inset:0;z-index:260;display:flex;align-items:center;justify-content:center;padding:18px}.reminder-dialog-backdrop{position:absolute;inset:0;border:0;background:#0f172a47}.reminder-dialog{position:relative;z-index:1;width:min(360px,calc(100vw - 32px));border:1px solid rgba(113,128,150,.2);border-radius:18px;background:#fffffff5;box-shadow:0 24px 64px #0f172a33;color:#182235;padding:16px}.reminder-dialog header{display:flex;align-items:center;gap:10px}.reminder-dialog header>div{min-width:0;flex:1}.reminder-dialog h3{margin:0;color:#182235;font-size:16px;line-height:1.25}.reminder-dialog p{margin:4px 0 0;color:#526071;font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reminder-dialog-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#ecfdf5;color:#047857;flex:0 0 auto}.reminder-dialog header>button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:10px;background:#f6f7f9;color:#526071}.reminder-dialog-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.reminder-dialog-fields label{display:grid;gap:7px;min-width:0;color:#526071;font-size:12px;font-weight:700}.reminder-dialog-fields input{width:100%;min-width:0;height:42px;border:1px solid rgba(113,128,150,.24);border-radius:12px;background:#fff;padding:0 10px;color:#182235;font-size:14px}.reminder-dialog-error{min-height:18px;margin:10px 0 0;color:#be123c;font-size:12px;line-height:18px;opacity:0}.reminder-dialog-error.visible{opacity:1}.reminder-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.reminder-dialog footer button{min-height:36px;border:0;border-radius:12px;padding:0 14px;background:#f1f5f9;color:#334155;font-weight:800}.reminder-dialog footer button.primary{background:#182235;color:#fff}.reminder-dialog footer button:disabled{opacity:.55;cursor:not-allowed}.reminder-dialog-pending{margin-top:12px;padding-top:12px;border-top:1px solid rgba(113,128,150,.16)}.reminder-dialog-pending h4{margin:0;color:#526071;font-size:12px;font-weight:700}.reminder-dialog-pending-empty{margin:8px 0 0;color:#8a93a3;font-size:12px}.reminder-dialog-pending ul{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px;max-height:168px;overflow:auto}.reminder-dialog-pending li{display:flex;align-items:center;gap:10px;min-width:0}.reminder-dialog-pending-info{flex:1 1 auto;min-width:0;display:grid;gap:2px}.reminder-dialog-pending-info strong{color:#182235;font-size:13px;line-height:1.3}.reminder-dialog-pending-info span{color:#526071;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reminder-dialog-pending li>button{flex:0 0 auto;min-height:28px;border:0;border-radius:10px;padding:0 10px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:700}.reminder-dialog-pending li>button:disabled{opacity:.55;cursor:not-allowed}.reminder-dialog-pending-error{margin:8px 0 0;color:#be123c;font-size:12px}.service-notification-thread{display:flex;flex-direction:column;min-height:100%;background:#eef0f3;color:#182235}.service-notification-thread.embedded{height:100%;border-radius:0}.service-notification-head{display:flex;align-items:center;gap:10px;min-height:64px;padding:12px 18px;border-bottom:1px solid rgba(226,232,240,.9);background:#ffffffeb}.service-notification-head>div{min-width:0;display:grid;gap:3px}.service-notification-head strong{color:#1f2937;font-size:17px;line-height:1.2}.service-notification-head span{color:#8a93a3;font-size:12px}.service-notification-body{flex:1 1 auto;overflow:auto;display:flex;flex-direction:column;gap:18px;padding:18px 18px 28px}.service-notification-card{width:min(440px,100%);margin:0 auto;border-radius:10px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 28px #0f172a0f;overflow:hidden;cursor:pointer;outline:none}.service-notification-card:focus-visible{box-shadow:0 0 0 3px #22c55e2e,0 10px 28px #0f172a0f}.service-notification-brand{display:flex;align-items:center;gap:8px;padding:14px 16px 4px;color:#334155;font-size:13px;font-weight:700}.service-notification-brand span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#22c55e;color:#fff}.service-notification-content{display:grid;justify-items:center;gap:8px;padding:18px 20px 20px;text-align:center}.service-notification-content span,.service-notification-content strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-notification-content span{color:#6b7280;font-size:13px}.service-notification-content strong{color:#1f2937;font-size:17px}.service-notification-content time{color:#9aa0a8;font-size:13px}.service-notification-detail{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px);margin:0 16px;min-height:48px;border:0;border-top:1px solid rgba(226,232,240,.9);background:transparent;color:#334155;font-size:14px;text-align:left}.service-notification-detail span:last-child{color:#cbd5e1;font-size:26px;line-height:1}.service-notification-empty{display:grid;place-items:center;gap:6px;min-height:240px;color:#64748b;text-align:center;font-size:13px}.service-notification-empty strong{color:#334155;font-size:15px}.service-notification-empty span{color:#94a3b8}.reminder-toast{position:fixed;right:18px;bottom:18px;z-index:280;display:grid;grid-template-columns:minmax(0,1fr) 32px;width:min(360px,calc(100vw - 36px));overflow:hidden;border:1px solid rgba(113,128,150,.2);border-radius:16px;background:#fffffff5;box-shadow:0 20px 48px #0f172a33}.reminder-toast-main,.reminder-toast-close{border:0;background:transparent}.reminder-toast-main{display:grid;min-width:0;gap:3px;padding:12px 14px;text-align:left}.reminder-toast-main strong,.reminder-toast-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reminder-toast-main strong{color:#182235;font-size:14px}.reminder-toast-main span{color:#526071;font-size:13px}.reminder-toast-close{color:#64748b;font-size:20px}@media(max-width:560px){.reminder-dialog-fields{grid-template-columns:1fr}}.profile-card-page{min-height:100%;padding:18px 16px 26px;background:#eef0f3;color:#1f1f25}.profile-card-dialog{width:min(94vw,472px);max-height:min(92vh,820px);overflow:hidden;border:1px solid rgba(255,255,255,.68);border-radius:30px;background:#eef0f3;box-shadow:0 30px 80px #0f172a3d}.profile-card-dialog-close{position:absolute;top:14px;right:14px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(31,31,37,.08);border-radius:999px;background:#ffffffd1;color:#25304d;box-shadow:0 10px 22px #1f1f251a}.profile-card-page.in-dialog{min-height:0;max-height:min(92vh,820px);overflow-y:auto;padding:18px 16px 16px}.profile-card-page.in-dialog .profile-card-stage{min-height:0;padding:8px 0 12px}.profile-card-page.in-dialog .profile-card-preview{width:min(100%,326px);border-radius:26px}.profile-card-stage{min-height:min(680px,calc(100vh - 224px));display:grid;place-items:center;padding:8px 0 18px}.profile-card-preview{width:min(100%,390px);aspect-ratio:9 / 14;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(31,31,37,.1);border-radius:28px;background-color:#f2f2f2;background-size:cover;background-position:center;box-shadow:0 26px 68px #1c202c2e}.profile-card-preview.is-portrait-style,.profile-card-page.in-dialog .profile-card-preview.is-qr-style{aspect-ratio:auto}.profile-card-export{width:100%;height:100%;padding:18px;display:grid}.profile-card-preview.is-portrait-style .profile-card-export,.profile-card-page.in-dialog .profile-card-preview.is-qr-style .profile-card-export{height:auto}.profile-card-paper,.profile-card-qr-paper{min-width:0;min-height:0;overflow:hidden}.profile-card-paper{border:1px solid rgba(31,31,37,.1);border-radius:24px;background:#fff;box-shadow:0 22px 54px #1f1f251f;display:flex;flex-direction:column;height:auto}.profile-card-user{position:relative;display:flex;align-items:center;gap:10px;min-height:86px;padding:22px 22px 10px}.profile-card-avatar{width:56px;height:56px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:#2a3250;color:#fff;font-size:22px;font-weight:650}.profile-card-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-card-avatar.is-missing{background:#f4f6f9;box-shadow:inset 0 0 0 1px #1f1f2514}.profile-card-user div{min-width:0;display:grid;gap:2px;padding-right:70px}.profile-card-user-flat div{padding-right:0}.profile-card-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:560;line-height:1.16}.profile-card-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f2585;font-size:13px;line-height:1.3}.profile-card-logo{position:absolute;top:8px;right:2px;width:96px;height:auto;pointer-events:none}.profile-card-clone{position:relative;flex:0 0 auto;height:clamp(204px,68vw,284px);margin:10px 8px 0;display:grid;place-items:center;overflow:hidden}.profile-card-clone-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-card-clone-avatar{position:relative;z-index:1;width:calc(100% - 36px);height:calc(100% - 18px);-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;clip-path:ellipse(58% 63% at 50% 39%)}.profile-card-emoji-grid{position:relative;z-index:1;width:calc(100% - 84px);max-width:250px;aspect-ratio:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;place-self:center}.profile-card-emoji-grid span{min-width:0;min-height:0;display:grid;place-items:center}.profile-card-emoji-grid img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-card-clone-placeholder{position:relative;z-index:1;width:120px;height:120px;display:grid;place-items:center;border-radius:999px;background:#f4f6f9;box-shadow:inset 0 0 0 1px #1f1f2514,0 16px 34px #1f1f2514}.profile-card-clone-placeholder.is-loading:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.66) 45%,transparent 70%);animation:profile-card-shimmer 1.2s linear infinite}@keyframes profile-card-shimmer{0%{transform:translate(-70%)}to{transform:translate(70%)}}.profile-card-brand{display:block;padding:18px 20px 0;text-align:center;font-size:16px;font-weight:560;line-height:1.24}.profile-card-divider{height:1px;margin:18px 20px 20px;background:#1f1f251a}.profile-card-foot{display:flex;align-items:center;gap:12px;padding:0 20px 24px}.profile-card-foot div{min-width:0;flex:1;display:grid;gap:7px}.profile-card-foot span,.profile-card-foot p{margin:0;color:#1f1f2585;font-size:12px;line-height:1.42}.profile-card-qr{flex:0 0 auto;width:min(70vw,280px);aspect-ratio:1;display:grid;place-items:center;padding:14px;border:1px solid rgba(31,31,37,.1);border-radius:24px;background:#fff;box-shadow:0 28px 62px #1f1f2521}.profile-card-qr.compact{width:80px;padding:5px;border-radius:9px;box-shadow:none}.profile-card-qr svg{width:100%;height:100%;display:block}.profile-card-qr rect{fill:#25304d}.profile-card-qr i{width:44%;height:44%;border-radius:12px;background:#dfe3ea}.profile-card-qr-paper{border-radius:0;display:flex;flex-direction:column;align-items:center;padding:40px 40px 24px;background:#f2f2f2;box-shadow:none;overflow:visible}.profile-card-style-two-header{width:100%;display:flex;align-items:center;gap:12px}.profile-card-style-two-header div{min-width:0;flex:1;display:grid;gap:3px}.profile-card-style-two-header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f25;font-size:24px;font-weight:560;line-height:1.12}.profile-card-style-two-header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f1f25b3;font-size:14px;line-height:1.3}.profile-card-style-two-header .profile-card-avatar{width:64px;height:64px;border-radius:18px}.profile-card-qr-paper .profile-card-qr{width:min(100%,300px);margin-top:60px;padding:12px;border-radius:24px}.profile-card-qr-hint{margin-top:20px;color:#1f1f254d;font-size:14px;line-height:1.25}.profile-card-qr-brand{width:min(100%,310px);margin-top:40px;text-align:center;font-size:18px;font-weight:560;line-height:1.35}.profile-card-actions{width:min(100%,410px);margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 8px;border:1px solid rgba(31,31,37,.07);border-radius:15px;background:#ffffffe0;box-shadow:0 10px 26px #1f1f2514}.profile-card-actions button{min-width:0;height:34px;flex:1 1 0;border:0;border-radius:10px;background:transparent;color:#576b92;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:560;white-space:nowrap}.profile-card-actions button+button{border-left:1px solid rgba(87,107,146,.26);border-radius:0}.profile-card-actions button:hover{background:#576b9214}.profile-card-actions button:focus{outline:none}.profile-card-actions button:focus-visible{outline:1px solid rgba(87,107,146,.32);outline-offset:-2px}.profile-card-actions button.primary{color:#25304d;font-weight:660}.profile-card-page.in-dialog .profile-card-qr-paper{padding:clamp(30px,5vw,40px) 40px 28px}.profile-card-page.in-dialog .profile-card-qr-paper .profile-card-qr{width:clamp(178px,52vw,218px);margin-top:clamp(34px,6vw,46px)}.profile-card-page.in-dialog .profile-card-qr-hint{margin-top:18px;font-size:13px}.profile-card-page.in-dialog .profile-card-qr-brand{width:min(100%,270px);margin-top:clamp(26px,5vw,34px);font-size:17px;line-height:1.32}.profile-card-action-icon{width:15px;height:15px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) saturate(100%) invert(17%) sepia(19%) saturate(1382%) hue-rotate(188deg) brightness(92%) contrast(91%)}.profile-card-actions button:disabled{opacity:.48;cursor:not-allowed}.profile-card-feedback{width:min(100%,410px);min-height:20px;margin:8px auto 0;color:#1f1f2594;font-size:12px;line-height:1.4;text-align:center}@media(max-width:420px){.profile-card-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 28px);border-radius:26px}.profile-card-page{padding-inline:12px}.profile-card-page.in-dialog{max-height:calc(100vh - 28px);padding:14px 12px 12px}.profile-card-preview{width:min(100%,338px)}.profile-card-export{padding:14px}.profile-card-clone{height:clamp(196px,64vw,236px)}.profile-card-page.in-dialog .profile-card-qr-paper{padding:28px 32px 26px}.profile-card-page.in-dialog .profile-card-qr-paper .profile-card-qr{width:clamp(168px,58vw,208px);margin-top:30px}.profile-card-actions{width:min(100%,360px)}}:root{--background: 0 0% 100%;--foreground: 0 0% 12%;--border: 0 0% 91%;--muted: 0 0% 97%;--muted-foreground: 0 0% 44%;--primary: 0 0% 12%;--primary-foreground: 0 0% 100%;--sidebar: 0 0% 98%;--sidebar-border: 0 0% 91%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-bottom-\[5px\]{bottom:-5px}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-8{left:2rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[120\]{z-index:120}.z-\[130\]{z-index:130}.z-\[140\]{z-index:140}.z-\[1\]{z-index:1}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[18px\]{margin-left:18px;margin-right:18px}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mt-10{margin-top:-2.5rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-11{margin-bottom:2.75rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-\[18px\]{margin-bottom:18px}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.\!grid{display:grid!important}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[16\/9\]{aspect-ratio:16/9}.size-4{width:1rem;height:1rem}.size-full{width:100%;height:100%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-4{height:1rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[46px\]{height:46px}.h-\[64px\]{height:64px}.h-\[88vh\]{height:88vh}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-\[360px\]{max-height:360px}.max-h-\[58vh\]{max-height:58vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[inherit\]{max-height:inherit}.max-h-\[min\(720px\,calc\(100vh-44px\)\)\]{max-height:min(720px,calc(100vh - 44px))}.max-h-\[min\(720px\,calc\(100vh-48px\)\)\]{max-height:min(720px,calc(100vh - 48px))}.max-h-\[min\(760px\,calc\(100vh-44px\)\)\]{max-height:min(760px,calc(100vh - 44px))}.min-h-0{min-height:0px}.min-h-16{min-height:4rem}.min-h-28{min-height:7rem}.min-h-40{min-height:10rem}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[108px\]{min-height:108px}.min-h-\[13\.5rem\]{min-height:13.5rem}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[54px\]{min-height:54px}.min-h-\[55vh\]{min-height:55vh}.min-h-\[68px\]{min-height:68px}.min-h-\[70vh\]{min-height:70vh}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-28{width:7rem}.w-4{width:1rem}.w-64{width:16rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[104px\]{width:104px}.w-\[18px\]{width:18px}.w-\[64px\]{width:64px}.w-\[92vw\]{width:92vw}.w-\[min\(520px\,calc\(100vw-36px\)\)\]{width:min(520px,calc(100vw - 36px))}.w-\[min\(560px\,calc\(100vw-40px\)\)\]{width:min(560px,calc(100vw - 40px))}.w-\[min\(720px\,calc\(100\%-44px\)\)\]{width:min(720px,calc(100% - 44px))}.w-\[min\(88vw\,360px\)\]{width:min(88vw,360px)}.w-\[min\(90vw\,420px\)\]{width:min(90vw,420px)}.w-\[min\(90vw\,560px\)\]{width:min(90vw,560px)}.w-\[min\(92vw\,640px\)\]{width:min(92vw,640px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[124px\]{min-width:124px}.min-w-\[150px\]{min-width:150px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[240px\]{max-width:240px}.max-w-\[280px\]{max-width:280px}.max-w-\[320px\]{max-width:320px}.max-w-\[360px\]{max-width:360px}.max-w-\[62\%\]{max-width:62%}.max-w-\[620px\]{max-width:620px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-center{transform-origin:center}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[48px_minmax\(0\,1fr\)_48px\]{grid-template-columns:48px minmax(0,1fr) 48px}.grid-cols-\[88px_minmax\(0\,1fr\)_88px\]{grid-template-columns:88px minmax(0,1fr) 88px}.grid-rows-\[auto_auto_auto_minmax\(0\,1fr\)_auto_auto_auto\]{grid-template-rows:auto auto auto minmax(0,1fr) auto auto auto}.grid-rows-\[auto_auto_minmax\(0\,1fr\)\]{grid-template-rows:auto auto minmax(0,1fr)}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-3{row-gap:.75rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:hsl(var(--border) / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[18px\]{border-radius:18px}.rounded-\[22px\]{border-radius:22px}.rounded-\[26px\]{border-radius:26px}.rounded-\[2px\]{border-radius:2px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#dfe2e7\]{--tw-border-opacity: 1;border-color:rgb(223 226 231 / var(--tw-border-opacity, 1))}.border-\[\#e7e7e7\]{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}.border-\[\#e8e4dc\]{--tw-border-opacity: 1;border-color:rgb(232 228 220 / var(--tw-border-opacity, 1))}.border-\[\#e9e9e9\]{--tw-border-opacity: 1;border-color:rgb(233 233 233 / var(--tw-border-opacity, 1))}.border-black\/10{border-color:#0000001a}.border-border{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}.border-border\/60{border-color:hsl(var(--border) / .6)}.border-current{border-color:currentColor}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground) / .3)}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:hsl(var(--primary) / var(--tw-border-opacity, 1))}.border-sidebar{--tw-border-opacity: 1;border-color:hsl(var(--sidebar) / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-stone-100{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity, 1))}.border-stone-200{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.bg-\[\#07c160\]{--tw-bg-opacity: 1;background-color:rgb(7 193 96 / var(--tw-bg-opacity, 1))}.bg-\[\#151515\]{--tw-bg-opacity: 1;background-color:rgb(21 21 21 / var(--tw-bg-opacity, 1))}.bg-\[\#1f1f1f\]{--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.bg-\[\#566875\]{--tw-bg-opacity: 1;background-color:rgb(86 104 117 / var(--tw-bg-opacity, 1))}.bg-\[\#ececec\]{--tw-bg-opacity: 1;background-color:rgb(236 236 236 / var(--tw-bg-opacity, 1))}.bg-\[\#ecf8ef\]{--tw-bg-opacity: 1;background-color:rgb(236 248 239 / var(--tw-bg-opacity, 1))}.bg-\[\#f0f1f3\]{--tw-bg-opacity: 1;background-color:rgb(240 241 243 / var(--tw-bg-opacity, 1))}.bg-\[\#f4f4f4\]{--tw-bg-opacity: 1;background-color:rgb(244 244 244 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f7f5\]{--tw-bg-opacity: 1;background-color:rgb(247 247 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f8f9fb\]{--tw-bg-opacity: 1;background-color:rgb(248 249 251 / var(--tw-bg-opacity, 1))}.bg-\[\#fff1ed\]{--tw-bg-opacity: 1;background-color:rgb(255 241 237 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(20\,20\,20\,0\.16\)\]{background-color:#14141429}.bg-\[rgba\(255\,255\,255\,0\.985\)\]{background-color:#fffffffb}.bg-\[var\(--sdm-tbg\)\]{background-color:var(--sdm-tbg)}.bg-background{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-background\/95{background-color:hsl(var(--background) / .95)}.bg-black\/10{background-color:#0000001a}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:hsl(var(--muted) / var(--tw-bg-opacity, 1))}.bg-muted\/80{background-color:hsl(var(--muted) / .8)}.bg-orange-50\/50{background-color:#fff7ed80}.bg-primary{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-sidebar{--tw-bg-opacity: 1;background-color:hsl(var(--sidebar) / var(--tw-bg-opacity, 1))}.bg-sidebar\/80{background-color:hsl(var(--sidebar) / .8)}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/20{background-color:#0f172a33}.bg-slate-900\/25{background-color:#0f172a40}.bg-slate-900\/30{background-color:#0f172a4d}.bg-slate-900\/45{background-color:#0f172a73}.bg-slate-900\/50{background-color:#0f172a80}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.bg-stone-900{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/25{background-color:#ffffff40}.bg-white\/5{background-color:#ffffff0d}.bg-white\/85{background-color:#ffffffd9}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/85{--tw-gradient-from: rgb(0 0 0 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-black\/45{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .45) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[18px\]{padding:18px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.pb-3{padding-bottom:.75rem}.pb-5{padding-bottom:1.25rem}.pb-7{padding-bottom:1.75rem}.pb-\[max\(14px\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(14px,env(safe-area-inset-bottom))}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-\[0\.34em\]{padding-left:.34em}.pr-3{padding-right:.75rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-7{padding-top:1.75rem}.pt-\[18px\]{padding-top:18px}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.6rem\]{font-size:.6rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.92rem\]{font-size:.92rem}.text-\[1\.02rem\]{font-size:1.02rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[34px\]{font-size:34px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[560\]{font-weight:560}.font-\[620\]{font-weight:620}.font-\[650\]{font-weight:650}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-thin{font-weight:100}.lowercase{text-transform:lowercase}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-\[1\.08\]{line-height:1.08}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.38\]{line-height:1.38}.leading-\[1\.3\]{line-height:1.3}.leading-\[1\.42\]{line-height:1.42}.leading-\[1\.45\]{line-height:1.45}.leading-\[1\.55\]{line-height:1.55}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[-0\.03em\]{letter-spacing:-.03em}.tracking-\[-0\.04em\]{letter-spacing:-.04em}.tracking-\[0\.34em\]{letter-spacing:.34em}.text-\[\#15171a\]{--tw-text-opacity: 1;color:rgb(21 23 26 / var(--tw-text-opacity, 1))}.text-\[\#1f1f1f\]{--tw-text-opacity: 1;color:rgb(31 31 31 / var(--tw-text-opacity, 1))}.text-\[\#202226\]{--tw-text-opacity: 1;color:rgb(32 34 38 / var(--tw-text-opacity, 1))}.text-\[\#228447\]{--tw-text-opacity: 1;color:rgb(34 132 71 / var(--tw-text-opacity, 1))}.text-\[\#252525\]{--tw-text-opacity: 1;color:rgb(37 37 37 / var(--tw-text-opacity, 1))}.text-\[\#2f2f2f\]{--tw-text-opacity: 1;color:rgb(47 47 47 / var(--tw-text-opacity, 1))}.text-\[\#303030\]{--tw-text-opacity: 1;color:rgb(48 48 48 / var(--tw-text-opacity, 1))}.text-\[\#343434\]{--tw-text-opacity: 1;color:rgb(52 52 52 / var(--tw-text-opacity, 1))}.text-\[\#353535\]{--tw-text-opacity: 1;color:rgb(53 53 53 / var(--tw-text-opacity, 1))}.text-\[\#383838\]{--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity, 1))}.text-\[\#3973f3\]{--tw-text-opacity: 1;color:rgb(57 115 243 / var(--tw-text-opacity, 1))}.text-\[\#3a3a3a\]{--tw-text-opacity: 1;color:rgb(58 58 58 / var(--tw-text-opacity, 1))}.text-\[\#536895\]{--tw-text-opacity: 1;color:rgb(83 104 149 / var(--tw-text-opacity, 1))}.text-\[\#6a6a6a\]{--tw-text-opacity: 1;color:rgb(106 106 106 / var(--tw-text-opacity, 1))}.text-\[\#6b6b6b\]{--tw-text-opacity: 1;color:rgb(107 107 107 / var(--tw-text-opacity, 1))}.text-\[\#6d6d6d\]{--tw-text-opacity: 1;color:rgb(109 109 109 / var(--tw-text-opacity, 1))}.text-\[\#6f6f6f\]{--tw-text-opacity: 1;color:rgb(111 111 111 / var(--tw-text-opacity, 1))}.text-\[\#7a3c3c\]{--tw-text-opacity: 1;color:rgb(122 60 60 / var(--tw-text-opacity, 1))}.text-\[\#838383\]{--tw-text-opacity: 1;color:rgb(131 131 131 / var(--tw-text-opacity, 1))}.text-\[\#8b4949\]{--tw-text-opacity: 1;color:rgb(139 73 73 / var(--tw-text-opacity, 1))}.text-\[\#8d929b\]{--tw-text-opacity: 1;color:rgb(141 146 155 / var(--tw-text-opacity, 1))}.text-\[\#9a9a9a\]{--tw-text-opacity: 1;color:rgb(154 154 154 / var(--tw-text-opacity, 1))}.text-\[\#9aa0a8\]{--tw-text-opacity: 1;color:rgb(154 160 168 / var(--tw-text-opacity, 1))}.text-\[\#a5a9b0\]{--tw-text-opacity: 1;color:rgb(165 169 176 / var(--tw-text-opacity, 1))}.text-\[\#adb1b8\]{--tw-text-opacity: 1;color:rgb(173 177 184 / var(--tw-text-opacity, 1))}.text-\[\#b64224\]{--tw-text-opacity: 1;color:rgb(182 66 36 / var(--tw-text-opacity, 1))}.text-\[\#d84b4b\]{--tw-text-opacity: 1;color:rgb(216 75 75 / var(--tw-text-opacity, 1))}.text-\[var\(--sdm-c\,inherit\)\]{color:var(--sdm-c,inherit)}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.text-foreground\/90{color:hsl(var(--foreground) / .9)}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:hsl(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-stone-300{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity, 1))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.text-stone-500{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/75{color:#ffffffbf}.text-white\/90{color:#ffffffe6}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_60px_rgba\(20\,20\,20\,0\.08\)\]{--tw-shadow: 0 18px 60px rgba(20,20,20,.08);--tw-shadow-colored: 0 18px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_72px_rgba\(15\,23\,42\,\.22\)\]{--tw-shadow: 0 24px 72px rgba(15,23,42,.22);--tw-shadow-colored: 0 24px 72px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_72px_rgba\(15\,23\,42\,\.24\)\]{--tw-shadow: 0 24px 72px rgba(15,23,42,.24);--tw-shadow-colored: 0 24px 72px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(20\,20\,20\,0\.03\)\]{--tw-shadow: 0 2px 8px rgba(20,20,20,.03);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_30px_90px_rgba\(18\,18\,18\,0\.16\)\]{--tw-shadow: 0 30px 90px rgba(18,18,18,.16);--tw-shadow-colored: 0 30px 90px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(31\,31\,31\,0\.06\)\]{--tw-shadow: inset 0 0 0 1px rgba(31,31,31,.06);--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,box-shadow\]{transition-property:transform,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[-webkit-app-region\:drag\]{-webkit-app-region:drag}.\[-webkit-app-region\:no-drag\]{-webkit-app-region:no-drag}.\[agent-run\:persist\]{agent-run:persist}.\[agent-run\:resume\]{agent-run:resume}.\[chat\:video-player\]{chat:video-player}.\[common-space\:history\]{common-space:history}.\[common-space\:locate-message\]{common-space:locate-message}.\[common-space\:post-detail\]{common-space:post-detail}.\[common-space\:search\]{common-space:search}.\[counter-increment\:line_0\]{counter-increment:line 0}.\[counter-reset\:line\]{counter-reset:line}.\[desktop\:update\]{desktop:update}.\[elys-call\:join\]{elys-call:join}.\[elys-call\:ringtone\]{elys-call:ringtone}.\[elys-call\:rtc\]{elys-call:rtc}.\[elys-call\:rx\]{elys-call:rx}.\[elys-call\:signal\]{elys-call:signal}.\[elys-call\:tx\]{elys-call:tx}.\[elys-im\:address-ip-location\]{elys-im:address-ip-location}.\[elys-im\:address-location\]{elys-im:address-location}.\[elys-im\:address-poi-search\]{elys-im:address-poi-search}.\[elys-im\:address-regeo\]{elys-im:address-regeo}.\[elys-im\:address-static-map\]{elys-im:address-static-map}.\[elys-im\:announcement-dismiss-read\]{elys-im:announcement-dismiss-read}.\[elys-im\:announcement-dismiss-write\]{elys-im:announcement-dismiss-write}.\[elys-im\:announcement-notice-group\]{elys-im:announcement-notice-group}.\[elys-im\:clear-draft\]{elys-im:clear-draft}.\[elys-im\:clone-chat-read\]{elys-im:clone-chat-read}.\[elys-im\:clone-chat-write\]{elys-im:clone-chat-write}.\[elys-im\:contact-card-candidates\]{elys-im:contact-card-candidates}.\[elys-im\:contact-card-profile\]{elys-im:contact-card-profile}.\[elys-im\:contact-settings-list\]{elys-im:contact-settings-list}.\[elys-im\:contact-tag-create\]{elys-im:contact-tag-create}.\[elys-im\:contact-tag-manager\]{elys-im:contact-tag-manager}.\[elys-im\:contact-tag-member-profiles\]{elys-im:contact-tag-member-profiles}.\[elys-im\:contact-tag-members-all\]{elys-im:contact-tag-members-all}.\[elys-im\:contact-tag-members\]{elys-im:contact-tag-members}.\[elys-im\:contact-tags-list\]{elys-im:contact-tags-list}.\[elys-im\:conversation-action\]{elys-im:conversation-action}.\[elys-im\:conversation-query\]{elys-im:conversation-query}.\[elys-im\:copy-message\]{elys-im:copy-message}.\[elys-im\:copy-translation\]{elys-im:copy-translation}.\[elys-im\:created-groups-read\]{elys-im:created-groups-read}.\[elys-im\:created-groups-write\]{elys-im:created-groups-write}.\[elys-im\:delete-conversation\]{elys-im:delete-conversation}.\[elys-im\:delete-message\]{elys-im:delete-message}.\[elys-im\:delete-sticker\]{elys-im:delete-sticker}.\[elys-im\:draft-legacy-clean\]{elys-im:draft-legacy-clean}.\[elys-im\:draft-user\]{elys-im:draft-user}.\[elys-im\:e2e-contact-settings-list\]{elys-im:e2e-contact-settings-list}.\[elys-im\:ensure-group-member-profiles\]{elys-im:ensure-group-member-profiles}.\[elys-im\:favorite-message\]{elys-im:favorite-message}.\[elys-im\:file-audit-extra\]{elys-im:file-audit-extra}.\[elys-im\:file-preview-download\]{elys-im:file-preview-download}.\[elys-im\:file-preview-text\]{elys-im:file-preview-text}.\[elys-im\:forward-each\]{elys-im:forward-each}.\[elys-im\:forward-merge\]{elys-im:forward-merge}.\[elys-im\:get-draft\]{elys-im:get-draft}.\[elys-im\:group-action\]{elys-im:group-action}.\[elys-im\:group-admin-action\]{elys-im:group-admin-action}.\[elys-im\:group-alias-read\]{elys-im:group-alias-read}.\[elys-im\:group-alias-write\]{elys-im:group-alias-write}.\[elys-im\:group-avatar-upload\]{elys-im:group-avatar-upload}.\[elys-im\:group-cache-clear\]{elys-im:group-cache-clear}.\[elys-im\:group-cache-read\]{elys-im:group-cache-read}.\[elys-im\:group-cache-write\]{elys-im:group-cache-write}.\[elys-im\:group-contacts\]{elys-im:group-contacts}.\[elys-im\:group-editor\]{elys-im:group-editor}.\[elys-im\:group-member-nickname\]{elys-im:group-member-nickname}.\[elys-im\:group-member-profile-after-change\]{elys-im:group-member-profile-after-change}.\[elys-im\:group-member-profile-after-join\]{elys-im:group-member-profile-after-join}.\[elys-im\:group-member-profile\]{elys-im:group-member-profile}.\[elys-im\:group-message-sender-profile\]{elys-im:group-message-sender-profile}.\[elys-im\:group-metadata-live\]{elys-im:group-metadata-live}.\[elys-im\:group-metadata\]{elys-im:group-metadata}.\[elys-im\:group-mute\]{elys-im:group-mute}.\[elys-im\:group-pin\]{elys-im:group-pin}.\[elys-im\:group-qr-cache-read\]{elys-im:group-qr-cache-read}.\[elys-im\:group-qr-cache-write\]{elys-im:group-qr-cache-write}.\[elys-im\:group-qr-download\]{elys-im:group-qr-download}.\[elys-im\:group-qr-forward\]{elys-im:group-qr-forward}.\[elys-im\:group-qr-join\]{elys-im:group-qr-join}.\[elys-im\:group-qr-landing-join\]{elys-im:group-qr-landing-join}.\[elys-im\:group-qr-landing-preview\]{elys-im:group-qr-landing-preview}.\[elys-im\:group-qr-metadata\]{elys-im:group-qr-metadata}.\[elys-im\:group-qr-preview\]{elys-im:group-qr-preview}.\[elys-im\:group-qr-upload\]{elys-im:group-qr-upload}.\[elys-im\:group-qr-url\]{elys-im:group-qr-url}.\[elys-im\:group-qr\]{elys-im:group-qr}.\[elys-im\:group-refresh-after-invite\]{elys-im:group-refresh-after-invite}.\[elys-im\:history-load\]{elys-im:history-load}.\[elys-im\:image-extra\]{elys-im:image-extra}.\[elys-im\:invite-contacts\]{elys-im:invite-contacts}.\[elys-im\:join-request-notice-group\]{elys-im:join-request-notice-group}.\[elys-im\:join-request-profiles\]{elys-im:join-request-profiles}.\[elys-im\:link-preview\]{elys-im:link-preview}.\[elys-im\:list-profile\]{elys-im:list-profile}.\[elys-im\:local-callback-mirror-failed\]{elys-im:local-callback-mirror-failed}.\[elys-im\:local-callback-mirror\]{elys-im:local-callback-mirror}.\[elys-im\:mark-read\]{elys-im:mark-read}.\[elys-im\:message-extra-parse\]{elys-im:message-extra-parse}.\[elys-im\:message-status-extra\]{elys-im:message-status-extra}.\[elys-im\:move-sticker\]{elys-im:move-sticker}.\[elys-im\:paste-file\]{elys-im:paste-file}.\[elys-im\:pat-vibrate\]{elys-im:pat-vibrate}.\[elys-im\:pinned-read\]{elys-im:pinned-read}.\[elys-im\:pinned-write\]{elys-im:pinned-write}.\[elys-im\:profile-cache-clear\]{elys-im:profile-cache-clear}.\[elys-im\:profile-cache-read\]{elys-im:profile-cache-read}.\[elys-im\:profile-cache-user\]{elys-im:profile-cache-user}.\[elys-im\:profile-cache-write\]{elys-im:profile-cache-write}.\[elys-im\:profile\]{elys-im:profile}.\[elys-im\:read-chat-media\]{elys-im:read-chat-media}.\[elys-im\:read-recent-emojis\]{elys-im:read-recent-emojis}.\[elys-im\:read-recent-stickers\]{elys-im:read-recent-stickers}.\[elys-im\:realtime-asr-audio-close\]{elys-im:realtime-asr-audio-close}.\[elys-im\:realtime-asr-error\]{elys-im:realtime-asr-error}.\[elys-im\:realtime-asr-final\]{elys-im:realtime-asr-final}.\[elys-im\:realtime-asr-finish\]{elys-im:realtime-asr-finish}.\[elys-im\:realtime-asr-flush\]{elys-im:realtime-asr-flush}.\[elys-im\:realtime-asr-message\]{elys-im:realtime-asr-message}.\[elys-im\:realtime-asr-resume\]{elys-im:realtime-asr-resume}.\[elys-im\:realtime-asr-send\]{elys-im:realtime-asr-send}.\[elys-im\:realtime-asr-start\]{elys-im:realtime-asr-start}.\[elys-im\:reconnect-refresh\]{elys-im:reconnect-refresh}.\[elys-im\:register-custom-message\]{elys-im:register-custom-message}.\[elys-im\:relation-refresh\]{elys-im:relation-refresh}.\[elys-im\:relation-state\]{elys-im:relation-state}.\[elys-im\:remark-clear-refresh\]{elys-im:remark-clear-refresh}.\[elys-im\:remark-settings\]{elys-im:remark-settings}.\[elys-im\:remote-read-sync\]{elys-im:remote-read-sync}.\[elys-im\:remove-conversation\]{elys-im:remove-conversation}.\[elys-im\:rong-around-time\]{elys-im:rong-around-time}.\[elys-im\:rong-conversations\]{elys-im:rong-conversations}.\[elys-im\:rong-disconnect\]{elys-im:rong-disconnect}.\[elys-im\:rong-history-by-types\]{elys-im:rong-history-by-types}.\[elys-im\:rong-history\]{elys-im:rong-history}.\[elys-im\:rong-listener-cleanup\]{elys-im:rong-listener-cleanup}.\[elys-im\:rong-search-by-types\]{elys-im:rong-search-by-types}.\[elys-im\:rong-search\]{elys-im:rong-search}.\[elys-im\:rong-server-time\]{elys-im:rong-server-time}.\[elys-im\:rong-unread-mentioned\]{elys-im:rong-unread-mentioned}.\[elys-im\:rong-user-profiles\]{elys-im:rong-user-profiles}.\[elys-im\:save-draft\]{elys-im:save-draft}.\[elys-im\:save-message\]{elys-im:save-message}.\[elys-im\:send-fault-mode\]{elys-im:send-fault-mode}.\[elys-im\:send-message-failed\]{elys-im:send-message-failed}.\[elys-im\:send-pasted-files\]{elys-im:send-pasted-files}.\[elys-im\:service-notification-read\]{elys-im:service-notification-read}.\[elys-im\:settings-fetch\]{elys-im:settings-fetch}.\[elys-im\:settings\]{elys-im:settings}.\[elys-im\:toggle-blocked\]{elys-im:toggle-blocked}.\[elys-im\:toggle-follow\]{elys-im:toggle-follow}.\[elys-im\:toggle-starred\]{elys-im:toggle-starred}.\[elys-im\:translate-message\]{elys-im:translate-message}.\[elys-im\:update-sticker\]{elys-im:update-sticker}.\[elys-im\:upload-doc\]{elys-im:upload-doc}.\[elys-im\:upload-sticker\]{elys-im:upload-sticker}.\[elys-im\:user-search\]{elys-im:user-search}.\[elys-im\:video-audit-extra\]{elys-im:video-audit-extra}.\[elys-im\:video-extra\]{elys-im:video-extra}.\[elys-im\:video-file-invalid\]{elys-im:video-file-invalid}.\[elys-im\:video-message-task\]{elys-im:video-message-task}.\[elys-im\:video-task-poll\]{elys-im:video-task-poll}.\[elys-im\:voice-activity-close\]{elys-im:voice-activity-close}.\[elys-im\:voice-activity-resume\]{elys-im:voice-activity-resume}.\[elys-im\:voice-activity-start\]{elys-im:voice-activity-start}.\[elys-im\:voice-asr-start\]{elys-im:voice-asr-start}.\[elys-im\:voice-asr-stop\]{elys-im:voice-asr-stop}.\[elys-im\:voice-asr\]{elys-im:voice-asr}.\[elys-im\:voice-extra-merge\]{elys-im:voice-extra-merge}.\[elys-im\:voice-finish\]{elys-im:voice-finish}.\[elys-im\:voice-metadata\]{elys-im:voice-metadata}.\[elys-im\:voice-play\]{elys-im:voice-play}.\[elys-im\:voice-start\]{elys-im:voice-start}.\[elys-im\:web-notify-focus\]{elys-im:web-notify-focus}.\[elys-im\:web-notify-permission\]{elys-im:web-notify-permission}.\[elys-im\:web-notify-show\]{elys-im:web-notify-show}.\[elys-im\:write-recent-emojis\]{elys-im:write-recent-emojis}.\[elys-im\:write-recent-stickers\]{elys-im:write-recent-stickers}.\[elys-reminder\:cancel\]{elys-reminder:cancel}.\[elys-reminder\:create\]{elys-reminder:create}.\[elys-reminder\:trigger-due\]{elys-reminder:trigger-due}.\[elys-reminder\:web-notify-api\]{elys-reminder:web-notify-api}.\[elys-reminder\:web-notify-click\]{elys-reminder:web-notify-click}.\[elys-reminder\:web-notify-permission\]{elys-reminder:web-notify-permission}.\[elys-reminder\:web-notify-show\]{elys-reminder:web-notify-show}.\[im-global-search\:conversation\]{im-global-search:conversation}.\[im\:locate-quote\]{im:locate-quote}.\[im\:message-content-key\]{im:message-content-key}.\[image-preview\:barcode-detector\]{image-preview:barcode-detector}.\[image-viewer\:download\]{image-viewer:download}.\[image-viewer\:qr-scan\]{image-viewer:qr-scan}.\[media\:enumerate\]{media:enumerate}.\[profile-card\:download\]{profile-card:download}.\[profile-card\:qr\]{profile-card:qr}.\[profile-card\:send\]{profile-card:send}.\[text-shadow\:0_1px_2px_rgba\(0\,0\,0\,\.45\)\]{text-shadow:0 1px 2px rgba(0,0,0,.45)}.\[vertc\:camera-toggle\]{vertc:camera-toggle}.\[vertc\:destroy\]{vertc:destroy}.\[vertc\:device-pref\]{vertc:device-pref}.\[vertc\:leave-room\]{vertc:leave-room}.\[vertc\:list-cameras\]{vertc:list-cameras}.\[vertc\:list-mics\]{vertc:list-mics}.\[vertc\:list-speakers\]{vertc:list-speakers}.\[vertc\:mute\]{vertc:mute}.\[vertc\:resume-autoplay\]{vertc:resume-autoplay}.\[vertc\:set-camera\]{vertc:set-camera}.\[vertc\:set-local-view\]{vertc:set-local-view}.\[vertc\:set-mic\]{vertc:set-mic}.\[vertc\:set-remote-view\]{vertc:set-remote-view}.\[vertc\:set-speaker\]{vertc:set-speaker}.\[vertc\:start-capture\]{vertc:start-capture}.\[vertc\:start-video\]{vertc:start-video}.\[vertc\:stop-capture\]{vertc:stop-capture}.\[vertc\:stop-video\]{vertc:stop-video}.placeholder\:text-\[13px\]::-moz-placeholder{font-size:13px}.placeholder\:text-\[13px\]::placeholder{font-size:13px}.placeholder\:font-light::-moz-placeholder{font-weight:300}.placeholder\:font-light::placeholder{font-weight:300}.placeholder\:text-\[\#b8b8b8\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#b8b8b8\]::placeholder{--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.before\:mr-4:before{content:var(--tw-content);margin-right:1rem}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:w-6:before{content:var(--tw-content);width:1.5rem}.before\:select-none:before{content:var(--tw-content);-webkit-user-select:none;-moz-user-select:none;user-select:none}.before\:text-right:before{content:var(--tw-content);text-align:right}.before\:font-mono:before{content:var(--tw-content);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.before\:text-\[13px\]:before{content:var(--tw-content);font-size:13px}.before\:text-muted-foreground\/50:before{content:var(--tw-content);color:hsl(var(--muted-foreground) / .5)}.before\:content-\[counter\(line\)\]:before{--tw-content: counter(line);content:var(--tw-content)}.before\:\[counter-increment\:line\]:before{content:var(--tw-content);counter-increment:line}.last\:border-0:last-child{border-width:0px}.focus-within\:border-primary\/60:focus-within{border-color:hsl(var(--primary) / .6)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[\#06ad56\]:hover{--tw-bg-opacity: 1;background-color:rgb(6 173 86 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#f7f7f7\]:hover{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#fff1f1\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 241 / var(--tw-bg-opacity, 1))}.hover\:bg-background:hover{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-muted:hover{--tw-bg-opacity: 1;background-color:hsl(var(--muted) / var(--tw-bg-opacity, 1))}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted) / .4)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-rose-500:hover{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-slate-950:hover{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.hover\:text-stone-800:hover{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-0:focus{border-width:0px}.focus\:border-\[\#1f1f1f\]:focus{--tw-border-opacity: 1;border-color:rgb(31 31 31 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.active\:translate-y-0:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:shadow-sm:active{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.enabled\:hover\:opacity-80:hover:enabled{opacity:.8}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:-translate-y-0\.5{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:active .group-active\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@supports (backdrop-filter: var(--tw)){.supports-\[backdrop-filter\]\:bg-background\/70{background-color:hsl(var(--background) / .7)}.supports-\[backdrop-filter\]\:bg-sidebar\/70{background-color:hsl(var(--sidebar) / .7)}.supports-\[backdrop-filter\]\:backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.supports-\[backdrop-filter\]\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}.dark\:bg-\[var\(--shiki-dark-bg\,var\(--sdm-tbg\)\)\]:is(.dark *){background-color:var(--shiki-dark-bg,var(--sdm-tbg))}.dark\:text-\[var\(--shiki-dark\,var\(--sdm-c\,inherit\)\)\]:is(.dark *){color:var(--shiki-dark,var(--sdm-c,inherit))}@media(min-width:768px){.md\:bottom-6{bottom:1.5rem}.md\:right-5{right:1.25rem}.md\:top-5{top:1.25rem}.md\:top-6{top:1.5rem}.md\:mx-\[18px\]{margin-left:18px;margin-right:18px}.md\:h-11{height:2.75rem}.md\:h-\[64px\]{height:64px}.md\:min-h-\[116px\]{min-height:116px}.md\:min-h-\[58px\]{min-height:58px}.md\:w-\[64px\]{width:64px}.md\:min-w-\[132px\]{min-width:132px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-4{gap:1rem}.md\:rounded-\[20px\]{border-radius:20px}.md\:rounded-\[28px\]{border-radius:28px}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-8{padding-top:2rem}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[32px\]{font-size:32px}}@media(min-width:1024px){.lg\:bottom-7{bottom:1.75rem}.lg\:top-7{top:1.75rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:h-\[48px\]{height:48px}.lg\:h-\[64px\]{height:64px}.lg\:min-h-\[124px\]{min-height:124px}.lg\:min-h-\[62px\]{min-height:62px}.lg\:w-\[64px\]{width:64px}.lg\:min-w-\[142px\]{min-width:142px}.lg\:rounded-\[16px\]{border-radius:16px}.lg\:rounded-\[20px\]{border-radius:20px}.lg\:rounded-\[22px\]{border-radius:22px}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-\[18px\]{padding-left:18px;padding-right:18px}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:pt-7{padding-top:1.75rem}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[17px\]{font-size:17px}.lg\:text-\[22px\]{font-size:22px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[32px\]{font-size:32px}}.\[\&\>\*\:first-child\]\:mt-0>*:first-child{margin-top:0}.\[\&\>\*\:last-child\]\:mb-0>*:last-child{margin-bottom:0}.\[\&\>\*\:last-child\]\:after\:inline>*:last-child:after{content:var(--tw-content);display:inline}.\[\&\>\*\:last-child\]\:after\:align-baseline>*:last-child:after{content:var(--tw-content);vertical-align:baseline}.\[\&\>\*\:last-child\]\:after\:content-\[var\(--streamdown-caret\)\]>*:last-child:after{--tw-content: var(--streamdown-caret);content:var(--tw-content)}.\[\&\>p\]\:inline>p{display:inline}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:w-auto svg{width:auto}.\[\&_thead\]\:sticky thead{position:sticky}.\[\&_thead\]\:top-0 thead{top:0}.\[\&_thead\]\:z-10 thead{z-index:10}li .\[li_\&\]\:pl-6{padding-left:1.5rem}
