.profile-modal{z-index:var(--z-overlay);justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.profile-modal__backdrop{cursor:pointer;background:#11111180;border:0;position:absolute;inset:0}.profile-modal__sheet{z-index:1;width:100%;max-height:min(92%,100% - 12px);animation:profile-modal-up .28s var(--ease) both;background:#fff;border-radius:18px 18px 0 0;flex-direction:column;padding:14px 14px 0;display:flex;position:relative;box-shadow:0 -10px 32px #11111129}.profile-modal__head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.profile-modal__head h2{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:-.02em;font-weight:700}.profile-modal__head p{font-size:var(--text-md);color:var(--muted);margin-top:3px}.profile-modal__close{width:var(--icon-btn);height:var(--icon-btn);background:var(--cream);border:1px solid var(--border);font-size:var(--text-lg);color:var(--foreground);border-radius:10px;flex-shrink:0;line-height:1}.profile-modal__form{flex-direction:column;flex:1;min-height:0;display:flex}.profile-modal__body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;min-height:0;padding-bottom:6px;display:flex;overflow-y:auto}.profile-modal__field{flex-direction:column;gap:5px;display:flex}.profile-modal__field-label{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.profile-modal__field .field-label,.profile-modal__field span{font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:600}.profile-modal__optional{font-style:normal;font-size:var(--text-xs);letter-spacing:0;text-transform:none;color:var(--muted-soft);font-weight:500}.profile-modal__field-hint{font-size:var(--text-sm);color:var(--muted);margin:-2px 0 0;line-height:1.4}.profile-modal__field input,.profile-modal__field textarea{border:1px solid var(--border);background:var(--cream);width:100%;font-size:var(--text-lg);color:var(--foreground);resize:vertical;min-height:var(--control-h);border-radius:10px;outline:none;padding:10px 12px}.profile-modal__field textarea{min-height:72px}.profile-modal__field input:focus,.profile-modal__field textarea:focus{background-color:#fff;border-color:#cfcfcf;box-shadow:0 0 0 3px #1111110f}.profile-modal__readonly,.edit__readonly{color:var(--muted);cursor:default;background:#f3f3f3}.profile-modal__row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.profile-modal__footer{padding:10px 0 calc(14px + env(safe-area-inset-bottom,0px));background:linear-gradient(#ffffffb3,#fff 35%);flex-direction:column;flex-shrink:0;gap:6px;display:flex}.profile-modal__submit{width:100%;height:var(--control-h);background:var(--charcoal);color:#fff;font-size:var(--text-md);letter-spacing:.05em;text-transform:uppercase;border-radius:12px;font-weight:600}.profile-modal__submit:disabled{opacity:.45}.profile-modal__skip{width:100%;height:40px;color:var(--muted);font-size:var(--text-md);text-underline-offset:3px;background:0 0;border-radius:12px;font-weight:600;text-decoration:underline}@keyframes profile-modal-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.welcome-bonus{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:welcome-bonus-in .3s var(--ease) both;background:#ffffff8c;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.welcome-bonus__confetti{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.welcome-bonus__lottie{width:140%;max-width:none;height:140%}.welcome-bonus__card{z-index:1;border:1px solid var(--border);text-align:center;width:min(100%,260px);animation:welcome-bonus-pop .45s var(--ease) both;background:#fff;border-radius:16px;padding:22px 18px 16px;position:relative;box-shadow:0 14px 32px #11111124}.welcome-bonus__eyebrow{font-size:var(--text-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-weight:600}.welcome-bonus__points{font-family:var(--font-display);letter-spacing:-.03em;color:var(--foreground);font-size:36px;font-weight:700;line-height:1}.welcome-bonus__unit{font-size:var(--text-base);color:var(--muted);margin-top:6px;font-weight:500}.welcome-bonus__btn{width:100%;height:var(--control-h);background:var(--charcoal);color:#fff;font-size:var(--text-md);letter-spacing:.05em;text-transform:uppercase;border-radius:12px;margin-top:16px;font-weight:600}@keyframes welcome-bonus-in{0%{opacity:0}to{opacity:1}}@keyframes welcome-bonus-pop{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
