.header{border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow-sm);background:#fff;padding:12px 20px;position:sticky;top:0}.header-inner{align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}.header-logo{object-fit:contain;border-radius:10px;flex-shrink:0;width:48px;height:48px}.header-text{flex-direction:column;gap:2px;display:flex}.header-title{font-family:var(--font-display);color:var(--green);font-size:1rem;font-weight:400;line-height:1.2}.header-sub{color:var(--orange);letter-spacing:.03em;text-transform:uppercase;font-size:.7rem;font-weight:500}@media (width<=400px){.header-title{font-size:.9rem}}.page-wrapper{flex-direction:column;min-height:100dvh;display:flex}.name-main{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.name-card{border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;background:#fff;width:100%;max-width:460px;padding:40px 32px}.name-icon{margin-bottom:12px;font-size:3rem;animation:2s ease-in-out infinite pulse}.name-heading{font-family:var(--font-display);color:var(--green);margin-bottom:10px;font-size:2.2rem}.name-subheading{color:var(--text-mid);margin-bottom:28px;font-size:.95rem;line-height:1.6}.name-subheading strong{color:var(--orange)}.name-form{text-align:left;flex-direction:column;gap:16px;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}.input-label{color:var(--text-mid);letter-spacing:.02em;font-size:.85rem;font-weight:600}.input-field{border:2px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-dark);background:var(--off-white);outline:none;padding:14px 16px;font-size:1rem;transition:border-color .2s}.input-field:focus{border-color:var(--green);background:#fff}.input-field.input-error{border-color:#e53935}.error-msg{color:#e53935;font-size:.8rem;font-weight:500}.btn-full{width:100%;padding:16px;font-size:1rem}.name-note{color:var(--text-light);margin-top:20px;font-size:.8rem}@media (width<=480px){.name-card{padding:28px 20px}.name-heading{font-size:1.8rem}}.fb-main{flex-direction:column;flex:1;align-items:center;padding:20px 16px 40px;display:flex}.progress-bar-wrap{align-items:center;gap:12px;width:100%;max-width:500px;margin-bottom:20px;display:flex}.progress-bar-inner{background:var(--border);border-radius:99px;flex:1;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--green), var(--green-light));border-radius:99px;height:100%;transition:width .4s}.progress-label{color:var(--text-light);white-space:nowrap;font-size:.78rem;font-weight:600}.fb-card{border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff;width:100%;max-width:500px;padding:36px 28px}.fb-emoji{text-align:center;margin-bottom:10px;font-size:2.4rem}.fb-question{font-family:var(--font-display);color:var(--text-dark);text-align:center;margin-bottom:28px;font-size:1.5rem;line-height:1.35}.options-list{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.option-btn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--off-white);font-family:var(--font-body);color:var(--text-dark);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:14px 16px;font-size:.92rem;transition:all .18s;display:flex}.option-btn:hover{border-color:var(--green-light);background:var(--green-pale)}.option-btn.selected{border-color:var(--green);background:var(--green-pale);color:var(--green);font-weight:600}.option-radio{border:2px solid;border-radius:50%;flex-shrink:0;width:18px;height:18px;position:relative}.option-btn.selected .option-radio:after{content:"";background:var(--green);border-radius:50%;position:absolute;inset:3px}.stars-wrap{flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}.stars-wrap>div,.stars-wrap{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.star-btn{cursor:pointer;color:var(--border);background:0 0;border:none;font-size:2.8rem;line-height:1;transition:color .15s,transform .15s}.star-btn.active{color:var(--gold)}.star-btn:hover{transform:scale(1.15)}.star-label{color:var(--text-mid);text-align:center;margin-top:4px;font-size:.9rem;font-weight:600}.fb-actions{gap:10px;margin-top:8px;display:flex}.fb-error{color:#e53935;text-align:center;margin-bottom:12px;font-size:.82rem;font-weight:500}@media (width<=480px){.fb-card{padding:24px 16px}.fb-question{font-size:1.25rem}.star-btn{font-size:2.4rem}}.rv-main{flex-direction:column;flex:1;align-items:center;gap:20px;padding:24px 16px 48px;display:flex}.rv-greeting{text-align:center;width:100%;max-width:500px}.rv-confetti{margin-bottom:10px;font-size:3rem;animation:2s infinite pulse}.rv-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:8px;font-size:2rem}.rv-title span{color:var(--green)}.rv-subtitle{color:var(--text-mid);margin-bottom:12px;font-size:.92rem;line-height:1.6}.rv-stars{color:var(--gold);letter-spacing:4px;font-size:1.8rem}.rv-card{border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff;width:100%;max-width:500px;padding:24px;animation-fill-mode:forwards!important}.rv-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.rv-card-label{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:700}.rv-card-hint{color:var(--text-light);font-size:.75rem}.rv-textarea{border:2px solid var(--green-mid);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-dark);background:var(--green-pale);resize:vertical;outline:none;min-height:160px;padding:14px;font-size:.88rem;line-height:1.7;transition:border-color .2s}.rv-textarea:focus{border-color:var(--green);background:#fff}.rv-actions{gap:10px;margin-top:16px;display:flex}.btn-copied{background:var(--green-pale);color:var(--green);border:2px solid var(--green);font-weight:700}.btn-grow{flex:1}.rv-steps{border-radius:var(--radius);border:1px solid var(--border);background:#fff;width:100%;max-width:500px;padding:20px 24px;animation-fill-mode:forwards!important}.rv-steps-title{color:var(--text-dark);margin-bottom:12px;font-size:.9rem;font-weight:700}.rv-steps-list{flex-direction:column;gap:8px;padding-left:20px;display:flex}.rv-steps-list li{color:var(--text-mid);font-size:.88rem;line-height:1.5}.rv-steps-list strong{color:var(--green)}.rv-restart{font-family:var(--font-body);color:var(--text-light);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:8px;font-size:.82rem;text-decoration:underline}.rv-restart:hover{color:var(--text-mid)}@media (width<=480px){.rv-title{font-size:1.6rem}.rv-card{padding:18px 14px}.rv-actions{flex-direction:column}.btn-grow{flex:unset;width:100%}}
