:root{color-scheme:light;--ink:#302c39;--muted:#99939f;--line:#eeebf1;--purple:#8862ae;--soft:#f4f1f8;--white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;height:100vh;height:100dvh;overflow:hidden;background:white;color:var(--ink);font-size:14px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;border:0;color:inherit}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid #9370ba;outline-offset:3px}button:disabled{cursor:default}a{color:inherit;text-decoration:none}button{background:none}[hidden]{display:none!important}.app-header{height:78px;display:flex;align-items:center;gap:50px;padding:0 30px;border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:4}.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:650;letter-spacing:-.3px;min-width:255px}.brand small{display:block;color:#a49aa9;font-size:11px;letter-spacing:1px;font-weight:400;margin-top:4px}.brand-mark{position:relative;background:#ede5f5;color:#795598;width:38px;height:39px;border-radius:10px;font:italic 33px Georgia;padding-left:6px}.brand-mark>span{position:absolute;font-size:13px;right:1px;top:1px}.app-header nav{display:flex;gap:30px;align-self:stretch;align-items:center;font-size:14px}.app-header nav a{height:100%;display:flex;align-items:center;position:relative;color:#96909d;gap:10px}.app-header nav a[aria-current]{color:#695081}.app-header nav a[aria-current]:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#a27abe}.app-header nav span{font-size:12px;color:#b6acbd}.version{margin-left:auto;font-size:12px;color:#a99fb1;white-space:nowrap}.version b{font-size:11px;border:1px solid #e8e0ee;border-radius:4px;padding:3px 6px;margin-left:6px;font-weight:500}.app-layout{height:calc(100vh - 78px);height:calc(100dvh - 78px);display:grid;grid-template-columns:304px minmax(0,1fr)}.sidebar{min-height:0;border-right:1px solid var(--line);background:#fdfcfe;display:flex;flex-direction:column;padding-top:21px;overflow:hidden}.sidebar-heading{display:flex;justify-content:space-between;color:#827787;font-size:12px;padding:0 23px 17px;letter-spacing:.5px}.sidebar-heading>span:last-of-type{font-size:11px;color:#b2a9b9}.board{margin:0 12px 20px;padding:16px 12px;border-radius:10px;display:flex;gap:11px;align-items:center;text-align:left;position:relative;min-height:81px}.board.selected{background:#eee9f4}.board:not(.selected):hover{background:#f5f2f8}.board-icon{width:39px;height:39px;display:grid;place-items:center;background:#e0d3ee;color:#8c61aa;border-radius:11px;font-size:25px;flex:none}.board-info{min-width:0}.board-info strong{font-weight:600;font-size:14px;display:block}.board-info small{display:block;font-size:12px;color:#a397af;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:8px;max-width:200px}.people-label{font-size:11px;color:#aba0b4;padding:0 24px 12px;display:flex;justify-content:space-between}.people-label span{font-size:10px;letter-spacing:.5px}#employee-list{overflow-y:auto;flex:1;min-height:0;padding:0 10px 12px;scrollbar-width:thin;scrollbar-color:#e3dce8 transparent}.employee{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:12px 11px;min-height:81px;text-align:left;border-radius:10px;margin:2px 0}.employee:hover{background:#f5f2f7}.employee.selected{background:#eee9f4}.avatar{width:40px;height:40px;flex:none;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700;letter-spacing:.2px;color:var(--av-ink);background:linear-gradient(140deg,#fff 0%,var(--av-bg) 55%,var(--av-edge) 100%);box-shadow:inset 0 0 0 1px #ffffffa6,0 0 0 1px var(--av-edge);font-family:Georgia,serif}.avatar.founder{font-size:24px;font-style:italic}.avatar.mini{width:23px;height:23px;font-size:10px}.avatar.mini.founder{font-size:15px}.employee-copy{min-width:0;flex:1}.employee-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.employee strong{font-weight:550;font-size:14px}.employee code{font-size:10px;color:#a397aa;margin-left:4px;font-weight:400}.employee time{font-size:10px;color:#afa6b7;flex:none}.employee-preview{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#a69bab;margin-top:8px;line-height:1.4}.unread{display:grid;place-items:center;font-size:10px;height:17px;min-width:17px;padding:0 4px;border-radius:8px;background:#a582bd;color:#fff;position:absolute;right:12px;bottom:9px}.employee .unread{bottom:6px;right:6px}.sidebar-footer{border-top:1px solid var(--line);padding:17px 23px;display:flex;gap:12px;align-items:center;flex:none;font-family:Georgia,serif;font-style:italic;color:#83718f;font-size:16px}.foot-mark{font-size:24px;color:#b99dce}.sidebar-footer small{display:block;font:10px/1.6 -apple-system,sans-serif;color:#b4a8bc;margin-top:4px}.conversation{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.conversation-header{height:88px;flex:none;padding:0 36px;display:flex;align-items:center;border-bottom:1px solid #f1eef4;gap:15px}.conversation-title{min-width:0}h1{font-size:18px;font-weight:600;margin:0 0 7px;letter-spacing:.4px}.conversation-title p{margin:0;font-size:12px;color:#a49aaa}.playback{margin-left:auto;display:flex;gap:8px;align-items:center;flex:none}.demo-pill{display:flex;align-items:center;gap:6px;font-size:11px;color:#9c8eac;margin-right:7px}.demo-pill>span{height:5px;width:5px;border-radius:50%;background:#a989c3;box-shadow:0 0 0 3px #f5eef9}.playback button{border:1px solid #e9e2ee;border-radius:6px;height:29px;padding:0 9px;font-size:11px;color:#8e7a9e;background:#fff}.playback button:hover{background:#f7f3fa}.topic{margin:18px 36px 0;padding:13px 16px;display:flex;align-items:center;gap:13px;background:#f8f6fa;border:1px solid #eee8f3;border-radius:8px;flex:none}.topic-icon{color:#a586b8;font-size:26px;line-height:1}.topic-copy{display:flex;gap:13px;align-items:center;min-width:0}.topic-copy small{font-size:11px;color:#a69aac;flex:none}.topic-copy strong{font-size:12px;font-weight:500;color:#7f6d8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topic button{font-size:11px;margin-left:auto;color:#9c80b3;white-space:nowrap}.feed{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 36px;scrollbar-width:thin;scrollbar-color:#e4dfe9 transparent;scroll-behavior:auto}.messages{max-width:920px;padding:25px 0 20px;margin:0 auto}.day-divider{text-align:center;margin:2px 0 27px;font-size:10px;color:#b7aebf;letter-spacing:.5px}.episode-divider{display:flex;align-items:center;gap:12px;color:#aa9bb7;font-size:11px;margin:30px 0 23px}.episode-divider:before,.episode-divider:after{content:'';flex:1;height:1px;background:#eee8f3}.message{margin:0 0 24px;max-width:840px;animation:arrive .35s ease-out}.message-head{display:flex;gap:9px;align-items:center;flex-wrap:wrap;line-height:1.5;padding:0 1px;margin-bottom:9px;font-size:12px}.author{padding:0;font-size:12px;color:#7b7083}.author:hover{color:#8254a0;text-decoration:underline}.message-head code{font-size:11px;color:#b1a6bc;margin-left:4px}.message-role{color:#a99cb3;font-size:11px}.message-kind{font-size:10px;color:var(--kind-color,#9c81b4);padding:1px 5px;border-radius:3px;background:var(--kind-bg,#f5eff9)}.message-head time{color:#b2a8bc;font-size:11px;font-variant-numeric:tabular-nums}.bubble{background:#f4f3f6;border:1px solid #f2f0f5;border-radius:0 14px 14px 14px;padding:15px 19px;color:#655c6f;font-size:15px;line-height:1.9;letter-spacing:.2px;margin-left:32px;max-width:790px;overflow-wrap:anywhere}.message.einstein .bubble{background:#f3eff8;border-color:#eee6f6}.message.einstein .author{color:#8b62a6;font-weight:600}.bubble p{margin:0}.mention{color:#9b74b4;font-weight:500}.quote{border-left:2px solid #cfc0de;background:#faf9fc;padding:10px 13px;margin:0 0 11px;font-size:12px;line-height:1.7;color:#a092ac}.quote strong{display:block;font-weight:500;color:#8c759e;margin-bottom:4px}.quote p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.attachment{margin-top:14px;display:flex;gap:13px;align-items:center;width:100%;text-align:left;padding:9px;border:1px solid #e6dfea;border-radius:8px;background:#fff9}.attachment img{width:93px;height:61px;object-fit:cover;border-radius:5px}.attachment strong{font-size:12px;display:block;font-weight:550;color:#796187}.attachment small{font-size:11px;color:#a092ab;display:block;margin-top:4px}.attachment span:last-child{margin-left:auto;color:#a685bd}.attachment:hover{border-color:#bfa5d1}.bottom-area{flex:none;position:relative;padding:0 36px 18px;max-width:100%}.typing{height:30px;display:flex;align-items:center;gap:8px;font-size:11px;color:#b5a7c0;max-width:920px;margin:auto}.typing .dots{display:inline-flex;gap:3px;margin-left:2px}.dots i{height:3px;width:3px;background:#af96c2;border-radius:50%;animation:dot 1.2s infinite}.dots i:nth-child(2){animation-delay:.2s}.dots i:nth-child(3){animation-delay:.4s}.observer-bar{display:flex;align-items:center;gap:10px;max-width:920px;margin:auto;background:#faf9fb;border:1px solid #efebf2;border-radius:8px;min-height:49px;padding:12px 17px;font-size:12px;color:#ab9fb5}.observer-icon{font-size:14px;color:#b6a1c7}.observer-bar small{margin-left:auto;font-size:10px;color:#b5aabb}.new-messages{position:absolute;bottom:104px;left:50%;transform:translateX(-50%);background:white;border:1px solid #dbcbe6;box-shadow:0 3px 15px #533c7312;color:#9570ad;padding:8px 15px;border-radius:20px;font-size:12px;white-space:nowrap}.empty{text-align:center;padding:60px 20px;color:#aa9bb5}.empty>span{font-size:38px}.empty h2{font-size:17px;font-weight:500}.empty p{font-size:13px}.empty button{background:#efe6f5;color:#8c62a6;border-radius:6px;padding:10px 15px;margin-top:15px;font-size:12px}.mobile-menu,#close-sidebar{display:none}.sidebar-shade{display:none}.art-copy{padding:26px 30px}.art-copy>span{font-size:11px;letter-spacing:1.5px;color:#9a78b3}.art-copy h2{margin:9px 0;font-size:23px}.art-copy p{font-size:15px;line-height:1.8;color:#8c7d99}.art-copy small{font-size:11px;color:#afa2b8}dialog{padding:0;border:1px solid #dfd2e9;border-radius:13px;max-width:720px;width:calc(100% - 32px);max-height:90dvh;background:#fff;color:var(--ink)}dialog::backdrop{background:#271e39a6;backdrop-filter:blur(6px)}dialog img{width:100%;max-height:420px;object-fit:cover;display:block}.dialog-close{position:absolute;right:13px;top:13px;width:34px;height:34px;border-radius:50%;font-size:25px;color:white;background:#1c12259e}.playing-paused .demo-pill>span{background:#bbb4c1;box-shadow:none}.playing-paused .dots{display:none}@keyframes arrive{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes dot{50%{opacity:.25;transform:translateY(-2px)}}@media(min-width:1500px){.app-layout{grid-template-columns:325px minmax(0,1fr)}.brand{min-width:276px}.conversation-header{padding:0 55px}.feed,.bottom-area{padding-left:55px;padding-right:55px}.topic{margin-left:55px;margin-right:55px}}@media(max-width:1050px){.app-layout{grid-template-columns:270px minmax(0,1fr)}.brand{min-width:225px}.app-header{gap:25px;padding:0 23px}.conversation-header{padding:0 23px}.feed,.bottom-area{padding-left:23px;padding-right:23px}.topic{margin-left:23px;margin-right:23px}.message-role{display:none}.demo-pill{margin-right:0}.topic-copy{gap:8px}.observer-bar small{max-width:130px;text-align:right;line-height:1.5}.employee{gap:10px}.employee code{display:none}.bubble{font-size:14px}}@media(max-width:700px){.app-header{height:66px;padding:0 17px;gap:18px}.brand{font-size:15px;min-width:0;gap:8px}.brand-mark{width:32px;height:34px;font-size:28px}.brand small{font-size:9px;letter-spacing:.5px}.app-header nav{gap:16px;font-size:12px;margin-left:auto}.app-header nav a:last-child span{display:none}.version{display:none}.app-layout{height:calc(100dvh - 66px);grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;top:66px;bottom:0;left:0;width:min(310px,85vw);z-index:7;transform:translateX(-100%);transition:transform .2s ease;box-shadow:15px 0 40px #37274210}.sidebar.open{transform:translateX(0)}.sidebar-shade:not([hidden]){display:block;position:fixed;inset:66px 0 0;background:#2b213340;z-index:6}.sidebar-heading{align-items:center}#close-sidebar{display:block;font-size:23px;line-height:1;color:#9784a7;padding:0 3px}.mobile-menu{display:block;color:#9b7caf;padding:5px;font-size:17px}.conversation-header{height:78px;padding:0 15px;gap:10px}h1{font-size:16px;margin-bottom:5px}.conversation-title p{font-size:10px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playback{gap:5px}.demo-pill{font-size:9px;gap:4px}.playback button{font-size:10px;padding:0 7px;height:27px}#pause span{display:none}.topic{margin:12px 15px 0;padding:10px 11px;gap:9px}.topic-copy{display:block}.topic-copy small{font-size:9px;display:block;margin-bottom:2px}.topic-copy strong{font-size:11px;display:block;max-width:200px}.topic button{font-size:10px}.feed{padding:0 15px}.messages{padding-top:20px}.day-divider{font-size:9px}.bubble{padding:12px 14px;margin-left:0;font-size:14px;line-height:1.9}.message-head{gap:7px;font-size:11px}.message-head code{font-size:10px}.author{font-size:12px}.message-head time{font-size:10px}.message-kind{font-size:9px}.message{margin-bottom:22px}.bottom-area{padding:0 15px 13px}.typing{font-size:10px}.observer-bar{font-size:11px;padding:10px 12px;gap:7px;min-height:47px}.observer-bar small{font-size:9px;max-width:120px}.attachment img{width:80px;height:55px}.art-copy{padding:22px}.new-messages{bottom:98px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
@media(max-width:700px){.sidebar{visibility:hidden}.sidebar.open{visibility:visible}.observer-bar small{max-width:118px;line-height:1.6;white-space:normal}}
.channel-label{font-size:11px;color:#9c8eac;margin-right:7px}.observer-bar a,.sidebar-footer a{color:inherit}.observer-bar a:hover,.sidebar-footer a:hover{text-decoration:underline}.about-page{height:auto;min-height:100vh;overflow:auto}.about-content{max-width:760px;padding:70px 28px 90px;margin:auto}.about-kicker{font-size:11px;letter-spacing:2px;color:#a286b6}.about-content h1{font-size:30px;line-height:1.5;margin:16px 0}.about-content .about-intro{font-size:17px;color:#75677e;line-height:1.9}.about-content section{padding:22px 0;border-bottom:1px solid var(--line);scroll-margin-top:30px}.about-content h2{font-size:17px;margin:0 0 10px}.about-content p{font-size:15px;line-height:1.9;color:#897d92;margin:0}.about-return{display:inline-block;color:#9875b0;padding:12px 17px;background:#f4eef8;border-radius:7px;margin-top:28px}@media(max-width:700px){.channel-label{font-size:10px;margin-right:2px}.about-content{padding:40px 23px}.about-content h1{font-size:25px}.about-page .app-header .brand{flex:none}.about-page .app-header nav{font-size:11px}}
