@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    color-scheme: light;
    --bg: #f7f5f6;
    --surface: #ffffff;
    --surface-soft: #fbf8fa;
    --ink: #20171d;
    --ink-soft: #70656c;
    --ink-faint: #9b9197;
    --line: #e9e2e6;
    --brand: #c7265e;
    --brand-strong: #a9184a;
    --brand-soft: #fbe9f0;
    --success: #168455;
    --warning: #c27813;
    --danger: #bb2942;
    --shadow-sm: 0 8px 24px rgba(69, 40, 54, .07);
    --shadow-lg: 0 28px 80px rgba(69, 40, 54, .14);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 32px;
    --content: 1180px;
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { min-height: 100vh; margin: 0; background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, .brand { font-family: 'Manrope', system-ui, sans-serif; }

.container { width: min(calc(100% - 32px), var(--content)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hp-field { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; opacity: 0!important; pointer-events: none!important; }

.brand { display: inline-flex; align-items: center; gap: 2px; color: var(--ink); font-size: 23px; font-weight: 800; letter-spacing: -.065em; text-decoration: none; }
.brand span { color: var(--brand); }
.brand-word { color: var(--ink)!important; font: inherit; }
.brand-word b { color: var(--brand); font: inherit; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; margin-right: 7px; border-radius: 10px; background: linear-gradient(145deg, var(--brand), #ed4b81); color: #fff; box-shadow: 0 7px 18px rgba(199,38,94,.22); }
.brand .brand-x { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-style: italic; font-weight: 900; line-height: 1; transform: translate(-1px,-1px) scaleX(1.08); text-shadow: 0 1px 1px rgba(91,9,39,.2); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; background: none; color: var(--ink); font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 22px rgba(199,38,94,.2); }
.button-primary:hover { background: var(--brand-strong); box-shadow: 0 14px 28px rgba(199,38,94,.26); }
.button-secondary { border-color: var(--line); background: var(--surface); }
.button-secondary:hover { border-color: #d8cbd2; background: var(--surface-soft); }
.button-soft { background: var(--brand-soft); color: var(--brand-strong); }
.button-danger { background: #fff0f2; color: var(--danger); }
.button-small { min-height: 36px; padding-inline: 14px; font-size: 13px; }
.button-block { width: 100%; }
.button.is-active { border-color: var(--brand); background: var(--brand-soft); color: var(--brand-strong); box-shadow: none; }

.public-header { position: relative; z-index: 10; height: 78px; display: flex; align-items: center; background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(233,226,230,.75); backdrop-filter: blur(18px); }
.public-header .container { display: flex; align-items: center; justify-content: space-between; }
.public-nav { display: flex; align-items: center; gap: 10px; }
.public-nav-link { padding: 10px 13px; color: var(--ink-soft); font-weight: 700; text-decoration: none; }

.landing { overflow-x: hidden; background: #fff; }
.hero { position: relative; isolation: isolate; padding: 72px 0 86px; overflow: hidden; }
.hero::before { content: ''; position: absolute; z-index: -2; width: 720px; height: 720px; right: -250px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(249,220,232,.9), rgba(249,220,232,0) 68%); }
.hero-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 96px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--brand-strong); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--brand); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.4vw, 82px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 24px 0 30px; color: var(--ink-soft); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--ink-faint); font-size: 13px; }
.hero-note b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); }
.hero-copy { position: relative; z-index: 5; }
.landing-search { width: min(100%, 610px); margin: 30px 0 0; }
.landing-search .city-field { display: block; }
.landing-search .city-field > span:first-child { display: block; margin: 0 0 9px; color: var(--ink); font-size: 13px; font-weight: 800; }
.landing-search-control { width: 100%; min-height: 62px; display: flex!important; align-items: center; padding: 6px 6px 6px 18px; border: 1px solid #e0d5db; border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(69,40,54,.11); transition: border-color .18s, box-shadow .18s; }
.landing-search-control:focus-within { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft), 0 16px 38px rgba(69,40,54,.12); }
.landing-search-control i { margin-right: 10px; color: var(--brand); font-style: normal; font-size: 22px; }
.landing-search-control input[data-cidade] { width: 100%; min-width: 0; flex: 1 1 auto; height: 48px; margin: 0; padding: 0; border: 0; border-radius: 0; outline: 0; appearance: none; -moz-appearance: none; background: transparent; box-shadow: none; color: var(--ink); font: inherit; font-size: 16px; }
.landing-search-control input[data-cidade]:focus { border: 0; outline: 0; box-shadow: none; }
.landing-search-control input::placeholder { color: var(--ink-faint); }
.landing-search-control button { flex: 0 0 auto; min-width: 112px; height: 48px; margin: 0; padding: 0 22px; border: 0; border-radius: 13px; appearance: none; -moz-appearance: none; background: var(--brand); color: #fff; font: inherit; font-weight: 800; line-height: 1; transition: background .18s, transform .18s; }
.landing-search-control button:hover { background: var(--brand-strong); transform: translateY(-1px); }
.landing-search .city-results { width: 100%; top: calc(100% + 8px); text-align: left; }
.hero-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 17px; }
.hero-links a { color: var(--brand-strong); font-size: 13px; font-weight: 800; text-decoration: none; }
.hero-links a:hover { text-decoration: underline; }

.hero-showcase { position: relative; min-height: 540px; display: grid; place-items: center; }
.showcase-orbit { position: absolute; width: 485px; height: 485px; border: 1px solid #eddde5; border-radius: 50%; }
.showcase-orbit::before,.showcase-orbit::after { content: ''; position: absolute; border-radius: 50%; background: var(--brand); box-shadow: 0 8px 22px rgba(199,38,94,.22); }
.showcase-orbit::before { width: 17px; height: 17px; top: 58px; left: 61px; }
.showcase-orbit::after { width: 11px; height: 11px; right: 55px; bottom: 70px; background: #4a2539; }
.showcase-profile { position: relative; z-index: 2; width: min(100%, 360px); height: 475px; display: block; overflow: hidden; border: 9px solid #fff; border-radius: 40px; background: linear-gradient(145deg,#f4c6d7,#9b2452); color: #fff; box-shadow: var(--shadow-lg); text-decoration: none; transform: rotate(2deg); }
.showcase-profile::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(22,12,18,.86)); pointer-events: none; }
.showcase-profile img { width: 100%; height: 100%; object-fit: cover; }
.showcase-profile.is-protected img { filter: blur(14px) saturate(.82); transform: scale(1.1); }
.showcase-profile.showcase-empty { background: linear-gradient(145deg,#4e1e38,#c72861 60%,#ee91b2); }
.showcase-profile.showcase-empty::before { content: ''; position: absolute; width: 290px; height: 290px; right: -120px; top: -80px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.showcase-profile.showcase-generic { background: linear-gradient(150deg,#311725 0%,#86274f 52%,#ef86ad 100%); }
.showcase-profile.showcase-generic::before { content: ''; position: absolute; width: 235px; height: 235px; top: 42px; right: -55px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: inset 0 0 0 42px rgba(255,255,255,.055); }
.showcase-profile.showcase-generic::after { background: linear-gradient(transparent,rgba(22,12,18,.88)); }
.showcase-shape { position: absolute; display: block; border-radius: 52% 48% 44% 56%; }
.showcase-shape-one { width: 285px; height: 320px; left: -100px; bottom: -155px; background: linear-gradient(145deg,#160f14,#532239); transform: rotate(-13deg); }
.showcase-shape-two { width: 250px; height: 330px; right: -105px; bottom: -170px; background: linear-gradient(145deg,#f6b6cc,#a72958); transform: rotate(17deg); }
.showcase-spark { position: absolute; top: 112px; left: 68px; color: rgba(255,255,255,.88); font-size: 50px; text-shadow: 0 12px 30px rgba(64,18,40,.25); }
.showcase-initial,.showcase-empty-icon { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.72); font-family: 'Manrope'; font-size: 86px; font-style: normal; font-weight: 800; }
.showcase-lock { position: absolute; z-index: 4; top: 22px; left: 50%; padding: 9px 13px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(36,22,30,.58); color: #fff; font-size: 11px; font-weight: 800; white-space: nowrap; backdrop-filter: blur(10px); transform: translateX(-50%); }
.showcase-info { position: absolute; z-index: 3; right: 24px; bottom: 24px; left: 24px; }
.showcase-info strong,.showcase-info small { display: block; }
.showcase-info strong { font: 800 21px/1.2 'Manrope',sans-serif; }
.showcase-info small { margin-top: 6px; color: rgba(255,255,255,.82); font-size: 12px; }
.showcase-chip { position: absolute; z-index: 4; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; backdrop-filter: blur(10px); }
.showcase-chip i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--success); }
.showcase-chip-top { top: 54px; left: -8px; transform: rotate(-4deg); }
.showcase-chip-bottom { right: -15px; bottom: 95px; transform: rotate(3deg); }
.showcase-mini-card { position: absolute; z-index: 5; right: -2px; top: 105px; width: 168px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.showcase-mini-card b,.showcase-mini-card span { display: block; }
.showcase-mini-card b { color: var(--brand-strong); font-size: 13px; }
.showcase-mini-card span { margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.4; }

.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.art-orbit { position: absolute; width: 490px; height: 490px; border: 1px solid #eedfe6; border-radius: 50%; animation: orbit 30s linear infinite; }
.art-orbit::before, .art-orbit::after { content: ''; position: absolute; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); }
.art-orbit::before { width: 20px; height: 20px; top: 41px; left: 70px; border: 5px solid var(--brand); }
.art-orbit::after { width: 15px; height: 15px; bottom: 65px; right: 42px; background: #6b3150; }
.art-card { position: relative; width: min(100%, 365px); height: 470px; overflow: hidden; border: 10px solid #fff; border-radius: 42px; background: linear-gradient(150deg, #5c2445 0%, #c82d65 55%, #faacc8 100%); box-shadow: var(--shadow-lg); transform: rotate(3deg); }
.art-card::before { content: ''; position: absolute; width: 270px; height: 380px; left: -40px; bottom: -145px; border-radius: 50% 48% 42% 60%; background: linear-gradient(160deg, #1f1720, #612541); transform: rotate(-18deg); }
.art-card::after { content: ''; position: absolute; width: 220px; height: 390px; right: -55px; bottom: -150px; border-radius: 46% 54% 58% 42%; background: linear-gradient(160deg, #ffb8d0, #b5265b); transform: rotate(15deg); }
.art-glow { position: absolute; width: 150px; height: 150px; top: 55px; right: 35px; border-radius: 50%; border: 1px solid rgba(255,255,255,.48); box-shadow: inset 0 0 0 30px rgba(255,255,255,.08); }
.art-badge { position: absolute; z-index: 2; left: 50%; bottom: 26px; transform: translateX(-50%); min-width: 245px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: rgba(255,255,255,.88); color: var(--ink); box-shadow: 0 15px 45px rgba(60,24,45,.18); backdrop-filter: blur(14px); }
.art-badge-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); font-weight: 800; }
.art-badge strong, .art-badge span { display: block; }
.art-badge span { margin-top: 2px; color: var(--ink-soft); font-size: 12px; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); font-size: 13px; font-weight: 700; }
.floating-chip i { width: 8px; height: 8px; border-radius: 50%; background: #26a66b; }
.floating-chip-one { top: 70px; left: -10px; transform: rotate(-5deg); }
.floating-chip-two { right: -10px; bottom: 105px; transform: rotate(4deg); }
@keyframes orbit { to { transform: rotate(360deg); } }

.trust-bar { border-block: 1px solid var(--line); background: var(--surface-soft); }
.trust-grid { min-height: 105px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-item { min-height: 58px; display: flex; align-items: center; gap: 14px; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 14px; background: var(--brand-soft); color: var(--brand); font-weight: 800; }
.trust-item strong, .trust-item span { display: block; }
.trust-item span { margin-top: 3px; color: var(--ink-soft); font-size: 13px; }

.section { padding: 92px 0; }
.section-soft { background: var(--surface-soft); }
.section-heading { max-width: 650px; margin: 0 auto 46px; text-align: center; }
.section-heading h2 { margin: 8px 0 12px; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 220px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.step-number { color: #e8d5df; font-family: 'Manrope'; font-size: 50px; font-weight: 800; letter-spacing: -.08em; }
.step-card h3 { margin: 18px 0 8px; font-size: 20px; }
.step-card p { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.step-card::after { content: ''; position: absolute; width: 90px; height: 90px; right: -40px; bottom: -40px; border-radius: 50%; background: var(--brand-soft); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px; border-radius: var(--radius-lg); background: linear-gradient(120deg, #281b23, #5e2242); color: #fff; box-shadow: var(--shadow-lg); }
.cta-band h2 { margin: 0 0 7px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.045em; }
.cta-band p { margin: 0; color: #e8dbe2; }
.public-footer { padding: 40px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-layout { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-copy { color: var(--ink-soft); font-size: 13px; }
.footer-links { display: flex; gap: 18px; color: var(--ink-soft); font-size: 13px; }
.footer-links a { text-decoration: none; }

.discovery-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.discovery-choice { position: relative; min-height: 285px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 22px; align-items: start; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; color: var(--ink); text-decoration: none; box-shadow: var(--shadow-sm); transition: transform .2s,box-shadow .2s; }
.discovery-choice:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.discovery-choice::after { content: ''; position: absolute; width: 190px; height: 190px; right: -90px; bottom: -100px; border-radius: 50%; background: rgba(199,38,94,.1); }
.discovery-choice.is-professional { border-color: #4a2639; background: linear-gradient(135deg,#241820,#55223c); color: #fff; }
.discovery-choice.is-professional::after { background: rgba(240,71,129,.2); }
.discovery-choice.is-community { background: #fff; }
.discovery-choice-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--brand-soft); color: var(--brand); font-size: 26px; }
.is-professional .discovery-choice-icon { background: rgba(255,255,255,.1); color: #ff78a6; }
.discovery-choice small,.discovery-choice strong,.discovery-choice em,.discovery-choice b { display: block; }
.discovery-choice small { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.is-professional.discovery-choice small { color: #ff86ae; }
.discovery-choice strong { margin-top: 8px; font: 800 clamp(24px,3vw,34px)/1.12 'Manrope',sans-serif; letter-spacing: -.04em; }
.discovery-choice em { max-width: 400px; margin-top: 13px; color: var(--ink-soft); font-style: normal; line-height: 1.55; }
.is-professional.discovery-choice em { color: #dccbd4; }
.discovery-choice b { position: absolute; z-index: 2; left: 114px; bottom: 34px; color: var(--brand); font-size: 13px; }
.is-professional.discovery-choice b { color: #ff8db4; }

.public-showcase-section { scroll-margin-top: 20px; }
.showcase-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.showcase-section-heading .eyebrow { margin-bottom: 8px; }
.showcase-section-heading h2 { margin: 0; font-size: clamp(31px,4vw,46px); letter-spacing: -.05em; }
.showcase-section-heading p { margin: 10px 0 0; color: var(--ink-soft); font-size: 15px; }
.showcase-section-heading > a { flex: 0 0 auto; color: var(--brand-strong); font-size: 13px; font-weight: 800; text-decoration: none; }
.landing-profile-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.landing-profile-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); color: var(--ink); text-decoration: none; transition: transform .2s,box-shadow .2s; }
.landing-profile-card:only-child { width: min(100%,280px); }
.landing-profile-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(69,40,54,.14); }
.landing-profile-photo { position: relative; aspect-ratio: 4/5; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f6ccdc,#9b2754); }
.landing-profile-photo::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(27,14,21,.54)); }
.landing-profile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s,filter .28s; }
.landing-profile-card:hover .landing-profile-photo img { transform: scale(1.025); }
.landing-profile-card.is-protected .landing-profile-photo img { filter: blur(11px) saturate(.78); transform: scale(1.1); }
.landing-profile-card.is-protected:hover .landing-profile-photo img { transform: scale(1.13); }
.landing-profile-photo i { color: rgba(255,255,255,.7); font-family: 'Manrope'; font-size: 60px; font-style: normal; font-weight: 800; }
.landing-profile-photo b { position: absolute; z-index: 2; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 7px 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(8px); }
.landing-profile-copy { display: block; padding: 15px 16px 17px; }
.landing-profile-copy strong,.landing-profile-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.landing-profile-copy strong { font: 800 16px/1.25 'Manrope',sans-serif; }
.landing-profile-copy small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; }
.showcase-empty-state { min-height: 150px; display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 28px 32px; border: 1px dashed #d9c6d0; border-radius: 25px; background: #fff; }
.showcase-empty-state > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; background: var(--brand-soft); color: var(--brand); font-size: 27px; }
.showcase-empty-state strong { font: 800 19px 'Manrope',sans-serif; }
.showcase-empty-state p { margin: 6px 0 0; color: var(--ink-soft); line-height: 1.5; }
.cta-kicker { display: block; margin-bottom: 10px; color: #ff91b7; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cta-band > div { max-width: 750px; }
.cta-band .button-primary { flex: 0 0 auto; background: #fff; color: var(--brand-strong); box-shadow: none; }
.cta-band .button-primary:hover { background: var(--brand-soft); }

.auth-page { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(520px, 1.15fr); min-height: 100vh; background: #fff; }
.auth-aside { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 38px clamp(30px, 5vw, 72px); overflow: hidden; background: linear-gradient(145deg, #251820, #6c2447 68%, #b82a5b); color: #fff; }
.auth-aside::before, .auth-aside::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }
.auth-aside::before { width: 520px; height: 520px; left: -260px; bottom: -190px; }
.auth-aside::after { width: 320px; height: 320px; right: -170px; top: 80px; }
.auth-aside .brand { position: relative; z-index: 1; color: #fff; }
.auth-aside-copy { position: relative; z-index: 1; max-width: 470px; }
.auth-aside-copy h1 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.06em; }
.auth-aside-copy p { color: #eadde4; font-size: 17px; line-height: 1.65; }
.auth-safety { position: relative; z-index: 1; display: flex; gap: 10px; color: #d9c7d1; font-size: 13px; }
.auth-main { display: flex; align-items: flex-start; justify-content: center; padding: 38px clamp(24px, 5vw, 80px) 70px; }
.auth-panel { width: min(100%, 600px); }
.auth-top { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-bottom: 58px; color: var(--ink-soft); font-size: 14px; }
.auth-panel h2 { margin: 0 0 8px; font-size: clamp(32px, 4vw, 44px); letter-spacing: -.05em; }
.auth-subtitle { margin: 0 0 30px; color: var(--ink-soft); line-height: 1.6; }
.form-section { margin: 26px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.form-section-title { margin: 0 0 16px; font-size: 14px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: block; margin-bottom: 17px; }
.field-label { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 700; }
.field-label small { color: var(--ink-faint); font-weight: 500; }
.field-control { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); outline: none; background: #fff; color: var(--ink); transition: border .18s, box-shadow .18s; }
textarea.field-control { min-height: 120px; padding-block: 13px; resize: vertical; }
.field-control:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.field-help { display: block; margin-top: 6px; color: var(--ink-faint); font-size: 12px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid.compact { grid-template-columns: repeat(4, 1fr); }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card-content { min-height: 70px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: border .18s, background .18s, box-shadow .18s; }
.choice-card-content strong { font-size: 14px; }
.choice-card-content small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }
.choice-card input:checked + .choice-card-content { border-color: var(--brand); background: var(--brand-soft); box-shadow: 0 0 0 2px rgba(199,38,94,.08); }
.check-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: flex-start; margin: 18px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.check-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--brand); }
.form-error, .form-success, .notice { margin: 0 0 20px; padding: 13px 15px; border-radius: var(--radius-sm); font-size: 13px; line-height: 1.5; }
.form-error { border: 1px solid #f0cbd2; background: #fff2f4; color: #8c1f36; }
.form-success { border: 1px solid #bee5d2; background: #effbf5; color: #11623f; }
.notice { border: 1px solid #efd8a8; background: #fff9ea; color: #815312; }
.auth-footer-note { margin-top: 18px; color: var(--ink-faint); font-size: 12px; text-align: center; }
.auth-link { color: var(--brand); font-weight: 700; text-decoration: none; }
.city-field { position: relative; }
.city-results { position: absolute; z-index: 50; top: calc(100% + 6px); left: 0; right: 0; max-height: 290px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-lg); }
.city-results:empty { display: none; }
.city-results button { width: 100%; display: block; padding: 13px 14px; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; }
.city-results button:last-child { border-bottom: 0; }
.city-results button:hover,.city-results button[aria-selected="true"] { background: var(--brand-soft); color: var(--brand-strong); }
.city-results button strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; letter-spacing: .015em; }
.city-results-message { display: block; padding: 14px; color: var(--ink-soft); font-size: 12px; line-height: 1.4; }
.city-results-message.is-loading { color: var(--brand); }

.social-page { min-height: 100vh; padding-bottom: 28px; background: var(--bg); }
.social-layout { width: min(calc(100% - 28px), 1320px); min-height: 100vh; display: grid; grid-template-columns: 220px minmax(0, 1fr) 260px; gap: 20px; margin-inline: auto; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 26px 0; display: flex; flex-direction: column; }
.sidebar .brand { padding: 0 14px 22px; }
.nav-list { display: grid; gap: 6px; }
.nav-item { min-height: 48px; display: flex; align-items: center; gap: 13px; padding: 0 14px; border-radius: 14px; color: var(--ink-soft); font-weight: 700; text-decoration: none; transition: .18s; }
.nav-item:hover { background: #eee8eb; color: var(--ink); }
.nav-item.is-active { background: var(--brand-soft); color: var(--brand-strong); }
.nav-icon { width: 25px; display: grid; place-items: center; font-size: 20px; }
.sidebar-user { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); text-decoration: none; }
.sidebar-user-info { min-width: 0; }
.sidebar-user strong, .sidebar-user span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-user strong { font-size: 13px; }
.sidebar-user span { margin-top: 2px; color: var(--ink-faint); font-size: 11px; }
.avatar-ui { position: relative; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: linear-gradient(145deg, #f7c4d6, #a82255); color: #fff; font-family: 'Manrope'; font-weight: 800; }
.avatar-ui img { width: 100%; height: 100%; object-fit: cover; }
.avatar-sm { width: 38px; height: 38px; font-size: 12px; }
.avatar-md { width: 48px; height: 48px; font-size: 15px; }
.avatar-lg { width: 104px; height: 104px; font-size: 28px; border: 5px solid #fff; box-shadow: 0 8px 25px rgba(58,30,46,.16); }
.main-column { min-width: 0; padding: 22px 0 40px; }
.top-mobile { display: none; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.page-heading h1 { margin: 0; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.045em; }
.page-heading p { margin: 5px 0 0; color: var(--ink-soft); }
.content-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.search-panel { padding: 15px; margin-bottom: 18px; }
.search-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 150px auto; gap: 9px; }
.search-box { position: relative; }
.search-box span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-faint); }
.search-box input { padding-left: 40px; }
.filter-toggle { display: none; }
.feed-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; }
.profile-tile { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.profile-tile:only-child { width: min(100%, 620px); justify-self: center; }
.profile-tile:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(69,40,54,.11); }
.profile-media { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8e4ec, #e5bdcd); text-decoration: none; }
.profile-media::before { content: ''; position: absolute; width: 70%; height: 80%; bottom: -43%; left: -20%; border-radius: 50%; background: rgba(199,38,94,.18); transform: rotate(-17deg); }
.profile-media::after { content: ''; position: absolute; width: 64%; height: 85%; right: -20%; bottom: -48%; border-radius: 50%; background: rgba(62,29,48,.16); transform: rotate(18deg); }
.profile-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-initial { position: relative; z-index: 1; color: rgba(142,37,76,.75); font-family: 'Manrope'; font-size: 64px; font-weight: 800; }
.profile-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.profile-online { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--success); font-size: 10px; font-weight: 800; }
.profile-online::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.tile-body { padding: 16px; }
.tile-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.tile-title { min-width: 0; }
.tile-title h2 { display: flex; align-items: center; gap: 5px; margin: 0; font-size: 18px; }
.tile-title h2 a { overflow: hidden; color: var(--ink); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.verified { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #2e91e8; color: #fff; font-family: sans-serif; font-size: 10px; }
.tile-meta { margin: 4px 0 0; color: var(--ink-soft); font-size: 12px; }
.icon-action { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--brand); font-size: 21px; }
.icon-action.is-active { border-color: #f1bdcf; background: var(--brand-soft); }
.tile-bio { min-height: 38px; margin: 12px 0; display: -webkit-box; overflow: hidden; color: var(--ink-soft); font-size: 13px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.tile-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.tile-stats { display: flex; gap: 12px; color: var(--ink-soft); font-size: 11px; }
.tile-stats strong { color: var(--ink); }
.right-column { padding: 22px 0; }
.right-card { position: sticky; top: 22px; padding: 20px; }
.right-card h3 { margin: 0 0 14px; font-size: 16px; }
.safety-list { display: grid; gap: 14px; }
.safety-item { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; }
.safety-item i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); font-style: normal; }
.safety-item strong { display: block; font-size: 12px; }
.safety-item span { display: block; margin-top: 2px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.empty-state { padding: 70px 24px; text-align: center; }
.empty-icon { width: 62px; height: 62px; margin: auto; display: grid; place-items: center; border-radius: 20px; background: var(--brand-soft); color: var(--brand); font-size: 28px; }
.empty-state h2 { margin: 18px 0 7px; font-size: 20px; }
.empty-state p { margin: 0; color: var(--ink-soft); }
.mobile-nav { display: none; }

.feed-main { width: 100%; }
.quick-composer { min-height: 74px; margin-bottom: 18px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; color: var(--ink-soft); text-decoration: none; }
.quick-composer > span:not(.avatar-ui) { min-width: 0; flex: 1; }
.quick-composer > b { padding: 9px 15px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 12px; }
.post-feed { width: min(100%, 620px); margin-inline: auto; display: grid; gap: 18px; }
.post-card { overflow: visible; scroll-margin-top: 80px; }
.post-header { min-height: 72px; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.post-author { min-width: 0; display: flex; align-items: center; gap: 11px; text-decoration: none; }
.post-author > span:last-child { min-width: 0; }
.post-author strong { display: flex; align-items: center; gap: 5px; font-size: 14px; }
.post-author strong .verified { width: 16px; height: 16px; font-style: normal; }
.post-author small { display: block; margin-top: 3px; overflow: hidden; color: var(--ink-soft); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.post-menu { position: relative; }
.post-menu summary { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-soft); cursor: pointer; list-style: none; }
.post-menu summary::-webkit-details-marker { display: none; }
.post-menu[open] summary { background: var(--surface-soft); }
.post-menu-popover { position: absolute; z-index: 10; top: 43px; right: 0; width: 190px; padding: 7px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-lg); }
.post-menu-popover button { width: 100%; padding: 11px; border: 0; border-radius: 9px; background: none; text-align: left; font-size: 12px; font-weight: 700; }
.post-menu-popover button:hover { background: var(--surface-soft); }
.post-menu-popover .menu-danger { color: var(--danger); }
.post-text { margin: 0; padding: 2px 17px 16px; color: var(--ink); font-size: 14px; line-height: 1.58; overflow-wrap: anywhere; }
.post-media { display: block; overflow: hidden; background: #eee8eb; }
.post-media img { width: 100%; max-height: 720px; aspect-ratio: 4 / 3; object-fit: cover; }
.post-actions { min-height: 52px; padding: 7px 12px; display: flex; align-items: center; gap: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post-action { min-height: 38px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 999px; background: none; color: var(--ink-soft); font-size: 12px; }
.post-action:hover { background: var(--surface-soft); }
.post-action.is-active { color: var(--brand); }
.post-action > span:first-child { font-size: 18px; line-height: 1; }
.post-action[data-share-post] { margin-left: auto; }
.post-actions.is-static { border-bottom: 0; }
.post-comments { display: grid; }
.post-comment { padding: 10px 14px; display: grid; grid-template-columns: 34px minmax(0,1fr) 28px; align-items: start; gap: 9px; }
.post-comment + .post-comment { border-top: 1px solid #f1ecef; }
.post-comment p { margin: 1px 0 0; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.post-comment p a { text-decoration: none; }
.post-comment small { display: block; margin-top: 3px; color: var(--ink-faint); font-size: 10px; }
.comment-delete { width: 28px; height: 28px; border: 0; border-radius: 50%; background: none; color: var(--ink-faint); }
.comment-delete:hover { background: var(--surface-soft); color: var(--danger); }
.comment-form { padding: 11px 13px; display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--line); }
.comment-form input { min-width: 0; min-height: 40px; flex: 1; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; outline: 0; background: var(--surface-soft); }
.comment-form input:focus { border-color: #dc9cb5; box-shadow: 0 0 0 3px rgba(199,38,94,.08); }
.comment-form button { min-height: 36px; padding: 0 10px; border: 0; background: none; color: var(--brand); font-size: 12px; font-weight: 800; }
.empty-actions { margin-top: 20px; display: flex; justify-content: center; gap: 9px; }
.pagination-center { margin-top: 22px; display: flex; justify-content: center; }
.section-title { margin: 25px 2px 13px; display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.section-title h2 { margin: 0; font-size: 20px; }
.section-title p { margin: 3px 0 0; color: var(--ink-soft); font-size: 12px; }
.section-title > a { color: var(--brand); font-size: 12px; font-weight: 700; text-decoration: none; }
.content-discovery-title { margin-top: 34px; }
.explore-mode-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-bottom: 13px; }
.explore-mode-tab { min-height: 68px; padding: 12px 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); text-decoration: none; transition: border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.explore-mode-tab strong { font-size: 14px; }
.explore-mode-tab small { margin-top: 2px; color: var(--ink-soft); font-size: 11px; }
.explore-mode-tab.is-active { border-color: var(--brand); background: var(--brand-soft); box-shadow: 0 7px 20px rgba(199,38,94,.09); }
.explore-mode-tab.is-active strong { color: var(--brand-strong); }
.explore-categories { margin: 0 -3px 13px; padding: 1px 3px 4px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.explore-categories::-webkit-scrollbar { display: none; }
.explore-categories a { min-height: 34px; padding: 0 13px; display: inline-flex; flex: 0 0 auto; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink-soft); font-size: 12px; font-weight: 700; text-decoration: none; }
.explore-categories a.is-active { border-color: var(--brand); background: var(--brand); color: #fff; }
.explore-filters { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.explore-filters .city-field { margin: 0; }
.explore-people .profile-media { aspect-ratio: 4 / 3; }
.explore-people .tile-stats { flex-wrap: wrap; }
.compact-empty { padding: 24px; display: grid; gap: 4px; text-align: center; }
.compact-empty span { color: var(--ink-soft); font-size: 12px; }
.composer-page { padding: 22px; }
.composer-form { max-width: 700px; margin-inline: auto; }
.composer-author { display: flex; align-items: center; gap: 11px; }
.composer-author strong, .composer-author span { display: block; }
.composer-author span { margin-top: 2px; color: var(--ink-soft); font-size: 11px; }
.composer-text { width: 100%; min-height: 170px; margin-top: 17px; padding: 14px 2px; resize: vertical; border: 0; outline: 0; background: transparent; color: var(--ink); font: 500 18px/1.5 'DM Sans',sans-serif; }
.photo-preview { position: relative; margin-bottom: 15px; overflow: hidden; border-radius: 17px; background: var(--surface-soft); }
.photo-preview img { width: 100%; max-height: 520px; object-fit: cover; }
.photo-preview button { position: absolute; top: 10px; right: 10px; padding: 8px 12px; border: 0; border-radius: 999px; background: rgba(30,20,26,.78); color: #fff; font-size: 11px; }
.composer-controls { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.composer-file { min-height: 42px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); cursor: pointer; font-size: 12px; font-weight: 800; }
.composer-file input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.composer-file.is-disabled { cursor: not-allowed; opacity: .5; }
.composer-visibility { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 11px; }
.composer-visibility select { padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.composer-submit { padding-top: 16px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.composer-submit > span { color: var(--ink-faint); font-size: 11px; }
.profile-photo-fields { margin: 0 0 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.profile-photo-fields .field-label { display: block; margin-bottom: 7px; }
.privacy-toggle { margin-top: 16px; padding: 15px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-soft); }
.privacy-toggle input { margin-top: 3px; accent-color: var(--brand); }
.privacy-toggle strong, .privacy-toggle small { display: block; }
.privacy-toggle small { margin-top: 3px; color: var(--ink-soft); line-height: 1.4; }
.interest-list { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.interest-list span { padding: 7px 10px; border-radius: 999px; background: var(--brand-soft); color: var(--brand-strong); font-size: 11px; font-weight: 700; }
.profile-content-heading { margin: 25px 3px 13px; display: flex; align-items: baseline; justify-content: space-between; }
.profile-content-heading h2 { margin: 0; font-size: 20px; }
.profile-content-heading span { color: var(--ink-soft); font-size: 11px; }
.compact-private { padding-block: 45px; }
.public-profile-main { max-width: 760px; padding-top: 28px; }

.profile-page-main { min-width: 0; padding: 22px 0 40px; }
.profile-shell { overflow: hidden; }
.profile-cover { position: relative; height: 255px; background: linear-gradient(135deg, #efc6d6, #a72356); background-size: cover; background-position: center; }
.profile-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(37,19,29,.28)); }
.profile-overview { position: relative; padding: 0 28px 25px; }
.profile-avatar-row { min-height: 70px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.profile-avatar-row .avatar-lg { margin-top: -52px; z-index: 2; }
.profile-actions-ui { display: flex; align-items: center; gap: 8px; padding-top: 14px; }
.profile-name { display: flex; align-items: center; gap: 7px; margin: 8px 0 3px; font-size: 27px; letter-spacing: -.04em; }
.profile-handle { margin: 0; color: var(--ink-soft); font-size: 13px; }
.profile-bio { max-width: 650px; margin: 17px 0 12px; line-height: 1.6; }
.profile-meta { display: flex; gap: 16px; flex-wrap: wrap; color: var(--ink-soft); font-size: 13px; }
.profile-stats { display: flex; gap: 26px; margin-top: 20px; }
.profile-stat { font-size: 13px; color: var(--ink-soft); }
.profile-stat strong { display: block; color: var(--ink); font-family: 'Manrope'; font-size: 18px; }
.profile-tabs { display: flex; border-top: 1px solid var(--line); }
.profile-tab { min-height: 52px; flex: 1; display: grid; place-items: center; border: 0; border-bottom: 2px solid transparent; background: none; color: var(--ink-soft); font-weight: 700; }
.profile-tab.is-active { border-bottom-color: var(--brand); color: var(--brand); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 3px; }
.gallery-item { position: relative; aspect-ratio: 1; overflow: hidden; background: #eee8eb; }
.gallery-item img, .gallery-item video { width: 100%; height: 100%; object-fit: cover; }
.profile-empty { padding: 70px 20px; text-align: center; color: var(--ink-soft); }

.settings-main { min-width: 0; padding: 22px 0 60px; }
.settings-card { padding: 24px; }
.settings-header { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.settings-header h1 { margin: 0; font-size: 25px; }
.settings-header p { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; }
.settings-form { max-width: 650px; padding-top: 22px; }
.settings-actions { display: flex; gap: 10px; margin-top: 22px; }

dialog { width: min(calc(100% - 28px), 500px); padding: 0; border: 0; border-radius: var(--radius); background: var(--surface); color: var(--ink); box-shadow: var(--shadow-lg); }
dialog::backdrop { background: rgba(30,20,26,.55); backdrop-filter: blur(4px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; font-size: 18px; }
.dialog-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--surface-soft); color: var(--ink); font-size: 20px; }
.dialog-body { padding: 20px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.app-toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: min(90vw, 440px); padding: 12px 17px; border-radius: 999px; background: #281c23; color: #fff; box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: .22s; }
.app-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.app-toast[data-tipo="erro"] { background: var(--danger); }
.app-toast[data-tipo="sucesso"] { background: var(--success); }

@media (max-width: 1060px) {
    .social-layout { grid-template-columns: 84px minmax(0, 1fr) 250px; }
    .sidebar .brand-word, .nav-label, .sidebar-user-info { display: none; }
    .sidebar .brand { justify-content: center; padding-inline: 0; }
    .nav-item { justify-content: center; padding: 0; }
    .sidebar-user { justify-content: center; }
}

@media (max-width: 850px) {
    .hero { padding-top: 50px; }
    .hero-layout { grid-template-columns: 1fr; text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-note { justify-content: center; }
    .landing-search { margin-inline: auto; }
    .landing-search .city-field > span:first-child { text-align: left; }
    .hero-links { justify-content: center; }
    .hero-showcase { min-height: 500px; margin-top: 12px; }
    .hero-art { min-height: 450px; }
    .art-card { height: 410px; }
    .trust-item { padding-inline: 16px; }
    .step-grid { grid-template-columns: 1fr; }
    .landing-profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .showcase-empty-state { grid-template-columns: 62px minmax(0,1fr); text-align: left; }
    .showcase-empty-state .button { grid-column: 2; justify-self: start; }
    .cta-band { align-items: flex-start; flex-direction: column; }
    .auth-page { grid-template-columns: 1fr; }
    .auth-aside { position: relative; height: auto; min-height: 260px; padding: 30px 24px; }
    .auth-aside-copy { margin-top: 60px; }
    .auth-aside-copy h1 { font-size: 38px; }
    .auth-safety { margin-top: 32px; }
    .auth-main { padding: 28px 20px 60px; }
    .auth-top { margin-bottom: 36px; }
    .social-layout { grid-template-columns: 76px minmax(0, 1fr); }
    .right-column { display: none; }
}

@media (max-width: 640px) {
    body { padding-bottom: env(safe-area-inset-bottom); }
    .container { width: min(calc(100% - 24px), var(--content)); }
    .public-header { height: 68px; }
    .public-nav-link { display: none; }
    .public-nav-login { display: inline-flex; padding-inline: 8px; font-size: 13px; }
    .public-nav .button { min-height: 40px; padding-inline: 14px; }
    .hero { padding: 42px 0 62px; }
    .hero h1 { font-size: 45px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .landing-search-control { min-height: 58px; padding-left: 14px; border-radius: 16px; }
    .landing-search-control input[data-cidade] { height: 44px; font-size: 15px; }
    .landing-search-control button { min-width: 94px; height: 44px; padding-inline: 15px; }
    .hero-links { gap: 9px 16px; }
    .hero-showcase { min-height: 405px; margin-top: 20px; }
    .showcase-orbit { width: 350px; height: 350px; }
    .showcase-profile { width: 270px; height: 365px; border-width: 7px; border-radius: 31px; }
    .showcase-info { right: 18px; bottom: 19px; left: 18px; text-align: left; }
    .showcase-info strong { font-size: 18px; }
    .showcase-chip-top { top: 34px; left: 0; }
    .showcase-chip-bottom { right: 0; bottom: 52px; }
    .showcase-mini-card { top: 76px; right: 1px; width: 145px; padding: 11px 13px; text-align: left; }
    .hero-art { min-height: 390px; margin-top: 8px; }
    .art-orbit { width: 360px; height: 360px; }
    .art-card { width: 280px; height: 360px; border-width: 7px; border-radius: 34px; }
    .floating-chip-one { left: 0; top: 42px; }
    .floating-chip-two { right: 0; bottom: 65px; }
    .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
    .trust-item { min-height: 72px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 64px 0; }
    .section-heading { margin-bottom: 30px; }
    .section-heading h2 { font-size: 34px; }
    .discovery-choice-grid { grid-template-columns: 1fr; }
    .discovery-choice { min-height: 260px; padding: 26px; grid-template-columns: 48px minmax(0,1fr); gap: 17px; }
    .discovery-choice-icon { width: 48px; height: 48px; border-radius: 15px; font-size: 22px; }
    .discovery-choice b { left: 91px; bottom: 26px; }
    .showcase-section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 25px; text-align: left; }
    .showcase-section-heading h2 { font-size: 32px; }
    .landing-profile-grid { gap: 11px; }
    .landing-profile-card { border-radius: 17px; }
    .landing-profile-card:only-child { grid-column: 1/-1; width: min(100%,290px); justify-self: center; }
    .landing-profile-copy { padding: 12px; }
    .landing-profile-copy strong { font-size: 14px; }
    .landing-profile-photo b { left: 8px; bottom: 8px; max-width: calc(100% - 16px); padding: 6px 8px; font-size: 9px; }
    .showcase-empty-state { grid-template-columns: 48px minmax(0,1fr); gap: 15px; padding: 22px 18px; }
    .showcase-empty-state > span { width: 48px; height: 48px; border-radius: 15px; }
    .showcase-empty-state strong { font-size: 16px; }
    .showcase-empty-state p { font-size: 13px; }
    .showcase-empty-state .button { grid-column: 1/-1; width: 100%; }
    .cta-band { padding: 30px 24px; }
    .footer-layout { align-items: flex-start; flex-direction: column; }
    .footer-links { flex-wrap: wrap; }
    .auth-aside { min-height: 220px; }
    .auth-aside-copy { margin-top: 38px; }
    .auth-aside-copy h1 { font-size: 32px; }
    .auth-aside-copy p { font-size: 14px; }
    .auth-safety { display: none; }
    .auth-main { padding-inline: 16px; }
    .auth-top { justify-content: space-between; }
    .auth-panel h2 { font-size: 32px; }
    .form-grid, .choice-grid { grid-template-columns: 1fr; }
    .choice-grid.compact { grid-template-columns: 1fr 1fr; }
    .social-page { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
    .social-layout { width: 100%; min-height: auto; display: block; }
    .sidebar { display: none; }
    .main-column, .profile-page-main, .settings-main { padding: 0 10px 24px; }
    .top-mobile { position: sticky; z-index: 30; top: 0; min-height: 62px; margin: 0 -10px 16px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(247,245,246,.92); backdrop-filter: blur(16px); }
    .top-mobile-actions { display: flex; align-items: center; gap: 8px; }
    .page-heading { padding-inline: 4px; }
    .page-heading h1 { font-size: 27px; }
    .search-panel { padding: 11px; }
    .search-row { grid-template-columns: 1fr auto; }
    .search-row .search-box { grid-column: 1; grid-row: 1; }
    .search-row select { display: none; grid-column: 1 / -1; }
    .search-row.is-open select { display: block; }
    .filter-toggle { grid-column: 2; grid-row: 1; display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
    .search-row .button { display: none; }
    .feed-grid { grid-template-columns: 1fr; gap: 14px; }
    .profile-tile { border-radius: 17px; }
    .profile-media { aspect-ratio: 16 / 11; }
    .profile-badge { top: 8px; left: 8px; padding: 5px 7px; font-size: 9px; }
    .profile-online { right: 8px; bottom: 8px; font-size: 0; padding: 6px; }
    .tile-body { padding: 14px; }
    .tile-title h2 { font-size: 18px; }
    .tile-meta { font-size: 12px; }
    .tile-bio { min-height: 0; margin: 10px 0 12px; font-size: 13px; }
    .tile-footer { margin-top: 8px; padding-top: 11px; }
    .tile-stats { gap: 12px; font-size: 11px; }
    .tile-footer .button { min-height: 36px; padding-inline: 15px; font-size: 12px; }
    .icon-action { width: 38px; height: 38px; font-size: 20px; }
    .search-row.is-open .button { display: inline-flex; grid-column: 1 / -1; }
    .mobile-nav { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: calc(68px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
    .mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--ink-faint); font-size: 10px; font-weight: 700; text-decoration: none; }
    .mobile-nav a.is-active { color: var(--brand); }
    .mobile-nav .nav-icon { font-size: 20px; }
    .profile-cover { height: 190px; }
    .profile-overview { padding: 0 16px 20px; }
    .profile-avatar-row .avatar-lg { margin-top: -45px; }
    .avatar-lg { width: 90px; height: 90px; }
    .profile-actions-ui { gap: 6px; }
    .profile-actions-ui .button { min-height: 38px; padding-inline: 13px; font-size: 12px; }
    .profile-name { font-size: 23px; }
    .profile-stats { gap: 18px; }
    .settings-card { padding: 17px; }
    .quick-composer { margin-bottom: 14px; }
    .quick-composer > b { display: none; }
    .post-feed { width: 100%; gap: 13px; }
    .post-card { border-radius: 17px; }
    .post-media img { aspect-ratio: 1 / 1; max-height: none; }
    .post-action { padding-inline: 9px; }
    .post-action[data-share-post] span { display: none; }
    .empty-actions { align-items: stretch; flex-direction: column; }
    .explore-filters { grid-template-columns: 1fr 1fr; }
    .explore-filters .search-box, .explore-filters .city-field, .explore-filters .button { grid-column: 1 / -1; }
    .explore-filters .button { width: 100%; }
    .composer-page { padding: 17px; }
    .composer-text { min-height: 150px; font-size: 17px; }
    .composer-controls { align-items: stretch; flex-direction: column; }
    .composer-visibility { justify-content: space-between; }
    .profile-photo-fields { grid-template-columns: 1fr; }
    dialog { margin-bottom: 12px; }
}

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

.post-video video,.photo-preview video { display:block; width:100%; max-height:680px; background:#0d0b0c; object-fit:contain; }
.chat-main { min-width:0; }
.chat-page-heading { margin-bottom:14px; }
.chat-shell { display:grid; grid-template-columns:300px minmax(0,1fr); height:calc(100vh - 135px); min-height:560px; overflow:hidden; }
.chat-list { min-width:0; overflow-y:auto; border-right:1px solid var(--line); background:#fff; }
.chat-list>header { position:sticky; z-index:2; top:0; display:flex; align-items:center; justify-content:space-between; min-height:64px; padding:12px 16px; border-bottom:1px solid var(--line); background:#fff; }
.chat-list-item { display:grid; grid-template-columns:48px minmax(0,1fr) auto; gap:11px; align-items:center; padding:12px 14px; color:var(--ink); text-decoration:none; border-bottom:1px solid var(--line); }
.chat-list-item:hover,.chat-list-item.is-active { background:var(--brand-soft); }
.chat-list-copy { min-width:0; }
.chat-list-copy strong,.chat-list-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.chat-list-copy strong { font-size:13px; }.chat-list-copy small { margin-top:3px; color:var(--ink-faint); font-size:11px; }
.chat-unread { min-width:22px; height:22px; padding:0 5px; display:grid; place-items:center; border-radius:999px; background:var(--brand); color:#fff; font-style:normal; font-size:10px; font-weight:800; }
.chat-list-empty { padding:45px 24px; text-align:center; color:var(--ink-soft); }.chat-list-empty>span { font-size:35px; }.chat-list-empty a { color:var(--brand); font-weight:700; }
.chat-conversation { min-width:0; min-height:0; display:flex; flex-direction:column; background:#f7f5f6; }
.chat-welcome { margin:auto; max-width:340px; padding:30px; text-align:center; }.chat-welcome h2 { margin:12px 0 5px; }.chat-welcome p { margin:0 0 20px; color:var(--ink-soft); }
.chat-header { min-height:64px; padding:9px 14px; display:flex; align-items:center; gap:10px; border-bottom:1px solid var(--line); background:#fff; }
.chat-person { min-width:0; display:flex; align-items:center; gap:10px; color:var(--ink); text-decoration:none; }.chat-person span span,.chat-person strong,.chat-person small { display:block; }.chat-person small { margin-top:2px; color:var(--ink-faint); font-size:10px; }
.chat-header-actions { margin-left:auto; display:flex; gap:5px; }.chat-back { display:none; color:var(--ink); font-size:30px; text-decoration:none; }
.chat-messages { flex:1; min-height:0; overflow-y:auto; padding:20px; display:flex; flex-direction:column; gap:8px; scroll-behavior:smooth; }
.chat-first-message { margin:auto; display:grid; gap:5px; color:var(--ink-soft); text-align:center; }.chat-first-message strong { color:var(--ink); }
.chat-message { max-width:78%; display:flex; align-items:flex-end; gap:5px; }.chat-message.is-own { margin-left:auto; flex-direction:row-reverse; }
.chat-bubble { min-width:74px; padding:10px 12px 7px; border:1px solid var(--line); border-radius:16px 16px 16px 5px; background:#fff; box-shadow:0 3px 12px rgba(34,23,29,.05); }
.chat-message.is-own .chat-bubble { border-color:transparent; border-radius:16px 16px 5px 16px; background:var(--brand); color:#fff; }
.chat-bubble p { margin:0; white-space:pre-wrap; overflow-wrap:anywhere; font-size:13px; line-height:1.45; }.chat-bubble small { display:block; margin-top:4px; color:var(--ink-faint); font-size:9px; text-align:right; }.chat-message.is-own small { color:rgba(255,255,255,.75); }
.chat-bubble img { display:block; width:min(360px,60vw); max-height:420px; margin:-6px -8px 7px; border-radius:12px; object-fit:cover; }
.chat-message-menu { width:25px; height:25px; border:0; background:transparent; color:var(--ink-faint); opacity:0; cursor:pointer; }.chat-message:hover .chat-message-menu,.chat-message-menu:focus { opacity:1; }
.chat-composer { position:relative; padding:10px; display:grid; grid-template-columns:42px minmax(0,1fr) auto; gap:8px; align-items:end; border-top:1px solid var(--line); background:#fff; }
.chat-composer textarea { min-height:42px; max-height:120px; resize:none; padding:11px 13px; border:1px solid var(--line); border-radius:13px; font:inherit; outline:none; }.chat-composer textarea:focus { border-color:var(--brand); }
.chat-attach { width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:#fff; font-size:20px; cursor:pointer; }.chat-attach input { display:none; }
.chat-photo-preview { position:absolute; left:10px; right:10px; bottom:65px; padding:8px 10px; display:flex; justify-content:space-between; border:1px solid var(--line); border-radius:10px; background:#fff; font-size:11px; box-shadow:var(--shadow); }.chat-photo-preview[hidden]{display:none}.chat-photo-preview button { border:0; background:none; color:var(--danger); cursor:pointer; }
.chat-blocked { padding:14px; border-top:1px solid var(--line); background:#fff4f4; color:var(--danger); text-align:center; font-size:12px; font-weight:700; }

@media(max-width:640px){
    .chat-page-heading { display:none; }.chat-main { padding-bottom:0; }.chat-main .top-mobile { margin-bottom:8px; }
    .chat-shell { height:calc(100dvh - 138px - env(safe-area-inset-bottom)); min-height:430px; grid-template-columns:1fr; border-radius:14px; }
    .chat-shell.has-conversation .chat-list { display:none; }.chat-shell:not(.has-conversation) .chat-conversation { display:none; }
    .chat-list { border-right:0; }.chat-back { display:block; }.chat-header { padding-inline:10px; }
    .chat-messages { padding:13px 10px; }.chat-message { max-width:90%; }.chat-message-menu { opacity:1; }
    .chat-composer { grid-template-columns:40px minmax(0,1fr) auto; padding:8px; gap:6px; }.chat-composer .button { min-height:40px; padding-inline:12px; }
    .chat-bubble img { width:min(300px,72vw); }
}

.shorts-main { min-width:0; }
.shorts-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }.shorts-heading h1 { margin:0; font:800 27px Manrope; }.shorts-heading span { color:var(--ink-soft); font-size:12px; }
.shorts-feed { height:calc(100vh - 110px); max-height:820px; overflow-y:auto; scroll-snap-type:y mandatory; border-radius:22px; background:#111; scrollbar-width:none; }.shorts-feed::-webkit-scrollbar{display:none}
.short-slide { position:relative; height:100%; min-height:620px; scroll-snap-align:start; overflow:hidden; background:#111; color:#fff; }
.short-video { width:100%; height:100%; display:block; object-fit:contain; background:#080808; }
.short-gradient { position:absolute; inset:0; pointer-events:none; background:linear-gradient(to bottom,rgba(0,0,0,.08) 45%,rgba(0,0,0,.82) 100%); }
.short-sound { position:absolute; top:16px; right:16px; z-index:2; width:40px; height:40px; border:1px solid rgba(255,255,255,.3); border-radius:50%; background:rgba(0,0,0,.42); color:#fff; font-size:18px; cursor:pointer; }
.short-info { position:absolute; z-index:2; left:18px; right:92px; bottom:22px; }.short-info p { max-width:600px; margin:12px 0 0; font-size:13px; line-height:1.45; text-shadow:0 2px 8px #000; }
.short-author { display:inline-flex; align-items:center; gap:9px; color:#fff; text-decoration:none; }.short-author strong,.short-author small { display:block; }.short-author small { margin-top:2px; color:rgba(255,255,255,.75); font-size:10px; }.short-info>.button { margin:10px 0 0 57px; }
.button-light { border-color:#fff; background:#fff; color:#21171d; }
.short-actions { position:absolute; z-index:3; right:13px; bottom:18px; display:grid; gap:12px; }
.short-action { width:66px; padding:0; display:grid; justify-items:center; gap:2px; border:0; background:transparent; color:#fff; text-decoration:none; cursor:pointer; text-shadow:0 2px 8px #000; }.short-action>span { width:46px; height:46px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:rgba(0,0,0,.42); font-size:23px; backdrop-filter:blur(8px); }.short-action b { font-size:10px; }.short-action.is-active>span { color:#ff5d91; }
.short-comments { position:absolute; z-index:5; top:10%; right:0; bottom:0; width:min(420px,92%); display:flex; flex-direction:column; color:var(--ink); border-radius:20px 0 0; background:#fff; transform:translateX(105%); transition:transform .22s ease; box-shadow:-10px 0 35px rgba(0,0,0,.24); }.short-comments.is-open { transform:translateX(0); }.short-comments>header { min-height:58px; padding:12px 16px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }.short-comments>header button { width:35px; height:35px; border:0; background:none; font-size:22px; cursor:pointer; }.short-comments .post-comments { flex:1; min-height:0; overflow-y:auto; }.short-comments .comment-form { flex:none; }
.shorts-more { margin:14px auto; }.short-upload { min-height:190px; display:grid; place-items:center; align-content:center; gap:5px; border:2px dashed #e5ccd6; border-radius:18px; background:var(--brand-soft); cursor:pointer; }.short-upload>span { font-size:40px; color:var(--brand); }.short-upload small { color:var(--ink-soft); }.short-upload input { position:absolute; width:1px; height:1px; opacity:0; }.short-preview { margin-top:14px; overflow:hidden; border-radius:16px; background:#111; }.short-preview video { display:block; width:100%; max-height:520px; object-fit:contain; }

@media(max-width:640px){
    .shorts-page { padding-bottom:calc(68px + env(safe-area-inset-bottom)); background:#000; }.shorts-main { padding:0; }.shorts-main .top-mobile { margin:0; background:#fff; }.shorts-heading { height:50px; margin:0; padding:7px 11px; color:#fff; background:#080808; }.shorts-heading h1 { font-size:20px; }.shorts-heading span { display:none; }
    .shorts-feed { height:calc(100dvh - 180px - env(safe-area-inset-bottom)); max-height:none; border-radius:0; }.short-slide { min-height:100%; }.short-info { left:12px; right:77px; bottom:16px; }.short-actions { right:5px; bottom:12px; gap:9px; }.short-action { width:62px; }.short-action>span { width:42px; height:42px; font-size:21px; }.short-comments { top:18%; width:100%; border-radius:20px 20px 0 0; transform:translateY(105%); }.short-comments.is-open { transform:translateY(0); }
}

.nav-item { position:relative; }
.nav-badge,.notification-badge { min-width:18px; height:18px; padding:0 5px; display:grid; place-items:center; border:2px solid #fff; border-radius:999px; background:var(--brand); color:#fff; font:800 9px/1 Manrope,sans-serif; font-style:normal; }
.nav-badge { margin-left:auto; }.notification-link { position:relative; }.notification-badge { position:absolute; top:-5px; right:-6px; }
.notification-filters { margin:0 0 12px; display:flex; gap:6px; overflow-x:auto; scrollbar-width:none; }.notification-filters::-webkit-scrollbar{display:none}.notification-filters a { flex:none; padding:8px 13px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--ink-soft); font-size:11px; font-weight:800; text-decoration:none; }.notification-filters a.is-active { border-color:var(--brand); background:var(--brand-soft); color:var(--brand); }
.notification-list { overflow:hidden; }.notification-item { min-height:74px; padding:10px 14px; display:flex; align-items:center; gap:10px; border-bottom:1px solid var(--line); }.notification-item:last-child{border-bottom:0}.notification-item.is-new{background:#fff7fa}.notification-main { min-width:0; flex:1; display:flex; align-items:center; gap:12px; color:var(--ink); text-decoration:none; }.notification-main>span:last-child{min-width:0;font-size:13px;line-height:1.4}.notification-main strong{font-weight:800}.notification-main small{display:block;margin-top:3px;color:var(--ink-faint);font-size:10px}.notification-read{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--brand);font-weight:900;cursor:pointer}.notification-settings{margin-top:14px;padding:0 18px}.notification-settings summary{padding:17px 0;cursor:pointer;font-weight:800}.notification-settings form{padding:0 0 18px;display:grid;gap:11px}.notification-settings label{font-size:13px}.notification-settings label small{display:block;margin-left:22px;color:var(--ink-faint)}.notification-settings .is-disabled{opacity:.55}.pagination-center{display:flex;justify-content:center;margin:16px 0}

@media(max-width:640px){
    .notification-item{padding-inline:11px}.notification-filters{margin-inline:-2px}.nav-badge{position:absolute;top:7px;right:7px}.page-heading>form .button{padding-inline:10px;font-size:10px}
}

.premium-hero{padding:38px;background:radial-gradient(circle at 95% 0,#f6cada 0,transparent 35%),linear-gradient(135deg,#fff,#fff6f9)}.premium-hero h1{max-width:620px;margin:7px 0;font:800 clamp(32px,5vw,54px)/1.04 Manrope}.premium-hero p{max-width:670px;color:var(--ink-soft);line-height:1.6}.premium-status{margin-top:16px;padding:7px 11px;display:inline-flex;border:1px solid #e5c1cf;border-radius:999px;color:var(--brand);font-size:11px;font-weight:800}.premium-feature-grid{margin:14px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.premium-feature-grid article{padding:23px}.premium-feature-grid i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--brand-soft);color:var(--brand);font-style:normal;font-size:20px}.premium-feature-grid h2{margin:14px 0 5px;font-size:17px}.premium-feature-grid p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.premium-plan{padding:23px;display:flex;align-items:center;justify-content:space-between;gap:20px}.premium-plan h2{margin:5px 0}.premium-plan p{margin:0;color:var(--ink-soft);font-size:13px}.premium-plan button:disabled{opacity:.65}
@media(max-width:640px){.premium-hero{padding:28px 20px}.premium-feature-grid{grid-template-columns:1fr}.premium-plan{align-items:flex-start;flex-direction:column}}

.admin-main{grid-column:2/4;min-width:0;padding:22px 0 60px}.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-metric{padding:19px}.admin-metric strong,.admin-metric span,.admin-metric small{display:block}.admin-metric strong{font:800 29px Manrope}.admin-metric span{margin-top:2px;color:var(--ink-soft);font-size:12px}.admin-metric small{margin-top:8px;color:var(--ink-faint);font-size:10px}.admin-chart{margin:14px 0;padding:19px}.admin-chart header{display:flex;align-items:flex-start;justify-content:space-between}.admin-chart h2{margin:0;font-size:16px}.admin-chart p{margin:3px 0;color:var(--ink-faint);font-size:10px}.admin-chart header>strong{font-size:12px}.chart-bars{height:150px;margin-top:18px;display:flex;align-items:end;gap:6px}.chart-column{height:100%;flex:1;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;gap:4px}.chart-column i{width:100%;max-width:32px;min-height:4px;border-radius:5px 5px 2px 2px;background:linear-gradient(#d8447c,#a71950)}.chart-column span{color:var(--ink-faint);font-size:8px}.admin-secondary-metrics{margin-bottom:14px;padding:12px;display:grid;grid-template-columns:repeat(6,1fr);gap:1px;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);overflow:hidden}.admin-secondary-metrics div{padding:12px;background:#fff;text-align:center}.admin-secondary-metrics strong,.admin-secondary-metrics span{display:block}.admin-secondary-metrics strong{font:800 18px Manrope}.admin-secondary-metrics span{margin-top:3px;color:var(--ink-faint);font-size:9px}.admin-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.admin-section{overflow:hidden}.admin-section h2{margin:0;padding:17px;border-bottom:1px solid var(--line);font-size:16px}.admin-row{padding:13px 16px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);font-size:11px}.admin-row:last-child{border:0}.admin-row strong,.admin-row span{display:block}.admin-row span{margin-top:3px;color:var(--ink-soft)}.priority-critica{color:var(--danger)}
@media(max-width:850px){.admin-main{grid-column:auto}.admin-metrics{grid-template-columns:1fr 1fr}.admin-secondary-metrics{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:1fr}}
@media(max-width:640px){.admin-main{padding:0 10px 80px}.chart-bars{gap:3px}.admin-secondary-metrics{grid-template-columns:1fr 1fr}}
