: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{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}@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: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{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.experiment-page,.playground-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%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
