/* Node administration uses the light lobby palette; keep overrides scoped to this page. */
.nodes-page{color:#302f2b;background:#f6f4ef}
.nodes-page .topbar-inner{justify-content:space-between}
.nodes-page .brand{font-size:21px}
.nodes-page .hero{min-height:0;margin:0 0 25px;padding:24px 0 12px;background:none;color:#302f2b;border-radius:0;overflow:visible}
.nodes-page .hero::before{display:none}
.nodes-page .hero .eyebrow{color:#876b46;font-size:10px}
.nodes-page .hero h1{font-size:32px;line-height:1.4;margin:8px 0 12px}
.nodes-page .intro{color:#645e53;font-size:14px;margin:0;max-width:800px}
.nodes-page .muted{color:#6c665c;line-height:1.8}
.node-card{padding:24px;border:1px solid #ded8cc;border-radius:12px;margin:24px 0;background:#fff;color:#302f2b}
.node-card h2{margin-bottom:12px;font-size:20px}
#issue{display:flex;gap:16px;align-items:end;flex-wrap:wrap}
#issue label{flex:1;min-width:150px;color:#625a4c}
#issue input,#activation input{display:block;width:100%;padding:12px;margin-top:8px}
#issue .button{min-height:47px}
#activation{padding:20px 0 0}
#code{font-family:monospace;font-size:21px;letter-spacing:3px;margin-bottom:12px;max-width:440px}
.node-row{padding:22px 0;border-bottom:1px solid #e7e1d6;display:flex;align-items:center;justify-content:space-between;gap:24px}
.node-row:last-child{border-bottom:0;padding-bottom:4px}
.node-row>div:first-child{min-width:0;flex:1;overflow-wrap:anywhere}
.node-row p{margin:6px 0;color:#5f5a50;font-size:13px;line-height:1.7;overflow-wrap:anywhere}
.node-row p:first-of-type{color:#3f5949;font-weight:550}
.node-row small{color:#6c665c}
.node-row strong{font-size:18px;color:#302f2b;display:block;margin-bottom:8px}
.node-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:425px}
.node-actions .secondary{color:#554b3b;border-color:#d5cbbd;background:#fffdf8;white-space:nowrap;font-size:12px;padding:9px 13px;min-height:38px}
.node-actions .secondary:hover:not(:disabled){background:#f4ebdc;border-color:#bda988}
.nodes-page button:disabled{opacity:.6}
#nodes,#rooms{color:#6c665c}
#diagnostics{margin-top:18px;padding-top:18px;border-top:1px solid #e7e1d6}
#diagnostic-scope{color:#5f5a50;overflow-wrap:anywhere}
#diagnostic-list{margin:18px 0;color:#5f5a50}
#diagnostic-list details{margin:10px 0;border:1px solid #e2dbce;border-radius:8px;background:#faf8f3;padding:13px 16px}
#diagnostic-list summary{cursor:pointer;line-height:1.8;color:#433e35;overflow-wrap:anywhere}
#diagnostic-list pre{margin-bottom:0;border-top:1px solid #e2dbce;padding-top:14px;color:#403c35;font-size:12px;line-height:1.8}
#limit-error{color:#ad392c}
.nodes-page dialog{color:#302f2b;background:#fff}
@media(max-width:1000px){.node-row{align-items:flex-start;flex-direction:column;gap:12px}.node-actions{max-width:none;justify-content:flex-start}}
@media(max-width:700px){.nodes-page .hero h1{font-size:27px}.nodes-page .brand{font-size:18px}.nodes-page .topbar-inner{gap:8px}.nodes-page nav{margin-left:0}.node-card{padding:18px;margin:18px 0}.node-row strong{font-size:17px}.node-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.node-actions .secondary{padding:9px 8px}.nodes-page .hero{padding-top:12px}#issue{gap:10px}#issue label{flex-basis:100%;margin-top:10px}#issue .button{width:100%;margin-top:6px}}
