:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#27272a;background:#f6f5f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--paper:#f6f5f0;--ink:#27272a;--muted:#73736f;--line:#e6e5df;--violet:#7160d9;--violet-dark:#5e4bc7;--violet-light:#eeebfb;--white:#fff;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{color:inherit}input,textarea,select{color:var(--ink);max-width:100%}input::placeholder,textarea::placeholder{color:#969590}input,textarea,select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 14px;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--violet);box-shadow:0 0 0 3px #7160d918}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #9b8cea;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:550;letter-spacing:-.045em}p{line-height:1.7}svg{flex-shrink:0;stroke-width:1.6}::selection{background:#d8d0fb}strong{font-weight:600}button{border:0;background:none}ul,ol{padding-left:22px}hr{border:0;border-top:1px solid var(--line)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:12px}.serif{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;letter-spacing:-.055em}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:600;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:7px;padding:14px 20px;min-height:46px;font-size:13px;font-weight:550;white-space:nowrap;transition:background .18s,transform .18s,box-shadow .18s}.button:not(:disabled):hover{transform:translateY(-1px)}.button.primary{background:var(--violet);color:#fff;box-shadow:0 3px 4px #6557b517}.button.primary:not(:disabled):hover{background:var(--violet-dark);box-shadow:0 5px 16px #7160d926}.button.dark{background:var(--ink);color:#fff}.button.dark:hover{background:#444247}.button.secondary{background:transparent;border:1px solid #dcdad3}.button.secondary:not(:disabled):hover{background:#f0efeb}.button.danger{background:#ad3434;color:#fff}.small-button{padding:9px 13px;min-height:35px;font-size:12px;gap:8px}.full-width{width:100%}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:500;padding:6px 0}.text-link:hover{color:var(--violet)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;flex-shrink:0;color:#74746f;padding:0}.icon-button:hover{background:#e9e8e2;color:var(--ink)}.icon-button.selected{color:var(--violet);background:var(--violet-light)}.brand{display:inline-flex;align-items:center;gap:9px;font-size:29px;letter-spacing:-1.4px;font-weight:650;line-height:1}.brand img{border-radius:9px}.brand-period{color:var(--violet)}.brand>span{padding-bottom:3px}.violet-dot,.nav-dot,.tiny-dot,.project-dot{display:inline-block;width:6px;height:6px;flex-shrink:0;border-radius:50%;background:var(--violet)}.nav-dot{width:5px;height:5px;margin-left:5px}.tiny-dot{width:5px;height:5px}.tiny-dot.green{background:#8eab9b}.loading-state{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:8px 0}.button .loading-state{color:inherit;padding:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-notice{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;background:#fff1ef;border:1px solid #f0d8d2;border-radius:7px;color:#9d3f37;padding:12px 14px;font-size:12px;line-height:1.6;margin:10px 0;overflow-wrap:anywhere}.error-notice button{display:flex;align-items:center;flex-shrink:0;gap:3px;color:#9d3f37;text-decoration:underline;text-underline-offset:3px;font-size:12px;padding:0;min-height:23px}.error-text{color:#9d3f37;font-size:12px}.success-notice{padding:14px;background:#edf5ef;border:1px solid #d3e6d8;color:#3a6c4b;border-radius:8px;font-size:13px;margin:14px 0}.info-notice{display:flex;gap:12px;align-items:flex-start;font-size:12px;line-height:1.7;background:#f1eff8;border:1px solid #e3deef;border-radius:8px;padding:14px 16px;margin:12px 0 22px;color:#6a617e}.empty-state{text-align:center;padding:48px 24px;color:var(--muted);max-width:500px;margin:auto}.empty-icon{display:inline-flex;width:54px;height:54px;border-radius:14px;align-items:center;justify-content:center;background:#f0efea;color:#8b8880;margin-bottom:16px}.empty-state h3{font-size:16px;color:#52514d;letter-spacing:-.025em;margin-bottom:8px}.empty-state p{font-size:12px;max-width:320px;margin:auto;line-height:1.7}.skip-link{position:fixed;left:20px;top:-80px;z-index:500;padding:14px;background:var(--ink);color:#fff;border-radius:8px}.skip-link:focus{top:15px}.modal{border:1px solid var(--line);border-radius:16px;width:min(490px,calc(100% - 32px));padding:28px;color:var(--ink);box-shadow:0 25px 100px #16132929;max-height:85dvh;overflow:auto}.modal::backdrop{background:#26233066;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.modal-header h2{font-size:24px}.modal>p,.modal form>p{font-size:13px;color:var(--muted);margin:10px 0 20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;flex-wrap:wrap}.stack-form{display:flex;flex-direction:column;gap:18px}.stack-form label,.auth-form label{font-size:12px;font-weight:550;display:flex;flex-direction:column;gap:9px}.stack-form label input,.auth-form input{width:100%;font-size:13px;font-weight:400}.install-steps{font-size:13px;line-height:1.8;color:#66635f}.install-steps li+li{margin-top:14px}.session-loading,.fatal-error{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;padding:32px;text-align:center}.fatal-error h1{font-size:34px}.mobile-menu-button,.mobile-close{display:none}.landing{overflow:hidden}.landing-header{height:102px;max-width:1424px;padding:0 64px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line)}.landing-nav{display:flex;gap:31px;align-items:center}.landing-nav a{font-size:12px;font-weight:500;white-space:nowrap}.landing-nav a:hover{color:var(--violet)}.landing-header-actions{display:flex;align-items:center;gap:26px}.login-link{font-size:12px;display:flex;gap:6px;align-items:center}.landing-header-actions>.button{padding:11px 15px}.hero{max-width:1424px;margin:auto;padding:76px 64px 0}.beta-pill{display:inline-flex;align-items:center;gap:10px;font-size:9px;letter-spacing:1.4px}.beta-pill .violet-dot{box-shadow:0 0 0 4px #ece9f6;width:5px;height:5px}.beta-pill svg{margin-left:5px}.hero h1{font-size:clamp(66px,8.8vw,125px);line-height:1.015;letter-spacing:-.073em;margin:30px 0;font-weight:530;position:relative;max-width:990px}.hero-serif{font-family:Georgia,Times New Roman,serif;font-weight:400;font-style:italic;color:var(--violet);letter-spacing:-.075em}.hero-asterisk{display:inline-block;font-size:87px;color:var(--violet);margin-left:20px;vertical-align:top;line-height:1.3;font-weight:400}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px}.hero-bottom>p{font-size:14px;line-height:1.9;color:#76756e}.hero-actions{display:flex;align-items:center;gap:28px;padding-right:1px}.hero-actions .button{padding:17px 25px;min-width:178px}.hero-actions .text-link{font-size:12px}.hero-caption{display:flex;gap:11px;align-items:center;margin-top:42px;font-size:9px;letter-spacing:1.3px;color:#96948c}.caption-line{width:26px;height:1px;background:#b3b1a8}.hero-number{margin-left:auto;font-size:8px}.preview-scene{position:relative;margin:32px 0 65px;padding:54px 80px 68px;isolation:isolate}.preview-scene:before{content:"";position:absolute;inset:0 -64px;background:radial-gradient(ellipse at 48% 60%,#dddaee 0%,#ece9f3 38%,transparent 74%);z-index:-2}.preview-orbit{position:absolute;left:0;top:8%;width:100%;height:82%;border:1px solid #c4bad035;transform:rotate(-10deg);border-radius:50%;z-index:-1}.orbit-two{transform:rotate(10deg);width:85%;left:8%}.product-preview{position:relative;border:1px solid #d8d5e0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 30px 75px -30px #54466355,0 2px 6px #564c5a0a;transform:rotate(-1.4deg);transform-origin:center;max-width:965px;margin:auto}.preview-chrome{height:35px;background:#faf9fc;border-bottom:1px solid #eeedf0;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:9px;color:#8b878f}.preview-chrome>span:nth-child(2){display:flex;align-items:center;gap:6px}.window-dots{display:flex;gap:5px}.window-dots i{width:6px;height:6px;background:#d8d5dd;border-radius:50%}.window-dots i:first-child{background:#d6c0bd}.window-dots i:nth-child(2){background:#dfd0ad}.window-dots i:nth-child(3){background:#bdd0c1}.preview-label{font-size:6px;letter-spacing:1px}.preview-body{display:flex;min-height:438px}.preview-sidebar{width:189px;background:#f6f5f2;border-right:1px solid #e9e7e6;padding:21px 13px 14px;display:flex;flex-direction:column;flex-shrink:0}.preview-wordmark{font-size:22px;font-weight:650;letter-spacing:-1px;padding:0 7px 21px}.preview-nav{display:flex;align-items:center;gap:8px;font-size:9px;color:#77736f;min-height:30px;padding:0 8px;margin-bottom:1px}.preview-nav.active{background:#ece8f7;border:1px solid #e4dff2;color:#6857b0;border-radius:5px}.preview-nav>span:last-child:not(.tiny-dot){margin-left:auto;font-size:7px;opacity:.6}.preview-section-label{font-size:6px;letter-spacing:1.3px;color:#9f9992;margin:22px 8px 9px}.preview-user{display:flex;align-items:center;font-size:8px;gap:7px;margin-top:auto;padding-top:20px}.preview-user>svg{margin-left:auto}.mini-avatar{background:#e4e1dc;color:#827a71;border-radius:5px;width:22px;height:22px;display:grid;place-items:center;font-size:9px}.preview-content{flex:1;min-width:0;background:#fdfdfb;padding:0 34px}.preview-toolbar{height:45px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efeeeb;color:#88827a;font-size:7px;margin:0 -34px;padding:0 21px}.preview-toolbar>span{display:flex;gap:10px;align-items:center}.preview-welcome{margin-top:33px;text-align:center}.preview-star{color:var(--violet);font-size:47px;line-height:1}.preview-welcome>p{font-size:8px;margin-top:10px;color:#8f897f}.preview-welcome h3{font-size:26px;letter-spacing:-1px;margin:7px 0 10px}.preview-persona{display:inline-flex;align-items:center;gap:6px;border:1px solid #e7e3dc;border-radius:5px;padding:4px 7px;font-size:8px}.preview-persona .persona-avatar.tiny{width:15px;height:15px;font-size:8px}.preview-prompts{display:flex;gap:9px;margin:23px 0 16px}.preview-prompts>div{flex:1;border:1px solid #e7e4df;border-radius:6px;padding:11px 11px 9px;position:relative;display:flex;flex-direction:column;gap:5px}.preview-prompts>div>svg:first-child{color:#a49aac;margin-bottom:4px}.preview-prompts strong{font-size:9px;font-weight:500}.preview-prompts>div>span{font-size:7px;color:#a09a92}.preview-prompts>div>svg:last-child{position:absolute;right:10px;top:11px;color:#b1aaa2}.preview-composer{padding:13px 12px 9px;border:1px solid #ddd8e7;border-radius:8px;box-shadow:0 2px 6px #58516006;background:#fff}.preview-composer>span{font-size:9px;color:#a09a95}.preview-composer>div{display:flex;align-items:center;gap:8px;margin-top:21px;color:#a099a5;font-size:7px}.preview-send{margin-left:auto;width:23px;height:23px;border-radius:5px;background:var(--violet);color:#fff;display:grid;place-items:center}.preview-footnote{text-align:center;font-size:6px;color:#b0a99e;padding:9px 0 13px}.preview-note{position:absolute;z-index:2;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e1dce7;border-radius:9px;padding:17px 20px;box-shadow:0 8px 25px #5f496412}.note-top{right:0;top:23px;transform:rotate(3deg)}.note-icon{width:36px;height:36px;background:#efedf8;color:#8371c5;border-radius:8px;display:grid;place-items:center}.preview-note strong{font-size:10px;font-weight:550;line-height:1.6;display:block}.preview-note div>span:not(.persona-avatar){display:block;font-size:8px;color:#aaa095;margin-top:4px}.note-spark{color:var(--violet);font-size:24px;margin-left:13px}.note-bottom{left:8px;bottom:27px;transform:rotate(2deg);gap:20px;padding:19px 23px}.note-bottom>svg{color:#999189;margin-left:13px}.avatar-stack{display:flex;padding-left:7px}.avatar-stack .persona-avatar{margin-left:-7px;border:3px solid #fff;width:35px;height:35px}.persona-avatar{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;flex-shrink:0;background:#e7e1f8;color:#7b65b8;border-radius:9px;font-size:14px;font-family:Georgia,serif;font-style:italic}.persona-avatar.leo{background:#e9ecdb;color:#7f8d54}.persona-avatar.thalia{background:#f8e2d7;color:#b47d66}.persona-avatar.tiny{width:22px;height:22px;border-radius:6px;font-size:11px}.principles-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:1296px;margin:0 auto;padding:30px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.principles-strip>span{font-size:8px;letter-spacing:1px;line-height:2.1;color:#a09b91}.principles-strip>span strong{font-size:12px;letter-spacing:0;color:#6f6b64;font-weight:500}.principles-strip>div{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;color:#68665f}.principles-strip svg{color:#8e858f}.features-section,.personas-section{max-width:1424px;margin:auto;padding:116px 64px 0}.section-heading{position:relative}.section-heading .eyebrow{color:#918a80;font-size:9px}.section-heading h2{font-size:51px;line-height:1.14;letter-spacing:-.052em;margin-top:20px}.section-heading>p{position:absolute;right:0;bottom:5px;font-size:12px;color:#8c857b;line-height:1.9}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.feature-card{position:relative;border:1px solid #e5e1d9;border-radius:10px;padding:0 25px 30px;overflow:hidden;background:#f9f8f4}.feature-art{height:195px;position:relative;margin:0 -25px 21px;overflow:hidden;border-bottom:1px solid #ece8e0}.feature-index{font-family:Georgia,serif;font-style:italic;font-size:11px;color:#b0a69b}.feature-card h3{font-size:18px;letter-spacing:-.035em;margin:12px 0}.feature-card p{font-size:12px;color:#898176;line-height:1.85;max-width:300px}.context-art{background:radial-gradient(ellipse at center,#eee9e5,#f7f5ef)}.paper-card{width:170px;height:155px;position:absolute;top:28px;left:calc(50% - 90px);padding:20px;border:1px solid #e4dfd7;border-radius:5px;background:#fff;transform:rotate(-8deg);box-shadow:0 10px 30px #81705c0d;display:flex;flex-direction:column;gap:10px;color:#a89987}.paper-card span{font-size:11px;color:#867c6f;margin:1px 0 4px}.paper-card i{height:3px;border-radius:4px;background:#eeebe6;width:90%}.paper-card i:last-child{width:60%}.context-chip{position:absolute;top:100px;left:calc(50% - 64px);display:flex;align-items:center;gap:9px;font-size:10px;color:#7b6b99;background:#f1edf9;padding:12px;border:1px solid #e1d9f1;box-shadow:0 4px 15px #867a9612;border-radius:6px;transform:rotate(3deg);white-space:nowrap}.art-asterisk{position:absolute;right:27px;top:20px;font-size:40px;color:#c8bcdf}.tools-art{display:flex;align-items:center;justify-content:center;gap:16px;background:#f2f1eb}.tool-tile{position:relative;z-index:1;width:54px;height:57px;background:#fafaf7;border:1px solid #dedbd2;border-radius:12px;display:grid;place-items:center;color:#9a917f;transform:rotate(-10deg);box-shadow:0 6px 12px #62574008}.tool-tile.purple{background:#e5def5;border-color:#d8ceef;color:#8875b2;transform:translateY(-18px) rotate(6deg)}.tool-tile:last-of-type{transform:rotate(9deg)}.connection-lines{position:absolute;width:65%;height:80px;top:78px;border:1px dashed #d5cebe;border-radius:30px}.art-label{position:absolute;bottom:21px;font-size:7px;letter-spacing:1.6px;color:#a19a8d}.sources-art{display:flex;justify-content:center;flex-direction:column;gap:10px;padding:29px 23px;background:#f0f1e8}.source-example{display:flex;align-items:center;gap:13px;border:1px solid #e1e2d4;border-radius:6px;background:#fdfdf9;padding:12px;transform:rotate(-3deg)}.source-example:last-child{transform:rotate(3deg);margin-left:12px}.source-number{font-family:Georgia,serif;font-size:17px;color:#a7ac88}.source-example strong{font-size:10px;font-weight:500;display:block}.source-example div>span{display:block;font-size:8px;color:#a2a18d;margin-top:4px}.source-example>svg{margin-left:auto;color:#adaf98}.personas-section{padding-top:115px}.persona-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.persona-card{position:relative;border-radius:10px;padding:25px 28px 28px;background:#e9e4f1;border:1px solid #e0daea}.persona-card.leo{background:#e9ecdf;border-color:#e0e4d2}.persona-card.thalia{background:#f3e4da;border-color:#ecdbcd}.persona-card-number{position:absolute;top:21px;left:24px;font-size:9px;color:#a69bb5}.persona-art{height:135px;position:relative;display:flex;align-items:center;justify-content:center;gap:0}.persona-art span{height:75px;width:50px;background:#a18cb8;border-radius:50%;opacity:.45;transform:rotate(-30deg);margin:0 -8px}.persona-art span:nth-child(2){height:108px;width:47px;background:#8f77ab;transform:rotate(24deg)}.persona-art span:nth-child(3){transform:rotate(40deg)}.leo .persona-art span{background:#a2af7c;border-radius:50% 50% 12% 12%;transform:rotate(-25deg)}.leo .persona-art span:nth-child(2){background:#839661;transform:rotate(6deg)}.leo .persona-art span:nth-child(3){transform:rotate(30deg)}.thalia .persona-art span{background:#d3a68b;width:75px;height:75px;border-radius:12px;transform:rotate(25deg)}.thalia .persona-art span:nth-child(2){background:#c89277;transform:rotate(55deg)}.thalia .persona-art span:nth-child(3){background:#e0b59c;transform:rotate(75deg)}.persona-card h3{font-size:28px;margin-top:13px}.persona-card p{font-size:11px;color:#8f809b;margin:11px 0 21px}.persona-card.leo p{color:#858d70}.persona-card.thalia p{color:#ae8a75}.persona-card .text-link{font-size:11px}.personas-caption{text-align:center;font-size:10px;color:#9c9488;margin-top:20px}.waitlist-section{position:relative;max-width:1296px;margin:118px auto 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:70px 0;display:flex;justify-content:space-between;align-items:center;gap:80px}.waitlist-section .eyebrow{font-size:8px;color:#92877d}.waitlist-section h2{font-size:78px;line-height:1.05;margin:22px 0 24px;letter-spacing:-.065em}.waitlist-section h2 .serif{color:var(--violet)}.waitlist-section>div>p{font-size:12px;color:#8b8275}.waitlist-form-wrap{width:49%;padding-top:23px}.waitlist-form-wrap label{font-size:11px;display:block;margin-bottom:12px;color:#71695e}.waitlist-input{display:flex;border:1px solid #dcd7ce;border-radius:8px;background:#fcfbf8;padding:5px;gap:5px}.waitlist-input input{border:0;background:transparent;font-size:12px;min-width:0;flex:1;box-shadow:none;padding:12px}.waitlist-input:focus-within{border-color:var(--violet);box-shadow:0 0 0 3px #7160d910}.waitlist-input .button{font-size:11px;padding:12px 16px}.waitlist-form-wrap form>p{font-size:9px;color:#a69b8c;display:flex;align-items:center;gap:5px;margin-top:12px}.already-have-access{border-top:1px solid #e6e0d6;padding-top:25px;margin-top:29px;font-size:10px;color:#a59a8d;display:flex;gap:8px}.already-have-access a{display:flex;align-items:center;gap:5px;color:#766d61}.waitlist-star{position:absolute;left:38%;top:63px;color:#b7a6d1;font-size:57px}.waitlist-success{padding:20px;background:#efecf6;border:1px solid #e1dbed;border-radius:10px;color:#746193}.waitlist-success h3{font-size:24px;margin:12px 0}.waitlist-success p{font-size:12px;color:#85778e}.waitlist-success .text-link{margin-top:15px;font-size:11px}.landing-footer{max-width:1424px;margin:auto;padding:47px 64px 27px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.landing-footer>div:first-child{display:flex;align-items:center;gap:30px}.landing-footer>div:first-child>span{font-size:10px;color:#a3988b}.landing-footer .button{font-size:11px;padding:10px 14px;min-height:36px}.footer-bottom{flex-basis:100%;display:flex;justify-content:space-between;margin-top:46px;font-size:9px;color:#a99f92}.footer-bottom>span:last-child{display:flex;align-items:center;gap:9px;font-size:7px;letter-spacing:1px}.auth-page{min-height:100dvh;padding:0 5vw}.auth-page>header{height:96px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.auth-page>header>.text-link{font-size:12px;color:var(--muted)}.auth-layout{display:grid;grid-template-columns:1.1fr 1fr;max-width:1160px;margin:65px auto 80px;min-height:600px;gap:100px;align-items:center}.auth-editorial{position:relative;padding:40px 0}.auth-editorial>.eyebrow{font-size:9px;color:#938878}.auth-editorial h2{font-size:88px;letter-spacing:-.065em;line-height:1.08;margin:24px 0}.auth-editorial h2 .serif{color:var(--violet)}.auth-editorial>p{color:#8a8173;font-size:13px;margin-top:40px;line-height:1.8}.auth-editorial>.eyebrow:last-child{display:block;font-size:8px;margin-top:50px;letter-spacing:2px}.auth-asterisk{position:absolute;right:5px;top:145px;font-size:86px;color:#b3a2d1;transform:rotate(15deg)}.auth-content{max-width:380px;width:100%;padding:25px 0}.auth-content>.eyebrow{color:#9a8f85;font-size:8px}.auth-content>h1{font-size:35px;margin:15px 0;line-height:1.15;letter-spacing:-.05em}.auth-content>p{font-size:13px;color:#8d847a;line-height:1.8}.auth-form{display:flex;flex-direction:column;gap:21px;margin:31px 0 22px}.auth-form label{color:#645d54;font-size:11px}.auth-form input{background:#fcfbf8;border-color:#e2dcd3;padding:14px;font-size:12px}.auth-form .button{margin-top:4px}.password-field{position:relative}.password-field input{padding-right:45px}.password-field .icon-button{position:absolute;right:7px;top:7px}.auth-content>.auth-switch{font-size:11px;text-align:center;color:#958a7d}.auth-switch a{display:inline-flex;align-items:center;gap:4px;color:var(--violet);margin-left:4px}.auth-note{display:flex;gap:10px;border-top:1px solid var(--line);padding-top:24px;margin-top:30px;align-items:flex-start}.auth-note .violet-dot{margin-top:6px;width:5px;height:5px}.auth-note p{font-size:10px;line-height:1.8;color:#aa9e8f}.auth-note a{text-decoration:underline;text-underline-offset:3px;color:#897a67}.auth-page>footer{display:flex;justify-content:space-between;font-size:9px;color:#a99c8d;padding:24px 0;border-top:1px solid var(--line)}.auth-mail{display:grid;place-items:center;color:var(--violet);background:#ebe6f4;width:60px;height:60px;border-radius:15px;margin-bottom:25px}.recovery-links{display:flex;align-items:flex-start;flex-direction:column;gap:12px;font-size:11px;color:var(--violet);margin:25px 0}.recovery-links.compact{flex-direction:row;justify-content:space-between;font-size:10px;margin:20px 0 28px}.recovery-links a:hover{text-decoration:underline}.workspace{display:flex;height:100dvh;overflow:hidden;background:#fbfbf9;font-size:13px}.workspace-sidebar{width:250px;flex-shrink:0;background:#f3f2ee;border-right:1px solid #e5e4de;display:flex;flex-direction:column;padding:0 17px}.sidebar-brand{height:77px;display:flex;align-items:center;gap:10px;flex-shrink:0;padding:0 5px}.sidebar-brand .brand{font-size:26px;gap:8px}.sidebar-brand .brand img{width:27px;height:27px;border-radius:7px}.beta-tag{font-size:7px;letter-spacing:1px;color:#9b8cb8;background:#eae5f1;border-radius:4px;padding:4px 6px;margin-top:2px}.workspace-switcher{display:flex;align-items:center;gap:9px;border:1px solid #e1e0d9;border-radius:8px;padding:11px 9px;background:#f9f8f5;flex-shrink:0}.workspace-letter{background:#e7e3db;border:1px solid #dbd7ce;border-radius:6px;width:28px;height:28px;display:grid;place-items:center;font-size:11px;color:#8d8172}.workspace-switcher>div{flex:1;min-width:0}.workspace-switcher strong{font-size:10px;font-weight:550;display:block}.workspace-switcher div>span{display:block;font-size:9px;color:#a29a90;margin-top:3px}.workspace-switcher>svg{color:#b5aea3}.new-task-button{display:flex;align-items:center;gap:9px;background:#e9e4f4;border:1px solid #ded5ef;border-radius:7px;color:#746198;padding:10px 12px;font-size:11px;font-weight:550;margin-top:17px;flex-shrink:0;min-height:39px}.new-task-button>span{margin-left:auto;font-size:16px;line-height:1;color:#ad9ac8}.new-task-button:hover{background:#e2daf1}.sidebar-search{display:flex;align-items:center;gap:8px;padding:14px 9px 17px;color:#9a9186;font-size:10px;flex-shrink:0}.sidebar-search kbd{font-family:inherit;font-size:8px;margin-left:auto;background:#eae8e1;border-radius:3px;padding:2px 4px;color:#a89c8e}.sidebar-nav{display:flex;flex-direction:column;gap:3px;padding-bottom:19px;border-bottom:1px solid #e4e1d9;flex-shrink:0}.sidebar-nav>button{display:flex;align-items:center;gap:10px;color:#868075;padding:9px 10px;font-size:11px;text-align:left;border-radius:6px;min-height:35px}.sidebar-nav>button svg{color:#a0988b}.sidebar-nav>button:hover{background:#eae8e1}.sidebar-nav>button.active{background:#eae6f0;color:#77648f}.sidebar-nav>button.active svg{color:#9681ae}.nav-current-dot{width:4px;height:4px;background:#a28bbf;border-radius:50%;margin-left:auto}.sidebar-scroll{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d8d2c9 transparent;flex:1;padding-top:9px;min-height:50px}.sidebar-section-title{display:flex;align-items:center;justify-content:space-between;padding:6px 9px;color:#aaa192;font-size:8px;letter-spacing:1.3px;margin-top:9px;height:36px}.sidebar-section-title .icon-button{width:22px;height:22px;color:#aea393}.sidebar-project,.sidebar-thread{display:flex;align-items:center;gap:9px;font-size:10px;color:#8a8174;text-align:left;padding:10px;width:100%;border-radius:6px}.sidebar-project>span:nth-child(2),.sidebar-thread>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-project>svg{margin-left:auto;color:#b9ada0}.project-dot{width:6px;height:6px;background:#b1a1c3;border-radius:2px}.sidebar-project:nth-child(3n) .project-dot{background:#a6b295}.sidebar-project:nth-child(3n+1) .project-dot{background:#c5ae96}.sidebar-project:hover,.sidebar-thread:hover,.sidebar-project.selected,.sidebar-thread.selected{background:#eae6de}.sidebar-thread>svg{color:#b1a797}.sidebar-empty{font-size:10px;color:#b0a698;line-height:1.7;padding:8px 10px 14px}.sidebar-empty-action{font-size:10px;line-height:1.7;color:#a29481;text-align:left;padding:7px 10px;display:flex;gap:10px;align-items:center}.sidebar-scroll>.loading-state{padding:9px 11px;font-size:10px}.sidebar-scroll>.error-notice{font-size:10px;padding:8px;flex-direction:column}.sidebar-bottom{padding:14px 0 10px;flex-shrink:0}.sidebar-install{display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;width:100%;padding:11px;border:1px solid #e1dcd1;border-radius:6px;color:#968872}.sidebar-install:hover{background:#eae5dc}.sidebar-account{display:flex;align-items:center;gap:9px;padding:17px 4px 5px}.account-avatar{width:28px;height:28px;background:#ded5c7;border:1px solid #d4caba;display:grid;place-items:center;color:#82745f;font-size:10px;border-radius:50%;flex-shrink:0}.sidebar-account>div{min-width:0;flex:1}.sidebar-account strong{font-size:10px;font-weight:550;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-account div>span{font-size:8px;color:#a99a86;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px}.sidebar-account .icon-button{width:27px;color:#b0a38f}.workspace-body{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0}.workspace-header{height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeede7;padding:0 25px;background:#fbfbf9;gap:15px}.workspace-header>div{display:flex;align-items:center;gap:12px;min-width:0;color:#827b70;font-size:10px}.workspace-header>div>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-header>div>svg{color:#c3baac}.workspace-header .breadcrumb-home{color:#ada395}.private-label{display:flex;align-items:center;gap:6px;color:#aaa091;font-size:9px}.workspace-header>div:last-child{gap:19px;flex-shrink:0}.workspace-main{min-height:0;flex:1;outline:0}.chat-layout{display:flex;overflow:hidden}.chat-container{display:flex;flex:1;min-width:0;min-height:0}.chat-pane{display:flex;flex-direction:column;flex:1;min-width:0;position:relative}.chat-subheader{display:flex;align-items:center;justify-content:space-between;padding:15px 26px 8px;gap:15px;flex-shrink:0;min-height:59px}.chat-subheader>div{display:flex;align-items:center;gap:12px;min-width:0}.persona-select{display:flex;align-items:center;gap:7px;position:relative;flex-shrink:0;border:1px solid #e7e2da;border-radius:6px;padding:5px 9px;background:#fff}.persona-select select{appearance:none;font-size:10px;border:0;box-shadow:none;padding:3px 17px 3px 0;background:transparent;width:100%;cursor:pointer;line-height:1.4}.persona-select>svg{position:absolute;right:8px;pointer-events:none;color:#a89c8c}.subheader-divider{height:14px;width:1px;background:#e7e1d7}.thread-title{font-size:10px;color:#a29889;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-scroll{flex:1;overflow-y:auto;min-height:0;scrollbar-width:thin;scrollbar-color:#e2ded6 transparent}.messages-inner{max-width:760px;margin:0 auto;padding:20px 35px 26px}.messages-inner>.loading-state{display:flex;justify-content:center;padding:40px}.chat-welcome{text-align:center;padding:8vh 0 15px}.chat-welcome-star{font-size:59px;color:var(--violet);line-height:1.3;display:block;margin-bottom:15px}.chat-welcome>.eyebrow{font-size:7px;letter-spacing:1.35px;color:#b0a598}.chat-welcome h1{font-size:34px;line-height:1.18;letter-spacing:-.048em;margin:16px auto 14px;max-width:640px;font-weight:500}.chat-welcome>p{font-size:12px;color:#a09788;line-height:1.8}.suggestion-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:37px auto 0;max-width:560px}.suggestion-grid>button{position:relative;display:flex;align-items:center;gap:12px;min-height:58px;text-align:left;border:1px solid #e6e1d7;border-radius:8px;padding:15px 16px;color:#887f71;font-size:10px;background:#fcfbf8;transition:background .18s,border-color .18s}.suggestion-grid>button:hover{background:#f3eff8;border-color:#d5c9e7}.suggestion-grid>button>svg:first-child{color:#a9b}.suggestion-grid>button>svg:last-child{margin-left:auto;color:#bcb09e}.composer-wrap{width:100%;max-width:840px;padding:13px 35px 18px;margin:0 auto;flex-shrink:0}.composer-wrap>.error-notice{margin-bottom:9px;font-size:11px;max-height:120px;overflow:auto}.composer{border:1px solid #ddd6e5;border-radius:12px;background:#fff;box-shadow:0 3px 14px #4e405306;overflow:hidden}.composer:focus-within{border-color:#b6a6d1;box-shadow:0 0 0 2px #7160d908,0 3px 14px #4e405306}.composer textarea{display:block;width:100%;border:0;background:transparent;border-radius:0;resize:none;font-size:12px;padding:18px 18px 10px;min-height:74px;line-height:1.7;max-height:180px;outline:0;box-shadow:none}.composer textarea::placeholder{color:#b2a897}.composer-tools{display:flex;justify-content:space-between;align-items:center;padding:5px 12px 11px}.composer-tools>div{display:flex;align-items:center;gap:3px}.composer-tools .icon-button{color:#b1a597;width:30px;height:30px}.composer-tools-divider{height:12px;width:1px;background:#e8e2d9;margin:0 7px}.composer-persona{display:flex;align-items:center;gap:6px;font-size:9px;color:#a494b1}.send-button{display:grid;place-items:center;background:var(--violet);color:#fff;border-radius:7px;width:33px;height:33px}.send-button:disabled{opacity:1;background:#e8e1ef;color:#b8a5ca}.send-button:not(:disabled):hover{background:var(--violet-dark)}.send-busy{width:11px;height:11px;border:2px solid #b8a5ca;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.composer-footnote{display:flex;justify-content:space-between;font-size:8px;color:#b1a595;margin-top:12px;gap:15px;line-height:1.6}.keyboard-hint{white-space:nowrap}.composer-attachments{display:flex;gap:8px;flex-wrap:wrap;padding:10px 12px 0}.composer-attachments>span{display:flex;align-items:center;gap:5px;background:#f1edf6;border:1px solid #e5ddec;border-radius:6px;padding:2px 3px 2px 8px;color:#9782ad;font-size:10px;max-width:100%}.composer-attachments>span>span{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-attachments .icon-button{width:24px;height:24px}.message{margin:19px 0 29px;font-size:13px}.message-heading{display:flex;align-items:center;gap:8px;font-size:11px;margin-bottom:13px}.message-heading strong{font-size:11px;font-weight:550;color:#8f7d9f}.message-heading time{font-size:9px;color:#b0a492;margin-left:4px}.user-message-avatar{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e6dfd3;color:#9a8b74;font-size:8px}.user-message .message-heading strong{color:#938570}.user-message .markdown{background:#f3f0e9;border:1px solid #e9e4da;border-radius:10px;padding:14px 17px}.markdown{line-height:1.8;color:#676056;font-size:13px;overflow-wrap:anywhere}.markdown p{margin:10px 0;line-height:1.8}.markdown p:first-child{margin-top:0}.markdown p:last-child{margin-bottom:0}.markdown h1,.markdown h2,.markdown h3{letter-spacing:-.025em;margin:22px 0 13px;font-size:22px;color:#493f50}.markdown h2{font-size:19px}.markdown h3{font-size:16px}.markdown pre{background:#efedf2;border:1px solid #e3dce9;border-radius:8px;overflow-x:auto;padding:17px;font-size:11px;line-height:1.7}.markdown code{font-family:Cascadia Code,Consolas,monospace;font-size:12px;background:#ede9f1;border-radius:3px;padding:2px 4px}.markdown pre code{padding:0;background:transparent}.markdown a{color:var(--violet);text-decoration:underline;text-underline-offset:3px}.markdown blockquote{border-left:3px solid #d2c1e0;padding-left:16px;margin-left:0;color:#9d8ca6}.markdown li{margin:7px 0}.message-copy{display:inline-flex;align-items:center;gap:5px;font-size:9px;color:#ad9f8b;padding:8px 2px;min-height:28px}.feedback-actions{display:inline-flex;align-items:center;gap:2px;margin-left:12px;vertical-align:middle}.feedback-actions>span{font-size:9px;color:#8a9e7f;display:flex;align-items:center;gap:5px}.feedback-actions .icon-button{width:28px;height:28px;color:#b8a891}.pending-message{display:flex;flex-direction:column;gap:12px;padding:17px;background:#f4f0e9;border:1px dashed #dbd1c0;border-radius:10px;font-size:12px;color:#9d8c73;margin-top:25px}.pending-message>span:first-child{white-space:pre-wrap;overflow-wrap:anywhere}.pending-message .loading-state{font-size:10px}.message-sources{margin-top:15px;padding:10px 12px;border:1px solid #e8e1d5;border-radius:7px}.message-sources summary{display:flex;align-items:center;gap:6px;font-size:10px;color:#a0927e;cursor:pointer}.offline-banner{font-size:11px;background:#f6ebd9;color:#a68143;padding:9px 25px;border-bottom:1px solid #ead7b6}.workspace-body>.error-notice{margin:8px 20px}.context-panel{width:296px;flex-shrink:0;background:#f8f7f3;border-left:1px solid #e9e3d8;display:flex;flex-direction:column;min-height:0}.context-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:17px 17px 12px}.context-heading h2{font-size:13px;letter-spacing:-.025em;color:#8b7f6d;font-weight:500}.context-heading .icon-button{width:24px;height:24px;color:#b5a78f}.context-tabs{display:flex;border-bottom:1px solid #e6ddcf;padding:0 17px;gap:18px;flex-shrink:0}.context-tabs>button{display:flex;gap:6px;align-items:center;font-size:10px;color:#afa18d;padding:13px 1px 12px;border-bottom:2px solid transparent}.context-tabs>button[aria-selected=true]{color:#917ba6;border-bottom-color:#b39bc9}.context-tabs>button>span{font-size:8px;background:#ece5dc;border-radius:4px;padding:1px 4px;color:#b6a68e}.context-content{padding:20px 17px;overflow-y:auto;flex:1}.knowledge-mini{border:1px solid #e5ddd1;border-radius:8px;padding:16px;background:#fcfbf8;margin-bottom:25px}.knowledge-mini>.eyebrow{display:block;font-size:7px;color:#b7a88e;letter-spacing:1px;margin-bottom:15px}.knowledge-mini>div{display:flex;align-items:center;gap:8px}.knowledge-mini>div strong{font-size:11px;font-weight:500;color:#a08bad}.knowledge-mini dl{font-size:9px;color:#b5a78f;margin:16px 0 0}.knowledge-mini dl>div{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.knowledge-mini dd{margin:0;color:#9d8b6f;text-align:right}.panel-label{display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1px;color:#b2a28a;margin-bottom:12px;font-weight:550}.context-content .empty-state{padding:25px 7px}.context-content .empty-icon{width:43px;height:43px;background:#eee8de;color:#b5a38b;border-radius:11px}.context-content .empty-state h3{font-size:12px;color:#a08e75}.context-content .empty-state p{font-size:10px;color:#bbab94;line-height:1.9}.context-footer{padding:15px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:8px;color:#b6a58a;border-top:1px solid #e7ded0}.sources-list{display:flex;flex-direction:column;gap:14px;margin:14px 0}.sources-list article{display:flex;gap:11px;padding:15px;border:1px solid #e7dfd2;border-radius:8px;background:#fdfbf7;min-width:0}.source-index{font-family:Georgia,serif;font-size:13px;color:#b3a087}.sources-list article>div{display:flex;flex-direction:column;gap:7px;min-width:0;flex:1}.sources-list strong{font-size:12px;color:#99866d;font-weight:500;overflow-wrap:anywhere}.sources-list p{font-size:11px;color:#a79882;line-height:1.8;white-space:pre-wrap;max-height:300px;overflow:auto;overflow-wrap:anywhere}.sources-list a{font-size:10px;color:#a18bb2;display:inline-flex;align-items:center;gap:4px}.context-content .sources-list article{padding:12px}.context-content .sources-list strong{font-size:10px}.context-content .sources-list p{font-size:9px}.activity-list{display:flex;flex-direction:column;gap:15px;margin:20px 0}.activity-list article{display:flex;gap:13px;border-bottom:1px solid #e9e0d1;padding:0 0 15px}.activity-line-icon{display:grid;place-items:center;width:30px;height:30px;background:#eee7dd;border-radius:7px;color:#aa967b}.activity-list article>div{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.activity-list strong{font-size:11px;color:#97826a}.activity-list p{flex-basis:100%;font-size:11px;color:#b19f87;overflow-wrap:anywhere;white-space:pre-wrap}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:8px;line-height:1.6;padding:4px 7px;border:1px solid #e3ded4;color:#a39580;background:#f4f0e9;border-radius:5px;white-space:nowrap;font-weight:400}.status-badge.positive{color:#789570;background:#edf2e9;border-color:#dce7d5}.page-layout{overflow-y:auto;scrollbar-width:thin}.page-content{max-width:1120px;margin:auto;padding:42px 42px 65px}.page-heading{margin-bottom:34px}.page-heading>.eyebrow{font-size:8px;color:#ab9d88;letter-spacing:1.6px}.page-heading h1{font-size:36px;margin:13px 0 12px;letter-spacing:-.05em;font-weight:500;color:#544a3f}.page-heading>p{font-size:12px;color:#a2927c}.section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0 18px;flex-wrap:wrap}.section-toolbar h2{font-size:15px;letter-spacing:-.025em;color:#897961;font-weight:500}.section-toolbar>div>h2{font-size:21px;margin-bottom:7px}.section-toolbar p{font-size:11px;color:#b09f83}.section-toolbar>svg{color:#b09d81}.toolbar-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:23px}.projects-grid>button{padding:25px;text-align:left;border:1px solid #e5dcce;border-radius:10px;background:#fdfbf6;transition:border-color .18s}.projects-grid>button:hover{border-color:#b8a0ce;background:#f9f6fc}.projects-grid svg{color:#b7a2c3}.projects-grid h3{font-size:18px;margin:25px 0 22px;color:#968066;overflow-wrap:anywhere}.projects-grid>button>span{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#b09b7c}.project-selector-row{display:flex;gap:12px;align-items:center;font-size:10px;color:#aa987f;padding-bottom:15px;border-bottom:1px solid #e7ddcc}.project-selector-row select{font-size:11px;padding:8px 30px 8px 12px;max-width:300px;background:#fffdfa;border-color:#e4d8c6}.file-workspace{display:flex;min-height:510px;border:1px solid #e6ddcf;border-radius:10px;overflow:hidden;background:#fffefa}.file-tree{width:215px;flex-shrink:0;background:#f6f3ec;border-right:1px solid #e7dfd2;padding:12px 8px}.file-tree .panel-label{padding:0 7px;margin-bottom:6px}.file-tree .empty-state{padding:35px 9px}.file-tree .empty-state h3{font-size:12px}.file-tree .empty-state p{font-size:10px;color:#b4a389}.file-tree .empty-icon{background:#ece4d5;color:#b09b7b}.file-tree>.loading-state{padding:15px 7px;font-size:10px}.file-tree>.error-notice{font-size:10px;flex-direction:column}.file-row{display:flex;align-items:center;gap:8px;padding:10px 8px;font-size:10px;color:#a38e70;width:100%;border-radius:5px;text-align:left;min-width:0}.file-row:hover,.file-row.active{background:#eae2d6}.file-row>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-row>small{font-size:8px;margin-left:auto;white-space:nowrap;color:#bca98b}.file-row>svg{color:#bca98c}.file-editor{min-width:0;flex:1;display:flex;flex-direction:column}.file-editor>.empty-state{color:#b7a286}.file-editor>.empty-state h3{color:#a48b6b}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fbf8f2;border-bottom:1px solid #e9dfce;padding:10px 14px;min-height:53px;flex-shrink:0}.editor-toolbar>span{display:flex;align-items:center;gap:7px;min-width:0;color:#baa585}.editor-toolbar strong{font-size:10px;font-weight:500;color:#a58c6a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.editor-toolbar>div{display:flex;align-items:center;gap:5px}.editor-toolbar .icon-button{color:#baa383}.editor-toolbar .button{padding:7px 10px;font-size:10px;min-height:31px}.unsaved-dot{width:5px;height:5px;background:#ba9b70;border-radius:50%;flex-shrink:0}.code-editor{display:block;width:100%;min-height:420px;flex:1;padding:20px;border:0;border-radius:0;background:#fffdfa;resize:vertical;font-family:Cascadia Code,Consolas,monospace;font-size:12px;color:#6d6050;line-height:1.8;tab-size:2;box-shadow:none!important;white-space:pre;overflow:auto}.file-editor>.loading-state{padding:15px}.file-editor>.error-notice{margin:10px}.editor-footer{display:flex;align-items:center;gap:16px;font-size:8px;color:#b8a17e;border-top:1px solid #eaddc7;padding:10px 15px}.editor-footer>span:last-child{margin-left:auto}.save-notice{display:flex;align-items:center;gap:6px;padding:10px 15px;color:#819773;font-size:10px}.conflict-notice{background:#faf1e1;border:1px solid #e9d6b5;padding:14px;margin:5px 10px;border-radius:7px}.conflict-notice p{font-size:11px;color:#aa8751;margin-bottom:10px}.conflict-notice .button{font-size:10px;margin:4px 7px 4px 0}.knowledge-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.knowledge-profiles article{border:1px solid #e8e0d4;border-radius:10px;padding:22px;background:#fdfbf7}.knowledge-profiles h3{font-size:20px;margin:15px 0 11px;color:#88705e}.knowledge-profiles p{font-size:11px;color:#ab967e;margin-bottom:19px}.knowledge-profiles dl{font-size:9px;margin:20px 0 0;color:#b39b7b}.knowledge-profiles dl>div{display:flex;justify-content:space-between;gap:12px;margin-top:13px;line-height:1.6}.knowledge-profiles dd{margin:0;text-align:right;color:#978366}.knowledge-profiles .status-badge{margin-top:15px}.knowledge-search{display:flex;align-items:center;gap:12px;padding:7px 8px 7px 15px;border:1px solid #e6daca;border-radius:8px;background:#fffdf8;margin-bottom:20px}.knowledge-search>svg{color:#b7a183}.knowledge-search input{flex:1;min-width:0;border:0;padding:10px 0;background:transparent;box-shadow:none;font-size:11px}.knowledge-search select{padding:7px 10px;font-size:10px;background:#f7f1e8;border-color:#e7d9c3;color:#9e8667}.knowledge-search .button{font-size:10px;min-height:33px;padding:9px 13px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.capability-grid article{padding:22px;border:1px solid #e6dfd3;background:#fcfaf6;border-radius:9px;position:relative}.capability-icon{width:36px;height:36px;display:grid;place-items:center;background:#ede8df;border-radius:8px;color:#b19e83}.capability-icon.enabled{background:#eae3f3;color:#a18bb8}.capability-grid article>.status-badge{position:absolute;right:15px;top:26px}.capability-grid h3{font-size:15px;letter-spacing:-.03em;color:#927b60;margin:20px 0 9px}.capability-grid p{font-size:11px;color:#ac9679;line-height:1.8}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #e5d9c7;background:#fffdf8;border-radius:7px;padding:0 13px;color:#b7a080;min-width:0}.search-field input{border:0;background:transparent;box-shadow:none;font-size:11px;padding:11px 0;min-width:0}.skill-list,.connection-list,.upload-list{display:flex;flex-direction:column;gap:13px;margin:20px 0}.skill-list article,.connection-list article,.upload-list article{display:flex;align-items:center;gap:18px;padding:23px;background:#fcfaf5;border:1px solid #e7decd;border-radius:9px;min-width:0}.skill-icon,.connection-icon,.file-type-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:10px;background:#eee6d9;color:#b59d7c;flex-shrink:0}.skill-icon{background:#eae2f1;color:#ad96bf}.skill-list article>div,.connection-list article>div,.upload-list article>div{min-width:0;flex:1}.skill-list h3,.connection-list h3{font-size:16px;color:#958064;letter-spacing:-.025em;margin-bottom:8px}.skill-list p,.connection-list p{font-size:11px;color:#b19a79;line-height:1.8}.device-metadata{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:15px;font-size:9px;color:#b3a083}.device-metadata>a{display:flex;align-items:center;gap:4px;color:#a28bb5}.upload-form{display:flex;align-items:center;gap:15px;padding:25px;border:1px dashed #d9ccb7;background:#f9f5ed;border-radius:10px;margin-bottom:18px;flex-wrap:wrap;color:#b29a79}.upload-form label{font-size:11px;color:#a28a68}.upload-form input{font-size:10px;max-width:250px;flex:1;background:transparent;padding:7px;border:0}.upload-form input::file-selector-button{font-family:inherit;background:#eee5d6;color:#a08865;border:1px solid #dacbae;border-radius:5px;padding:8px;cursor:pointer;margin-right:9px}.upload-form>.button{margin-left:auto}.upload-list strong{font-size:12px;display:block;color:#a18965;overflow-wrap:anywhere}.upload-list article>div>span{font-size:9px;color:#b8a180;display:block;margin-top:8px}.upload-list .button{font-size:10px;color:#a68d68}.admin-invite{display:flex;align-items:flex-end;gap:12px;padding:23px;border:1px solid #e3d8c5;background:#faf6ee;border-radius:10px;margin-bottom:25px}.admin-invite label{display:flex;flex-direction:column;gap:10px;font-size:11px;color:#a28b67;flex:1}.admin-invite input{font-size:12px;border-color:#e0d3be;background:#fffdf9;min-width:0}.admin-invite .button{min-height:43px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:11px;color:#a28b68}.admin-table th{font-weight:500;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#b39b77;padding:14px 12px;border-bottom:1px solid #e6d9c4}.admin-table td{padding:17px 12px;border-bottom:1px solid #ece2d2;white-space:nowrap}.admin-table td:first-child{overflow-wrap:anywhere}.admin-table td:last-child{text-align:right}.admin-table .button{font-size:10px;min-height:30px;padding:6px 10px}.modal-search{margin-bottom:20px}.modal-search input{font-size:13px;width:100%;padding:14px 0}.search-results{display:flex;flex-direction:column;max-height:45dvh;overflow:auto}.search-results>button{display:flex;align-items:center;gap:11px;text-align:left;padding:13px 9px;border-radius:6px;font-size:12px}.search-results>button:hover{background:#f1edf6}.search-results>button>span:nth-child(2){flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results>button svg{color:#b49dc6}.annotation-banner{position:fixed;z-index:400;top:14px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:10px 13px;background:#483653;color:#fff;border-radius:8px;box-shadow:0 5px 30px #352b4b33;font-size:12px;max-width:calc(100vw - 25px)}.annotation-banner>.icon-button{color:#c9b6d7;background:#614869}.annotation-rect{position:fixed;z-index:390;pointer-events:none;border:2px solid #a37cc3;background:#aa7dc126;border-radius:3px}.annotation-json{font-size:11px;line-height:1.7;padding:15px;background:#f2edf7;border:1px solid #e4daee;border-radius:7px;white-space:pre-wrap;overflow-wrap:anywhere;max-height:330px;overflow:auto;color:#977fac}.workspace .page-heading h1,.workspace .section-toolbar h2,.workspace .knowledge-profiles h3,.workspace .projects-grid h3,.workspace .capability-grid h3,.workspace .skill-list h3,.workspace .connection-list h3{color:#4f4943}.workspace .page-heading>p,.workspace .section-toolbar p,.workspace .knowledge-profiles p,.workspace .capability-grid p,.workspace .skill-list p,.workspace .connection-list p{color:#80766a}.workspace .sidebar-nav>button{color:#736d62}.workspace .sidebar-nav>button.active{color:#705a8a}.workspace .sidebar-thread,.workspace .sidebar-project{color:#7c7265}.workspace .thread-title,.workspace .workspace-header>div{color:#8a7e6e}.workspace .chat-welcome>p{color:#8c8070}.workspace .suggestion-grid>button{color:#7d7060}.workspace .composer textarea{color:#5e5244}.workspace .markdown{color:#62594e}.workspace .sources-list strong{color:#857056}.workspace .sources-list p{color:#91816c}.workspace .upload-list strong,.workspace .admin-table,.workspace .file-row{color:#8a7558}.workspace .knowledge-mini dl,.workspace .knowledge-profiles dl{color:#978268}.workspace .small.muted{color:#978975}.workspace .status-badge{color:#887961}.workspace .status-badge.positive{color:#59784f}@media(min-width:1600px){.workspace-sidebar{width:270px}.page-content{padding-top:55px}.chat-welcome{padding-top:13vh}.messages-inner{max-width:820px}.context-panel{width:320px}.workspace .chat-welcome h1{font-size:39px}}@media(max-width:1320px){.landing-header{padding:0 44px}.hero{padding:65px 44px 0}.hero-actions{gap:19px}.principles-strip{margin:0 44px}.features-section,.personas-section{padding-left:44px;padding-right:44px}.waitlist-section{margin-left:44px;margin-right:44px;gap:50px}.landing-footer{padding-left:44px;padding-right:44px}.preview-scene{padding:54px 55px 68px}.hero h1{font-size:9.3vw}.hero-asterisk{font-size:7vw}.feature-card{padding-left:21px;padding-right:21px}.feature-art{margin-left:-21px;margin-right:-21px}.feature-card h3{font-size:17px}.context-panel{width:265px}.context-open .messages-inner,.context-open .composer-wrap{padding-left:25px;padding-right:25px}.workspace-sidebar{width:230px;padding:0 13px}.context-open .chat-welcome h1{font-size:29px}.context-open .suggestion-grid{grid-template-columns:1fr}.context-open .chat-welcome{padding-top:3vh}.context-open .suggestion-grid{margin-top:22px}.context-open .suggestion-grid>button{min-height:45px;padding:10px 13px}.page-content{padding:35px 30px 55px}.capability-grid{grid-template-columns:repeat(2,1fr)}.auth-layout{gap:70px}.auth-editorial h2{font-size:78px}.auth-asterisk{right:0;font-size:68px}}@media(max-width:1050px){.landing-nav,.landing-header-actions{gap:19px}.landing-header{padding:0 32px;height:88px}.hero{padding:60px 32px 0}.hero h1{font-size:10vw}.hero-bottom{align-items:flex-start}.hero-bottom>p{font-size:12px}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.hero-actions .button{padding:15px 22px}.hero-actions .text-link{font-size:11px}.preview-scene{padding:48px 25px 65px;margin-bottom:40px}.preview-note{padding:13px}.note-top{right:-10px}.note-bottom{left:0}.preview-sidebar{width:162px}.preview-content{padding:0 25px}.preview-toolbar{margin:0 -25px;padding:0 17px}.preview-body{min-height:419px}.preview-welcome h3{font-size:23px}.principles-strip{margin:0 32px;gap:20px}.principles-strip>span{display:none}.principles-strip>div{font-size:10px;gap:9px}.principles-strip>div svg{width:17px}.features-section,.personas-section{padding:90px 32px 0}.section-heading h2{font-size:43px}.section-heading>p{font-size:10px}.feature-grid,.persona-cards{gap:15px}.feature-card{padding:0 17px 25px}.feature-art{margin:0 -17px 20px;height:172px}.feature-card h3{font-size:16px;line-height:1.3}.feature-card p{font-size:11px}.tool-tile{width:44px;height:48px}.tools-art{gap:12px}.paper-card{left:calc(50% - 85px);width:145px;height:140px}.context-chip{font-size:8px;gap:6px;left:calc(50% - 75px);top:95px}.context-chip svg{width:13px}.sources-art{padding:26px 14px}.source-example{padding:10px 9px;gap:7px}.source-example strong{font-size:8px}.source-example div>span{font-size:7px}.source-example svg{width:13px}.persona-card{padding:22px}.persona-card p{font-size:10px;line-height:1.9}.waitlist-section{margin:90px 32px 0;padding:55px 0}.waitlist-section h2{font-size:65px}.waitlist-input{flex-direction:column;padding:6px}.waitlist-input .button{width:100%;padding:12px}.waitlist-form-wrap{width:46%}.waitlist-star{left:41%;font-size:48px}.landing-footer{padding-left:32px;padding-right:32px}.workspace-sidebar{width:218px;padding:0 12px}.context-panel{position:fixed;right:0;top:60px;bottom:0;z-index:40;width:300px;box-shadow:-15px 0 45px #4c362017}.context-open .chat-welcome{padding-top:8vh}.context-open .suggestion-grid{grid-template-columns:1fr 1fr;margin-top:30px}.context-open .suggestion-grid>button{min-height:58px}.workspace-header{padding:0 20px}.workspace-header>div{font-size:9px;gap:9px}.workspace-header .private-label{font-size:8px}.chat-subheader{padding-left:20px;padding-right:20px}.page-content{padding:30px 25px 50px}.file-tree{width:180px}.knowledge-profiles{grid-template-columns:1fr;gap:12px}.knowledge-profiles article{padding:18px;display:grid;grid-template-columns:auto 1fr;column-gap:13px;align-items:center}.knowledge-profiles article h3{margin:0;font-size:17px}.knowledge-profiles p{grid-column:2;margin:5px 0 0}.knowledge-profiles dl{grid-column:1/-1;display:flex;gap:30px;margin-top:13px}.knowledge-profiles dl>div{gap:15px;margin-top:0}.knowledge-profiles .status-badge{grid-column:1/-1;width:max-content;margin-top:10px}.projects-grid{grid-template-columns:1fr 1fr}.auth-editorial h2{font-size:66px}.auth-layout{gap:45px;margin-top:35px}.auth-asterisk{font-size:50px;top:130px}.auth-content>h1{font-size:30px}.auth-editorial>.eyebrow{font-size:8px}.upload-form input{max-width:100%;flex-basis:55%}.upload-form>.button{margin-left:0}}@media(max-width:760px){html{scroll-padding-top:75px}.landing-header{height:77px;padding:0 22px;gap:15px}.landing-header .brand{font-size:27px}.landing-header .brand img{width:28px;height:28px}.landing-nav{display:none;position:absolute;left:15px;right:15px;top:69px;z-index:20;flex-direction:column;gap:0;background:#fffdf8;border:1px solid #e6dfd2;box-shadow:0 15px 40px #594a3615;border-radius:10px;padding:13px;align-items:stretch}.landing-nav.open{display:flex}.landing-nav a{padding:14px}.landing-header-actions{gap:10px}.landing-header-actions .login-link{display:none}.landing-header-actions>.button{font-size:10px;padding:10px 12px;min-height:34px;gap:6px}.mobile-menu-button{display:inline-flex}.landing-header-actions .mobile-menu-button{width:27px}.hero{padding:45px 22px 0}.beta-pill{font-size:7px;letter-spacing:1.1px;gap:9px}.beta-pill svg{width:11px}.hero h1{font-size:clamp(49px,10.9vw,82px);line-height:1.06;margin:25px 0 24px;letter-spacing:-.07em}.hero-asterisk{font-size:9vw;margin-left:12px;line-height:1.4}.hero-bottom{display:block}.hero-bottom>p{font-size:12px;line-height:1.9;max-width:350px}.hero-actions{flex-direction:row;gap:23px;align-items:center;margin-top:26px}.hero-actions .button{min-width:0;padding:14px 17px;font-size:11px;gap:11px}.hero-actions .text-link{font-size:10px;gap:6px}.hero-caption{margin-top:33px;font-size:6px;letter-spacing:1px}.hero-number{font-size:6px}.preview-scene{padding:42px 0 57px;margin:15px -5px 21px}.preview-scene:before{inset:0 -30px}.product-preview{min-width:0;border-radius:8px;transform:rotate(-1.5deg)}.preview-chrome{height:25px;padding:0 9px;font-size:6px}.window-dots{gap:3px}.window-dots i{width:4px;height:4px}.preview-chrome>span:nth-child(2){font-size:6px;gap:4px}.preview-chrome img{width:9px}.preview-label{font-size:4px;letter-spacing:.6px}.preview-sidebar{width:108px;padding:16px 8px 10px}.preview-wordmark{font-size:16px;padding:0 5px 12px}.preview-nav{font-size:6px;padding:0 5px;gap:5px;min-height:22px}.preview-nav svg{width:9px;height:9px}.preview-nav>span:last-child:not(.tiny-dot){font-size:5px}.preview-section-label{font-size:4px;letter-spacing:.7px;margin:15px 5px 6px}.preview-user{font-size:5px;gap:4px}.mini-avatar{width:17px;height:17px;font-size:6px}.preview-content{padding:0 17px}.preview-toolbar{margin:0 -17px;padding:0 12px;font-size:5px;height:31px}.preview-toolbar>span{gap:5px}.preview-toolbar svg{width:8px}.preview-body{min-height:305px}.preview-welcome{margin-top:24px}.preview-star{font-size:31px}.preview-welcome>p{font-size:5px;margin-top:8px}.preview-welcome h3{font-size:18px;letter-spacing:-.8px;margin:5px 0 9px}.preview-persona{font-size:6px;padding:3px 4px;gap:4px}.preview-persona .persona-avatar.tiny{width:12px;height:12px;font-size:6px;border-radius:3px}.preview-persona svg{width:8px}.preview-prompts{gap:6px;margin:16px 0 11px}.preview-prompts>div{padding:8px 7px;gap:4px}.preview-prompts>div>svg:first-child{width:12px;height:12px;margin-bottom:1px}.preview-prompts strong{font-size:6px;line-height:1.5}.preview-prompts>div>span{font-size:5px;line-height:1.7}.preview-prompts>div>svg:last-child{width:8px;top:7px;right:7px}.preview-composer{padding:8px 8px 6px;border-radius:5px}.preview-composer>span{font-size:6px}.preview-composer>div{font-size:4px;margin-top:12px;gap:5px}.preview-composer>div>svg{width:10px}.preview-send{width:18px;height:18px;border-radius:4px}.preview-send svg{width:10px}.preview-footnote{font-size:4px;padding:6px 0 10px}.preview-note{padding:10px 12px;border-radius:6px;gap:8px}.note-top{top:16px;right:0}.note-icon{width:26px;height:26px;border-radius:6px}.note-icon svg{width:13px}.preview-note strong{font-size:7px}.preview-note div>span:not(.persona-avatar){font-size:5px;margin-top:2px}.note-spark{font-size:18px;margin-left:6px}.note-bottom{bottom:20px;left:5px;padding:11px 14px;gap:12px}.avatar-stack .persona-avatar{width:25px;height:25px;font-size:10px;border-width:2px;border-radius:7px}.note-bottom>svg{width:12px;margin-left:3px}.principles-strip{margin:0 22px;padding:22px 0;gap:14px;flex-wrap:wrap;justify-content:flex-start}.principles-strip>div{font-size:8px;gap:7px;flex:1;min-width:110px;line-height:1.7}.principles-strip svg{width:16px}.features-section,.personas-section{padding:65px 22px 0}.section-heading .eyebrow{font-size:7px}.section-heading h2{font-size:37px;margin-top:17px}.section-heading>p{position:static;font-size:11px;margin-top:20px}.feature-grid{grid-template-columns:1fr;gap:20px;margin-top:29px}.feature-card{padding:0 23px 25px}.feature-art{height:200px;margin-left:-23px;margin-right:-23px;margin-bottom:19px}.feature-card h3{font-size:21px;margin:10px 0}.feature-card p{font-size:12px;max-width:none}.paper-card{width:185px;height:158px;left:calc(50% - 97px);top:30px;padding:20px 22px}.paper-card span{font-size:12px}.context-chip{font-size:10px;top:102px;left:calc(50% - 46px);padding:13px;gap:9px}.context-chip svg{width:16px}.art-asterisk{right:45px;top:20px;font-size:45px}.tool-tile{width:65px;height:67px;border-radius:15px}.tools-art{gap:27px}.tools-art svg{width:27px;height:27px}.connection-lines{top:86px;width:70%}.art-label{font-size:8px}.sources-art{padding:32px 35px}.source-example{padding:15px;gap:15px}.source-example strong{font-size:11px}.source-example div>span{font-size:9px}.source-example svg{width:17px}.persona-cards{grid-template-columns:1fr;gap:17px;margin-top:28px}.persona-card{padding:25px 26px 27px;min-height:185px;overflow:hidden}.persona-art{position:absolute;right:27px;top:33px;width:115px;height:115px;opacity:.65}.persona-art span{width:45px;height:60px}.persona-art span:nth-child(2){height:88px;width:40px}.thalia .persona-art span{width:60px;height:60px}.persona-card-number{position:static;font-size:8px}.persona-card h3{font-size:30px;margin-top:18px}.persona-card p{font-size:11px;max-width:65%;margin:9px 0 12px;position:relative}.persona-card .text-link{font-size:10px}.personas-caption{font-size:9px;text-align:left;margin-top:17px;line-height:1.8}.waitlist-section{margin:65px 22px 0;padding:43px 0;display:block}.waitlist-section h2{font-size:65px;margin-top:18px}.waitlist-section .eyebrow{font-size:7px}.waitlist-section>div>p{font-size:12px}.waitlist-star{right:17px;left:auto;top:83px;font-size:58px}.waitlist-form-wrap{width:100%;padding-top:33px}.waitlist-input{flex-direction:row}.waitlist-input .button{width:auto;min-width:128px;padding:11px;font-size:10px}.waitlist-input input{font-size:11px;padding:10px 7px}.already-have-access{margin-top:23px;padding-top:20px}.landing-footer{padding:31px 22px 24px;gap:25px}.landing-footer>div:first-child{align-items:flex-start;flex-direction:column;gap:12px}.landing-footer>div:first-child>span{font-size:9px}.landing-footer>.button{font-size:10px;min-height:34px;padding:9px 12px}.footer-bottom{margin-top:10px;font-size:8px;gap:15px;flex-wrap:wrap}.footer-bottom>span:last-child{display:none}.auth-page{padding:0 24px}.auth-page>header{height:80px}.auth-layout{display:block;max-width:440px;margin:30px auto 60px;min-height:calc(100dvh - 225px)}.auth-editorial{display:none}.auth-content{max-width:none;padding:28px 0}.auth-content>h1{font-size:35px}.auth-content>.eyebrow{font-size:8px}.auth-content>p{font-size:12px}.auth-form{gap:22px}.auth-form input{font-size:16px;padding:14px}.auth-form label{font-size:12px}.auth-form .button{min-height:48px}.password-field .icon-button{top:11px}.auth-page>header>.text-link{font-size:10px}.auth-page>header .brand{font-size:26px}.auth-page>footer{font-size:8px}.workspace-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:100;width:270px;transform:translate(-100%);transition:transform .2s;box-shadow:20px 0 60px #3d2f2420;padding:0 17px}.workspace-sidebar.mobile-open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:99;background:#3a303756;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-close{display:flex;margin-left:auto}.sidebar-brand .beta-tag{display:none}.sidebar-brand{height:70px}.sidebar-nav>button{font-size:12px;min-height:38px;padding:10px}.sidebar-thread,.sidebar-project{font-size:11px;min-height:38px}.sidebar-account strong{font-size:11px}.sidebar-account div>span{font-size:9px}.new-task-button{font-size:12px;min-height:43px}.sidebar-search{font-size:11px;padding:15px 9px}.workspace-switcher strong{font-size:11px}.workspace-switcher div>span{font-size:10px}.workspace-header{height:58px;padding:0 15px;gap:10px}.workspace-header>div{font-size:10px;gap:9px}.workspace-header>div:first-child>.breadcrumb-home,.workspace-header>div:first-child>svg{display:none}.workspace-header>div:last-child{gap:12px}.workspace-header .private-label{font-size:8px}.workspace-header .icon-button{width:30px}.chat-subheader{padding:13px 20px 7px;min-height:59px}.persona-select{padding:5px 8px}.persona-select select{font-size:11px}.thread-title{font-size:10px}.chat-subheader>div{gap:10px}.messages-inner{padding:12px 23px 22px;max-width:620px}.chat-welcome,.context-open .chat-welcome{padding:6vh 0 10px}.chat-welcome-star{font-size:52px;margin-bottom:17px}.chat-welcome>.eyebrow{font-size:6px;letter-spacing:1.1px}.chat-welcome h1,.context-open .chat-welcome h1{font-size:30px;max-width:400px;line-height:1.2;margin-top:15px}.chat-welcome>p{font-size:11px;margin-top:14px}.suggestion-grid,.context-open .suggestion-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:30px}.suggestion-grid>button,.context-open .suggestion-grid>button{font-size:10px;padding:13px 11px;min-height:66px;gap:9px;line-height:1.6}.suggestion-grid>button>svg:first-child{width:16px}.suggestion-grid>button>svg:last-child{display:none}.composer-wrap,.context-open .composer-wrap{padding:8px 17px max(16px,env(safe-area-inset-bottom))}.composer textarea{font-size:16px;padding:15px 14px 8px;min-height:80px}.composer-tools{padding:2px 9px 10px}.composer-tools .icon-button{width:35px;height:35px}.send-button{width:36px;height:36px}.composer-persona{font-size:10px}.composer-footnote{font-size:8px;justify-content:center;margin-top:10px;text-align:center}.keyboard-hint{display:none}.message{font-size:12px}.markdown{font-size:13px}.message-heading{font-size:11px}.message-heading time{font-size:8px}.message-copy{font-size:10px;min-height:36px}.feedback-actions .icon-button{width:34px;height:34px}.context-panel{top:58px;width:min(340px,calc(100vw - 25px));z-index:80}.context-content .empty-state h3{font-size:14px}.context-content .empty-state p{font-size:11px}.context-heading h2{font-size:14px}.context-tabs>button{font-size:11px;padding:16px 2px}.context-heading .icon-button{width:32px;height:32px}.context-content{padding:22px}.knowledge-mini dl{font-size:10px}.knowledge-mini>div strong{font-size:12px}.context-footer{font-size:9px}.page-content{padding:30px 20px 50px}.page-heading{margin-bottom:28px}.page-heading h1{font-size:32px}.page-heading>p{font-size:12px}.page-heading>.eyebrow{font-size:7px}.section-toolbar{gap:12px;margin-top:23px}.section-toolbar h2{font-size:15px}.section-toolbar .button{font-size:10px}.capability-grid{grid-template-columns:1fr 1fr;gap:12px}.capability-grid article{padding:17px}.capability-grid article>.status-badge{position:static;margin-top:15px;font-size:8px;display:table}.capability-grid h3{font-size:14px;margin:16px 0 9px}.capability-grid p{font-size:10px;line-height:1.8}.knowledge-profiles article{padding:18px}.knowledge-profiles dl{font-size:9px;gap:18px}.knowledge-profiles dl>div{gap:8px}.knowledge-search{flex-wrap:wrap;gap:10px;padding:10px 12px}.knowledge-search input{font-size:16px;flex-basis:70%}.knowledge-search select{font-size:12px;flex:1;padding:9px}.knowledge-search .button{font-size:11px}.skill-list article,.connection-list article,.upload-list article{padding:18px;gap:13px;flex-wrap:wrap}.skill-list article>.status-badge,.connection-list article>.status-badge{margin-left:56px}.skill-list h3,.connection-list h3{font-size:15px}.skill-list p,.connection-list p{font-size:11px}.skill-list article>div,.connection-list article>div{flex-basis:calc(100% - 65px)}.connection-list .device-metadata{font-size:9px;gap:9px}.projects-grid{gap:13px}.projects-grid>button{padding:19px}.projects-grid h3{font-size:18px;margin:20px 0}.file-workspace{display:block;min-height:0}.file-tree{width:100%;max-height:205px;overflow:auto;border-right:0;border-bottom:1px solid #e6dccb;padding:9px}.file-tree .empty-state{padding:13px}.file-tree .empty-icon{display:none}.file-row{font-size:11px;min-height:38px}.file-tree .panel-label{margin-bottom:4px}.file-editor{min-height:400px}.code-editor{font-size:13px;min-height:360px;padding:16px}.editor-toolbar{padding:10px}.editor-toolbar strong{font-size:11px}.editor-toolbar .button{font-size:11px;min-height:35px}.editor-toolbar .icon-button{width:35px}.editor-footer{font-size:8px;gap:10px}.project-selector-row select{font-size:13px;flex:1}.project-files .section-toolbar{align-items:flex-start;flex-direction:column;gap:14px}.project-files .toolbar-actions{width:100%;justify-content:space-between}.toolbar-actions .button{font-size:10px;padding:9px 11px;min-height:36px}.upload-form{padding:20px;gap:15px}.upload-form label{font-size:11px}.upload-form>svg{width:24px}.upload-form input{font-size:11px;flex-basis:100%;padding:0}.upload-form>.button{width:100%;margin-top:3px;font-size:11px}.upload-list article>div{flex-basis:calc(100% - 60px)}.upload-list article>.button{margin-left:56px;font-size:11px}.upload-list strong{font-size:12px}.upload-list article>div>span{font-size:10px}.admin-invite{flex-direction:column;align-items:stretch;padding:19px}.admin-invite input{font-size:16px}.admin-invite>.button{font-size:11px}.admin-table{font-size:10px}.admin-table th,.admin-table td{padding:13px 8px}.admin-table th{font-size:8px}.modal{padding:23px}.modal-header h2{font-size:23px}.modal input,.modal textarea{font-size:16px}.modal-actions .button,.modal .stack-form label{font-size:12px}.annotation-banner{font-size:10px;gap:7px;left:12px;right:12px;transform:none;max-width:none}.annotation-banner .icon-button{margin-left:auto}.error-notice{font-size:11px}.empty-state{padding:40px 20px}.empty-state h3{font-size:16px}.empty-state p{font-size:12px}}@media(max-width:390px){.hero h1{font-size:10.7vw}.hero-actions{gap:17px}.hero-actions .button{padding:13px 15px;font-size:10px}.hero-actions .text-link{font-size:9px}.preview-sidebar{width:91px}.preview-nav{font-size:5px;gap:4px;padding:0 3px}.preview-section-label{font-size:3.5px;margin-left:3px}.preview-content{padding:0 12px}.preview-toolbar{margin:0 -12px;padding:0 9px}.preview-welcome h3{font-size:16px}.preview-prompts strong{font-size:5.5px}.preview-prompts>div>span{font-size:4.5px}.preview-composer>div>span:not(.preview-send){font-size:3.5px}.note-top{right:-5px}.waitlist-input{flex-direction:column}.waitlist-input .button{width:100%}.waitlist-input input{padding:12px}.landing-footer{align-items:flex-start}.landing-footer>.button{font-size:9px}.chat-welcome h1,.context-open .chat-welcome h1{font-size:27px}.messages-inner{padding-left:18px;padding-right:18px}.chat-welcome,.context-open .chat-welcome{padding-top:4vh}.chat-welcome>.eyebrow{font-size:5.5px}.suggestion-grid>button,.context-open .suggestion-grid>button{font-size:9px;padding:11px;gap:8px}.workspace-header .private-label{display:none}.capability-grid{grid-template-columns:1fr}.capability-grid article>.status-badge{position:absolute;right:17px;top:21px;margin:0}.knowledge-profiles dl{flex-direction:column;gap:9px}.knowledge-profiles dl>div{justify-content:space-between}.landing-header-actions>.button{font-size:9px}.principles-strip>div{min-width:85px;font-size:7px;gap:6px}.principles-strip svg{width:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.button:not(:disabled):hover{transform:none}}
