:root{font-family:Arial,Helvetica,sans-serif;color:#101c2b;background:#f3f5f7;font-size:16px;--navy:#091523;--gold:#f3b543;--line:#dce2e9}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer;border:1px solid var(--line);border-radius:7px;background:white;padding:11px 16px;font-weight:600;color:#142438}button:hover{background:#eef2f5}button:disabled{opacity:.55;cursor:wait}a{color:inherit}.primary{background:var(--gold);border-color:var(--gold);color:#142132}.primary:hover{background:#ffd079}.quiet{background:transparent;color:inherit}.login{min-height:100svh;display:grid;grid-template-columns:1fr 1fr}.login-brand{background:var(--navy);padding:10%;display:flex;flex-direction:column;justify-content:space-between;color:white}.logo{width:140px;filter:brightness(0) invert(1)}.login-brand h1{font-size:clamp(34px,4vw,64px);font-weight:500;line-height:1.08;max-width:550px}.login-brand p{color:#bbc6d2;line-height:1.6}.login-form{padding:12%;display:flex;align-items:center}.login-form>div{width:100%;max-width:420px}.eyebrow{font-size:13px;letter-spacing:.13em;text-transform:uppercase;color:#6f7d8f;font-weight:bold}h1,h2,h3,p{margin-top:0}h1{font-size:32px;letter-spacing:-.025em}h2{font-size:23px}h3{font-size:18px}.muted{color:#617085;line-height:1.5}.field{display:flex;flex-direction:column;gap:8px;margin:18px 0}.field label{font-size:14px;font-weight:600}input,select,textarea{border:1px solid #c8d1db;border-radius:6px;padding:12px;background:white;width:100%;color:#182638}textarea{resize:vertical;line-height:1.55}form .primary{margin-top:8px}.shell{display:grid;grid-template-columns:245px 1fr;min-height:100svh}.sidebar{background:var(--navy);color:white;padding:32px 22px;display:flex;flex-direction:column;gap:38px}.sidebar nav{display:grid;gap:8px}.sidebar button{text-align:left;border:0;background:transparent;color:#b9c5d2}.sidebar button.active{background:#223448;color:white;box-shadow:inset 3px 0 var(--gold)}.sidebar .account{margin-top:auto;overflow-wrap:anywhere;font-size:14px}.sidebar .account p{color:#c5d0dc;margin:8px 0}.main{min-width:0;padding:38px 4vw}.topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.topline h1{margin-bottom:6px}.topline p{margin-bottom:0}.panel{background:white;border:1px solid var(--line);border-radius:10px;padding:24px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}.metric b{font-size:34px;font-weight:500;display:block;margin-top:12px}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.toolbar input{flex:1;min-width:180px}.toolbar select{width:auto;max-width:240px}.tablewrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{color:#65758a;font-size:13px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}td,th{padding:16px 12px;border-bottom:1px solid #e8edf1}td button{padding:0;border:0;text-align:left;background:none;color:#112c45}.badge{padding:5px 9px;border-radius:4px;background:#edf2f6;font-size:13px;white-space:nowrap}.badge.shared{background:#e7f1ed;color:#285b4b}.empty{padding:65px 20px;text-align:center;color:#66768a}.empty h2{color:#24374d}.editor-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(370px,1.15fr);gap:22px;align-items:start}.chat{display:flex;flex-direction:column;min-height:640px}.messages{flex:1;max-height:470px;overflow:auto;display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.message{padding:15px;background:#f1f4f7;border-radius:8px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.message.user{background:#14283d;color:white;margin-left:25px}.message b{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;color:#7b8fa4}.composer{border-top:1px solid var(--line);padding-top:16px}.composer textarea{min-height:105px}.document-area{min-height:570px;font-size:16px}.doc-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.document-text{white-space:pre-wrap;font-family:inherit;line-height:1.65;overflow-wrap:anywhere}.small{font-size:13px;color:#617085;line-height:1.5}.dialog{position:fixed;inset:0;background:#07152599;display:flex;align-items:center;justify-content:center;z-index:10;padding:24px}.dialog-content{background:white;padding:30px;border-radius:12px;width:min(600px,100%);max-height:90svh;overflow:auto}.dialog-head{display:flex;justify-content:space-between;align-items:start;gap:20px}.row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.loading{padding:80px;text-align:center}#notice:not(:empty){position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#152c42;color:white;padding:15px 23px;border-radius:8px;max-width:90vw;z-index:20;box-shadow:0 5px 20px #0003}.error{color:#a43127}.back{margin-bottom:22px}.wide{width:100%}.revisions{max-height:500px;overflow:auto}.revisions pre{white-space:pre-wrap;font:inherit}.login-form .footnote{margin-top:30px;font-size:14px;color:#6c7b8d}.statusline{margin-bottom:18px}@media(max-width:1050px){.editor-layout{grid-template-columns:1fr}.shell{grid-template-columns:205px 1fr}.main{padding:28px 24px}}@media(max-width:650px){.login{grid-template-columns:1fr}.login-brand{padding:30px;gap:20px}.login-brand h1{font-size:32px;margin:15px 0}.login-brand p{display:none}.login-form{padding:35px 24px}.shell{display:block}.sidebar{padding:20px;gap:18px}.sidebar .logo{width:90px}.sidebar nav{display:flex;flex-wrap:wrap;gap:4px}.sidebar .account{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar .account p{font-size:12px}.main{padding:25px 16px}.metrics{gap:8px}.metric{padding:16px 10px;font-size:14px}.metric b{font-size:28px}.row{grid-template-columns:1fr;gap:0}.panel{padding:18px}.chat{min-height:450px}.topline h1{font-size:27px}.dialog{padding:12px}.dialog-content{padding:22px}.toolbar select{max-width:100%}}

.draft-home{max-width:900px;margin:7vh auto}.draft-home>h1{font-size:clamp(30px,3.3vw,46px);font-weight:500}.draft-home>.muted{max-width:650px;margin-bottom:30px}.prompt-card{background:white;border:1px solid #c8d1db;border-radius:20px;padding:24px;box-shadow:0 12px 35px #10283e08}.prompt-card>label{font-size:14px;font-weight:600;display:block;margin-bottom:9px}.prompt-card select{max-width:100%;background:#f4f6f8}.prompt-card textarea{min-height:170px;border:0;padding:22px 0;font-size:18px;resize:vertical}.prompt-footer{display:flex;gap:15px;justify-content:space-between;align-items:center}.prompt-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}.prompt-suggestions button{font-weight:400;text-align:left;line-height:1.5;padding:18px;background:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.thinking{color:#617085}.message.assistant{background:transparent}.message.user{border-radius:18px}.composer textarea{border-radius:12px}.chat h2{font-weight:500}@media(max-width:650px){.draft-home{margin:20px auto}.prompt-suggestions{grid-template-columns:1fr}.prompt-card{padding:18px}.prompt-footer{align-items:flex-end}.prompt-footer .small{max-width:150px}}

.logo{width:195px;max-width:100%;height:auto}.sidebar .logo{width:185px}@media(max-width:650px){.sidebar .logo{width:155px}}
