*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0b1020;color:#f3f5fb}.container{max-width:860px;margin:0 auto;padding:2rem 1rem}.card{border:1px solid #2a355a;border-radius:12px;background:#121a33;padding:1rem;margin-top:1rem}button,input{font:inherit}input{width:100%;padding:.6rem;border-radius:8px;border:1px solid #344272;background:#111933;color:#fff}button{margin-top:.6rem;margin-right:.4rem;padding:.6rem .9rem;border-radius:8px;border:0;background:#4478ff;color:#fff;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.ghost-button{background:#1f2b4e;border:1px solid #3a4e82}.row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.8rem;gap:.8rem}.kv-item{border:1px solid #2c3d71;border-radius:10px;padding:.8rem;background:#111936;display:grid;grid-gap:.3rem;gap:.3rem}.kv-item span{opacity:.75;font-size:.88rem}.status-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.status-badge.active{background:#154535;color:#9df5cc}.status-badge.inactive{background:#4b2a2a;color:#f3b6b6}.chips{display:flex;flex-wrap:wrap;gap:.45rem}.chip{border:1px solid #34529a;background:#12214a;color:#d8e4ff;border-radius:999px;padding:.25rem .6rem;font-size:.82rem}.iface-card{margin-top:.7rem;border:1px solid #2c3d71;border-radius:10px;padding:.8rem;background:#111936}.iface-card h3{margin:0 0 .5rem;font-size:1rem}.iface-card ul{margin:0;padding-left:1.1rem}.loading-text{margin:0 0 .8rem;color:#b6c3ed}.skeleton-line{height:12px;border-radius:999px;margin-bottom:.6rem;background:linear-gradient(90deg,#1a2443 25%,#293b6e 37%,#1a2443 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-line.short{width:65%}.toast-stack{position:fixed;top:1rem;right:1rem;width:min(360px,calc(100vw - 2rem));display:grid;grid-gap:.5rem;gap:.5rem;z-index:9999}.toast{border-radius:10px;padding:.7rem .9rem;font-size:.92rem;border:1px solid transparent;box-shadow:0 12px 24px rgba(5,8,18,.45)}.toast.info{background:#1d2f5f;border-color:#4b69bc}.toast.success{background:#153f31;border-color:#2b936f}.toast.error{background:#4b1f30;border-color:#c95b79}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}