.app{min-height:100vh;display:flex;flex-direction:column}.nav{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:60px}.nav-title{font-size:20px;font-weight:600;margin:0;color:#333}.nav-links{display:flex;gap:30px}.nav-links a{text-decoration:none;color:#06c;font-weight:500;transition:color .2s}.nav-links a:hover{color:#0052a3}.main{flex:1;max-width:1200px;margin:0 auto;padding:20px;width:100%}.card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.card h2{margin-top:0;margin-bottom:15px;color:#333}.status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status.active{background:#d4f4dd;color:#1e7e34}.status.inactive{background:#f8d7da;color:#721c24}.status.configured{background:#cce5ff;color:#004085}.button{background:#06c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.button:hover{background:#0052a3}.button.danger{background:#dc3545}.button.danger:hover{background:#c82333}.table{width:100%;border-collapse:collapse}.table th{background:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#666;border-bottom:2px solid #dee2e6}.table td{padding:12px;border-bottom:1px solid #dee2e6}.table tr:hover{background:#f8f9fa}.loading{text-align:center;padding:40px;color:#666}.error{background:#f8d7da;color:#721c24;padding:15px;border-radius:4px;margin-bottom:20px}.info{background:#d1ecf1;color:#0c5460;padding:15px;border-radius:4px;margin-bottom:20px;border:1px solid #bee5eb}button{background:#2196f3;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}button:hover{background:#1976d2}button:disabled{opacity:.6;cursor:not-allowed}input[type=text],textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit}input[type=text]:focus,textarea:focus{outline:none;border-color:#2196f3}.status.draft{background:#f5f5f5;color:#666}.status.deploying{background:#fff3cd;color:#856404}.status.error{background:#f8d7da;color:#721c24}.status.disabled{background:#e9ecef;color:#6c757d}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
