.SuggestForm_page__uaOdB{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(14px,env(safe-area-inset-top)) 20px max(14px,env(safe-area-inset-bottom))}.SuggestForm_back__kUSuT{position:absolute;top:max(14px,env(safe-area-inset-top));left:16px;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:8px 14px 8px 10px;border-radius:999px;background:var(--card);border:1px solid var(--border);color:var(--ink);font-size:.9rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(214,51,84,.06);transition:transform .14s ease,border-color .14s ease;-webkit-tap-highlight-color:transparent}.SuggestForm_back__kUSuT:active{transform:scale(.97)}@media (hover:hover){.SuggestForm_back__kUSuT:hover{border-color:var(--pink)}}.SuggestForm_card__OVy_a{width:100%;max-width:460px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.SuggestForm_logo__qkrA8{width:min(112px,32vw);height:auto}.SuggestForm_title__J_RjW{margin:2px 0 0;display:inline-flex;align-items:center;gap:9px;font-size:clamp(1.3rem,5.5vw,1.55rem);font-weight:800;color:var(--ink)}.SuggestForm_titleIcon__nXbSc{color:var(--red);font-size:.95em}.SuggestForm_lead__FzmNe{margin:0;font-size:.9rem;line-height:1.45;color:var(--muted);max-width:42ch}.SuggestForm_lead__FzmNe b{color:var(--red);font-weight:800}.SuggestForm_form__eNFnO{width:100%;display:flex;flex-direction:column;gap:11px;margin-top:6px;text-align:left}.SuggestForm_field__Tvos9{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.SuggestForm_labelText__mAWAa{font-size:.85rem;font-weight:800;color:var(--ink)}.SuggestForm_optional__Eq1m_{font-weight:600;color:var(--muted)}.SuggestForm_input__Kx29j,.SuggestForm_textarea__WEFdE{width:100%;font:inherit;font-size:1rem;color:var(--ink);background:var(--card);border:1.5px solid var(--border);border-radius:14px;padding:12px 14px;outline:none;transition:border-color .14s ease,box-shadow .14s ease;-webkit-appearance:none}.SuggestForm_textarea__WEFdE{resize:vertical;min-height:74px;line-height:1.4}.SuggestForm_input__Kx29j::placeholder,.SuggestForm_textarea__WEFdE::placeholder{color:#b6b1c0}.SuggestForm_input__Kx29j:focus,.SuggestForm_textarea__WEFdE:focus{border-color:var(--red);box-shadow:0 0 0 4px var(--pink-soft)}.SuggestForm_row__flF0J{display:flex;gap:10px}.SuggestForm_honeypot__yXS9N{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.SuggestForm_errorMsg__lI0ET{margin:0;padding:11px 14px;border-radius:12px;background:#fdecef;border:1.5px solid #f3b6c2;color:#a3243c;font-size:.88rem;font-weight:700}.SuggestForm_submit__Iqwtu{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:1.02rem;font-weight:800;color:#fff;border:none;border-radius:15px;padding:13px 18px;background:linear-gradient(135deg,#ff6a9a,#ee1b2e);box-shadow:0 12px 26px rgba(214,51,84,.3);cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease;-webkit-tap-highlight-color:transparent}.SuggestForm_submit__Iqwtu:active{transform:scale(.98)}.SuggestForm_submit__Iqwtu:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}@media (hover:hover){.SuggestForm_submit__Iqwtu:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(214,51,84,.36)}}.SuggestForm_spinner__ceYLk{width:17px;height:17px;border-radius:50%;border:2.5px solid rgba(255,255,255,.45);border-top-color:#fff;animation:SuggestForm_spin__0ilHM .7s linear infinite}@keyframes SuggestForm_spin__0ilHM{to{transform:rotate(1turn)}}.SuggestForm_successIcon__IXIY_{font-size:64px;color:#16a34a;margin-top:20px;animation:SuggestForm_pop__G6EQD .4s cubic-bezier(.2,.9,.3,1.4) both}@keyframes SuggestForm_pop__G6EQD{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.SuggestForm_actions__QG5rs{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap;justify-content:center}.SuggestForm_primaryBtn__qnjOr,.SuggestForm_secondaryBtn__N43lL{font:inherit;font-size:.95rem;font-weight:800;border-radius:14px;padding:12px 20px;text-decoration:none;cursor:pointer;transition:transform .14s ease;-webkit-tap-highlight-color:transparent}.SuggestForm_primaryBtn__qnjOr{color:#fff;border:none;background:linear-gradient(135deg,#ff6a9a,#ee1b2e);box-shadow:0 10px 22px rgba(214,51,84,.28)}.SuggestForm_secondaryBtn__N43lL{color:var(--ink);background:var(--card);border:1.5px solid var(--border)}.SuggestForm_primaryBtn__qnjOr:active,.SuggestForm_secondaryBtn__N43lL:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.SuggestForm_spinner__ceYLk,.SuggestForm_successIcon__IXIY_{animation:none}}