:root{
  --sz-bg:#07070d;--sz-bg2:#0b0b13;--sz-panel:#101019;--sz-panel2:#15151f;--sz-panel3:#1b1a26;
  --sz-border:#252432;--sz-border2:#343243;--sz-text:#f7f6fa;--sz-muted:#9b98a8;--sz-muted2:#767382;
  --sz-pink:#f52f7f;--sz-pink2:#ff599b;--sz-green:#35d789;--sz-yellow:#ffd83d;--sz-blue:#45aeea;
  --sz-wrap:1480px;--sz-radius:18px;--sz-shadow:0 24px 80px rgba(0,0,0,.38)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#171019 0,#090910 28%,#07070d 65%);color:var(--sz-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.sz-lock{overscroll-behavior:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.sz-shell{min-height:100vh}.sz-main{min-height:72vh}.sz-wrap{width:min(calc(100% - 44px),var(--sz-wrap));margin:0 auto}.sz-eyebrow{display:block;margin:0 0 7px;color:#8f8b9c;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.sz-help{color:var(--sz-muted2);font-size:10px;font-weight:500}.sz-center{text-align:center}

/* header */
.sz-header{position:sticky;top:0;z-index:90;background:rgba(7,7,13,.88);backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.065)}.sz-header-inner{height:66px;display:grid;grid-template-columns:auto minmax(220px,420px) 1fr;align-items:center;gap:28px}.sz-logo{display:inline-flex;align-items:center;font-size:21px;font-weight:950;letter-spacing:-1.15px}.sz-logo strong{color:var(--sz-pink);font-weight:950}.sz-header-search{height:38px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #24232e;background:#0d0d15;border-radius:11px;transition:.18s}.sz-header-search:focus-within{border-color:#514052;background:#111019}.sz-header-search svg{width:17px;height:17px;fill:none;stroke:#777484;stroke-width:1.8}.sz-header-search input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.sz-header-search input::placeholder{color:#676473}.sz-desktop-nav{justify-self:end;display:flex;align-items:center;gap:20px;font-size:12px;font-weight:760}.sz-desktop-nav>a,.sz-link-button{color:#d6d4dc;transition:.15s}.sz-desktop-nav>a:hover,.sz-link-button:hover{color:#fff}.sz-link-button{border:0;background:none;padding:0;font-weight:760}.sz-nav-icon{position:relative;width:32px;height:32px;display:grid!important;place-items:center}.sz-nav-icon svg,.sz-mobile-head-actions svg,.sz-mobile-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sz-nav-icon-link{position:relative}.sz-nav-count{display:inline-grid;place-items:center;min-width:17px;height:17px;padding:0 4px;margin-left:5px;border-radius:999px;background:var(--sz-pink);color:#fff;font-size:8px;font-weight:900}.sz-nav-icon .sz-nav-count,.sz-mobile-bell .sz-nav-count{position:absolute;right:-2px;top:0;margin:0}.sz-mobile-head-actions{display:none}

/* buttons */
.sz-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:11px;padding:0 18px;background:linear-gradient(180deg,var(--sz-pink2),var(--sz-pink));color:#fff;font-size:12px;font-weight:850;box-shadow:0 12px 26px rgba(245,47,127,.18);transition:transform .16s,filter .16s,border-color .16s}.sz-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.sz-btn-small{min-height:36px;padding:0 14px;font-size:11px}.sz-btn-ghost{background:#13131c;border:1px solid var(--sz-border2);box-shadow:none}.sz-btn-ghost:hover{border-color:#514d61}

/* discovery header */
.sz-discovery-head{padding:28px 0 22px;background:linear-gradient(180deg,rgba(27,15,27,.55),rgba(8,8,14,0));border-bottom:1px solid rgba(255,255,255,.04)}.sz-discovery-titlebar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.sz-discovery-titlebar h1{margin:0;font-size:40px;line-height:.98;letter-spacing:-2.1px}.sz-live-count{display:inline-flex;align-items:center;gap:8px;color:#c8c5ce;font-size:11px;font-weight:750}.sz-live-count i{width:8px;height:8px;border-radius:50%;background:var(--sz-green);box-shadow:0 0 0 5px rgba(53,215,137,.09)}.sz-fast-filters{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr) auto;align-items:end;gap:15px;padding:12px;border:1px solid #262431;background:rgba(16,16,25,.82);border-radius:15px;box-shadow:0 14px 45px rgba(0,0,0,.15)}.sz-filter-block>small{display:block;margin:0 0 7px 3px;color:#777483;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sz-segmented,.sz-platform-row{display:grid;gap:4px}.sz-segmented{grid-template-columns:repeat(4,1fr)}.sz-platform-row{grid-template-columns:repeat(3,1fr)}.sz-segmented input,.sz-platform-pill input{position:absolute;opacity:0;pointer-events:none}.sz-segmented label,.sz-platform-pill{display:block}.sz-segmented span,.sz-platform-pill>span{height:38px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #292735;background:#0c0c14;border-radius:9px;color:#aaa7b4;font-size:11px;font-weight:750;transition:.15s}.sz-segmented label:hover span,.sz-platform-pill:hover>span{border-color:#484453;color:#fff}.sz-segmented label.is-selected span,.sz-segmented input:checked+span,.sz-platform-pill.is-selected>span,.sz-platform-pill input:checked+span{background:#24131d;border-color:#6b2a49;color:#fff;box-shadow:inset 0 0 0 1px rgba(245,47,127,.08)}.sz-platform-pill i,.sz-directory-icon{display:inline-block;width:8px;height:8px;border-radius:50%}.sz-platform-pill i.is-snap,.sz-directory-icon.is-snap{background:var(--sz-yellow)}.sz-platform-pill i.is-telegram,.sz-directory-icon.is-telegram{background:var(--sz-blue)}.sz-filter-actions{display:flex;align-items:center;gap:13px}.sz-filter-actions .sz-btn{min-width:86px}.sz-filter-actions>a{color:#9d99a8;font-size:10px;font-weight:750;white-space:nowrap}.sz-filter-actions>a:hover{color:#fff}

/* feed */
.sz-feed-section{padding:28px 0 8px}.sz-feed-primary{padding-top:30px}.sz-feed-last{padding-bottom:34px}.sz-section{padding:34px 0}.sz-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.sz-section-head h2{margin:0;font-size:20px;letter-spacing:-.7px}.sz-section-head p{margin:4px 0 0;color:var(--sz-muted2);font-size:10px}.sz-section-head>a{color:#aaa6b3;font-size:10px;font-weight:800}.sz-section-head>a:hover{color:#fff}.sz-profile-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.sz-profile-card{position:relative;min-width:0;background:#101018;border:1px solid #22212c;border-radius:16px;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.sz-profile-card:hover{transform:translateY(-3px);border-color:#383443;box-shadow:0 18px 45px rgba(0,0,0,.3)}.sz-profile-card-link{display:block}.sz-profile-photo{position:relative;aspect-ratio:4/5;background:#15141d;overflow:hidden}.sz-profile-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.005);transition:opacity .3s,transform .35s}.sz-profile-img.is-loaded{opacity:1}.sz-profile-card:hover .sz-profile-img{transform:scale(1.025)}.sz-photo-skeleton{position:absolute;inset:0;background:linear-gradient(100deg,#15151f 20%,#201f2a 38%,#15151f 56%);background-size:220% 100%;animation:szShimmer 1.4s infinite}.sz-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0,transparent 28%,transparent 50%,rgba(3,3,7,.08) 62%,rgba(3,3,7,.92) 100%)}.sz-card-topline{position:absolute;left:9px;right:9px;top:9px;display:flex;align-items:start;justify-content:space-between;gap:8px}.sz-status-chip{display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:0 9px;border:1px solid rgba(255,255,255,.13);background:rgba(9,9,14,.68);backdrop-filter:blur(10px);border-radius:999px;color:#e1dfe6;font-size:8px;font-style:normal;font-weight:850;text-transform:none}.sz-status-chip.is-online{background:rgba(7,28,19,.78);border-color:rgba(53,215,137,.25);color:#d7f8e7}.sz-status-chip i{width:6px;height:6px;border-radius:50%;background:var(--sz-green)}.sz-card-badges{display:flex;gap:5px}.sz-card-badges em,.sz-mini-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(12,12,18,.72);backdrop-filter:blur(9px);color:#fff;font-size:8px;font-style:normal;font-weight:850}.sz-card-badges .is-boost,.sz-mini-badge{background:rgba(70,25,48,.8);border-color:rgba(245,47,127,.3);color:#ffc0d8}.sz-card-identity{position:absolute;left:12px;right:12px;bottom:11px}.sz-card-identity h3{margin:0;color:#fff;font-size:17px;line-height:1.05;letter-spacing:-.45px;text-shadow:0 2px 12px rgba(0,0,0,.45)}.sz-card-identity h3 span{font-weight:620}.sz-card-identity p{margin:4px 0 0;color:#d3d0d8;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-verified{display:inline-grid;place-items:center;width:15px;height:15px;margin-left:5px;border-radius:50%;background:var(--sz-pink);color:#fff;font-size:8px;vertical-align:2px}.sz-avatar-placeholder{width:100%;height:100%;min-height:220px;display:grid;place-items:center;background:linear-gradient(145deg,#302230,#171720);color:#eee;font-size:58px;font-weight:900}.sz-card-footer{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 9px 9px 11px}.sz-card-platforms{min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden}.sz-card-platforms>span{position:relative;padding-left:10px;color:#c2bfca;font-size:8px;font-weight:780;white-space:nowrap}.sz-card-platforms>span:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;transform:translateY(-50%)}.sz-card-platforms>span.is-snap:before{background:var(--sz-yellow)}.sz-card-platforms>span.is-telegram:before{background:var(--sz-blue)}.sz-card-platforms>small{color:#6f6c79;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-card-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.sz-favorite-btn,.sz-quick-btn{width:31px;height:31px;display:grid;place-items:center;border:1px solid #2d2b38;background:#15151e;border-radius:9px;color:#aba7b5;transition:.15s}.sz-favorite-btn:hover,.sz-quick-btn:hover{border-color:#50495a;color:#fff}.sz-favorite-btn span{font-size:16px;line-height:1}.sz-favorite-btn small{display:none}.sz-favorite-btn.is-active{background:#27131d;border-color:#6e2949;color:#ff6ba8}.sz-quick-btn{font-size:12px;letter-spacing:1px}.sz-profile-grid.is-compact .sz-profile-card{}.sz-profile-grid.is-scroll{}.sz-profile-grid.is-scroll .sz-card-platforms>small{display:none}
@keyframes szShimmer{to{background-position:-220% 0}}

/* post / browse strips */
.sz-post-strip{padding:32px 0 12px}.sz-post-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;border:1px solid #332737;border-radius:18px;background:radial-gradient(circle at 18% 10%,rgba(245,47,127,.11),transparent 38%),#111018}.sz-post-strip h2{margin:0;font-size:24px;letter-spacing:-.8px}.sz-post-strip p{margin:5px 0 0;color:#aaa6b3;font-size:11px}.sz-browse-strip{padding:30px 0 48px}.sz-directory-links{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.sz-directory-links>a{min-height:94px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;padding:14px;border:1px solid #24232f;background:#0e0e16;border-radius:14px;transition:.16s}.sz-directory-links>a:hover{transform:translateY(-2px);border-color:#403b4a;background:#12111b}.sz-directory-links strong{font-size:11px}.sz-directory-links small{margin-top:4px;color:#777483;font-size:8px}.sz-directory-icon{position:absolute;left:14px;top:14px;width:11px;height:11px}

/* quick view */
.sz-quick-layer{position:fixed;inset:0;z-index:130;visibility:hidden;pointer-events:none}.sz-quick-layer.is-open{visibility:visible;pointer-events:auto}.sz-quick-dismiss{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.56);opacity:0;transition:.22s}.sz-quick-layer.is-open .sz-quick-dismiss{opacity:1}.sz-quick-drawer{position:absolute;top:0;right:0;width:min(530px,92vw);height:100%;background:#0b0b12;border-left:1px solid #2b2936;box-shadow:-34px 0 90px rgba(0,0,0,.43);transform:translateX(102%);transition:transform .26s cubic-bezier(.2,.8,.2,1);overflow:auto}.sz-quick-layer.is-open .sz-quick-drawer{transform:translateX(0)}.sz-quick-close{position:absolute;z-index:4;right:13px;top:13px;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);background:rgba(8,8,12,.68);backdrop-filter:blur(9px);border-radius:50%;color:#fff;font-size:24px;line-height:1}.sz-quick-body{min-height:100%}.sz-quick-profile{min-height:100%;display:flex;flex-direction:column}.sz-quick-media{position:relative;aspect-ratio:1/1.08;overflow:hidden;background:#15151f}.sz-quick-media img{width:100%;height:100%;object-fit:cover}.sz-quick-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,7,12,.62) 100%);pointer-events:none}.sz-quick-media>.sz-status-chip{position:absolute;z-index:2;left:16px;bottom:15px}.sz-quick-copy{padding:22px}.sz-quick-title{display:flex;align-items:start;justify-content:space-between;gap:16px}.sz-quick-title h2{margin:0;font-size:28px;letter-spacing:-1.2px}.sz-quick-title p{margin:4px 0 0;color:var(--sz-muted);font-size:11px}.sz-quick-bio{margin:18px 0;color:#cac7d0;font-size:12px;line-height:1.6}.sz-quick-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 17px}.sz-quick-tags span,.sz-detail-tags span{padding:7px 9px;border:1px solid #2d2b38;background:#12121a;border-radius:999px;color:#aaa7b4;font-size:9px}.sz-contact-list.is-quick{margin-top:0}.sz-quick-full{width:100%;margin-top:10px}.sz-quick-loading{height:100vh;padding:20px;display:grid;grid-template-rows:52% 32px 18px;gap:14px}.sz-quick-loading span{display:block;border-radius:14px;background:linear-gradient(100deg,#14141d 20%,#22212c 38%,#14141d 56%);background-size:220% 100%;animation:szShimmer 1.4s infinite}

/* single profile */
.sz-profile-page{padding:28px 0 52px}.sz-profile-stage{max-width:1120px;margin:0 auto}.sz-single-profile{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(370px,.78fr);gap:16px;align-items:start}.sz-single-media{position:sticky;top:89px;aspect-ratio:4/5;overflow:hidden;border:1px solid #262431;border-radius:20px;background:#15151e;box-shadow:var(--sz-shadow)}.sz-single-media>img{width:100%;height:100%;object-fit:cover}.sz-single-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 45%,rgba(5,5,9,.85) 100%)}.sz-single-media-status{position:absolute;left:15px;right:15px;top:15px;display:flex;justify-content:space-between;align-items:start}.sz-single-media-name{position:absolute;left:20px;right:20px;bottom:19px}.sz-single-media-name h1{margin:0;font-size:38px;line-height:1;letter-spacing:-1.8px}.sz-single-media-name h1 span{font-weight:600}.sz-single-media-name p{margin:7px 0 0;color:#d4d0da;font-size:12px}.sz-single-copy{padding:22px;border:1px solid #262431;background:linear-gradient(180deg,#11111a,#0d0d15);border-radius:20px}.sz-single-actions-top{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:18px}.sz-single-actions-top h2{margin:0;font-size:24px;letter-spacing:-.8px}.sz-single-actions-top p{margin:4px 0 0;color:var(--sz-muted);font-size:10px}.sz-favorite-btn.is-large{width:44px;height:44px;border-radius:12px}.sz-contact-list{display:grid;gap:8px;margin-top:12px}.sz-contact-button{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border:1px solid #302e3a;background:#15151e;border-radius:12px;color:#fff;text-align:left;transition:.15s}.sz-contact-button:hover{border-color:#514d5c;background:#191822}.sz-contact-button>span{display:flex;align-items:center;gap:9px}.sz-contact-button i{width:9px;height:9px;border-radius:50%}.sz-contact-button.is-snap i{background:var(--sz-yellow)}.sz-contact-button.is-telegram i{background:var(--sz-blue)}.sz-contact-button strong{font-size:12px}.sz-contact-button small{color:#8c8998;font-size:9px}.sz-contact-button[data-sz-external]{cursor:pointer}.sz-single-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid #292733}.sz-single-details>div{padding:12px;background:#0b0b12;border:1px solid #24222d;border-radius:11px}.sz-single-details .is-wide{grid-column:1/-1}.sz-single-details small{display:block;margin-bottom:5px;color:#767281;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sz-single-details strong{font-size:12px}.sz-detail-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0}.sz-profile-about{margin:0;color:#c2bec9;font-size:11px;line-height:1.65}.sz-owner-actions,.sz-single-lower-actions{display:flex;gap:8px;margin-top:14px}.sz-profile-footnote{margin:16px 0 0;color:#6f6b79;font-size:9px;line-height:1.55}.sz-safety-controls{display:flex;gap:14px;margin-top:16px}.sz-safety-controls button,.sz-link-danger{padding:0;border:0;background:none;color:#7f7b89;font-size:9px;text-decoration:underline}.sz-safety-controls button:hover{color:#e7e4eb}.sz-report-panel{margin-top:12px;padding:13px;border:1px solid #332a35;background:#110d13;border-radius:12px}

/* page, search, directories */
.sz-page-section{padding:30px 0 52px}.sz-page-article:not(.is-app-page){max-width:850px;margin:0 auto}.sz-page-article:not(.is-app-page)>h1{font-size:38px;letter-spacing:-1.5px}.sz-page-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.sz-page-heading h1{margin:0;font-size:34px;letter-spacing:-1.5px}.sz-page-heading p{margin:6px 0 0;color:var(--sz-muted);font-size:11px}.sz-search-form{padding:14px;border:1px solid #272532;background:#0f0f17;border-radius:16px}.sz-search-grid{display:grid;grid-template-columns:1.3fr repeat(6,1fr) auto auto auto;gap:8px;align-items:end}.sz-search-keyword{grid-column:span 2}.sz-search-results{margin-top:28px}.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.sz-list-page{}.sz-content-card{padding:18px;border:1px solid #272532;background:#101018;border-radius:16px}.sz-empty{display:flex;min-height:190px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;border:1px dashed #2e2b39;background:#0c0c13;border-radius:15px;color:var(--sz-muted)}.sz-empty strong{color:#dedbe4;font-size:13px}.sz-empty p{margin:6px 0 13px;font-size:10px}.sz-empty-mark{display:grid;place-items:center;width:38px;height:38px;margin-bottom:10px;border-radius:50%;background:#171620;color:#8e8999;font-size:22px}

/* forms + modals */
.sz-field{min-width:0}.sz-field label{display:block;margin:0 0 6px 1px;color:#aaa6b4;font-size:9px;font-weight:800}.sz-field input,.sz-field select,.sz-field textarea{width:100%;min-height:43px;border:1px solid #2c2a37;background:#0a0a11;color:#fff;border-radius:10px;padding:0 11px;outline:0;font-size:11px;transition:.15s}.sz-field textarea{min-height:88px;padding:10px;resize:vertical}.sz-field input:focus,.sz-field select:focus,.sz-field textarea:focus{border-color:#61405a;background:#0d0c13}.sz-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.sz-field.sz-full,.sz-form-divider.sz-full{grid-column:1/-1}.sz-form-divider{display:flex;align-items:center;gap:10px;margin:5px 0;color:#777381;font-size:8px;text-transform:uppercase;letter-spacing:.09em}.sz-form-divider:after{content:"";height:1px;background:#272531;flex:1}.sz-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:13px}.sz-form-message{display:none;margin-top:10px;padding:9px 11px;border-radius:9px;font-size:10px}.sz-form-message.is-show{display:block}.sz-form-message.is-success{background:#0d2118;color:#8be8b7}.sz-form-message.is-error{background:#271018;color:#ff9aba}.sz-form-footnote{margin:11px 0 0;color:#74717e;font-size:9px;line-height:1.5}.sz-check{display:flex!important;align-items:flex-start;gap:8px}.sz-check input{width:15px;min-height:15px;margin-top:1px}.sz-tag-picker{display:flex;flex-wrap:wrap;gap:6px}.sz-tag-picker input{position:absolute;opacity:0}.sz-tag-picker span{display:inline-flex;padding:8px 10px;border:1px solid #302e3a;background:#111119;border-radius:999px;color:#9d99a8;font-size:9px}.sz-tag-picker input:checked+span{border-color:#73304f;background:#25131d;color:#fff}.sz-modal-backdrop{position:fixed;inset:0;z-index:150;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.72);backdrop-filter:blur(9px)}.sz-modal-backdrop.is-open{display:flex}.sz-modal{position:relative;width:min(450px,100%);max-height:92vh;overflow:auto;padding:24px;border:1px solid #353240;background:#101018;border-radius:19px;box-shadow:var(--sz-shadow)}.sz-modal-wide{width:min(760px,100%)}.sz-modal h2{margin:0;font-size:25px;letter-spacing:-.9px}.sz-modal-intro{margin:6px 0 18px;color:#8f8b99;font-size:10px;line-height:1.5}.sz-modal-close{position:absolute;right:12px;top:11px;width:34px;height:34px;border:0;background:#1b1a24;border-radius:50%;color:#c7c4cc;font-size:22px}.sz-photo-editor{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;padding:12px;border:1px solid #292733;background:#0c0c13;border-radius:13px}.sz-photo-preview{aspect-ratio:4/5;overflow:hidden;border:1px solid #312e3b;background:#14141c;border-radius:11px}.sz-photo-preview img{width:100%;height:100%;object-fit:cover}.sz-photo-preview-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px;color:#827e8d}.sz-photo-preview-empty strong{color:#c7c3cc;font-size:10px}.sz-photo-preview-empty span{margin-top:5px;font-size:8px;line-height:1.4}.sz-photo-editor-controls{display:flex;flex-direction:column;justify-content:center;gap:15px}.sz-file-pick input{position:absolute!important;width:1px!important;height:1px!important;opacity:0}.sz-file-pick span{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 13px;border:1px solid #3b3745;background:#15151e;border-radius:9px;color:#fff;font-size:10px;font-weight:800;cursor:pointer}.sz-position-controls{display:grid;gap:10px}.sz-position-controls[hidden]{display:none}.sz-position-controls label{font-size:8px!important;color:#777382!important}.sz-position-controls input[type=range]{min-height:auto;height:14px;padding:0;border:0;background:transparent}.sz-filter-check{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;border:1px solid #2c2a37;background:#0b0b12;border-radius:10px;color:#aaa6b4;font-size:9px}.sz-filter-check input{accent-color:var(--sz-pink)}

/* account */
.sz-account-dashboard{display:grid;grid-template-columns:minmax(0,1.55fr) 370px;gap:16px;align-items:start}.sz-account-card{padding:20px;border:1px solid #282633;background:#101018;border-radius:17px}.sz-account-sidebar{display:grid;gap:12px}.sz-account-heading{display:flex;align-items:start;justify-content:space-between;gap:14px;margin-bottom:18px}.sz-account-heading h2,.sz-account-card h2{margin:0;font-size:18px;letter-spacing:-.5px}.sz-account-heading p,.sz-account-card>p{margin:5px 0 0;color:#8d8998;font-size:10px}.sz-online-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:12px}.sz-online-selector button{min-height:39px;border:1px solid #302e3b;background:#12121a;border-radius:9px;color:#d5d2da;font-size:10px}.sz-online-selector button:hover{border-color:#61405a}.sz-notice{margin-top:10px;padding:10px 11px;border:1px solid #292733;background:#0d0d14;border-radius:10px;color:#8b8795;font-size:9px;line-height:1.55}.sz-account-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.sz-account-stats>div{padding:12px;border:1px solid #292733;background:#0b0b12;border-radius:10px}.sz-account-stats strong{display:block;font-size:23px}.sz-account-stats span{display:block;margin-top:3px;color:#797584;font-size:8px}.sz-growth-links{display:grid;gap:1px;margin:10px 0 13px;border:1px solid #292733;border-radius:10px;overflow:hidden}.sz-growth-links a{padding:10px 11px;background:#12121a;border-bottom:1px solid #292733;font-size:9px;font-weight:750}.sz-growth-links a:last-child{border:0}.sz-boost-panel{padding-top:12px;border-top:1px solid #292733}.sz-boost-panel>div:first-child{display:flex;align-items:center;justify-content:space-between}.sz-boost-panel strong{font-size:11px}.sz-boost-panel small{font-size:8px;color:#777382}.sz-boost-buttons{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.sz-boost-buttons button{min-height:37px;border:1px solid #562840;background:#1d1118;border-radius:9px;color:#ffbad4;font-size:9px;font-weight:800}.sz-inline-message{margin-top:7px;color:#8ce6b7;font-size:9px}.sz-inline-message.is-error{color:#ff9aba}.sz-danger-card{border-color:#3c2630}.sz-owner-actions{flex-wrap:wrap}

/* activity / viewers */
.sz-activity-list{display:grid;gap:7px}.sz-activity-row{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #282633;background:#0f0f17;border-radius:11px}.sz-activity-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#24131c;color:#ff6ba7}.sz-activity-row>span:last-child{display:flex;flex-direction:column;gap:3px}.sz-activity-row strong{font-size:10px}.sz-activity-row small{color:#7a7684;font-size:8px}.sz-viewer-list{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.sz-viewer-card>small{display:block;padding:6px 2px;color:#777382;font-size:8px}

/* messages */
.sz-messages-layout{display:grid;grid-template-columns:310px minmax(0,1fr);min-height:660px;border:1px solid #282633;background:#0c0c13;border-radius:18px;overflow:hidden}.sz-conversation-list{border-right:1px solid #282633;background:#0b0b12}.sz-message-head{display:flex;align-items:end;justify-content:space-between;padding:19px;border-bottom:1px solid #282633}.sz-message-head h1{margin:0;font-size:22px}.sz-message-head span{color:#777382;font-size:9px}.sz-conversation-row{display:flex;gap:10px;align-items:center;padding:11px 13px;border-bottom:1px solid #1f1e27}.sz-conversation-row:hover,.sz-conversation-row.is-active{background:#14141c}.sz-conversation-avatar{width:42px;height:42px;flex:0 0 42px;overflow:hidden;display:grid;place-items:center;border-radius:50%;background:#2a2330;font-weight:900}.sz-conversation-avatar img{width:100%;height:100%;object-fit:cover}.sz-conversation-row>span:last-child{display:flex;min-width:0;flex:1;justify-content:space-between;gap:8px}.sz-conversation-row strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-conversation-row small{color:#777382;font-size:8px}.sz-thread-panel{display:flex;flex-direction:column;min-width:0;background:radial-gradient(circle at 50% 0,#181119,#0d0d14 30%)}.sz-thread-head{height:60px;display:flex;align-items:center;padding:0 17px;border-bottom:1px solid #282633;background:#101018}.sz-thread-head div{display:flex;flex-direction:column}.sz-thread-head strong{font-size:11px}.sz-thread-head a{margin-top:2px;color:#777382;font-size:8px}.sz-thread{flex:1;max-height:550px;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:20px}.sz-thread-placeholder,.sz-thread-start{margin:auto;color:var(--sz-muted);text-align:center}.sz-bubble-row{display:flex}.sz-bubble-row.is-me{justify-content:flex-end}.sz-message-bubble{max-width:min(72%,620px);padding:9px 11px;border:1px solid #2c2a38;background:#181821;border-radius:13px 13px 13px 4px}.sz-bubble-row.is-me .sz-message-bubble{background:#2c1421;border-color:#55263e;border-radius:13px 13px 4px 13px}.sz-message-bubble p{margin:0;font-size:10px;line-height:1.5;word-break:break-word}.sz-message-bubble time{display:block;margin-top:4px;color:#7a7685;font-size:7px;text-align:right}.sz-compose-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid #282633;background:#101018}.sz-compose-form textarea{min-height:45px;max-height:120px;resize:vertical;border:1px solid #302e3a;background:#090910;color:#fff;border-radius:9px;padding:10px}.sz-compose-form .sz-form-message{grid-column:1/-1;margin:0}.sz-message-empty{margin:14px}

/* footer */
.sz-footer{padding:46px 0 88px;border-top:1px solid #1f1e27;background:#08080e}.sz-footer-inner{display:flex;align-items:start;justify-content:space-between;gap:60px}.sz-footer-brand{max-width:440px}.sz-logo-footer{font-size:18px}.sz-footer-brand p{max-width:420px;margin:12px 0 0;color:#716e7b;font-size:9px;line-height:1.65}.sz-footer-links{display:flex;gap:65px}.sz-footer-links>div,.sz-footer-menu{display:flex;flex-direction:column;gap:8px}.sz-footer-links strong{margin-bottom:3px;color:#9e9aa8;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.sz-footer-links a{color:#73707c;font-size:9px}.sz-footer-links a:hover{color:#fff}.sz-footer-menu{list-style:none;margin:0;padding:0}.sz-footer-menu li{margin:0}.sz-mobile-nav{display:none}

@media(max-width:1260px){
  .sz-header-inner{grid-template-columns:auto minmax(180px,320px) 1fr;gap:20px}.sz-desktop-nav{gap:14px}.sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.sz-directory-links{grid-template-columns:repeat(3,1fr)}.sz-search-grid{grid-template-columns:repeat(4,1fr)}.sz-search-keyword{grid-column:span 2}.sz-account-dashboard{grid-template-columns:minmax(0,1fr) 330px}
}
@media(max-width:980px){
  .sz-header-search{display:none}.sz-header-inner{grid-template-columns:auto 1fr;gap:18px}.sz-desktop-nav{justify-self:end}.sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sz-single-profile{grid-template-columns:minmax(0,1fr) 390px}.sz-account-dashboard{grid-template-columns:1fr}.sz-account-sidebar{grid-template-columns:repeat(2,1fr)}.sz-account-sidebar>*:last-child{grid-column:1/-1}.sz-viewer-list{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  body{padding-bottom:74px}.sz-wrap{width:min(calc(100% - 22px),var(--sz-wrap))}.sz-header-inner{height:56px}.sz-logo{font-size:18px}.sz-desktop-nav{display:none}.sz-mobile-head-actions{justify-self:end;display:flex;align-items:center;gap:4px}.sz-mobile-head-actions>a{position:relative;width:36px;height:36px;display:grid;place-items:center;color:#d6d3dc}.sz-mobile-bell{display:grid}.sz-discovery-head{padding:17px 0 13px}.sz-discovery-titlebar{margin-bottom:13px}.sz-discovery-titlebar h1{font-size:31px;letter-spacing:-1.5px}.sz-live-count{font-size:9px}.sz-fast-filters{grid-template-columns:1fr;gap:10px;padding:9px}.sz-segmented{grid-template-columns:repeat(4,1fr)}.sz-segmented span,.sz-platform-pill>span{height:37px;font-size:10px}.sz-filter-actions{justify-content:space-between}.sz-filter-actions .sz-btn{display:flex;min-height:38px}.sz-feed-section{padding:22px 0 3px}.sz-feed-primary{padding-top:23px}.sz-section-head{align-items:start;margin-bottom:10px}.sz-section-head h2{font-size:17px}.sz-section-head p,.sz-section-head>a{font-size:9px}.sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sz-profile-card{border-radius:13px}.sz-profile-photo{aspect-ratio:4/5}.sz-card-topline{left:7px;right:7px;top:7px}.sz-status-chip{min-height:22px;padding:0 7px;font-size:7px}.sz-card-badges em{min-height:21px;padding:0 6px;font-size:7px}.sz-card-identity{left:9px;right:9px;bottom:9px}.sz-card-identity h3{font-size:15px}.sz-card-identity p{font-size:8px}.sz-card-footer{min-height:45px;padding:7px 7px 7px 9px}.sz-card-platforms>span{font-size:7px}.sz-card-platforms>small{display:none}.sz-favorite-btn,.sz-quick-btn{width:29px;height:29px}.sz-quick-btn{display:none}.sz-profile-grid.is-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding:0 11px 8px;margin:0 -11px;scrollbar-width:none}.sz-profile-grid.is-scroll::-webkit-scrollbar{display:none}.sz-profile-grid.is-scroll .sz-profile-card{flex:0 0 43%;scroll-snap-align:start}.sz-post-strip{padding:25px 0 7px}.sz-post-strip-inner{padding:18px;align-items:center}.sz-post-strip h2{font-size:19px}.sz-post-strip p{font-size:9px}.sz-post-strip .sz-btn{min-height:38px;padding:0 12px;white-space:nowrap}.sz-browse-strip{padding:24px 0 34px}.sz-directory-links{grid-template-columns:repeat(2,1fr);gap:7px}.sz-directory-links>a{min-height:78px;padding:11px}.sz-directory-icon{left:11px;top:11px}.sz-quick-layer{display:none}.sz-profile-page{padding:12px 0 34px}.sz-single-profile{grid-template-columns:1fr;gap:10px}.sz-single-media{position:relative;top:auto;aspect-ratio:4/5;border-radius:16px}.sz-single-media-name{left:15px;right:15px;bottom:15px}.sz-single-media-name h1{font-size:32px}.sz-single-copy{padding:16px;border-radius:15px}.sz-single-actions-top h2{font-size:20px}.sz-contact-button{min-height:52px}.sz-single-details{margin-top:14px;padding-top:14px}.sz-page-section{padding:20px 0 34px}.sz-page-heading{align-items:start}.sz-page-heading h1{font-size:28px}.sz-search-form{padding:10px}.sz-search-grid{grid-template-columns:1fr 1fr}.sz-search-keyword{grid-column:1/-1}.sz-search-grid>.sz-btn{grid-column:1/-1}.sz-filter-check{min-height:40px}.sz-form-grid{grid-template-columns:1fr}.sz-field.sz-full,.sz-form-divider.sz-full{grid-column:auto}.sz-modal-backdrop{align-items:end;padding:5px}.sz-modal{width:100%;max-height:95vh;padding:19px 13px;border-radius:19px 19px 7px 7px}.sz-modal h2{font-size:22px}.sz-photo-editor{grid-template-columns:120px 1fr;gap:10px;padding:9px}.sz-photo-editor-controls{gap:10px}.sz-account-sidebar{grid-template-columns:1fr}.sz-account-sidebar>*:last-child{grid-column:auto}.sz-account-card{padding:15px}.sz-account-heading{flex-direction:column}.sz-viewer-list{grid-template-columns:repeat(2,1fr)}.sz-messages-layout{grid-template-columns:1fr;min-height:calc(100vh - 140px);border-radius:11px}.sz-conversation-list{border-right:0}.sz-messages-layout[data-sz-thread-user]:not([data-sz-thread-user="0"]) .sz-conversation-list{display:none}.sz-thread-panel{min-height:calc(100vh - 140px)}.sz-thread{max-height:none;min-height:390px;padding:12px}.sz-message-bubble{max-width:86%}.sz-compose-form{position:sticky;bottom:0}.sz-footer{padding:34px 0 28px}.sz-footer-inner{flex-direction:column;gap:25px}.sz-footer-links{width:100%;justify-content:space-between;gap:24px}.sz-mobile-nav{position:fixed;z-index:110;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);padding:6px 5px calc(6px + env(safe-area-inset-bottom));border-top:1px solid #26242f;background:rgba(8,8,14,.96);backdrop-filter:blur(18px)}.sz-mobile-nav>a,.sz-mobile-nav>button{position:relative;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:none;color:#797684}.sz-mobile-nav svg{width:19px;height:19px}.sz-mobile-nav small{font-size:7px;font-weight:750}.sz-mobile-nav .is-active{color:var(--sz-pink)}.sz-mobile-nav .sz-mobile-post{transform:translateY(-11px)}.sz-mobile-nav .sz-mobile-post>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,var(--sz-pink2),var(--sz-pink));color:#fff;box-shadow:0 9px 24px rgba(245,47,127,.28)}.sz-mobile-nav .sz-mobile-post small{margin-top:1px;color:#c4c0ca}.sz-mobile-nav b{position:absolute;top:-2px;left:55%;min-width:14px;height:14px;display:grid;place-items:center;border-radius:999px;background:var(--sz-pink);color:#fff;font-size:7px}.sz-footer-brand{max-width:none}
}
@media(max-width:390px){.sz-segmented span,.sz-platform-pill>span{font-size:9px}.sz-profile-grid.is-scroll .sz-profile-card{flex-basis:47%}.sz-post-strip-inner{align-items:flex-start;flex-direction:column}.sz-post-strip .sz-btn{width:100%}.sz-card-platforms>span:nth-of-type(2){display:none}}

/* V3.2 — clearer profile editor, larger type, automatic activity */
.sz-account-page-shell{padding:42px 0 64px}.sz-account-page-intro{margin-bottom:24px}.sz-account-page-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.sz-account-page-intro .sz-eyebrow{margin-bottom:9px;font-size:12px;color:#f25b99;letter-spacing:.08em}.sz-account-page-intro h1{margin:0;font-size:46px;line-height:1.02;letter-spacing:-2.2px}.sz-account-page-intro p{max-width:680px;margin:10px 0 0;color:#aaa6b4;font-size:16px;line-height:1.55}.sz-account-page-title-row>.sz-btn{min-height:48px;padding:0 19px;font-size:14px;white-space:nowrap}
.sz-account-page-shell .sz-account-dashboard{grid-template-columns:minmax(0,1fr) 360px;gap:24px}.sz-account-page-shell .sz-account-card{padding:28px;border-color:#302d3a;background:linear-gradient(180deg,#12121b,#0f0f17);border-radius:20px}.sz-account-page-shell .sz-account-profile-card{padding:0;overflow:hidden}.sz-account-page-shell .sz-profile-form{padding:0}.sz-profile-edit-sections{display:grid}.sz-edit-section{padding:28px;border-bottom:1px solid #2b2935}.sz-edit-section:last-child{border-bottom:0}.sz-edit-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.sz-edit-section-head h3{margin:0;color:#f5f3f7;font-size:23px;line-height:1.2;letter-spacing:-.65px}.sz-edit-section-head p{margin:6px 0 0;color:#8f8b99;font-size:14px;line-height:1.5}.sz-account-page-shell .sz-form-grid{gap:18px 16px}.sz-account-page-shell .sz-field label{margin:0 0 9px 1px;color:#d5d1db;font-size:14px;font-weight:760}.sz-account-page-shell .sz-help{font-size:12px;font-weight:600;color:#85818f}.sz-account-page-shell .sz-field input,.sz-account-page-shell .sz-field select,.sz-account-page-shell .sz-field textarea{min-height:54px;border-color:#393644;background:#0b0b12;border-radius:12px;padding:0 15px;color:#fff;font-size:16px;line-height:1.35}.sz-account-page-shell .sz-field textarea{min-height:120px;padding:14px 15px;line-height:1.55}.sz-account-page-shell .sz-field input::placeholder,.sz-account-page-shell .sz-field textarea::placeholder{color:#696574}.sz-account-page-shell .sz-field input:focus,.sz-account-page-shell .sz-field select:focus,.sz-account-page-shell .sz-field textarea:focus{border-color:#96506f;box-shadow:0 0 0 3px rgba(245,47,127,.08)}
.sz-account-page-shell .sz-photo-editor{grid-template-columns:220px minmax(0,1fr);gap:22px;padding:0;border:0;background:transparent}.sz-account-page-shell .sz-photo-preview{border-color:#393644;border-radius:14px}.sz-account-page-shell .sz-photo-preview-empty strong{font-size:16px}.sz-account-page-shell .sz-photo-preview-empty span{margin-top:7px;font-size:13px}.sz-account-page-shell .sz-photo-editor-controls{align-items:flex-start;justify-content:center;gap:16px}.sz-account-page-shell .sz-file-pick span{min-height:52px;padding:0 19px;border-radius:11px;border-color:#5b3650;background:#24131c;color:#fff;font-size:15px}.sz-upload-note{max-width:520px;margin:0;color:#8f8b99;font-size:13px;line-height:1.55}.sz-account-page-shell .sz-position-controls{width:min(100%,460px);gap:14px}.sz-account-page-shell .sz-position-controls label{font-size:13px!important;color:#aaa6b4!important}.sz-account-page-shell .sz-position-controls input[type=range]{height:22px}.sz-account-page-shell .sz-tag-picker{gap:8px}.sz-account-page-shell .sz-tag-picker span{padding:10px 13px;border-radius:999px;font-size:13px}.sz-confirm-section .sz-check{font-size:14px;line-height:1.5;color:#c7c3cc}.sz-confirm-section .sz-check input{width:18px;min-height:18px;margin-top:2px}.sz-profile-save-actions{padding:22px 28px 26px;margin:0;border-top:1px solid #2b2935;background:#0d0d14}.sz-account-page-shell .sz-profile-save-actions .sz-btn{min-width:180px;min-height:54px;font-size:16px;border-radius:12px}.sz-account-page-shell .sz-form-message{margin:16px 28px 0;padding:13px 15px;font-size:14px;line-height:1.45}.sz-account-page-shell .sz-form-footnote{margin:14px 28px 24px;color:#8e8a97;font-size:13px;line-height:1.55}
.sz-account-page-shell .sz-account-sidebar{gap:16px}.sz-account-page-shell .sz-account-sidebar .sz-account-card{padding:24px}.sz-account-page-shell .sz-account-card h2{font-size:22px;letter-spacing:-.55px}.sz-account-page-shell .sz-account-card>p,.sz-account-page-shell .sz-account-card .sz-modal-intro{margin:7px 0 17px;color:#9c98a5;font-size:14px;line-height:1.5}.sz-account-page-shell .sz-account-sidebar .sz-field label{font-size:13px}.sz-account-page-shell .sz-account-sidebar .sz-field input{min-height:50px;font-size:15px}.sz-account-page-shell .sz-account-sidebar .sz-form-actions{margin-top:14px}.sz-account-page-shell .sz-account-sidebar .sz-form-actions .sz-btn{width:100%;min-height:48px;font-size:14px}.sz-account-page-shell .sz-account-stats{gap:10px;margin:15px 0}.sz-account-page-shell .sz-account-stats>div{padding:15px;border-radius:12px}.sz-account-page-shell .sz-account-stats strong{font-size:28px}.sz-account-page-shell .sz-account-stats span{margin-top:4px;color:#9793a0;font-size:12px}.sz-account-page-shell .sz-growth-links a{padding:13px 14px;font-size:13px}.sz-account-page-shell .sz-boost-panel{padding-top:15px}.sz-account-page-shell .sz-boost-panel strong{font-size:14px}.sz-account-page-shell .sz-boost-panel small{font-size:12px}.sz-account-page-shell .sz-boost-buttons button{min-height:44px;font-size:13px}.sz-account-page-shell .sz-inline-message{font-size:12px}.sz-account-page-shell .sz-danger-card{border-color:#4c2836;background:linear-gradient(180deg,#151117,#110d12)}.sz-account-page-shell .sz-link-danger{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 15px;border:1px solid #693248;border-radius:10px;color:#ff7dad;font-size:13px;font-weight:750;text-decoration:none}.sz-account-page-shell .sz-owner-actions{margin-top:0}.sz-account-page-shell .sz-owner-actions .sz-btn{width:100%;min-height:48px;font-size:14px}.sz-account-page-shell .sz-notice{padding:13px 14px;font-size:13px;line-height:1.5}.sz-account-page-shell .sz-form-divider{font-size:11px}.sz-account-page-shell .sz-check span{font-size:14px}

/* Keep quick onboarding compact even after the account-page readability upgrade. */
.sz-modal .is-modal-profile-form .sz-edit-section{padding:18px 0}.sz-modal .is-modal-profile-form .sz-edit-section:first-child{padding-top:0}.sz-modal .is-modal-profile-form .sz-edit-section-head{margin-bottom:13px}.sz-modal .is-modal-profile-form .sz-edit-section-head h3{font-size:18px}.sz-modal .is-modal-profile-form .sz-edit-section-head p{font-size:12px}.sz-modal .is-modal-profile-form .sz-photo-editor{grid-template-columns:140px 1fr}.sz-modal .is-modal-profile-form .sz-profile-save-actions{padding:16px 0 0;background:transparent}.sz-modal .is-modal-profile-form .sz-form-actions .sz-btn{width:100%}

@media(max-width:1100px){.sz-account-page-shell .sz-account-dashboard{grid-template-columns:1fr}.sz-account-page-shell .sz-account-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.sz-account-page-shell .sz-account-sidebar .sz-owner-actions{grid-column:1/-1}.sz-account-page-shell .sz-owner-actions .sz-btn{width:auto;min-width:150px}}
@media(max-width:700px){
  .sz-account-page-shell{padding:26px 0 40px}.sz-account-page-intro{margin-bottom:18px}.sz-account-page-title-row{display:block}.sz-account-page-intro .sz-eyebrow{font-size:12px}.sz-account-page-intro h1{font-size:38px;line-height:1.04;letter-spacing:-1.7px}.sz-account-page-intro p{margin-top:9px;font-size:16px;line-height:1.5}.sz-account-page-title-row>.sz-btn{width:100%;margin-top:16px;min-height:50px;font-size:15px}.sz-account-page-shell .sz-account-dashboard{gap:16px}.sz-account-page-shell .sz-account-card{border-radius:16px}.sz-edit-section{padding:22px 18px}.sz-edit-section-head{margin-bottom:17px}.sz-edit-section-head h3{font-size:22px}.sz-edit-section-head p{font-size:14px}.sz-account-page-shell .sz-form-grid{grid-template-columns:1fr;gap:16px}.sz-account-page-shell .sz-field.sz-full{grid-column:auto}.sz-account-page-shell .sz-field label{font-size:15px;margin-bottom:8px}.sz-account-page-shell .sz-help{font-size:12px}.sz-account-page-shell .sz-field input,.sz-account-page-shell .sz-field select,.sz-account-page-shell .sz-field textarea{min-height:56px;padding-left:14px;padding-right:14px;font-size:17px;border-radius:12px}.sz-account-page-shell .sz-field textarea{min-height:128px;padding-top:14px}.sz-account-page-shell .sz-photo-editor{grid-template-columns:1fr;gap:16px}.sz-account-page-shell .sz-photo-preview{width:min(72vw,300px);margin:0 auto}.sz-account-page-shell .sz-photo-editor-controls{align-items:stretch}.sz-account-page-shell .sz-file-pick span{width:100%;min-height:54px;font-size:16px}.sz-upload-note{font-size:14px;text-align:left}.sz-account-page-shell .sz-position-controls{width:100%}.sz-account-page-shell .sz-position-controls label{font-size:14px!important}.sz-account-page-shell .sz-tag-picker{gap:8px}.sz-account-page-shell .sz-tag-picker span{padding:10px 12px;font-size:14px}.sz-profile-save-actions{position:sticky;z-index:20;bottom:72px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));background:rgba(10,10,17,.95);backdrop-filter:blur(16px)}.sz-account-page-shell .sz-profile-save-actions .sz-btn{width:100%;min-height:56px;font-size:17px}.sz-account-page-shell .sz-form-message{margin:14px 18px 0;font-size:14px}.sz-account-page-shell .sz-form-footnote{margin:13px 18px 20px;font-size:13px}.sz-account-page-shell .sz-account-sidebar{grid-template-columns:1fr;gap:14px}.sz-account-page-shell .sz-account-sidebar .sz-account-card{padding:20px 18px}.sz-account-page-shell .sz-account-card h2{font-size:22px}.sz-account-page-shell .sz-account-card>p,.sz-account-page-shell .sz-account-card .sz-modal-intro{font-size:14px}.sz-account-page-shell .sz-account-sidebar .sz-field label{font-size:14px}.sz-account-page-shell .sz-account-sidebar .sz-field input{min-height:54px;font-size:16px}.sz-account-page-shell .sz-account-sidebar .sz-form-actions .sz-btn{min-height:52px;font-size:15px}.sz-account-page-shell .sz-account-stats strong{font-size:30px}.sz-account-page-shell .sz-account-stats span{font-size:13px}.sz-account-page-shell .sz-growth-links a{font-size:14px}.sz-account-page-shell .sz-link-danger{width:100%;min-height:50px;font-size:14px}.sz-account-page-shell .sz-owner-actions{grid-column:auto}.sz-account-page-shell .sz-owner-actions .sz-btn{width:100%;min-height:52px;font-size:15px}
  .sz-mobile-nav>a,.sz-mobile-nav>button{height:58px}.sz-mobile-nav svg{width:21px;height:21px}.sz-mobile-nav small{font-size:10px}.sz-mobile-nav .sz-mobile-post{transform:none}.sz-mobile-nav .sz-mobile-post>span{width:auto;height:auto;background:none;box-shadow:none;color:inherit}.sz-mobile-nav .sz-mobile-post small{margin-top:0;color:inherit}
}


/* ===== V3.3 SITEWIDE READABILITY OVERHAUL ===== */
body{font-size:18px;line-height:1.58;color:var(--sz-text)}
p{line-height:1.62}
.sz-wrap{width:min(calc(100% - 52px),var(--sz-wrap))}
.sz-eyebrow{font-size:12px;letter-spacing:.13em}
.sz-help{font-size:14px;color:#aba8b5;font-weight:560;line-height:1.55}

/* Header */
.sz-header-inner{height:78px;grid-template-columns:auto minmax(280px,460px) 1fr;gap:30px}
.sz-logo{font-size:26px;letter-spacing:-1.2px}
.sz-header-search{height:48px;padding:0 16px;border-radius:13px;gap:11px}
.sz-header-search svg{width:19px;height:19px}
.sz-header-search input{font-size:15px}
.sz-desktop-nav{gap:24px;font-size:15px;font-weight:760}
.sz-nav-icon{width:38px;height:38px}
.sz-nav-icon svg,.sz-mobile-head-actions svg,.sz-mobile-nav svg{width:21px;height:21px}
.sz-nav-count{min-width:19px;height:19px;font-size:10px}

/* Global buttons */
.sz-btn{min-height:48px;padding:0 22px;border-radius:12px;font-size:15px;font-weight:820}
.sz-btn-small{min-height:40px;padding:0 16px;font-size:14px}

/* Homepage/discovery */
.sz-discovery-head{padding:34px 0 28px}
.sz-discovery-titlebar{margin-bottom:22px}
.sz-discovery-titlebar h1{font-size:52px;letter-spacing:-2.4px}
.sz-live-count{font-size:14px;gap:10px}
.sz-live-count i{width:10px;height:10px}
.sz-fast-filters{padding:16px;gap:18px;border-radius:18px}
.sz-filter-block>small{margin:0 0 9px 4px;font-size:12px}
.sz-segmented,.sz-platform-row{gap:6px}
.sz-segmented span,.sz-platform-pill>span{height:46px;border-radius:11px;font-size:14px;font-weight:760}
.sz-platform-pill i,.sz-directory-icon{width:10px;height:10px}
.sz-filter-actions{gap:14px}
.sz-filter-actions>a{font-size:13px}

/* Sections and cards */
.sz-feed-section{padding:34px 0 10px}
.sz-feed-primary{padding-top:38px}
.sz-section{padding:42px 0}
.sz-section-head{margin-bottom:18px}
.sz-section-head h2{font-size:28px;letter-spacing:-1px}
.sz-section-head p{margin-top:6px;font-size:14px;color:#aaa6b3}
.sz-section-head>a{font-size:13px}
.sz-profile-grid{gap:16px}
.sz-profile-card{border-radius:18px}
.sz-card-topline{left:12px;right:12px;top:12px}
.sz-status-chip{min-height:30px;padding:0 12px;font-size:11px}
.sz-status-chip i{width:8px;height:8px}
.sz-card-badges em,.sz-mini-badge{min-height:28px;padding:0 10px;font-size:11px}
.sz-card-identity{left:15px;right:15px;bottom:14px}
.sz-card-identity h3{font-size:22px;letter-spacing:-.6px;line-height:1.08}
.sz-card-identity p{margin-top:6px;font-size:14px}
.sz-verified{width:17px;height:17px;font-size:9px}
.sz-card-footer{min-height:58px;padding:12px 12px 12px 14px}
.sz-card-platforms{gap:9px}
.sz-card-platforms>span{padding-left:12px;font-size:12px}
.sz-card-platforms>span:before{width:8px;height:8px}
.sz-card-platforms>small{font-size:12px}
.sz-favorite-btn,.sz-quick-btn{width:38px;height:38px}

/* Post strip / browse strip */
.sz-post-strip{padding:38px 0 18px}
.sz-post-strip-inner{padding:28px 30px;border-radius:20px}
.sz-post-strip h2{font-size:32px;letter-spacing:-1px}
.sz-post-strip p{margin-top:7px;font-size:16px;color:#b1aebb}
.sz-browse-strip{padding:34px 0 56px}
.sz-directory-links{gap:12px}
.sz-directory-links>a{min-height:118px;padding:18px;border-radius:16px}
.sz-directory-links strong{font-size:18px}
.sz-directory-links small{margin-top:6px;font-size:14px;color:#918d9b}
.sz-directory-icon{left:18px;top:18px;width:12px;height:12px}

/* Standard pages + search */
.sz-page-section{padding:38px 0 64px}
.sz-page-article:not(.is-app-page)>h1{font-size:46px;letter-spacing:-1.8px}
.sz-page-heading{margin-bottom:22px}
.sz-page-heading h1{font-size:44px;letter-spacing:-1.8px}
.sz-page-heading p{margin-top:8px;font-size:15px;color:#aaa6b3}
.sz-search-form{padding:18px;border-radius:18px}
.sz-search-grid{gap:12px}
.sz-content-card{padding:24px;border-radius:18px}
.sz-empty{min-height:240px;padding:32px;border-radius:18px}
.sz-empty-mark{width:54px;height:54px;margin-bottom:14px;font-size:28px}
.sz-empty strong{font-size:24px;line-height:1.2}
.sz-empty p{margin:9px 0 16px;font-size:15px;color:#a9a5b2;max-width:34rem}

/* Forms + filters */
.sz-field label{margin:0 0 8px 2px;color:#d6d2dc;font-size:14px;font-weight:760}
.sz-field input,.sz-field select,.sz-field textarea{min-height:52px;padding:0 15px;border-radius:12px;font-size:16px}
.sz-field textarea{min-height:116px;padding:14px 15px;line-height:1.58}
.sz-form-grid{gap:15px}
.sz-form-divider{font-size:12px;margin:8px 0}
.sz-form-actions{gap:10px;margin-top:18px}
.sz-form-message{padding:13px 15px;font-size:14px;border-radius:11px}
.sz-form-footnote{margin-top:14px;font-size:14px;line-height:1.62}
.sz-filter-check{gap:9px;min-height:52px;font-size:14px;border-radius:12px}
.sz-tag-picker{gap:8px}.sz-tag-picker span{padding:9px 12px;font-size:13px}
.sz-modal-intro{font-size:14px;line-height:1.58}
.sz-modal h2{font-size:30px}
.sz-file-pick span{min-height:44px;padding:0 16px;font-size:14px;border-radius:10px}
.sz-photo-preview-empty strong{font-size:14px}.sz-photo-preview-empty span{font-size:12px}

/* Profile page */
.sz-single-media-name h1{font-size:48px;letter-spacing:-1.8px}
.sz-single-media-name p{font-size:16px}
.sz-single-copy{padding:28px;border-radius:18px}
.sz-single-actions-top h2{font-size:28px;letter-spacing:-.8px}
.sz-single-details{font-size:16px}
.sz-contact-button{min-height:56px;font-size:16px}

/* Footer */
.sz-footer{padding:54px 0 94px}
.sz-logo-footer{font-size:22px}
.sz-footer-brand p{margin-top:14px;font-size:15px;line-height:1.72;color:#9a96a5}
.sz-footer-links strong{margin-bottom:8px;font-size:12px;letter-spacing:.09em;color:#b8b4c1}
.sz-footer-links a{font-size:15px;color:#8f8b98;line-height:1.7}

/* Messages */
.sz-messages-layout{font-size:16px}

/* Mobile readability */
@media(max-width:900px){
  .sz-wrap{width:min(calc(100% - 28px),var(--sz-wrap))}
  .sz-header-inner{grid-template-columns:auto 1fr;height:70px;gap:16px}
  .sz-header-search{display:none}
  .sz-desktop-nav{display:none}
  .sz-mobile-head-actions{justify-self:end;display:flex;align-items:center;gap:6px}
  .sz-mobile-head-actions>a{width:40px;height:40px}
  .sz-logo{font-size:22px}
  .sz-live-count{font-size:13px}
  .sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .sz-profile-grid.is-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:0 14px 10px;margin:0 -14px;scrollbar-width:none}
  .sz-profile-grid.is-scroll::-webkit-scrollbar{display:none}
  .sz-profile-grid.is-scroll .sz-profile-card{flex:0 0 46%;scroll-snap-align:start}
}
@media(max-width:700px){
  body{font-size:16px;padding-bottom:82px}
  .sz-wrap{width:min(calc(100% - 22px),var(--sz-wrap))}
  .sz-header-inner{height:68px}
  .sz-logo{font-size:21px;letter-spacing:-.9px}
  .sz-mobile-head-actions>a{width:42px;height:42px}
  .sz-discovery-head{padding:22px 0 18px}
  .sz-discovery-titlebar{display:block;margin-bottom:16px}
  .sz-discovery-titlebar h1{font-size:36px;letter-spacing:-1.6px;line-height:1.04}
  .sz-live-count{margin-top:8px;font-size:13px}
  .sz-fast-filters{padding:12px;gap:12px;border-radius:16px}
  .sz-filter-block>small{font-size:12px;margin-bottom:8px}
  .sz-segmented span,.sz-platform-pill>span{height:44px;font-size:13px}
  .sz-filter-actions .sz-btn{min-height:44px}
  .sz-filter-actions>a{font-size:13px}
  .sz-feed-section{padding:26px 0 6px}
  .sz-feed-primary{padding-top:26px}
  .sz-section{padding:28px 0}
  .sz-section-head{align-items:flex-start;margin-bottom:12px}
  .sz-section-head h2{font-size:22px}
  .sz-section-head p,.sz-section-head>a{font-size:13px}
  .sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .sz-profile-card{border-radius:15px}
  .sz-card-topline{left:8px;right:8px;top:8px}
  .sz-status-chip{min-height:24px;padding:0 8px;font-size:10px}
  .sz-card-badges em{min-height:22px;padding:0 7px;font-size:9px}
  .sz-card-identity{left:10px;right:10px;bottom:10px}
  .sz-card-identity h3{font-size:17px}
  .sz-card-identity p{font-size:12px}
  .sz-card-footer{min-height:50px;padding:8px 8px 8px 10px}
  .sz-card-platforms>span{font-size:11px}
  .sz-card-platforms>small{display:none}
  .sz-favorite-btn,.sz-quick-btn{width:32px;height:32px}
  .sz-post-strip{padding:28px 0 10px}
  .sz-post-strip-inner{padding:20px 18px;align-items:flex-start}
  .sz-post-strip h2{font-size:24px}
  .sz-post-strip p{font-size:14px}
  .sz-post-strip .sz-btn{min-height:42px;padding:0 15px}
  .sz-browse-strip{padding:28px 0 40px}
  .sz-directory-links{grid-template-columns:repeat(2,1fr);gap:8px}
  .sz-directory-links>a{min-height:92px;padding:13px}
  .sz-directory-links strong{font-size:15px}
  .sz-directory-links small{font-size:12px}
  .sz-directory-icon{left:13px;top:13px;width:10px;height:10px}
  .sz-page-section{padding:24px 0 42px}
  .sz-page-heading h1{font-size:34px;line-height:1.08}
  .sz-page-heading p{font-size:15px}
  .sz-search-form{padding:12px;border-radius:16px}
  .sz-search-grid{grid-template-columns:1fr;gap:12px}
  .sz-search-keyword,.sz-search-grid>.sz-btn{grid-column:auto}
  .sz-content-card{padding:18px}
  .sz-empty{min-height:200px;padding:22px}
  .sz-empty strong{font-size:20px}
  .sz-empty p{font-size:14px}
  .sz-field label{font-size:14px;margin-bottom:7px}
  .sz-field input,.sz-field select,.sz-field textarea{min-height:54px;font-size:16px;padding-left:14px;padding-right:14px}
  .sz-filter-check{min-height:52px;font-size:14px}
  .sz-form-divider{font-size:11px}
  .sz-form-message,.sz-form-footnote,.sz-modal-intro{font-size:14px}
  .sz-modal{width:100%;padding:20px 14px;border-radius:20px 20px 8px 8px}
  .sz-modal h2{font-size:28px}
  .sz-photo-editor{grid-template-columns:1fr;gap:14px;padding:12px}
  .sz-photo-preview{width:min(74vw,320px);margin:0 auto}
  .sz-file-pick span{width:100%;min-height:50px;font-size:15px}
  .sz-single-media-name h1{font-size:36px}
  .sz-single-media-name p,.sz-single-details{font-size:15px}
  .sz-single-copy{padding:18px}
  .sz-single-actions-top h2{font-size:24px}
  .sz-contact-button{min-height:54px;font-size:15px}
  .sz-footer{padding:36px 0 30px}
  .sz-footer-inner{flex-direction:column;gap:26px}
  .sz-footer-links{width:100%;justify-content:space-between;gap:24px}
  .sz-logo-footer{font-size:20px}
  .sz-footer-brand p{font-size:14px}
  .sz-footer-links strong{font-size:11px}
  .sz-footer-links a{font-size:14px}
  .sz-mobile-nav{position:fixed;z-index:110;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);padding:7px 6px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #26242f;background:rgba(8,8,14,.97);backdrop-filter:blur(18px)}
  .sz-mobile-nav>a,.sz-mobile-nav>button{height:60px;gap:4px}
  .sz-mobile-nav svg{width:21px;height:21px}
  .sz-mobile-nav small{font-size:11px;font-weight:780}
  .sz-mobile-nav .sz-mobile-post{transform:none}
  .sz-mobile-nav .sz-mobile-post>span{width:auto;height:auto;background:none;box-shadow:none;color:inherit}
  .sz-mobile-nav .sz-mobile-post small{margin-top:0;color:inherit}
  .sz-mobile-nav b{min-width:16px;height:16px;font-size:8px}
}

/* ===== V4 DISCOVERY & PROFILE EXPERIENCE ===== */
/* Photo-first discovery: fewer, larger cards on desktop. */
@media(min-width:1201px){
  .sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
  .sz-profile-grid.is-scroll{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:16px;padding-bottom:8px;scrollbar-width:thin}
  .sz-profile-grid.is-scroll .sz-profile-card{flex:0 0 238px;scroll-snap-align:start}
}
@media(min-width:901px) and (max-width:1200px){
  .sz-profile-grid,.sz-directory-page>.sz-profile-grid,.sz-search-results>.sz-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
}

/* Cleaner card hierarchy. */
.sz-profile-card{background:#0d0d14}
.sz-profile-photo{aspect-ratio:4/5}
.sz-card-shade{background:linear-gradient(180deg,rgba(0,0,0,.08) 0,transparent 34%,transparent 52%,rgba(3,3,7,.12) 64%,rgba(3,3,7,.96) 100%)}
.sz-card-identity h3{font-size:23px}
.sz-card-identity p{font-size:14px;color:#ece9f0;font-weight:650}
.sz-card-platforms>small{color:#aaa6b2;font-size:12px}
.sz-card-footer{background:linear-gradient(180deg,#101018,#0d0d14)}

/* Best matches rail gets a subtle visual anchor without marketing clutter. */
.sz-match-feed{background:linear-gradient(180deg,rgba(245,47,127,.035),transparent 75%);border-top:1px solid rgba(245,47,127,.06);border-bottom:1px solid rgba(255,255,255,.035)}

/* Search is now scan-friendly and country-level only. */
.sz-search-form{padding:22px}
.sz-search-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:end}
.sz-search-keyword{grid-column:span 4}
.sz-search-grid>.sz-field{grid-column:span 2}
.sz-search-grid>.sz-field:nth-child(5),.sz-search-grid>.sz-field:nth-child(6){grid-column:span 1}
.sz-search-grid>.sz-field:nth-child(7),.sz-search-grid>.sz-field:nth-child(8){grid-column:span 3}
.sz-search-grid>.sz-filter-check{grid-column:span 2}
.sz-search-grid>.sz-btn{grid-column:span 2;min-height:52px}

/* Stronger photo-upload feedback. */
.sz-photo-quality{display:flex;flex-direction:column;gap:3px;width:min(100%,520px);padding:12px 14px;border:1px solid #34313e;background:#111119;border-radius:11px;color:#aaa6b3}
.sz-photo-quality strong{font-size:14px;color:#e7e4eb}
.sz-photo-quality span{font-size:13px;line-height:1.45}
.sz-photo-quality.is-good{border-color:rgba(53,215,137,.34);background:rgba(20,55,40,.22)}
.sz-photo-quality.is-good strong{color:#a8efc9}
.sz-photo-quality.is-warn{border-color:rgba(255,216,61,.28);background:rgba(68,57,19,.18)}
.sz-photo-quality.is-warn strong{color:#ffe889}

/* Profile strength encourages better supply quality. */
.sz-strength{margin:18px 0 4px;padding:16px;border:1px solid #302d3a;background:#0c0c13;border-radius:13px}
.sz-strength-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.sz-strength-head strong{font-size:15px}.sz-strength-head span{font-size:14px;color:#d6d2dc;font-weight:800}
.sz-strength-track{height:8px;margin:11px 0 12px;overflow:hidden;border-radius:999px;background:#22212b}
.sz-strength-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e72b74,#ff5a9c)}
.sz-strength ul{margin:0;padding-left:18px;color:#a7a3b0;font-size:13px;line-height:1.65}
.sz-strength p{margin:0;color:#9edfbf;font-size:13px}

/* Quick view is a proper desktop browsing surface. */
.sz-quick-drawer{width:min(610px,94vw);background:linear-gradient(180deg,#0d0d15,#09090f)}
.sz-quick-nav{position:sticky;z-index:5;top:0;height:54px;display:flex;align-items:center;justify-content:center;gap:16px;padding:0 60px;border-bottom:1px solid #292733;background:rgba(11,11,18,.94);backdrop-filter:blur(18px)}
.sz-quick-nav span{color:#9e9aa7;font-size:13px;font-weight:750}
.sz-quick-nav button{width:36px;height:36px;border:1px solid #34313e;background:#15151e;border-radius:10px;color:#fff;font-size:24px;line-height:1}
.sz-quick-nav button:hover{border-color:#5a5060;background:#1b1a24}
.sz-quick-close{top:8px}
.sz-quick-media{aspect-ratio:4/5;max-height:68vh}
.sz-quick-title h2{font-size:34px}
.sz-quick-title p{font-size:15px;color:#c2bec9}
.sz-quick-bio{font-size:16px;line-height:1.65}
.sz-quick-tags span,.sz-detail-tags span{padding:9px 12px;font-size:13px}
.sz-quick-copy{padding:26px}
.sz-quick-full{margin-top:14px}

/* Single profile keeps country broad and contact actions obvious. */
.sz-single-profile{gap:26px}
.sz-single-copy{align-self:start}
.sz-single-details>div>small{font-size:13px;color:#a8a4b0}
.sz-single-details>div>strong,.sz-profile-about{font-size:16px}

@media(max-width:900px){
  .sz-quick-layer{display:none}
  .sz-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .sz-search-keyword{grid-column:1/-1}
  .sz-search-grid>.sz-field,.sz-search-grid>.sz-field:nth-child(5),.sz-search-grid>.sz-field:nth-child(6),.sz-search-grid>.sz-field:nth-child(7),.sz-search-grid>.sz-field:nth-child(8){grid-column:span 1}
  .sz-search-grid>.sz-filter-check{grid-column:span 1}
  .sz-search-grid>.sz-btn{grid-column:1/-1}
}
@media(max-width:700px){
  .sz-card-identity h3{font-size:18px}
  .sz-card-identity p{font-size:12px}
  .sz-profile-grid.is-scroll .sz-profile-card{flex:0 0 47%}
  .sz-search-grid{grid-template-columns:1fr}
  .sz-search-keyword,.sz-search-grid>.sz-field,.sz-search-grid>.sz-field:nth-child(5),.sz-search-grid>.sz-field:nth-child(6),.sz-search-grid>.sz-field:nth-child(7),.sz-search-grid>.sz-field:nth-child(8),.sz-search-grid>.sz-filter-check,.sz-search-grid>.sz-btn{grid-column:auto}
  .sz-photo-quality{padding:13px}.sz-photo-quality strong{font-size:15px}.sz-photo-quality span{font-size:14px}
  .sz-strength{padding:15px}.sz-strength-head strong{font-size:16px}.sz-strength ul,.sz-strength p{font-size:14px}
}


/* V4.0.1 small UX updates */
.sz-account-page-shell .sz-danger-card{border-color:#302734;background:linear-gradient(180deg,#121019,#0f0d14)}
.sz-advanced-account{display:block}
.sz-advanced-account summary{cursor:pointer;list-style:none;font-size:14px;font-weight:750;color:#d2ced8;outline:none}
.sz-advanced-account summary::-webkit-details-marker{display:none}
.sz-advanced-account summary::after{content:'+';float:right;color:#8f8b98;font-size:18px;line-height:1}
.sz-advanced-account[open] summary::after{content:'−'}
.sz-advanced-account-body{padding-top:14px}
.sz-account-page-shell .sz-link-danger{display:inline-flex;width:auto;min-height:40px;padding:0 13px;border-color:#533245;color:#e6a4bf;background:#161019}
@media(max-width:700px){
  .sz-advanced-account summary{font-size:15px}
  .sz-account-page-shell .sz-link-danger{width:100%;min-height:48px}
}


/* ===== V5 TRUST & SAFETY ===== */
.sz-trust-card{border-color:#343041!important;background:linear-gradient(180deg,#12131d,#0f1018)!important}
.sz-trust-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.sz-trust-head h2{margin:0}
.sz-trust-status{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 11px;border:1px solid #3b3847;border-radius:999px;background:#15151e;color:#c8c4cf;font-size:12px;font-weight:780}
.sz-trust-status:before{content:'';width:8px;height:8px;border-radius:50%;background:#8d8997}
.sz-trust-status.is-verified{border-color:rgba(53,215,137,.34);background:rgba(15,48,34,.48);color:#c8f7dd}
.sz-trust-status.is-verified:before{background:var(--sz-green)}
.sz-trust-status.is-requested{border-color:rgba(69,174,234,.34);background:rgba(19,40,54,.52);color:#c7eaff}
.sz-trust-status.is-requested:before{background:var(--sz-blue)}
.sz-trust-status.is-rejected{border-color:#633247;background:#1c1117;color:#ffb6cf}
.sz-trust-status.is-rejected:before{background:var(--sz-pink)}
.sz-trust-copy{margin:0 0 16px!important;color:#aaa6b3!important;font-size:14px!important;line-height:1.58!important}
.sz-trust-card .sz-btn{width:100%}
.sz-safety-hold{margin:0 0 18px;padding:14px 16px;border:1px solid #6c3a4e;border-radius:13px;background:#191017;color:#ffd1e1;font-size:14px;line-height:1.55}
.sz-safety-controls{gap:18px!important}
.sz-report-panel{padding:17px!important}
@media(max-width:700px){.sz-trust-head{align-items:flex-start;flex-direction:column}.sz-trust-status{font-size:13px}.sz-trust-copy{font-size:14px!important}}


/* V6 Growth Engine */
.sz-share-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}
.sz-share-card strong,.sz-share-panel strong,.sz-growth-stats strong{display:block;font-size:18px;color:#fff;margin-bottom:10px}
.sz-copy-row{display:flex;gap:10px;align-items:center}
.sz-copy-row input{flex:1;min-height:48px;padding:0 14px;border:1px solid #2d2a36;border-radius:12px;background:#0b0b12;color:#f6f3fb;font-size:15px}
.sz-share-panel,.sz-directory-share,.sz-directory-copy,.sz-invite-page .sz-content-card{margin-top:14px}
.sz-growth-tools .sz-growth-links{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.sz-growth-tools .sz-growth-links a{display:inline-flex;min-height:38px;align-items:center;padding:0 12px;border:1px solid #2c2933;border-radius:999px;color:#d4cfdb;background:#12111a;font-size:14px;font-weight:700}
.sz-referral-list{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:8px}
.sz-referral-list li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #1e1c24;color:#ddd8e5}
.sz-referral-list small{color:#9e99a8;font-size:13px}
.sz-growth-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}
.sz-stat-card{padding:18px;border:1px solid #292631;border-radius:16px;background:linear-gradient(180deg,#111019,#0c0b12)}
.sz-stat-card strong{font-size:28px;line-height:1}
.sz-stat-card small{display:block;margin-top:6px;color:#a29cab;font-size:14px}
.sz-directory-copy h2{font-size:28px;margin:0 0 10px}.sz-directory-copy h3{font-size:20px;margin:22px 0 8px}.sz-directory-copy p{font-size:16px;color:#c9c5d0;line-height:1.65}
@media(max-width:700px){
  .sz-share-panels,.sz-growth-stats{grid-template-columns:1fr}
  .sz-copy-row{flex-direction:column;align-items:stretch}
  .sz-copy-row .sz-btn{width:100%}
}


/* V6.1 footer and legal usability */
.sz-footer-links{display:grid;grid-template-columns:repeat(4,minmax(135px,1fr));gap:48px}.sz-footer-links>div{min-width:0}.sz-footer-links a{line-height:1.45}.sz-footer-legal-note{margin-top:13px!important;font-size:13px!important;color:#8c8795!important}.sz-confirm-section{display:grid;gap:14px}.sz-confirm-section .sz-check a{text-decoration:underline;text-underline-offset:3px}.sz-confirm-section .sz-check span{line-height:1.55}@media(max-width:900px){.sz-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 35px}}@media(max-width:560px){.sz-footer-links{grid-template-columns:1fr 1fr;gap:26px 18px}.sz-footer-links a{font-size:14px}}


/* V8 Retention */
.sz-retention-strip{padding:16px 0 2px}.sz-retention-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid #332b38;border-radius:18px;background:linear-gradient(100deg,rgba(245,47,127,.08),rgba(18,17,26,.96) 42%)}.sz-retention-strip h2{margin:0;font-size:24px}.sz-retention-strip-stats{display:flex;flex-wrap:wrap;gap:10px}.sz-retention-strip-stats a{min-width:140px;padding:11px 14px;border:1px solid #302d38;border-radius:12px;background:#0d0c14}.sz-retention-strip-stats strong{display:block;font-size:22px}.sz-retention-strip-stats span{display:block;margin-top:2px;color:#a6a1ad;font-size:13px}.sz-save-search-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding:16px 18px;border:1px solid #292632;border-radius:16px;background:#0e0d15}.sz-save-search-bar>div:first-child{display:grid;gap:3px}.sz-save-search-bar strong{font-size:16px}.sz-save-search-bar span{color:#a29daa;font-size:13px}.sz-save-search-controls{display:flex;align-items:center;gap:8px}.sz-save-search-controls input,.sz-save-search-controls select,.sz-saved-search-actions select{min-height:42px;border:1px solid #34303d;border-radius:10px;background:#0a0a11;color:#fff;padding:0 11px;font-size:14px}.sz-saved-search-list{display:grid;gap:12px}.sz-saved-search-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #292632;border-radius:16px;background:#101018}.sz-saved-search-card strong{font-size:18px}.sz-saved-search-card p{margin:5px 0;color:#aaa5b2;font-size:14px}.sz-saved-search-actions{display:flex;align-items:center;gap:8px}.sz-retention-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#351626;color:#ff9fc3;font-size:12px;font-weight:800}.sz-retention-prefs{display:grid;gap:20px}.sz-retention-prefs section{padding-bottom:20px;border-bottom:1px solid #292632}.sz-retention-prefs h2{margin:0 0 6px;font-size:24px}.sz-retention-prefs section>p{margin:0 0 14px;color:#9e99a6}.sz-switch-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid #1f1d26}.sz-switch-row:last-child{border-bottom:0}.sz-switch-row span{display:grid;gap:3px}.sz-switch-row strong{font-size:15px}.sz-switch-row small{color:#918c9a;font-size:13px}.sz-switch-row input{width:20px;height:20px;accent-color:var(--sz-pink)}.sz-retention-prefs .sz-field{max-width:300px;margin:14px 0}.sz-retention-card{margin-top:14px;padding:14px;border:1px solid #2b2834;border-radius:12px;background:#0d0c13}.sz-retention-card strong{font-size:15px}.sz-retention-card p{margin:5px 0 10px;color:#9994a1;font-size:13px;line-height:1.5}.sz-retention-card-actions{display:flex;gap:8px}.sz-retention-card-actions a{font-size:13px;font-weight:750;color:#e5dfe9}.sz-retention-card-actions a+a:before{content:'·';margin-right:8px;color:#6e6975}
@media(max-width:800px){.sz-retention-strip-inner,.sz-save-search-bar,.sz-saved-search-card{align-items:stretch;flex-direction:column}.sz-retention-strip-stats{display:grid;grid-template-columns:1fr 1fr;width:100%}.sz-retention-strip-stats a{min-width:0}.sz-save-search-controls,.sz-saved-search-actions{display:grid;grid-template-columns:1fr;width:100%}.sz-save-search-controls input,.sz-save-search-controls select,.sz-saved-search-actions select{width:100%;min-height:48px}.sz-switch-row{align-items:flex-start}.sz-retention-strip h2{font-size:22px}}


/* V9.2 professional polish */
.sz-desktop-nav>a,.sz-desktop-nav .sz-link-button{position:relative}
.sz-desktop-nav>a.is-active{color:#fff}
.sz-desktop-nav>a.is-active:not(.sz-nav-icon):after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;border-radius:2px;background:var(--sz-pink)}
.sz-desktop-nav .sz-nav-icon.is-active{color:var(--sz-pink)}
.sz-footer-links{gap:54px}
.sz-footer-links>div{min-width:125px}
.sz-footer-brand p{max-width:470px}
.sz-footer-legal-note{margin-top:7px!important}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(245,47,127,.42);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@media(max-width:700px){.sz-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px}.sz-footer-links>div{min-width:0}}


/* V9.3 Active Discovery */
.sz-fresh-note{margin:13px 3px 0;color:#aaa6b3;font-size:14px;line-height:1.55}.sz-fresh-note a{color:#f0edf4;text-decoration:underline;text-underline-offset:3px}
.sz-field-note{margin:8px 1px 0;color:#918d9c;font-size:13px;line-height:1.5}
.sz-trust-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px;padding-top:18px;border-top:1px solid #292733}
.sz-trust-summary>div{padding:12px;border:1px solid #282632;background:#0b0b12;border-radius:11px}.sz-trust-summary small{display:block;margin-bottom:5px;color:#8e8998;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.sz-trust-summary strong{font-size:14px;color:#e9e5ed}
.sz-trust-summary.is-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:12px 0 2px;padding-top:12px}.sz-trust-summary.is-compact>div{padding:9px}.sz-trust-summary.is-compact small{font-size:9px}.sz-trust-summary.is-compact strong{font-size:12px}
@media(max-width:700px){.sz-fresh-note{font-size:13px}.sz-field-note{font-size:13px}.sz-trust-summary{grid-template-columns:1fr 1fr}.sz-trust-summary small{font-size:10px}.sz-trust-summary strong{font-size:13px}}


/* ===== V9.3.1 HORIZONTAL LAYOUT / OVERFLOW FIX ===== */
/* The document itself must never become wider than the browser viewport. */
html{width:100%;max-width:100%;overflow-x:hidden}
body,.sz-shell,.sz-main{width:100%;max-width:100%;overflow-x:hidden}
.sz-header,.sz-footer{max-width:100%;overflow-x:clip}
.sz-wrap{max-width:100%;min-width:0}

/* Grid/flex children must be allowed to shrink instead of widening the document. */
.sz-header-inner,
.sz-desktop-nav,
.sz-account-page-shell,
.sz-account-dashboard,
.sz-account-dashboard>*,
.sz-account-profile-card,
.sz-account-sidebar,
.sz-account-sidebar>*,
.sz-account-card,
.sz-profile-form,
.sz-profile-edit-sections,
.sz-edit-section,
.sz-edit-section-head,
.sz-form-grid,
.sz-form-grid>*,
.sz-photo-editor,
.sz-photo-editor>*,
.sz-growth-tools,
.sz-share-panels,
.sz-share-panels>*,
.sz-copy-row,
.sz-retention-strip-inner,
.sz-save-search-bar,
.sz-saved-search-card,
.sz-footer-inner,
.sz-footer-links,
.sz-footer-links>*{
  min-width:0;
  max-width:100%;
}

/* Long URLs/usernames in copy fields were able to create a large min-content width. */
.sz-copy-row input,
.sz-account-page-shell input,
.sz-account-page-shell select,
.sz-account-page-shell textarea,
.sz-header-search input{
  min-width:0;
  max-width:100%;
}
.sz-copy-row input{width:0;flex:1 1 0}

/* Never let labels, URLs or action rows force their parent outside the viewport. */
.sz-growth-links,
.sz-retention-card-actions,
.sz-card-platforms,
.sz-single-lower-actions,
.sz-owner-actions,
.sz-safety-controls{min-width:0;max-width:100%;flex-wrap:wrap}
.sz-growth-links a,
.sz-retention-card-actions a,
.sz-footer-links a,
.sz-account-card p,
.sz-account-card small{overflow-wrap:anywhere}

/* Keep the desktop profile editor balanced inside the available viewport. */
@media(min-width:1101px){
  .sz-account-page-shell .sz-account-dashboard{
    width:100%;
    grid-template-columns:minmax(0,1fr) minmax(310px,360px);
  }
  .sz-account-page-shell .sz-account-sidebar{width:100%;min-width:0}
}

/* At narrower desktop widths collapse sooner instead of causing sideways scrolling. */
@media(max-width:1240px){
  .sz-account-page-shell .sz-account-dashboard{grid-template-columns:1fr}
  .sz-account-page-shell .sz-account-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sz-account-page-shell .sz-account-sidebar .sz-owner-actions{grid-column:1/-1}
}
@media(max-width:760px){
  .sz-account-page-shell .sz-account-sidebar{grid-template-columns:1fr}
  .sz-copy-row{width:100%}
  .sz-copy-row input{width:100%;flex-basis:auto}
}


/* V10 business/support polish */
.sz-support-page{max-width:900px;margin:0 auto}.sz-support-form{padding:24px}.sz-support-form .sz-form-actions{margin-top:18px}.sz-support-form textarea{min-height:180px}.sz-support-form .sz-form-message{margin-top:14px}


/* V10.1 Acquisition Engine */
.sz-acq-landing{padding:34px 0 64px}.sz-acq-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:28px;align-items:center;padding:32px;border:1px solid #2a2733;border-radius:22px;background:radial-gradient(circle at 10% 0,rgba(245,47,127,.10),transparent 34%),linear-gradient(180deg,#111019,#0c0b12)}
.sz-acq-hero h1{margin:0;font-size:48px;line-height:1.02;letter-spacing:-2px}.sz-acq-hero p{max-width:720px;margin:14px 0 0;color:#b9b4c1;font-size:17px;line-height:1.62}.sz-acq-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.sz-acq-actions .sz-btn{min-width:170px}.sz-acq-facts{display:grid;gap:10px}.sz-acq-fact{padding:16px;border:1px solid #302d38;border-radius:15px;background:#0c0b12}.sz-acq-fact strong{display:block;font-size:25px}.sz-acq-fact span{display:block;margin-top:4px;color:#9f9aa8;font-size:13px}.sz-acq-preview{padding-top:34px}.sz-acq-preview-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.sz-acq-preview-head h2{margin:0;font-size:28px}.sz-acq-preview-head p{margin:5px 0 0;color:#aaa5b1;font-size:14px}.sz-acq-bottom{margin-top:28px;padding:22px;border:1px solid #2a2733;border-radius:18px;background:#101018}.sz-acq-bottom h2{margin:0 0 8px;font-size:24px}.sz-acq-bottom p{margin:0;color:#b3aebc;font-size:15px;line-height:1.6}.sz-acq-related{margin-top:28px}.sz-acq-related h2{font-size:22px;margin:0 0 12px}.sz-acq-link-grid{display:flex;flex-wrap:wrap;gap:9px}.sz-acq-link-grid a{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid #2b2834;border-radius:999px;background:#111018;color:#d8d3dd;font-size:14px;font-weight:700}.sz-acq-link-grid a:hover{border-color:#5e4050;color:#fff}.sz-acq-success{margin:0 0 18px;padding:16px 18px;border:1px solid #365747;border-radius:15px;background:#0e1a15;color:#dff7e9}.sz-acq-success strong{display:block;font-size:17px}.sz-acq-success p{margin:5px 0 0;font-size:14px;color:#b9d9c6}
@media(max-width:850px){.sz-acq-hero{grid-template-columns:1fr;padding:24px}.sz-acq-hero h1{font-size:38px}.sz-acq-actions .sz-btn{flex:1 1 160px}.sz-acq-preview-head{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.sz-acq-landing{padding:20px 0 42px}.sz-acq-hero{padding:20px 17px;border-radius:18px}.sz-acq-hero h1{font-size:34px}.sz-acq-hero p{font-size:16px}.sz-acq-actions{display:grid;grid-template-columns:1fr}.sz-acq-actions .sz-btn{width:100%}.sz-acq-facts{grid-template-columns:1fr 1fr}.sz-acq-preview-head h2{font-size:24px}}


/* V11 SEO launch + liquidity */
.sz-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;color:#8f8a98;font-size:13px}.sz-breadcrumb a{color:#aaa5b2}.sz-breadcrumb strong{color:#d7d2dc;font-weight:650}.sz-directory-stats{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 18px}.sz-directory-stats span{display:inline-flex;align-items:baseline;gap:5px;padding:9px 11px;border:1px solid #292631;border-radius:999px;background:#0f0e16;color:#a9a4b1;font-size:13px}.sz-directory-stats strong{color:#fff;font-size:15px}.sz-market-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:16px 18px;border:1px solid #3b3040;border-radius:16px;background:linear-gradient(180deg,#171019,#100d14)}.sz-market-cta strong{display:block;font-size:17px}.sz-market-cta span{display:block;margin-top:4px;color:#9f99a7;font-size:13px}.sz-ambassador-progress{margin-top:16px}.sz-ambassador-progress>strong{font-size:16px}.sz-ambassador-progress>span{display:block;margin-top:5px;font-size:30px;font-weight:850}.sz-progress{width:120px;height:8px;overflow:hidden;border-radius:999px;background:#e2e2e2}.sz-progress i{display:block;height:100%;background:#f52f7f;border-radius:inherit}@media(max-width:700px){.sz-market-cta{align-items:stretch;flex-direction:column}.sz-market-cta .sz-btn{width:100%}.sz-directory-stats{gap:6px}.sz-directory-stats span{font-size:12px}}


/* V16.1 Privacy/subscription polish */
.sz-subscription-page{max-width:980px;margin:0 auto}.sz-subscription-card{margin-bottom:14px}.sz-subscription-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.sz-subscription-head h2{margin:0;font-size:26px}.sz-subscription-status{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid #345544;border-radius:999px;background:#0f1b16;color:#bcf0d1;font-size:13px}.sz-subscription-status.is-cancelled,.sz-subscription-status.is-expired{border-color:#4b3a42;background:#181216;color:#c9b8c0}.sz-subscription-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px}.sz-subscription-details>div{padding:13px;border:1px solid #292631;border-radius:12px;background:#0d0c13}.sz-subscription-details dt{color:#8e8997;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.sz-subscription-details dd{margin:5px 0 0;color:#f1edf4;font-size:15px;font-weight:700;overflow-wrap:anywhere}@media(max-width:700px){.sz-subscription-head{display:block}.sz-subscription-status{margin-top:10px}.sz-subscription-details{grid-template-columns:1fr 1fr}}@media(max-width:480px){.sz-subscription-details{grid-template-columns:1fr}}
