:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#203444;background:#f4f7f9;font-size:15px;--accent:#176056;--muted:#556b78;--line:#d8e1e7}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button,input,textarea,select{border-radius:8px}button{padding:12px 18px;border:1px solid transparent;font-weight:600;transition:background .15s}button:hover{filter:brightness(.94)}input,textarea,select{width:100%;padding:12px;background:white;border:1px solid #b6c6d0;color:inherit;caret-color:var(--accent)}:focus-visible{outline:3px solid #b07619;outline-offset:3px}::selection{background:#bfe3d7}label{display:block;font-weight:600;margin-bottom:18px}label input,label select,label textarea{display:block;margin-top:8px}small,.hint{font-size:13px;color:var(--muted);font-weight:400}.hint{line-height:1.6;margin-top:25px}h1,h2,p{margin-top:0}h1{font-size:34px;letter-spacing:-.035em;margin-bottom:8px}h2{font-size:21px;letter-spacing:-.015em;margin:30px 0 16px}.muted{color:var(--muted);line-height:1.6}.primary{background:var(--accent);color:#fff}.secondary{background:#fff;border-color:var(--line);color:#203444}.quiet{background:transparent;color:var(--muted)}.error{color:#a62534;min-height:20px}.brand{display:flex;gap:9px;align-items:center;font-size:20px;letter-spacing:.1em;font-weight:750;text-decoration:none;color:inherit}.brand-dot{width:7px;height:7px;background:#80bba8;border-radius:50%;margin-right:4px}.login-layout{min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr}.intro{background:#dcebe8;padding:55px 9%;display:flex;flex-direction:column;justify-content:space-between;min-height:650px}.intro h1{font-size:clamp(36px,4vw,62px);line-height:1.1;max-width:650px}.intro p{max-width:430px;line-height:1.8;color:#42605b;font-size:18px}.login-form{display:grid;place-items:center;padding:40px}.login-form form{width:100%;max-width:370px}.login-form h2{font-size:28px}.login-form button{width:100%}#workspace{display:grid;grid-template-columns:235px 1fr;min-height:100dvh}[hidden]{display:none!important}aside{background:white;border-right:1px solid var(--line);padding:32px 20px;display:flex;flex-direction:column;gap:45px}nav{display:grid;gap:8px}nav button{text-align:left;background:transparent;color:var(--muted);font-weight:500}nav .selected{background:#e3efeb;color:#174d43}aside footer{margin-top:auto;display:grid;gap:12px;overflow-wrap:anywhere}#identity{font-size:13px;line-height:1.7;color:var(--muted)}main{padding:40px clamp(22px,5vw,75px);max-width:1400px;width:100%;margin:auto}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:35px}header p{margin-bottom:6px}.welcome{background:#e0ece8;border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.welcome h2{margin:0 0 10px;font-size:26px}.welcome p{margin:0;max-width:550px;line-height:1.6}.summary{padding:20px 0;color:var(--muted);line-height:1.7}.panel{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.row{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:15px;overflow-wrap:anywhere}.row:last-child{border:0}.row p{margin:5px 0 0;color:var(--muted);font-size:13px}.badge{white-space:nowrap;font-size:12px;padding:5px 9px;border-radius:6px;background:#e5eeea;color:#255748}.badge.warning,.badge.candidate{background:#fff0d5;color:#76501b}.badge.critical,.badge.offline{background:#f9e4e6;color:#973342}.empty{padding:30px 24px;color:var(--muted);margin:0;line-height:1.7}.inline{display:flex;gap:12px;align-items:flex-end}.grow{flex:1}.inline button{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;max-width:800px}.form-grid button{justify-self:start}.narrow{max-width:440px}.messages{min-height:260px;max-height:55vh;overflow:auto;margin:22px 0;scrollbar-color:#9bbcb2 #eef3f1}.message{max-width:75ch;white-space:pre-wrap;line-height:1.7;padding:18px 22px;margin:12px 0;background:white;border-radius:12px}.message.user{margin-left:8%;background:#e0ece8}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.user-edit{display:grid;grid-template-columns:minmax(130px,1fr) minmax(110px,160px) auto auto;gap:12px;align-items:center;width:100%}.user-edit label{margin:0}.user-edit input[type=checkbox]{width:auto;display:inline;margin:0}.user-edit small{display:block;margin-top:5px}#notice:not(:empty){position:fixed;right:20px;bottom:20px;padding:15px 22px;max-width:calc(100vw - 40px);background:#203444;color:white;z-index:10;border-radius:10px;box-shadow:0 8px 25px #20344430}#notice:empty{display:none}@media(max-width:800px){.login-layout{grid-template-columns:1fr}.intro{min-height:auto;padding:26px}.intro>div{padding-top:35px}.intro>.muted{display:none}.intro h1{font-size:36px}.login-form{padding:24px}.login-form h2{margin-top:0}#workspace{grid-template-columns:1fr}aside{padding:20px;gap:20px;border-right:0;border-bottom:1px solid var(--line)}nav{display:flex;flex-wrap:wrap;gap:5px}nav button{padding:9px}aside footer{display:flex;justify-content:space-between;align-items:center}main{padding:25px 20px}.welcome{display:block;padding:24px}.welcome button{margin-top:20px}h1{font-size:29px}.form-grid{grid-template-columns:1fr}.row{padding:18px;align-items:flex-start}.user-edit{grid-template-columns:1fr 1fr}.inline{align-items:stretch;flex-direction:column;gap:0}.inline button{align-self:flex-start}.message.user{margin-left:4%}header{align-items:flex-start}header button{padding:10px}.actions{justify-content:flex-end}}
