html.referral-survey-open,html.referral-survey-open body{overscroll-behavior:none;overflow:hidden!important}html.referral-survey-open header,html.referral-survey-open .header-mobile-sheet,html.referral-survey-open .nav-search-overlay,html.referral-survey-open .user-menu{pointer-events:none}.referral-survey-overlay{inset:0;z-index:10000;-webkit-backdrop-filter:blur(12px);pointer-events:auto;isolation:isolate;overscroll-behavior:none;background:#080a12d1;justify-content:center;align-items:center;width:100vw;height:100%;min-height:100dvh;padding:1rem;display:flex;position:fixed;inset:0}.referral-survey-modal{z-index:1;overscroll-behavior:contain;touch-action:pan-y;background:var(--surface);border:1px solid var(--border);width:min(560px,100%);max-height:min(86dvh,640px);box-shadow:var(--shadow-lg);border-radius:16px;padding:1rem 1rem 1.1rem;position:relative;overflow:auto}.referral-survey-head{margin-bottom:.75rem}.referral-survey-head h2{margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.referral-survey-head p{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.4}.referral-survey-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;display:grid}@media (max-width:560px){.referral-survey-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:400px){.referral-survey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.referral-survey-option{border:1px solid var(--border);background:var(--bg-subtle);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;min-height:64px;padding:.5rem .3rem;transition:border-color .15s,background .15s,transform .12s;display:flex}.referral-survey-option:hover:not(:disabled){border-color:var(--accent-border);background:var(--accent-light);transform:translateY(-1px)}.referral-survey-option:disabled{opacity:.65;cursor:not-allowed}.referral-survey-option-icon{border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.referral-survey-option-label{color:var(--text-secondary);text-align:center;font-size:.7rem;font-weight:600;line-height:1.2}.referral-survey-other label{color:var(--text-secondary);margin-bottom:.45rem;font-size:.8125rem;font-weight:600;display:block}.referral-survey-other textarea{border:1px solid var(--border);background:var(--bg);width:100%;min-height:110px;color:var(--text-primary);font:inherit;resize:vertical;border-radius:12px;padding:.75rem .85rem}.referral-survey-other textarea:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-light);outline:none}.referral-survey-other-actions{justify-content:flex-end;gap:.5rem;margin-top:.85rem;display:flex}.referral-survey-error{color:#dc2626;margin:.85rem 0 0;font-size:.8125rem}.referral-survey-saving{color:var(--text-muted);justify-content:center;align-items:center;gap:.45rem;margin-top:.85rem;font-size:.8125rem;display:flex}.spin{animation:.8s linear infinite t2e-spin}@keyframes t2e-spin{to{transform:rotate(360deg)}}
