:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6f2;color:#17211c;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f4f6f2f2,#ecf0eaf2),repeating-linear-gradient(90deg,rgba(20,92,82,.05) 0,rgba(20,92,82,.05) 1px,transparent 1px,transparent 44px)}button,input,a{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.app-shell{width:min(1420px,calc(100% - 36px));margin:0 auto;padding:28px 0 56px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(420px,100%);display:grid;gap:18px;padding:28px;background:#fffffff0;border:1px solid #d6ded8;border-radius:8px;box-shadow:0 18px 50px #16261f14}.login-panel svg{color:#145c52}.login-panel h1{font-size:36px}.login-panel p{margin-top:8px;color:#617069}.google-button{min-height:44px;border-radius:8px;background:#17211c;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.google-button.disabled{pointer-events:none;opacity:.55}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:12px 0 20px}h1,h2,h3,p{margin:0}h1{font-size:clamp(30px,4vw,46px);line-height:1;color:#10281f}h2{font-size:22px;line-height:1.2}h3{font-size:16px}.topbar p,.panel-head p,.modal-header p{margin-top:7px;color:#617069}.top-actions,.action-row,.modal-action-group,.preview-head{display:flex;align-items:center;gap:10px}.primary-button,.secondary-button,.icon-button{border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;transition:transform .15s ease,background .15s ease,border-color .15s ease}.primary-button{background:#145c52;color:#fff;padding:0 16px;font-weight:700}.secondary-button{background:#fff;color:#20332c;border-color:#cdd8d1;padding:0 14px;font-weight:650}.icon-button{width:38px;height:38px;background:#fff;color:#20332c;border-color:#cdd8d1}.icon-button.danger{color:#a03428;border-color:#e3c1bc}.primary-button:hover,.secondary-button:hover,.icon-button:hover{transform:translateY(-1px)}.router-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 16px}.view-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 14px}.tab{min-height:46px;border:1px solid #cdd8d1;border-radius:8px;background:#fff;color:#263a33;display:inline-flex;align-items:center;gap:10px;padding:0 14px;font-weight:700}.tab.active{background:#17211c;color:#fff;border-color:#17211c}.loaded-dot{width:8px;height:8px;border-radius:999px;background:#2d9c72}.router-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #d6ded8;border-radius:8px;background:#d6ded8;margin-bottom:18px}.router-summary>div{background:#ffffffdb;padding:14px 16px;min-width:0}.summary-label{display:block;color:#68766f;font-size:12px;text-transform:uppercase;letter-spacing:0;margin-bottom:5px}.router-summary strong{display:block;overflow-wrap:anywhere}.content-panel{background:#ffffffe6;border:1px solid #d6ded8;border-radius:8px;overflow:hidden;box-shadow:0 18px 50px #16261f14}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid #e1e7e3}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:920px}th,td{padding:14px 18px;text-align:left;border-bottom:1px solid #e7ece8;vertical-align:middle}th{color:#5c6963;font-size:12px;text-transform:uppercase;letter-spacing:0;background:#f8faf7}tr:last-child td{border-bottom:0}.peer-name{font-weight:760}.peer-id{margin-top:4px;color:#728078;font-size:12px}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.key-cell{max-width:360px;overflow:hidden;text-overflow:ellipsis}.actions-col{width:160px}.pill{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.pill-ok{background:#e3f4ec;color:#1f6c4f}.pill-danger{background:#f8e4df;color:#9f3327}.pill-owner{background:#eee8ff;color:#4e3c8a}.empty-state,.loading-line,.error-box{margin:16px 0;border-radius:8px;padding:14px 16px}.empty-state{color:#68766f}.loading-line{background:#eef4f1;border:1px solid #cfe0d9;color:#264139}.error-box{background:#fff0ed;border:1px solid #f0beb7;color:#8f2d22}.success-box{margin:16px 20px;border-radius:8px;padding:14px 16px;background:#e7f6ef;border:1px solid #b9dfcd;color:#1f6c4f}.inline-box{margin:16px 20px}.user-form{display:grid;grid-template-columns:minmax(240px,420px) auto;align-items:end;gap:12px;padding:18px 20px;border-bottom:1px solid #e1e7e3}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b131085;z-index:20}.modal{width:min(1120px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fbfcfa;border:1px solid #dbe3dd;border-radius:8px;box-shadow:0 30px 80px #00000047}.edit-modal{width:min(640px,100%)}.modal-header,.modal-actions{padding:18px 20px}.modal-header{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #e1e7e3}.modal-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:20px;padding:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start}.form-grid.single{grid-template-columns:1fr;padding:20px}.field{display:grid;gap:7px;color:#4f5e57;font-size:13px;font-weight:750}.field input{min-height:42px;border:1px solid #cdd8d1;border-radius:8px;background:#fff;color:#17211c;padding:0 11px;min-width:0}.field input:focus{outline:2px solid rgba(20,92,82,.2);border-color:#268173}.field input.readonly,.field input:read-only{background:#f1f5f2;color:#50615a}.segmented{display:grid;grid-template-columns:1fr 1fr;border:1px solid #cdd8d1;border-radius:8px;overflow:hidden;background:#fff}.segmented button{border:0;min-height:42px;background:transparent;color:#46564f;font-weight:800}.segmented button.selected{background:#dcebe6;color:#124a42}.checkbox-row{display:flex;align-items:center;gap:10px;color:#263a33;font-weight:700;grid-column:1 / -1}.checkbox-row input{width:18px;height:18px;accent-color:#145c52}.preview-panel{min-width:0;display:grid;grid-template-rows:auto minmax(360px,1fr);gap:12px}.preview-head{justify-content:space-between}pre{margin:0;padding:16px;overflow:auto;border-radius:8px;border:1px solid #cdd8d1;background:#111b17;color:#e7f4ee;min-height:360px;white-space:pre-wrap;overflow-wrap:anywhere}.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e1e7e3}@media(max-width:900px){.app-shell{width:min(100% - 24px,1420px);padding-top:16px}.topbar{align-items:stretch;flex-direction:column}.top-actions{flex-wrap:wrap}.modal-actions,.modal-action-group{align-items:stretch;flex-direction:column}.router-summary,.modal-grid,.form-grid,.user-form{grid-template-columns:1fr}.modal-backdrop{align-items:flex-start;padding:12px}.preview-panel{grid-template-rows:auto auto}}
