:root{--ghd-teal: #10c9a0;--ghd-teal-start: #1fd18a;--ghd-teal-end: #00c0b8;--ghd-navy: #0e2a63;--ghd-navy-deep: #06173d;--ghd-ink: #0f2147;--ghd-slate: #5b6b86;--ghd-border: #e3eaf2;--ghd-surface: #ffffff;--ghd-bg: #f4f8f7;--ghd-radius: 16px;--ghd-shadow: 0 12px 34px rgba(14, 42, 99, .09);--font-head: "Poppins", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-body);color:var(--ghd-ink);background:var(--ghd-bg);line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-head);color:var(--ghd-navy);line-height:1.2;margin:0 0 .5rem}h1{font-size:1.6rem}p{margin:0 0 .5rem}.ghd-app{min-height:100dvh;display:flex;flex-direction:column}.ghd-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem 1.25rem;background:var(--ghd-surface);border-bottom:1px solid var(--ghd-border)}.ghd-main{flex:1;display:grid;place-items:center;padding:2rem 1.25rem}.ghd-card{width:100%;max-width:30rem;background:var(--ghd-surface);border:1px solid var(--ghd-border);border-radius:var(--ghd-radius);box-shadow:var(--ghd-shadow);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.ghd-logo-img{height:34px;width:auto;display:block;flex:none}@media (max-width: 480px){.ghd-logo-img{height:28px}}.ghd-lang{display:inline-flex;align-items:center;gap:.35rem;color:var(--ghd-slate);cursor:pointer;flex:none;position:relative}.ghd-lang select{font:inherit;font-size:.9rem;font-weight:500;color:var(--ghd-ink);border:none;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.2rem .1rem;max-width:9rem}.ghd-lang select:focus-visible{outline:2px solid var(--ghd-teal);outline-offset:2px;border-radius:6px}@media (max-width: 480px){.ghd-lang{min-width:44px;min-height:44px;justify-content:center}.ghd-lang select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;max-width:none}}.ghd-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ghd-hero{text-align:center;align-items:center}.ghd-hero h1{margin-top:.4rem}.ghd-muted{color:var(--ghd-slate)}.ghd-card label{display:flex;flex-direction:column;gap:.3rem;font-weight:500;font-size:.9rem;color:var(--ghd-ink)}.ghd-card input,.ghd-card select{font:inherit;min-height:44px;padding:.6rem .7rem;border:1px solid var(--ghd-border);border-radius:10px;background:#fff;color:var(--ghd-ink)}.ghd-card input:focus,.ghd-card select:focus{outline:2px solid var(--ghd-teal);outline-offset:1px;border-color:var(--ghd-teal)}.ghd-card button{font:inherit;font-weight:600;cursor:pointer;min-height:44px;padding:.65rem 1.1rem;border:none;border-radius:10px;background:var(--ghd-navy);color:#fff;transition:filter .15s ease,transform .05s ease}.ghd-card button:hover:not(:disabled){filter:brightness(1.12)}.ghd-card button:active:not(:disabled){transform:translateY(1px)}.ghd-card button:disabled{opacity:.5;cursor:not-allowed}.ghd-btn-teal{background:linear-gradient(135deg,var(--ghd-teal-start),var(--ghd-teal-end))!important;color:var(--ghd-navy-deep)!important}.ghd-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.ghd-card ul button{background:#fff;color:var(--ghd-ink);border:1px solid var(--ghd-border);text-align:start;font-weight:500}.ghd-card ul button:hover:not(:disabled){border-color:var(--ghd-teal);filter:none}.ghd-card h1{font-size:1.3rem;margin-bottom:.25rem}.ghd-field{display:flex;flex-direction:column;gap:.35rem}.ghd-field__label,.ghd-field>label{font-weight:500;font-size:.9rem;color:var(--ghd-ink)}.ghd-help{font-size:.78rem;color:var(--ghd-slate)}.ghd-selected{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .8rem;border:1px solid var(--ghd-border);border-radius:10px;background:#10c9a012;font-weight:500}.ghd-link{background:transparent!important;color:var(--ghd-teal)!important;border:none!important;min-height:auto!important;padding:.2rem .3rem!important;font-weight:600;width:auto;flex:none}.ghd-check{flex-direction:row!important;align-items:center;gap:.55rem;cursor:pointer}.ghd-card input[type=checkbox]{min-height:auto;width:20px;height:20px;padding:0;flex:none;accent-color:var(--ghd-teal);cursor:pointer}.ghd-range{display:flex;align-items:center;gap:.8rem}.ghd-range__val{font-family:var(--font-head);font-weight:700;color:var(--ghd-navy);min-width:1.6rem;text-align:center;font-variant-numeric:tabular-nums}.ghd-card input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;min-height:auto;height:6px;padding:0;border:none;border-radius:999px;background:var(--ghd-border);cursor:pointer}.ghd-card input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--ghd-teal-start),var(--ghd-teal-end));border:2px solid #fff;box-shadow:0 1px 5px #0e2a634d}.ghd-card input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:var(--ghd-teal);box-shadow:0 1px 5px #0e2a634d}.ghd-card input[type=range]:focus-visible{outline:2px solid var(--ghd-teal);outline-offset:4px}[dir=rtl] .ghd-card label,[dir=rtl] .ghd-field{text-align:start}.ghd-success{text-align:center}.ghd-success__check{width:3rem;height:3rem;margin:0 auto .5rem;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.4rem;background:linear-gradient(135deg,var(--ghd-teal-start),var(--ghd-teal-end))}.ghd-credits{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin:1rem auto 0;padding:1rem 1.4rem;border-radius:var(--ghd-radius);background:#10c9a014;border:1px solid rgba(16,201,160,.22)}.ghd-credits__label{font-size:.85rem;color:var(--ghd-slate);font-weight:500}.ghd-credits__value{font-family:var(--font-head);font-weight:700;font-size:2.2rem;line-height:1.1;color:var(--ghd-navy);font-variant-numeric:tabular-nums}.ghd-credits__list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.ghd-credits__list li{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem}.ghd-credits__delta{font-weight:600;color:#0c9c7d;font-variant-numeric:tabular-nums}.ghd-consent__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.ghd-consent__list li{position:relative;padding-inline-start:1.6rem;font-size:.92rem;color:var(--ghd-ink)}.ghd-consent__list li:before{content:"✓";position:absolute;inset-inline-start:0;top:0;color:var(--ghd-teal);font-weight:700}.ghd-consent__terms{align-self:flex-start}.ghd-worldid{margin-top:1rem}.ghd-verified{margin-top:1rem;font-weight:600;color:#0c9c7d;display:inline-flex;align-items:center;gap:.35rem;justify-content:center}.ghd-spinner{width:2.4rem;height:2.4rem;margin:1.5rem auto;border-radius:50%;border:3px solid var(--ghd-border);border-top-color:var(--ghd-teal);animation:ghd-spin .8s linear infinite}@keyframes ghd-spin{to{transform:rotate(360deg)}}.ghd-card button:focus-visible,.ghd-lang select:focus-visible,.ghd-logo-img:focus-visible,a:focus-visible{outline:3px solid var(--ghd-teal);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion: reduce){*{transition:none!important}.ghd-spinner{animation:none}}
