.se-profile-settings { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.se-profile-settings svg { width: 15px; height: 15px; }
.se-profile-hub { margin-bottom: 18px; }
.se-profile-hub-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.se-profile-hub h2 { margin: 0 0 8px; font-size: clamp(23px, 6vw, 34px); line-height: .95; letter-spacing: -.035em; }
.se-profile-hub p:not(.se-kicker) { color: var(--se-muted); margin: 0; line-height: 1.25; }
.se-mobile-ready-pill { flex: 0 0 auto; align-self: flex-start; border: 1px solid var(--se-border); color: var(--se-gold); border-radius: 999px; padding: 8px 10px; font-size: 10px; font-weight: 1000; text-transform: uppercase; letter-spacing: .14em; }
.se-profile-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.se-profile-hub-item { min-height: 80px; display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; text-align: left; border: 1px solid var(--se-border-soft); border-radius: 18px; background: #101010; color: var(--se-text); padding: 10px; }
.se-profile-hub-item.is-primary { background: #101010; color: var(--se-text); border-color: var(--se-border-soft); }
.se-profile-hub-icon { width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; background: rgba(255,122,26,.16); color: var(--se-orange); }
.se-profile-hub-item.is-primary .se-profile-hub-icon { background: rgba(255,122,26,.16); color: var(--se-orange); }
.se-profile-hub-icon svg { width: 17px; height: 17px; }
.se-profile-hub-item strong { display: block; font-size: 12px; line-height: 1; }
.se-profile-hub-item small { display: block; color: var(--se-muted); font-size: 10px; line-height: 1.15; margin-top: 3px; }
.se-profile-hub-item.is-primary small { color: var(--se-muted); }
.se-profile-dashboard { margin-bottom: 18px; }
.se-profile-dashboard-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.se-profile-dashboard h2 { margin: 2px 0 8px; font-size: clamp(26px, 7vw, 38px); line-height: .95; }
.se-profile-dashboard p { color: var(--se-text); margin: 0; }
.se-dashboard-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.se-dashboard-tile { background: rgba(0,0,0,.36); border: 1px solid var(--se-border-soft); border-radius: 18px; padding: 14px; min-height: 112px; }
.se-dashboard-tile span { display: block; color: var(--se-gold); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 1000; }
.se-dashboard-tile strong { display: block; font-size: 25px; line-height: .98; margin: 8px 0; }
.se-dashboard-tile small { color: var(--se-muted); line-height: 1.2; }
.se-dashboard-actions { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.se-profile-next-step { background: rgba(0,0,0,.32); border: 1px solid var(--se-border-soft); border-radius: 18px; padding: 14px; }
.se-profile-next-step p { margin-top: 6px; color: var(--se-muted); }
.se-profile-identity { text-align: center; padding: 18px 0 22px; border-bottom: 1px solid var(--se-border-soft); margin-bottom: 18px; }
.se-profile-avatar { width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 999px; display: grid; place-items: center; background: #079c95; border: 1px solid var(--se-orange); font-size: 38px; font-weight: 900; }
.se-profile-identity h2 { margin: 0 0 6px; }
.se-profile-identity p { margin: 0 0 10px; color: var(--se-muted); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.se-profile-identity strong { display: block; margin-bottom: 14px; }
.se-profile-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.se-profile-stats div { border: 1px solid var(--se-border-soft); border-radius: 16px; padding: 14px; }
.se-profile-stats strong { font-size: 22px; margin: 0; }
.se-profile-stats span { display: block; color: var(--se-muted); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.se-settings-links { margin-bottom: 18px; }
.se-settings-links h2 { margin: 0 0 12px; font-size: 22px; }
.se-settings-link-grid { display: grid; gap: 10px; }
.se-settings-link-group { border: 1px solid var(--se-border-soft); border-radius: 18px; padding: 12px; background: rgba(0,0,0,.22); }
.se-settings-link-group strong { display: block; margin-bottom: 8px; color: var(--se-gold); }
.se-settings-link { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; border: 0; border-top: 1px solid var(--se-border-soft); background: transparent; color: var(--se-text); padding: 11px 0; text-align: left; font-weight: 900; }
.se-settings-link::after { content: '›'; color: var(--se-orange); font-size: 18px; }
.se-profile-preferences { display: grid; gap: 20px; }
.se-pref-block { display: grid; gap: 10px; }
.se-availability-box { background: var(--se-brown); border: 1px solid var(--se-border); border-radius: 22px; padding: 16px; }
.se-availability-box p { color: var(--se-muted); margin: 6px 0 0; }
.se-logout { width: 100%; margin: 22px 0 0; padding: 16px; border-radius: 18px; border: 1px solid var(--se-border-soft); background: #090909; color: var(--se-danger); text-align: left; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 1000; }
@media (min-width: 760px) { .se-dashboard-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .se-settings-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 420px) { .se-profile-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .se-profile-hub-head { flex-direction: column; } }
@media (max-width: 380px) { .se-dashboard-grid { grid-template-columns: 1fr; } .se-profile-dashboard-head { flex-direction: column; } }
