:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#202020;--card:#fff;--muted:#f5f5f5;--muted-foreground:#737373;--primary:#202020;--primary-foreground:#fff;--border:#e7e7e7;--sidebar:#fafafa;--green:#28734a;--green-bg:#edf7f0;--amber:#946018;--amber-bg:#fff5e4;--red:#aa3c3c;--red-bg:#fff3f2;--blue:#396297;--radius:12px;--font-sans:Inter,"Segoe UI",ui-sans-serif,system-ui,sans-serif;--font-mono:"JetBrains Mono",Consolas,ui-monospace,monospace}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.55}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{letter-spacing:-1px;font-size:30px;font-weight:650;line-height:1.24}h2{letter-spacing:-.4px;font-size:18px;font-weight:600;line-height:1.35}h3{font-size:14px;font-weight:600;line-height:1.5}svg{flex:none}input,select,textarea{border:1px solid var(--border);background:var(--card);border-radius:7px;width:100%;min-width:0;padding:10px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}input:hover,select:hover,textarea:hover{border-color:#c8c8c8}input:focus,textarea:focus,select:focus{border-color:#737373;outline:0;box-shadow:0 0 0 3px #20202008}textarea{resize:vertical;min-height:76px}input:read-only,textarea:read-only{background:var(--sidebar)}input::placeholder,textarea::placeholder{color:#737373}select{cursor:pointer}pre{font-family:var(--font-mono)}strong{font-weight:600}button{text-align:inherit}progress{width:100%;height:5px;accent-color:var(--primary);border:0;border-radius:5px;overflow:hidden}progress::-webkit-progress-bar{background:#eaeaea}progress::-webkit-progress-value{background:var(--primary)}.grow{flex:1;min-width:0}.flex{align-items:center;gap:9px;display:flex}.between{justify-content:space-between;align-items:center;gap:12px;display:flex}.wrap{flex-wrap:wrap}.stack{flex-direction:column;gap:24px;min-width:0;display:flex}.muted{color:var(--muted-foreground)}.mono{font-family:var(--font-mono);font-size:11px}.mt{margin-top:20px}.full{width:100%}.eyebrow{color:var(--muted-foreground);letter-spacing:1.6px;text-transform:uppercase;font-size:10px;font-weight:600;display:block}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip{background:var(--primary);color:var(--primary-foreground);z-index:100;border-radius:8px;padding:12px 18px;position:fixed;top:10px;left:-1000px}.skip:focus{left:10px}.btn{border:1px solid var(--border);background:var(--card);white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:12px;font-weight:550;line-height:1.4;transition:background .15s,border-color .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--muted);border-color:#cecece}.btn svg{width:16px;height:16px}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.btn.primary:hover:not(:disabled){background:#383838;border-color:#383838}.btn.ghost{background:0 0;border-color:#0000}.btn.small{min-height:32px;padding:6px 10px;font-size:11px}.btn.icon{width:36px;min-height:36px;padding:6px}.btn.danger{background:var(--red);border-color:var(--red);color:#fff}.btn.danger:hover:not(:disabled){background:#913232;border-color:#913232}.text-button{text-underline-offset:3px;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;font-weight:550;display:inline-flex}.text-button:hover{text-decoration:underline}.text-button svg{width:14px;height:14px}.badge{background:var(--muted);max-width:100%;color:var(--muted-foreground);white-space:nowrap;border-radius:5px;align-items:center;gap:6px;padding:4px 8px;font-size:10px;font-weight:500;display:inline-flex}.badge.good{background:var(--green-bg);color:var(--green)}.badge.warn{background:var(--amber-bg);color:var(--amber)}.dot{background:currentColor;border-radius:50%;flex:none;width:4px;height:4px}.notice{color:#6d6354;overflow-wrap:anywhere;background:#fcfaf6;border:1px solid #e6e2db;border-radius:8px;align-items:flex-start;gap:10px;margin:16px 0;padding:13px 15px;font-size:12px;display:flex}.notice>svg{width:16px;height:16px;margin-top:2px}.notice.error{background:var(--red-bg);color:var(--red);border-color:#efd4d2}.notice p{margin-top:7px}.notice .text-button{margin-left:8px}.loading{color:var(--muted-foreground);justify-content:center;align-items:center;gap:11px;padding:45px 12px;font-size:12px;display:flex}.spinner{border:1.5px solid;border-right-color:#0000;border-radius:50%;flex:none;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.boot{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.boot-error{z-index:10;width:min(500px,100% - 40px);position:fixed;bottom:12px;right:20px}.avatar{color:#706555;background:#efede8;border:1px solid #e5e1da;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:600;display:inline-flex}.avatar.neutral{background:var(--muted);border-color:var(--border);color:#646464}.brand{letter-spacing:-.75px;white-space:nowrap;align-items:center;gap:10px;font-size:22px;font-weight:650;display:inline-flex}.brandmark{width:30px;height:33px;color:var(--foreground);place-items:center;display:grid}.brandmark svg{width:28px;height:32px}.brand-dot{color:var(--muted-foreground);align-self:flex-start;margin-top:3px;margin-left:-6px;font-size:9px;font-weight:400}.shell{grid-template-columns:232px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:35;background:var(--sidebar);border-right:1px solid var(--border);scrollbar-width:thin;flex-direction:column;width:232px;padding:28px 16px 16px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand-link{align-self:flex-start;margin:0 7px 28px}.create-project-side{width:100%;margin-bottom:22px}.nav{flex-direction:column;gap:4px;display:flex}.nav a{color:var(--muted-foreground);border-radius:7px;align-items:center;gap:10px;padding:10px 11px;font-size:12px;display:flex}.nav a:hover,.nav a.active{color:var(--foreground);background:#ededed}.nav a.active{font-weight:600}.nav svg{width:17px;height:17px}.nav-count{font-family:var(--font-mono);margin-left:auto;font-size:10px;font-weight:400}.nav-label{color:#737373;border:1px solid var(--border);border-radius:4px;margin-left:auto;padding:0 4px;font-size:9px;line-height:17px}.side-label{letter-spacing:1.2px;color:#737373;margin:34px 11px 10px;font-size:9px;font-weight:600}.recent-projects{flex-direction:column;gap:3px;display:flex}.recent-projects a{color:#737373;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:11px;display:flex}.recent-projects a>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-projects a:hover,.recent-projects a.selected{color:#282828;background:#f0f0f0}.project-dot{background:#90959a;border-radius:2px;flex:none;width:6px;height:6px}.side-empty{color:#737373;padding:7px 11px;font-size:11px;line-height:1.6}.side-bottom{margin-top:auto;padding-top:40px}.side-note{color:#737373;align-items:center;gap:9px;padding:15px 9px 22px;font-size:10px;line-height:1.6;display:flex}.side-note svg{width:15px;height:15px}.profile{border-top:1px solid var(--border);align-items:center;gap:8px;padding-top:17px;display:flex}.profile-text{flex:1;min-width:0}.profile strong{text-overflow:ellipsis;font-size:11px;font-weight:550;display:block;overflow:hidden}.profile small{color:#737373;margin-top:2px;font-size:9px;display:block}.profile .btn.icon{width:27px;min-height:29px}.profile .btn.icon svg{width:15px;height:15px}.workspace{flex-direction:column;grid-column:2;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;height:70px;padding:0 38px;display:flex}.topbar-left{align-items:center;gap:9px;min-width:0;display:flex}.breadcrumbs{color:#737373;align-items:center;gap:11px;min-width:0;font-size:11px;display:flex}.breadcrumbs a{white-space:nowrap}.breadcrumbs a:hover{color:#333}.breadcrumbs svg{color:#737373;width:12px;height:12px}.breadcrumbs>span{color:#454545;text-overflow:ellipsis;white-space:nowrap;max-width:460px;overflow:hidden}.release-tag{letter-spacing:.3px;color:#737373;border:1px solid var(--border);border-radius:5px;flex:none;padding:4px 7px;font-size:9px}.page{outline:none;flex:1;width:100%;min-width:0;max-width:1520px;margin:0 auto;padding:37px 38px 60px}.page-footer{border-top:1px solid var(--border);color:#737373;justify-content:space-between;gap:15px;padding:18px 38px;font-size:10px;display:flex}.page-footer>span:first-child{color:#747474;font-weight:550}.page-head{justify-content:space-between;align-items:center;gap:22px;margin-bottom:32px;display:flex}.page-head .eyebrow{margin-bottom:11px}.page-head p{color:var(--muted-foreground);max-width:650px;margin-top:9px;font-size:12px}.mobile-menu,.sidebar-shade{display:none}.toolbar{justify-content:space-between;align-items:center;gap:20px;margin:24px 0 18px;display:flex}.section-count{white-space:nowrap;font-size:12px;font-weight:550}.section-count>span{color:#737373;background:var(--muted);border-radius:4px;margin-left:8px;padding:2px 6px;font-size:10px;font-weight:400}.search-input{border:1px solid var(--border);background:#fff;border-radius:7px;align-items:center;gap:8px;width:250px;padding:0 10px;display:flex}.search-input>svg{color:#737373;width:15px;height:15px}.search-input input{background:0 0;border:0;padding:9px 0;font-size:11px;box-shadow:none!important;outline:none!important}.search-input:focus-within{border-color:#8d8d8d}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.project-card{border:1px solid var(--border);background:#fff;border-radius:11px;flex-direction:column;align-items:stretch;min-width:0;min-height:233px;padding:21px;transition:transform .15s,border-color .15s;display:flex}.project-card:hover{border-color:#737373;transform:translateY(-2px)}.card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.folder-tile{background:var(--muted);border:1px solid #ececec;border-radius:9px;place-items:center;width:37px;height:37px;display:grid}.folder-tile svg{width:19px;height:19px}.role-label{color:#737373;font-size:9px}.project-card h2{letter-spacing:-.2px;overflow-wrap:anywhere;margin-top:19px;font-size:15px}.project-card p{color:#737373;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.card-footer{color:#737373;border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:16px;font-size:10px;display:flex}.project-card p+.card-footer{margin-top:22px}.card-footer svg{color:#555;width:15px;height:15px}.create-card{text-align:center;color:#767676;background:#fdfdfd;border-style:dashed;justify-content:center;align-items:center}.create-card h2{margin-top:13px;font-weight:500}.create-card p{max-width:180px}.new-circle{border:1px solid var(--border);border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.new-circle svg{width:17px;height:17px}.first-project{text-align:center;border:1px solid var(--border);background:linear-gradient(#fff,#fdfdfd);border-radius:12px;padding:48px 30px 38px}.first-project h2{letter-spacing:-.7px;margin:11px 0;font-size:25px}.first-project>p{color:#737373;max-width:440px;margin:0 auto 24px;font-size:12px;line-height:1.8}.first-project-visual{width:160px;height:118px;margin:0 auto 15px;position:relative}.paper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:83px;height:98px;position:absolute;top:0;left:39px}.paper.back{background:#f6f6f6;top:2px;left:25px;transform:rotate(-12deg)}.paper.front{padding:17px 13px;transform:rotate(7deg);box-shadow:0 8px 15px #00000005}.paper.front>svg{color:#666;width:23px;height:23px;margin-bottom:7px}.paper.front>span{background:#ededed;border-radius:2px;width:100%;height:3px;margin-top:6px;display:block}.paper.front>span:last-child{width:65%}.first-project-details{color:#737373;border-top:1px solid #ededed;justify-content:center;align-items:center;gap:25px;margin:35px auto 0;padding-top:24px;font-size:10px;display:flex}.first-project-details span{align-items:center;gap:6px;display:flex}.first-project-details svg{width:14px;height:14px}.panel{border:1px solid var(--border);background:var(--card);border-radius:11px;min-width:0;overflow:hidden}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:18px 21px;display:flex}.panel-head h2{letter-spacing:-.2px;font-size:14px}.panel-head p{color:var(--muted-foreground);margin-top:4px;font-size:11px}.panel-head>svg{color:#737373;width:18px;height:18px}.panel-body{padding:22px}.panel-body>p{font-size:12px;line-height:1.8}.panel-note{border-top:1px solid var(--border);background:var(--sidebar);color:#737373;align-items:flex-start;gap:8px;padding:13px 18px;font-size:10px;line-height:1.7;display:flex}.panel-note svg{width:13px;height:13px;margin-top:2px}.empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:46px 25px;display:flex}.empty-icon{background:var(--muted);border:1px solid var(--border);color:gray;border-radius:10px;place-items:center;width:39px;height:39px;margin-bottom:1px;display:grid}.empty-icon svg{width:20px;height:20px}.empty h2{font-size:15px;font-weight:550}.empty p{color:#737373;max-width:440px;font-size:12px;line-height:1.8}.empty .btn{margin-top:4px}.section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:23px;display:flex}.section-head h2{letter-spacing:-.5px;font-size:20px}.section-head p{color:var(--muted-foreground);margin-top:6px;font-size:12px}.back-link{color:#737373;align-items:center;gap:5px;margin-bottom:22px;font-size:10px;display:inline-flex}.back-link svg{width:12px;height:12px}.back-link:hover{color:#222}.project-head{align-items:flex-start;margin-bottom:23px}.project-heading{align-items:flex-start;gap:15px;min-width:0;display:flex}.project-heading>div{min-width:0}.project-heading h1{overflow-wrap:anywhere;font-size:28px}.project-heading .eyebrow{margin-bottom:5px;font-size:9px}.project-heading p{white-space:pre-wrap;overflow-wrap:anywhere;max-width:700px}.project-title-icon{border:1px solid var(--border);background:#fdfdfd;border-radius:10px;flex:none;place-items:center;width:45px;height:47px;margin-top:3px;display:grid}.tabs{border-bottom:1px solid var(--border);align-items:center;gap:26px;margin-bottom:28px;display:flex;overflow-x:auto}.tabs a{color:#737373;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:13px 0;font-size:12px;display:flex}.tabs a svg{width:15px;height:15px}.tabs a.active{color:#222;border-color:#222;font-weight:550}.overview-summary{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px;padding:20px 0;display:grid}.overview-summary>div{border-right:1px solid var(--border);padding:0 23px}.overview-summary>div:first-child{padding-left:0}.overview-summary>div:last-child{border-right:0}.overview-summary .muted{margin-bottom:6px;font-size:10px;display:block}.overview-summary strong{align-items:center;gap:9px;font-size:14px;font-weight:550;display:flex}.overview-summary small{color:#737373;font-size:10px;font-weight:400}.overview-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:25px;display:grid}.count-inline{color:#737373;margin-left:5px;font-size:10px}.field{flex-direction:column;gap:7px;margin:0 0 18px;display:flex}.field>label{color:#545454;font-size:11px;font-weight:550}.field>small{color:#737373;font-size:10px;line-height:1.6}.grid2{grid-template-columns:1fr 1fr;gap:17px;display:grid}.form-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:15px;margin-top:24px;padding-top:18px;display:flex}.saved-note{color:var(--green);align-items:center;gap:5px;font-size:11px;display:inline-flex}.saved-note svg{width:14px;height:14px}.form-section-head{justify-content:space-between;align-items:center;gap:10px;margin:23px 0 13px;display:flex}.form-section-head h3{font-size:12px;font-weight:550}.form-section-head .text-button{font-size:10px}.question-card{background:var(--sidebar);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:10px;padding:12px;display:flex}.question-number{font-family:var(--font-mono);color:#737373;padding-top:11px;font-size:10px}.question-card input{background:#fff}.question-card textarea{background:#fff;min-height:56px;margin-top:7px;font-size:11px}.question-card>.btn.icon{width:25px;min-height:30px;padding:4px}.question-card>.btn.icon svg{width:13px;height:13px}.required-material{background:var(--sidebar);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:7px;margin-bottom:10px;padding:10px;display:flex}.required-material input+input{margin-top:6px;font-size:11px}.required-material>select{flex:none;width:106px;padding-inline:6px;font-size:10px}.required-material>.btn.icon{width:24px;min-height:30px;padding:3px}.required-material>.btn.icon svg{width:12px;height:12px}.assignment-row{border-bottom:1px solid var(--border);gap:12px;padding:20px;display:flex}.assignment-row:last-child{border-bottom:0}.assignment-row h3{overflow-wrap:anywhere;font-size:12px}.assignment-row p{color:#737373;white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0;font-size:11px;line-height:1.8}.list-icon{border:1px solid var(--border);color:#737373;border-radius:7px;flex:none;place-items:center;width:31px;height:34px;display:grid}.list-icon svg{width:15px;height:15px}.row-meta{color:#737373;flex-wrap:wrap;gap:15px;margin-top:10px;font-size:9px;display:flex}.row-meta span{align-items:center;gap:5px;display:flex}.row-meta svg{width:11px;height:11px}.party-row{border-bottom:1px solid var(--border);gap:9px;padding:16px 19px;display:flex}.party-row:last-child{border:0}.party-row>div{min-width:0}.party-row strong{overflow-wrap:anywhere;font-size:11px;font-weight:550;display:block}.party-row small{color:#737373;overflow-wrap:anywhere;margin-top:3px;font-size:9px;display:block}.party-row .avatar{width:28px;height:28px;font-size:9px}.subtle-card{border:1px solid var(--border);background:var(--sidebar);border-radius:11px;padding:23px}.subtle-card .eyebrow{margin-bottom:12px;font-size:9px}.subtle-card h3{font-size:14px}.subtle-card p{color:#737373;margin:9px 0 18px;font-size:11px;line-height:1.8}.subtle-card .btn{font-size:11px}.member-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px 23px;display:flex}.member-row:last-child{border:0}.member-row strong{overflow-wrap:anywhere;font-size:12px;font-weight:550;display:block}.member-row small{color:#737373;margin-top:3px;font-size:10px;display:block}.role-guide{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:26px;padding:0 5px;display:grid}.role-guide strong{font-size:11px;font-weight:550}.role-guide p{color:#737373;margin-top:6px;font-size:11px;line-height:1.7}.dropzone{text-align:left;background:#fcfcfc;border:1px dashed #d5d5d5;border-radius:10px;align-items:center;gap:16px;width:100%;padding:25px 24px;transition:border-color .15s,background .15s;display:flex}.dropzone:hover,.dropzone.dragover{background:#f5f5f5;border-color:#666}.dropzone>span:nth-child(2){flex:1;min-width:0}.dropzone strong{font-size:12px;font-weight:550;display:block}.dropzone small{color:#737373;margin-top:5px;font-size:10px;line-height:1.7;display:block}.dropzone>svg{color:#737373;width:17px;height:17px}.upload-icon{border:1px solid var(--border);color:#666;background:#fff;border-radius:10px;flex:none;place-items:center;width:44px;height:44px;display:grid}.upload-icon svg{width:21px;height:21px}.upload-list{border:1px solid var(--border);border-radius:9px;margin:15px 0;padding:0 15px 13px}.upload-entry{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:13px 0;display:flex}.upload-entry>svg{width:16px;height:16px;color:var(--green)}.upload-entry.failed>svg{color:var(--red)}.upload-entry>div{flex:1;min-width:0}.upload-entry strong{overflow-wrap:anywhere;font-size:11px;display:block}.upload-entry small{color:#737373;overflow-wrap:anywhere;margin-top:3px;font-size:10px;display:block}.upload-entry.failed small{color:var(--red)}.upload-list>.text-button{color:#737373;margin-top:12px;font-size:10px}.jobs-list{grid-template-columns:1fr;gap:10px;margin-top:17px;display:grid}.job-status{border:1px solid var(--border);background:var(--sidebar);border-radius:8px;padding:16px 18px;font-size:11px}.job-status .flex>svg{color:#737373;width:14px;height:14px}.job-status strong{font-weight:550}.job-status small{color:#737373;margin-top:9px;font-size:9px;display:block}.job-status p{color:var(--red);overflow-wrap:anywhere;margin-top:10px}.job-status progress{margin-top:14px}.job-status.has-error{background:snow;border-color:#ebd4d0}.material-header,.material-row{grid-template-columns:minmax(0,1fr) 130px 100px 74px;align-items:center;gap:16px;display:grid}.material-header{background:var(--sidebar);color:#737373;padding:12px 20px;font-size:10px}.material-row{border-top:1px solid var(--border);padding:17px 20px}.material-row:hover{background:#fdfdfd}.material-name{background:0 0;border:0;align-items:center;gap:12px;min-width:0;padding:0;display:flex}.material-name>span:last-child{min-width:0}.material-name strong{overflow-wrap:anywhere;font-size:12px;font-weight:550;display:block}.material-name small{color:#737373;overflow-wrap:anywhere;margin-top:4px;font-size:9px;display:block}.file-tile{color:#737373;background:#fff;border:1px solid #dedede;border-radius:6px;flex:none;place-items:center;width:33px;height:39px;display:grid;position:relative}.file-tile:after{content:"";border-bottom:7px solid #dedede;border-right:7px solid #fff;position:absolute;top:-1px;right:-1px}.file-tile svg{width:17px;height:17px}.material-row>.badge{justify-self:start}.material-date{color:#737373;font-size:10px}.material-actions{justify-content:flex-end;display:flex}.material-actions>.btn.icon{width:30px;min-height:30px;padding:5px}.material-actions svg{width:14px;height:14px}.research-box{border:1px solid var(--border);background:var(--sidebar);border-radius:11px;padding:20px 22px 16px}.search-modes{gap:7px;margin-bottom:19px;display:flex}.search-modes button{color:#737373;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;display:flex}.search-modes svg{width:14px;height:14px}.search-modes button.active{border-color:var(--border);color:#333;background:#fff;box-shadow:0 1px 2px #00000003}.research-form{background:#fff;border:1px solid #dedede;border-radius:8px;align-items:center;gap:12px;padding:6px 6px 6px 15px;display:flex}.research-form>svg{color:#737373;width:18px;height:18px}.research-form>input{box-shadow:none;background:0 0;border:0;padding:10px 0;font-size:13px}.research-form:focus-within{border-color:#737373}.research-form>.btn{padding:9px 18px}.search-note{color:#737373;align-items:flex-start;gap:7px;margin-top:13px;font-size:10px;line-height:1.7;display:flex}.search-note>svg{width:13px;height:13px;margin-top:2px}.results-heading{color:#737373;justify-content:space-between;gap:15px;margin:29px 0 16px;font-size:11px;display:flex}.results-heading>span:last-child{color:#737373;font-size:10px}.search-results{border:1px solid var(--border);border-radius:10px;overflow:hidden}.search-result{border-bottom:1px solid var(--border);align-items:flex-start;gap:20px;padding:24px;display:flex}.search-result:last-child{border:0}.result-number{font-size:10px;font-family:var(--font-mono);color:#737373;padding-top:2px}.result-source{color:#737373;flex-wrap:wrap;align-items:center;gap:7px;font-size:10px;display:flex}.result-source>svg{width:12px;height:12px}.search-result h3{overflow-wrap:anywhere;margin-top:9px;font-size:14px}.search-result h3>a{align-items:center;gap:6px;display:inline-flex}.search-result h3>a:hover{text-underline-offset:3px;text-decoration:underline}.search-result h3 svg{width:13px;height:13px}.search-result p{color:#737373;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:9px;font-size:12px;line-height:1.9}.result-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:15px;display:flex}.result-actions>.muted{font-size:10px}.result-actions .text-button{font-size:11px}.search-intro{text-align:center;color:#737373;padding:60px 25px 30px}.search-intro>svg{stroke-width:1.2px;width:26px;height:26px;margin-bottom:16px}.search-intro h3{color:#666;font-size:15px;font-weight:500}.search-intro p{max-width:460px;margin:11px auto 0;font-size:12px;line-height:1.8}.modal{width:min(540px,100% - 32px);max-height:calc(100dvh - 48px);color:var(--foreground);background:#fff;border:1px solid #ddd;border-radius:12px;padding:0;overflow:auto;box-shadow:0 18px 80px #0002}.modal::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#17171766}.modal.wide{width:min(1010px,100% - 40px)}.modal-head{border-bottom:1px solid var(--border);z-index:1;background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:18px 23px;display:flex;position:sticky;top:0}.modal-head h2{overflow-wrap:anywhere;font-size:17px}.modal-head>.btn{flex:none}.modal-body{padding:23px}.modal-body>.muted{margin-bottom:22px;font-size:12px;line-height:1.8}.modal-body>p:not(.muted){overflow-wrap:anywhere;font-size:13px;line-height:1.8}.modal-foot{border-top:1px solid var(--border);background:var(--sidebar);justify-content:flex-end;align-items:center;gap:9px;padding:16px 23px;display:flex}.modal-body .field:last-child{margin-bottom:0}.document-viewer{padding:0 24px 24px}.document-toolbar{justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.version-select{color:#737373;align-items:center;gap:10px;min-width:0;font-size:10px;display:flex}.version-select select{width:auto;max-width:100%;padding:7px 10px;font-size:11px}.source-meta{color:#737373;border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:15px;padding:0 0 16px;font-size:10px;display:flex}.source-meta>span,.source-meta>a{align-items:center;gap:5px;display:flex}.source-meta svg{width:12px;height:12px}.source-meta>a{color:#545454}.source-meta>a:hover{text-decoration:underline}.viewer-tabs{border-bottom:1px solid var(--border);gap:24px;margin:0 0 17px;display:flex;overflow-x:auto}.viewer-tabs>button{color:#737373;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 0 12px;font-size:11px}.viewer-tabs>button.active{color:#222;border-bottom-color:#222}.document-read-note{color:#737373;align-items:flex-start;gap:7px;margin:12px 0 18px;font-size:10px;display:flex}.document-read-note>svg{width:13px;height:13px;margin-top:1px}.markdown-preview{white-space:pre-wrap;overflow-wrap:anywhere;font-family:var(--font-sans);border:1px solid var(--border);background:#fdfdfd;border-radius:8px;min-height:180px;max-height:60vh;margin:0;padding:27px 32px;font-size:13px;line-height:1.9;overflow:auto}.provenance dl{background:var(--sidebar);border:1px solid var(--border);border-radius:8px;margin:0 0 20px;padding:17px}.provenance dl>div{grid-template-columns:95px minmax(0,1fr);gap:15px;padding:5px 0;font-size:11px;display:grid}.provenance dt{color:#737373}.provenance dd{overflow-wrap:anywhere;margin:0}.source-blocks article{border:1px solid var(--border);border-radius:8px;margin-bottom:12px;padding:18px;scroll-margin-top:90px}.source-blocks article.selected{background:#fffdf6;border-color:#a69b81;box-shadow:0 0 0 2px #baae9322}.source-blocks article>.between{font-size:10px}.source-blocks article p{white-space:pre-wrap;overflow-wrap:anywhere;margin:12px 0;font-size:12px;line-height:1.9}.source-blocks article small{color:#737373;overflow-wrap:anywhere;font-size:9px}.provenance details{border-top:1px solid var(--border);color:#737373;margin-top:20px;padding-top:15px;font-size:11px}.provenance summary{cursor:pointer}.provenance details>pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--sidebar);border:1px solid var(--border);border-radius:7px;max-height:300px;margin:12px 0 0;padding:18px;font-size:10px;overflow:auto}.auth-layout{grid-template-columns:1.02fr 1fr;min-height:100vh;display:grid}.auth-story{color:#f7f7f7;background:#202122;flex-direction:column;min-height:100vh;padding:47px 58px 32px;display:flex}.auth-story .brandmark{color:#f3f3f3}.auth-story .brand-dot{color:#737373}.auth-copy{margin:auto 0;padding:70px 0 90px}.auth-copy>.eyebrow{color:#737373;letter-spacing:1.8px;font-size:10px}.auth-copy h1{letter-spacing:-1.7px;max-width:560px;margin-top:23px;font-size:43px;font-weight:500;line-height:1.22}.auth-copy h1 span{color:#919394}.auth-copy>p{color:#a7a9aa;max-width:380px;margin-top:23px;font-size:13px;line-height:1.9}.auth-diagram{align-items:center;max-width:500px;margin-top:47px;display:flex}.auth-diagram>div{background:#252628;border:1px solid #3c3e3f;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;min-width:0;padding:16px 11px;display:flex}.auth-diagram svg{color:#737373;width:18px;height:18px;margin-bottom:17px}.auth-diagram span{color:#ddd;font-size:11px;font-weight:500}.auth-diagram small{color:#727576;white-space:nowrap;margin-top:4px;font-size:9px}.auth-diagram i{background:#505253;flex:none;width:15px;height:1px;display:block}.auth-story footer{color:#737373;justify-content:space-between;align-items:center;gap:15px;font-size:10px;display:flex}.auth-story footer>span{color:#6e7172;font-size:9px}.auth-form-side{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:45px 32px;display:flex;position:relative}.auth-form{width:340px;max-width:100%;padding:40px 0 70px}.auth-form>.eyebrow{margin-bottom:13px;font-size:9px}.auth-form>h2{letter-spacing:-.9px;font-size:29px;font-weight:600}.auth-form>p{color:#737373;margin-top:11px;margin-bottom:29px;font-size:12px;line-height:1.8}.auth-form .field{margin-bottom:20px}.auth-form .field>label{font-size:11px}.auth-form .field input{padding:12px;font-size:12px}.auth-form .btn.full{justify-content:center;min-height:42px;margin-top:6px}.auth-switch{text-align:center;color:#8b8b8b!important;margin:23px 0 0!important;font-size:11px!important}.auth-switch>.text-button{color:#303030;margin-left:4px;font-size:11px}.auth-security{color:#737373;align-items:center;gap:6px;font-size:9px;display:flex;position:absolute;bottom:32px}.auth-security svg{width:13px;height:13px}.auth-mobile-brand{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=1500px){.page{padding-top:43px}.project-card{min-height:245px}.auth-story{padding-left:74px;padding-right:74px}.auth-copy h1{font-size:48px}}@media (width<=1250px){.page{padding:30px 27px 45px}.topbar{padding-inline:27px}.overview-layout{grid-template-columns:minmax(0,1fr) 250px;gap:20px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-story{padding-inline:36px}.auth-copy h1{font-size:36px}.auth-diagram{display:none}.auth-copy{padding-bottom:100px}.required-material{flex-wrap:wrap}.required-material>.grow{flex-basis:100%}.material-header,.material-row{grid-template-columns:minmax(0,1fr) 115px 70px;gap:12px}.material-date,.material-header>span:nth-child(3){display:none}}@media (width<=1050px){.shell{grid-template-columns:204px minmax(0,1fr)}.sidebar{width:204px;padding-inline:12px}.brand-link{margin-left:8px}.sidebar .brand{font-size:20px}.overview-layout{grid-template-columns:1fr}.overview-layout>aside{grid-template-columns:1fr 1fr;gap:20px;display:grid}.overview-summary>div{padding-inline:15px}.profile .avatar{width:28px;height:28px}.profile-text strong{font-size:10px}.breadcrumbs>a,.breadcrumbs>svg{display:none}.auth-layout{grid-template-columns:.95fr 1fr}.auth-story{padding-inline:30px}.auth-copy h1{font-size:31px}.auth-copy p{font-size:12px}.auth-story footer>span{display:none}}@media (width<=760px){.shell{display:block}.sidebar{visibility:hidden;width:232px;transition:transform .2s,visibility .2s;transform:translate(-100%)}.sidebar.open{visibility:visible;transform:translate(0);box-shadow:15px 0 50px #0002}.sidebar-shade{z-index:30;background:#1116;border:0;padding:0;display:block;position:fixed;inset:0}.mobile-menu{display:inline-flex}.workspace{width:100%;min-height:100vh}.topbar{height:58px;padding:0 16px}.breadcrumbs>span{max-width:220px;font-size:11px}.release-tag{padding:3px 5px;font-size:8px}.page{padding:25px 18px 40px}.page-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:25px}.page-head h1{font-size:26px}.page-head .eyebrow{margin-bottom:8px;font-size:9px}.page-head p{font-size:12px}.page-footer{padding:16px 18px;font-size:9px}.page-footer>span:last-child{font-size:8px}.toolbar{gap:15px}.search-input{width:195px}.project-grid{gap:13px}.project-card{min-height:224px;padding:18px}.project-card h2{font-size:14px}.section-head{flex-direction:column;align-items:flex-start;gap:15px}.section-head h2{font-size:20px}.section-head p{font-size:11px}.first-project{padding:35px 20px 25px}.first-project h2{font-size:22px}.first-project-details{flex-wrap:wrap;gap:14px;margin-top:27px;padding-top:20px;font-size:9px}.first-project-details svg{width:12px;height:12px}.overview-summary{grid-template-columns:1fr 1fr;gap:19px 0;padding:20px 0}.overview-summary>div{padding-left:20px}.overview-summary>div:nth-child(odd){border-right:1px solid var(--border);padding-left:0}.overview-summary>div:nth-child(2n){border-right:0}.overview-summary strong{font-size:13px}.overview-layout>aside{grid-template-columns:1fr 1fr}.project-head{gap:15px}.project-heading{gap:11px}.project-title-icon{width:37px;height:39px;margin-top:2px}.project-title-icon>svg{width:20px;height:20px}.project-heading h1{font-size:25px}.project-heading .eyebrow{margin-bottom:5px}.project-head>.btn{min-height:32px;margin-left:48px;font-size:11px}.tabs{gap:24px;margin-bottom:22px}.tabs a{font-size:11px}.tabs a svg{width:14px;height:14px}.back-link{margin-bottom:20px}.panel-head{padding:16px 18px}.panel-body{padding:18px}.role-guide{gap:16px}.member-row{gap:10px;padding:17px}.member-row>.flex{gap:3px}.member-row>.flex>.btn.small{padding:6px 8px;font-size:9px}.member-row .avatar{width:29px;height:29px}.dropzone{gap:13px;padding:20px 16px}.dropzone>svg{display:none}.dropzone strong{font-size:11px}.dropzone small{font-size:9px}.research-box{padding:16px}.research-form{gap:9px;padding-left:10px}.research-form>svg{width:16px;height:16px}.research-form>input{font-size:12px}.research-form>.btn{padding:9px 12px}.search-modes{margin-bottom:15px}.search-note{font-size:9px}.results-heading{font-size:10px}.results-heading>span:last-child{display:none}.search-result{gap:12px;padding:20px 17px}.search-result h3{font-size:13px}.search-result p{font-size:12px}.result-actions{gap:12px}.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-form-side{justify-content:center;min-height:100vh;padding:38px 27px 75px}.auth-form{width:350px;padding:40px 0}.auth-mobile-brand{display:block;position:absolute;top:30px;left:28px}.auth-form>h2{font-size:29px}.auth-security{text-align:center;font-size:9px;bottom:28px}.auth-form>.eyebrow{margin-top:12px}.modal.wide{width:calc(100% - 24px)}.document-viewer{padding:0 18px 18px}.markdown-preview{padding:20px;font-size:12px}}@media (width<=520px){.project-grid{grid-template-columns:1fr}.project-card{min-height:221px}.project-card h2{font-size:15px}.project-card p{font-size:12px}.project-card.create-card{min-height:170px}.page-head>.btn{min-height:38px}.toolbar{flex-direction:column;align-items:flex-start;gap:12px}.search-input{width:100%}.first-project{padding:30px 18px 23px}.first-project h2{font-size:21px}.first-project>p{font-size:11px}.first-project-details{border:0;flex-direction:column;align-items:flex-start;gap:11px;width:fit-content;padding-top:0}.first-project-visual{margin-bottom:2px;transform:scale(.88)}.grid2{grid-template-columns:1fr;gap:0}.overview-layout>aside{grid-template-columns:1fr}.panel-head h2{font-size:13px}.question-card{gap:6px;padding:9px}.question-number{display:none}.form-section-head h3{font-size:11px}.required-material>.grow{flex-basis:100%}.form-actions{flex-wrap:wrap}.assignment-row{gap:9px;padding:17px 15px}.assignment-row>.list-icon{width:27px;height:30px}.assignment-row .badge{font-size:9px}.role-guide{grid-template-columns:1fr;gap:18px}.role-guide>div{border-bottom:1px solid var(--border);padding-bottom:17px}.member-row{grid-template-columns:30px minmax(0,1fr);gap:10px;display:grid}.member-row>.flex{grid-column:2;justify-content:flex-start;margin-top:0}.member-row>.flex>.btn.small{font-size:10px}.material-header{display:none}.material-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:16px}.material-row:first-of-type{border-top:0}.material-name{grid-column:1/3;gap:10px}.material-row>.badge{grid-column:1;margin-left:43px;font-size:9px}.material-actions{grid-area:2/2}.material-name strong{font-size:12px}.material-name small{font-size:9px}.file-tile{width:31px;height:36px}.dropzone{align-items:flex-start;gap:11px;padding:18px 14px}.upload-icon{border-radius:8px;width:35px;height:37px}.upload-icon svg{width:17px;height:17px}.dropzone small{line-height:1.8}.research-form{flex-wrap:wrap;padding:10px;position:relative}.research-form>input{flex:1;width:calc(100% - 30px);padding:7px 0;font-size:12px}.research-form>.btn{width:100%;min-height:36px}.search-modes{gap:3px}.search-modes button{padding:6px 9px;font-size:10px}.search-intro{padding:46px 15px}.search-intro h3{font-size:14px}.search-intro p{font-size:11px}.search-result{gap:10px;padding:19px 15px}.result-actions{gap:10px}.result-source,.result-number,.result-actions .badge{font-size:9px}.modal{border-radius:10px;width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.modal-head{gap:10px;padding:14px 17px}.modal-head h2{font-size:16px}.modal-body{padding:18px}.modal-foot{flex-wrap:wrap;padding:14px 18px}.document-toolbar{flex-wrap:wrap;gap:12px}.version-select{gap:7px;max-width:100%;font-size:9px}.version-select>select{flex:1;min-width:0;font-size:10px}.document-toolbar>.btn{font-size:10px}.source-meta{gap:10px;font-size:9px}.source-meta .mono{font-size:9px}.viewer-tabs{gap:20px}.viewer-tabs>button{font-size:10px}.markdown-preview{padding:17px;font-size:11px;line-height:1.9}.source-blocks article{padding:14px}.source-blocks article p{font-size:11px}.provenance dl>div{grid-template-columns:65px minmax(0,1fr);gap:8px;font-size:10px}.provenance .mono{font-size:9px}.breadcrumbs>span{max-width:180px}.release-tag{font-size:7px}.page-footer>span:last-child{text-align:right;max-width:230px}.auth-form-side{padding-inline:25px}.auth-form>.eyebrow{margin-top:20px}}@media (height<=700px){.auth-mobile-brand{align-self:flex-start;margin-bottom:14px;position:static}.auth-form-side{padding-top:28px}.auth-form{padding:20px 0 50px}.auth-form>.eyebrow{margin-top:0}.sidebar{padding-top:20px}.brand-link{margin-bottom:22px}.side-label{margin-top:25px}.side-bottom{padding-top:24px}.side-note{padding-bottom:16px}.profile{padding-top:13px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.auth-story .auth-copy>.eyebrow,.auth-story footer,.auth-story footer>span,.auth-diagram small{color:#a6a8a8}.auth-diagram svg{color:#b8b8b8}.entity-edit{color:#737373;margin-top:9px;font-size:10px}.checkbox-field{color:#737373;align-items:center;gap:8px;margin-top:22px;font-size:11px;display:flex}.checkbox-field>input{width:14px;height:14px;accent-color:var(--primary);flex:none}.section-toolbar{justify-content:space-between;align-items:center;gap:24px;margin:28px 0;display:flex}.section-toolbar h2{margin:0 0 6px;font-size:21px}.section-toolbar p{margin:0}.result-content{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:24px;line-height:1.7}.result-references,.button-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.result-references{margin:18px 0}.choice-list{border:1px solid #e4e4e7;border-radius:8px;margin:20px 0;padding:14px 16px}.choice-list legend{padding:0 7px;font-size:13px;font-weight:600}.choice-list label{overflow-wrap:anywhere;align-items:flex-start;gap:10px;margin:10px 0;font-size:13px;display:flex}.choice-list input{accent-color:#18181b;flex:0 0 16px;width:16px;height:16px;margin-top:2px}.history-entry{border:1px solid #e4e4e7;border-radius:8px;padding:18px}.history-entry h3{margin:16px 0 8px}.history-entry .result-content{margin-bottom:0}.import-layout{grid-template-columns:1.15fr 1fr;align-items:start;gap:24px;display:grid}.export-help{background:#f7f7f8;border-radius:8px;margin:20px 0;padding:16px;font-size:13px;line-height:1.65}summary{cursor:pointer;font-weight:600}.import-preview{overflow-wrap:anywhere;background:#f7f7f8;border-radius:8px;margin:16px 0;padding:16px}.import-preview p{margin:8px 0}.import-row{color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;gap:14px;width:100%;padding:20px;display:flex}.import-row:hover,.import-row.selected{background:#f7f7f8}.import-row>span{flex:1;min-width:0}.import-row strong,.import-row small{overflow-wrap:anywhere;display:block}.import-row small{color:#71717a;margin-top:5px}.import-detail{margin-top:24px}.mapping-list{gap:10px;margin-bottom:20px;display:grid}.mapping-row{border:1px solid #e4e4e7;border-radius:8px;align-items:center;gap:12px;padding:14px;font-size:13px;display:flex}.mapping-row:hover{background:#fafafa}.legacy-object-list{gap:0;display:grid}.legacy-object-row{border-top:1px solid #efeff0;align-items:center;gap:14px;padding:18px 4px;display:flex}.legacy-object-row .grow{min-width:0}.legacy-object-row strong,.legacy-object-row small{overflow-wrap:anywhere;display:block}.legacy-object-row small{color:#71717a;margin-top:5px}.legacy-segment{grid-template-columns:190px 1fr;gap:24px;padding:24px;display:grid}.legacy-segment strong{margin-top:8px;font-size:13px;display:block}.legacy-segment code{color:#71717a;font-size:12px}.legacy-segment p{margin-top:0;line-height:1.75}.legacy-segment details{color:#71717a;font-size:12px}.raw-payload{white-space:pre-wrap;overflow-wrap:anywhere;padding-top:16px;font-size:12px;line-height:1.6}.search-mode-status{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}@media (width<=800px){.section-toolbar{flex-direction:column;align-items:flex-start;gap:16px}.import-layout{grid-template-columns:1fr}.legacy-object-row{flex-wrap:wrap;gap:10px}.legacy-object-row .grow{flex-basis:70%}.legacy-segment{grid-template-columns:1fr;gap:14px;padding:20px}.mapping-row{flex-wrap:wrap}}.entity-edit+.entity-edit{margin-left:12px}.required-material-expanded .grid2{margin-top:14px}.required-material-expanded select{width:100%}.required-material-expanded .field{margin-bottom:12px}.required-material-expanded .field label{font-size:11px}.question-card select{margin-top:8px;font-size:11px}.search-layer-filter{align-items:center;gap:20px;margin:8px 0 18px;display:flex}.search-layer-filter .field{flex:0 290px;margin:0}.search-layer-filter p{color:#737373;max-width:470px;font-size:11px;line-height:1.6}.research-response-meta{color:#737373;overflow-wrap:anywhere;flex-wrap:wrap;gap:8px 22px;margin-top:18px;font-size:11px;line-height:1.7;display:flex}.research-response-meta strong{color:#3c3c3c;font-weight:500}.source-read-job{margin-top:16px}.search-result .read-completeness-note{color:#725724;font-size:11px}.result-layer{color:#737373;margin-top:22px;font-size:12px}.result-layer strong{color:#353535}.knowledge-approval{background:#fafafa;border:1px solid #e7e7e7;border-radius:8px;margin:18px 0;padding:16px}.knowledge-approval .badge svg{width:13px;height:13px}.knowledge-approval>small{color:#737373;margin-top:9px;font-size:10px;display:block}.approval-reason{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:9px;font-size:12px}.knowledge-scope{color:#737373;margin-top:9px;font-size:10px;line-height:1.6}.knowledge-approval form{margin-top:20px}@media (width<=760px){.search-layer-filter{display:block}.search-layer-filter .field{margin-bottom:10px}.knowledge-approval{padding:13px}.knowledge-approval .grid2{grid-template-columns:1fr}}.ai-settings-layout{grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr);align-items:start;gap:24px;display:grid}.ai-actions{flex-wrap:wrap;gap:12px}.ai-check{align-items:center;gap:10px;margin:8px 0 16px;font-size:14px;display:flex}.ai-check input{accent-color:#222;width:17px;height:17px}.ai-settings-layout ol{padding-left:20px;line-height:1.8}.ai-workspace{gap:24px;max-width:940px;display:grid}.ai-answer-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.ai-source{text-align:left;background:var(--background,#fafafa);border:1px solid var(--border,#e4e4e4);border-radius:8px;align-items:center;gap:12px;width:100%;margin-top:12px;padding:16px;display:flex}.ai-source span{flex:1;min-width:0}.ai-source small{color:#777;margin-top:4px;display:block}.ai-source strong{overflow-wrap:anywhere}@media (width<=760px){.ai-settings-layout{grid-template-columns:1fr}.ai-actions{align-items:stretch}.ai-actions .btn{width:100%}}
