/* Nexus Home dashboard. */
.dashboard-shell { width:100%; max-width:1040px; margin:0 auto; padding:8px 0 70px; }
.dashboard-header { padding:12px 0 20px; }
.dashboard-header h2 { margin:8px 0 0; font-size:clamp(38px,6vw,62px); letter-spacing:-.045em; }
.dashboard-subtitle { max-width:680px; margin:18px 0 0; color:#aaaab7; font-size:17px; line-height:1.7; }
.dashboard-section { margin-top:30px; }
.dashboard-section-heading { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:14px; }
.dashboard-section-heading h3 { margin:0; font-size:25px; letter-spacing:-.025em; }
.dashboard-section-heading p { margin:0; color:#858594; font-size:13px; }
.continue-card,.tool-card { padding:25px; border:1px solid rgba(255,255,255,.1); border-radius:22px; background:rgba(18,18,24,.88); box-shadow:0 22px 65px rgba(0,0,0,.28); backdrop-filter:blur(16px); }
.continue-card { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:24px; border-color:rgba(168,71,232,.34); background:linear-gradient(135deg,rgba(233,54,88,.08),rgba(56,102,250,.08)),rgba(18,18,24,.88); }
.continue-card h3,.tool-card h3 { margin:0; }
.continue-card p,.tool-card p { margin:8px 0 0; color:#aaaab7; line-height:1.6; }
.tool-card-header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.tool-status { padding:7px 11px; border-radius:999px; border:1px solid rgba(76,214,155,.28); background:rgba(76,214,155,.08); color:#9ae7c4; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.current-profile-summary { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; align-items:center; margin-top:22px; padding:20px; border:1px solid rgba(168,71,232,.3); border-radius:17px; background:rgba(168,71,232,.07); }
.current-profile-summary h4 { margin:0; font-size:18px; }.current-profile-summary p{margin:7px 0 0;color:#aaaab7}.profile-version-pill{display:inline-flex;padding:6px 9px;margin-bottom:9px;border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.no-current-profile { margin-top:20px; padding:18px; border:1px dashed rgba(255,255,255,.13); border-radius:15px; color:#9696a4; line-height:1.6; }
.dashboard-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:20px; }.dashboard-actions .primary-button{margin:0}.history-block{margin-top:26px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.history-block h4{margin:0}.history-list{display:grid;gap:10px;margin-top:14px}.history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:15px 16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}.history-row strong,.history-row span{display:block}.history-row span{margin-top:5px;color:#888896;font-size:13px}.history-view-button{padding:10px 13px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#d0d0d9;background:transparent;font-weight:700}.history-empty{padding:16px;border-radius:13px;color:#858594;background:rgba(255,255,255,.025);line-height:1.55}.coming-soon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.coming-soon-card{min-height:155px;padding:21px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}.coming-soon-card h3{margin:18px 0 8px}.coming-soon-card p{margin:0;color:#8f8f9d;font-size:14px;line-height:1.6}
@media(max-width:650px){.dashboard-section-heading,.tool-card-header{align-items:flex-start;flex-direction:column}.continue-card,.current-profile-summary{grid-template-columns:1fr}.coming-soon-grid{grid-template-columns:1fr}.dashboard-actions{flex-direction:column}.dashboard-actions button{width:100%}.history-row{grid-template-columns:1fr}.history-view-button{width:100%}}

/* Multiple active Nexus tools now stack as separate dashboard cards. */
.continue-card-list,.tool-stack { display:grid; gap:16px; }
.coming-soon-grid.two-up { grid-template-columns:repeat(2,minmax(0,1fr)); }
.search-summary { border-color:rgba(56,102,250,.3); background:rgba(56,102,250,.065); }
@media(max-width:650px){.coming-soon-grid.two-up{grid-template-columns:1fr}}

/* Account view, membership gates, and free-access limits. */
.account-shell { width:100%; max-width:860px; margin:0 auto; display:grid; gap:22px; }
.account-card h2 { margin:0; font-size:clamp(34px,5vw,50px); letter-spacing:-.04em; }
.account-info-grid { display:grid; gap:10px; margin-top:28px; }
.account-info-row { display:grid; grid-template-columns:180px minmax(0,1fr); gap:18px; padding:17px 18px; border:1px solid rgba(255,255,255,.08); border-radius:14px; background:rgba(255,255,255,.025); }
.account-info-row span { color:#858594; }
.account-info-row strong { overflow-wrap:anywhere; }
.upgrade-note { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px; align-items:center; margin-top:26px; padding:20px; border:1px solid rgba(168,71,232,.28); border-radius:17px; background:linear-gradient(135deg,rgba(233,54,88,.07),rgba(56,102,250,.07)); }
.upgrade-note p { margin:7px 0 0; color:#9999a7; line-height:1.55; }
.account-upgrade-button { text-decoration:none; white-space:nowrap; }
.danger-zone-card { border-color:rgba(239,60,92,.22); }
.danger-zone-card h3 { margin:0; font-size:24px; }
.danger-zone-card p { margin:12px 0 24px; color:#aaaab7; line-height:1.65; }
.membership-gate-wrap { width:100%; max-width:760px; margin:30px auto; }
.membership-gate-card { text-align:center; }
.membership-gate-card h2 { margin:0; font-size:clamp(36px,6vw,54px); letter-spacing:-.04em; }
.membership-gate-card p { max-width:620px; margin:18px auto 0; color:#aaaab7; line-height:1.7; }
.membership-gate-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:28px; }
.membership-gate-actions a { text-decoration:none; }
.locked-tool-card { border-color:rgba(255,183,77,.16); }
.locked-status { border-color:rgba(255,183,77,.28); background:rgba(255,183,77,.08); color:#edc47b; }
.locked-tool-message { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:22px; padding:18px; border-radius:15px; background:rgba(255,255,255,.025); }
.locked-tool-message p { margin:0; }
.locked-tool-message a { text-decoration:none; }
.free-limit-note { margin:16px 0 0; color:#c7a1e7 !important; font-size:13px; }
@media(max-width:650px){
  .account-info-row,.upgrade-note{grid-template-columns:1fr}
  .locked-tool-message{align-items:stretch;flex-direction:column}
  .locked-tool-message a,.account-upgrade-button{width:100%;text-align:center}
}

/* Consistent Nexus step statuses. Scoped to Home so tool-specific pills elsewhere remain unchanged. */
.dashboard-shell .tool-status {
  flex: 0 0 auto;
}
.dashboard-shell .tool-status.status-available {
  border-color: rgba(244, 203, 79, .38);
  background: rgba(244, 203, 79, .1);
  color: #f6d979;
}
.dashboard-shell .tool-status.status-complete {
  border-color: rgba(76, 214, 155, .3);
  background: rgba(76, 214, 155, .09);
  color: #9ae7c4;
}
.dashboard-shell .tool-status.status-locked {
  border-color: rgba(255, 139, 56, .4);
  background: rgba(255, 139, 56, .1);
  color: #ffb06d;
}
.dashboard-shell .tool-status.status-coming-soon {
  border-color: rgba(168, 71, 232, .25);
  background: rgba(168, 71, 232, .08);
  color: #d8b4ef;
}
/* The next step is derived from the latest completed application, not the first gap. */
.next-step-spotlight { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; margin: 0 0 28px; padding: 25px 27px; border-radius: 22px; overflow: hidden; background: linear-gradient(125deg, rgba(111, 42, 165, .25), rgba(24, 20, 35, .94)); border: 1px solid rgba(222, 178, 255, .32); box-shadow: 0 0 0 1px rgba(182, 88, 255, .06), 0 0 34px rgba(165, 73, 255, .18); }
.next-step-spotlight::before { content: ""; position: absolute; inset: -70%; background: radial-gradient(circle, rgba(219, 137, 255, .19), transparent 36%); animation: nextStepGlow 5.5s linear infinite; pointer-events: none; }
.next-step-spotlight > * { position: relative; }
.next-step-spotlight h3 { margin: 8px 0; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.next-step-spotlight p { margin: 0; color: var(--muted); line-height: 1.58; }
.next-step-label-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.next-step-spotlight.status-locked { border-color: rgba(255, 151, 55, .34); box-shadow: 0 0 32px rgba(255, 128, 38, .11); }
.next-step-spotlight.status-coming-soon { box-shadow: none; }
@keyframes nextStepGlow { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .next-step-spotlight::before { animation: none; } }
@media (max-width: 680px) { .next-step-spotlight { grid-template-columns: 1fr; } .next-step-spotlight > button { justify-self: start; } }

/* Keep the next-step label and status on one horizontal line at every width. */
.next-step-label-row {
  flex-wrap: nowrap;
}
.next-step-label-row .eyebrow {
  margin-bottom: 0;
}
.next-step-label-row .tool-status {
  white-space: nowrap;
}

/* Update 0014: renamed future-state badge. */
.dashboard-shell .tool-status.status-coming-soon {
  border-color: rgba(168,220,255,.2);
  color: #a8dcff;
  background: rgba(168,220,255,.07);
}
.next-step-spotlight.status-coming-soon { box-shadow: none; }

.account-support-card,.account-data-card{display:grid;gap:18px}.account-link-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.account-close-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-close-options article{display:grid;align-content:start;gap:10px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.03)}.account-close-options article p{margin:0 0 8px;color:#aaa6b3;line-height:1.55}.account-close-options article button{align-self:end}.account-delete-option{border-color:rgba(255,86,103,.2)!important;background:rgba(255,55,75,.035)!important}@media(max-width:720px){.account-close-options{grid-template-columns:1fr}.account-link-actions{display:grid}.account-link-actions>*{width:100%}}

/* Update 0.3.2: separated support form/policies and explicit account danger zone. */
.help-shell{width:min(900px,100%)}
.support-form-card{display:grid;gap:18px}
.support-form{display:grid;gap:16px}
.support-form select{width:100%}
.policy-links-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px}
.policy-link-grid{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:12px}
.danger-zone-card{border-color:rgba(239,60,92,.27);background:radial-gradient(circle at 90% 10%,rgba(239,60,92,.07),transparent 34%),rgba(18,18,24,.9)}
.danger-eyebrow{color:#ff8ca0}
@media(max-width:720px){.policy-links-card{grid-template-columns:1fr}.policy-link-grid{grid-template-columns:1fr}.account-close-options{grid-template-columns:1fr}}

/* Update 0.3.3: compact, polished Contact form. */
.support-form-card{gap:10px}
.support-form-card h2{margin:4px 0 2px}
.support-form-card .section-copy{margin:0 0 4px;line-height:1.55}
.support-form{gap:11px}
.support-form .field{gap:6px}
.support-form textarea{min-height:150px}
.support-form .primary-button{justify-self:start;margin-top:2px}
.support-form .status:empty{display:none}
.support-form-card .account-help-note{margin:1px 0 0}
.support-select-wrap{position:relative}
.support-select-wrap select{width:100%;appearance:none;-webkit-appearance:none;padding-right:46px;border-color:rgba(181,98,244,.34);background:linear-gradient(135deg,rgba(181,98,244,.08),rgba(70,126,255,.045)),rgba(17,17,24,.95);color:#f2eff6;cursor:pointer}
.support-select-wrap select:hover{border-color:rgba(181,98,244,.55);box-shadow:0 0 18px rgba(166,80,235,.1)}
.support-select-wrap select:focus{border-color:rgba(181,98,244,.72);box-shadow:0 0 0 3px rgba(181,98,244,.11)}
.support-select-wrap svg{position:absolute;right:15px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:#c889ff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
@media(max-width:650px){.support-form .primary-button{width:100%}}


/* Update 0.3.4: denser Contact form introduction and full-size styled selector. */
.support-form-card{gap:7px}
.support-form-card>.eyebrow{margin-bottom:10px}
.support-form-card h2{margin:0}
.support-form-card .section-copy{margin:0 0 1px}
.support-form{gap:7px}
.support-form .field{margin-top:5px}
.support-form .field label{margin-bottom:7px}
.support-select-wrap select{
  min-height:51px;
  padding:14px 48px 14px 16px;
  border:1px solid rgba(181,98,244,.38);
  border-radius:13px;
  font:inherit;
  font-size:1rem;
  line-height:1.25;
}
.support-select-wrap option{color:#f2eff6;background:#171720}

/* 0.4.2: Home carries the strongest version of the universal next-action treatment. */
.next-step-spotlight{
  --nexus-attention-rgb:207,70,255;
  --nexus-attention-bright:#ffffff;
  overflow:visible;
  border-color:rgba(226,150,255,.55);
  background:
    radial-gradient(circle at 12% 15%,rgba(255,45,157,.22),transparent 31%),
    radial-gradient(circle at 78% 70%,rgba(64,133,255,.22),transparent 34%),
    linear-gradient(125deg,rgba(135,38,190,.36),rgba(19,18,34,.97));
  box-shadow:0 0 0 1px rgba(221,105,255,.12),0 0 42px rgba(191,64,255,.27),inset 0 0 34px rgba(91,98,255,.1);
}
.next-step-spotlight::before{inset:-35%;opacity:.95;background:conic-gradient(from 30deg,transparent,rgba(255,67,177,.18),transparent 29%,rgba(75,130,255,.2),transparent 62%,rgba(218,92,255,.18),transparent);animation:nextStepGlow 8s linear infinite}
.next-step-math{position:absolute!important;inset:0;z-index:0!important;overflow:hidden;border-radius:inherit;pointer-events:none;font-family:Georgia,serif;font-weight:700;opacity:.2}
.next-step-math span{position:absolute;color:#f8dcff;text-shadow:0 0 14px rgba(223,100,255,.8)}
.next-step-math span:nth-child(1){top:12%;right:8%;font-size:clamp(34px,6vw,76px);transform:rotate(-8deg)}
.next-step-math span:nth-child(2){bottom:7%;left:45%;font-size:clamp(18px,3vw,38px);transform:rotate(7deg)}
.next-step-math span:nth-child(3){top:8%;left:34%;font-size:clamp(14px,2vw,24px)}
.next-step-spotlight>div:not(.next-step-math),.next-step-spotlight>a,.next-step-spotlight>button{z-index:2}


/* 0.4.3: clipped, equation-inspired motion field; no rotating rectangle. */
.next-step-spotlight{isolation:isolate;overflow:hidden}
.next-step-spotlight::before{display:none!important}
.next-step-motion{position:absolute!important;inset:0;z-index:0!important;overflow:hidden;border-radius:inherit;pointer-events:none;opacity:.75}
.next-step-motion svg{width:100%;height:100%;overflow:hidden}
.motion-wave,.motion-orbit{fill:none;vector-effect:non-scaling-stroke}
.motion-wave-a{stroke:rgba(255,90,203,.5);stroke-width:2.2;stroke-dasharray:10 14;animation:motionDash 7s linear infinite}
.motion-wave-b{stroke:rgba(87,157,255,.42);stroke-width:1.7;stroke-dasharray:5 18;animation:motionDashReverse 9s linear infinite}
.motion-orbit{stroke:rgba(220,142,255,.2);stroke-width:1.2;stroke-dasharray:3 16;animation:motionDash 12s linear infinite}
.motion-node{fill:#fff;filter:drop-shadow(0 0 7px #f65dff) drop-shadow(0 0 14px #5e88ff)}
.motion-symbol{position:absolute;color:rgba(255,255,255,.22);font-family:Georgia,serif;font-weight:700;text-shadow:0 0 18px rgba(218,83,255,.5);animation:mathFloat 4.8s ease-in-out infinite}
.symbol-a{top:12%;right:8%;font-size:clamp(28px,5vw,62px)}.symbol-b{bottom:10%;left:38%;font-size:clamp(22px,4vw,46px);animation-delay:-1.7s}.symbol-c{top:14%;left:27%;font-size:clamp(18px,3vw,34px);animation-delay:-3s}
@keyframes motionDash{to{stroke-dashoffset:-180}}@keyframes motionDashReverse{to{stroke-dashoffset:180}}@keyframes mathFloat{0%,100%{transform:translate3d(0,0,0);opacity:.16}50%{transform:translate3d(8px,-9px,0);opacity:.34}}
@media(prefers-reduced-motion:reduce){.motion-wave,.motion-orbit,.motion-symbol{animation:none}.motion-node{display:none}}

/* 0.4.4 geometry-only next-step depth field */
.next-step-motion{position:absolute!important;inset:2px!important;overflow:hidden!important;border-radius:inherit!important;pointer-events:none;z-index:0}
.next-step-motion svg{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}
.motion-symbol,.motion-orbit,.motion-wave{display:none!important}
.motion-curve{fill:none;stroke-linecap:round;stroke-width:1.15;opacity:.28;filter:drop-shadow(0 0 7px currentColor)}
.motion-curve-a{stroke:rgba(255,116,210,.58)}.motion-curve-b{stroke:rgba(103,157,255,.48)}
.motion-node{fill:#fff;filter:drop-shadow(0 0 7px #fff) drop-shadow(0 0 18px #ff62cb)}
.motion-node.node-b{fill:#a9d6ff;filter:drop-shadow(0 0 6px #fff) drop-shadow(0 0 16px #5c9cff)}
.motion-node.node-c{fill:rgba(189,103,255,.8);filter:blur(1px) drop-shadow(0 0 22px #9d4dff)}
.motion-back-glow{position:absolute;border-radius:50%;filter:blur(42px);opacity:.26;animation:motionBackDrift044 12s ease-in-out infinite alternate}
.motion-back-glow.glow-a{width:42%;height:75%;left:-8%;top:5%;background:rgba(139,53,255,.5)}
.motion-back-glow.glow-b{width:48%;height:80%;right:-12%;bottom:-18%;background:rgba(255,42,144,.34);animation-delay:-5s}
@keyframes motionBackDrift044{to{transform:translate3d(18%,8%,0) scale(1.15)}}
.next-step-spotlight>div:not(.next-step-motion),.next-step-spotlight>a,.next-step-spotlight>button{position:relative;z-index:2}
@media(prefers-reduced-motion:reduce){.motion-back-glow{animation:none}}


/* 0.4.5 password setup prompt for members who used passwordless login. */
.home-password-prompt{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin:0 0 22px;padding:20px 22px;border:1px solid rgba(190,93,255,.42);border-radius:18px;background:radial-gradient(circle at 5% 50%,rgba(192,70,255,.16),transparent 34%),linear-gradient(135deg,rgba(31,21,42,.96),rgba(18,18,25,.96));box-shadow:0 0 28px rgba(171,66,255,.12)}
.home-password-prompt-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#d346ff,#6d78ff);box-shadow:0 0 20px rgba(194,69,255,.34);font-size:1.05rem}
.home-password-prompt .eyebrow{margin:0 0 5px;color:#d58cff}
.home-password-prompt h3{margin:0;color:#fff;font-size:1.12rem}
.home-password-prompt p{max-width:720px;margin:6px 0 0;color:#b8b4c2;line-height:1.55}
.home-password-prompt .primary-button{white-space:nowrap}
@media(max-width:760px){.home-password-prompt{grid-template-columns:auto 1fr}.home-password-prompt .primary-button{grid-column:1/-1;width:100%}}

/* Nexus 0.4.6 Login & Security layout. */
.account-security-card h3{margin:0;font-size:clamp(1.4rem,2.8vw,1.85rem)}
.account-security-card>p{margin:12px 0 0;color:#aaa6b4;line-height:1.6}
.account-password-fields{margin-top:22px;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:rgba(255,255,255,.022)}
.account-password-fields>.field{margin-top:0}
.account-password-confirm-field{margin-top:16px!important}
.account-password-rules{margin-top:14px}
.account-save-password{margin-top:18px}
.account-two-factor-block{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}
.security-toggle{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin:0;padding:15px 16px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.025);cursor:pointer;transition:border-color .16s,background .16s,opacity .16s}
.security-toggle:hover{border-color:rgba(190,93,255,.3);background:rgba(190,93,255,.045)}
.security-toggle input{position:absolute;width:1px;height:1px;margin:0;padding:0;opacity:0;pointer-events:none}
.security-toggle-track{position:relative;display:block;width:46px;height:26px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 4px rgba(0,0,0,.35);transition:background .18s,border-color .18s,box-shadow .18s}
.security-toggle-track>span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#aaa6b2;box-shadow:0 2px 8px rgba(0,0,0,.42);transition:transform .18s,background .18s,box-shadow .18s}
.security-toggle input:checked+.security-toggle-track{border-color:rgba(190,93,255,.68);background:linear-gradient(90deg,#9a3de3,#5f67ee);box-shadow:0 0 16px rgba(163,64,232,.2)}
.security-toggle input:checked+.security-toggle-track>span{transform:translateX(20px);background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.36),0 0 9px rgba(255,255,255,.35)}
.security-toggle input:focus-visible+.security-toggle-track{outline:2px solid #d693ff;outline-offset:3px}
.security-toggle:has(input:disabled){cursor:not-allowed;opacity:.55}
.security-toggle:has(input:disabled):hover{border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.025)}
.security-toggle-copy{display:grid;gap:4px}
.security-toggle-copy strong{color:#f2eef6;font-size:.92rem;line-height:1.35}
.security-toggle-copy small{color:#8f8a99;font-size:.76rem;line-height:1.45}
.account-credential-status{min-height:0;margin-top:12px}
.account-credential-status:empty{display:none}
@media(max-width:600px){.account-password-fields{padding:16px}.account-save-password{width:100%}.security-toggle{align-items:start}}

/* Nexus 0.4.8: unmistakable password-save confirmation. */
.account-credential-status.is-success{
  display:block;
  padding:12px 14px;
  border:1px solid rgba(87,255,157,.32);
  border-radius:12px;
  background:rgba(45,211,111,.09);
  box-shadow:0 0 18px rgba(45,211,111,.08);
  color:#82ffb4;
  font-weight:750;
  text-align:left;
}

/* Nexus 0.5.2 unified Profile workspace. */
.profile-workspace-shell{max-width:1120px}
.profile-workspace-profile-section{margin-top:30px}
#workspaceProfileRoot .passion-profile-app .shell{max-width:none}
#workspaceProfileRoot .passion-profile-home-panel{box-shadow:0 26px 76px rgba(0,0,0,.3)}
.developing-profile-preview{padding:clamp(28px,4vw,46px)}
.profile-welcome-review-row{display:flex;justify-content:center;margin-top:18px}
.profile-welcome-review-row .text-button{color:#cba1f4}
.profile-welcome-embedded{padding-inline:0!important}
.profile-welcome-embedded .onboarding-hero{margin-top:0}
@media(max-width:680px){.profile-workspace-header{padding-inline:4px}.developing-profile-preview{padding:24px 18px}}
