@charset "UTF-8";:root{--bg-a: #0f172a;--bg-b: #1e293b;--card: #ffffff;--ink: #1f2937;--muted: #64748b;--primary: #0f766e;--primary-strong: #115e59;--line: #dbe4ee;--danger: #b91c1c;--radius: 18px;--shadow: 0 30px 60px rgba(2, 6, 23, .25)}*{box-sizing:border-box}html,body{margin:0;min-height:100vh}body{font-family:Heebo,Inter,sans-serif;color:var(--ink);background-color:var(--bg-a)}.card-header h1{margin:.2rem 0 .6rem;color:var(--ink);font-size:clamp(1.7rem,3vw,2.2rem);line-height:1.1}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--primary);font-weight:700}.subtitle{margin:0;color:var(--muted)}.submit{border:0;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;border-radius:12px;padding:.82rem 1rem;font:inherit;font-weight:700;cursor:pointer;transition:filter .12s ease}.submit:hover{filter:brightness(1.05)}.submit:disabled{opacity:.7;cursor:not-allowed}.field{display:grid;gap:.4rem;color:var(--ink);font-weight:500}.field input{border:1px solid var(--line);border-radius:12px;padding:.72rem .85rem;font:inherit;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #0f766e1f}.field small{color:var(--danger);font-size:.8rem}.error-slot{display:block;min-height:1rem;color:var(--danger);font-size:.8rem}.checkbox-field{display:flex;align-items:center;gap:.6rem;cursor:pointer;padding:.5rem 0}.checkbox-field input{width:1.2rem;height:1.2rem;accent-color:var(--primary)}.checkbox-field span{font-size:.95rem;color:var(--ink);font-weight:500}.language-switch{margin-top:1rem;display:inline-flex;padding:.25rem;background:#e2e8f0;border-radius:999px;gap:.25rem}.language-switch button{border:0;background:transparent;border-radius:999px;padding:.45rem .9rem;font:inherit;color:#334155;cursor:pointer;transition:background .12s ease,color .12s ease}.language-switch button.active{background:#fff;color:var(--ink);box-shadow:0 4px 14px #0206171f}.settings-page{display:grid;gap:1rem}.settings-header h1{margin:0;font-size:2rem}.settings-header p{margin:.4rem 0 0;color:var(--muted)}.settings-content{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:1rem;min-height:520px;max-height:520px;overflow-y:auto}.settings-panel{display:grid;gap:1rem}.settings-panel h2{margin:0}.settings-section{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:1rem}.settings-section h3{margin:0;padding:.85rem .95rem;font-size:1.15rem;background:#f8fafc}.settings-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.85rem .95rem;border-top:1px solid #edf2f7;color:#0f172a;position:relative}.settings-row input{width:1.2rem;height:1.2rem;margin:0;accent-color:#3b82f6}.setting-copy{display:grid;gap:.2rem;text-align:start;flex:1}.setting-title{font-weight:600}.setting-description{color:#64748b;font-size:.84rem;line-height:1.3}.setting-actions{display:flex;align-items:center;gap:.5rem}.info-anchor{position:relative;display:inline-flex}.info-trigger{width:1.25rem;height:1.25rem;border-radius:50%;border:1px solid #94a3b8;background:#fff;color:#334155;font-size:.76rem;line-height:1;padding:0;cursor:pointer}.info-pop{position:absolute;inset-inline-end:0;top:calc(100% + .35rem);width:min(260px,74vw);background:#0f172a;color:#f8fafc;border-radius:8px;padding:.5rem .6rem;font-size:.78rem;line-height:1.35;box-shadow:0 10px 24px #02061747;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .12s ease,visibility .12s ease,transform .12s ease;pointer-events:none;z-index:4}.info-anchor:hover .info-pop,.info-pop.open{opacity:1;visibility:visible;transform:translateY(0)}.settings-tabs{display:flex;flex-wrap:wrap;gap:.45rem;border-bottom:1px solid #e2e8f0;padding-bottom:.7rem}.settings-tab{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:.45rem .9rem;font:inherit;cursor:pointer}.settings-tab.active{border-color:var(--primary);color:var(--primary);background:#0f766e14;font-weight:700}@media(max-width:700px){.field-grid,.service-grid{grid-template-columns:1fr}.settings-tabs{gap:.35rem}.settings-tab{padding:.4rem .75rem}.settings-content{min-height:430px;max-height:430px}.info-pop{width:min(250px,84vw)}}
