.app{display:flex;flex-direction:column;min-height:100vh}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background-color:#18181b;border-bottom:1px solid #27272a}.nav-links{display:flex;gap:1.5rem}.nav-links a{font-weight:500;font-size:.9rem;color:#a1a1aa;text-decoration:none;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.nav-links a:hover{color:#60a5fa;text-decoration:none;border-bottom-color:#60a5fa}.nav-auth{display:flex;align-items:center;gap:.75rem}.nav-user{font-size:.875rem;color:#71717a}.nav-dev-badge{font-size:.6875rem;font-weight:700;padding:.15em .5em;border-radius:4px;background-color:#f59e0b33;color:#fbbf24;letter-spacing:.05em}.content{flex:1;padding:1.5rem;max-width:960px;width:100%;margin:0 auto}.login-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem}.login-prompt h1{font-size:2rem;margin-bottom:.5rem;color:#f4f4f5}.login-prompt p{color:#71717a;margin-bottom:1.5rem;font-size:1.1rem}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#e4e4e7;background-color:#0f0f13;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:#f4f4f5}h2{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:#d4d4d8}a{color:#60a5fa;text-decoration:none}a:hover{color:#93bbfd;text-decoration:underline}button,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #3f3f46;padding:.5em 1em;font-size:.875rem;font-weight:500;font-family:inherit;background-color:#27272a;color:#d4d4d8;cursor:pointer;transition:background-color .15s,border-color .15s;text-decoration:none;line-height:1.5}button:hover,.btn:hover{background-color:#3f3f46;border-color:#52525b;text-decoration:none}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background-color:#2563eb;border-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;border-color:#1d4ed8}.btn-danger{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c;border-color:#b91c1c}table{width:100%;border-collapse:collapse;background:#18181b;border-radius:8px;overflow:hidden;border:1px solid #27272a}thead{background-color:#1e1e23}th{text-align:left;padding:.75rem 1rem;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;color:#a1a1aa;border-bottom:2px solid #27272a}td{padding:.75rem 1rem;border-bottom:1px solid #27272a;font-size:.875rem;color:#d4d4d8}tbody tr:hover{background-color:#1e1e24}tbody tr:last-child td{border-bottom:none}td.actions{display:flex;gap:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.375rem;color:#a1a1aa}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group select,.form-group textarea{display:block;width:100%;max-width:400px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid #3f3f46;border-radius:6px;background:#1e1e23;color:#e4e4e7;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.form-group input[type=checkbox]{margin-right:.5rem}.status{display:inline-block;padding:.2em .6em;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.status-active,.status-Active{background-color:#10b98126;color:#34d399}.status-provisioning,.status-Provisioning{background-color:#f59e0b26;color:#fbbf24}.status-error,.status-Error{background-color:#ef444426;color:#f87171}.error{color:#f87171;background-color:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:6px;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.button-group{display:flex;gap:.25rem}.button-group button{border-radius:6px}
