.se-btn { border: 1px solid var(--se-border-soft); border-radius: 999px; background: #1d1d1d; color: var(--se-text); padding: 12px 16px; font-weight: 1000; line-height: 1; }
.se-btn--primary { background: linear-gradient(135deg, var(--se-orange), var(--se-orange-2)); color: #120700; border-color: transparent; }
.se-btn--small { padding: 9px 12px; font-size: 12px; }
.se-chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.se-chip { border: 1px solid var(--se-border-soft); background: #090909; color: var(--se-text); border-radius: 999px; padding: 9px 14px; font-size: 11px; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.se-chip.is-active { background: var(--se-orange); color: #140700; border-color: transparent; }
.se-card { background: var(--se-surface); border: 1px solid var(--se-border-soft); border-radius: var(--se-radius-md); padding: 16px; }
.se-panel { background: linear-gradient(180deg, var(--se-brown-2), #120704); border: 1px solid var(--se-border); border-radius: var(--se-radius-lg); padding: 16px; }
.se-empty { color: var(--se-muted); border: 1px dashed var(--se-border-soft); border-radius: var(--se-radius-md); padding: 18px; text-align: center; }
.se-field { display: grid; gap: 6px; margin-bottom: 12px; }
.se-label { color: var(--se-gold); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 1000; }
.se-input, .se-textarea, .se-select { width: 100%; background: #0d0d0d; color: var(--se-text); border: 1px solid var(--se-border-soft); border-radius: 16px; padding: 13px 14px; outline: 0; }
.se-textarea { min-height: 96px; resize: vertical; }
.se-input:focus, .se-textarea:focus, .se-select:focus { border-color: var(--se-orange); }

/* Modal foundation shared by Discovery account, wallet and event details.
   One implementation avoids duplicated modal code/styles across page modules. */
.se-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: end center;
  padding: 18px;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(8px);
}
.se-modal-card {
  width: min(100%, 480px);
  max-height: min(82vh, 760px);
  overflow: auto;
  border: 1px solid var(--se-border-soft);
  border-radius: 28px;
  background: #0d0d0d;
  box-shadow: var(--se-shadow);
  padding: 16px;
}
.se-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.se-modal-head h2 { margin: 0; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.se-modal-close { width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--se-border-soft); background: #181818; color: #fff; font-size: 24px; font-weight: 1000; }
.se-modal-actions, .se-payment-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 14px; }
.se-modal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.se-modal-grid > div, .se-wallet-balance, .se-detail-summary > div { border: 1px solid var(--se-border-soft); border-radius: 18px; background: #141414; padding: 12px; }
.se-modal-grid span, .se-wallet-balance span, .se-detail-summary span { display: block; color: var(--se-gold); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 1000; margin-bottom: 5px; }
.se-modal-grid strong, .se-wallet-balance strong, .se-detail-summary strong { display: block; font-size: 18px; }
.se-wallet-balance strong { font-size: 36px; line-height: 1; }
.se-wallet-balance small { display: block; color: var(--se-muted); margin-top: 8px; }
.se-account-modal-card { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; border: 1px solid var(--se-border-soft); border-radius: 22px; background: linear-gradient(180deg, var(--se-brown-2), #100604); padding: 14px; }
.se-account-modal-card strong { display: block; font-size: 18px; }
.se-account-modal-card small { display: block; color: var(--se-gold); font-weight: 900; margin-top: 4px; }
.se-account-modal-card p { margin: 8px 0 0; color: var(--se-muted); }
.se-avatar-static { display: grid; place-items: center; }
.se-detail-hero { position: relative; overflow: hidden; border-radius: 22px; min-height: 220px; background: #111; margin-bottom: 12px; }
.se-detail-hero img { width: 100%; height: 260px; object-fit: cover; display: block; filter: brightness(.76); }
.se-detail-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.se-detail-block { margin-top: 14px; border: 1px solid var(--se-border-soft); border-radius: 20px; background: #141414; padding: 14px; }
.se-detail-block p { margin: 0; color: var(--se-muted); }
.se-host-detail { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; }
.se-host-detail strong { display: block; }
.se-host-detail small { display: block; color: var(--se-muted); margin-top: 4px; }
@media (min-width: 620px) {
  .se-modal-overlay { place-items: center; }
  .se-modal-actions, .se-payment-actions { grid-template-columns: 1fr 1fr; }
}

/* Event Manager v7.8: modular rewrite of the original v40 sheet.
   It is opened by event cards only and replaces the generic detail modal. */
.se-em-backdrop{position:fixed;inset:0;z-index:2147483300;background:rgba(0,0,0,.82);backdrop-filter:blur(12px);display:flex;align-items:stretch;justify-content:center;padding:8px;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;box-sizing:border-box}.se-em-backdrop *{box-sizing:border-box}.se-em-sheet{width:min(760px,100%);height:calc(100dvh - 16px);background:#060606;border:1px solid rgba(255,122,26,.28);border-radius:30px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;box-shadow:0 32px 120px rgba(0,0,0,.78)}.se-em-hero{position:relative;min-height:220px;background:#111;overflow:hidden}.se-em-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.72) saturate(1.06)}.se-em-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.78))}.se-em-top{position:absolute;inset:12px 12px auto;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px}.se-em-close{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.55);color:#fff;backdrop-filter:blur(12px);font-weight:1000;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:1}.se-em-share{border:0;border-radius:999px;background:linear-gradient(135deg,var(--se-orange),#ffd1a3);color:#111;font-weight:1000;padding:12px 16px;cursor:pointer}.se-em-title{position:absolute;left:16px;right:16px;bottom:16px;z-index:2}.se-em-kicker{margin:0 0 7px;color:var(--se-gold);font-size:10px;font-weight:1000;letter-spacing:.16em;text-transform:uppercase}.se-em-title h2{margin:0;color:#fff;font-size:clamp(26px,7vw,40px);line-height:.98;letter-spacing:-.055em}.se-em-title p{margin:8px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.se-em-body{overflow:auto;padding:14px 14px 18px}.se-em-host{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--se-line,rgba(255,255,255,.13));background:linear-gradient(180deg,#141414,#0b0b0b);border-radius:24px;padding:12px;margin-bottom:12px}.se-em-host-user{display:flex;align-items:center;gap:10px;min-width:0}.se-em-host-avatar{width:48px;height:48px;border-radius:999px;background:linear-gradient(135deg,#ff7a1a,#ffd36a);display:flex;align-items:center;justify-content:center;color:#111;font-weight:1000;object-fit:cover;flex:0 0 48px}.se-em-host-copy{min-width:0}.se-em-host-copy strong{display:block;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.se-em-host-copy span{display:block;margin-top:3px;color:var(--se-gold);font-size:10px;text-transform:uppercase;font-weight:1000;letter-spacing:.05em}.se-em-price{border-radius:999px;background:var(--se-orange);color:#111;padding:10px 12px;font-weight:1000;white-space:nowrap}.se-em-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.se-em-meta div{border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.045);padding:12px;min-width:0}.se-em-meta small{display:block;color:rgba(255,255,255,.68);font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.se-em-meta b{display:block;margin-top:5px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.se-em-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 10px;position:sticky;top:0;background:#060606;z-index:2}.se-em-tabs::-webkit-scrollbar{display:none}.se-em-tabs button{flex:0 0 auto;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;padding:10px 12px;font-weight:1000;font-size:11px;cursor:pointer}.se-em-tabs button.is-active{background:linear-gradient(135deg,var(--se-orange),#ffd1a3);color:#111;border-color:transparent}.se-em-panel{display:none}.se-em-panel.is-active{display:block}.se-em-card{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:24px;padding:14px;margin-bottom:10px}.se-em-card h3{margin:0 0 8px;font-size:17px;letter-spacing:-.02em}.se-em-card p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}.se-em-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px;background:linear-gradient(180deg,rgba(6,6,6,0),#060606 22%,#060606);z-index:4}.se-em-actions button{border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:14px 12px;font-weight:1000;cursor:pointer;background:rgba(255,255,255,.08);color:#fff}.se-em-actions .primary{background:var(--se-orange);color:#111;border-color:transparent}.se-em-list{display:grid;gap:8px}.se-em-person{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);border-radius:18px;padding:10px}.se-em-person span{width:34px;height:34px;border-radius:999px;background:#222;display:flex;align-items:center;justify-content:center;font-weight:1000;flex:0 0 34px}.se-em-person div{min-width:0}.se-em-person strong{display:block;font-size:13px}.se-em-person small{display:block;color:rgba(255,255,255,.68);font-size:11px;margin-top:2px}.se-em-chat-preview{border:1px solid rgba(255,122,26,.28);border-radius:22px;background:rgba(255,122,26,.08);padding:12px}.se-em-chat-preview button{margin-top:10px;border:0;border-radius:999px;background:var(--se-orange);color:#111;font-weight:1000;padding:12px 14px;cursor:pointer;width:100%}.se-v40-workflow{border-color:rgba(255,122,26,.32)!important;background:linear-gradient(180deg,rgba(255,122,26,.13),rgba(255,255,255,.04))!important}.se-v40-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:12px}.se-v40-steps span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 6px;text-align:center;font-size:9px;font-weight:1000;text-transform:uppercase;color:rgba(255,255,255,.62)}.se-v40-steps span.done{background:#ff7a1a;color:#111;border-color:#ff7a1a}.se-em-person button{margin-left:auto;border:0;border-radius:999px;background:#ff7a1a;color:#111;font-weight:1000;padding:8px 11px;cursor:pointer}.se-v40-actions button[disabled]{opacity:.72;cursor:not-allowed;background:rgba(255,255,255,.12)!important;color:#fff!important}
@media(max-width:520px){.se-em-backdrop{padding:0}.se-em-sheet{height:100dvh;border-radius:0;border-left:0;border-right:0}.se-em-hero{min-height:250px}.se-em-body{padding:14px 12px 18px}.se-em-meta{grid-template-columns:1fr}.se-em-actions{grid-template-columns:1fr}.se-em-title h2{font-size:32px}.se-em-share{padding-inline:13px}.se-v40-steps{grid-template-columns:1fr 1fr}}

/* v8.0 shared workflow polish: these classes are used by centralized modals only. */
.se-modal-copy { margin: 0 0 14px; color: var(--se-muted); line-height: 1.45; }
.se-settings-action-list { display: grid; gap: 10px; }
.se-chat-modal .se-textarea, .se-group-modal .se-textarea { min-height: 110px; }
.se-agenda-tabs { margin: 0 0 14px; }

/* v8.3 shared user profile modal. Used from Discovery Top VIP, compatible users and Social invite. */
.se-user-profile-hero { display: flex; gap: 12px; align-items: center; border: 1px solid var(--se-border-soft); border-radius: 24px; background: rgba(255,255,255,.045); padding: 14px; margin-bottom: 12px; }
.se-user-profile-avatar { width: 64px; height: 64px; border-radius: 999px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--se-border); background: #079c95; color: #fff; font-size: 22px; font-weight: 1000; }
.se-user-profile-hero strong { display: block; font-size: 18px; }
.se-user-profile-hero small { display: block; color: var(--se-gold); font-weight: 900; margin-top: 3px; }
.se-user-profile-hero p { margin: 8px 0 0; color: var(--se-muted); font-size: 13px; line-height: 1.35; }
@media (max-width: 430px) { .se-user-profile-hero { align-items: flex-start; } .se-user-profile-avatar { width: 54px; height: 54px; } }

/* v8.6 mobile QA optimization: consistent tap targets, overflow protection and
   modal sizing across iOS/Android WebView, tablet and desktop. */
button, [role="button"], .se-btn, .se-tab, .se-chip { touch-action: manipulation; -webkit-tap-highlight-color: rgba(255,122,26,.18); }
.se-native-event-card, .se-event-row, .se-profile-suggestion-card, .se-invite-card, .se-chat-row { cursor: pointer; }
.se-event-slider, .se-profile-suggestion-slider, .se-vip-profile-slider { overscroll-behavior-x: contain; scroll-padding-inline: 14px; }
.se-modal-overlay, .se-em-backdrop { overscroll-behavior: contain; }
@media (min-width: 900px) {
  .se-main { max-width: min(1180px, calc(100vw - 48px)); }
  .se-nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .se-profile-hub-grid, .se-dashboard-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 390px) {
  .se-main { padding-left: 10px; padding-right: 10px; }
  .se-discovery-actions { gap: 6px; }
  .se-brand-logo--full { max-width: 148px; }
  .se-footer-nav { border-radius: 18px; }
  .se-tab { font-size: 8px; letter-spacing: .04em; }
  .se-event-card { border-radius: 24px; }
  .se-event-body h3 { font-size: 24px; }
  .se-page-header { align-items: stretch; flex-direction: column; }
}

/* v8.8 Event Manager workflow QA: state-driven fullscreen overlay and richer guest/manager detail. */
.se-em-access-card{display:grid;gap:10px}.se-em-access-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--se-orange);color:#111;text-decoration:none;font-weight:1000;padding:12px 14px}.se-em-access-img{width:100%;max-height:260px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.13)}.se-em-backdrop[data-event-manager-mode="guest"] .se-em-sheet{border-color:rgba(255,117,24,.32)}.se-em-backdrop[data-event-manager-mode="manager"] .se-em-sheet{border-color:rgba(255,207,92,.42)}
@media (min-width: 760px){.se-em-backdrop{align-items:center;padding:18px}.se-em-sheet{height:min(900px,calc(100dvh - 36px));border-radius:34px}.se-em-body{padding:18px 20px 22px}.se-em-actions{padding:14px 20px 18px}}

.se-em-map-card{overflow:hidden}.se-em-map-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.se-em-map-head h3{margin:0}.se-em-map-head span{border:1px solid rgba(255,122,26,.36);border-radius:999px;color:var(--se-gold);font-size:10px;font-weight:1000;letter-spacing:.1em;padding:6px 9px;text-transform:uppercase}.se-em-map-visual{position:relative;min-height:160px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.13);background:radial-gradient(circle at 50% 46%,rgba(255,122,26,.28),transparent 20%),linear-gradient(135deg,#121212,#1a0b04);margin-bottom:10px}.se-em-map-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:34px 34px;opacity:.45}.se-em-map-visual i{position:absolute;border-radius:999px;background:rgba(255,122,26,.18);border:1px solid rgba(255,122,26,.32)}.se-em-map-visual i:nth-child(2){width:120px;height:120px;left:50%;top:50%;transform:translate(-50%,-50%)}.se-em-map-visual i:nth-child(3){width:200px;height:200px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.65}.se-em-map-visual i:nth-child(4){width:280px;height:280px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.35}.se-em-map-pin{position:absolute;z-index:2;left:50%;top:48%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:var(--se-orange);box-shadow:0 12px 32px rgba(255,122,26,.35);font-size:24px}.se-em-map-card small{display:block;color:rgba(255,255,255,.58);margin-top:4px}

/* v8.9 button/profile QA fixes: favorite icon uses a full visible 24px SVG box. */
.se-card-fav-btn,.se-icon-btn{overflow:visible!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}
.se-card-fav-btn svg,.se-icon-btn svg{display:block!important;width:28px!important;height:28px!important;overflow:visible!important;stroke-width:2.4!important;flex:0 0 auto!important}
.se-card-fav-btn.is-active svg{fill:rgba(255,122,26,.22)!important;color:var(--se-orange)!important}

/* Profile photo editor: one shared modal for camera/upload/history. */
.se-account-avatar-img,.se-profile-avatar-img,.se-em-host-avatar-img{object-fit:cover;border-radius:999px;display:block;background:#111;border:1px solid rgba(255,122,26,.44)}
.se-account-avatar-img{width:54px;height:54px}.se-account-avatar-img.is-large{width:112px;height:112px}.se-profile-avatar-img{width:112px!important;height:112px!important}.se-em-host-avatar-img{width:48px;height:48px;flex:0 0 48px}
.se-profile-photo-preview{display:flex;justify-content:center;padding:6px 0 12px}.se-photo-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.se-photo-actions label{justify-content:center;cursor:pointer}.se-file-input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.se-photo-history{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.04);padding:12px}.se-photo-history>strong{display:block;margin-bottom:10px}.se-photo-history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.se-photo-thumb{border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#111;padding:4px;aspect-ratio:1;cursor:pointer;overflow:hidden}.se-photo-thumb img{width:100%;height:100%;object-fit:cover;border-radius:14px}.se-legal-block{border:1px solid rgba(255,122,26,.22);border-radius:20px;background:rgba(255,122,26,.08);padding:12px;margin-bottom:12px}.se-legal-block small{display:block;color:rgba(255,255,255,.68);line-height:1.4}.se-favorite-list{display:grid;gap:8px}.se-favorite-row{width:100%;text-align:left;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.045);color:#fff;padding:12px;cursor:pointer}.se-favorite-row strong{display:block}.se-favorite-row span{display:block;color:rgba(255,255,255,.66);font-size:12px;margin-top:3px}.se-em-host-user{appearance:none;border:0;background:transparent;color:#fff;padding:0;text-align:left;cursor:pointer}.se-em-host-user:focus-visible{outline:2px solid var(--se-orange);outline-offset:4px;border-radius:14px}
@media (max-width:520px){.se-photo-actions{grid-template-columns:1fr}.se-photo-history-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* v9.0 UX QA: favorite actions, seats visibility and profile-card actions. */
.se-seat-badge,
.se-countdown-badge {
  position: absolute;
  z-index: 3;
  right: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(0,0,0,.74);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .02em;
  padding: 9px 12px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0,0,0,.32);
}
.se-seat-badge { bottom: 58px; background: linear-gradient(135deg, rgba(255,122,26,.92), rgba(255,190,126,.88)); color: #150700; border-color: transparent; }
.se-countdown-badge { bottom: 16px; }
.se-meta-strong { color: #fff; font-weight: 1000; }
.se-em-favorite {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
  backdrop-filter: blur(12px);
  font-weight: 1000;
  cursor: pointer;
  padding: 12px 14px;
}
.se-em-favorite.is-active { background: rgba(255,122,26,.94); color: #120700; border-color: transparent; }
.se-profile-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.se-row-favorite.is-active { background: rgba(255,122,26,.18); border-color: rgba(255,122,26,.42); color: #fff; }
.se-agenda-item .se-btn,
.se-favorite-row .se-btn { margin-top: 8px; width: fit-content; }
@media (max-width: 520px) {
  .se-seat-badge, .se-countdown-badge { right: 12px; font-size: 11px; padding: 8px 10px; }
  .se-seat-badge { bottom: 52px; }
  .se-profile-card-actions { grid-template-columns: 1fr; }
}

/* v9.5 best-in-class social profile modal.
   One shared component is used from Discovery and Social to avoid duplicate profile sheets. */
.se-user-profile-modal-v98.se-modal-overlay { place-items: end center; padding: 10px; background: rgba(0,0,0,.78); backdrop-filter: blur(14px); }
.se-user-profile-modal-v98 .se-modal-card {
  width: min(100%, 760px);
  max-height: min(94dvh, 920px);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 8%, rgba(255,122,26,.20), transparent 36%),
    linear-gradient(180deg, #151515, #070707 72%);
  border-color: rgba(255,207,92,.30);
}
.se-user-profile-modal-v98 .se-modal-head { position: sticky; top: -18px; z-index: 5; margin: -18px -18px 12px; padding: 14px 16px 8px; background: linear-gradient(180deg, rgba(15,15,15,.98), rgba(15,15,15,.72)); backdrop-filter: blur(16px); }
.se-user-profile-modal-v98 .se-modal-head h2 { font-size: 0; }
.se-user-profile-modal-v98 .se-modal-close { width: 52px; height: 52px; margin-left: auto; background: rgba(255,255,255,.07); font-size: 32px; }
.se-user-modal-hero-v98 { position: relative; padding: 8px 0 14px; }
.se-user-modal-vip-pill { display: inline-flex; align-items: center; border: 1px solid rgba(255,207,92,.35); border-radius: 999px; background: rgba(255,122,26,.14); color: var(--se-gold); font-weight: 1000; padding: 9px 14px; margin-bottom: 14px; }
.se-user-modal-identity-v98 { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; }
.se-user-modal-avatar-v98 { width: 128px; height: 128px; border-radius: 999px; display: grid; place-items: center; object-fit: cover; background: linear-gradient(135deg,#00a79f,#0c9f96); color: #fff; border: 2px solid rgba(255,207,92,.72); box-shadow: 0 22px 50px rgba(0,0,0,.40); font-size: 46px; font-weight: 1000; }
.se-user-modal-title-v98 h3 { margin: 0; color: #fff; font-size: clamp(30px, 8vw, 44px); line-height: .98; letter-spacing: -.055em; }
.se-user-modal-title-v98 h3 span { color: var(--se-gold); font-size: .56em; vertical-align: middle; }
.se-user-modal-location-v98 { margin: 8px 0 0 !important; color: rgba(255,255,255,.86) !important; }
.se-user-modal-title-v98 strong { display: block; margin-top: 8px; color: var(--se-gold); }
.se-user-modal-title-v98 p:last-child { margin: 11px 0 0; color: rgba(255,255,255,.76); line-height: 1.42; max-width: 58ch; }
.se-user-modal-stat-grid-v98 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 8px 0 12px; }
.se-user-modal-stat-v98 { min-height: 126px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.045); padding: 16px; display: grid; align-content: center; gap: 5px; }
.se-user-modal-stat-v98 span { color: rgba(255,255,255,.78); font-weight: 1000; }
.se-user-modal-stat-v98 strong { color: #fff; font-size: 26px; line-height: 1; }
.se-user-modal-stat-v98 small { color: rgba(255,255,255,.62); line-height: 1.28; }
.se-user-modal-stat-v98.se-stat-compat { background: radial-gradient(circle at 88% 55%, rgba(255,122,26,.24), rgba(255,255,255,.045) 38%); }
.se-user-modal-stat-v98.se-stat-online strong { color: #68ed8d; }
.se-user-modal-tags-v98, .se-user-modal-availability-v98, .se-user-modal-social-proof-v98 { border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.045); padding: 15px; margin-top: 12px; }
.se-user-modal-tags-v98 strong, .se-user-modal-availability-v98 strong, .se-user-modal-social-proof-v98 strong { display: block; color: #fff; margin-bottom: 10px; }
.se-user-modal-chip-row-v98 { display: flex; flex-wrap: wrap; gap: 9px; }
.se-user-modal-chip-row-v98 span { border-radius: 999px; padding: 9px 13px; background: rgba(255,122,26,.16); color: #ffd5b2; font-weight: 900; }
.se-user-modal-chip-row-v98 span:nth-child(1) { background: rgba(31,172,88,.28); color: #c0ffd1; }
.se-user-modal-chip-row-v98 span:nth-child(2) { background: rgba(124,91,255,.22); color: #ddd6ff; }
.se-user-modal-chip-row-v98 span:nth-child(3) { background: rgba(255,207,92,.18); color: #ffe292; }
.se-user-modal-availability-v98 { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.se-user-modal-availability-v98 span { color: rgba(255,255,255,.82); }
.se-user-modal-social-proof-v98 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.se-user-mutuals-v98, .se-user-interest-icons-v98 { display: flex; align-items: center; margin: 8px 0; }
.se-user-mutuals-v98 span, .se-user-mutuals-v98 em, .se-user-interest-icons-v98 span { width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); background: #151515; color: #fff; font-size: 13px; font-style: normal; font-weight: 1000; margin-left: -8px; }
.se-user-mutuals-v98 span:first-child, .se-user-interest-icons-v98 span:first-child { margin-left: 0; }
.se-user-interest-icons-v98 span { color: var(--se-gold); font-size: 18px; }
.se-user-modal-social-proof-v98 small { color: rgba(255,255,255,.65); }
.se-user-modal-actions-v98 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 16px; }
.se-user-modal-actions-v98 .se-btn { min-height: 56px; font-size: 16px; }
.se-user-modal-full-profile-v98 { width: 100%; min-height: 58px; margin-top: 10px; border: 1px solid rgba(255,207,92,.28); border-radius: 20px; background: rgba(255,255,255,.035); color: #fff; font-weight: 1000; font-size: 17px; }
@media (min-width: 640px) { .se-user-profile-modal-v98.se-modal-overlay { place-items: center; } }
@media (max-width: 600px) {
  .se-user-profile-modal-v98.se-modal-overlay { padding: 0; }
  .se-user-profile-modal-v98 .se-modal-card { width: 100%; max-height: 100dvh; border-radius: 30px 30px 0 0; padding: 14px; }
  .se-user-modal-identity-v98 { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 12px; }
  .se-user-modal-avatar-v98 { width: 112px; height: 112px; font-size: 40px; }
  .se-user-modal-stat-grid-v98 { grid-template-columns: 1fr; }
  .se-user-modal-social-proof-v98 { grid-template-columns: 1fr; }
  .se-user-modal-availability-v98 { align-items: flex-start; flex-direction: column; }
  .se-user-modal-actions-v98 { grid-template-columns: 1fr; }
}

/* v9.8 shared interaction components: settings workflows, alerts, help guide and VIP boosts. */
.se-discovery-alert-btn,.se-discovery-help-btn{width:42px;height:42px;border-radius:999px;border:1px solid var(--se-border-soft);background:#111;color:var(--se-text);display:grid;place-items:center;font-weight:1000}.se-discovery-alert-btn{color:var(--se-orange)}.se-discovery-help-btn{color:var(--se-gold)}
.se-category-guide{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.se-category-pill{border:1px solid rgba(255,122,26,.35);background:rgba(255,122,26,.08);color:var(--se-text);border-radius:999px;padding:9px 11px;font-weight:900;font-size:12px}.se-ai-guardrail-note{display:block;margin-top:8px;color:var(--se-gold);font-weight:800}.se-vip-boost-teaser{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.se-vip-boost-teaser h2{margin:0 0 6px}.se-vip-boost-teaser p{color:var(--se-muted);margin:0}.se-alert-list,.se-help-list,.se-vip-boost-list{display:grid;gap:10px}.se-alert-row,.se-vip-boost-row,.se-settings-link-rich{width:100%;border:1px solid var(--se-border-soft);border-radius:16px;background:#101010;color:var(--se-text);padding:13px;text-align:left;display:grid;gap:4px}.se-alert-row span,.se-vip-boost-row span,.se-settings-link-rich small{color:var(--se-muted)}.se-alert-row small,.se-vip-boost-row small{color:var(--se-orange);font-weight:900}.se-good-to-know{display:flex;justify-content:space-between;align-items:center;background:#efefef;color:#111;padding:12px 16px;border-radius:12px 12px 0 0;font-weight:1000}.se-good-to-know button{border:0;background:transparent;font-size:22px;color:#777}.se-help-step{display:grid;grid-template-columns:36px 1fr;gap:12px;border:1px solid var(--se-border-soft);border-radius:18px;padding:12px;background:#101010}.se-help-step>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--se-orange);color:#111;font-weight:1000}.se-help-step p{margin:4px 0 0;color:var(--se-muted)}.se-vip-score-card{border:1px solid var(--se-border);border-radius:20px;background:linear-gradient(135deg,rgba(255,122,26,.22),rgba(0,0,0,.25));padding:16px}.se-vip-score-card span{color:var(--se-gold);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:1000}.se-vip-score-card strong{display:block;font-size:34px;margin:5px 0}.se-toggle-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;border:1px solid var(--se-border-soft);border-radius:16px;padding:12px;margin:8px 0}.se-language-grid{display:flex;gap:8px;flex-wrap:wrap}.se-availability-create-card{border:1px solid var(--se-border-soft);border-radius:18px;padding:12px;margin-top:12px;background:#101010}.se-invitation-counter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.se-invitation-counter{border:1px solid var(--se-border-soft);border-radius:18px;background:#101010;color:var(--se-text);padding:14px;text-align:left}.se-invitation-counter strong{display:block;font-size:28px}.se-invitation-counter small{color:var(--se-orange);font-weight:900}@media(max-width:520px){.se-vip-boost-teaser{align-items:stretch;flex-direction:column}.se-invitation-counter-grid{grid-template-columns:1fr}.se-toggle-row{grid-template-columns:1fr auto}}

/* v9.9 Event Manager profile/context upgrade and Boost tab. */
.se-em-profile-summary{display:grid;gap:10px;margin:0 0 12px}.se-em-profile-host-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;text-align:left;border:1px solid rgba(255,207,92,.28);border-radius:22px;background:linear-gradient(135deg,rgba(255,122,26,.12),rgba(255,255,255,.045));color:#fff;padding:12px;cursor:pointer}.se-em-profile-avatar,.se-em-profile-avatar-img{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;object-fit:cover;background:linear-gradient(135deg,#00a79f,#0f7bd5);border:1px solid rgba(255,207,92,.55);font-weight:1000;color:#fff}.se-em-profile-host-card small{display:block;color:var(--se-gold);font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.se-em-profile-host-card strong{display:block;font-size:17px}.se-em-profile-host-card span{display:block;color:var(--se-muted);font-size:12px;margin-top:3px}.se-em-profile-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.se-em-profile-metrics div{border:1px solid var(--se-border-soft);border-radius:18px;background:rgba(255,255,255,.045);padding:10px;min-width:0}.se-em-profile-metrics small{display:block;color:var(--se-muted);font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.se-em-profile-metrics strong{display:block;color:#fff;font-size:14px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.se-em-participant-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.se-em-participant-strip button{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--se-border-soft);border-radius:999px;background:rgba(255,255,255,.055);color:#fff;padding:7px 10px;white-space:nowrap}.se-em-participant-strip span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#1b6da8;font-size:10px;font-weight:1000}.se-em-participant-strip small{font-size:12px}.se-em-boost-card{border-color:rgba(255,207,92,.34)!important;background:radial-gradient(circle at 0 0,rgba(255,207,92,.14),transparent 42%),rgba(255,255,255,.045)!important}.se-em-tabs button[data-em-tab="boost"]{border-color:rgba(255,207,92,.42);color:#ffe1a1}.se-em-tabs button[data-em-tab="boost"].is-active{background:linear-gradient(135deg,#ffd15c,var(--se-orange));color:#120700}.se-em-chat-preview .se-btn{margin-top:10px}
@media(min-width:760px){.se-em-profile-summary{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:stretch}.se-em-participant-strip{grid-column:1 / -1}.se-em-profile-host-card{min-height:92px}}

/* v9.9 premium profile modal refinement: less clutter, stronger action hierarchy. */
.se-user-profile-modal-v98 .se-modal-card{width:min(760px,calc(100vw - 24px));border-radius:34px;background:radial-gradient(circle at 90% 12%,rgba(255,122,26,.18),transparent 34%),linear-gradient(180deg,#151515,#080808);border-color:rgba(255,122,26,.28)}.se-user-modal-hero-v98{position:relative;border:1px solid rgba(255,207,92,.22);border-radius:28px;padding:18px;background:linear-gradient(135deg,rgba(255,122,26,.12),rgba(255,255,255,.035));margin-bottom:12px}.se-user-modal-vip-pill{display:inline-flex;margin-bottom:14px;border:1px solid rgba(217,166,75,.45);border-radius:999px;padding:7px 11px;color:#ffd88a;font-weight:1000;background:rgba(217,166,75,.12)}.se-user-modal-identity-v98{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center}.se-user-modal-avatar-v98{width:110px;height:110px;border-radius:999px;display:grid;place-items:center;object-fit:cover;background:linear-gradient(135deg,#00a79f,#0f7bd5);border:2px solid rgba(255,207,92,.58);color:#fff;font-size:38px;font-weight:1000}.se-user-modal-title-v98 h3{margin:0;font-size:clamp(26px,6vw,38px);line-height:1}.se-user-modal-title-v98 h3 span{color:var(--se-gold);font-size:.7em}.se-user-modal-title-v98 p{margin:7px 0;color:var(--se-muted);line-height:1.45}.se-user-modal-title-v98 strong{display:block;color:var(--se-gold);margin:4px 0}.se-user-modal-stat-grid-v98{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.se-user-modal-stat-v98,.se-user-modal-tags-v98,.se-user-modal-availability-v98,.se-user-modal-social-proof-v98{border:1px solid var(--se-border-soft);border-radius:22px;background:rgba(255,255,255,.045);padding:13px}.se-user-modal-stat-v98 span{display:block;color:var(--se-gold);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.se-user-modal-stat-v98 strong{display:block;color:#fff;font-size:24px;margin:5px 0}.se-user-modal-stat-v98 small{color:var(--se-muted)}.se-user-modal-tags-v98{display:grid;gap:10px}.se-user-modal-chip-row-v98{display:flex;gap:8px;flex-wrap:wrap}.se-user-modal-chip-row-v98 span{border-radius:999px;padding:7px 10px;background:rgba(255,122,26,.13);border:1px solid rgba(255,122,26,.24);font-weight:900}.se-user-modal-availability-v98{display:flex;justify-content:space-between;gap:12px;align-items:center}.se-user-modal-social-proof-v98{display:grid;grid-template-columns:1fr 1fr;gap:12px}.se-user-mutuals-v98,.se-user-interest-icons-v98{display:flex;gap:6px;margin:9px 0}.se-user-mutuals-v98 span,.se-user-mutuals-v98 em,.se-user-interest-icons-v98 span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid var(--se-border-soft);font-style:normal;font-weight:1000}.se-user-modal-actions-v98{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:10px;margin-top:12px}.se-user-modal-full-profile-v98{width:100%;border:1px solid rgba(255,207,92,.32);border-radius:999px;background:rgba(255,255,255,.045);color:#fff;font-weight:1000;padding:15px;margin-top:10px}@media(max-width:640px){.se-user-modal-identity-v98{grid-template-columns:1fr;text-align:center}.se-user-modal-avatar-v98{margin:auto}.se-user-modal-stat-grid-v98,.se-user-modal-social-proof-v98,.se-user-modal-actions-v98{grid-template-columns:1fr}.se-user-modal-availability-v98{display:grid}}
