.help-body{color:var(--ink);font-family:var(--font-sans);display:flex;justify-content:center;-webkit-font-smoothing:antialiased}.help-app,.help-body{min-height:100dvh;background:var(--bg)}.help-app{--app-h:100dvh;position:relative;display:grid;grid-template-rows:auto 1fr auto;width:100%;max-width:30rem;height:var(--app-h);margin-inline:auto;overflow:hidden}.help-appbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:calc(env(safe-area-inset-top) + .35rem) clamp(1rem,4vw,1.5rem) .55rem;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--line);z-index:40}.help-brand{display:inline-flex;align-items:center;gap:.45rem;min-height:40px}.help-brand__symbol{width:24px;height:24px;flex:none}.help-brand__mark{font-size:1.3rem;line-height:1}.help-lang{position:relative}.help-lang__toggle{display:inline-flex;align-items:center;gap:.35rem;min-height:40px;padding:.4rem .7rem;font-size:.9rem;font-weight:600;color:var(--brand);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-pill);cursor:pointer}.help-lang__toggle svg:first-child{opacity:.75}.help-lang__menu{position:absolute;top:calc(100% + .4rem);right:0;z-index:60;min-width:12rem;max-height:60vh;overflow-y:auto;list-style:none;margin:0;padding:.3rem;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft)}.help-lang__menu button{display:block;width:100%;text-align:start;padding:.65rem .7rem;min-height:44px;border:0;background:transparent;border-radius:8px;font-size:.95rem;color:var(--ink);cursor:pointer}.help-lang__menu button:hover{background:var(--tint)}.help-lang__menu li[aria-selected=true] button{color:var(--brand);font-weight:700}.help-screen{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:clamp(1rem,4vw,1.4rem) clamp(1rem,4vw,1.5rem) 1.25rem;display:flex;flex-direction:column;gap:1.1rem}.help-from{font-size:.85rem;color:var(--muted);margin:0 0 .35rem}.help-h1{font-size:clamp(1.55rem,6.6vw,1.95rem);line-height:1.15;letter-spacing:-.02em;font-weight:700;color:var(--ink);margin:0}.help-sub{font-size:clamp(1.1rem,4.6vw,1.3rem);font-weight:600;color:var(--brand);margin:.3rem 0 0}.help-desc{font-size:1rem;line-height:1.55;color:var(--ink-soft);margin:.55rem 0 0}.help-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.1rem;display:flex;flex-direction:column}.help-label{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.6rem}.help-textarea{width:100%;min-height:112px;resize:vertical;padding:.85rem .9rem;font-family:inherit;font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg);border:1.5px solid var(--line-strong);border-radius:var(--radius-sm)}.help-textarea::placeholder{color:var(--muted)}.help-textarea:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-color:var(--focus)}.help-quick-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:1rem 0 .5rem}.help-quick{display:flex;flex-wrap:wrap;gap:.5rem}.help-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:44px;padding:.5rem .85rem;font-family:inherit;font-size:.92rem;font-weight:600;color:var(--ink-soft);background:var(--surface);border:1.5px solid var(--line-strong);border-radius:var(--radius-pill);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.help-chip svg{color:var(--brand-soft);flex:none}.help-chip:hover{border-color:var(--brand-soft)}.help-chip[aria-pressed=true]{background:var(--brand);border-color:var(--brand);color:#fff}.help-chip[aria-pressed=true] svg{color:#fff}.help-chip:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.help-trust{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;background:var(--tint);border:1px solid var(--tint-strong);border-radius:var(--radius)}.help-trust>div{min-width:0}.help-trust__note,.help-trust__points{overflow-wrap:anywhere}.help-trust__icon{flex:none;color:var(--brand);margin-top:.1rem}.help-trust__points{margin:0;font-size:.92rem;font-weight:600;color:var(--ink);display:flex;flex-direction:column;gap:.1rem}.help-trust__note{margin:.35rem 0 0;font-size:.8rem;line-height:1.45;color:var(--muted)}.help-emergency{background:var(--danger-bg);border:1px solid #f0d4cd;border-radius:var(--radius);padding:1rem 1.1rem;text-align:center}.help-emergency__title{font-size:1rem;font-weight:700;color:var(--danger);margin:0}.help-emergency__desc{font-size:.92rem;line-height:1.5;color:var(--ink-soft);margin:.35rem 0 .8rem}.help-119{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.7rem 1.4rem;font-size:1rem;font-weight:700;color:#fff;background:var(--danger);border-radius:var(--radius-pill)}.help-119:focus-visible{outline:3px solid var(--danger);outline-offset:3px}.help-emergency__note{font-size:.78rem;color:var(--muted);margin:.7rem 0 0}.help-actionbar{padding:.6rem clamp(1rem,4vw,1.5rem) calc(env(safe-area-inset-bottom) + .7rem);background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(40,65,57,.06);z-index:40}.help-actionbar__note{text-align:center;font-size:.85rem;font-weight:600;color:var(--brand-soft);margin:0 0 .5rem}.help-cta{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:54px;padding:.9rem 1.2rem;font-size:1.08rem;font-weight:700;color:#fff;background:var(--brand);border-radius:var(--radius);box-shadow:0 6px 18px rgba(40,65,57,.22);transition:background .16s ease,transform .16s ease}.help-cta:hover{background:var(--brand-strong)}.help-cta:active{transform:translateY(1px)}.help-cta:focus-visible{outline:3px solid var(--focus);outline-offset:3px}@media (max-width:340px){.help-screen{padding-inline:.85rem;gap:1rem}.help-chip{font-size:.86rem;padding-inline:.7rem}}@media (min-width:40rem){.help-body{align-items:center;padding:2rem 1rem;background:radial-gradient(120% 90% at 50% 0,var(--tint) 0,transparent 60%),var(--bg)}.help-app{--app-h:min(844px,calc(100dvh - 4rem));height:var(--app-h);min-height:0;border:1px solid var(--line);border-radius:28px;box-shadow:0 30px 70px rgba(23,60,49,.18)}.help-appbar{border-radius:28px 28px 0 0}.help-actionbar{border-radius:0 0 28px 28px}}@media (prefers-reduced-motion:reduce){.help-cta{transition:none}}