:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1a1a1a;background:#f5f5f5}*{box-sizing:border-box}body{margin:0;min-height:100vh}label{display:block;font-weight:500;margin-bottom:.25rem}input[type=text],input[type=url],input[type=email],select,textarea{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}button{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;border:1px solid #ccc;background:#fff}button.primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}button.danger{background:#c00;color:#fff;border-color:#c00}button+button{margin-left:.5rem}.form-group{margin-bottom:1rem}.read-only-id{display:block;padding:.5rem .75rem;font-size:.875rem;font-family:ui-monospace,monospace;color:#666;background:#f5f5f5;border-radius:4px;border:1px solid #e5e5e5}.section{background:#fff;border-radius:8px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.section h2{margin-top:0;margin-bottom:1rem;font-size:1.125rem}.list-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.list-item:last-child{border-bottom:none}.errors{background:#fee;border:1px solid #fcc;border-radius:4px;padding:.75rem;margin-bottom:1rem;font-size:.875rem}.errors ul{margin:0;padding-left:1.25rem}button.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:1px solid #ddd;background:#fff;color:#666;border-radius:4px;cursor:pointer}button.icon-btn:hover{background:#f5f5f5;color:#c00}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal{background:#fff;border-radius:8px;padding:1.5rem;max-width:360px;width:90%;box-shadow:0 4px 20px #00000026}.confirm-modal-title{margin:0 0 .5rem;font-size:1.125rem}.confirm-modal-message{margin:0 0 1.25rem;color:#555;font-size:.9375rem}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.code-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.code-editor-modal{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 4px 20px #00000026}.code-tabs{display:inline-flex;border-radius:999px;background:#f3f3f3;padding:2px;margin-bottom:.75rem}.code-tab{border:none;background:transparent;padding:.25rem .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#666}.code-tab.active{background:#fff;border-radius:999px;box-shadow:0 0 0 1px #ddd;color:#111}
