:root{color:#17212b;background:#f5f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{color:#17212b;cursor:pointer;background:#fff;border:1px solid #c9d3df;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;display:inline-flex}button:disabled{opacity:.5;cursor:not-allowed}input,textarea{color:#17212b;background:#fff;border:1px solid #c9d3df;border-radius:8px;outline:none;padding:10px 12px}textarea{resize:vertical;width:100%;min-height:160px;line-height:1.5}.shell{min-height:100vh}.login{background:linear-gradient(135deg,#e9f2f5,#f7f4ed);place-items:center;min-height:100vh;display:grid}.login-panel{background:#fff;border:1px solid #d6dde5;border-radius:8px;gap:14px;width:min(380px,100vw - 32px);padding:28px;display:grid}.login-panel h1{margin:0;font-size:26px}.topbar{background:#fff;border-bottom:1px solid #dce3ea;justify-content:space-between;align-items:center;height:76px;padding:0 24px;display:flex}.topbar h1{margin:0;font-size:22px}.topbar p,.project-bar p{color:#667789;margin:4px 0 0;font-size:13px}.layout{grid-template-columns:280px minmax(0,1fr) 260px;gap:18px;padding:18px;display:grid}.sidebar,.tasks,.workspace{min-height:calc(100vh - 112px)}.sidebar,.tasks{flex-direction:column;gap:10px;display:flex}.section-title{color:#667789;letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:700}.new-project{grid-template-columns:1fr 42px;gap:8px;display:grid}.icon-button{width:42px;padding:0}.project,.task{text-align:left;justify-items:start;gap:3px;width:100%;min-height:58px;display:grid}.project.active{background:#e8f5f2;border-color:#2f7f7b}.project small,.task small{text-overflow:ellipsis;white-space:nowrap;color:#667789;max-width:100%;overflow:hidden}.workspace{grid-template-rows:auto auto auto auto 1fr;gap:14px;display:grid}.project-bar,.task-box,.deploy-box,.console{background:#fff;border:1px solid #d6dde5;border-radius:8px;padding:14px}.project-bar{justify-content:space-between;gap:14px;display:flex}.actions{align-items:center;gap:8px;display:flex}.task-box{gap:10px;display:grid}.deploy-box{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.primary{color:#fff;background:#176b87;border-color:#176b87}.danger{color:#fff;background:#9f3a38;border-color:#9f3a38}.error{color:#9f3a38;margin:0;font-weight:600}.empty-state,.hint{color:#667789;margin:0;font-size:13px}.console{grid-template-rows:auto 1fr;gap:10px;min-height:320px;display:grid}.console-head{justify-content:space-between;align-items:center;display:flex}pre{color:#d8f3dc;white-space:pre-wrap;background:#101820;border-radius:8px;margin:0;padding:14px;line-height:1.45;overflow:auto}@media (width<=980px){.layout{grid-template-columns:1fr}.sidebar,.tasks,.workspace{min-height:auto}.project-bar,.deploy-box{grid-template-columns:1fr;display:grid}.actions{flex-wrap:wrap}}
