.rr-toast{position:fixed;left:50%;bottom:calc(18px + env(safe-area-inset-bottom));z-index:58;width:min(440px,calc(100% - 28px));transform:translate(-50%,26px);opacity:0;pointer-events:none;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s ease}.rr-toast[hidden]{display:none}.rr-toast.show{transform:translate(-50%);opacity:1;pointer-events:auto}.rr-toast-in{display:flex;align-items:center;gap:14px;padding:15px 16px 15px 18px;background:var(--surface);border:1px solid var(--line2);border-radius:18px;box-shadow:0 22px 60px -22px #000000b3,0 0 30px -10px #d8b85f40}.rr-toast-txt{flex:1;min-width:0}.rr-toast-h{font-size:19px;font-weight:600;color:var(--text);line-height:1.1}.rr-toast-s{font-size:12.5px;color:var(--muted);margin-top:3px;line-height:1.4}.rr-toast-act{display:flex;flex-direction:column;align-items:stretch;gap:6px;flex:0 0 auto}.rr-share{padding:9px 18px;font-size:14px;border-radius:999px;border:0;cursor:pointer;font-family:inherit;font-weight:600}.rr-not{background:none;border:0;color:var(--muted);font-size:12px;cursor:pointer;font-family:inherit;padding:2px}.rr-not:hover{color:var(--text)}.rr-scrim{z-index:64}.rr-sheet{position:fixed;left:50%;bottom:0;transform:translate(-50%,100%);width:min(460px,100%);z-index:65;background:var(--screen);border-radius:28px 28px 0 0;box-shadow:0 -28px 80px -22px #000000b8;padding:8px 24px calc(26px + env(safe-area-inset-bottom));max-height:90vh;overflow:hidden;display:flex;flex-direction:column;transition:transform .52s cubic-bezier(.16,1,.3,1)}.rr-sheet.open{transform:translate(-50%)}.rr-x{position:absolute;top:16px;right:18px;z-index:2;width:34px;height:34px;border-radius:50%;border:0;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000040;transition:transform .2s ease}.rr-x:hover{transform:rotate(90deg)}.rr-x svg{width:15px;height:15px}.rr-progress{height:3px;border-radius:999px;background:color-mix(in srgb,var(--line2) 70%,transparent);margin:22px 6px 6px;overflow:hidden}.rr-progress-fill{display:block;height:100%;width:25%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--goldd));box-shadow:0 0 12px #d8b85f80;transition:width .55s cubic-bezier(.16,1,.3,1)}.rr-stage{position:relative;flex:1;min-height:340px;display:flex}.rr-step{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px 6px 8px;min-height:340px}.rr-step[hidden]{display:none}.rr-step.rr-in{animation:rrStepIn .62s cubic-bezier(.16,1,.3,1) both}@keyframes rrStepIn{0%{opacity:0;transform:translateY(20px);filter:blur(7px)}to{opacity:1;transform:none;filter:blur(0)}}.rr-h{font-size:clamp(30px,8.5vw,38px);font-weight:600;color:var(--text);line-height:1.05;letter-spacing:-.01em;text-wrap:balance}.rr-sub{font-size:14px;color:var(--muted);margin-top:12px;max-width:26ch;line-height:1.5}.rr-stars{display:flex;gap:9px;margin-top:32px}.rr-star{background:none;border:0;padding:5px;cursor:pointer;line-height:0;position:relative;opacity:0;transform:translateY(12px) scale(.8)}.rr-stars.revealed .rr-star{opacity:1;transform:none;transition:opacity .5s ease,transform .58s cubic-bezier(.16,1,.3,1)}.rr-stars.revealed .rr-star:nth-child(1){transition-delay:.04s}.rr-stars.revealed .rr-star:nth-child(2){transition-delay:.11s}.rr-stars.revealed .rr-star:nth-child(3){transition-delay:.18s}.rr-stars.revealed .rr-star:nth-child(4){transition-delay:.25s}.rr-stars.revealed .rr-star:nth-child(5){transition-delay:.32s}.rr-star svg{width:42px;height:42px;display:block;overflow:visible}.rr-star .rs-out{fill:none;stroke:var(--line2);stroke-width:1.35;transition:stroke .25s ease}.rr-star .rs-fill{fill:var(--gold);opacity:0;transform:scale(.45);transform-origin:center;transform-box:fill-box;transition:opacity .24s ease,transform .44s cubic-bezier(.16,1,.3,1)}.rr-star.on .rs-fill{opacity:1;transform:scale(1)}.rr-star.on .rs-out{stroke:var(--gold)}.rr-star.on{filter:drop-shadow(0 0 10px rgba(216,184,95,.55))}.rr-star:active{transform:scale(.9)}@media(hover:hover){.rr-star:hover{transform:translateY(-3px)}.rr-star:hover .rs-out{stroke:color-mix(in srgb,var(--gold) 60%,var(--line2))}}.rr-write{justify-content:flex-start;padding-top:30px}.rr-note{width:100%;margin-top:22px;min-height:132px;resize:none;border-radius:16px;border:1px solid var(--line);background:var(--surface);color:var(--text);padding:15px 16px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55;outline:none;transition:border-color .2s ease}.rr-note::placeholder{color:var(--muted)}.rr-note:focus{border-color:var(--gold)}.rr-private{display:flex;align-items:center;gap:10px;margin-top:16px;cursor:pointer;user-select:none;align-self:flex-start}.rr-private input{position:absolute;opacity:0;width:0;height:0}.rr-private-box{width:22px;height:22px;border-radius:7px;border:1.5px solid var(--line2);display:flex;align-items:center;justify-content:center;color:transparent;transition:border-color .2s ease,background .2s ease,color .2s ease}.rr-private-box svg{width:13px;height:13px}.rr-private input:checked+.rr-private-box{background:var(--gold);border-color:var(--gold);color:#22382e}.rr-private input:focus-visible+.rr-private-box{box-shadow:0 0 0 3px #d8b85f59}.rr-private-lbl{font-size:14px;color:var(--text2, var(--text))}.rr-notice{font-size:12.5px;color:var(--muted);margin-top:14px;align-self:flex-start;line-height:1.45}.rr-submit{margin-top:22px;width:100%;padding:15px;border-radius:14px;border:0;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600}.rr-bless{position:relative;justify-content:center}.rr-bless-glow{height:460px;opacity:0;transform:scale(.85)}.rr-step.rr-in .rr-bless-glow{animation:rrBloom 1.6s cubic-bezier(.16,1,.3,1) .1s forwards}@keyframes rrBloom{to{opacity:.95;transform:scale(1)}}.rr-bless-mark{position:relative;z-index:1;width:54px;height:54px;margin:0 auto 18px;color:var(--goldd);display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 18px rgba(216,184,95,.55))}.rr-bless-mark svg{width:100%;height:100%}.rr-bless-h{position:relative;z-index:1;font-size:clamp(38px,11vw,52px);font-weight:600;color:var(--text);line-height:1.02;text-shadow:0 0 50px rgba(216,184,95,.4)}.rr-bless-sub{position:relative;z-index:1;font-size:15px;font-style:italic;color:var(--soft, var(--muted));margin-top:16px}.rr-done{position:relative;z-index:1;margin-top:30px;padding:13px 30px;border-radius:999px;border:0;cursor:pointer;font-family:inherit;font-weight:600}@media(min-width:481px){.rr-sheet{border-radius:28px;bottom:auto;top:50%;transform:translate(-50%,-46%) scale(.97);opacity:0;pointer-events:none;transition:transform .46s cubic-bezier(.16,1,.3,1),opacity .32s ease}.rr-sheet.open{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:auto}.rr-sheet .grabber{display:none}}@media(prefers-reduced-motion:reduce){.rr-toast,.rr-sheet,.rr-progress-fill,.rr-star,.rr-star .rs-fill{transition-duration:.12s!important}.rr-step.rr-in{animation:none!important}.rr-step.rr-in .rr-bless-glow{animation:none!important;opacity:.9!important;transform:none!important}.rr-stars .rr-star{opacity:1!important;transform:none!important;transition-delay:0s!important}}
