:root{--bg: #f0f2f5;--card-bg: #ffffff;--border: #d1d5db;--border-focus: #3b82f6;--primary: #3b82f6;--primary-dark: #2563eb;--danger: #ef4444;--text: #111827;--text-muted: #6b7280;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}nav{background:#fff;padding:0 1.5rem;height:52px;display:flex;align-items:center;gap:.25rem;box-shadow:0 1px 0 var(--border);position:sticky;top:0;z-index:100}nav a{padding:.35rem .75rem;border-radius:6px;color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}nav a:hover{background:#f3f4f6;color:var(--text)}nav a.active{background:#eff6ff;color:var(--primary)}.container{max-width:760px;margin:2.5rem auto;padding:0 1rem}.card,.form-card{background:var(--card-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.form-header{margin-bottom:1.75rem}.form-header h1{margin:0 0 .4rem;font-size:1.5rem}.form-header p{margin:0;color:var(--text-muted);font-size:.9rem}fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:0 0 1.5rem}legend{font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:0 .5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.field{display:flex;flex-direction:column;flex:1 1 200px;margin-bottom:1rem}.field--sm{flex:0 1 100px}.field:last-child{margin-bottom:0}label,.label-text{font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.35rem}.hint{font-weight:400;color:var(--text-muted);font-size:.78rem}input[type=text],input[type=email],input[type=number],input[type=date],select,textarea{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;outline:none;appearance:none;-webkit-appearance:none}input:focus,select:focus,textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #3b82f626}textarea{min-height:90px;resize:vertical}select[multiple]{min-height:100px;padding:.4rem}select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.radio-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.25rem}.radio-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.9rem;font-weight:400}.radio-label input[type=radio]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:400;margin-top:.25rem}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.array-item{background:#f9fafb;border:1px solid var(--border);border-radius:6px;padding:1rem;margin-bottom:.75rem}.array-item .form-row{margin-bottom:.5rem}.array-item .field{margin-bottom:0}.btn-submit{background:var(--primary);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-submit:hover{background:var(--primary-dark)}.btn-add{background:#eff6ff;color:var(--primary);border:1px dashed var(--primary);padding:.45rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.btn-add:hover{background:#dbeafe}.btn-remove{background:none;color:var(--danger);border:1px solid #fca5a5;padding:.3rem .75rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:background .15s}.btn-remove:hover:not(:disabled){background:#fef2f2}.btn-remove:disabled{opacity:.35;cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;padding-top:.5rem}.tagline{font-size:1.05rem;color:var(--text-muted);margin-bottom:1rem}.title-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.title-row h1{margin:0}.version-badge{font-size:.78rem;font-weight:600;color:var(--primary);background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:.15rem .6rem;letter-spacing:.02em;white-space:nowrap}.feature-list{padding-left:1.25rem;line-height:2}.install-block{background:#f0f4ff;border-left:3px solid var(--primary);padding:.75rem 1rem;border-radius:4px;margin:1.25rem 0}.install-block code{font-size:1rem}.links{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.25rem 0}.links a{display:inline-block;padding:.5rem 1.1rem;background:var(--primary);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .15s}.links a:hover{background:var(--primary-dark)}code{background:#f3f4f6;padding:.1em .4em;border-radius:4px;font-size:.875em}h1{margin-top:0}h2{margin:1.5rem 0 .5rem;font-size:1.05rem}
