:root{color:#172026;background:#f3f5f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{min-height:48px;border:0;border-radius:8px;background:#29215c;color:#fff;font-weight:700;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}input,textarea{width:100%;margin-top:8px;border:1px solid #cfd6d0;border-radius:8px;background:#fff;color:#172026;padding:0 12px}input{min-height:48px}textarea{min-height:88px;padding:12px;resize:vertical}label{display:grid;color:#49544d;font-size:.9rem;font-weight:700}.loading-screen,.access-page{min-height:100vh;display:grid;place-items:center;padding:24px}.access-panel,.chat-shell{width:100%;border:1px solid #d8ddd8;border-radius:8px;background:#fff;box-shadow:0 16px 40px #18211c14}.access-panel{max-width:420px;padding:24px}.app-page{width:min(100%,440px);margin:0 auto;min-height:100vh;padding:18px 14px 24px;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0 20px}.app-header h1,.access-panel h1{margin:0;color:#172026;font-size:1.8rem;line-height:1.1;letter-spacing:0}.eyebrow{margin:0 0 8px;color:#c20f2f;font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.muted{color:#66726b;line-height:1.55}.stack,.chat-shell{display:grid;gap:12px}.chat-shell{min-height:0;padding:12px;grid-template-rows:minmax(0,1fr) auto auto}.secondary-button{min-width:92px;background:transparent;color:#29215c;border:1px solid #bfc7c0}.text-link{color:#29215c;font-size:.9rem;font-weight:800;text-underline-offset:3px}.header-link{display:inline-block;margin-top:10px}.conversation-history{margin-bottom:12px;border-bottom:1px solid #d8ddd8;padding-bottom:12px}.conversation-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.conversation-history-header p{margin:0;color:#49544d;font-size:.84rem;font-weight:800}.new-chat-button{min-height:34px;padding:0 10px;background:#fff;border:1px solid #bfc7c0;color:#29215c;font-size:.82rem}.conversation-list{display:flex;gap:8px;overflow-x:auto;margin-top:8px;padding-bottom:2px}.conversation-item{flex:0 0 auto;min-height:36px;max-width:210px;overflow:hidden;border:1px solid #d8ddd8;background:#fff;color:#49544d;padding:0 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600}.conversation-item.active{border-color:#29215c;background:#eeeefe;color:#29215c}.message-list{display:grid;align-content:start;gap:10px;min-height:330px;overflow-y:auto;padding:4px 2px}.message{width:min(86%,320px);border-radius:8px;padding:10px 12px;line-height:1.45}.message span{display:block;margin-bottom:4px;color:#66726b;font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.message p,.message ul,.message ol{margin:0}.message p+p,.message p+ul,.message p+ol,.message ul+p,.message ol+p{margin-top:8px}.message h1,.message h2,.message h3{margin:0 0 6px;font-size:1rem;line-height:1.25}.message ul,.message ol{padding-left:20px}.message li+li{margin-top:4px}.message a{color:inherit;font-weight:700}.message.assistant code{border-radius:3px;background:#dce8de;padding:1px 4px}.message.assistant{justify-self:start;background:#eef3ef;color:#172026}.message.user{justify-self:end;background:#29215c;color:#fff}.message.user span{color:#ddd9ff}.composer{display:grid;gap:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.error{margin:0;border-radius:8px;background:#fff0f0;color:#9c0923;padding:10px 12px;font-size:.9rem;font-weight:700}.experiment-page,.playground-page,.knowledge-page{width:min(100%,1180px);margin:0 auto;min-height:100vh;padding:28px 18px 48px}.workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #d8ddd8}.workspace-header h1{max-width:760px;margin:0;color:#172026;font-size:clamp(2rem,5vw,3.5rem);line-height:1;letter-spacing:-.035em}.workspace-intro{max-width:720px;margin:14px 0 0;color:#66726b;font-size:1rem;line-height:1.6}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex:0 0 auto}.experiment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.experiment-card{min-height:270px;display:flex;flex-direction:column;border:1px solid #d1d8d1;border-radius:14px;background:#fff;color:#172026;padding:24px;box-shadow:0 12px 32px #18211c0f;text-decoration:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}a.experiment-card:hover,a.experiment-card:focus-visible{border-color:#29215c;box-shadow:0 18px 40px #29215c1f;transform:translateY(-2px)}.experiment-card h2{margin:32px 0 8px;font-size:1.55rem;letter-spacing:-.02em}.experiment-card p{max-width:590px;margin:0;color:#66726b;line-height:1.6}.experiment-card strong{margin-top:auto;padding-top:24px;color:#29215c}.experiment-card-actions{display:flex;align-items:center;gap:18px;margin-top:auto;padding-top:24px}.experiment-card-actions a{color:#29215c;font-size:.9rem;font-weight:800;text-underline-offset:3px}.experiment-card-actions a:first-child{text-decoration:none}.experiment-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#66726b;font-size:.78rem;font-weight:800;text-transform:uppercase}.status-pill{border-radius:999px;background:#e2f4e7;color:#176232;padding:6px 9px;font-size:.7rem;letter-spacing:.04em}.status-pill.neutral{background:#eceeed;color:#66726b}.experiment-card-template{border-style:dashed;background:#ffffff80;box-shadow:none}.principle-panel,.empty-panel{margin-top:18px;border-radius:14px;background:#29215c;color:#fff;padding:22px 24px}.principle-panel .eyebrow{color:#ffb8c4}.principle-panel p:last-child,.empty-panel p{max-width:820px;margin:0;line-height:1.6}.breadcrumb{display:flex;gap:8px;margin-bottom:14px;color:#66726b;font-size:.82rem;font-weight:800}.breadcrumb a{color:#29215c;text-underline-offset:3px}.playground-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.playground-panel{min-width:0;border:1px solid #d1d8d1;border-radius:14px;background:#fff;padding:20px;box-shadow:0 12px 32px #18211c0d}.settings-panel,.result-panel{min-height:620px}.settings-panel{display:grid;align-content:start;gap:18px}.result-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px}.findings-panel{grid-column:1 / -1}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-heading h2{margin:0;color:#172026;font-size:1.25rem;letter-spacing:-.02em}.quiet-button{min-height:36px;border:1px solid #d1d8d1;background:#fff;color:#29215c;padding:0 12px;font-size:.8rem}.prompt-editor{min-height:210px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.86rem;line-height:1.55}.input-editor{min-height:112px}.run-button{margin-top:2px;background:#c20f2f}.saved-status{color:#66726b;font-size:.76rem;font-weight:700}.playground-output{min-height:450px;overflow-y:auto;border:1px solid #e0e4e0;border-radius:10px;background:linear-gradient(rgba(41,33,92,.025) 1px,transparent 1px),#fbfcfb;background-size:100% 28px;padding:20px;color:#29322d;line-height:1.6}.playground-output.has-result{background:#fbfcfb}.playground-output>:first-child{margin-top:0}.playground-output>:last-child{margin-bottom:0}.playground-output h1,.playground-output h2,.playground-output h3{margin-top:1.2em;color:#172026;line-height:1.25}.output-placeholder{min-height:390px;display:grid;place-content:center;justify-items:center;color:#7a857e;text-align:center}.output-placeholder p{margin:10px 0 4px;color:#49544d;font-weight:800}.output-placeholder span:last-child{max-width:380px;font-size:.9rem;line-height:1.5}.thinking-dot{width:12px;height:12px;border-radius:999px;background:#c20f2f;box-shadow:-20px 0 #e5a3af,20px 0 #29215c;animation:pulse .9s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.35;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.panel-help{max-width:820px;margin:12px 0 16px;color:#66726b;line-height:1.55}.notes-editor{min-height:150px}.submitted-by-field{max-width:420px;margin-top:14px}.submitted-by-field>span{color:#7a857e;font-weight:600}.findings-actions{display:flex;gap:10px;margin-top:12px}.save-hint{margin:9px 0 0;color:#7a857e;font-size:.8rem}.findings-error{margin-bottom:18px}.empty-findings{min-height:260px;display:grid;place-content:center;justify-items:center;border:1px dashed #c8d0c9;border-radius:14px;background:#ffffff85;padding:30px;color:#66726b;text-align:center}.empty-findings h2{margin:0;color:#172026}.empty-findings p{margin:8px 0 20px}.findings-list{display:grid;gap:18px}.finding-card{border:1px solid #d1d8d1;border-radius:14px;background:#fff;padding:22px;box-shadow:0 12px 32px #18211c0d}.finding-card-header,.finding-card-header>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.finding-date,.finding-author{color:#66726b;font-size:.78rem;font-weight:700}.finding-card h2{max-width:880px;margin:22px 0 18px;color:#172026;font-size:1.3rem;line-height:1.35}.finding-observation{border-left:4px solid #c20f2f;border-radius:0 8px 8px 0;background:#fff6f7;padding:14px 16px}.finding-observation p:last-child{margin:0;color:#29322d;line-height:1.6;white-space:pre-wrap}.finding-pending{margin:0;border-radius:8px;background:#f2f4f2;color:#66726b;padding:14px 16px;line-height:1.5}.evidence-details{margin-top:16px;border-top:1px solid #e0e4e0;padding-top:14px}.evidence-details summary{color:#29215c;font-size:.86rem;font-weight:800;cursor:pointer}.evidence-section{margin-top:18px}.evidence-section h3{margin:0 0 8px;color:#49544d;font-size:.8rem;text-transform:uppercase}.evidence-section pre,.evidence-response{overflow-x:auto;border-radius:8px;background:#f6f7f6;padding:14px;color:#29322d;font-family:inherit;font-size:.9rem;line-height:1.55;white-space:pre-wrap}.evidence-response>:first-child{margin-top:0}.evidence-response>:last-child{margin-bottom:0}.run-reference{margin:18px 0 0;color:#66726b;font-size:.76rem}.run-reference code{word-break:break-all}.prompt-playground-page{width:min(100%,1120px);background:#fff;padding-right:34px;padding-left:34px}.prompt-playground-page .workspace-header{margin-bottom:38px}.prompt-playground-page .workspace-header h1{font-size:clamp(2rem,4vw,2.8rem)}.persona-experiment-intro strong,.persona-experiment-intro span{display:block}.persona-experiment-intro strong{color:#37352f;font-weight:700}.persona-experiment-intro span{margin-top:7px}.playground-setup-document{width:min(100%,920px);display:grid;gap:32px;margin:0 auto}.playground-testing-guide{width:min(100%,920px);margin:0 auto 42px;border-top:1px solid #37352f;border-bottom:1px solid #deddd9;background:#fff}.playground-testing-guide>summary{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 2px;color:#37352f;cursor:pointer;list-style:none}.playground-testing-guide>summary::-webkit-details-marker{display:none}.playground-testing-guide>summary>span:first-child{display:grid;gap:4px}.playground-testing-guide>summary small{color:#c20f3b;font-size:.65rem;font-style:normal;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.playground-testing-guide>summary strong{color:#191919;font-size:1.15rem;letter-spacing:-.02em}.playground-testing-guide>summary em{color:#9b9a97;font-size:.76rem;font-style:normal;font-weight:500}.playground-testing-guide-action{display:flex;align-items:center;gap:10px;flex:0 0 auto;color:#787774;font-size:.72rem;font-weight:650}.playground-testing-guide-action:before{content:"Show guide"}.playground-testing-guide-action:after{width:25px;height:25px;display:grid;place-items:center;border:1px solid #deddd9;border-radius:50%;color:#37352f;content:"+";font-size:1rem;font-weight:450}.playground-testing-guide[open] .playground-testing-guide-action:before{content:"Hide guide"}.playground-testing-guide[open] .playground-testing-guide-action:after{content:"−"}.playground-testing-guide-content{border-top:1px solid #e7e7e5;padding:32px 2px 40px}.playground-testing-guide-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.playground-testing-guide-sections section,.playground-testing-guide-stress-tests{border-top:1px solid #deddd9;padding-top:18px}.playground-testing-guide-content h2{margin:0 0 12px;color:#191919;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.playground-testing-guide-content section>p,.playground-testing-guide-content li{color:#5f5e5b;font-size:.84rem;line-height:1.6}.playground-testing-guide-content section>p{margin:0}.playground-testing-guide-content ul{margin:10px 0 0;padding-left:19px}.playground-testing-guide-content li+li{margin-top:7px}.playground-testing-guide-content li::marker{color:#c20f3b}.playground-testing-guide-stress-tests{margin-top:36px}.playground-testing-guide-stress-tests ul{columns:2;column-gap:52px}.playground-testing-guide-stress-tests li{break-inside:avoid;padding-right:10px}@media(max-width:760px){.playground-testing-guide{margin-bottom:34px}.playground-testing-guide>summary{min-height:86px}.playground-testing-guide-action:before{display:none}.playground-testing-guide-content{padding-top:26px}.playground-testing-guide-sections{grid-template-columns:1fr;gap:30px}.playground-testing-guide-stress-tests ul{columns:1}}.playground-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.playground-section-heading h2{margin:0;color:#252521;font-size:1.2rem;letter-spacing:-.015em}.playground-section-heading p{margin:5px 0 0;color:#787774;font-size:.88rem;line-height:1.5}.playground-text-button{min-height:30px;border-radius:5px;background:transparent;color:#787774;padding:0 7px;font-size:.78rem;font-weight:600}.playground-text-button:hover{background:#f1f1ef;color:#37352f}.playground-system-prompt-editor{min-height:330px;margin:0;border-color:#e9e9e7;border-radius:6px;background:#fbfbfa;color:#37352f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8rem;line-height:1.6}.playground-system-prompt-editor:focus,.playground-opening-message:focus,.playground-composer textarea:focus{border-color:#b4b4b0;outline:none;background:#fff;box-shadow:0 0 0 1px #2383e21f}.playground-launch-section{padding-bottom:8px}.playground-opening-message{min-height:108px;margin:0;border-color:#e9e9e7;border-radius:6px;background:#fff;color:#37352f;line-height:1.55}.playground-launch-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px}.playground-launch-footer p{margin:0;color:#9b9a97;font-size:.76rem}.playground-launch-footer .run-button{min-width:150px;min-height:42px;margin:0;border-radius:5px;padding:0 16px}.playground-active-prompt{margin-bottom:22px;border-top:1px solid #e9e9e7;border-bottom:1px solid #e9e9e7}.playground-active-prompt summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 2px;color:#37352f;cursor:pointer;list-style:none}.playground-active-prompt summary::-webkit-details-marker{display:none}.playground-active-prompt summary>span:first-child{display:grid;gap:3px}.playground-active-prompt summary strong{font-size:.9rem}.playground-active-prompt summary small{color:#9b9a97;font-size:.76rem;font-weight:500}.playground-disclosure-action{display:flex;align-items:center;gap:7px;color:#787774;font-size:.78rem;font-weight:600}.playground-disclosure-action:after{content:"⌄";color:#9b9a97;font-size:1rem}.playground-active-prompt[open] .playground-disclosure-action:after{transform:rotate(180deg)}.playground-active-prompt pre{max-height:320px;overflow:auto;margin:0 0 18px;border:1px solid #e9e9e7;border-radius:6px;background:#fbfbfa;padding:14px;color:#5f5e5b;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.55;white-space:pre-wrap}.playground-conversation-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;align-items:start}.playground-chat-panel,.playground-notes-panel{min-width:0;border:1px solid #e9e9e7;border-radius:7px;background:#fff;padding:18px}.playground-chat-panel{min-height:680px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:14px}.playground-message-list{min-height:470px;max-height:610px;display:grid;align-content:start;gap:14px;overflow-y:auto;border-top:1px solid #e9e9e7;border-bottom:1px solid #e9e9e7;padding:18px 2px}.playground-message{width:fit-content;max-width:min(82%,520px);border-radius:11px;padding:10px 13px;font-size:.88rem;line-height:1.5}.playground-message.assistant{justify-self:start;border-bottom-left-radius:3px;background:#29215c;color:#fff}.playground-message.user{justify-self:end;border-bottom-right-radius:3px;background:#f1f1ef;color:#37352f}.playground-message>span{display:block;margin-bottom:4px;color:inherit;font-size:.68rem;font-weight:600;opacity:.68}.playground-message p,.playground-message ul,.playground-message ol{margin:0}.playground-message p+p,.playground-message p+ul,.playground-message p+ol,.playground-message ul+p,.playground-message ol+p{margin-top:8px}.playground-message ul,.playground-message ol{padding-left:19px}.playground-message a,.playground-message code{color:inherit}.playground-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.playground-composer textarea{min-height:54px;margin:0;border-color:#e9e9e7;border-radius:6px}.playground-composer button{min-height:54px;border-radius:5px;padding:0 18px}.playground-notes-panel{position:sticky;top:18px}.playground-notes-help{margin:12px 0 14px;color:#787774;font-size:.82rem;line-height:1.5}.playground-notes-panel .notes-editor{min-height:190px;margin:0;border-color:#e9e9e7;border-radius:6px}.playground-notes-panel .submitted-by-field{margin-top:14px;color:#787774;font-size:.76rem}.playground-notes-panel .submitted-by-field input{margin-top:6px}.playground-notes-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.playground-notes-actions .secondary-button{min-height:38px;border-radius:5px}.prompt-playground-findings-page .findings-list{gap:28px}.playground-finding-card{border-color:#e9e9e7;border-radius:8px;padding:24px;box-shadow:none}.playground-finding-card>h2{margin:20px 0 16px;color:#37352f;font-size:1.05rem;font-weight:600}.playground-recorded-prompt{max-height:360px;overflow:auto;margin:0;border:1px solid #e9e9e7;border-radius:6px;background:#fbfbfa;padding:14px;color:#5f5e5b;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.75rem;line-height:1.55;white-space:pre-wrap}.knowledge-page{width:min(100%,1120px);background:#fff;padding-right:34px;padding-left:34px}.knowledge-page .workspace-header{margin-bottom:38px}.knowledge-page .workspace-header h1{font-size:clamp(2rem,4vw,2.8rem)}.knowledge-setup-document{width:min(100%,960px);display:grid;gap:28px;margin:0 auto}.knowledge-editor-section{min-width:0}.knowledge-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.knowledge-section-heading h2{margin:0;color:#252521;font-size:1.2rem;letter-spacing:-.015em}.knowledge-section-heading p{margin:5px 0 0;color:#787774;font-size:.88rem;line-height:1.5}.knowledge-section-meta{display:flex;align-items:center;gap:12px;flex:0 0 auto;color:#9b9a97;font-size:.78rem}.knowledge-text-button{min-height:30px;border-radius:5px;background:transparent;color:#787774;padding:0 7px;font-size:.78rem;font-weight:600}.knowledge-text-button:hover{background:#f1f1ef;color:#37352f}.knowledge-table{overflow:hidden;border:1px solid #e9e9e7;border-radius:6px;background:#fff}.knowledge-table-header,.knowledge-edit-row{display:grid;grid-template-columns:34px minmax(170px,.75fr) minmax(260px,1.5fr) 36px;align-items:center}.knowledge-table-header{min-height:34px;background:#f7f7f5;color:#787774;font-size:.72rem;font-weight:600}.knowledge-table-header>span{padding:0 9px}.knowledge-table-header>span+span{border-left:1px solid #e9e9e7}.knowledge-edit-row{min-height:48px;border-top:1px solid #e9e9e7}.knowledge-edit-row:hover{background:#fbfbfa}.knowledge-edit-number{color:#b4b4b0;font-size:.72rem;font-variant-numeric:tabular-nums;text-align:center}.knowledge-table-cell{min-width:0;height:100%;display:flex;align-items:center;border-left:1px solid #e9e9e7;padding:4px}.knowledge-table-cell input{min-width:0;min-height:36px;margin:0;border-color:transparent;border-radius:4px;background:transparent;padding:6px 7px;color:#37352f;font-size:.84rem}.knowledge-table-cell:first-of-type input{font-weight:600}.knowledge-table-cell input:hover{background:#f1f1ef}.knowledge-table-cell input:focus{border-color:#b4b4b0;outline:none;background:#fff;box-shadow:0 0 0 1px #2383e21f}.knowledge-remove-button{width:28px;min-height:28px;justify-self:center;border-radius:4px;background:transparent;color:#9b9a97;padding:0;font-size:1.05rem;font-weight:500;opacity:0}.knowledge-edit-row:hover .knowledge-remove-button,.knowledge-remove-button:focus-visible{opacity:1}.knowledge-remove-button:hover{background:#f1f1ef;color:#eb5757}.knowledge-add-row{width:100%;min-height:40px;display:flex;align-items:center;gap:8px;border-top:1px solid #e9e9e7;border-radius:0;background:#fff;color:#787774;padding:0 12px;font-size:.82rem;font-weight:500;text-align:left}.knowledge-add-row:hover{background:#f7f7f5;color:#37352f}.knowledge-add-row span{font-size:1.1rem}.knowledge-prompt-disclosure{border-top:1px solid #e9e9e7;border-bottom:1px solid #e9e9e7}.knowledge-prompt-disclosure summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 2px;color:#37352f;cursor:pointer;list-style:none}.knowledge-prompt-disclosure summary::-webkit-details-marker{display:none}.knowledge-prompt-disclosure summary>span:first-child{display:grid;gap:3px}.knowledge-prompt-disclosure summary strong{font-size:.9rem}.knowledge-prompt-disclosure summary small{color:#9b9a97;font-size:.76rem;font-weight:500}.knowledge-disclosure-action{display:flex;align-items:center;gap:7px;color:#787774;font-size:.78rem;font-weight:600}.knowledge-disclosure-action:after{content:"⌄";color:#9b9a97;font-size:1rem}.knowledge-prompt-disclosure[open] .knowledge-disclosure-action:after{transform:rotate(180deg)}.knowledge-prompt-content{padding:2px 0 18px}.knowledge-prompt-content p{margin:0 0 10px;color:#9b9a97;font-size:.78rem}.knowledge-prompt-editor{min-height:280px;margin:0;border-color:#e9e9e7;border-radius:5px;background:#fbfbfa;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.55}.knowledge-launch-section{padding-bottom:8px}.knowledge-opening-message{min-height:108px;margin:0;border-color:#e9e9e7;border-radius:6px;background:#fff;color:#37352f;line-height:1.55}.knowledge-opening-message:focus{border-color:#b4b4b0;outline:none;box-shadow:0 0 0 1px #2383e21f}.knowledge-launch-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px}.knowledge-launch-footer p{margin:0;color:#9b9a97;font-size:.76rem}.knowledge-launch-footer .run-button{min-width:150px;min-height:42px;margin:0;border-radius:5px;padding:0 16px}.knowledge-chat-panel,.knowledge-checklist-panel,.knowledge-findings-panel{min-width:0;border:1px solid #e9e9e7;border-radius:7px;background:#fff;padding:18px;box-shadow:none}.knowledge-experiment-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px;align-items:stretch}.knowledge-chat-panel{min-height:680px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:14px}.knowledge-message-list{display:grid;align-content:start;gap:14px;min-height:460px;max-height:600px;overflow-y:auto;border-top:1px solid #e9e9e7;border-bottom:1px solid #e9e9e7;background:#fff;padding:18px 2px}.knowledge-message-list .message{width:min(86%,420px);border-radius:7px}.knowledge-message-list .message span{font-size:.7rem;font-weight:600;letter-spacing:0;text-transform:none}.knowledge-message-list .message.assistant{background:#f7f7f5;color:#37352f}.knowledge-message-list .message.user{background:#37352f}.knowledge-chat-panel .composer{grid-template-columns:minmax(0,1fr) auto;align-items:end}.knowledge-chat-panel .composer textarea{min-height:54px;margin:0;border-color:#e9e9e7;border-radius:6px}.knowledge-chat-panel .composer button{min-height:54px;border-radius:5px;padding:0 18px}.knowledge-checklist-panel{align-self:start}.knowledge-progress{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.knowledge-progress h2{margin:0;color:#37352f;font-size:1.1rem}.knowledge-progress>strong{color:#9b9a97;padding-top:2px;font-size:.76rem;font-weight:600}.knowledge-checklist{margin:0;padding:0;border-top:1px solid #e9e9e7;list-style:none}.knowledge-checklist li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;border-bottom:1px solid #e9e9e7;background:transparent;padding:11px 2px}.knowledge-checklist li.collected{background:transparent}.knowledge-checkbox{width:18px;height:18px;display:grid;place-items:center;border:1.5px solid #c7c7c4;border-radius:4px;background:#fff;color:#fff;font-size:.68rem;font-weight:900}.knowledge-checklist li.collected .knowledge-checkbox{border-color:#176232;background:#176232}.knowledge-checklist strong{display:block;color:#37352f;font-size:.82rem;font-weight:600}.knowledge-checklist p{margin:3px 0 0;color:#9b9a97;font-size:.75rem;line-height:1.4}.knowledge-checklist li.collected p{color:#448361}.knowledge-goal-card{margin-top:20px;border-left:3px solid #29215c;border-radius:0 5px 5px 0;background:#f7f7f5;color:#37352f;padding:14px 16px}.knowledge-goal-card .eyebrow{color:#787774}.knowledge-goal-card>:last-child{margin-bottom:0}.knowledge-goal-waiting{margin:18px 0 0;color:#9b9a97;padding:0 2px;font-size:.76rem;line-height:1.5}.knowledge-findings-panel{margin-top:22px}.knowledge-findings-panel .secondary-button{margin-top:12px}.knowledge-findings-page .findings-list{gap:28px}.knowledge-finding-card{border-color:#e9e9e7;border-radius:8px;padding:24px;box-shadow:none}.knowledge-finding-card>h2{margin:20px 0 16px;color:#37352f;font-size:1.05rem;font-weight:600}.finding-conversation{overflow:hidden;border:1px solid #e9e9e7;border-radius:8px;background:#fff}.finding-chat-header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e9e9e7;background:#f7f7f5;padding:0 14px}.finding-chat-header strong{color:#37352f;font-size:.8rem;font-weight:600}.finding-chat-header span{color:#9b9a97;font-size:.72rem}.finding-chat-transcript{max-height:520px;display:grid;align-content:start;gap:12px;overflow-y:auto;padding:20px}.finding-chat-message{width:fit-content;max-width:min(76%,620px);border-radius:12px;padding:10px 13px;font-size:.86rem;line-height:1.5}.finding-chat-message.assistant{justify-self:start;border-bottom-left-radius:3px;background:#29215c;color:#fff}.finding-chat-message.user{justify-self:end;border-bottom-right-radius:3px;background:#f1f1ef;color:#37352f}.finding-chat-role{display:block;margin-bottom:4px;color:inherit;font-size:.68rem;font-weight:600;opacity:.68}.finding-chat-message p,.finding-chat-message ul,.finding-chat-message ol{margin:0}.finding-chat-message p+p,.finding-chat-message p+ul,.finding-chat-message p+ol,.finding-chat-message ul+p,.finding-chat-message ol+p{margin-top:8px}.finding-chat-message ul,.finding-chat-message ol{padding-left:19px}.finding-chat-message a,.finding-chat-message code{color:inherit}.finding-prompt-disclosure{margin:14px 0 18px;border:1px solid #e9e9e7;border-radius:7px;background:#fff}.finding-prompt-disclosure summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 14px;color:#37352f;cursor:pointer;list-style:none}.finding-prompt-disclosure summary::-webkit-details-marker{display:none}.finding-prompt-disclosure summary>span:first-child{display:grid;gap:3px}.finding-prompt-disclosure summary strong{font-size:.82rem;font-weight:600}.finding-prompt-disclosure summary small{color:#9b9a97;font-size:.72rem;font-weight:500}.finding-disclosure-action{display:flex;align-items:center;gap:7px;flex:0 0 auto;color:#787774;font-size:.76rem;font-weight:600}.finding-disclosure-action:after{content:"⌄";color:#9b9a97;font-size:1rem}.finding-prompt-disclosure[open] .finding-disclosure-action:after{transform:rotate(180deg)}.finding-prompt-body{border-top:1px solid #e9e9e7;padding:14px}.prompt-diff-legend{display:flex;gap:8px;margin-bottom:10px}.prompt-diff-legend span{border-radius:4px;padding:3px 7px;font-size:.68rem;font-weight:600}.prompt-diff-legend .added{background:#eaf5ee;color:#176232}.prompt-diff-legend .removed{background:#fff0f1;color:#a32235;text-decoration:line-through}.finding-prompt-diff{overflow:hidden;border:1px solid #e9e9e7;border-radius:6px;background:#fbfbfa;padding:8px 0}.prompt-diff-line{display:grid;grid-template-columns:28px minmax(0,1fr);min-height:23px;padding:2px 12px 2px 0}.prompt-diff-line code{color:#5f5e5b;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.75rem;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.prompt-diff-marker{color:#b4b4b0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.75rem;text-align:center}.prompt-diff-line.added{background:#eaf5ee}.prompt-diff-line.added code,.prompt-diff-line.added .prompt-diff-marker{color:#176232}.prompt-diff-line.removed{background:#fff0f1}.prompt-diff-line.removed code{color:#a32235;text-decoration:line-through;text-decoration-thickness:1px}.prompt-diff-line.removed .prompt-diff-marker{color:#a32235}.knowledge-finding-card .finding-observation,.knowledge-finding-card .finding-pending{margin-top:18px}.knowledge-finding-card .evidence-details{border-color:#e9e9e7}.knowledge-evidence-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px}.knowledge-evidence-messages{display:grid;gap:10px}.knowledge-evidence-messages>div{border-radius:8px;background:#f6f7f6;padding:12px}.knowledge-evidence-messages strong{color:#66726b;font-size:.72rem;text-transform:uppercase}.knowledge-evidence-messages p{margin:5px 0 0}.knowledge-evidence-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.knowledge-evidence-list li{display:grid;gap:3px;border-bottom:1px solid #e0e4e0;padding-bottom:8px}.knowledge-evidence-list strong{color:#29322d;font-size:.82rem}.knowledge-evidence-list span{color:#66726b;font-size:.8rem}@media(min-width:720px){.app-page{padding-top:28px}.app-header h1,.access-panel h1{font-size:2.3rem}.chat-shell{min-height:640px;padding:16px}}@media(max-width:980px){.playground-conversation-grid,.knowledge-experiment-grid,.knowledge-evidence-grid{grid-template-columns:1fr}.playground-notes-panel{position:static}}@media(max-width:760px){.workspace-header{display:grid;gap:20px}.header-actions{justify-content:space-between}.experiment-grid,.playground-grid{grid-template-columns:1fr}.findings-panel{grid-column:auto}.settings-panel,.result-panel{min-height:auto}.playground-output{min-height:360px}.output-placeholder{min-height:300px}.finding-card-header,.knowledge-section-heading,.knowledge-launch-footer{align-items:flex-start;flex-direction:column}.knowledge-table-header{display:none}.knowledge-edit-row{grid-template-columns:28px minmax(0,1fr) 32px;align-items:stretch;padding:5px 0}.knowledge-edit-number{grid-column:1;grid-row:1 / span 2;align-self:center}.knowledge-table-cell{grid-column:2;border-left:0}.knowledge-table-cell:nth-of-type(2){border-top:1px solid #f1f1ef}.knowledge-remove-button{grid-column:3;grid-row:1 / span 2;align-self:center;opacity:1}.knowledge-launch-footer .run-button{width:100%}.knowledge-chat-panel .composer{grid-template-columns:1fr}.playground-section-heading,.playground-launch-footer{align-items:flex-start;flex-direction:column}.playground-launch-footer .run-button{width:100%}.playground-composer{grid-template-columns:1fr}.finding-chat-transcript{padding:14px}.finding-chat-message{max-width:88%}}@media(max-width:480px){.experiment-page,.playground-page,.knowledge-page{padding:20px 12px 32px}.header-actions,.findings-actions{align-items:stretch;flex-direction:column}.header-actions .secondary-button,.findings-actions .secondary-button{width:100%}.knowledge-chat-panel,.knowledge-checklist-panel,.knowledge-findings-panel,.knowledge-finding-card,.playground-chat-panel,.playground-notes-panel,.playground-finding-card{padding:14px}.playground-notes-actions{align-items:stretch;flex-direction:column}.playground-notes-actions button{width:100%}.finding-prompt-disclosure summary{align-items:flex-start;flex-direction:column;gap:7px}}.prototype-landing{--prototype-ink: #17131f;--prototype-muted: #655e6d;--prototype-purple: #311b58;--prototype-purple-bright: #5f2b84;--prototype-red: #c20f3b;--prototype-border: #ddd6e3;width:100%;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 88% 7%,rgba(95,43,132,.11),transparent 27rem),radial-gradient(circle at 4% 34%,rgba(194,15,59,.07),transparent 24rem),#f8f6f8;color:var(--prototype-ink);padding:0 28px 48px}.prototype-topbar{width:min(100%,1240px);min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;border-bottom:1px solid rgba(49,27,88,.12)}.prototype-wordmark{display:inline-flex;align-items:center;gap:12px;color:var(--prototype-ink);font-size:.96rem;font-weight:800;line-height:1.1;text-decoration:none}.prototype-wordmark small{display:block;margin-top:4px;color:var(--prototype-muted);font-size:.68rem;font-weight:650;letter-spacing:.02em}.prototype-wordmark-mark{position:relative;width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:var(--prototype-purple);transform:rotate(45deg)}.prototype-wordmark-mark i{position:absolute;width:13px;height:7px;border:2px solid #ffffff;border-radius:2px}.prototype-wordmark-mark i:nth-child(1){transform:translate(-6px,-5px)}.prototype-wordmark-mark i:nth-child(2){transform:translate(6px,-5px)}.prototype-wordmark-mark i:nth-child(3){transform:translateY(6px)}.prototype-signout{min-height:38px;border:1px solid rgba(49,27,88,.2);border-radius:999px;background:#ffffffad;color:var(--prototype-purple);padding:0 16px;font-size:.78rem;transition:background .16s ease,border-color .16s ease}.prototype-signout:hover{border-color:var(--prototype-purple);background:#fff}.prototype-hero{width:min(100%,940px);margin:0 auto;padding:clamp(58px,8vw,104px) 0 clamp(42px,6vw,72px);text-align:center}.prototype-kicker,.future-kicker{margin:0 0 16px;color:var(--prototype-red);font-size:.72rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.prototype-hero h1{max-width:900px;margin:0 auto;color:var(--prototype-ink);font-size:clamp(2.8rem,7vw,5.8rem);font-weight:730;letter-spacing:-.065em;line-height:.96}.prototype-hero>p:not(.prototype-kicker){max-width:690px;margin:28px auto 0;color:var(--prototype-muted);font-size:clamp(1rem,1.8vw,1.16rem);line-height:1.65}.parallel-status{width:max-content;max-width:100%;display:flex;align-items:center;gap:10px;margin:32px auto 0;border:1px solid rgba(49,27,88,.14);border-radius:999px;background:#ffffffb8;padding:7px 12px 7px 7px;box-shadow:0 8px 28px #311b580d}.parallel-status span{border-radius:999px;background:var(--prototype-purple);color:#fff;padding:6px 10px;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.parallel-status strong{color:#40384a;font-size:.76rem}.parallel-status>i{width:7px;height:7px;border-radius:999px;background:var(--prototype-red);box-shadow:0 0 0 4px #c20f3b1f;animation:wip-pulse 1.8s ease-in-out infinite}.workstream-grid{width:min(100%,1240px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:0 auto}.workstream-card{position:relative;min-width:0;min-height:675px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--prototype-border);border-radius:24px;background:#ffffffdb;color:var(--prototype-ink);padding:22px;box-shadow:0 18px 55px #311b5812;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.workstream-card:before{position:absolute;inset:0 0 auto;height:4px;background:var(--card-accent);content:""}.fusilli-card{--card-accent: var(--prototype-red);--card-soft: #fbf0f3}.tagliatelle-card{--card-accent: var(--prototype-purple-bright);--card-soft: #f1edf5}.workstream-card:hover,.workstream-card:focus-visible{border-color:color-mix(in srgb,var(--card-accent) 50%,white);box-shadow:0 24px 65px #311b5821;outline:none;transform:translateY(-4px)}.workstream-card-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.workstream-name{color:var(--card-accent);font-size:.74rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.wip-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #e4d6b3;border-radius:999px;background:#fff8e8;color:#70510a;padding:6px 9px;font-size:.65rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.wip-pill i{width:6px;height:6px;border-radius:999px;background:#e59c13;box-shadow:0 0 0 3px #e59c1326}.method-visual{position:relative;height:270px;display:grid;place-items:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--card-accent) 15%,white);border-radius:16px;background:linear-gradient(rgba(49,27,88,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(49,27,88,.04) 1px,transparent 1px),var(--card-soft);background-size:28px 28px;color:var(--card-accent)}.method-visual:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(120deg,transparent 60%,rgba(255,255,255,.48));content:"";pointer-events:none}.method-drawing{width:min(92%,470px);height:auto;overflow:visible;transition:transform .28s ease}.workstream-card:hover .method-drawing{transform:scale(1.025)}.visual-note{position:absolute;right:12px;bottom:12px;z-index:1;border-radius:999px;background:#ffffffc2;color:var(--prototype-muted);padding:6px 9px;font-size:.62rem;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tagliatelle-emerging-line{opacity:.13}.journey-veil{position:absolute;z-index:2;inset:18px 16px 18px auto;width:46%;display:grid;align-content:center;border:1px solid rgba(255,255,255,.8);border-radius:12px;background:repeating-linear-gradient(120deg,#ffffff9e 0,#ffffff9e 8px,#ede7f3a8 8px,#ede7f3a8 16px);color:var(--prototype-purple);padding:18px;box-shadow:-14px 0 34px #311b581f;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:rotate(1.5deg)}.journey-veil span{font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.journey-veil small{margin-top:6px;color:var(--prototype-muted);font-size:.64rem}.workstream-copy{padding:28px 5px 0}.workstream-type{margin:0 0 10px;color:var(--card-accent)!important;font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.workstream-copy h2{max-width:490px;margin:0;color:var(--prototype-ink);font-size:clamp(1.55rem,3vw,2.15rem);letter-spacing:-.04em;line-height:1.04}.workstream-copy>p:last-child{max-width:540px;margin:17px 0 0;color:var(--prototype-muted);font-size:.94rem;line-height:1.65}.workstream-copy strong{color:#372f3f;font-weight:760}.workstream-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;border-top:1px solid rgba(49,27,88,.11);padding:20px 5px 1px;color:var(--card-accent);font-size:.84rem;font-weight:850}.workstream-link span{font-size:1rem;transition:transform .16s ease}.workstream-card:hover .workstream-link span{transform:translate(2px,-2px)}.future-section{width:min(100%,1240px);margin:0 auto}.parallel-convergence{position:relative;height:108px}.parallel-convergence svg{width:100%;height:100%;overflow:visible}.parallel-convergence path{fill:none;stroke:#311b5845;stroke-dasharray:4 7;stroke-linecap:round;stroke-width:1.5;vector-effect:non-scaling-stroke}.parallel-convergence span{position:absolute;top:42px;left:50%;border:1px solid rgba(49,27,88,.12);border-radius:999px;background:#f8f6f8;color:var(--prototype-muted);padding:7px 12px;font-size:.67rem;font-weight:750;white-space:nowrap;transform:translate(-50%)}.future-card{width:min(100%,820px);display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(28px,5vw,64px);margin:0 auto;border:1px solid rgba(49,27,88,.14);border-radius:28px;background:#f5f2f6b8;padding:clamp(24px,4vw,44px);box-shadow:inset 0 0 0 1px #ffffffad}.future-drawing{position:relative;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#311b589e}.future-drawing svg{width:100%;height:100%}.future-veil{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border-radius:50%;background:linear-gradient(108deg,transparent 12%,rgba(248,246,248,.92) 42% 58%,transparent 88%),repeating-linear-gradient(45deg,#311b5806 0,#311b5806 5px,#fff9 5px,#fff9 10px);box-shadow:0 0 42px 24px #f8f6f8b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform:rotate(-9deg)}.future-veil-label{position:absolute;bottom:20%;border:1px solid rgba(49,27,88,.14);border-radius:999px;background:#ffffffd6;color:var(--prototype-muted);padding:6px 10px;font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.future-copy h2{margin:-5px 0 14px;color:#311b5847;font-size:2.2rem;letter-spacing:.17em}.future-copy>p:last-child{margin:0;color:var(--prototype-muted);font-size:.96rem;line-height:1.7}.prototype-footer{width:min(100%,1240px);display:flex;align-items:center;justify-content:space-between;gap:20px;margin:64px auto 0;border-top:1px solid rgba(49,27,88,.12);padding-top:22px;color:var(--prototype-muted);font-size:.74rem}.prototype-footer p{margin:0}.prototype-footer span{color:var(--prototype-purple);font-weight:800}.journey-header-links{display:flex;gap:14px}@keyframes wip-pulse{0%,to{opacity:.5;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}@media(max-width:820px){.prototype-landing{padding-right:18px;padding-left:18px}.workstream-card{min-height:700px;padding:18px}.method-visual{height:235px}.future-card{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr)}}@media(max-width:700px){.prototype-landing{padding-right:14px;padding-bottom:32px;padding-left:14px}.prototype-topbar{min-height:76px}.prototype-hero{padding-top:52px}.prototype-hero h1{font-size:clamp(2.7rem,14vw,4.25rem)}.workstream-grid{grid-template-columns:none;grid-auto-columns:minmax(310px,88vw);grid-auto-flow:column;justify-content:start;overflow-x:auto;margin-right:-14px;padding-right:14px;padding-bottom:14px;scroll-snap-type:x mandatory;scrollbar-color:rgba(49,27,88,.3) transparent;scrollbar-width:thin}.workstream-card{min-height:670px;scroll-snap-align:center}.parallel-convergence{height:88px}.parallel-convergence svg{display:none}.parallel-convergence:before{position:absolute;top:0;bottom:0;left:50%;border-left:1px dashed rgba(49,27,88,.27);content:""}.parallel-convergence span{top:28px}.future-card{grid-template-columns:1fr;text-align:center}.future-drawing{width:min(72vw,290px);margin:0 auto -12px}.future-copy>p:last-child{max-width:470px;margin-right:auto;margin-left:auto}.prototype-footer{align-items:flex-start;flex-direction:column;margin-top:48px}}@media(max-width:430px){.prototype-wordmark small{display:none}.prototype-signout{min-height:36px;padding:0 13px}.parallel-status strong{font-size:.71rem}.method-visual{height:220px}.journey-veil{inset:13px 12px 13px auto;width:48%;padding:10px}.workstream-copy h2{font-size:1.7rem}}.minimal-landing{min-height:100vh;background:#f8f7f9;padding-bottom:56px}.minimal-hero{width:min(100%,1240px);min-height:280px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin:0 auto;padding:72px 0 48px}.minimal-hero p{margin:0 0 12px;color:var(--prototype-red);font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.minimal-hero h1{margin:0;color:var(--prototype-ink);font-size:clamp(3.2rem,7vw,6.6rem);letter-spacing:-.07em;line-height:.88}.minimal-hero>span{margin-bottom:7px;color:var(--prototype-muted);font-size:.88rem;font-weight:650}.entry-grid{width:min(100%,1240px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;border-top:1px solid rgba(49,27,88,.18);border-bottom:1px solid rgba(49,27,88,.18)}.prototype-entry{--entry-accent: var(--prototype-purple);min-width:0;min-height:610px;display:flex;flex-direction:column;color:var(--prototype-ink);padding:clamp(30px,4vw,52px);text-decoration:none;transition:background .18s ease}.experiment-entry{--entry-accent: var(--prototype-red);border-right:1px solid rgba(49,27,88,.18)}.prototype-entry:hover,.prototype-entry:focus-visible{background:#fff;outline:none}.entry-topline{display:flex;align-items:center;gap:9px;color:var(--prototype-muted);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.entry-topline i{width:7px;height:7px;border-radius:999px;background:#e59c13;box-shadow:0 0 0 4px #e59c131f;animation:wip-pulse 1.8s ease-in-out infinite}.entry-visual{position:relative;height:250px;display:grid;place-items:center;overflow:hidden;margin:8px 0 22px;color:var(--entry-accent)}.entry-visual:before{position:absolute;width:210px;height:210px;border-radius:50%;background:color-mix(in srgb,var(--entry-accent) 7%,transparent);content:"";filter:blur(26px)}.entry-drawing{position:relative;width:min(92%,460px);height:auto;transition:transform .22s ease}.prototype-entry:hover .entry-drawing{transform:scale(1.035)}.entry-copy p{margin:0 0 10px;color:var(--entry-accent);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.entry-copy h2{margin:0;color:var(--prototype-ink);font-size:clamp(1.9rem,3vw,2.7rem);letter-spacing:-.045em;line-height:1}.entry-copy>span{display:block;max-width:430px;margin-top:14px;color:var(--prototype-muted);font-size:.92rem;line-height:1.55}.prototype-entry>strong{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;border-top:1px solid rgba(49,27,88,.12);padding-top:20px;color:var(--entry-accent);font-size:.82rem}.prototype-entry>strong span{font-size:1rem;transition:transform .16s ease}.prototype-entry:hover>strong span{transform:translate(2px,-2px)}@media(max-width:720px){.minimal-landing{padding-right:16px;padding-bottom:36px;padding-left:16px}.minimal-hero{min-height:240px;align-items:flex-start;flex-direction:column;justify-content:flex-end;gap:20px;padding:54px 0 38px}.minimal-hero h1{font-size:clamp(3.3rem,17vw,5rem)}.minimal-hero>span{margin:0}.entry-grid{grid-template-columns:1fr}.prototype-entry{min-height:560px;padding:28px 12px}.experiment-entry{border-right:0;border-bottom:1px solid rgba(49,27,88,.18)}.entry-visual{height:230px}}.experiment-index-page{width:100%;max-width:none;background:#fff;color:#191919;padding:0 28px 72px}.experiment-index-nav{width:min(100%,1120px);min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;border-bottom:1px solid #e7e7e5}.experiment-home-link{display:inline-flex;align-items:center;gap:8px;color:#37352f;font-size:.82rem;font-weight:700;text-decoration:none}.experiment-home-link span{font-size:1rem;transition:transform .15s ease}.experiment-home-link:hover span{transform:translate(-2px)}.experiment-index-page .prototype-signout{border-color:#deddd9;background:#fff;color:#37352f}.experiment-index-page .prototype-signout:hover{border-color:#37352f;background:#f7f7f5}.experiment-index-hero{width:min(100%,1120px);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:center;gap:clamp(48px,8vw,112px);margin:0 auto;padding:clamp(72px,9vw,116px) 0 clamp(66px,8vw,98px)}.experiment-index-hero h1{margin:0;color:#191919;font-size:clamp(4.4rem,10vw,8rem);font-weight:760;letter-spacing:-.075em;line-height:.86}.experiment-index-hero .workspace-intro{max-width:580px;margin-top:28px;color:#6f6e69;font-size:1rem;line-height:1.65}.experiment-index-scribble{position:relative;aspect-ratio:1.1;display:grid;place-items:center;color:#c20f3b}.experiment-index-scribble:before{position:absolute;top:5%;right:5%;bottom:5%;left:5%;border-radius:49% 51% 46% 54%/56% 43% 57% 44%;background:#fbf3f5;content:"";transform:rotate(-5deg)}.experiment-index-scribble-drawing{position:relative;width:112%;height:auto;transform:rotate(-3deg)}.experiment-index-scribble>span{position:absolute;right:2%;bottom:3%;border:1px solid #e4dfe1;border-radius:999px;background:#ffffffe6;color:#6f6e69;padding:7px 10px;font-size:.62rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.experiment-index-list,.experiment-index-principle{width:min(100%,1120px);margin:0 auto}.experiment-index-list{border-bottom:1px solid #deddd9}.experiment-list-heading,.experiment-index-row{display:grid;grid-template-columns:128px minmax(0,1fr) 190px;gap:28px}.experiment-list-heading{border-top:1px solid #191919;padding:13px 0;color:#9b9a97;font-size:.67rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.experiment-list-heading span:last-child{grid-column:3;text-align:right}.experiment-index-row{align-items:start;border-top:1px solid #e7e7e5;padding:38px 0 42px}.experiment-row-status{display:flex;align-items:center;gap:8px;padding-top:5px;color:#6f6e69;font-size:.7rem;font-weight:700}.experiment-row-status i{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:#3b8c54;box-shadow:0 0 0 4px #edf6ef}.experiment-row-copy p{margin:0 0 8px;color:#9b9a97;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.experiment-row-copy h2{margin:0;color:#191919;font-size:clamp(1.55rem,2.5vw,2.15rem);letter-spacing:-.04em;line-height:1.05}.experiment-row-copy>span{display:block;max-width:620px;margin-top:12px;color:#6f6e69;font-size:.9rem;line-height:1.6}.experiment-row-actions{display:flex;align-items:flex-end;flex-direction:column;gap:14px;padding-top:2px}.experiment-row-actions a{color:#6f6e69;font-size:.76rem;font-weight:700;text-underline-offset:3px}.experiment-row-actions .experiment-open-link{min-width:82px;display:inline-flex;align-items:center;justify-content:space-between;gap:16px;border-radius:6px;background:#191919;color:#fff;padding:10px 12px;text-decoration:none;transition:background .15s ease,transform .15s ease}.experiment-row-actions .experiment-open-link:hover{background:#37352f;transform:translateY(-1px)}.experiment-index-row-template{color:#9b9a97}.experiment-index-row-template .experiment-row-status i{background:#b4b4b0;box-shadow:0 0 0 4px #f1f1ef}.experiment-index-row-template .experiment-row-copy h2,.experiment-index-row-template .experiment-row-copy>span{color:#9b9a97}.experiment-index-principle{display:grid;grid-template-columns:128px minmax(0,1fr);gap:28px;padding-top:28px;color:#6f6e69}.experiment-index-principle p{margin:0;font-size:.8rem;line-height:1.6}.experiment-index-principle>p:first-child{color:#9b9a97;font-size:.67rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.experiment-index-principle>p:last-child{max-width:700px}.experiment-index-principle strong{color:#37352f}@media(max-width:760px){.experiment-index-page{padding-right:18px;padding-bottom:44px;padding-left:18px}.experiment-index-nav{min-height:70px}.experiment-index-hero{grid-template-columns:1fr;gap:30px;padding:58px 0 54px}.experiment-index-hero h1{font-size:clamp(4rem,22vw,6rem)}.experiment-index-hero .workspace-intro{margin-top:22px}.experiment-index-scribble{width:min(100%,340px);margin:0 auto}.experiment-list-heading{grid-template-columns:1fr auto}.experiment-list-heading span:last-child{grid-column:auto}.experiment-index-row{grid-template-columns:1fr;gap:22px;padding:30px 0 34px}.experiment-row-status{padding:0}.experiment-row-actions{align-items:center;flex-direction:row;gap:18px}.experiment-index-principle{grid-template-columns:1fr;gap:10px;padding-top:24px}}.findings-editorial-page{width:100%;max-width:none;background:#fff;color:#191919;padding:0 28px 88px}.findings-editorial-page .workspace-header{width:min(100%,1120px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;margin:0 auto;border-bottom:0;padding:clamp(66px,9vw,112px) 0 clamp(64px,8vw,94px)}.findings-editorial-page .breadcrumb{margin-bottom:22px;color:#9b9a97;font-size:.72rem;font-weight:650}.findings-editorial-page .breadcrumb a{color:#6f6e69;text-decoration:none}.findings-editorial-page .breadcrumb a:hover{color:#191919;text-decoration:underline}.findings-editorial-page .workspace-header h1{max-width:900px;color:#191919;font-size:clamp(3.3rem,8vw,6.5rem);font-weight:760;letter-spacing:-.07em;line-height:.9}.findings-editorial-page .workspace-intro{max-width:590px;margin-top:24px;color:#6f6e69;font-size:.95rem;line-height:1.65}.findings-editorial-page .header-actions{padding-bottom:4px}.findings-editorial-page .header-actions button{min-height:38px;border-radius:6px;padding:0 13px;font-size:.76rem}.findings-editorial-page .header-actions .secondary-button{border-color:#deddd9;background:#fff;color:#37352f}.findings-editorial-page .findings-error,.findings-editorial-page .empty-findings,.findings-editorial-page .findings-list{width:min(100%,1120px);margin-right:auto;margin-left:auto}.findings-editorial-page .empty-findings{min-height:280px;border:0;border-top:2px solid #191919;border-bottom:1px solid #deddd9;border-radius:0;background:transparent}.findings-editorial-page .findings-list{display:block}.findings-editorial-page .finding-card{position:relative;border:0;border-top:3px solid #191919;border-radius:0;background:transparent;padding:20px 0 72px;box-shadow:none}.findings-editorial-page .finding-card+.finding-card{margin-top:74px}.findings-editorial-page .finding-card:before{display:block;margin-bottom:34px;color:#9b9a97;content:"Recorded experiment · " attr(data-run-number);font-size:.66rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.findings-editorial-page .finding-card-header{align-items:center;margin-bottom:34px;border-bottom:1px solid #deddd9;padding-bottom:22px}.findings-editorial-page .finding-card-header>div{justify-content:flex-start}.findings-editorial-page .status-pill{border:1px solid #d7eadc;background:#f3faf5;color:#27723e;padding:5px 8px;font-size:.65rem}.findings-editorial-page .status-pill.neutral{border-color:#deddd9;background:#f7f7f5;color:#787774}.findings-editorial-page .finding-date,.findings-editorial-page .finding-author{color:#9b9a97;font-size:.72rem;font-weight:600}.findings-editorial-page .finding-card>h2{max-width:880px;margin:0 0 32px;color:#191919;font-size:clamp(1.8rem,4vw,3rem);font-weight:650;letter-spacing:-.045em;line-height:1.08;overflow-wrap:anywhere}.findings-editorial-page .finding-conversation{border:0;border-top:1px solid #deddd9;border-bottom:1px solid #deddd9;border-radius:0}.findings-editorial-page .finding-chat-header{border-bottom-color:#e7e7e5;background:#fff;padding-right:0;padding-left:0}.findings-editorial-page .finding-chat-transcript{background:#fbfbfa;padding:24px}.findings-editorial-page .finding-chat-message{border-radius:7px}.findings-editorial-page .finding-chat-message.assistant{border-bottom-left-radius:2px;background:#37352f}.findings-editorial-page .finding-chat-message.user{border-bottom-right-radius:2px;background:#efefed}.findings-editorial-page .finding-prompt-disclosure{margin:22px 0 26px;border:0;border-top:1px solid #deddd9;border-bottom:1px solid #deddd9;border-radius:0}.findings-editorial-page .finding-prompt-disclosure summary{min-height:62px;padding:11px 0}.findings-editorial-page .finding-prompt-disclosure summary strong{color:#191919}.findings-editorial-page .finding-prompt-body{border-top-color:#e7e7e5;padding:18px 0 22px}.findings-editorial-page .finding-prompt-diff,.findings-editorial-page .playground-recorded-prompt{border:0;border-left:2px solid #deddd9;border-radius:0;background:#fbfbfa}.findings-editorial-page .prompt-diff-legend span{border-radius:3px}.findings-editorial-page .finding-observation{border-left-width:3px;border-radius:0;background:#fbf5f6;padding:18px 20px}.findings-editorial-page .finding-observation .eyebrow{color:#a32235}.findings-editorial-page .finding-pending{border-radius:0;background:#f7f7f5;padding:16px 18px}.findings-editorial-page .evidence-details{margin-top:28px;border-top:1px solid #deddd9;border-bottom:1px solid #deddd9;padding:18px 0}.findings-editorial-page .evidence-details summary{color:#37352f;font-size:.78rem}.findings-editorial-page .evidence-response,.findings-editorial-page .evidence-section pre{border-radius:0;background:#f7f7f5}.findings-editorial-page .run-reference{margin-top:28px;color:#b4b4b0}.findings-editorial-page .run-reference code{color:#9b9a97}@media(max-width:760px){.findings-editorial-page{padding:0 18px 58px}.findings-editorial-page .workspace-header{grid-template-columns:1fr;align-items:start;gap:28px;padding:56px 0 58px}.findings-editorial-page .workspace-header h1{font-size:clamp(3.2rem,16vw,5rem)}.findings-editorial-page .header-actions{justify-content:flex-start;padding:0}.findings-editorial-page .finding-card{padding-bottom:54px}.findings-editorial-page .finding-card+.finding-card{margin-top:52px}.findings-editorial-page .finding-card-header{align-items:flex-start;gap:14px}.findings-editorial-page .finding-chat-transcript{padding:16px}.findings-editorial-page .finding-prompt-disclosure summary{align-items:flex-start;flex-direction:column;gap:8px}.findings-editorial-page .knowledge-evidence-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
