.brand-flame{color:var(--orange);display:inline-block;transform:rotate(-10deg);margin-right:2px}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:28px;color:#807b72;font-size:12px;font-weight:600;transition:color .2s ease}.back-link:hover{color:var(--orange)}.legal{max-width:720px;padding:0 0 80px}.legal h1{margin:0 0 6px;font-size:42px;letter-spacing:-2px}.legal .updated{margin:0 0 28px;color:#807b72;font-size:12px}.legal p{color:#5e5b55;font-size:14px;line-height:1.8}.legal h2{margin:34px 0 12px;font-size:19px;letter-spacing:-.5px}.legal h3{margin:22px 0 8px;font-size:15px;letter-spacing:-.3px}.legal ul{margin:0 0 14px;padding-left:20px;color:#5e5b55;font-size:14px;line-height:1.8}.legal ul li{margin-bottom:8px}.legal strong{color:var(--ink)}.legal a{color:var(--orange-dark);font-weight:600}.legal a:hover{text-decoration:underline}@media (max-width:620px){.legal{padding-bottom:50px}.legal h1{font-size:32px}.legal h2{font-size:17px}.legal h3{font-size:14px}}.delete-form{margin-top:26px}.delete-form .field{margin-bottom:18px}.delete-form label{display:block;margin-bottom:8px;color:#5e5b55;font-size:13px;font-weight:600}.delete-form input{width:100%;padding:14px 18px;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.6);font:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.delete-form input::-moz-placeholder{color:#a39d93}.delete-form input::placeholder{color:#a39d93}.delete-form input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,81,40,.15)}.delete-form .form-hint{margin:14px 0 0;color:#807b72;font-size:12px}.delete-form .form-hint a{color:var(--orange-dark);font-weight:600}.delete-form .form-hint a:hover{text-decoration:underline}.delete-success{display:grid;justify-items:start}.delete-success .success-mark{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;color:#fff;border-radius:50%;background:var(--green)}.delete-success .confirm-email{margin:18px 0 26px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.45)}.delete-success .confirm-email strong{color:var(--ink)}.delete-error{display:grid;justify-items:start}.delete-error .error-mark{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;color:#fff;border-radius:50%;background:var(--orange)}.delete-error-text{margin:0 0 14px;padding:12px 16px;color:var(--orange-dark);border:1px solid rgba(244,81,40,.35);border-radius:12px;background:rgba(244,81,40,.08);font-size:13px}.delete-form .button:disabled{opacity:.6;cursor:default;transform:none}.delete-loading{display:grid;justify-items:start;align-items:center;grid-template-columns:auto 1fr;gap:14px}.delete-loading p{margin:0;color:#5e5b55}.spinner{display:inline-block;width:22px;height:22px;border:3px solid rgba(244,81,40,.25);border-top:3px solid var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:620px){.delete-form input{padding:13px 15px;font-size:13px}}