@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");.rc-root{font-family:Inter,sans-serif;background:#f2f3f8;color:#18181b;-webkit-font-smoothing:antialiased;min-height:100vh;flex-direction:column}.rc-page-body,.rc-root{display:flex;overflow-x:hidden;width:100%}.rc-page-body{flex:1;flex-direction:column}.rc-root *{box-sizing:border-box}:root{--rc-G:linear-gradient(135deg,#4b3fa0,#9b3fa0 30%,#e8407a 60%,#f5841f)}@keyframes rc-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes rc-spin{to{transform:rotate(1turn)}}@keyframes rc-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes rc-modal-in{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.rc-modal-overlay{position:fixed;inset:0;background:rgba(6,6,14,.72);backdrop-filter:blur(6px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.rc-modal{background:#fff;border-radius:24px;padding:36px 32px;position:relative;width:100%;max-width:420px;box-shadow:0 24px 80px rgba(0,0,0,.3);animation:rc-modal-in .3s ease}.rc-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#f2f3f8;color:#3a3d50;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.rc-modal-close:hover{background:#e2e3ec;color:#18181b}.rc-modal-logo{background:var(--rc-G);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rc-modal-logo,.rc-modal-title{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:800;margin-bottom:6px}.rc-modal-title{color:#18181b;line-height:1.2}.rc-modal-sub{font-size:14px;color:#6e7187;line-height:1.55;margin-bottom:28px}.rc-phone-row{display:flex;align-items:center;border:1.5px solid #e2e3ec;border-radius:14px;overflow:hidden;margin-bottom:14px;transition:border-color .2s;background:#fff}.rc-phone-row:focus-within{border-color:#4b3fa0;box-shadow:0 0 0 3px rgba(75,63,160,.1)}.rc-phone-row-error{border-color:#ea4335!important}.rc-phone-prefix{padding:0 14px;font-size:15px;font-weight:600;color:#18181b;border-right:1.5px solid #e2e3ec;height:52px;display:flex;align-items:center;background:#f8f8fc;flex-shrink:0}.rc-phone-input{flex:1;border:none;outline:none;padding:0 16px;font-size:16px;font-weight:500;color:#18181b;font-family:Inter,sans-serif;height:52px;background:transparent}.rc-phone-input::placeholder{color:#a0a3b5}.rc-otp-row{display:flex;gap:10px;margin-bottom:14px;justify-content:center}.rc-otp-box{width:52px;height:56px;border:1.5px solid #e2e3ec;border-radius:12px;text-align:center;font-size:22px;font-weight:800;color:#18181b;font-family:Plus Jakarta Sans,sans-serif;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff}.rc-otp-box:focus{border-color:#4b3fa0;box-shadow:0 0 0 3px rgba(75,63,160,.1)}.rc-modal-btn{width:100%;height:52px;border-radius:14px;border:none;background:var(--rc-G);color:#fff;font-size:15px;font-weight:800;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 4px 20px rgba(75,63,160,.3);transition:opacity .2s;margin-bottom:12px}.rc-modal-btn:hover{opacity:.9}.rc-modal-btn:disabled{opacity:.5;cursor:default}.rc-terms-note{font-size:11px;color:#a0a3b5;text-align:center;line-height:1.55;margin-top:16px}.rc-terms-link{color:#4b3fa0}.rc-resend-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.rc-resend-timer{font-size:13px;color:#6e7187}.rc-resend-timer strong{font-weight:700}.rc-resend-btn{font-size:13px;font-weight:600;color:#4b3fa0;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;padding:0}.rc-resend-btn:disabled{color:#a0a3b5;cursor:default}.rc-otp-error{font-size:12px;color:#ea4335;margin:-4px 0 10px;line-height:1.4}.rc-modal-back{font-size:13px;color:#6e7187;text-align:center;cursor:pointer;background:none;border:none;font-family:Inter,sans-serif;width:100%;padding:0}.rc-hero{background:linear-gradient(160deg,#06060e,#0d0a1e 60%,#0f0820);padding:56px 5vw 52px;text-align:center;position:relative;overflow:hidden}.rc-hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(123,63,160,.12) 0,transparent 60%);pointer-events:none}.rc-hero-inner{position:relative;z-index:1}.rc-hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:100px;padding:7px 18px;margin-bottom:20px}.rc-hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#e8407a;flex-shrink:0}.rc-hero-badge-text{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:hsla(0,0%,100%,.85)}.rc-hero h1{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(32px,4.5vw,58px);font-weight:800;color:#fff;line-height:1.06;letter-spacing:-1.5px;margin-bottom:8px}.rc-hero-h1-gradient{background:var(--rc-G);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rc-hero-sub{font-size:15px;color:hsla(0,0%,100%,.45);margin-bottom:32px}.rc-search-wrap{position:relative;border-radius:100px;padding:3px;background:var(--rc-G);box-shadow:0 8px 40px rgba(75,63,160,.4);max-width:640px;margin:0 auto;overflow:hidden}.rc-search-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);background-size:250% 100%;animation:rc-sweep 2s ease-in-out infinite;border-radius:100px;pointer-events:none;z-index:1}.rc-search-inner{background:#fff;border-radius:100px;display:flex;align-items:center;padding:8px 8px 8px 20px;gap:10px;position:relative;z-index:0}.rc-search-icon{flex-shrink:0;display:flex;align-items:center}.rc-search-input{flex:1;border:none;outline:none;font-size:16px;font-weight:500;color:#18181b;font-family:Inter,sans-serif;background:transparent;min-width:0}.rc-search-input::placeholder{color:#4a4a5a}.rc-search-btn{width:48px;height:48px;border-radius:50%;background:var(--rc-G);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 12px rgba(75,63,160,.4)}.rc-main{width:100%;max-width:720px;margin:0 auto;padding:32px 16px 80px}.rc-steps-row{margin-bottom:28px}.rc-step-item,.rc-steps-row{display:flex;align-items:center}.rc-step-item{gap:8px;flex:1}.rc-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0;transition:all .3s}.rc-step-num-active{background:var(--rc-G);color:#fff;box-shadow:0 2px 10px rgba(75,63,160,.3)}.rc-step-num-done{background:#166534;color:#fff}.rc-step-num-idle{background:#fff;color:#6e7187;border:1.5px solid #e2e3ec}.rc-step-label{font-size:12px;font-weight:600;color:#a0a3b5;white-space:nowrap}.rc-step-label-active{color:#18181b}.rc-step-line{flex:1;height:2px;background:#e2e3ec;margin:0 8px;border-radius:2px}.rc-step-line-done{background:var(--rc-G)}.rc-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.07);padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.05);margin-bottom:16px;animation:rc-fade .3s ease}.rc-card-header{gap:10px;margin-bottom:4px}.rc-card-header,.rc-card-num{display:flex;align-items:center}.rc-card-num{width:26px;height:26px;border-radius:50%;background:#18181b;justify-content:center;flex-shrink:0}.rc-card-num-gradient{background:var(--rc-G)}.rc-card-num-text{font-size:11px;font-weight:800;color:#fff}.rc-card-title{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;color:#18181b;margin:0}.rc-card-sub{font-size:13px;color:#6e7187;line-height:1.55;margin-bottom:18px;padding-left:36px}.rc-card-sub-plain{padding-left:0;margin-bottom:18px}.rc-shine-bar{position:relative;border-radius:50px;padding:2px;background:var(--rc-G);overflow:hidden}.rc-shine-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.35),transparent);background-size:250% 100%;animation:rc-sweep 1.8s ease-in-out infinite;border-radius:50px;z-index:1;pointer-events:none}.rc-shine-inner{background:#fff;border-radius:50px;display:flex;align-items:center;padding:9px 10px 9px 16px;gap:10px;position:relative;z-index:2}.rc-rank-input{flex:1;min-width:0;border:none;outline:none;font-size:14px;font-weight:500;color:#18181b;font-family:Inter,sans-serif;background:transparent;padding-left:6px}.rc-rank-input::placeholder{color:#a0a3b5}.rc-rank-search-btn{width:36px;height:36px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--rc-G)}.rc-rank-search-btn-empty{background:#f2f3f8}.rc-search-loading{display:flex;align-items:center;gap:10px;padding:16px 0;color:#a0a3b5;font-size:13px}.rc-search-result-label{font-size:11px;font-weight:700;color:#a0a3b5;letter-spacing:1.5px;text-transform:uppercase;margin-top:14px;margin-bottom:12px}.rc-profile-card{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px;border:1.5px solid #eaeaf0;border-radius:14px;padding:14px 16px;cursor:pointer;background:#f8f8fc;transition:border-color .15s,background .15s}.rc-profile-card:hover{border-color:rgba(75,63,160,.35);background:#f4f2fc}.rc-profile-card:last-child{margin-bottom:0}.rc-profile-card-icon{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid #eaeaf0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rc-profile-card-body{flex:1;min-width:0}.rc-profile-card-name-row{display:flex;align-items:center;gap:7px;margin-bottom:3px;overflow:hidden;min-width:0}.rc-profile-card-name{font-size:14px;font-weight:700;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.rc-profile-card-claimed{font-size:10px;font-weight:700;color:#15803d;background:#eef8f1;border:1px solid rgba(22,163,74,.2);border-radius:20px;padding:2px 8px;flex-shrink:0}.rc-profile-card-address{font-size:12px;color:#6e7187;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-profile-card-meta{display:flex;align-items:center;gap:6px}.rc-profile-card-category{font-size:11px;color:#a0a3b5}.rc-profile-card-rating{font-size:11px;font-weight:600;color:#18181b}.rc-profile-card-reviews{font-size:11px;color:#a0a3b5}.rc-profile-card-chevron{flex-shrink:0;margin-top:4px}.rc-profile-confirmed{background:#f0fdf4;border:1px solid rgba(22,163,74,.25);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:10px;margin-bottom:16px}.rc-profile-confirmed-check{width:22px;height:22px;border-radius:50%;background:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rc-profile-confirmed-body{flex:1;min-width:0}.rc-profile-confirmed-name{font-size:13px;font-weight:700;color:#15803d}.rc-profile-confirmed-name,.rc-profile-confirmed-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-profile-confirmed-btn,.rc-profile-confirmed-sub{font-size:11px;color:#6e7187}.rc-profile-confirmed-btn{font-weight:600;background:none;border:1px solid #eaeaf0;border-radius:8px;padding:4px 10px;cursor:pointer;flex-shrink:0}.rc-kw-wrap{position:relative;border-radius:12px;border:1.5px solid rgba(75,63,160,.25);background:#f8f8fc;display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:12px;transition:border-color .2s}.rc-kw-wrap:focus-within{border-color:rgba(75,63,160,.6);background:#fff;box-shadow:0 0 0 3px rgba(75,63,160,.08)}.rc-kw-input{flex:1;min-width:0;border:none;outline:none;font-size:14px;font-weight:500;color:#18181b;font-family:Inter,sans-serif;background:transparent}.rc-kw-input::placeholder{color:#a0a3b5}.rc-radius-label{font-size:11px;font-weight:600;color:#a0a3b5;margin-bottom:8px}.rc-radius-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.rc-radius-pill{padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600;border:1.5px solid #e2e3ec;background:#fff;color:#6e7187;cursor:pointer;transition:all .15s;font-family:Inter,sans-serif}.rc-radius-pill-selected{border-color:#4b3fa0;background:#f4f2fc;color:#4b3fa0}.rc-loading-wrap{background:#f8f8fc;border-radius:16px;border:1px solid rgba(75,63,160,.1);padding:20px;margin-bottom:16px;animation:rc-fade .3s ease}.rc-loading-title{font-size:15px;font-weight:800;color:#18181b;margin-bottom:4px;font-family:Plus Jakarta Sans,sans-serif}.rc-loading-msg{font-size:13px;color:#4b3fa0;font-weight:500;margin-bottom:16px;min-height:18px}.rc-prog-track{background:#eaeaf0;border-radius:50px;height:8px;overflow:hidden;margin-bottom:6px}.rc-prog-fill{height:100%;border-radius:50px;background:var(--rc-G);transition:width .5s ease}.rc-prog-pct{font-size:12px;color:#a0a3b5;text-align:right;margin-top:6px;font-weight:600}.rc-spinner{animation:rc-spin .9s linear infinite}.rc-results-confirmed-sub{font-size:11px;color:#6e7187}.rc-rank-band{border-radius:16px;border:1.5px solid rgba(66,133,244,.2);background:#f8fbff}.rc-rank-band,.rc-score-band{overflow:hidden;margin-bottom:12px}.rc-score-band{border-radius:16px;border:1.5px solid rgba(234,67,53,.18);background:#fff8f8}.rc-band-header{padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer}.rc-band-body{padding:14px 18px 18px;border-top:1px solid rgba(0,0,0,.06)}.rc-band-info{flex:1;min-width:0;overflow:hidden}.rc-band-title{font-size:15px;font-weight:800;color:#18181b;margin-bottom:2px}.rc-band-kw{font-size:12px;color:#6e7187;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-rank-badge{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,.2)}.rc-rank-badge-high{background:linear-gradient(135deg,#16a34a,#15803d)}.rc-rank-badge-med{background:linear-gradient(135deg,#d97706,#b45309)}.rc-rank-badge-low{background:linear-gradient(135deg,#ea4335,#c62828)}.rc-rank-badge-num{font-size:20px;font-weight:900;color:#fff}.rc-rank-label{font-size:12px;font-weight:700;margin-right:8px}.rc-rank-label-high{color:#16a34a}.rc-rank-label-med{color:#d97706}.rc-rank-label-low{color:#dc2626}.rc-score-badge{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ea4335,#c62828);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(234,67,53,.3)}.rc-score-badge-num{font-size:17px;font-weight:900;color:#fff;line-height:1}.rc-score-badge-denom{font-size:9px;color:hsla(0,0%,100%,.7);font-weight:600}.rc-score-quality-bad{font-size:12px;color:#ea4335;font-weight:600}.rc-score-quality-med{font-size:12px;color:#d97706;font-weight:600}.rc-score-quality-good{font-size:12px;color:#16a34a;font-weight:600}.rc-score-intro{font-size:12px;color:#6e7187;line-height:1.65;margin-bottom:16px}.rc-score-row{margin-bottom:12px}.rc-score-row-header{display:flex;justify-content:space-between;margin-bottom:5px}.rc-score-row-name{font-size:12px;font-weight:600;color:#18181b}.rc-score-row-value{font-size:12px;font-weight:700}.rc-score-prog-fill{height:100%;border-radius:50px}.rc-band-chev{transition:transform .2s;flex-shrink:0}.rc-band-chev-open{transform:rotate(90deg)}.rc-comp-section-label{font-size:11px;font-weight:700;color:#a0a3b5;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}.rc-comp-table{border-radius:12px;overflow:hidden;border:1px solid #eaeaf0}.rc-comp-header{display:grid;grid-template-columns:48px 1fr 44px 52px;background:#f8f8fc;padding:8px 12px;border-bottom:1px solid #eaeaf0;gap:4px}.rc-comp-header-cell{font-size:10px;font-weight:700;color:#a0a3b5;text-transform:uppercase}.rc-comp-row{display:grid;grid-template-columns:48px 1fr 44px 52px;padding:10px 12px;border-bottom:1px solid #f0f0f8;align-items:start;gap:4px;cursor:pointer;transition:background .1s}.rc-comp-row:hover{background:#fafafe}.rc-comp-row:last-child{border-bottom:none}.rc-comp-rank{font-size:12px;font-weight:800;color:#4285f4}.rc-comp-name-cell{min-width:0}.rc-comp-name{font-size:12px;font-weight:600;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-comp-area{font-size:10px;color:#a0a3b5;margin-top:1px}.rc-comp-reviews{font-size:11px;color:#6e7187}.rc-comp-rating-cell{display:flex;align-items:center;gap:3px}.rc-comp-rating{font-size:11px;font-weight:600;color:#18181b}.rc-more-above{padding:8px 12px;font-size:11px;color:#a0a3b5;font-style:italic;text-align:center;border-top:1px solid #f0f0f8}.rc-your-row{margin-top:10px;border-radius:12px;background:rgba(75,63,160,.06);border:1px solid rgba(75,63,160,.15);padding:10px 12px;display:grid;grid-template-columns:48px 1fr 44px 52px;align-items:start;gap:4px}.rc-your-rank{font-size:12px;font-weight:800;color:#4b3fa0}.rc-your-name-cell{min-width:0}.rc-your-name{font-size:12px;font-weight:700;color:#4b3fa0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-your-label{font-size:10px;color:#9b3fa0;opacity:.7}.rc-cta-primary{width:100%;padding:15px;border-radius:14px;border:none;background:var(--rc-G);color:#fff;font-size:15px;font-weight:800;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 20px rgba(75,63,160,.3);margin-bottom:12px;transition:opacity .2s}.rc-cta-primary:hover{opacity:.9}.rc-cta-secondary{border-radius:14px;border:1.5px solid rgba(75,63,160,.2);background:#f4f2fc;color:#3730a3;font-weight:700;margin-bottom:12px}.rc-cta-ghost,.rc-cta-secondary{width:100%;padding:13px;font-size:14px;cursor:pointer;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}.rc-cta-ghost{border-radius:14px;border:1.5px solid #eaeaf0;background:#fff;color:#18181b;font-weight:600}.rc-ctas{margin-top:4px}.rc-tier-card{border-radius:14px;padding:16px 18px;margin-bottom:12px;display:flex;gap:14px;align-items:flex-start}.rc-tier-card-high{background:#f0fdf4;border:1px solid rgba(22,163,74,.25)}.rc-tier-card-med{background:#fffbeb;border:1px solid rgba(234,179,8,.3)}.rc-tier-card-low{background:#fff1f1;border:1px solid rgba(220,38,38,.2)}.rc-tier-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rc-tier-icon-high{background:#16a34a}.rc-tier-icon-med{background:#d97706}.rc-tier-icon-low{background:#dc2626}.rc-tier-text{flex:1}.rc-tier-title-high{color:#15803d}.rc-tier-title-high,.rc-tier-title-med{font-size:14px;font-weight:800;margin-bottom:4px}.rc-tier-title-med{color:#92400e}.rc-tier-title-low{font-size:14px;font-weight:800;color:#b91c1c;margin-bottom:4px}.rc-tier-body-high{font-size:12px;color:#16a34a;line-height:1.65}.rc-tier-body-med{font-size:12px;color:#b45309;line-height:1.65}.rc-tier-body-low{font-size:12px;color:#dc2626;line-height:1.65}.rc-promo-overlay{position:fixed;inset:0;background:rgba(6,6,14,.72);backdrop-filter:blur(6px);z-index:600;display:flex;align-items:center;justify-content:center;padding:20px}.rc-promo-modal{background:#fff;border-radius:24px;padding:40px 32px 32px;width:100%;max-width:420px;box-shadow:0 24px 80px rgba(0,0,0,.3);animation:rc-modal-in .3s ease;text-align:center}.rc-promo-icon{width:72px;height:72px;border-radius:20px;background:var(--rc-G);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 30px rgba(75,63,160,.35)}.rc-promo-title{font-family:Plus Jakarta Sans,sans-serif;font-size:21px;font-weight:800;color:#18181b;line-height:1.25;margin-bottom:8px}.rc-promo-sub{font-size:14px;color:#6e7187;line-height:1.6;margin-bottom:28px}.rc-store-row{display:flex;gap:10px;margin-bottom:14px}.rc-store-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:50px;border-radius:12px;border:1.5px solid #e2e3ec;background:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#18181b;transition:border-color .2s,background .2s}.rc-store-btn:hover{border-color:#4b3fa0;background:#f8f8fc}.rc-promo-close{font-size:13px;color:#a0a3b5;cursor:pointer;margin-top:8px}@media (max-width:768px){.rc-hero{padding:40px 4vw 36px;overflow:hidden}.rc-hero-inner{width:100%;max-width:100%;overflow:hidden}.rc-hero-badge{max-width:100%}.rc-hero-badge-text{letter-spacing:1px;font-size:10px}.rc-main{padding:20px 12px 60px;overflow-x:hidden}.rc-card{padding:18px 16px}.rc-card-sub{padding-left:28px}.rc-band-header{gap:10px;padding:14px}.rc-band-info{min-width:0;overflow:hidden}.rc-band-kw{max-width:140px}.rc-rank-badge{width:40px;height:40px;border-radius:12px}.rc-rank-badge-num{font-size:16px}.rc-score-badge{width:40px;height:40px;border-radius:12px}.rc-score-badge-num{font-size:14px}.rc-profile-card{gap:10px;padding:12px}.rc-profile-card-address,.rc-profile-card-name,.rc-profile-confirmed-name,.rc-profile-confirmed-sub{white-space:normal}.rc-cta-primary{font-size:14px;padding:13px}}@media (max-width:600px){.rc-step-label{display:none}.rc-step-item{flex:0 0 auto;gap:0}.rc-step-line{flex:1;margin:0 8px}.rc-rank-label{font-size:11px}.rc-comp-header,.rc-comp-row,.rc-your-row{grid-template-columns:36px 1fr 36px 40px}.rc-hero h1{letter-spacing:-1px}}