:root{--bg: #f8f9fa;--surface: #fff;--border: #dee2e6;--text: #212529;--text-muted: #6c757d;--primary: #0d6efd;--primary-hover: #0b5ed7;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;color:var(--text);background:var(--bg);min-height:100vh}#root{min-height:100vh;padding:1.5rem}label{display:block;font-weight:500;margin-bottom:.35rem;color:var(--text)}input,select{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;background:var(--surface)}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0d6efd33}button{cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius);border:none;background:var(--primary);color:#fff}button:hover{background:var(--primary-hover)}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.secondary:hover{background:var(--bg)}.app{max-width:640px;margin:0 auto;display:flex;flex-direction:column;min-height:100vh}.app .main{flex:1}.app-footer{margin-top:auto;padding-top:1.5rem;font-size:.85rem;color:var(--text-muted);text-align:center}.header{margin-bottom:1.5rem;text-align:center}.header-logo{display:block;max-height:400px;width:auto;height:auto;margin:0 auto 1rem;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:contain}.header h1{margin:0 0 .25rem;font-size:1.5rem}.header-title-clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.subtitle{margin:0;color:var(--text-muted);font-size:.95rem}.locale-row{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.locale-label{font-size:.9rem;color:var(--text-muted)}.locale-row button{padding:.35rem .6rem;font-size:.9rem}.locale-row button.active{background:var(--primary);color:#fff}.section{margin-bottom:1.25rem;padding:1rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.section-title{margin:0 0 .75rem;font-size:1rem}.radio-group{display:flex;gap:1rem;margin-bottom:.75rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;margin:0}.radio-label input{width:auto}.toggle-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.toggle-label{margin-right:.5rem}.toggle{width:2.5rem;height:1.25rem;border-radius:999px;padding:0;position:relative;border:1px solid var(--border);background:var(--border)}.toggle .toggle-thumb{position:absolute;top:2px;left:2px;width:calc(1.25rem - 4px);height:calc(1.25rem - 4px);border-radius:50%;background:#fff;transition:transform .2s}.toggle.on{background:var(--primary);border-color:var(--primary)}.toggle.on .toggle-thumb{transform:translate(1.25rem)}.toggle-value{font-size:.9rem;color:var(--text-muted)}.fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.field.full{grid-column:1 / -1}.form-actions{margin-top:1rem}.error-msg{color:#dc3545;margin-top:.5rem;font-size:.9rem}.admin-toggle{position:fixed;bottom:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;padding:0;font-size:1.2rem;opacity:.6}.admin-toggle:hover{opacity:1}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-panel{background:var(--surface);border-radius:var(--radius);box-shadow:0 4px 20px #00000026;max-width:480px;width:100%;max-height:90vh;overflow:auto;padding:1.25rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-header h2{margin:0;font-size:1.1rem}.admin-close{background:var(--bg);color:var(--text)}.admin-desc{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.admin-fields{display:flex;flex-direction:column;gap:.5rem}.admin-field label{font-size:.85rem}.admin-field input{font-size:.9rem}
