:root{--ink:#0b0b0b;--muted:#626262;--line:#dedede;--soft:#f7f7f5;--cyan:#07b7ce;--white:#fff;font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:var(--white)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff;color:var(--ink)}button,a,textarea{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:68px;padding:0 2.2vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #eee;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);z-index:20}.brand{font-size:20px;font-weight:800;text-decoration:none}.site-header nav{display:flex;gap:32px}.site-header nav a{font-size:13px;text-decoration:none}.private-state{justify-self:end;font:700 10px/1.2 ui-monospace,Consolas,monospace;color:#147468}.command-center{min-height:640px;padding:150px 6vw 90px;display:flex;flex-direction:column;align-items:center;text-align:center}.kicker{margin:0 0 16px;font:700 10px/1.4 ui-monospace,Consolas,monospace;color:#086ee5}.command-center h1{max-width:900px;margin:0 0 42px;font-size:clamp(48px,6.5vw,96px);line-height:.98;font-weight:500}.brief-composer{width:min(760px,92vw);min-height:116px;padding:17px 16px 14px 20px;display:grid;grid-template-columns:1fr 48px;gap:12px;align-items:end;border:1px solid #d7d7d7;border-radius:22px;box-shadow:0 12px 34px rgba(0,0,0,.06)}.brief-composer textarea{width:100%;resize:none;border:0;outline:0;font-size:16px;line-height:1.5;background:transparent}.brief-composer button{width:46px;height:46px;border:0;border-radius:50%;background:#0b0b0b;color:white;display:grid;place-items:center}.brief-composer svg,.icon-button svg{width:19px;height:19px}.prompt-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px}.prompt-row button,.filters button{padding:9px 14px;border:1px solid #ddd;border-radius:999px;background:white;color:#555;font-size:12px}.prompt-row button:hover,.filters button.active{border-color:#111;color:#111}.command-status{min-height:18px;margin-top:18px;color:var(--muted);font-size:12px}.queue-section,.protocol-section{padding:90px 5vw}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading h2,.network-copy h2,.protocol-section>h2{margin:0;font-size:clamp(36px,5vw,70px);line-height:1;font-weight:500}.filters{display:flex;gap:8px;flex-wrap:wrap}.queue-list{border-top:1px solid var(--line)}.queue-row{min-height:118px;padding:22px 0;display:grid;grid-template-columns:70px minmax(220px,1.3fr) minmax(200px,1fr) 150px 42px;gap:20px;align-items:center;border-bottom:1px solid var(--line)}.queue-index{font:700 11px ui-monospace,Consolas,monospace;color:#777}.queue-row h3{margin:0 0 7px;font-size:20px;font-weight:500}.queue-row p{margin:0;color:var(--muted);line-height:1.45}.stage{font:700 10px ui-monospace,Consolas,monospace;text-transform:uppercase;color:#086ee5}.due{font-size:12px;color:#555}.open-brief,.icon-button{width:40px;height:40px;border:1px solid #ccc;border-radius:50%;background:white;display:grid;place-items:center}.open-brief svg{width:17px}.network-section{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);background:var(--soft)}.network-section>img{width:100%;height:100%;min-height:560px;object-fit:cover}.network-copy{padding:70px 5vw}.network-copy ol{margin:60px 0 0;padding:0;list-style:none;border-top:1px solid #cfcfcf}.network-copy li{padding:22px 0;display:grid;grid-template-columns:42px 1fr;gap:14px;border-bottom:1px solid #cfcfcf;line-height:1.5}.network-copy li span,.protocol-grid article>span{font:700 10px ui-monospace,Consolas,monospace;color:#086ee5}.protocol-section>h2{max-width:900px}.protocol-grid{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.protocol-grid article{min-height:230px;padding:25px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.protocol-grid h3{margin:auto 0 10px;font-size:25px;font-weight:500}.protocol-grid p{margin:0;color:var(--muted);line-height:1.55}dialog{width:min(700px,92vw);padding:0;border:1px solid #bbb;border-radius:8px}dialog::backdrop{background:rgba(0,0,0,.28);backdrop-filter:blur(4px)}.dialog-shell{padding:28px}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head .kicker{margin:0}.dialog-shell h2{font-size:40px;font-weight:500}.dialog-shell dl{display:grid;grid-template-columns:140px 1fr;border-top:1px solid var(--line)}.dialog-shell dt,.dialog-shell dd{margin:0;padding:13px 0;border-bottom:1px solid var(--line)}.dialog-shell dt{font:700 10px ui-monospace,Consolas,monospace;color:#666}.dialog-shell dd{line-height:1.5}.dialog-shell menu{padding:22px 0 0;margin:0;display:flex;justify-content:flex-end;gap:10px}.dialog-shell menu button{min-height:42px;padding:0 16px;border:1px solid #111;background:#111;color:white}.dialog-shell menu .secondary{background:white;color:#111}footer{min-height:88px;padding:0 3vw;display:flex;justify-content:space-between;align-items:center;background:#0b0b0b;color:#aaa;font:700 10px ui-monospace,Consolas,monospace}@media(max-width:850px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.command-center{padding-top:110px;min-height:600px}.queue-row{grid-template-columns:50px 1fr 42px}.queue-row .queue-action,.queue-row .due{grid-column:2}.network-section{grid-template-columns:1fr}.network-section>img{min-height:340px}.protocol-grid{grid-template-columns:1fr}.protocol-grid article{min-height:170px}}@media(max-width:560px){.site-header{padding:0 20px}.private-state{font-size:8px}.command-center{padding-inline:20px;align-items:stretch;text-align:left}.command-center h1{font-size:51px}.prompt-row{justify-content:flex-start}.brief-composer{width:100%}.queue-section,.protocol-section{padding:70px 22px}.section-heading{align-items:flex-start;flex-direction:column}.queue-row{grid-template-columns:36px 1fr 40px}.queue-row h3{font-size:18px}.network-copy{padding:55px 24px}.network-section>img{min-height:260px}.dialog-shell dl{grid-template-columns:1fr}.dialog-shell dt{padding-bottom:0;border-bottom:0}footer{padding:25px 22px;align-items:flex-start;gap:15px;flex-direction:column;justify-content:center}}
body{overflow-x:hidden}.brief-composer textarea{min-width:0}
@media(max-width:560px){.private-state{display:none}.command-center h1{font-size:48px}.prompt-row button{padding-inline:11px}.brief-composer{grid-template-columns:minmax(0,1fr) 44px}.queue-row{grid-template-columns:36px minmax(0,1fr) 40px}}
@media(max-width:560px){.command-center{width:100%;max-width:100vw}.command-center h1{width:calc(100vw - 40px);font-size:40px;overflow-wrap:anywhere}.brief-composer{width:calc(100vw - 40px);max-width:calc(100vw - 40px)}.prompt-row{width:calc(100vw - 40px)}}
