:root {
    --rf-bg: #090812;
    --rf-bg-soft: #100e1b;
    --rf-panel: #151321;
    --rf-panel-2: #1a1728;
    --rf-panel-3: #211d31;
    --rf-text: #f8f7fb;
    --rf-muted: #9d99ab;
    --rf-muted-2: #6f6a7d;
    --rf-line: rgba(255, 255, 255, .09);
    --rf-line-strong: rgba(255, 255, 255, .16);
    --rf-pink: #ff3c6f;
    --rf-coral: #ff5b47;
    --rf-orange: #ff9338;
    --rf-purple: #9d4cff;
    --rf-cyan: #20c9c3;
    --rf-yellow: #f5c64d;
    --rf-gradient: linear-gradient(115deg, #ff9338 0%, #ff3c6f 50%, #a23dff 100%);
    --rf-gradient-soft: linear-gradient(135deg, rgba(255, 147, 56, .16), rgba(255, 60, 111, .18), rgba(162, 61, 255, .16));
    --rf-shadow: 0 24px 70px rgba(0, 0, 0, .42);
    --rf-radius: 24px;
    --rf-nav-height: 76px;
    --rf-max: 1320px;
}

* {
    box-sizing: border-box;
}

html.rf-no-scroll,
body.rf-no-scroll {
    overflow: hidden !important;
}

html {
    background: var(--rf-bg);
    color-scheme: dark;
}

body.radarfest-page {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--rf-bg) !important;
    color: var(--rf-text) !important;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
}

body.radarfest-page.admin-bar {
    --rf-admin-offset: 32px;
}

#radarfest-root {
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--rf-bg);
}

.radarfest-page a,
.radarfest-page button,
.radarfest-page input,
.radarfest-page select,
.radarfest-page textarea {
    font: inherit;
}

.radarfest-page a {
    color: inherit;
    text-decoration: none;
}

.radarfest-page button {
    color: inherit;
}

.radarfest-page button,
.radarfest-page a {
    -webkit-tap-highlight-color: transparent;
}

.radarfest-page img {
    max-width: 100%;
}

.radarfest-page .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.rf-icon {
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: -.2em;
}

.rf-icon .fill,
.rf-icon.fill {
    fill: currentColor;
    stroke: none;
}

.rf-app {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom));
    overflow-x: clip;
    background:
        radial-gradient(circle at 10% 10%, rgba(126, 67, 255, .08), transparent 27rem),
        radial-gradient(circle at 95% 30%, rgba(255, 51, 104, .07), transparent 26rem),
        var(--rf-bg);
}

.rf-appbar {
    position: relative;
    z-index: 80;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 68px;
    padding: calc(10px + env(safe-area-inset-top)) 18px 10px;
    background: rgba(9, 8, 18, .9);
    border-bottom: 1px solid var(--rf-line);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.admin-bar .rf-appbar {
    padding-top: calc(10px + env(safe-area-inset-top));
}

.rf-appbar.is-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(9, 8, 18, .92), rgba(9, 8, 18, .55), transparent);
    border-bottom: 0;
}

.rf-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.rf-logo-mark {
    width: 37px;
    height: 37px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 37px;
    filter: drop-shadow(0 8px 18px rgba(255, 61, 111, .25));
}

.rf-logo-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.rf-brand > span:last-child {
    display: none;
    line-height: 1;
}

.rf-brand strong {
    display: block;
    font-size: 16px;
    letter-spacing: -.03em;
}

.rf-brand small {
    display: block;
    margin-top: 3px;
    color: var(--rf-muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rf-city-button {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    padding: 7px 10px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}

.rf-city-button > span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 60, 111, .13);
    color: var(--rf-pink);
}

.rf-city-button strong {
    max-width: 145px;
    overflow: hidden;
    color: var(--rf-text);
    font-size: 15px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-city-button > .rf-icon {
    width: 14px;
    color: var(--rf-muted);
}

.rf-appbar-search {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--rf-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
    color: var(--rf-text);
}

.rf-desktop-nav {
    display: none;
}

.rf-bottom-nav {
    position: fixed;
    z-index: 120;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: calc(var(--rf-nav-height) + env(safe-area-inset-bottom));
    padding: 7px 7px env(safe-area-inset-bottom);
    background: rgba(10, 9, 19, .94);
    border-top: 1px solid rgba(255, 255, 255, .085);
    box-shadow: 0 -18px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
}

.rf-bottom-nav a,
.rf-bottom-nav button {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    min-width: 0;
    padding: 5px 2px;
    border: 0;
    background: transparent;
    color: #716c7e;
    cursor: pointer;
}

.rf-bottom-nav span {
    position: relative;
    width: 31px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 12px;
}

.rf-bottom-nav .rf-icon {
    width: 21px;
    height: 21px;
}

.rf-bottom-nav small {
    max-width: 100%;
    overflow: hidden;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-bottom-nav a.is-active,
.rf-bottom-nav button.is-active {
    color: #fff;
}

.rf-bottom-nav a.is-active span::before,
.rf-bottom-nav button.is-active span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--rf-gradient);
    opacity: .18;
}

.rf-bottom-nav a.is-active .rf-icon,
.rf-bottom-nav button.is-active .rf-icon {
    color: var(--rf-pink);
    filter: drop-shadow(0 0 10px rgba(255, 60, 111, .7));
}

.rf-eyebrow {
    display: inline-block;
    color: #ff8f46;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.rf-live-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rf-live-kicker i,
.rf-event-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rf-pink);
    box-shadow: 0 0 0 5px rgba(255, 60, 111, .14), 0 0 18px rgba(255, 60, 111, .75);
    animation: rf-pulse 1.8s ease-in-out infinite;
}

.rf-home-hero {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 75% 20%, rgba(255, 111, 47, .26), transparent 21rem),
        radial-gradient(circle at 20% 45%, rgba(153, 71, 255, .25), transparent 25rem),
        linear-gradient(145deg, #151020, #090812 64%);
}

.rf-home-hero::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image: var(--rf-hero-image);
    background-position: center 42%;
    background-size: cover;
    opacity: 0;
    transform: scale(1.03);
}

.rf-home-hero.has-image::before {
    opacity: .52;
}

.rf-home-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(7, 6, 13, .12), rgba(8, 7, 15, .42) 42%, var(--rf-bg) 100%),
        linear-gradient(90deg, rgba(9, 8, 18, .88), rgba(9, 8, 18, .2));
}

.rf-home-hero-glow {
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    right: -170px;
    bottom: -80px;
    border-radius: 50%;
    background: conic-gradient(from 130deg, var(--rf-purple), var(--rf-pink), var(--rf-orange), var(--rf-purple));
    opacity: .22;
    filter: blur(35px);
}

.rf-home-hero-content {
    width: 100%;
    max-width: var(--rf-max);
    margin: 0 auto;
    padding: 56px 20px 46px;
}

.rf-home-hero h1 {
    max-width: 730px;
    margin: 16px 0 12px;
    font-size: clamp(52px, 15vw, 92px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.075em;
}

.rf-home-hero h1 em {
    display: block;
    padding-right: .08em;
    color: transparent;
    font-style: normal;
    background: var(--rf-gradient);
    -webkit-background-clip: text;
    background-clip: text;
}

.rf-home-hero p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.55;
}

.rf-app-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    max-width: 650px;
    min-height: 58px;
    margin-top: 25px;
    padding: 6px 7px 6px 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 19px;
    background: rgba(21, 19, 33, .78);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.rf-app-search > .rf-icon {
    color: var(--rf-muted);
}

.rf-app-search label,
.rf-app-search input {
    width: 100%;
}

.rf-app-search input {
    height: 44px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--rf-text) !important;
    font-size: 14px !important;
}

.rf-app-search input::placeholder {
    color: #777281;
}

.rf-app-search button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: var(--rf-gradient);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(255, 60, 111, .28);
}

.rf-moment-chips {
    display: flex;
    gap: 8px;
    margin-top: 17px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.rf-moment-chips::-webkit-scrollbar,
.rf-horizontal-list::-webkit-scrollbar,
.rf-category-rail::-webkit-scrollbar,
.rf-map-filter-rail::-webkit-scrollbar,
.rf-date-tabs::-webkit-scrollbar {
    display: none;
}

.rf-moment-chips a,
.rf-moment-chips button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 37px;
    padding: 0 13px;
    border: 1px solid var(--rf-line-strong);
    border-radius: 999px;
    background: rgba(12, 11, 20, .55);
    color: #d0cdd6;
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
}

.rf-moment-chips .is-hot {
    border-color: rgba(255, 60, 111, .5);
    background: rgba(255, 60, 111, .13);
    color: #fff;
}

.rf-home-flow {
    position: relative;
    z-index: 2;
    margin-top: -2px;
    background: var(--rf-bg);
}

.rf-content-section {
    width: min(100%, var(--rf-max));
    margin: 0 auto;
    padding: 38px 18px 20px;
}

.rf-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.rf-section-title h2 {
    margin: 5px 0 0;
    color: var(--rf-text);
    font-size: clamp(27px, 7vw, 42px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.055em;
}

.rf-section-title > a,
.rf-section-title > button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c8c4d0;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.rf-section-title > a .rf-icon,
.rf-section-title > button .rf-icon {
    color: var(--rf-pink);
}

.rf-horizontal-list {
    display: flex;
    gap: 14px;
    width: calc(100% + 18px);
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.rf-category-rail {
    display: flex;
    gap: 12px;
    width: calc(100% + 18px);
    margin-right: -18px;
    padding: 2px 18px 7px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.rf-category-rail a {
    position: relative;
    flex: 0 0 154px;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 22px;
    background: linear-gradient(155deg, color-mix(in srgb, var(--rf-cat-color) 17%, var(--rf-panel)), var(--rf-panel) 62%);
    scroll-snap-align: start;
}

.rf-category-rail a::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    right: -36px;
    bottom: -36px;
    border-radius: 50%;
    background: var(--rf-cat-color);
    opacity: .16;
    filter: blur(7px);
}

.rf-category-rail a > span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    border-radius: 14px;
    background: color-mix(in srgb, var(--rf-cat-color) 22%, transparent);
    color: var(--rf-cat-color);
}

.rf-category-rail .rf-icon {
    width: 22px;
    height: 22px;
}

.rf-category-rail strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 17px;
    font-weight: 880;
}

.rf-category-rail small {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 4px;
    color: var(--rf-muted);
    font-size: 10px;
}

.rf-place-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.rf-place-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 22px;
    background: var(--rf-panel);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .16);
    scroll-snap-align: start;
}

.rf-place-card-compact {
    flex: 0 0 280px;
}

.rf-place-media {
    position: relative;
    height: 226px;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 25%, color-mix(in srgb, var(--rf-type-color) 45%, transparent), transparent 50%),
        linear-gradient(145deg, #292339, #12101d);
}

.rf-place-media-link {
    position: absolute;
    z-index: 2;
    inset: 0;
}

.rf-place-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--rf-card-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: transform .45s ease;
}

.rf-place-media.has-image::before {
    opacity: 1;
}

.rf-place-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 7, 14, .75), transparent 58%);
    pointer-events: none;
}

.rf-place-card:hover .rf-place-media::before {
    transform: scale(1.035);
}

.rf-place-type,
.rf-place-shoppy,
.rf-place-distance {
    position: absolute;
    z-index: 3;
    top: 13px;
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(7, 6, 13, .65);
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.rf-place-type {
    left: 13px;
    border-color: color-mix(in srgb, var(--rf-type-color) 55%, transparent);
}

.rf-place-shoppy {
    left: auto;
    right: 49px;
    border-color: rgba(255, 60, 111, .48);
    background: rgba(255, 60, 111, .18);
}

.rf-place-distance {
    top: auto;
    left: 13px;
    bottom: 13px;
}

.rf-card-save {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(7, 6, 13, .62);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.rf-card-save.is-saved,
[data-rf-save].is-saved {
    color: var(--rf-pink) !important;
}

.rf-card-save.is-saved .rf-icon-bookmark,
[data-rf-save].is-saved .rf-icon-bookmark {
    fill: currentColor;
}

.rf-place-body {
    padding: 15px 16px 14px;
}

.rf-place-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.rf-place-title h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 870;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.rf-place-title p {
    margin: 6px 0 0;
    color: var(--rf-muted);
    font-size: 11px;
}

.rf-open-indicator {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-top: 5px;
    border-radius: 50%;
    background: #777180;
    box-shadow: 0 0 0 5px rgba(119, 113, 128, .1);
}

.rf-open-indicator.is-open {
    background: #43dc91;
    box-shadow: 0 0 0 5px rgba(67, 220, 145, .1), 0 0 12px rgba(67, 220, 145, .5);
}

.rf-open-indicator.is-closed {
    background: #ff5c70;
}

.rf-place-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    margin-top: 13px;
    border-top: 1px solid var(--rf-line);
}

.rf-place-meta > span {
    color: #c0bcc8;
    font-size: 10px;
    font-weight: 760;
}

.rf-place-meta a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.rf-place-meta a .rf-icon {
    width: 14px;
    color: var(--rf-pink);
}

.rf-event-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 22px;
    background: var(--rf-panel);
    scroll-snap-align: start;
}

.rf-event-card-rail {
    flex: 0 0 245px;
}

.rf-event-card-media {
    position: relative;
    height: 305px;
    display: block;
    overflow: hidden;
    background: linear-gradient(140deg, #2f2442, #12101c);
}

.rf-event-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.rf-event-card:hover img {
    transform: scale(1.035);
}

.rf-event-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 7, 14, .58), transparent 45%);
    pointer-events: none;
}

.rf-event-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: var(--rf-gradient-soft);
}

.rf-event-placeholder .rf-logo-mark {
    width: 74px;
    height: 74px;
}

.rf-event-date {
    position: absolute;
    z-index: 3;
    top: 13px;
    left: 13px;
    width: 48px;
    height: 54px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(8, 7, 14, .72);
    backdrop-filter: blur(12px);
}

.rf-event-date strong {
    font-size: 19px;
    line-height: 1;
}

.rf-event-date small {
    margin-top: 3px;
    color: #c6c2ce;
    font-size: 8px;
    font-weight: 850;
}

.rf-event-live {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255, 60, 111, .2);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.rf-event-live i {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 60, 111, .8);
}

.rf-event-card-body {
    padding: 14px 15px 15px;
}

.rf-event-card-body > span {
    color: var(--rf-pink);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rf-event-card-body h3 {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.rf-event-card-body p {
    margin: 6px 0 0;
    overflow: hidden;
    color: var(--rf-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-event-card-body > div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding-top: 11px;
    margin-top: 12px;
    border-top: 1px solid var(--rf-line);
}

.rf-event-card-body > div strong,
.rf-event-card-body > div small {
    font-size: 9px;
    font-weight: 800;
}

.rf-event-card-body > div small {
    color: #c4c0cb;
    text-align: right;
}

.rf-map-preview-card,
.rf-map-preview-card .rf-map {
    min-height: 330px;
}

.rf-map-preview-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 25px;
    background: var(--rf-panel);
    box-shadow: var(--rf-shadow);
}

.rf-map-preview-copy {
    position: absolute;
    z-index: 15;
    left: 14px;
    top: 14px;
    display: grid;
    gap: 2px;
    min-width: 140px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: rgba(10, 9, 18, .75);
    backdrop-filter: blur(14px);
}

.rf-map-preview-copy strong {
    font-size: 14px;
}

.rf-map-preview-copy span {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    background: #0c1321;
    isolation: isolate;
}

.rf-map.is-mini {
    min-height: 330px;
}

.rf-map-viewport,
.rf-map-tiles,
.rf-map-markers {
    position: absolute;
    inset: 0;
}

.rf-map-viewport {
    z-index: 1;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
}

.rf-map-viewport.is-dragging {
    cursor: grabbing;
}

.rf-map-tiles,
.rf-map-markers {
    will-change: transform;
}

.rf-map-tile {
    position: absolute;
    width: 257px;
    height: 257px;
    max-width: none !important;
    user-select: none;
    pointer-events: none;
    filter: invert(.88) hue-rotate(175deg) saturate(.55) brightness(.55) contrast(1.25);
}

.rf-map-tiles::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 23, 54, .1);
    pointer-events: none;
}

.rf-map-shade {
    position: absolute;
    z-index: 2;
    inset: 0;
    background:
        radial-gradient(circle at 50% 48%, transparent 20%, rgba(7, 7, 13, .12) 72%),
        linear-gradient(to bottom, rgba(12, 9, 24, .12), transparent 24%, transparent 70%, rgba(8, 7, 15, .28));
    pointer-events: none;
}

.rf-map-markers {
    z-index: 4;
    pointer-events: none;
}

.rf-map-pin,
.rf-map-cluster,
.rf-user-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.rf-map-pin {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    padding: 3px;
    border: 3px solid var(--rf-pin-color);
    border-radius: 50%;
    background: #11101a;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .55), 0 0 0 3px rgba(9, 8, 18, .58);
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease;
}

.rf-map-pin:hover,
.rf-map-pin:focus-visible {
    z-index: 5;
    transform: translate(-50%, -50%) scale(1.1);
    filter: drop-shadow(0 0 12px var(--rf-pin-color));
}

.rf-map-pin-event {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    transform: translate(-50%, -50%) rotate(2deg);
}

.rf-map-pin-picture {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: inherit;
    background: linear-gradient(145deg, #372b4a, #161321);
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.rf-map-pin-shoppy {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 13px;
    height: 13px;
    border: 3px solid #0d0b16;
    border-radius: 50%;
    background: var(--rf-pink);
}

.rf-map-cluster {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#12101d, #12101d) padding-box, var(--rf-gradient) border-box;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .55), 0 0 22px rgba(255, 60, 111, .2);
    cursor: pointer;
}

.rf-user-marker {
    z-index: 9;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(53, 157, 255, .22);
    box-shadow: 0 0 0 10px rgba(53, 157, 255, .12), 0 5px 18px rgba(0, 0, 0, .4);
}

.rf-user-marker i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #49a7ff;
}

.rf-map-controls {
    position: absolute;
    z-index: 12;
    right: 13px;
    bottom: 90px;
    display: grid;
    gap: 7px;
}

.rf-map-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(15, 13, 25, .8);
    color: #fff;
    font-size: 21px;
    font-weight: 650;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .28);
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.rf-map-controls button:last-child {
    margin-top: 5px;
    color: #6ab5ff;
}

.rf-map-controls .rf-icon {
    width: 19px;
    height: 19px;
}

.rf-map-legend {
    position: absolute;
    z-index: 11;
    left: 12px;
    bottom: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(9, 8, 18, .72);
    color: #dedbe4;
    font-size: 8px;
    font-weight: 720;
    backdrop-filter: blur(13px);
}

.rf-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rf-map-legend i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rf-legend);
    box-shadow: 0 0 8px var(--rf-legend);
}

.rf-map-attribution {
    position: absolute;
    z-index: 10;
    right: 7px;
    bottom: 4px;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(9, 8, 18, .55);
    color: rgba(255, 255, 255, .58) !important;
    font-size: 7px;
}

.rf-map-preview {
    position: absolute;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: 14px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .18s ease, transform .22s ease;
}

.rf-map-preview.is-open {
    opacity: 1;
    transform: translateY(0);
}

.rf-map-preview .rf-map-preview-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 78px 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 9px;
    border-radius: 19px;
    background: rgba(18, 16, 29, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .5);
    backdrop-filter: blur(18px);
}

.rf-map-preview-image {
    width: 78px;
    height: 78px;
    display: block;
    border-radius: 14px;
    background: linear-gradient(145deg, #322944, #191524);
    background-position: center;
    background-size: cover;
}

.rf-map-preview-card > div {
    min-width: 0;
}

.rf-map-preview-card small {
    color: var(--rf-pink);
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.rf-map-preview-card h3 {
    margin: 3px 0 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-map-preview-card p {
    margin: 4px 0 0;
    overflow: hidden;
    color: var(--rf-muted);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rf-map-preview-card > div > div {
    display: flex;
    gap: 8px;
    margin-top: 7px;
    color: #c9c5d0;
    font-size: 8px;
}

.rf-map-preview-action {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 13px;
    background: var(--rf-gradient);
    color: #fff;
    font-size: 9px;
    font-weight: 850;
}

.rf-map-preview-close {
    position: absolute;
    top: -8px;
    right: -5px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--rf-line-strong);
    border-radius: 50%;
    background: #171522;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.rf-creators-banner,
.rf-claim-banner {
    position: relative;
    width: calc(100% - 36px);
    max-width: calc(var(--rf-max) - 36px);
    margin: 34px auto 10px;
    padding: 30px 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 61, 111, .2), transparent 17rem),
        radial-gradient(circle at 5% 100%, rgba(143, 70, 255, .2), transparent 18rem),
        #151220;
}

.rf-creators-banner > div:nth-child(2) {
    position: relative;
    z-index: 2;
}

.rf-creators-banner h2,
.rf-claim-banner h2 {
    max-width: 750px;
    margin: 7px 0 10px;
    font-size: clamp(28px, 7vw, 48px);
    line-height: .98;
    letter-spacing: -.055em;
}

.rf-creators-banner p,
.rf-claim-banner p {
    max-width: 660px;
    margin: 0;
    color: var(--rf-muted);
    font-size: 12px;
    line-height: 1.7;
}

.rf-creators-orbit {
    position: absolute;
    right: -50px;
    bottom: -85px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    opacity: .7;
}

.rf-creators-orbit::before,
.rf-creators-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.rf-creators-orbit::before {
    inset: 36px;
}

.rf-creators-orbit::after {
    inset: 78px;
}

.rf-creators-orbit i,
.rf-creators-orbit b {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 4px solid #17131f;
    border-radius: 50%;
    background: var(--rf-gradient);
}

.rf-creators-orbit i:nth-child(1) { left: 10px; top: 95px; }
.rf-creators-orbit i:nth-child(2) { left: 82px; top: 12px; }
.rf-creators-orbit i:nth-child(3) { right: 14px; top: 80px; }
.rf-creators-orbit b { left: 106px; top: 105px; width: 31px; height: 31px; }

.rf-coming-pill {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 60, 111, .35);
    border-radius: 999px;
    background: rgba(255, 60, 111, .08);
    color: #ff8aa7;
    font-size: 9px;
    font-weight: 850;
}

.rf-public-empty,
.rf-compact-empty {
    border: 1px dashed rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .025);
}

.rf-public-empty {
    display: grid;
    justify-items: center;
    padding: 54px 24px;
    border-radius: 24px;
    text-align: center;
}

.rf-public-empty > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 18px;
    background: var(--rf-gradient-soft);
    color: var(--rf-pink);
    font-size: 28px;
}

.rf-public-empty > span .rf-icon {
    width: 28px;
    height: 28px;
}

.rf-public-empty h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.035em;
}

.rf-public-empty p {
    max-width: 520px;
    margin: 8px 0 0;
    color: var(--rf-muted);
    font-size: 12px;
}

.rf-compact-empty {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 19px;
}

.rf-compact-empty > span .rf-logo-mark {
    width: 44px;
    height: 44px;
}

.rf-compact-empty strong {
    display: block;
    font-size: 14px;
}

.rf-compact-empty p {
    margin: 4px 0 0;
    color: var(--rf-muted);
    font-size: 10px;
}

/* Radar full-screen */
.rf-radar-screen {
    height: 100vh;
    height: 100dvh;
    padding-bottom: 0;
    overflow: hidden;
}

.rf-radar-toolbar {
    position: absolute;
    z-index: 70;
    top: calc(72px + env(safe-area-inset-top));
    left: 0;
    right: 0;
    padding: 0 14px;
    pointer-events: none;
}

.rf-radar-toolbar > * {
    pointer-events: auto;
}

.rf-segmented {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 520px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 19px;
    background: rgba(16, 14, 27, .86);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
}

.rf-segmented button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #777180;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.rf-segmented button.is-active {
    background: var(--rf-gradient);
    color: #fff;
    box-shadow: 0 9px 22px rgba(255, 60, 111, .28);
}

.rf-segmented .rf-icon {
    width: 17px;
}

.rf-map-filter-rail {
    display: flex;
    gap: 7px;
    width: calc(100% + 28px);
    margin: 10px -14px 0;
    padding: 0 14px 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.rf-map-filter-rail button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(16, 14, 27, .78);
    color: #aaa5b3;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.rf-map-filter-rail button.is-active {
    border-color: rgba(255, 60, 111, .5);
    background: rgba(255, 60, 111, .2);
    color: #fff;
}

.rf-radar-stage,
.rf-radar-stage > .rf-map {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.rf-radar-stage .rf-map-controls {
    bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 72px);
}

.rf-radar-stage .rf-map-legend {
    bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 12px);
}

.rf-radar-stage .rf-map-attribution {
    bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 2px);
}

.rf-radar-stage .rf-map-preview {
    bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 12px);
}

/* Page headers / agenda / explore */
.rf-page-intro {
    width: min(100%, var(--rf-max));
    margin: 0 auto;
    padding: 40px 18px 23px;
}

.rf-page-intro h1 {
    margin: 9px 0 10px;
    font-size: clamp(45px, 12vw, 82px);
    line-height: .9;
    letter-spacing: -.075em;
}

.rf-page-intro > p {
    max-width: 620px;
    margin: 0;
    color: var(--rf-muted);
    font-size: 13px;
    line-height: 1.65;
}

.rf-date-tabs {
    display: flex;
    gap: 8px;
    width: calc(100% + 18px);
    margin: 25px -18px 0 0;
    padding-right: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}

.rf-date-tabs a {
    flex: 0 0 auto;
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid var(--rf-line);
    border-radius: 999px;
    background: var(--rf-panel);
    color: var(--rf-muted);
    font-size: 10px;
    font-weight: 850;
}

.rf-date-tabs a.is-active {
    border-color: transparent;
    background: var(--rf-gradient);
    color: #fff;
}

.rf-agenda-section {
    padding-top: 13px;
}

.rf-agenda-head,
.rf-results-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}


.rf-results-head > div {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.rf-agenda-head strong,
.rf-results-head strong {
    font-size: 18px;
}

.rf-agenda-head span,
.rf-results-head span {
    color: var(--rf-muted);
    font-size: 10px;
}

.rf-event-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.rf-explore-intro {
    padding-bottom: 15px;
}

.rf-explore-search {
    max-width: 760px;
}

.rf-explore-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
}

.rf-explore-actions > button,
.rf-view-toggle button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid var(--rf-line);
    border-radius: 12px;
    background: var(--rf-panel);
    color: #c7c3cd;
    font-size: 9px;
    font-weight: 820;
    cursor: pointer;
}

.rf-explore-actions .rf-icon {
    width: 15px;
}

.rf-view-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-left: auto;
    padding: 3px;
    border: 1px solid var(--rf-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .02);
}

.rf-view-toggle button {
    min-height: 32px;
    border: 0;
    background: transparent;
}

.rf-view-toggle button.is-active {
    background: #2a2637;
    color: #fff;
}

.rf-explore-shell {
    position: relative;
    width: min(100%, var(--rf-max));
    margin: 0 auto;
    padding: 13px 18px 35px;
}

.rf-filter-panel {
    position: fixed;
    z-index: 180;
    inset: auto 0 0;
    max-height: min(88vh, 760px);
    padding: 18px 20px calc(25px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border: 1px solid var(--rf-line-strong);
    border-radius: 28px 28px 0 0;
    background: rgba(18, 16, 29, .98);
    box-shadow: 0 -30px 80px rgba(0, 0, 0, .55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(102%);
    transition: transform .28s ease, opacity .2s ease, visibility .28s;
    backdrop-filter: blur(24px);
}

.rf-filter-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rf-filter-panel::before {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    margin: 0 auto 19px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.rf-filter-panel h2 {
    margin: 4px 0 21px;
    font-size: 30px;
    letter-spacing: -.055em;
}

.rf-filter-close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--rf-line);
    border-radius: 50%;
    background: var(--rf-panel-3);
    cursor: pointer;
}

.rf-filter-panel form {
    display: grid;
    gap: 14px;
}

.rf-filter-panel label:not(.rf-toggle-row) {
    display: grid;
    gap: 7px;
}

.rf-filter-panel label > span {
    color: #c8c4ce;
    font-size: 10px;
    font-weight: 800;
}

.rf-filter-panel select {
    width: 100%;
    min-height: 49px;
    padding: 0 13px;
    border: 1px solid var(--rf-line-strong) !important;
    border-radius: 13px !important;
    outline: 0;
    background: #211e2d !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 12px;
}

.rf-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 0;
    border-top: 1px solid var(--rf-line);
}

.rf-toggle-row > span {
    display: grid;
    gap: 3px;
}

.rf-toggle-row strong {
    font-size: 12px;
}

.rf-toggle-row small {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-toggle-row input {
    appearance: none;
    width: 45px;
    height: 25px;
    flex: 0 0 45px;
    padding: 3px;
    border: 0;
    border-radius: 999px;
    background: #353140;
    cursor: pointer;
    transition: background .18s ease;
}

.rf-toggle-row input::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #aaa5b1;
    transition: transform .18s ease, background .18s ease;
}

.rf-toggle-row input:checked {
    background: var(--rf-pink);
}

.rf-toggle-row input:checked::before {
    background: #fff;
    transform: translateX(20px);
}

.rf-gradient-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 7px;
    border: 0;
    border-radius: 15px;
    background: var(--rf-gradient);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.rf-clear-link {
    padding: 5px;
    color: var(--rf-muted) !important;
    font-size: 10px;
    font-weight: 750;
    text-align: center;
}

.rf-results-head a {
    color: var(--rf-pink);
    font-size: 9px;
    font-weight: 800;
}

.rf-explore-map {
    min-height: calc(100vh - 210px);
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 23px;
}

.rf-explore-map[hidden],
.rf-explore-results[hidden] {
    display: none !important;
}

.rf-explore-map .rf-map {
    min-height: calc(100vh - 210px);
}

/* Venue detail */
.rf-venue-detail,
.rf-event-detail-page {
    padding-bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 18px);
}

.rf-detail-top-actions {
    position: absolute;
    z-index: 90;
    top: calc(13px + env(safe-area-inset-top));
    left: 13px;
    right: 13px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.admin-bar .rf-detail-top-actions {
    top: calc(45px + env(safe-area-inset-top));
}

.rf-detail-top-actions a,
.rf-detail-top-actions button {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(9, 8, 18, .63);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    cursor: pointer;
    pointer-events: auto;
    backdrop-filter: blur(14px);
}

.rf-detail-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 60, 111, .3), transparent 22rem),
        linear-gradient(145deg, #282039, #0b0914);
}

.rf-detail-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--rf-detail-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
}

.rf-detail-hero.has-image::before {
    opacity: 1;
}

.rf-detail-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 7, 14, .99) 0%, rgba(8, 7, 14, .84) 31%, rgba(8, 7, 14, .12) 72%);
}

.rf-detail-hero-copy {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 80px 20px 34px;
}

.rf-detail-type {
    color: var(--rf-type-color);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.rf-detail-hero h1 {
    margin: 8px 0 7px;
    font-size: clamp(43px, 12vw, 78px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.07em;
    text-shadow: 0 8px 28px rgba(0, 0, 0, .62);
}

.rf-detail-hero-copy > p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
}

.rf-detail-hero-copy > p .rf-icon {
    color: var(--rf-pink);
}

.rf-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.rf-detail-badges span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(9, 8, 18, .46);
    color: #ddd9e2;
    font-size: 8px;
    font-weight: 820;
    backdrop-filter: blur(10px);
}

.rf-detail-badges .is-shoppy {
    border-color: rgba(255, 60, 111, .4);
    background: rgba(255, 60, 111, .16);
    color: #ff9db5;
}

.rf-status-dot::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #817b89;
}

.rf-status-dot.is-open::before {
    background: #43dc91;
    box-shadow: 0 0 9px rgba(67, 220, 145, .6);
}

.rf-status-dot.is-closed::before {
    background: #ff5c70;
}

.rf-detail-sheet,
.rf-event-detail-sheet {
    position: relative;
    z-index: 3;
    width: min(100%, 1000px);
    margin: -2px auto 0;
    padding: 25px 18px 28px;
    border-radius: 25px 25px 0 0;
    background: var(--rf-bg);
}

.rf-fact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.rf-fact-grid article {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 19px;
    background: var(--rf-panel);
}

.rf-fact-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.rf-fact-grid small {
    color: var(--rf-muted);
    font-size: 10px;
    font-weight: 760;
}

.rf-fact-grid strong {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.25;
}

.rf-fact-grid strong > span {
    color: var(--rf-pink);
}

.rf-fact-grid .rf-icon {
    width: 20px;
    height: 20px;
}

.rf-detail-description {
    padding: 38px 2px 25px;
}

.rf-detail-description h2,
.rf-detail-events h2 {
    margin: 6px 0 13px;
    font-size: 29px;
    letter-spacing: -.05em;
}

.rf-detail-description > p {
    margin: 0;
    color: #aaa5b3;
    font-size: 14px;
    line-height: 1.8;
}

.rf-tag-list,
.rf-event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.rf-tag-list {
    margin-top: 18px;
}

.rf-tag-list span,
.rf-event-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 31px;
    padding: 0 10px;
    border: 1px solid var(--rf-line);
    border-radius: 999px;
    background: var(--rf-panel);
    color: #c5c1cb;
    font-size: 9px;
    font-weight: 780;
}

.rf-detail-actions {
    display: grid;
    gap: 10px;
    padding: 3px 0 26px;
}

.rf-detail-action {
    position: relative;
    min-height: 59px;
    display: grid;
    grid-template-columns: 35px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px 15px 8px 10px;
    overflow: hidden;
    border: 1px solid var(--rf-line-strong);
    border-radius: 17px;
    background: var(--rf-panel);
}

.rf-detail-action > span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
}

.rf-detail-action strong {
    font-size: 12px;
    font-weight: 860;
}

.rf-detail-action > .rf-icon {
    width: 17px;
    color: var(--rf-muted);
}

.rf-detail-action.is-gradient {
    border: 2px solid transparent;
    background: linear-gradient(var(--rf-panel), var(--rf-panel)) padding-box, var(--rf-gradient) border-box;
}

.rf-detail-action.is-accent {
    border-color: transparent;
    background: var(--rf-gradient);
    box-shadow: 0 14px 34px rgba(255, 60, 111, .21);
}

.rf-detail-action.is-primary {
    background: #211e2d;
}

.rf-detail-events {
    padding: 22px 0 35px;
    border-top: 1px solid var(--rf-line);
}

.rf-detail-info {
    display: grid;
    gap: 10px;
    padding: 24px 0;
    border-top: 1px solid var(--rf-line);
}

.rf-detail-info article {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border: 1px solid var(--rf-line);
    border-radius: 17px;
    background: var(--rf-panel);
}

.rf-detail-info article > span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 60, 111, .11);
    color: var(--rf-pink);
}

.rf-detail-info small,
.rf-detail-info strong {
    display: block;
}

.rf-detail-info small {
    color: var(--rf-muted);
    font-size: 8px;
}

.rf-detail-info strong {
    margin-top: 3px;
    font-size: 11px;
}

.rf-claim-banner {
    width: 100%;
    margin: 15px 0 25px;
}

.rf-claim-banner a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: #fff;
    font-size: 10px;
    font-weight: 860;
}

/* Event detail and modal sheet */
.rf-event-poster-wrap {
    min-height: 560px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: calc(68px + env(safe-area-inset-top)) 0 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 60, 111, .2), transparent 30rem),
        #050509;
}

.rf-event-poster-wrap img {
    width: 100%;
    max-height: 620px;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.rf-event-poster-fallback {
    width: 100%;
    min-height: 480px;
    display: grid;
    place-items: center;
    background: var(--rf-gradient-soft);
}

.rf-event-poster-fallback .rf-logo-mark {
    width: 105px;
    height: 105px;
}

.rf-event-detail-sheet {
    margin-top: -21px;
    padding-top: 31px;
    border: 1px solid var(--rf-line);
    border-bottom: 0;
}

.rf-event-date-label {
    color: #ff8b5b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.rf-event-detail-sheet > h1,
.rf-sheet-body > h2 {
    margin: 7px 0 5px;
    font-size: clamp(37px, 10vw, 62px);
    line-height: .94;
    letter-spacing: -.065em;
}

.rf-event-venue-link {
    display: inline-block;
    color: #8d8798 !important;
    font-size: 15px;
    font-weight: 760;
}

.rf-event-time {
    display: grid;
    gap: 4px;
    margin: 27px 0 19px;
}

.rf-event-time small {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-event-time strong {
    font-size: 25px;
    letter-spacing: -.04em;
}

.rf-event-tags {
    margin: 0 0 25px;
}

.rf-event-tags span.is-hot {
    border-color: rgba(255, 60, 111, .38);
    background: rgba(255, 60, 111, .1);
    color: #ff668c;
}

.rf-event-tags span.is-ticket {
    border-color: rgba(255, 60, 111, .5);
    background: rgba(255, 60, 111, .2);
    color: #fff;
}

.rf-event-tags .rf-icon {
    width: 14px;
}

.rf-event-description {
    margin: 0 0 28px;
    color: #9e99a8;
    font-size: 14px;
    line-height: 1.75;
}

.rf-important-card {
    padding: 19px;
    margin: 22px 0;
    border: 1px solid var(--rf-line);
    border-radius: 18px;
    background: var(--rf-panel);
}

.rf-important-card > span {
    color: #777181;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}

.rf-important-card p {
    margin: 10px 0 0;
    color: #c8c4ce;
    font-size: 12px;
    line-height: 1.65;
}

.rf-event-bottom-actions {
    display: grid;
    grid-template-columns: 1fr 52px;
    gap: 10px;
    margin: 17px 0 11px;
}

.rf-event-bottom-actions button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--rf-line-strong);
    border-radius: 16px;
    background: var(--rf-panel);
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.rf-ticket-cta {
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 17px;
    background: var(--rf-gradient);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 17px 40px rgba(255, 60, 111, .25);
}

.rf-event-dialog {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    opacity: 0;
    transition: opacity .2s ease;
}

.rf-event-dialog[open] {
    display: block;
}

.rf-event-dialog.is-open {
    opacity: 1;
}

.rf-event-dialog::backdrop {
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(4px);
}

.rf-event-dialog-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.rf-event-dialog-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 94vh;
    max-height: 94dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid var(--rf-line-strong);
    border-bottom: 0;
    border-radius: 29px 29px 0 0;
    background: #100e1a;
    box-shadow: 0 -30px 80px rgba(0, 0, 0, .6);
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.rf-event-dialog.is-open .rf-event-dialog-panel {
    transform: translateY(0);
}

.rf-sheet-handle {
    position: sticky;
    z-index: 5;
    top: 0;
    width: 47px;
    height: 5px;
    margin: 8px auto -13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.rf-sheet-close {
    position: absolute;
    z-index: 12;
    top: 22px;
    right: 17px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
    background: rgba(8, 7, 14, .68);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.rf-sheet-loading {
    min-height: 380px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
}

.rf-sheet-loading span {
    width: 38px;
    height: 38px;
    border: 3px solid rgba(255, 255, 255, .12);
    border-top-color: var(--rf-pink);
    border-radius: 50%;
    animation: rf-spin .8s linear infinite;
}

.rf-sheet-loading p {
    color: var(--rf-muted);
    font-size: 11px;
}

.rf-sheet-content[hidden],
.rf-sheet-loading[hidden] {
    display: none !important;
}

.rf-sheet-poster {
    width: 100%;
    min-height: 475px;
    background:
        radial-gradient(circle at 50% 25%, rgba(255, 60, 111, .25), transparent 20rem),
        #08070e;
    background-position: center top;
    background-size: cover;
}

.rf-sheet-body {
    position: relative;
    z-index: 2;
    padding: 27px 20px calc(30px + env(safe-area-inset-bottom));
    margin-top: -18px;
    border-radius: 24px 24px 0 0;
    background: #100e1a;
}

.rf-sheet-body > h2 {
    font-size: 38px;
}

.rf-sheet-link-grid {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

.rf-sheet-link {
    min-height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 60, 111, .45);
    border-radius: 16px;
    background: var(--rf-panel);
    color: #fff;
    font-size: 11px;
    font-weight: 850;
}

.rf-sheet-link.is-gradient {
    border: 2px solid transparent;
    background: linear-gradient(var(--rf-panel), var(--rf-panel)) padding-box, var(--rf-gradient) border-box;
}

.rf-toast {
    position: fixed;
    z-index: 1500;
    left: 50%;
    bottom: calc(var(--rf-nav-height) + env(safe-area-inset-bottom) + 14px);
    width: max-content;
    max-width: calc(100% - 34px);
    padding: 11px 15px;
    border: 1px solid var(--rf-line-strong);
    border-radius: 999px;
    background: rgba(30, 27, 42, .96);
    color: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .45);
    font-size: 10px;
    font-weight: 780;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity .18s ease, transform .22s ease;
    backdrop-filter: blur(18px);
}

.rf-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* Saved */
.rf-saved-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    max-width: 460px;
    padding: 5px;
    margin-bottom: 18px;
    border: 1px solid var(--rf-line);
    border-radius: 16px;
    background: var(--rf-panel);
}

.rf-saved-tabs button {
    min-height: 41px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--rf-muted);
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}

.rf-saved-tabs button.is-active {
    background: #2b2738;
    color: #fff;
}

.rf-saved-grid {
    display: grid;
    gap: 13px;
}

.rf-saved-card {
    display: grid;
    grid-template-columns: 105px 1fr;
    min-height: 105px;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 18px;
    background: var(--rf-panel);
}

.rf-saved-card-media {
    display: block;
    background: linear-gradient(145deg, #322944, #161321);
    background-position: center;
    background-size: cover;
}

.rf-saved-card > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px;
}

.rf-saved-card h3 {
    margin: 0;
    font-size: 15px;
}

.rf-saved-card p {
    margin: 5px 0 0;
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-saved-card button {
    padding: 0;
    margin-top: auto;
    border: 0;
    background: transparent;
    color: var(--rf-pink);
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
}

@keyframes rf-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.72); opacity: .6; }
}

@keyframes rf-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 560px) {
    .rf-brand > span:last-child {
        display: block;
    }

    .rf-place-grid,
    .rf-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rf-place-card-compact {
        flex-basis: 310px;
    }

    .rf-fact-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rf-fact-grid article:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .rf-fact-grid article:last-child:nth-child(5) {
        grid-column: span 2;
    }

    .rf-detail-actions {
        grid-template-columns: 1fr 1fr;
    }

    .rf-event-poster-wrap img {
        width: min(100%, 620px);
        border-radius: 24px 24px 0 0;
    }

    .rf-event-detail-sheet {
        max-width: 720px;
    }

    .rf-sheet-poster {
        min-height: 620px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 800px) {
    :root {
        --rf-nav-height: 0px;
    }

    .rf-app {
        padding-bottom: 0;
    }

    .rf-appbar {
        min-height: 76px;
        grid-template-columns: auto auto 1fr auto;
        padding: 12px 30px;
    }

    .rf-city-button {
        justify-self: start;
    }

    .rf-desktop-nav {
        justify-self: center;
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 5px;
        border: 1px solid var(--rf-line);
        border-radius: 999px;
        background: rgba(255, 255, 255, .025);
    }

    .rf-desktop-nav a {
        min-height: 35px;
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 999px;
        color: var(--rf-muted);
        font-size: 10px;
        font-weight: 820;
    }

    .rf-desktop-nav a.is-active {
        background: #272333;
        color: #fff;
    }

    .rf-bottom-nav {
        display: none;
    }

    .rf-home-hero {
        min-height: 620px;
    }

    .rf-home-hero-content {
        padding: 100px 35px 70px;
    }

    .rf-home-hero h1 em {
        display: inline;
    }

    .rf-content-section {
        padding: 54px 30px 24px;
    }

    .rf-place-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .rf-event-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .rf-event-card-rail {
        flex-basis: 285px;
    }

    .rf-creators-banner,
    .rf-claim-banner {
        padding: 45px 42px;
    }

    .rf-radar-toolbar {
        top: 92px;
        left: 50%;
        right: auto;
        width: min(720px, calc(100% - 40px));
        transform: translateX(-50%);
    }

    .rf-radar-stage .rf-map-controls {
        bottom: 72px;
    }

    .rf-radar-stage .rf-map-legend {
        bottom: 15px;
    }

    .rf-radar-stage .rf-map-attribution {
        bottom: 4px;
    }

    .rf-radar-stage .rf-map-preview {
        left: auto;
        right: 20px;
        bottom: 20px;
        width: 430px;
    }

    .rf-page-intro {
        padding: 64px 30px 35px;
    }

    .rf-explore-shell {
        display: grid;
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 25px;
        padding: 20px 30px 70px;
    }

    .rf-filter-panel {
        position: sticky;
        z-index: 1;
        top: 20px;
        inset: auto;
        align-self: start;
        max-height: none;
        padding: 23px;
        overflow: visible;
        border-radius: 22px;
        background: var(--rf-panel);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .rf-filter-panel::before,
    .rf-filter-close,
    [data-rf-filter-sheet] {
        display: none !important;
    }

    .rf-explore-map {
        grid-column: 2;
    }

    .rf-detail-hero {
        min-height: 590px;
    }

    .rf-detail-hero-copy {
        padding: 100px 35px 55px;
    }

    .rf-detail-sheet {
        padding: 38px 34px 60px;
    }

    .rf-fact-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .rf-fact-grid article:last-child:nth-child(5) {
        grid-column: auto;
    }

    .rf-event-dialog-panel {
        left: 50%;
        right: auto;
        width: min(680px, calc(100% - 50px));
        max-height: 92vh;
        border-radius: 29px 29px 0 0;
        transform: translate(-50%, 100%);
    }

    .rf-event-dialog.is-open .rf-event-dialog-panel {
        transform: translate(-50%, 0);
    }

    .rf-toast {
        bottom: 25px;
    }
}

@media (min-width: 1120px) {
    .rf-place-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rf-event-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rf-home-hero-content,
    .rf-content-section,
    .rf-page-intro,
    .rf-explore-shell {
        padding-left: 40px;
        padding-right: 40px;
    }

    .rf-detail-sheet {
        max-width: 1100px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}

/* ==========================================================
   RadarFest v0.1.2 — Marketplace & Growth Shell
   Institutional acquisition layer + hybrid desktop home.
   ========================================================== */

.rf-appbar-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 40px;
}

.rf-login-link,
.rf-publish-link {
    display: none;
}

.rf-login-link {
    min-height: 38px;
    align-items: center;
    padding: 0 11px;
    color: #d9d5df;
    font-size: 10px;
    font-weight: 820;
}

.rf-publish-link {
    min-height: 40px;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--rf-gradient);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(255, 60, 111, .24);
}

.rf-hero-actions,
.rf-growth-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.rf-hero-actions {
    margin-top: 19px;
}

.rf-gradient-button,
.rf-secondary-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    margin: 0;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rf-gradient-button {
    border: 0;
    background: var(--rf-gradient);
    color: #fff;
    box-shadow: 0 15px 32px rgba(255, 60, 111, .22);
}

.rf-secondary-button {
    border: 1px solid var(--rf-line-strong);
    background: rgba(255, 255, 255, .035);
    color: #f5f3f8;
}

.rf-gradient-button:hover,
.rf-secondary-button:hover,
.rf-publish-link:hover {
    transform: translateY(-2px);
}

.rf-gradient-button:hover,
.rf-publish-link:hover {
    box-shadow: 0 18px 38px rgba(255, 60, 111, .3);
}

.rf-secondary-button:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .07);
}

.rf-gradient-button .rf-icon,
.rf-secondary-button .rf-icon {
    width: 17px;
    height: 17px;
}

.rf-hero-product {
    display: none;
}

/* Home growth layer */
.rf-growth-section,
.rf-growth-page-section {
    width: min(100%, var(--rf-max));
    margin: 0 auto;
}

.rf-growth-section {
    position: relative;
    padding: 66px 18px;
}

.rf-growth-section + .rf-growth-section {
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.rf-growth-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
}

.rf-growth-heading h2,
.rf-business-growth h2,
.rf-creators-growth h2,
.rf-shoppy-bridge h2,
.rf-install-cta h2,
.rf-growth-page-section h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: clamp(30px, 8vw, 50px);
    font-weight: 930;
    line-height: .98;
    letter-spacing: -.06em;
}

.rf-growth-heading > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d2ced8;
    font-size: 10px;
    font-weight: 850;
}

.rf-growth-heading > a .rf-icon {
    color: var(--rf-pink);
}

.rf-step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.rf-step-grid article {
    position: relative;
    min-height: 210px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 60, 111, .12), transparent 48%),
        linear-gradient(145deg, #171421, #11101a);
}

.rf-step-grid article::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -44px;
    bottom: -44px;
    border-radius: 50%;
    background: var(--rf-gradient);
    opacity: .09;
    filter: blur(4px);
}

.rf-step-number {
    position: absolute;
    top: 18px;
    right: 19px;
    color: rgba(255, 255, 255, .07);
    font-size: 72px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.08em;
}

.rf-step-grid article > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 16px;
    background: rgba(255, 60, 111, .12);
    color: var(--rf-pink);
    font-style: normal;
}

.rf-step-grid article > i .rf-icon {
    width: 24px;
    height: 24px;
}

.rf-step-grid h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.rf-step-grid p {
    position: relative;
    z-index: 1;
    max-width: 290px;
    margin: 8px 0 0;
    color: var(--rf-muted);
    font-size: 12px;
    line-height: 1.6;
}

.rf-business-growth,
.rf-creators-growth {
    display: grid;
    gap: 34px;
}

.rf-business-growth {
    padding-top: 74px;
    padding-bottom: 74px;
}

.rf-business-growth::before,
.rf-creators-growth::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 28px 12px;
    border: 1px solid var(--rf-line);
    border-radius: 31px;
    pointer-events: none;
}

.rf-business-growth::before {
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 61, 111, .18), transparent 34%),
        radial-gradient(circle at 20% 100%, rgba(151, 68, 255, .14), transparent 35%),
        linear-gradient(145deg, #171320, #0f0d18 74%);
}

.rf-business-copy,
.rf-business-visual,
.rf-creators-growth-copy,
.rf-creators-growth-art {
    position: relative;
    z-index: 1;
}

.rf-business-copy,
.rf-creators-growth-copy {
    padding: 0 14px;
}

.rf-business-copy > p,
.rf-creators-growth-copy > p,
.rf-shoppy-bridge > div:first-child > p,
.rf-install-cta > div:not(.rf-install-glow) > p {
    max-width: 650px;
    margin: 17px 0 0;
    color: #a9a4b2;
    font-size: 14px;
    line-height: 1.7;
}

.rf-growth-checks {
    display: grid;
    gap: 10px;
    margin: 23px 0 25px;
}

.rf-growth-checks span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dedbe3;
    font-size: 11px;
    font-weight: 760;
}

.rf-growth-checks .rf-icon {
    width: 19px;
    height: 19px;
    color: #ff626f;
}

.rf-business-visual {
    padding: 0 14px 4px;
}

.rf-mini-dashboard {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 17px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 27px;
    background: rgba(22, 19, 33, .92);
    box-shadow: 0 35px 75px rgba(0, 0, 0, .4);
}

.rf-mini-dashboard::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -70px;
    bottom: -90px;
    border-radius: 50%;
    background: var(--rf-gradient);
    opacity: .13;
    filter: blur(10px);
}

.rf-mini-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rf-line);
}

.rf-mini-dashboard-top > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 900;
}

.rf-mini-dashboard-top .rf-logo-mark {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
}

.rf-mini-dashboard-top > i {
    width: 32px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.rf-mini-dashboard > article {
    display: grid;
    gap: 4px;
    padding: 22px 3px 18px;
}

.rf-mini-dashboard > article small,
.rf-mini-dashboard > article span,
.rf-mini-stats em,
.rf-mini-campaign small {
    color: var(--rf-muted);
    font-size: 9px;
    font-style: normal;
}

.rf-mini-dashboard > article strong {
    font-size: 29px;
    font-weight: 930;
    letter-spacing: -.055em;
}

.rf-mini-dashboard > article .is-live {
    width: max-content;
    margin-top: 7px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(60, 214, 137, .12);
    color: #56e49a;
    font-weight: 850;
}

.rf-mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.rf-mini-stats > span {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid var(--rf-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
}

.rf-mini-stats b {
    font-size: 11px;
}

.rf-mini-campaign {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(255, 60, 111, .24);
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(255, 60, 111, .1), rgba(151, 68, 255, .08));
}

.rf-mini-campaign > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    border-radius: 13px;
    background: rgba(255, 60, 111, .16);
    color: var(--rf-pink);
    font-style: normal;
}

.rf-mini-campaign div {
    display: grid;
    gap: 3px;
}

.rf-mini-campaign strong {
    font-size: 11px;
}

.rf-creators-growth {
    padding-top: 76px;
    padding-bottom: 76px;
}

.rf-creators-growth::before {
    background:
        radial-gradient(circle at 16% 38%, rgba(31, 201, 195, .17), transparent 36%),
        radial-gradient(circle at 90% 80%, rgba(255, 60, 111, .15), transparent 35%),
        linear-gradient(145deg, #11131d, #100d18);
}

.rf-creators-growth-art {
    min-height: 310px;
    margin: 0 14px;
    border: 1px solid var(--rf-line);
    border-radius: 27px;
    background:
        repeating-radial-gradient(circle at 50% 50%, transparent 0 42px, rgba(255, 255, 255, .045) 43px 44px),
        radial-gradient(circle at center, rgba(255, 60, 111, .15), transparent 54%),
        #100f19;
    overflow: hidden;
}

.rf-radar-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    background: rgba(14, 12, 23, .86);
    box-shadow: 0 0 60px rgba(255, 60, 111, .22);
    transform: translate(-50%, -50%);
}

.rf-radar-core .rf-logo-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
}

.rf-profile-orbit {
    position: absolute;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    padding: 3px;
    background: var(--rf-gradient);
    box-shadow: 0 13px 35px rgba(0, 0, 0, .4);
}

.rf-profile-orbit span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border: 3px solid #100f19;
    border-radius: inherit;
    background: #282333;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.rf-profile-orbit.is-one { top: 17%; left: 16%; }
.rf-profile-orbit.is-two { top: 53%; right: 12%; }
.rf-profile-orbit.is-three { bottom: 10%; left: 24%; width: 70px; height: 70px; }

.rf-role-cards {
    display: grid;
    gap: 9px;
    margin: 22px 0 25px;
}

.rf-role-cards article {
    display: grid;
    gap: 4px;
    padding: 14px 15px;
    border: 1px solid var(--rf-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
}

.rf-role-cards strong {
    font-size: 12px;
}

.rf-role-cards span {
    color: var(--rf-muted);
    font-size: 10px;
    line-height: 1.5;
}

.rf-shoppy-bridge {
    display: grid;
    gap: 28px;
    padding-top: 76px;
    padding-bottom: 76px;
}

.rf-bridge-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.rf-bridge-flow > span,
.rf-long-flow > span {
    display: grid;
    gap: 3px;
    padding: 16px;
    border: 1px solid var(--rf-line);
    border-radius: 17px;
    background: var(--rf-panel);
}

.rf-bridge-flow > span.is-radar {
    border-color: rgba(255, 60, 111, .32);
    background: var(--rf-gradient-soft);
}

.rf-bridge-flow b,
.rf-long-flow b {
    font-size: 13px;
}

.rf-bridge-flow small,
.rf-long-flow small {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-bridge-flow > i,
.rf-long-flow > i {
    display: grid;
    place-items: center;
    color: var(--rf-pink);
    font-style: normal;
    transform: rotate(90deg);
}

.rf-real-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rf-real-metrics > span {
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--rf-line);
    border-radius: 18px;
    background: var(--rf-panel);
}

.rf-real-metrics strong {
    font-size: 31px;
    font-weight: 950;
    letter-spacing: -.06em;
}

.rf-real-metrics small {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-faq-list {
    display: grid;
    gap: 8px;
}

.rf-faq-list details {
    overflow: hidden;
    border: 1px solid var(--rf-line);
    border-radius: 17px;
    background: var(--rf-panel);
}

.rf-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    padding: 0 16px;
    color: #f3f1f6;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.rf-faq-list summary::-webkit-details-marker {
    display: none;
}

.rf-faq-list summary span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    flex: 0 0 26px;
    border-radius: 50%;
    background: rgba(255, 60, 111, .12);
    color: var(--rf-pink);
    font-size: 16px;
    transition: transform .2s ease;
}

.rf-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.rf-faq-list details > div {
    padding: 0 16px 17px;
}

.rf-faq-list p {
    max-width: 880px;
    margin: 0;
    color: var(--rf-muted);
    font-size: 11px;
    line-height: 1.7;
}

.rf-install-cta {
    position: relative;
    display: grid;
    gap: 23px;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 31px;
    background: linear-gradient(140deg, #17111d, #0e0d17 72%);
}

.rf-install-cta > *:not(.rf-install-glow) {
    position: relative;
    z-index: 1;
}

.rf-install-glow {
    position: absolute;
    width: 330px;
    height: 330px;
    right: -160px;
    top: -150px;
    border-radius: 50%;
    background: var(--rf-gradient);
    opacity: .2;
    filter: blur(34px);
}

.rf-growth-footer {
    padding: 44px 18px calc(35px + var(--rf-nav-height) + env(safe-area-inset-bottom));
    border-top: 1px solid var(--rf-line);
    background: #080710;
}

.rf-growth-footer-main,
.rf-growth-footer-bottom {
    width: min(100%, var(--rf-max));
    margin: 0 auto;
}

.rf-growth-footer-main {
    display: grid;
    gap: 18px;
}

.rf-growth-footer-main > p {
    max-width: 360px;
    margin: 0;
    color: var(--rf-muted);
    font-size: 11px;
}

.rf-growth-footer-main nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.rf-growth-footer-main nav a {
    color: #cbc7d2;
    font-size: 10px;
    font-weight: 760;
}

.rf-growth-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 20px;
    padding-top: 24px;
    margin-top: 27px;
    border-top: 1px solid var(--rf-line);
    color: var(--rf-muted-2);
    font-size: 8px;
    font-weight: 700;
}

/* Institutional pages */
.rf-growth-page {
    background:
        radial-gradient(circle at 12% 3%, rgba(148, 67, 255, .12), transparent 28rem),
        radial-gradient(circle at 92% 19%, rgba(255, 60, 111, .1), transparent 27rem),
        var(--rf-bg);
}

.rf-growth-page-hero {
    position: relative;
    width: min(100%, var(--rf-max));
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 70px 18px 55px;
    overflow: hidden;
}

.rf-growth-page-glow {
    position: absolute;
    z-index: 0;
    width: 310px;
    height: 310px;
    top: -160px;
    right: -120px;
    border-radius: 50%;
    background: var(--rf-gradient);
    opacity: .19;
    filter: blur(30px);
}

.rf-growth-page-hero > *:not(.rf-growth-page-glow) {
    position: relative;
    z-index: 1;
}

.rf-growth-page-hero h1 {
    max-width: 900px;
    margin: 11px 0 15px;
    font-size: clamp(48px, 13vw, 92px);
    font-weight: 950;
    line-height: .9;
    letter-spacing: -.075em;
}

.rf-growth-page-hero p {
    max-width: 760px;
    margin: 0;
    color: #aaa5b3;
    font-size: 15px;
    line-height: 1.7;
}

.rf-growth-page-section {
    padding: 55px 18px;
}

.rf-growth-page-section + .rf-growth-page-section {
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.rf-audience-tabs,
.rf-venue-benefit-grid,
.rf-role-detail-grid,
.rf-install-page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.rf-audience-tabs article,
.rf-venue-benefit-grid article,
.rf-role-detail-grid article,
.rf-install-page-grid article,
.rf-comparison-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--rf-line);
    border-radius: 24px;
    background: linear-gradient(145deg, #171421, #11101a);
}

.rf-audience-tabs article > span,
.rf-venue-benefit-grid article > span:not(.rf-role-badge) {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255, 60, 111, .12);
    color: var(--rf-pink);
}

.rf-audience-tabs h2,
.rf-venue-benefit-grid h2,
.rf-role-detail-grid h2,
.rf-install-page-grid h2 {
    margin-top: 22px;
    font-size: 25px;
}

.rf-audience-tabs ol,
.rf-install-page-grid ol,
.rf-role-detail-grid ul,
.rf-comparison-grid ul,
.rf-form-layout aside ol {
    padding-left: 20px;
    margin: 18px 0 22px;
    color: var(--rf-muted);
    font-size: 11px;
    line-height: 1.9;
}

.rf-audience-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 850;
}

.rf-audience-tabs a .rf-icon {
    color: var(--rf-pink);
}

.rf-flow-diagram-section > p {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--rf-muted);
    font-size: 12px;
    line-height: 1.7;
}

.rf-long-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 25px;
}

.rf-venue-benefit-grid article p,
.rf-role-detail-grid article p,
.rf-install-page-grid article p,
.rf-comparison-section > div:first-child > p,
.rf-campaign-preview > div > p,
.rf-interest-section > div > p,
.rf-dual-cta p,
.rf-form-layout aside > p,
.rf-pwa-note p {
    color: var(--rf-muted);
    font-size: 11px;
    line-height: 1.7;
}

.rf-comparison-section {
    display: grid;
    gap: 28px;
}

.rf-comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}

.rf-comparison-grid article > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #c9c5d1;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rf-comparison-grid article.is-shoppy {
    border-color: rgba(255, 60, 111, .3);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 60, 111, .18), transparent 42%),
        linear-gradient(145deg, #1c1421, #11101a);
}

.rf-comparison-grid h3 {
    margin: 16px 0 0;
    font-size: 28px;
    letter-spacing: -.05em;
}

.rf-dual-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin-top: 18px;
    margin-bottom: 48px;
    border: 1px solid var(--rf-line);
    border-radius: 28px;
    background: var(--rf-gradient-soft);
}

.rf-dual-cta > div {
    margin-bottom: 5px;
}

.rf-role-badge {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 60, 111, .32);
    border-radius: 999px;
    background: rgba(255, 60, 111, .09);
    color: #ff6f8e;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .08em;
}

.rf-campaign-preview,
.rf-interest-section,
.rf-form-layout {
    display: grid;
    gap: 28px;
}

.rf-opportunity-card {
    padding: 24px;
    border: 1px solid rgba(255, 60, 111, .32);
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 60, 111, .2), transparent 50%),
        #171421;
    box-shadow: var(--rf-shadow);
}

.rf-opportunity-card > span {
    color: #ff7d99;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .1em;
}

.rf-opportunity-card h3 {
    margin: 12px 0 7px;
    font-size: 25px;
    letter-spacing: -.045em;
}

.rf-opportunity-card p {
    margin: 0;
    color: var(--rf-muted);
    font-size: 11px;
    line-height: 1.6;
}

.rf-opportunity-card > div {
    display: grid;
    gap: 2px;
    margin: 23px 0;
}

.rf-opportunity-card > div b {
    font-size: 31px;
    letter-spacing: -.055em;
}

.rf-opportunity-card > div small {
    color: var(--rf-muted);
    font-size: 9px;
}

.rf-opportunity-card button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: var(--rf-gradient);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

/* Public forms */
.rf-form-layout > aside,
.rf-interest-section > div {
    align-self: start;
}

.rf-public-form {
    display: grid;
    gap: 15px;
    padding: 22px;
    border: 1px solid var(--rf-line);
    border-radius: 25px;
    background: rgba(21, 19, 33, .92);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
}

.rf-public-form label:not(.rf-form-consent):not(.rf-honeypot) {
    display: grid;
    gap: 7px;
}

.rf-public-form label > span,
.rf-role-options legend {
    color: #d8d4dd;
    font-size: 10px;
    font-weight: 820;
}

.rf-public-form input[type="text"],
.rf-public-form input[type="email"],
.rf-public-form input[type="url"],
.rf-public-form select,
.rf-public-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px !important;
    border: 1px solid var(--rf-line-strong) !important;
    border-radius: 14px !important;
    outline: 0;
    background: #201d2c !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

.rf-public-form textarea {
    min-height: 126px;
    resize: vertical;
}

.rf-public-form input:focus,
.rf-public-form select:focus,
.rf-public-form textarea:focus {
    border-color: rgba(255, 60, 111, .62) !important;
    box-shadow: 0 0 0 3px rgba(255, 60, 111, .09) !important;
}

.rf-form-fields-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.rf-form-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--rf-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}

.rf-form-consent input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--rf-pink);
}

.rf-form-consent span {
    color: var(--rf-muted) !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    line-height: 1.55;
}

.rf-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.rf-role-options {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    border: 0;
}

.rf-role-options legend {
    padding: 0 0 7px;
}

.rf-role-options label {
    display: grid;
    grid-template-columns: 19px 1fr;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--rf-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
    cursor: pointer;
}

.rf-role-options input {
    width: 17px;
    height: 17px;
    accent-color: var(--rf-pink);
}

.rf-role-options label > span {
    display: grid;
    gap: 2px;
}

.rf-role-options b {
    font-size: 11px;
}

.rf-role-options small {
    color: var(--rf-muted);
    font-size: 8px;
}

.rf-form-notice {
    padding: 14px 15px;
    margin-bottom: 14px;
    border: 1px solid var(--rf-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
    color: #d9d5df;
    font-size: 10px;
    line-height: 1.55;
}

.rf-form-notice.is-success {
    border-color: rgba(67, 220, 145, .28);
    background: rgba(67, 220, 145, .08);
    color: #9aefc1;
}

.rf-form-notice.is-error {
    border-color: rgba(255, 92, 112, .28);
    background: rgba(255, 92, 112, .08);
    color: #ffadb8;
}

.rf-security-note {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 21px;
    padding: 15px;
    border: 1px solid rgba(67, 220, 145, .2);
    border-radius: 16px;
    background: rgba(67, 220, 145, .06);
    color: #68e6a3;
}

.rf-security-note > span {
    display: grid;
    gap: 3px;
}

.rf-security-note strong {
    color: #dffbed;
    font-size: 10px;
}

.rf-security-note small {
    color: #8fc9aa;
    font-size: 8px;
}

.rf-install-page-grid article > span {
    color: #ff7b96;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rf-pwa-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 45px;
    border: 1px solid rgba(67, 220, 145, .2) !important;
    border-radius: 24px;
    background: rgba(67, 220, 145, .055);
}

.rf-pwa-note > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    border-radius: 16px;
    background: rgba(67, 220, 145, .12);
    color: #65e2a1;
}

.rf-pwa-note h2 {
    margin-top: 0;
    font-size: 25px;
}

/* City landing pages */
.rf-city-screen {
    background: var(--rf-bg);
}

.rf-city-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 60, 111, .2), transparent 26rem),
        linear-gradient(145deg, #191322, #090812 72%);
}

.rf-city-hero::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image: var(--rf-city-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
}

.rf-city-hero.has-image::before {
    opacity: .48;
}

.rf-city-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 7, 14, .16), rgba(9, 8, 18, .88) 90%);
}

.rf-city-hero > div {
    width: min(100%, var(--rf-max));
    margin: 0 auto;
    padding: 90px 18px 48px;
}

.rf-city-hero h1 {
    max-width: 900px;
    margin: 10px 0 13px;
    font-size: clamp(43px, 12vw, 82px);
    font-weight: 950;
    line-height: .91;
    letter-spacing: -.072em;
}

.rf-city-hero p {
    max-width: 650px;
    margin: 0 0 22px;
    color: #aaa5b3;
    font-size: 14px;
    line-height: 1.65;
}

.rf-city-category-nav {
    display: flex;
    gap: 8px;
    width: min(100%, var(--rf-max));
    margin: 0 auto;
    padding: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}

.rf-city-category-nav::-webkit-scrollbar {
    display: none;
}

.rf-city-category-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid var(--rf-line);
    border-radius: 999px;
    background: var(--rf-panel);
    color: #aba6b4;
    font-size: 9px;
    font-weight: 820;
}

.rf-city-category-nav a.is-active {
    border-color: rgba(255, 60, 111, .4);
    background: rgba(255, 60, 111, .12);
    color: #fff;
}

.rf-city-growth-cta {
    display: grid;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 50px;
    border: 1px solid var(--rf-line);
    border-radius: 28px;
    background: var(--rf-gradient-soft);
}

.rf-city-growth-cta p {
    max-width: 560px;
    margin: 10px 0 0;
    color: var(--rf-muted);
    font-size: 11px;
    line-height: 1.7;
}

@media (min-width: 560px) {
    .rf-form-fields-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rf-role-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rf-real-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 800px) and (max-width: 1179px) {
    .rf-appbar {
        grid-template-columns: auto 1fr auto;
    }

    .rf-desktop-nav,
    .rf-login-link,
    .rf-publish-link {
        display: none;
    }

    .rf-city-button {
        justify-self: center;
    }
}

@media (min-width: 800px) {
    .rf-growth-section,
    .rf-growth-page-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rf-growth-section {
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .rf-step-grid,
    .rf-audience-tabs,
    .rf-role-detail-grid,
    .rf-install-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rf-venue-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rf-business-growth,
    .rf-creators-growth {
        grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
        align-items: center;
        gap: 60px;
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .rf-business-copy,
    .rf-creators-growth-copy,
    .rf-business-visual,
    .rf-creators-growth-art {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rf-creators-growth-art {
        grid-column: 1;
        min-height: 450px;
    }

    .rf-creators-growth-copy {
        grid-column: 2;
        grid-row: 1;
    }

    .rf-shoppy-bridge {
        grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
        align-items: center;
        gap: 50px;
    }

    .rf-shoppy-bridge > .rf-secondary-button {
        width: max-content;
    }

    .rf-bridge-flow,
    .rf-long-flow {
        grid-template-columns: repeat(5, auto);
        align-items: center;
    }

    .rf-bridge-flow {
        grid-template-columns: 1fr auto 1fr auto 1fr;
    }

    .rf-bridge-flow > i,
    .rf-long-flow > i {
        transform: none;
    }

    .rf-install-cta {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 65px 42px;
    }

    .rf-growth-footer-main {
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .rf-growth-footer-main nav {
        justify-content: flex-end;
    }

    .rf-growth-page-hero {
        min-height: 470px;
        padding: 110px 30px 78px;
    }

    .rf-growth-page-section {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .rf-comparison-section,
    .rf-campaign-preview,
    .rf-interest-section,
    .rf-form-layout {
        grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
        align-items: start;
        gap: 54px;
    }

    .rf-comparison-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rf-dual-cta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        padding: 42px;
    }

    .rf-public-form {
        padding: 28px;
    }

    .rf-city-hero {
        min-height: 500px;
    }

    .rf-city-hero > div,
    .rf-city-category-nav {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rf-city-growth-cta {
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 42px;
    }
}

@media (min-width: 960px) {
    .rf-home-hero {
        min-height: 680px;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
        align-items: center;
        gap: 20px;
        padding-left: max(40px, calc((100vw - var(--rf-max)) / 2 + 40px));
        padding-right: max(40px, calc((100vw - var(--rf-max)) / 2 + 40px));
    }

    .rf-home-hero-content {
        max-width: 720px;
        margin: 0;
        padding: 92px 0 75px;
    }

    .rf-home-hero h1 {
        font-size: clamp(68px, 7.3vw, 104px);
    }

    .rf-hero-product {
        position: relative;
        min-height: 550px;
        display: block;
    }

    .rf-hero-phone {
        position: absolute;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 33px;
        background: linear-gradient(160deg, #1c1829, #0c0b13);
        box-shadow: 0 38px 90px rgba(0, 0, 0, .58);
    }

    .rf-hero-phone.is-front {
        z-index: 2;
        width: 270px;
        height: 520px;
        left: 8%;
        top: 10px;
        padding: 45px 18px 18px;
        transform: rotate(-1deg);
    }

    .rf-hero-phone.is-back {
        z-index: 1;
        width: 230px;
        height: 445px;
        right: 3%;
        top: 65px;
        padding: 45px 17px 17px;
        opacity: .88;
        transform: rotate(7deg);
    }

    .rf-hero-phone-bar {
        position: absolute;
        top: 14px;
        left: 50%;
        width: 72px;
        height: 7px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        transform: translateX(-50%);
    }

    .rf-hero-phone-card {
        position: absolute;
        inset: 45px 17px 17px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 22px;
        border-radius: 23px;
        background:
            linear-gradient(to top, rgba(9, 8, 18, .96), rgba(9, 8, 18, .1)),
            radial-gradient(circle at 50% 12%, rgba(255, 60, 111, .45), transparent 45%),
            #2b2234;
    }

    .rf-hero-phone-card span {
        color: #ff7693;
        font-size: 8px;
        font-weight: 950;
        letter-spacing: .1em;
    }

    .rf-hero-phone-card strong {
        margin-top: 8px;
        font-size: 28px;
        line-height: .98;
        letter-spacing: -.06em;
    }

    .rf-hero-phone-card small {
        margin-top: 7px;
        color: var(--rf-muted);
        font-size: 9px;
    }

    .rf-hero-radar-mini {
        position: relative;
        height: 405px;
        overflow: hidden;
        border-radius: 24px;
        background:
            repeating-radial-gradient(circle at 50% 60%, transparent 0 43px, rgba(255, 255, 255, .055) 44px 45px),
            linear-gradient(150deg, #142335, #11101e 72%);
    }

    .rf-hero-radar-mini::before,
    .rf-hero-radar-mini::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(100, 111, 153, .12) 1px, transparent 1px),
            linear-gradient(90deg, rgba(100, 111, 153, .12) 1px, transparent 1px);
        background-size: 25px 25px;
        transform: rotate(12deg) scale(1.2);
    }

    .rf-hero-radar-mini::after {
        background: radial-gradient(circle at 50% 55%, rgba(255, 60, 111, .14), transparent 55%);
        transform: none;
    }

    .rf-hero-radar-mini > span,
    .rf-hero-radar-mini > b,
    .rf-hero-radar-mini > i {
        position: absolute;
        z-index: 2;
    }

    .rf-hero-radar-mini > span {
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
    }

    .rf-hero-radar-mini .rf-logo-mark {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .rf-hero-radar-mini > b {
        top: 78px;
        left: 50%;
        font-size: 20px;
        transform: translateX(-50%);
    }

    .rf-hero-radar-mini > i {
        width: 46px;
        height: 46px;
        border: 4px solid var(--rf-pink);
        border-radius: 50%;
        background: linear-gradient(145deg, #413247, #1a1624);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .42);
    }

    .rf-hero-radar-mini > i::before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
    }

    .rf-hero-radar-mini .is-one { left: 18%; top: 48%; border-color: var(--rf-cyan); }
    .rf-hero-radar-mini .is-two { right: 15%; top: 39%; border-color: var(--rf-orange); }
    .rf-hero-radar-mini .is-three { left: 37%; bottom: 17%; border-color: var(--rf-purple); }
    .rf-hero-radar-mini .is-four { right: 15%; bottom: 20%; border-color: var(--rf-pink); }

    .rf-hero-phone.is-front > a {
        min-height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        border-radius: 15px;
        background: var(--rf-gradient);
        color: #fff;
        font-size: 10px;
        font-weight: 900;
    }
}

@media (min-width: 1180px) {
    .rf-appbar {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 20px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .rf-city-button {
        display: none;
    }

    .rf-desktop-nav {
        display: flex;
        justify-self: center;
        gap: 2px;
        padding: 4px;
    }

    .rf-desktop-nav a {
        min-height: 34px;
        padding: 0 10px;
        font-size: 9px;
    }

    .rf-login-link,
    .rf-publish-link {
        display: inline-flex;
    }

    .rf-growth-section,
    .rf-growth-page-section,
    .rf-growth-page-hero,
    .rf-city-hero > div,
    .rf-city-category-nav {
        padding-left: 40px;
        padding-right: 40px;
    }

    .rf-venue-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .rf-hero-actions > *,
    .rf-growth-actions > * {
        flex: 1 1 100%;
    }

    .rf-growth-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .rf-growth-heading > a {
        padding-top: 2px;
    }

    .rf-mini-stats,
    .rf-real-metrics {
        grid-template-columns: 1fr;
    }
}


.rf-public-form > .rf-gradient-button,
.rf-filter-panel .rf-gradient-button { width: 100%; }
.rf-form-notice strong { display: block; }
.rf-form-notice p { margin: 4px 0 0; }
