*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:system-ui,sans-serif;color:#213547;background-color:#fff}html,body,#root{height:100%;margin:0}.layout{display:flex;flex-direction:column;height:100vh;font-family:system-ui,sans-serif}.top-bar{flex-shrink:0;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;background:#fff;width:100%;box-sizing:border-box}.top-bar-inner{max-width:1200px;margin:0 auto}.user-info{color:#555;margin:0 0 1rem}nav.actions{display:flex;gap:.5rem;margin:0}.content{flex:1;overflow-y:auto;padding:1.5rem 2rem;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;background:#3182ce;color:#fff}button:hover:not(:disabled){background:#2b6cb0}button:disabled{background:#cbd5e0;color:#a0aec0;cursor:not-allowed}button.secondary{background:#718096}button.secondary:hover{background:#4a5568}button.link-btn{background:none;color:#3182ce;padding:0;font-size:.85rem;text-decoration:underline}button.link-btn:hover{background:none;color:#2b6cb0}.panel{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;width:100%;box-sizing:border-box}.panel h2{margin-top:0}.panel h3{margin-bottom:.25rem;font-size:.95rem;color:#4a5568}textarea{width:100%;font-family:monospace;font-size:.85rem;padding:.75rem;border:1px solid #ccc;border-radius:6px;resize:vertical;box-sizing:border-box;margin-bottom:.5rem}pre{background:#f7fafc;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.8rem;text-align:left;white-space:pre-wrap;word-break:break-word}pre.error-pre{background:#fff5f5;border:1px solid #fed7d7}.rest-url-bar{display:flex;gap:.5rem;margin-bottom:1rem}.rest-url-bar input{flex:1;font-family:monospace;font-size:.85rem;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}details{margin-top:1rem}details summary{cursor:pointer;font-weight:600}.keycloak-status{color:#d69e2e;font-weight:600;margin:.5rem 0;min-height:1.5em}.keycloak-status:not(:empty){animation:pulse 1s ease-in-out infinite}.content.disabled{opacity:.4;pointer-events:none}.token-expiry-line{margin:0 0 .75rem}.token-expiry{color:#38a169;font-size:.85rem}.token-expiry.expiry-warn{color:#e53e3e;font-weight:600}button.link-btn:disabled{background:none;color:#a0aec0;text-decoration:underline}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
