:root{--lk-canvas:var(--theme-bg-primary,#fff9f5);--lk-surface:var(--theme-bg-secondary,#ffffff);--lk-soft:color-mix(in srgb,var(--theme-accent-color,#a93b5b) 9%,var(--lk-canvas));--lk-primary:var(--theme-accent-color,#a93b5b);--lk-primary-strong:var(--theme-accent-hover,#862943);--lk-plum:color-mix(in srgb,var(--lk-primary) 58%,#45253e);--lk-gold:var(--theme-warning-color,#a66a2c);--lk-text:var(--theme-text-primary,#2e2228);--lk-muted:var(--theme-text-secondary,#7c6a72);--lk-border:color-mix(in srgb,var(--theme-border-color,#eadadd) 68%,transparent);--lk-danger:#b4233e;--lk-display-font:"Noto Serif SC","Songti SC",STSong,serif;--lk-body-font:var(--font-family-base,"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif);--lk-shadow-sm:0 4px 18px rgba(78,43,56,.07);--lk-shadow-lg:0 20px 56px rgba(71,37,49,.16);--lk-nav-height:64px;--lk-nav-content-space:calc(108px + env(safe-area-inset-bottom, 0px));--lk-safe-bottom:max(12px,env(safe-area-inset-bottom));--lk-header-top:max(12px,env(safe-area-inset-top))}:root[data-native-shell=true]{--lk-header-top:12px}body,html{overscroll-behavior-y:none;background:var(--lk-canvas)}body{color:var(--lk-text);font-family:var(--lk-body-font)}.app-container,.lingki-root-surface{min-height:100dvh}.lingki-root-surface{position:relative;height:100dvh;background:var(--lk-canvas)}.lingki-home-shortcut{position:fixed;z-index:120;top:var(--lk-header-top);left:16px}.lingki-home-shortcut .lingki-wordmark{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--lk-border);border-radius:18px;background:color-mix(in srgb,var(--lk-surface) 90%,transparent);box-shadow:var(--lk-shadow-sm);backdrop-filter:blur(14px)}html body .chat-list-page,html body .me-page,html body .world-book-list-page{color:var(--lk-text);background:var(--lk-canvas)}html body .chat-list-page,html body .me-page{min-height:100dvh;padding-bottom:0}html body .chat-list-page{overflow:hidden;color:var(--lk-text);background:var(--lk-canvas)}html body .chat-list-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:78px;padding:var(--lk-header-top) 14px 8px;border:0;background:color-mix(in srgb,var(--lk-canvas) 93%,transparent);box-shadow:none;backdrop-filter:blur(18px)}.chat-list-header .header-actions,.chat-list-header .header-left{display:flex;align-items:center;gap:7px;min-width:0}.chat-list-header .chat-list-heading{min-width:0}.chat-list-header .chat-list-heading span{display:block;margin-bottom:1px;color:var(--lk-primary);font-size:8px;font-weight:800;letter-spacing:.13em}.chat-list-header .chat-list-heading h1{margin:0;font-family:var(--lk-display-font);font-size:26px;line-height:1.1}.chat-list-header .lingki-wordmark{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:transparent}.chat-list-header .lingki-wordmark img{width:30px;height:30px}.add-menu-container,.chat-filter-container{position:relative}.chat-filter-menu,html body .add-dropdown-menu{position:absolute;z-index:210;top:calc(100% + 8px);right:0;min-width:172px;overflow:hidden;padding:6px;border:1px solid var(--lk-border);border-radius:18px;background:var(--lk-surface);box-shadow:var(--lk-shadow-lg)}html body .chat-list-page .search-bar{display:flex;align-items:center;gap:4px;min-height:50px;margin:0 14px 12px;padding:5px 6px 5px 13px;border:1px solid var(--lk-border);border-radius:16px;background:color-mix(in srgb,var(--lk-surface) 94%,transparent);box-shadow:0 5px 18px rgba(73,40,52,.04)}html body .chat-list-page .search-input-wrapper,html body .chat-list-page .tag-filter-container{flex:1;min-width:0}html body .chatlist-search-input{width:100%;min-height:40px;border:0;outline:0;color:var(--lk-text);background:transparent}html body .chat-list{display:grid;align-content:start;gap:8px;height:calc(100dvh - 146px - var(--lk-nav-height) - var(--lk-safe-bottom));padding:2px 12px 24px;overflow-y:auto;scrollbar-width:none}html body .chat-list::-webkit-scrollbar{display:none}html body .chat-list-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;min-height:84px;padding:12px;border:1px solid transparent;border-radius:18px;transition:background .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease}html body .chat-list-item.has-unread{border-color:color-mix(in srgb,var(--lk-primary) 9%,transparent);background:color-mix(in srgb,var(--lk-primary) 6%,var(--lk-surface))}html body .chat-list-item.pinned{border-color:color-mix(in srgb,var(--lk-gold) 18%,transparent);background:color-mix(in srgb,var(--lk-gold) 6%,var(--lk-surface))}html body .chat-list-item.pinned.has-unread{background:color-mix(in srgb,var(--lk-primary) 7%,var(--lk-surface))}html body .chat-list-item:hover{border-color:color-mix(in srgb,var(--lk-primary) 16%,transparent);box-shadow:0 8px 24px rgba(73,40,52,.06)}html body .chat-list-item:active{transform:scale(.992)}html body .chat-list-item .avatar-container{width:58px;height:58px;margin:0}html body .chat-list-item .avatar{width:58px;height:58px;border:1px solid color-mix(in srgb,var(--lk-border) 72%,transparent);object-fit:cover;background:var(--lk-soft);box-shadow:0 4px 12px rgba(73,40,52,.07)}html body .chat-list-item .info{display:flex;min-width:0;align-self:stretch;flex-direction:column;justify-content:center}html body .chat-list-item .name-line{min-width:0;gap:5px;margin-bottom:6px}html body .chat-list-item .name{color:color-mix(in srgb,var(--lk-text) 92%,var(--lk-canvas));font-size:15px;font-weight:700}html body .chat-list-item .pin-indicator{flex:0 0 auto;color:var(--lk-gold);fill:color-mix(in srgb,var(--lk-gold) 30%,transparent)}html body .chat-list-item .last-msg{max-width:100%;color:color-mix(in srgb,var(--lk-text) 56%,var(--lk-canvas));line-height:1.55}html body .chat-list-item .search-snippet{margin-top:5px;color:color-mix(in srgb,var(--lk-text) 56%,var(--lk-canvas));font-size:10px}html body .chat-list-item .timestamp{color:color-mix(in srgb,var(--lk-text) 48%,var(--lk-canvas));font-size:10px;white-space:nowrap}html body .chat-list-item .group-tag{flex:0 0 auto;border:0;border-radius:7px;padding:2px 5px;color:var(--lk-plum);background:color-mix(in srgb,var(--lk-plum) 8%,var(--lk-surface));font-size:9px}html body .chat-list-item .meta{min-width:58px;height:100%;justify-content:space-between;gap:4px}html body .chat-list-item .meta-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px;min-height:28px}html body .chat-list-item .unread-badge{position:static;display:block;background:transparent}html body .chat-list-item .unread-count{display:grid;min-width:19px;height:19px;place-items:center;padding:0 5px;border-radius:10px;color:white;background:var(--lk-primary);box-shadow:none;font-size:9px;line-height:1;animation:none}@media (max-width:420px){html body .chat-list-header{padding-inline:11px}.chat-list-header .header-actions{gap:4px}.chat-list-header .chat-list-heading span{display:none}.chat-list-header .chat-list-heading h1{font-size:24px}html body .chat-list-page .search-bar{margin-inline:12px}html body .chat-list{padding-inline:10px}html body .chat-list-item{grid-template-columns:54px minmax(0,1fr) auto;gap:10px;min-height:80px;padding:10px;border-radius:18px}html body .chat-list-item .avatar,html body .chat-list-item .avatar-container{width:54px;height:54px}html body .chat-list-item .meta{min-width:52px}}html body .chat-list-empty{display:grid;place-items:center;min-height:44vh;padding:32px;color:var(--lk-muted);text-align:center}html body .chat-list-empty img{width:58px;height:58px}html body .chat-list-empty h2{margin:18px 0 7px;color:var(--lk-text);font-family:var(--lk-display-font);font-size:24px}html body .chat-list-empty p{max-width:32ch;margin:0;line-height:1.6}html body .chat-list-empty__actions{display:flex;gap:9px;margin-top:22px}html body .chat-interface{min-height:100dvh;height:100dvh;color:var(--lk-text);background:var(--lk-canvas)}html body .chat-interface .chat-header{border-bottom:0;color:var(--lk-text);background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}html body .chat-interface .chat-avatar{width:42px;height:42px;border-radius:15px;object-fit:cover}html body .chat-interface .chat-name{color:var(--lk-text);font-family:var(--lk-display-font);font-size:16px;font-weight:750}html body .chat-interface .chat-status{color:var(--lk-muted);font-size:11px}html body .message-panel-content,html body .story-messages-list{padding-inline:12px}html body .ifm-menu{overflow:hidden;border:1px solid var(--lk-border);border-radius:24px;color:var(--lk-text);background:var(--lk-surface);box-shadow:var(--lk-shadow-lg)}html body .ifm-panel-header{min-height:62px;padding:10px 14px;border-bottom:1px solid var(--lk-border);background:var(--lk-surface)}html body .ifm-panel-header-root{display:flex;align-items:center;justify-content:space-between}html body .ifm-panel-header-root small{display:block;color:var(--lk-primary);font-size:8px;font-weight:800;letter-spacing:.13em}html body .ifm-panel-title{color:var(--lk-text);font-family:var(--lk-display-font)}html body .ifm-back,html body .ifm-close{display:grid;place-items:center;min-width:44px;min-height:44px;border:0;border-radius:15px;color:var(--lk-text);background:var(--lk-soft);font-size:23px}html body .ifm-actions{padding:7px 10px 16px}html body .ifm-item{min-height:58px;padding:10px 8px;border:0;border-bottom:1px solid var(--lk-border);border-radius:0;color:var(--lk-text);background:transparent}html body .ifm-item:last-child{border-bottom:0}html body .ifm-item:hover{background:var(--lk-soft)}html body .ifm-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;color:var(--lk-primary);background:var(--lk-soft)}html body .ifm-label{color:var(--lk-text);font-size:13px;font-weight:700}html body .ifm-desc{color:var(--lk-muted);font-size:11px}html body .me-page{padding-top:0}html body .me-content-container{width:min(100%,760px);margin:0 auto}html body .auto-memory-summary-card,html body .memo-card{border:1px solid var(--lk-border);border-radius:18px;background:var(--lk-surface);box-shadow:var(--lk-shadow-sm)}html body .me-content-container{padding-top:0}html body .me-header{height:auto!important;min-height:0!important;padding:12px 14px 8px;border-radius:0 0 24px 24px;overflow:hidden}html body .me-header:after{content:none}html body .me-background{display:grid;width:100%;height:auto!important;grid-template-rows:auto auto;align-content:center;justify-items:stretch;gap:20px;padding:24px 18px 18px;border:1px solid color-mix(in srgb,var(--lk-border) 78%,transparent);border-radius:24px;background:linear-gradient(155deg,color-mix(in srgb,var(--lk-plum) 88%,transparent),color-mix(in srgb,var(--lk-primary) 76%,#34222d));box-shadow:var(--lk-shadow-md)}html body .me-background:before{opacity:var(--me-background-opacity,.52)}html body .me-background:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(27,15,21,.05),rgba(27,15,21,.64));pointer-events:none}html body .me-profile-section,html body .me-stats-ring{position:static!important;inset:auto!important;width:auto!important;height:auto!important;z-index:2}html body .me-profile-section{display:block;padding:0}html body .me-info{display:flex;flex-direction:column;align-items:center}html body .me-avatar-container{margin:0 0 10px}html body .me-avatar{width:88px!important;height:88px!important;border:2px solid rgba(255,255,255,.78);border-radius:24px;box-shadow:0 10px 26px rgba(27,15,21,.22)}html body .me-info-glass{border:0;padding:0;background:transparent;box-shadow:none;backdrop-filter:none}html body .me-nickname{color:white;font-family:var(--lk-display-font);font-size:22px;text-shadow:0 2px 12px rgba(0,0,0,.28)}html body .me-stats-ring{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;justify-self:stretch;pointer-events:auto}html body .me-stats-chip{position:static;min-width:0;padding:8px 5px;transform:none!important;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.12);box-shadow:none;backdrop-filter:blur(12px)}html body .me-stats-chip.active{background:rgba(255,255,255,.22);box-shadow:none}html body .me-stats-chip .stats-label-inline{color:rgba(255,255,255,.72);font-size:9px;line-height:1.2}html body .me-stats-chip .stats-value-inline{overflow:hidden;margin-top:3px;color:#fff;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}html body .me-options{display:grid;gap:18px;padding:22px 14px 28px}html body .me-options .option-group{overflow:hidden;border:1px solid var(--lk-border);border-radius:18px;background:var(--lk-surface);box-shadow:var(--lk-shadow-sm)}html body .me-options .option-item{width:100%;min-height:72px;padding:14px 16px;border:0;border-bottom:1px solid var(--lk-border);border-radius:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}html body .me-options .option-item:last-child{border-bottom:0}html body .me-options .option-icon{display:none}html body .me-options .option-title{color:var(--lk-text);font-size:14px;font-weight:750}html body .me-options .option-subtitle{margin-top:4px;color:var(--lk-muted);font-size:11px}html body .me-options .option-arrow{color:var(--lk-primary)}html body .world-book-list-page{min-height:100dvh;padding-bottom:var(--lk-safe-bottom)}html body .world-book-list-page .list-header{min-height:72px;padding-top:var(--lk-header-top);border-bottom:1px solid var(--lk-border);background:var(--lk-canvas)}html body .world-book-list-page .page-title{color:var(--lk-text);font-family:var(--lk-display-font);font-size:22px}html body .world-book-list-container{width:min(100%,980px);margin:0 auto}html body .world-book-card{border:1px solid var(--lk-border);border-radius:18px;background:var(--lk-surface);box-shadow:var(--lk-shadow-sm)}html body .world-book-name{color:var(--lk-text)}html body .memo-modal-overlay,html body .modal-overlay,html body .recollection-modal-overlay,html body .world-book-association-switch-modal-overlay,html body .world-book-editor-modal-overlay{background:rgba(38,24,30,.55);backdrop-filter:blur(8px)}html body .memo-modal,html body .modal-content,html body .recollection-modal,html body .world-book-association-switch-modal,html body .world-book-editor-modal{color:var(--lk-text);border:1px solid var(--lk-border);border-radius:24px;background:var(--lk-surface);box-shadow:var(--lk-shadow-lg)}html body input,html body select,html body textarea{color:var(--lk-text);border-color:var(--lk-border)}@media (max-width:640px){.chat-list-header .chat-list-heading>span{font-size:0}.chat-list-header .chat-list-heading>span:after{content:"LINGKI";font-size:8px}html body .ifm-menu{position:fixed;z-index:700;inset:auto 0 0;width:100%;height:min(82dvh,720px);max-height:none;border-radius:24px 24px 0 0;padding-bottom:var(--lk-safe-bottom)}html body .ifm-actions,html body .ifm-panel,html body .ifm-panels{height:100%}html body .modal-content,html body .world-book-association-switch-modal,html body .world-book-editor-modal{position:fixed;inset:auto 0 0;width:100%;max-width:none;max-height:min(88dvh,760px);overflow-y:auto;border-radius:24px 24px 0 0;padding-bottom:var(--lk-safe-bottom)}}@media (min-width:760px){html body .chat-list-page{width:min(100%,720px);margin:0 auto;border-inline:1px solid var(--lk-border)}html body .me-page{padding-bottom:112px}.lingki-home-shortcut{left:max(22px,calc((100vw - 760px) / 2 + 18px))}html body .presets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){html body .chat-list-page{width:min(100%,860px)}html body .chat-list{padding-inline:28px}html body .chat-list-header:not(.qwq-top-bar--island),html body .chat-list-page .search-bar{margin-inline:20px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}html body .chat-list-header.qwq-top-bar:not(.qwq-top-bar--island),html body .me-dashboard-topbar.qwq-top-bar:not(.qwq-top-bar--island){position:relative;min-height:calc(64px + env(safe-area-inset-top));margin:0;padding:env(safe-area-inset-top) 12px 0;border:0;border-bottom:1px solid var(--lk-border);border-radius:0;background:color-mix(in srgb,var(--lk-canvas) 95%,transparent)!important;box-shadow:none!important}html body .me-dashboard-topbar.qwq-top-bar{position:sticky}html body .chat-list-header .qwq-top-bar__copy h1,html body .me-dashboard-topbar .qwq-top-bar__copy h1{margin:0;color:var(--lk-text);font-family:var(--lk-display-font);font-size:23px;line-height:1.1}html body .chat-list-header .header-actions{margin-left:auto}html body .chat-list{gap:0;padding:4px 14px var(--lk-nav-content-space)}html body .chat-list-item{min-height:78px;margin:0;padding:10px 4px;border:0;border-bottom:1px solid color-mix(in srgb,var(--lk-border) 78%,transparent);border-radius:0;background:transparent;box-shadow:none}html body .chat-list-item:hover{transform:none;border-color:var(--lk-border);background:var(--lk-soft);box-shadow:none}html body .chat-list-item.has-unread{border-color:var(--lk-border);background:color-mix(in srgb,var(--lk-primary) 5%,transparent)}html body .chat-list-item.pinned{border-color:color-mix(in srgb,var(--lk-gold) 24%,var(--lk-border));background:transparent}html body .chat-list-item.pinned.has-unread{background:color-mix(in srgb,var(--lk-primary) 5%,transparent)}html body .chat-list-item.is-generating{background:color-mix(in srgb,var(--lk-soft) 66%,transparent)}html body .chat-list-item .avatar{box-shadow:none}html body .chat-list-item .name-line{margin-bottom:4px}html body .chat-list-item .meta{min-width:56px;padding-block:2px}html body .generation-summary{display:inline-flex;min-width:0;align-items:center;gap:6px;color:var(--lk-primary);font-weight:680}html body .generation-summary__dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:currentColor;animation:lingki-generation-pulse 1.1s ease-in-out infinite}html body .generation-summary--error{color:var(--lk-danger,#b44b59);font-weight:600}@keyframes lingki-generation-pulse{50%{opacity:.3;transform:scale(.72)}}@media (max-width:640px){html body .menu-overlay{inset:0;z-index:500;display:flex;width:100%;height:100dvh;min-height:100vh;align-items:flex-end;padding:0;overscroll-behavior:contain;background:rgba(38,24,30,.42)}html body .floating-menu{position:relative!important;top:auto!important;left:auto!important;width:100%;max-height:min(calc(100dvh - max(16px, env(safe-area-inset-top)) - 16px),620px);overflow-y:auto;padding:10px 12px calc(28px + env(safe-area-inset-bottom));overscroll-behavior-y:contain;border:0;border-radius:24px 24px 0 0;background:var(--lk-surface);box-shadow:0 -20px 60px rgba(38,24,30,.18);-webkit-overflow-scrolling:touch}html body .chat-list{padding-inline:12px}html body .chat-list-item{grid-template-columns:54px minmax(0,1fr) 54px;gap:10px;min-height:78px;padding:10px 2px;border-radius:0}}html body .chat-background-container{background:var(--lk-canvas)!important}html body .chat-background-container:after{content:none;display:none;background:none}html body .chat-content-layer{position:relative;z-index:1}html body .chat-interface .chat-header{min-height:0;padding:max(2px,env(safe-area-inset-top)) 10px 2px}html body .chat-interface .chat-info{min-width:0;flex:1}html body .chat-interface .chat-details{min-width:0}html body .chat-interface .chat-name{overflow:hidden;max-width:min(42vw,260px);text-overflow:ellipsis;white-space:nowrap}html[data-native-shell=true] body .chat-list-header.qwq-top-bar:not(.qwq-top-bar--island),html[data-native-shell=true] body .me-dashboard-topbar.qwq-top-bar:not(.qwq-top-bar--island),html[data-native-shell=true] body .qwq-top-bar:not(.qwq-top-bar--island){min-height:64px;padding-top:0}html[data-native-shell=true] body .chat-interface .chat-header,html[data-native-shell=true] body .cinematic-chat-interface>.chat-header{min-height:0;padding:max(2px,env(safe-area-inset-top)) 10px 2px}html body .chat-interface .message-bubble{box-shadow:none}@media (max-width:640px){html body .ifm-menu{inset:0;height:100dvh;max-height:none;border:0;border-radius:0;padding-top:env(safe-area-inset-top)}html body .ifm-actions{padding-bottom:calc(18px + env(safe-area-inset-bottom))}}html body .chat-list-header.qwq-top-bar:not(.qwq-top-bar--island),html body .me-dashboard-topbar.qwq-top-bar:not(.qwq-top-bar--island),html body .qwq-top-bar:not(.qwq-top-bar--island){min-height:calc(60px + env(safe-area-inset-top));padding-inline:14px;background:var(--lk-canvas)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body .chat-list-controls{display:grid;gap:8px;padding:8px 14px 10px}html body .chat-list-page .chat-list-controls .search-bar{display:grid;min-height:46px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0;padding:0 8px 0 13px;border:1px solid var(--lk-border);border-radius:15px;color:var(--lk-muted);background:var(--lk-surface);box-shadow:none}html body .chat-list-controls .search-input-wrapper{min-width:0}html body .chat-list-controls .chatlist-search-input{min-height:44px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:14px}html body .chat-list-controls .tag-filter-container{display:flex;min-width:0;gap:7px;overflow-x:auto;padding:0 1px 2px;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}html body .chat-list-controls .tag-filter-container::-webkit-scrollbar{display:none}html body .chat-list-page .chat-list{height:auto;min-height:0;flex:1 1 auto;padding:0 14px var(--lk-nav-content-space);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}html body .chat-list-item{min-height:76px;grid-template-columns:52px minmax(0,1fr) 56px;gap:11px;padding:10px 2px;content-visibility:auto;contain-intrinsic-size:76px}html body .chat-list-item .avatar,html body .chat-list-item .avatar-container{width:52px;height:52px}html body .chat-list-item .avatar{border-radius:14px;cursor:inherit}html body .chat-list-item .name{font-size:14px;font-weight:720}html body .chat-list-item .last-msg{max-width:none;color:var(--lk-muted);font-size:12px;line-height:1.4}html body .chat-list-item .timestamp{font-size:9px}html body .chat-list-empty{align-self:center;margin:0;padding:34px 24px 120px}html body .chat-list-empty img{width:50px;height:50px}html body .chat-list-empty h2{margin-top:18px;font-size:22px}html body .chat-list-empty p{max-width:290px;margin-inline:auto;line-height:1.7}html body .modal-overlay,html body .recollection-modal-overlay{background:rgba(46,34,40,.52);backdrop-filter:none;-webkit-backdrop-filter:none}@media (max-width:640px){html body .modal-content:before{content:"";display:block;width:36px;height:4px;margin:-8px auto 14px;border-radius:99px;background:color-mix(in srgb,var(--lk-muted) 34%,transparent)}}@media (min-width:760px){html body .chat-list-page{width:min(100%,720px)!important;margin-inline:auto!important;border-inline:1px solid var(--lk-border)}}@media (min-width:1100px){html body .chat-list-page{width:min(100%,860px)!important}}@media (prefers-reduced-transparency:reduce){html body .bottom-navigation:before,html body .qwq-top-bar{background:var(--lk-surface)!important}}html body .chat-list-page .chat-list{display:flex;flex-direction:column;align-content:start;gap:10px;padding:2px 14px var(--lk-nav-content-space)}html body .chat-list-item.conversation-cover-card{isolation:isolate;display:block;width:100%;height:clamp(116px,32vw,132px);flex:0 0 auto;min-height:0;aspect-ratio:auto;margin:0;overflow:hidden;padding:0;border:0;border-radius:18px;color:#fff;background:#3d2b35;box-shadow:0 8px 24px rgba(46,34,40,.12);content-visibility:visible;contain-intrinsic-size:none;contain:layout paint}html body .chat-list-item.conversation-cover-card.has-unread,html body .chat-list-item.conversation-cover-card.is-generating,html body .chat-list-item.conversation-cover-card.pinned,html body .chat-list-item.conversation-cover-card.pinned.has-unread,html body .chat-list-item.conversation-cover-card:hover{border:0;color:#fff;background:#3d2b35}html body .chat-list-item.conversation-cover-card:hover{box-shadow:0 10px 28px rgba(46,34,40,.16)}html body .chat-list-item.conversation-cover-card:active{transform:scale(.988)}html body .conversation-cover-media,html body .conversation-cover-scrim{position:absolute;inset:0}html body .conversation-cover-hit-target{position:absolute;z-index:1;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer}html body .conversation-cover-hit-target:focus-visible{outline:3px solid color-mix(in srgb,var(--lk-primary) 78%,white);outline-offset:-4px}html body .conversation-cover-media{z-index:-2;overflow:hidden;background:radial-gradient(circle at 72% 24%,rgba(169,59,91,.35),transparent 38%),#3d2b35}html body .conversation-cover-image{width:100%!important;height:100%!important;object-fit:cover;object-position:center 12%;transition:transform .26s ease,filter .26s ease}html body .conversation-cover-scrim{z-index:1;background:linear-gradient(180deg,rgba(13,10,12,.34),rgba(13,10,12,.04) 34%,rgba(13,10,12,.88)),linear-gradient(90deg,rgba(13,10,12,.18),transparent 56%)}@media (hover:hover) and (pointer:fine){html body .conversation-cover-card:hover .conversation-cover-image{transform:scale(1.025)}}html body .conversation-cover-topline{position:absolute;z-index:3;top:8px;right:8px;left:10px;display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}html body .conversation-cover-flags{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px;padding-top:3px}html body .conversation-cover-flag,html body .conversation-cover-state{display:inline-flex;min-height:24px;align-items:center;gap:5px;padding:0 8px;border:1px solid rgba(255,255,255,.16);border-radius:9px;color:rgba(255,255,255,.94);background:rgba(24,17,21,.62);box-shadow:0 2px 8px rgba(0,0,0,.12);font-size:10px;font-weight:720;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.4)}html body .conversation-cover-flag--pinned{color:#f4d4a8}html body .conversation-cover-state{color:#ffe3ec}html body .conversation-cover-state--error{color:#ffd7d7}html body .conversation-cover-state .generation-summary__dot{width:5px;height:5px}html body .chat-list-item .conversation-cover-menu,html body .chat-list-item .conversation-cover-menu:active,html body .chat-list-item .conversation-cover-menu:focus-visible,html body .chat-list-item .conversation-cover-menu:hover{width:44px;height:44px;min-width:44px;flex:0 0 44px;margin:0;padding:0;border:0;border-radius:0;color:var(--theme-text-secondary,#5f6368);background:transparent;box-shadow:none;opacity:1;pointer-events:auto;text-shadow:none}html body .chat-list-item .conversation-cover-menu svg{display:block;stroke:currentColor}html body .conversation-cover-content{position:absolute;z-index:2;right:14px;bottom:10px;left:14px;min-width:0;pointer-events:none}html body .conversation-cover-heading,html body .conversation-cover-summary{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}html body .conversation-cover-heading{align-items:flex-end}html body .chat-list-item.conversation-cover-card .name{min-width:0;overflow:hidden;color:#fff;font-family:var(--lk-display-font);font-size:clamp(21px,5.5vw,26px);font-weight:820;letter-spacing:-.035em;line-height:1.08;text-overflow:ellipsis;text-shadow:0 2px 10px rgba(0,0,0,.48);white-space:nowrap}html body .chat-list-item.conversation-cover-card .unread-badge{position:static;display:block;flex:0 0 auto;background:transparent}html body .chat-list-item.conversation-cover-card .unread-count{display:grid;min-width:23px;height:23px;place-items:center;padding:0 7px;border:1px solid rgba(255,255,255,.38);border-radius:99px;color:#fff;background:var(--lk-primary);box-shadow:0 3px 10px rgba(52,16,28,.28);font-size:10px;line-height:1}html body .conversation-cover-summary{margin-top:4px}html body .chat-list-item.conversation-cover-card .last-msg{min-width:0;max-width:none;overflow:hidden;color:rgba(255,255,255,.74);font-size:11px;font-weight:470;line-height:1.35;text-overflow:ellipsis;text-shadow:0 1px 5px rgba(0,0,0,.55);white-space:nowrap}html body .chat-list-item.conversation-cover-card .timestamp{flex:0 0 auto;color:rgba(255,255,255,.94);font-size:10px;font-weight:740;text-shadow:0 1px 6px rgba(0,0,0,.88),0 0 2px rgba(0,0,0,.72);white-space:nowrap}html body .chat-list-item.conversation-cover-card .search-snippet{width:fit-content;max-width:100%;margin-top:7px;overflow:hidden;padding:4px 7px;border-radius:7px;color:rgba(255,255,255,.88);background:rgba(24,17,21,.58);font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}@media (max-width:359px){html body .chat-list-page .chat-list{gap:9px;padding-inline:12px}html body .chat-list-item.conversation-cover-card{border-radius:17px}html body .conversation-cover-content{right:12px;bottom:9px;left:12px}html body .chat-list-item.conversation-cover-card .name{font-size:20px}html body .conversation-cover-state{max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:760px){html body .chat-list-page .chat-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-inline:18px}html body .chat-list-item.conversation-cover-card{height:148px;border-radius:18px}html body .chat-list-item.conversation-cover-card .name{font-size:21px}}@media (prefers-reduced-motion:reduce){html body .chat-list-item.conversation-cover-card,html body .conversation-cover-image{transition:none!important}}html body .chat-list-page .chat-list-controls{display:flex;min-width:0;align-items:center;gap:8px;padding:6px 14px 8px}html body .chat-list-page .chat-list-controls .search-bar{width:100%;min-height:40px;flex:1 1 auto;grid-template-columns:20px minmax(0,1fr) 40px;padding:0 0 0 12px;border-radius:13px}html body .chat-list-page .chat-list-controls .chatlist-search-input{min-height:38px;font-size:13px}html body .chat-list-page .chat-list-controls .tag-filter-container{min-height:40px;flex:1 1 auto;align-items:center;padding:0}html body .chat-list-header.qwq-top-bar:not(.qwq-top-bar--island){min-height:calc(54px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 0;border-bottom:0;background:var(--lk-canvas)!important;box-shadow:none!important}html body .chat-list-header .qwq-top-bar__leading{gap:2px}html body .chat-list-header .qwq-top-bar__actions{margin-left:auto}html body .chat-list-header .header-actions{gap:0}html body .chat-list-header .qwq-top-bar__copy h1{font-size:21px;font-weight:740;letter-spacing:-.025em}html body>.menu-overlay{z-index:2000}