/*
Theme Name: Vibes
Theme URI: https://shiftcontrol.pro/vibes
Author: Curtscope
Description: Vibes reference presentation theme for ShiftControl. Lightweight skin/adapter theme prepared to consume ShiftControl Blueprint Kit page geometry while preserving ShiftControl runtime, routes, permissions, action payloads, and capability ownership.
Version: 2.1.677-page-blueprint-authority-pass061
Text Domain: vibes
*/

/* Pass046: Vibes paint for canonical public WordPress and capability-state modules. */
body.vibes-public-content-shell{margin:0;background:#07091a;color:#f7f7ff}
.vibes-public-topbar{position:sticky;top:var(--wp-admin--admin-bar--height,0);z-index:40;min-height:72px;display:grid;grid-template-columns:max-content minmax(220px,520px) max-content;align-items:center;justify-content:space-between;gap:24px;padding:12px max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid rgba(143,151,212,.16);background:rgba(7,9,26,.94);box-shadow:0 14px 38px rgba(0,0,0,.25);backdrop-filter:blur(18px);font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.vibes-public-topbar a{text-decoration:none}.vibes-public-topbar__brand{display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:1.25rem;letter-spacing:.04em}.vibes-public-topbar__brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#ff7048,#f51a9f 52%,#7527ff);font-weight:900}.vibes-public-topbar__search input{width:100%;min-height:42px;padding:0 17px;border:1px solid rgba(143,151,212,.2);border-radius:999px;background:#141937;color:#fff}.vibes-public-topbar__nav{display:flex;gap:18px;align-items:center}.vibes-public-topbar__nav a{color:#e8e7f8;font-weight:750}.vibes-public-content-shell .vibes-footer{width:100%;margin:0;padding:24px max(22px,calc((100vw - 1180px)/2));border-top:1px solid rgba(143,151,212,.16);background:#050714;color:#b8b9d7}
.vibes-public-content-shell__main{min-height:68vh;padding:42px 0 72px}
body.vibes-public-content-shell{overflow-x:clip}
.vibes-public-topbar,.vibes-public-content-shell .vibes-footer{box-sizing:border-box}
.scmk-native-wordpress,.scmk-capability-state{border:1px solid rgba(143,151,212,.18);border-radius:18px;background:linear-gradient(145deg,rgba(18,23,55,.96),rgba(10,13,35,.96));box-shadow:0 18px 50px rgba(0,0,0,.23);padding:clamp(20px,3vw,34px);color:#f7f7ff}
.scmk-native-wordpress-header{background:radial-gradient(circle at 90% 0,rgba(232,25,148,.2),transparent 38%),linear-gradient(145deg,rgba(27,20,67,.98),rgba(11,14,38,.98))}
.scmk-native-wordpress h1,.scmk-native-wordpress h2{margin:.2em 0 .55em;color:#fff;line-height:1.08}.scmk-native-wordpress h1{font-size:clamp(2rem,5vw,4rem)}
.scmk-native-wordpress a{color:#ff77c8}.scmk-native-wordpress-kicker,.scmk-native-wordpress-meta{margin:0 0 10px;color:#b8b9d7;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.scmk-native-wordpress-prose{font-size:1.05rem;line-height:1.75}.scmk-native-wordpress-prose>*:first-child{margin-top:0}.scmk-native-wordpress-prose img{max-width:100%;height:auto;border-radius:14px}
.scmk-native-wordpress-list{display:grid;gap:14px}.scmk-native-wordpress-card{padding:20px;border:1px solid rgba(143,151,212,.14);border-radius:14px;background:rgba(8,11,31,.64)}
.scmk-native-wordpress-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.scmk-native-wordpress-primary-action{display:inline-flex;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,#a606c6,#ef168e 60%,#ff6335);color:#fff!important;font-weight:800;text-decoration:none}
.scmk-native-wordpress-related nav{display:grid;gap:8px}.scmk-capability-state{padding:18px}.scmk-capability-state p{margin:7px 0 0;color:#b8b9d7;line-height:1.5}
@media(max-width:760px){.vibes-public-topbar{grid-template-columns:max-content 1fr;gap:12px;padding-inline:12px}.vibes-public-topbar__search{grid-column:1 / -1;grid-row:2}.vibes-public-topbar__nav{justify-self:end}.vibes-public-topbar__nav a:first-child{display:none}}
@media(max-width:640px){.vibes-public-content-shell__main{padding-top:22px}.scmk-native-wordpress,.scmk-capability-state{border-radius:14px;padding:18px}}

/* WordPress theme metadata plus a bounded exact donor paint block for Login/Register only.
 * Blueprint Kit still owns outer Auth geometry and Module Kit owns Auth DOM/anatomy.
 * This stylesheet is enqueued only for the two Vibes Auth donor surfaces; it is not
 * a general product-surface fallback and is never enqueued for Stream or other surfaces.
 */

/* Pass039 exact legacy Vibes Auth donor CSS: bytes preserved from the visual authority block. */
body.vibes-theme .sc-register-entry{
  --sc-bg:#050816;
  --sc-panel:rgba(12,18,35,.78);
  --sc-panel-strong:rgba(18,24,43,.88);
  --sc-line:rgba(164,116,255,.24);
  --sc-text:#ffffff;
  --sc-muted:rgba(232,236,255,.72);
  --sc-accent:#ff37b7;
  min-height:100vh;
  width:100%;
  box-sizing:border-box;
  padding:clamp(18px,2.4vw,34px);
  color:var(--sc-text);
  background:
    radial-gradient(circle at 6% 12%,rgba(156,44,255,.28),transparent 28%),
    radial-gradient(circle at 92% 10%,rgba(25,202,255,.16),transparent 30%),
    linear-gradient(135deg,#050613 0%,#08101e 56%,#050816 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body.vibes-theme .sc-register-entry *,
body.vibes-theme .sc-register-entry *:before,
body.vibes-theme .sc-register-entry *:after{box-sizing:border-box;}
body.vibes-theme .sc-register-entry a{color:inherit;text-decoration:none;}
body.vibes-theme .sc-register-topbar{
  max-width:1500px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 8px 18px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
body.vibes-theme .sc-register-logo{display:inline-flex;align-items:center;gap:14px;font-size:31px;font-weight:900;letter-spacing:.18em;line-height:1;}
body.vibes-theme .sc-register-logo .vibes-canonical-logo__mark{background:none;color:inherit;box-shadow:none;border-radius:0;}
body.vibes-theme .sc-register-nav{display:flex;align-items:center;gap:34px;margin-left:auto;color:rgba(255,255,255,.88);font-size:16px;font-weight:700;}
body.vibes-theme .sc-register-nav a:hover{color:#fff;}
body.vibes-theme .sc-register-actions{display:flex;align-items:center;gap:18px;padding-left:22px;border-left:1px solid rgba(255,255,255,.14);}
body.vibes-theme .sc-register-signin,
body.vibes-theme .sc-register-join{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:10px;padding:0 25px;font-weight:900;font-size:16px;border:1px solid rgba(255,255,255,.24);background:rgba(9,12,27,.56);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);}
body.vibes-theme .sc-register-join{border:0;background:linear-gradient(100deg,#963fff,#ff2caf 54%,#ff7548);box-shadow:0 14px 34px rgba(255,48,173,.34);}
body.vibes-theme .sc-register-shell{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.07fr) minmax(420px,.99fr);
  gap:14px;
  min-height:760px;
  border-radius:22px;
}
body.vibes-theme .sc-register-story,
body.vibes-theme .sc-register-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(145deg,rgba(8,13,29,.80),rgba(13,19,38,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 80px rgba(0,0,0,.35);
}
body.vibes-theme .sc-register-story{border-radius:22px 0 0 22px;padding:54px 56px 50px;display:flex;flex-direction:column;justify-content:flex-start;min-height:760px;}
body.vibes-theme .sc-register-story:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(5,7,20,.12),rgba(5,7,20,.28) 48%,rgba(5,7,20,.72)),url('assets/images/register-hero-community.webp');background-size:cover;background-position:center bottom;opacity:.92;}
body.vibes-theme .sc-register-story:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 31%,rgba(255,73,188,.10),transparent 24%),linear-gradient(90deg,rgba(4,7,18,.50),rgba(4,7,18,.06) 52%,rgba(4,7,18,.36));}
body.vibes-theme .sc-register-kicker,
body.vibes-theme .sc-register-story h1,
body.vibes-theme .sc-register-story>p,
body.vibes-theme .sc-register-stats{position:relative;z-index:2;}
body.vibes-theme .sc-register-kicker{text-transform:uppercase;letter-spacing:.16em;color:#d7a6ff;font-size:16px;font-weight:900;margin-bottom:28px;display:flex;align-items:center;gap:14px;}
body.vibes-theme .sc-register-story h1{margin:0 0 22px;font-size:clamp(58px,6.3vw,92px);line-height:.94;font-weight:950;letter-spacing:-.06em;text-shadow:0 10px 34px rgba(0,0,0,.45);max-width:610px;}
body.vibes-theme .sc-register-story h1 span{background:linear-gradient(100deg,#7b4dff 0%,#ff2caf 48%,#ff8a45 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
body.vibes-theme .sc-register-story>p{max-width:620px;margin:0 0 36px;color:rgba(255,255,255,.84);font-size:23px;line-height:1.48;font-weight:500;}
body.vibes-theme .sc-register-stats{display:grid;grid-template-columns:repeat(3,max-content);gap:0;margin-bottom:20px;max-width:620px;}
body.vibes-theme .sc-register-stats div{display:grid;grid-template-columns:auto auto;column-gap:12px;row-gap:3px;align-items:center;min-width:150px;padding-right:24px;margin-right:24px;border-right:1px solid rgba(255,255,255,.18);}
body.vibes-theme .sc-register-stats div:last-child{border-right:0;margin-right:0;padding-right:0;}
body.vibes-theme .sc-register-stats span{font-size:28px;grid-row:1/3;filter:drop-shadow(0 0 12px rgba(255,63,190,.36));}
body.vibes-theme .sc-register-stats strong{font-size:25px;line-height:1;font-weight:950;color:#fff;}
body.vibes-theme .sc-register-stats em{font-style:normal;color:rgba(255,255,255,.74);font-size:14px;}
body.vibes-theme .sc-register-photo,
body.vibes-theme .sc-register-skyline,
body.vibes-theme .sc-register-people{display:none!important;}
body.vibes-theme .sc-register-float,
body.vibes-theme .sc-register-quote{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.20);background:rgba(12,17,34,.72);backdrop-filter:blur(18px);box-shadow:0 16px 48px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.10);}
body.vibes-theme .sc-register-float{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-width:240px;padding:15px 18px;border-radius:18px;}
body.vibes-theme .sc-register-float strong{font-size:14px;font-weight:900;color:#fff;}
body.vibes-theme .sc-register-float em{font-style:normal;grid-column:2;display:block;color:rgba(255,255,255,.72);font-size:13px;margin-top:4px;}
body.vibes-theme .sc-register-float i{width:9px;height:9px;border-radius:99px;background:#42f77a;box-shadow:0 0 15px rgba(66,247,122,.8);}
body.vibes-theme .sc-register-float-good{right:22px;top:47%;}
body.vibes-theme .sc-register-float-crew{left:30px;bottom:92px;}
body.vibes-theme .sc-register-avatar-stack{display:flex;align-items:center;}
body.vibes-theme .sc-register-avatar-stack span{display:block;width:33px;height:33px;border-radius:50%;margin-left:-9px;border:2px solid rgba(255,255,255,.78);background:linear-gradient(145deg,#ff7045,#ff2caf 54%,#38dcff);}
body.vibes-theme .sc-register-avatar-stack span:first-child{margin-left:0;}
body.vibes-theme .sc-register-quote{right:24px;bottom:38px;width:242px;padding:28px 24px;border-radius:19px;border-color:rgba(255,48,184,.60);}
body.vibes-theme .sc-register-quote span{display:block;color:#ff3bb8;font-size:31px;margin-bottom:16px;opacity:.8;}
body.vibes-theme .sc-register-quote strong{display:block;font-size:22px;line-height:1.22;font-weight:900;margin-bottom:16px;color:#fff;}
body.vibes-theme .sc-register-quote em{font-style:normal;color:rgba(255,255,255,.76);font-size:15px;line-height:1.4;}
body.vibes-theme .sc-register-panel{border-radius:0 22px 22px 0;padding:48px clamp(34px,4vw,58px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(160deg,rgba(18,25,45,.88),rgba(8,13,28,.83));}
body.vibes-theme .sc-register-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 10%,rgba(56,200,255,.10),transparent 30%),radial-gradient(circle at 40% 94%,rgba(255,42,180,.10),transparent 28%);pointer-events:none;}
body.vibes-theme .sc-register-panel>*{position:relative;z-index:1;}
body.vibes-theme .sc-register-panel-head{text-align:center;margin-bottom:28px;}
body.vibes-theme .sc-register-panel-head h2{margin:0 0 10px;color:#fff!important;font-size:clamp(32px,3vw,42px);line-height:1.08;font-weight:950;letter-spacing:-.045em;}
body.vibes-theme .sc-register-panel-head h2 span{background:linear-gradient(100deg,#ff2caf,#ff7a4c);-webkit-background-clip:text;background-clip:text;color:transparent;}
body.vibes-theme .sc-register-panel-head p{margin:0;color:rgba(255,255,255,.74);font-size:19px;}
body.vibes-theme .sc-register-form{display:grid;gap:20px;}
body.vibes-theme .sc-register-form label{display:grid;gap:9px;color:#fff;font-size:14px;font-weight:850;}
body.vibes-theme .sc-register-two{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
body.vibes-theme .sc-register-form label>span:not(.sc-register-terms span){display:grid;grid-template-columns:42px 1fr;align-items:center;min-height:53px;border:1px solid rgba(255,255,255,.20);background:rgba(8,12,25,.54);border-radius:9px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}
body.vibes-theme .sc-register-form b{display:grid;place-items:center;color:rgba(226,234,255,.78);font-size:17px;font-weight:900;}
body.vibes-theme .sc-register-form input,
body.vibes-theme .sc-register-form select{width:100%;min-width:0;height:53px;border:0;background:transparent;color:#fff;font:inherit;font-size:15px;font-weight:750;outline:0;padding:0 15px 0 0;}
body.vibes-theme .sc-register-form input::placeholder{color:rgba(222,229,255,.54);}
body.vibes-theme .sc-register-form select{appearance:auto;color:#fff;background:rgba(5,8,18,.42);border-radius:0;}
body.vibes-theme .sc-register-terms{display:flex!important;align-items:center;gap:13px;color:rgba(255,255,255,.80)!important;font-weight:700!important;font-size:15px!important;line-height:1.35;}
body.vibes-theme .sc-register-terms input{appearance:none;width:20px;height:20px;min-width:20px;border-radius:4px;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.06);padding:0;}
body.vibes-theme .sc-register-terms input:checked{background:linear-gradient(100deg,#8b45ff,#ff2caf);box-shadow:inset 0 0 0 4px rgba(5,7,18,.8);}
body.vibes-theme .sc-register-terms a{color:#c996ff!important;font-weight:900;}
body.vibes-theme .sc-register-submit{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;min-height:64px;border:0;border-radius:10px;background:linear-gradient(100deg,#8c3fff 0%,#ff2caf 55%,#ff8548 100%);color:#fff!important;font-size:20px;font-weight:950;letter-spacing:-.02em;box-shadow:0 18px 48px rgba(255,47,181,.34),inset 0 1px 0 rgba(255,255,255,.23);cursor:pointer;}
body.vibes-theme .sc-register-divider{display:flex;align-items:center;gap:17px;color:rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px;}
body.vibes-theme .sc-register-divider:before,
body.vibes-theme .sc-register-divider:after{content:"";height:1px;flex:1;background:rgba(255,255,255,.22);}
body.vibes-theme .sc-register-alt-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
body.vibes-theme .sc-register-alt-row a{min-height:53px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(10,15,30,.62);color:rgba(255,255,255,.90)!important;font-size:15px;font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
body.vibes-theme .sc-register-alt-row a span{color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.24));}
body.vibes-theme .sc-register-bottom{margin:3px 0 0;text-align:center;color:rgba(255,255,255,.78);font-size:17px;}
body.vibes-theme .sc-register-bottom a{color:#ff72d5!important;font-weight:900;}
body.vibes-theme .sc-register-footer{max-width:1500px;margin:18px auto 0;padding:22px 6px 0;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;color:rgba(255,255,255,.58);font-size:15px;}
body.vibes-theme .sc-register-footer nav{display:flex;justify-content:center;gap:55px;color:rgba(255,255,255,.60);}
body.vibes-theme .sc-register-footer strong{font-weight:800;color:rgba(255,255,255,.70);}
body.vibes-theme .sc-register-footer strong span{color:#ff4ebe;}
body.vibes-theme .sc-register-redirect-card{width:min(560px,94vw);margin:12vh auto;padding:42px;border-radius:28px;background:rgba(15,20,40,.82);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 80px rgba(0,0,0,.42);text-align:center;}
body.vibes-theme .sc-login-entry .sc-register-story:before{background-image:linear-gradient(180deg,rgba(5,7,20,.10),rgba(5,7,20,.30) 48%,rgba(5,7,20,.74)),url('assets/images/login-hero-community.webp');}
body.vibes-theme .sc-login-entry .sc-register-shell{grid-template-columns:minmax(420px,.96fr) minmax(0,1.06fr);}
body.vibes-theme .sc-login-entry .sc-register-story{order:2;border-radius:0 22px 22px 0;}
body.vibes-theme .sc-login-entry .sc-register-panel{order:1;border-radius:22px 0 0 22px;}
body.vibes-theme .sc-forgot-entry .sc-register-shell{display:block;max-width:720px;min-height:0;}
body.vibes-theme .sc-forgot-entry .sc-register-panel{border-radius:22px;min-height:520px;}
@media (max-width:1100px){
  body.vibes-theme .sc-register-shell{grid-template-columns:1fr;}
  body.vibes-theme .sc-register-story,
  body.vibes-theme .sc-register-panel,
  body.vibes-theme .sc-login-entry .sc-register-story,
  body.vibes-theme .sc-login-entry .sc-register-panel{order:initial;border-radius:22px;min-height:auto;}
  body.vibes-theme .sc-register-story{min-height:640px;}
  body.vibes-theme .sc-register-nav{display:none;}
  body.vibes-theme .sc-register-footer{grid-template-columns:1fr;text-align:center;}
  body.vibes-theme .sc-register-footer nav{flex-wrap:wrap;gap:18px;}
}
@media (max-width:720px){
  body.vibes-theme .sc-register-entry{padding:14px;}
  body.vibes-theme .sc-register-topbar{gap:12px;}
  body.vibes-theme .sc-register-logo{font-size:23px;letter-spacing:.12em;}
  body.vibes-theme .sc-register-actions{gap:10px;padding-left:0;border-left:0;}
  body.vibes-theme .sc-register-signin,
  body.vibes-theme .sc-register-join{min-height:42px;padding:0 13px;font-size:13px;}
  body.vibes-theme .sc-register-story{padding:36px 24px;min-height:560px;}
  body.vibes-theme .sc-register-story h1{font-size:54px;}
  body.vibes-theme .sc-register-story>p{font-size:18px;}
  body.vibes-theme .sc-register-stats{grid-template-columns:1fr;gap:12px;}
  body.vibes-theme .sc-register-stats div{border-right:0;margin:0;padding:0;}
  body.vibes-theme .sc-register-float-good{right:18px;top:56%;}
  body.vibes-theme .sc-register-float-crew{left:18px;bottom:110px;}
  body.vibes-theme .sc-register-quote{right:18px;bottom:22px;width:230px;}
  body.vibes-theme .sc-register-panel{padding:34px 22px;}
  body.vibes-theme .sc-register-two,
  body.vibes-theme .sc-register-alt-row{grid-template-columns:1fr;gap:16px;}
}


body.vibes-theme .sc-login-entry .sc-register-float-good{
  top:38%;
  right:16px;
  min-width:224px;
  padding:14px 16px;
  border-radius:17px;
}
body.vibes-theme .sc-login-entry .sc-register-quote{
  right:26px;
  bottom:34px;
  width:238px;
  padding:24px 22px;
  border-radius:18px;
}
body.vibes-theme .sc-login-entry .sc-register-quote strong{font-size:21px;}
body.vibes-theme .sc-login-entry .sc-register-quote span{margin-bottom:12px;}
@media (max-width:1280px){
  body.vibes-theme .sc-login-entry .sc-register-float-good{top:35%;right:14px;min-width:210px;}
  body.vibes-theme .sc-login-entry .sc-register-quote{right:20px;bottom:28px;width:224px;padding:22px 20px;}
}
@media (max-width:1100px){
  body.vibes-theme .sc-login-entry .sc-register-float-good{top:auto;right:18px;bottom:210px;}
  body.vibes-theme .sc-login-entry .sc-register-quote{right:18px;bottom:22px;width:230px;}
}


body.vibes-theme .sc-login-entry .sc-register-story{
  min-width:0;
}
body.vibes-theme .sc-login-entry .sc-register-story h1{
  max-width:620px;
}
body.vibes-theme .sc-login-entry .sc-register-story > p{
  max-width:610px;
}
body.vibes-theme .sc-login-entry .sc-register-stats{
  max-width:520px;
  padding-right:180px;
}
body.vibes-theme .sc-login-entry .sc-register-float-good{
  top:42%;
  right:20px;
  min-width:204px;
  max-width:228px;
  padding:13px 15px;
}
body.vibes-theme .sc-login-entry .sc-register-quote{
  right:24px;
  bottom:30px;
  width:226px;
  padding:22px 20px;
}

@media (max-width:1100px){
  body.vibes-theme .sc-login-entry{
    min-height:100svh;
    overflow-x:hidden;
  }
  body.vibes-theme .sc-login-entry .sc-login-shell,
  body.vibes-theme .sc-login-entry .sc-register-shell{
    display:flex!important;
    flex-direction:column!important;
    gap:14px;
    min-height:0!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-panel{
    order:1!important;
    border-radius:22px!important;
    min-height:0!important;
    padding:34px 24px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-story{
    order:2!important;
    border-radius:22px!important;
    min-height:420px!important;
    padding:34px 28px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-story h1{
    font-size:clamp(42px,8vw,72px)!important;
    max-width:520px;
  }
  body.vibes-theme .sc-login-entry .sc-register-story > p{
    max-width:520px;
  }
  body.vibes-theme .sc-login-entry .sc-register-stats{
    max-width:100%;
    padding-right:0;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body.vibes-theme .sc-login-entry .sc-register-float-good{
    top:auto!important;
    right:22px!important;
    bottom:150px!important;
    min-width:190px!important;
    max-width:210px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-quote{
    right:22px!important;
    bottom:22px!important;
    width:220px!important;
    padding:20px 18px!important;
  }
}

@media (max-width:720px){
  body.vibes-theme .sc-login-entry{
    padding:12px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-topbar{
    flex-wrap:wrap;
    align-items:center;
    padding-bottom:12px;
    margin-bottom:12px;
  }
  body.vibes-theme .sc-login-entry .sc-register-actions{
    margin-left:auto;
  }
  body.vibes-theme .sc-login-entry .sc-register-panel{
    padding:28px 18px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-panel-head{
    margin-bottom:22px;
  }
  body.vibes-theme .sc-login-entry .sc-register-panel-head h2{
    font-size:clamp(30px,9vw,40px)!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-form{
    gap:16px;
  }
  body.vibes-theme .sc-login-entry .sc-register-form label > span:not(.sc-register-terms span),
  body.vibes-theme .sc-login-entry .sc-register-form input,
  body.vibes-theme .sc-login-entry .sc-register-form select{
    min-height:50px;
    height:50px;
  }
  body.vibes-theme .sc-login-entry .sc-register-submit{
    min-height:58px;
    font-size:18px;
  }
  body.vibes-theme .sc-login-entry .sc-register-alt-row{
    grid-template-columns:1fr;
    gap:12px;
  }
  body.vibes-theme .sc-login-entry .sc-register-story{
    min-height:350px!important;
    padding:28px 20px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-story h1{
    font-size:clamp(38px,13vw,54px)!important;
    max-width:82%;
  }
  body.vibes-theme .sc-login-entry .sc-register-story > p{
    font-size:16px!important;
    max-width:78%;
  }
  body.vibes-theme .sc-login-entry .sc-register-stats{
    display:none!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-float-good{
    top:auto!important;
    right:14px!important;
    bottom:122px!important;
    min-width:164px!important;
    max-width:176px!important;
    padding:11px 12px!important;
    gap:9px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-avatar-stack span{
    width:26px!important;
    height:26px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-float strong{
    font-size:12px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-float em{
    font-size:11px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-quote{
    right:14px!important;
    bottom:14px!important;
    width:min(190px,52vw)!important;
    padding:16px 15px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-quote strong{
    font-size:17px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-quote em{
    font-size:12px!important;
  }
}

@media (max-width:460px){
  body.vibes-theme .sc-login-entry .sc-register-actions .sc-register-signin{
    display:none!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-story{
    min-height:310px!important;
  }
  body.vibes-theme .sc-login-entry .sc-register-story h1{
    max-width:100%;
  }
  body.vibes-theme .sc-login-entry .sc-register-story > p{
    max-width:100%;
  }
  body.vibes-theme .sc-login-entry .sc-register-float-good,
  body.vibes-theme .sc-login-entry .sc-register-quote{
    display:none!important;
  }
}



body.vibes-theme .sc-register-entry.sc-surface,
body.vibes-theme .sc-welcome-entry.sc-surface{
  max-width:none!important;
  overflow-x:hidden!important;
}
body.vibes-theme .sc-blueprint.sc-blueprint--layout-welcome{
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:0;
}
body.vibes-theme .sc-forgot-entry .sc-register-shell{
  display:grid!important;
  grid-template-columns:minmax(0,.95fr) minmax(420px,.8fr)!important;
  max-width:1180px!important;
  min-height:620px!important;
}
body.vibes-theme .sc-forgot-entry .sc-register-story{
  border-radius:22px 0 0 22px!important;
  min-height:620px!important;
}
body.vibes-theme .sc-forgot-entry .sc-register-panel{
  border-radius:0 22px 22px 0!important;
}
@media (max-width:1100px){
  body.vibes-theme .sc-forgot-entry .sc-register-shell{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  body.vibes-theme .sc-forgot-entry .sc-register-story,
  body.vibes-theme .sc-forgot-entry .sc-register-panel{
    border-radius:22px!important;
    min-height:0!important;
  }
}
@media (max-width:720px){
  body.vibes-theme .sc-register-entry .sc-register-topbar{
    flex-wrap:wrap!important;
  }
  body.vibes-theme .sc-register-entry .sc-register-actions{
    margin-left:auto!important;
  }
  body.vibes-theme .sc-register-entry .sc-register-footer{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.vibes-theme .sc-register-entry .sc-register-footer nav{
    gap:14px!important;
  }
}
@media (max-width:520px){
  body.vibes-theme .sc-register-entry .sc-register-logo{
    letter-spacing:.08em!important;
  }
  body.vibes-theme .sc-register-entry .sc-register-join{
    display:none!important;
  }
  body.vibes-theme .sc-register-entry .sc-register-story{
    min-height:420px!important;
  }
  body.vibes-theme .sc-register-entry:not(.sc-login-entry) .sc-register-float,
  body.vibes-theme .sc-register-entry:not(.sc-login-entry) .sc-register-quote{
    display:none!important;
  }
}

/* Pass041 exact legacy Vibes Welcome donor CSS: bytes below preserved from visual authority block. */
body.vibes-theme .sc-welcome-entry{
  --welcome-bg:#030714;
  --welcome-panel:rgba(8,14,31,.88);
  --welcome-panel-2:rgba(10,17,37,.78);
  --welcome-line:rgba(143,110,255,.30);
  --welcome-line-blue:rgba(120,160,255,.22);
  --welcome-text:rgba(255,255,255,.96);
  --welcome-muted:rgba(219,225,245,.76);
  min-height:100vh;
  margin:-24px;
  padding:0;
  color:var(--welcome-text);
  background:
    radial-gradient(circle at 13% 70%,rgba(189,31,220,.22),transparent 28%),
    radial-gradient(circle at 78% 50%,rgba(18,171,255,.23),transparent 34%),
    linear-gradient(180deg,#020511 0%,#050816 38%,#030714 100%);
  overflow:hidden;
}
body.vibes-theme .sc-welcome-entry *{box-sizing:border-box;}
body.vibes-theme .sc-welcome-entry a{color:inherit;text-decoration:none;}
body.vibes-theme .sc-welcome-entry-nav{
  position:absolute;
  z-index:8;
  top:22px;
  left:50%;
  transform:translateX(-50%);
  width:min(100% - 56px,1120px);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}
body.vibes-theme .sc-welcome-logo{display:inline-flex;align-items:center;gap:12px;font-size:29px;line-height:1;font-weight:900;letter-spacing:.01em;}
body.vibes-theme .sc-welcome-logo-mark{position:relative;display:inline-block;width:32px;height:38px;filter:drop-shadow(0 0 16px rgba(160,82,255,.46));}
body.vibes-theme .sc-welcome-logo-mark:before,
body.vibes-theme .sc-welcome-logo-mark:after{content:"";position:absolute;top:3px;width:8px;height:32px;border-radius:999px;transform-origin:center;}
body.vibes-theme .sc-welcome-logo-mark:before{left:7px;transform:rotate(-30deg);background:linear-gradient(180deg,#1ee4ff,#8b4dff 62%,#ff2bb6);}
body.vibes-theme .sc-welcome-logo-mark:after{right:7px;transform:rotate(30deg);background:linear-gradient(180deg,#ffb13b,#ff4574 42%,#8b4dff 100%);}
body.vibes-theme .vibes-canonical-logo--fallback{display:inline-flex;align-items:center;gap:12px;line-height:1;text-decoration:none;}
body.vibes-theme .vibes-canonical-logo--fallback .vibes-canonical-logo__word{color:#fff;font-family:Arial,Inter,sans-serif;font-size:inherit;font-weight:900;letter-spacing:.01em;line-height:1;background:none;-webkit-background-clip:initial;background-clip:initial;text-shadow:none;}
body.vibes-theme .sc-welcome-mini-nav{
  display:inline-flex;
  align-items:center;
  gap:42px;
  min-width:326px;
  justify-content:center;
  padding:14px 24px;
  border:1px solid rgba(158,91,255,.46);
  border-radius:18px;
  background:rgba(12,12,35,.52);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
body.vibes-theme .sc-welcome-mini-nav a,
body.vibes-theme .sc-welcome-mini-nav button,
body.vibes-theme .sc-welcome-login{font-size:14px;font-weight:800;letter-spacing:-.01em;}
body.vibes-theme .sc-welcome-mini-nav button{margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;}
body.vibes-theme .sc-welcome-login{
  justify-self:end;
  min-width:82px;
  text-align:center;
  padding:14px 20px;
  border:1px solid rgba(158,91,255,.48);
  border-radius:15px;
  background:rgba(42,16,70,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 40px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
body.vibes-theme .sc-welcome-stage{
  position:relative;
  z-index:1;
  width:100%;
  min-height:468px;
  display:grid;
  place-items:center;
  text-align:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(10,6,24,.58) 0%,rgba(29,9,50,.28) 25%,rgba(40,13,63,.16) 50%,rgba(9,7,25,.54) 100%),
    linear-gradient(180deg,rgba(58,18,86,.10),rgba(12,8,28,.58)),
    url('assets/images/welcome-hero-community.webp') center center / cover no-repeat;
  border-bottom:0;
  box-shadow:inset 0 -58px 86px rgba(4,6,18,.44);
}
body.vibes-theme .sc-welcome-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 44%,rgba(255,147,51,.10),transparent 23%),radial-gradient(circle at 58% 46%,rgba(151,62,255,.13),transparent 24%);opacity:.70;}
body.vibes-theme .sc-welcome-stage-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(43,13,72,.05),rgba(18,9,38,.14) 47%,rgba(3,6,16,.46));}
body.vibes-theme .sc-welcome-stage-copy{position:relative;z-index:2;width:min(720px,92vw);padding:128px 20px 56px;text-shadow:0 8px 28px rgba(0,0,0,.58);}
body.vibes-theme .sc-welcome-stage h1{margin:0 0 12px;font-size:clamp(32px,3vw,44px);line-height:1.08;font-weight:900;letter-spacing:-.045em;}
body.vibes-theme .sc-welcome-stage h1 span,
body.vibes-theme .sc-welcome-feature-section h2 span{background:linear-gradient(90deg,#1fdcff 0%,#8d54ff 37%,#ff2caf 67%,#ff8b35 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
body.vibes-theme .sc-welcome-stage p{margin:0 auto 22px;color:rgba(255,255,255,.90);font-size:clamp(17px,1.55vw,22px);line-height:1.5;font-weight:700;letter-spacing:-.02em;}
body.vibes-theme .sc-welcome-cta-row{display:grid;justify-items:center;gap:18px;}
body.vibes-theme .sc-welcome-primary{min-width:222px;padding:18px 34px;border-radius:999px;color:#fff!important;background:linear-gradient(100deg,#ff8a35 0%,#ff4b6f 35%,#ff2caf 68%,#9a3fff 100%);border:1px solid rgba(255,255,255,.20);font-size:18px;font-weight:900;box-shadow:0 18px 42px rgba(255,44,174,.32),inset 0 1px 0 rgba(255,255,255,.24);}
body.vibes-theme .sc-welcome-secondary{font-size:17px;font-weight:900;color:#fff;text-shadow:0 7px 22px rgba(0,0,0,.58);}
body.vibes-theme .sc-welcome-benefits{
  position:relative;
  z-index:3;
  width:100%;
  max-width:none;
  margin:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--welcome-line-blue);
  border-bottom:1px solid var(--welcome-line-blue);
  border-left:0;
  border-right:0;
  border-radius:0;
  background:rgba(7,13,30,.93);
  box-shadow:0 30px 90px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06);
}
body.vibes-theme .sc-welcome-benefits article{display:grid;grid-template-columns:74px minmax(0,230px);justify-content:center;align-items:center;gap:26px;padding:35px 24px;min-height:136px;}
body.vibes-theme .sc-welcome-benefits article+article{border-left:1px solid rgba(153,111,255,.36);}
body.vibes-theme .sc-welcome-benefit-thumb{position:relative;width:64px;height:64px;display:block;border-radius:18px;filter:drop-shadow(0 0 20px rgba(119,79,255,.70));}
body.vibes-theme .sc-welcome-benefit-meet{background:radial-gradient(circle at 30% 24%,#56a8ff 0 8%,transparent 9%),radial-gradient(circle at 65% 10%,#c67cff 0 12%,transparent 13%),radial-gradient(circle at 48% 58%,#834aff 0 30%,#6d5cff 31%,#26d9ff 72%,transparent 73%);}
body.vibes-theme .sc-welcome-benefit-self{background:radial-gradient(circle at 20% 26%,#21d8ff 0 14%,transparent 15%),radial-gradient(circle at 53% 18%,#ffd34a 0 10%,transparent 11%),radial-gradient(circle at 79% 34%,#ff5d93 0 13%,transparent 14%),radial-gradient(circle at 27% 70%,#18c8ff 0 20%,transparent 21%),radial-gradient(circle at 62% 72%,#ffb84a 0 19%,transparent 20%),radial-gradient(circle at 85% 73%,#ff4fac 0 19%,transparent 20%);}
body.vibes-theme .sc-welcome-benefit-world{border-radius:50%;background:radial-gradient(circle,transparent 34%,#1de2ff 35% 42%,transparent 43%),linear-gradient(90deg,transparent 44%,#1de2ff 45% 55%,transparent 56%),linear-gradient(0deg,transparent 44%,#1de2ff 45% 55%,transparent 56%);box-shadow:inset 0 0 0 8px #1de2ff,inset 0 0 0 15px rgba(125,74,255,.75),0 0 24px rgba(31,220,255,.55);}
body.vibes-theme .sc-welcome-benefits h2{margin:0 0 8px;font-size:20px;line-height:1.15;font-weight:900;letter-spacing:-.025em;color:#fff;}
body.vibes-theme .sc-welcome-benefits p{margin:0;color:var(--welcome-muted);font-size:15px;line-height:1.45;font-weight:500;}
body.vibes-theme .sc-welcome-feature-section{width:min(1040px,calc(100% - 44px));margin:22px auto 18px;text-align:center;}
body.vibes-theme .sc-welcome-feature-section>h2{margin:0 0 12px;font-size:clamp(28px,2.65vw,38px);line-height:1.1;font-weight:900;letter-spacing:-.04em;color:#f5f7ff;}
body.vibes-theme .sc-welcome-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;text-align:left;}
body.vibes-theme .sc-welcome-feature-grid article{position:relative;overflow:hidden;border:1px solid rgba(156,179,255,.26);border-radius:13px;background:rgba(10,17,37,.80);box-shadow:0 16px 48px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.06);}
body.vibes-theme .sc-welcome-feature-media{position:relative;height:172px;margin:4px 4px 0;overflow:hidden;border-radius:10px;background:#0a1022;}
body.vibes-theme .sc-welcome-feature-media img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(1.08) contrast(1.04);transition:transform .22s ease;}
body.vibes-theme .sc-welcome-feature-grid article:hover .sc-welcome-feature-media img{transform:scale(1.025);}
body.vibes-theme .sc-welcome-feature-grid h3{margin:13px 17px 7px;font-size:18px;line-height:1.15;font-weight:900;letter-spacing:-.025em;background:linear-gradient(90deg,#a65cff 0%,#ff2caf 58%,#ff8a35 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
body.vibes-theme .sc-welcome-feature-grid p{margin:0 17px 18px;color:var(--welcome-muted);font-size:14px;line-height:1.45;font-weight:500;}
body.vibes-theme .sc-welcome-footer{width:100%;margin:0 auto;padding:20px max(34px,calc((100vw - 1100px)/2)) 28px;border-top:1px solid rgba(120,160,255,.13);display:grid;grid-template-columns:2.25fr repeat(5,1fr);gap:34px;color:var(--welcome-muted);background:rgba(3,7,17,.34);}
body.vibes-theme .sc-welcome-footer-brand .sc-welcome-logo{font-size:24px;color:#fff;}
body.vibes-theme .sc-welcome-footer-brand p{margin:10px 0 12px;font-size:13px;color:var(--welcome-muted);}
body.vibes-theme .sc-welcome-footer nav{display:grid;gap:10px;align-content:start;}
body.vibes-theme .sc-welcome-footer nav strong{margin-bottom:5px;color:#bd8dff;font-size:13px;font-weight:900;}
body.vibes-theme .sc-welcome-footer nav a{color:var(--welcome-muted);font-size:13px;line-height:1.1;}
body.vibes-theme .sc-welcome-apps{display:flex;gap:8px;flex-wrap:wrap;}
body.vibes-theme .sc-welcome-apps span{display:inline-grid;align-content:center;min-width:132px;min-height:38px;padding:5px 10px 5px 34px;border:1px solid rgba(255,255,255,.55);border-radius:5px;background:#050506;color:#fff;font-size:8px;line-height:1.05;position:relative;}
body.vibes-theme .sc-welcome-apps span:before{content:"";position:absolute;left:10px;top:10px;width:16px;height:16px;border-radius:5px;background:linear-gradient(135deg,#fff,#dce4ff);}
body.vibes-theme .sc-welcome-apps span+span:before{background:linear-gradient(135deg,#25e36d,#2aa9ff 46%,#ffcf38 47%,#ff493d);clip-path:polygon(0 0,100% 50%,0 100%);border-radius:0;}
body.vibes-theme .sc-welcome-apps strong{font-size:16px;line-height:1;font-weight:900;}
body.vibes-theme .sc-welcome-apps-stack{display:grid;gap:8px;}
body.vibes-theme .sc-welcome-socials{display:flex;gap:22px;align-items:center;margin-top:17px;}
body.vibes-theme .sc-welcome-socials a{font-size:23px;color:#fff;line-height:1;font-weight:800;opacity:.90;}
body.vibes-theme .sc-welcome-footer small{grid-column:1/-1;margin-top:0;text-align:center;color:rgba(219,225,245,.56);font-size:12px;}
@media (max-width:1100px){
  body.vibes-theme .sc-welcome-entry-nav{width:calc(100% - 36px);grid-template-columns:1fr auto;}
  body.vibes-theme .sc-welcome-mini-nav{display:none;}
  body.vibes-theme .sc-welcome-benefits{grid-template-columns:1fr;max-width:none;border-radius:0;margin-top:0;}
  body.vibes-theme .sc-welcome-benefits article{padding:25px 32px;}
  body.vibes-theme .sc-welcome-benefits article+article{border-left:0;border-top:1px solid rgba(153,111,255,.30);}
  body.vibes-theme .sc-welcome-feature-grid{grid-template-columns:repeat(2,1fr);}
  body.vibes-theme .sc-welcome-footer{grid-template-columns:repeat(3,1fr);padding-left:24px;padding-right:24px;}
  body.vibes-theme .sc-welcome-footer-brand{grid-column:1/-1;}
}
@media (max-width:680px){
  body.vibes-theme .sc-welcome-entry{margin:-16px;padding-top:0;}
  body.vibes-theme .sc-welcome-entry-nav{top:16px;}
  body.vibes-theme .sc-welcome-logo{font-size:24px;}
  body.vibes-theme .sc-welcome-login{min-width:72px;padding:12px 16px;}
  body.vibes-theme .sc-welcome-stage{min-height:520px;background-position:center top;}
  body.vibes-theme .sc-welcome-stage-copy{padding-top:118px;}
  body.vibes-theme .sc-welcome-desktop-break{display:none;}
  body.vibes-theme .sc-welcome-benefits article{grid-template-columns:1fr;text-align:center;justify-items:center;}
  body.vibes-theme .sc-welcome-feature-grid{grid-template-columns:1fr;}
  body.vibes-theme .sc-welcome-footer{grid-template-columns:1fr;gap:22px;}
}


body.vibes-theme .sc-welcome-entry{
  --welcome-ref-shell:1478px;
  --welcome-ref-content:1040px;
  --welcome-ref-nav:1264px;
  --welcome-ref-hero-h:427px;
  --welcome-ref-benefit-h:136px;
  --welcome-ref-card-h:258px;
}
body.vibes-theme .sc-welcome-entry-nav{
  width:min(calc(100% - 56px),var(--welcome-ref-nav));
  top:8px;
}
body.vibes-theme .sc-welcome-stage{
  width:min(calc(100% - 296px),var(--welcome-ref-shell));
  min-height:var(--welcome-ref-hero-h);
  margin:46px auto 0;
  border-radius:0 0 24px 24px;
  background-position:center 44%;
  box-shadow:inset 0 -72px 104px rgba(4,6,18,.52),0 26px 78px rgba(0,0,0,.18);
}
body.vibes-theme .sc-welcome-stage:before{opacity:.52;}
body.vibes-theme .sc-welcome-stage-overlay{background:linear-gradient(180deg,rgba(43,13,72,.05),rgba(18,9,38,.16) 48%,rgba(3,6,16,.44));}
body.vibes-theme .sc-welcome-stage-copy{padding:92px 20px 52px;width:min(620px,92vw);}
body.vibes-theme .sc-welcome-stage h1{font-size:clamp(34px,3.05vw,47px);margin-bottom:12px;}
body.vibes-theme .sc-welcome-stage p{font-size:clamp(17px,1.25vw,21px);margin-bottom:24px;}
body.vibes-theme .sc-welcome-cta-row{gap:10px;}
body.vibes-theme .sc-welcome-primary{min-width:205px;padding:17px 32px;box-shadow:0 14px 34px rgba(255,44,174,.28),inset 0 1px 0 rgba(255,255,255,.24);}
body.vibes-theme .sc-welcome-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:7px 16px;border-radius:999px;background:rgba(6,9,22,.34);border:1px solid rgba(255,255,255,.10);color:#fff!important;}
body.vibes-theme .sc-welcome-benefits{
  width:min(calc(100% - 296px),var(--welcome-ref-shell));
  min-height:var(--welcome-ref-benefit-h);
  margin:0 auto;
}
body.vibes-theme .sc-welcome-benefits article{min-height:var(--welcome-ref-benefit-h);padding:30px 54px;grid-template-columns:64px 1fr;gap:24px;}
body.vibes-theme .sc-welcome-benefit-thumb{width:58px;height:58px;}
body.vibes-theme .sc-welcome-feature-section{width:min(var(--welcome-ref-content),calc(100% - 44px));margin:24px auto 16px;}
body.vibes-theme .sc-welcome-feature-section>h2{margin-bottom:14px;}
body.vibes-theme .sc-welcome-feature-grid{gap:13px;}
body.vibes-theme .sc-welcome-feature-grid article{min-height:var(--welcome-ref-card-h);}
body.vibes-theme .sc-welcome-feature-media{height:142px;margin:4px 4px 0;}
body.vibes-theme .sc-welcome-feature-grid h3{margin:14px 17px 7px;}
body.vibes-theme .sc-welcome-footer{width:min(var(--welcome-ref-content),calc(100% - 44px));padding:20px 0 26px;gap:32px;background:transparent;}
@media (max-width:1400px){
  body.vibes-theme .sc-welcome-stage,
  body.vibes-theme .sc-welcome-benefits{width:calc(100% - 72px);}
}
@media (max-width:1100px){
  body.vibes-theme .sc-welcome-stage,
  body.vibes-theme .sc-welcome-benefits{width:calc(100% - 32px);}
  body.vibes-theme .sc-welcome-stage{margin-top:78px;}
}
@media (max-width:680px){
  body.vibes-theme .sc-welcome-stage{min-height:520px;margin-top:70px;border-radius:22px;}
  body.vibes-theme .sc-welcome-stage-copy{padding-top:112px;}
}



body.vibes-theme .sc-welcome-entry.sc-surface{
  width:100%;
  max-width:none;
  margin:0;
}
body.vibes-theme .sc-welcome-stage{
  width:100%;
  margin-left:0;
  min-height:520px;
  border-radius:0;
  background:
    linear-gradient(90deg,rgba(4,6,16,.58) 0%,rgba(13,8,29,.30) 22%,rgba(18,8,34,.18) 50%,rgba(4,6,16,.58) 100%),
    linear-gradient(180deg,rgba(5,7,18,.12) 0%,rgba(5,7,18,.20) 54%,rgba(3,6,16,.72) 100%),
    url('assets/images/welcome-hero-community.webp') center center / cover no-repeat;
  box-shadow:inset 0 -62px 92px rgba(4,6,18,.58);
}
body.vibes-theme .sc-welcome-stage-overlay{
  background:linear-gradient(180deg,rgba(4,6,16,.08) 0%,rgba(4,6,16,.16) 48%,rgba(3,6,16,.58) 100%);
}
body.vibes-theme .sc-welcome-stage-copy{
  padding:150px 20px 72px;
}
body.vibes-theme .sc-welcome-benefits{
  width:100%;
  max-width:none;
  margin:0;
  border-radius:0 0 18px 18px;
}
body.vibes-theme .sc-welcome-feature-section{
  width:min(1060px,calc(100% - 44px));
  margin-top:26px;
}
body.vibes-theme .sc-welcome-feature-media{
  height:176px;
}
body.vibes-theme .sc-welcome-feature-media img{
  object-position:center center;
}
body.vibes-theme .sc-welcome-feature-grid article:nth-child(3) .sc-welcome-feature-media img{
  object-position:center 42%;
}
@media (max-width:680px){
  body.vibes-theme .sc-welcome-entry.sc-surface{margin:0;}
  body.vibes-theme .sc-welcome-stage{min-height:460px;}
  body.vibes-theme .sc-welcome-stage-copy{padding:118px 20px 56px;}
}



body.vibes-theme .sc-welcome-entry.sc-surface{
  margin:0;
  padding:0;
}
body.vibes-theme .sc-welcome-entry-nav{
  top:20px;
  width:min(calc(100% - 96px),1264px);
}
body.vibes-theme .sc-welcome-mini-nav{
  min-width:304px;
  gap:38px;
  padding:10px 22px;
  border-radius:18px;
  background:rgba(10,10,31,.44);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 28px rgba(0,0,0,.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.vibes-theme .sc-welcome-login{
  min-width:82px;
  padding:12px 18px;
  border-radius:14px;
  background:rgba(38,15,66,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.vibes-theme .sc-welcome-stage{
  width:100%;
  min-height:450px;
  margin:0;
  border-radius:0;
  background-position:center 48%;
  box-shadow:inset 0 -54px 82px rgba(4,6,18,.54);
}
body.vibes-theme .sc-welcome-stage-copy{
  width:min(700px,92vw);
  padding:116px 20px 46px;
}
body.vibes-theme .sc-welcome-stage h1{
  font-size:clamp(34px,3.05vw,47px);
  margin-bottom:12px;
}
body.vibes-theme .sc-welcome-stage p{
  margin-bottom:20px;
}
body.vibes-theme .sc-welcome-cta-row{
  gap:10px;
}
body.vibes-theme .sc-welcome-primary{
  min-width:205px;
  padding:16px 32px;
}
body.vibes-theme .sc-welcome-secondary{
  padding:6px 16px;
}
body.vibes-theme .sc-welcome-benefits{
  width:100%;
  margin:0;
  border-radius:0;
}
body.vibes-theme .sc-welcome-benefits article{
  min-height:132px;
  padding:28px 54px;
  grid-template-columns:64px minmax(0,250px);
  gap:24px;
}
body.vibes-theme .sc-welcome-feature-section{
  width:min(1224px,calc(100% - 88px));
  margin:24px auto 18px;
}
body.vibes-theme .sc-welcome-feature-grid{
  gap:16px;
}
body.vibes-theme .sc-welcome-feature-grid article{
  min-height:330px;
}
body.vibes-theme .sc-welcome-feature-media{
  height:178px;
}
body.vibes-theme .sc-welcome-feature-grid h3{
  margin:15px 18px 8px;
}
body.vibes-theme .sc-welcome-feature-grid p{
  margin:0 18px 20px;
}
body.vibes-theme .sc-welcome-footer{
  width:min(1224px,calc(100% - 88px));
  padding:22px 0 28px;
  gap:36px;
  background:transparent;
}
@media (max-width:1100px){
  body.vibes-theme .sc-welcome-entry-nav{width:calc(100% - 36px);top:16px;}
  body.vibes-theme .sc-welcome-stage{min-height:460px;}
  body.vibes-theme .sc-welcome-stage-copy{padding:110px 20px 48px;}
  body.vibes-theme .sc-welcome-feature-section,
  body.vibes-theme .sc-welcome-footer{width:calc(100% - 44px);}
}
@media (max-width:680px){
  body.vibes-theme .sc-welcome-entry.sc-surface{margin:0;}
  body.vibes-theme .sc-welcome-stage{min-height:430px;background-position:center top;}
  body.vibes-theme .sc-welcome-stage-copy{padding:104px 18px 44px;}
  body.vibes-theme .sc-welcome-benefits{width:100%;margin-left:0;}
  body.vibes-theme .sc-welcome-feature-section,
  body.vibes-theme .sc-welcome-footer{width:calc(100% - 32px);}
}


/* Pass042 — VIBES Public Entry Login Dialog paint.
 * Runtime owns Auth state/actions. Module Kit owns dialog DOM/behavior. */
body.vibes-theme .scmk-auth-dialog{
  position:fixed;
  inset:0;
  width:min(460px,calc(100vw - 32px));
  max-width:460px;
  margin:auto;
  padding:0;
  border:0;
  border-radius:26px;
  overflow:visible;
  background:transparent;
  color:#fff;
}
body.vibes-theme .scmk-auth-dialog:not(:modal){display:none;}
body.vibes-theme .scmk-auth-dialog::backdrop{
  background:rgba(2,4,15,.52);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
html.scmk-auth-dialog-open{overflow:hidden;}
body.vibes-theme .scmk-auth-dialog__panel{
  position:relative;
  overflow:hidden;
  padding:30px 30px 26px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:26px;
  background:
    radial-gradient(circle at 12% 0%,rgba(172,52,255,.24),transparent 38%),
    radial-gradient(circle at 100% 100%,rgba(255,74,128,.16),transparent 34%),
    linear-gradient(160deg,rgba(18,24,45,.98),rgba(7,11,25,.985));
  box-shadow:0 30px 90px rgba(0,0,0,.58),0 0 48px rgba(169,49,255,.12);
}
body.vibes-theme .scmk-auth-dialog__close{
  position:absolute;
  top:15px;
  right:16px;
  z-index:4;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font:600 25px/1 Arial,sans-serif;
  cursor:pointer;
}
body.vibes-theme .scmk-auth-dialog__close:hover,
body.vibes-theme .scmk-auth-dialog__close:focus-visible{background:rgba(255,255,255,.12);outline:2px solid #d84cff;outline-offset:2px;}
body.vibes-theme .scmk-auth-dialog__brand{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  margin:0 auto 20px;
  color:#fff;
  letter-spacing:.2em;
  font:900 18px/1.1 Arial,sans-serif;
}
body.vibes-theme .scmk-auth-dialog__brand span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:linear-gradient(145deg,#8c35ff,#ff2cab 65%,#ff7459);
  letter-spacing:0;
}

/* Canonical theme logo consumers: preserve each approved surface box while the
 * image source comes exclusively from the Vibes custom-logo authority. */
body.vibes-theme .vibes-canonical-logo--custom .vibes-canonical-logo__image{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
body.vibes-theme .sc-register-logo.vibes-canonical-logo--custom{letter-spacing:0;}
body.vibes-theme .sc-register-logo.vibes-canonical-logo--custom .vibes-canonical-logo__image{max-width:190px;max-height:44px;}
body.vibes-theme .vibes-topbar--replica .sc-register-logo.vibes-canonical-logo--fallback .vibes-canonical-logo__word{
  color:#fff;
  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
  font:900 27px/1 Inter,Arial,sans-serif;
  letter-spacing:.01em;
  text-transform:uppercase;
  text-shadow:none;
}
body.vibes-theme .sc-welcome-logo.vibes-canonical-logo--custom{width:max-content;letter-spacing:0;}
body.vibes-theme .sc-welcome-logo.vibes-canonical-logo--custom .vibes-canonical-logo__image{max-width:180px;max-height:42px;}
body.vibes-theme .sc-welcome-footer .sc-welcome-logo.vibes-canonical-logo--custom .vibes-canonical-logo__image{max-width:156px;max-height:36px;}
body.vibes-theme .scmk-auth-dialog__brand.vibes-canonical-logo--custom{width:max-content;letter-spacing:0;}
body.vibes-theme .scmk-auth-dialog__brand.vibes-canonical-logo--custom .vibes-canonical-logo__image{max-width:150px;max-height:38px;}
body.vibes-theme .scmk-auth-dialog__brand.vibes-canonical-logo--fallback .vibes-canonical-logo__mark{width:32px;height:38px;border-radius:0;background:none;box-shadow:none;}
body.vibes-theme .scmk-auth-brand.vibes-canonical-logo--custom,
body.vibes-theme .scmk-auth-footer__brand.vibes-canonical-logo--custom{letter-spacing:0;}
body.vibes-theme .scmk-auth-brand.vibes-canonical-logo--custom .vibes-canonical-logo__image,
body.vibes-theme .scmk-auth-footer__brand.vibes-canonical-logo--custom .vibes-canonical-logo__image{max-width:142px;max-height:34px;}
body.vibes-theme .scmk-auth-dialog .sc-register-panel-head{margin:0 0 22px;text-align:center;}
body.vibes-theme .scmk-auth-dialog .sc-register-panel-head h2{
  margin:0 0 7px;
  color:#fff;
  font:900 34px/1.05 Arial,sans-serif;
  letter-spacing:-.04em;
}
body.vibes-theme .scmk-auth-dialog .sc-register-panel-head h2 span{
  background:linear-gradient(90deg,#a93dff,#ff2ba8,#ff745d);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
body.vibes-theme .scmk-auth-dialog .sc-register-panel-head p{margin:0;color:rgba(255,255,255,.68);font:500 15px/1.5 Arial,sans-serif;}
body.vibes-theme .scmk-auth-dialog .sc-register-form{display:grid;gap:14px;margin:0;}
body.vibes-theme .scmk-auth-dialog .sc-register-form>label:not(.sc-register-terms){
  display:grid;
  gap:7px;
  margin:0;
  color:#fff;
  font:700 13px/1.3 Arial,sans-serif;
}
body.vibes-theme .scmk-auth-dialog .sc-register-form>label:not(.sc-register-terms)>span{
  display:grid;
  grid-template-columns:20px 1fr;
  align-items:center;
  min-height:52px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(3,7,20,.62);
}
body.vibes-theme .scmk-auth-dialog .sc-register-form label b{color:#aa9bc8;font-weight:700;}
body.vibes-theme .scmk-auth-dialog .sc-register-form input[type="text"],
body.vibes-theme .scmk-auth-dialog .sc-register-form input[type="password"]{
  width:100%;
  min-width:0;
  height:50px;
  padding:0;
  border:0!important;
  outline:0;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  font:600 14px/1 Arial,sans-serif;
}
body.vibes-theme .scmk-auth-dialog .sc-register-form input::placeholder{color:#7f789b;opacity:1;}
body.vibes-theme .scmk-auth-dialog .sc-login-remember{
  display:flex;
  align-items:center;
  gap:9px;
  margin:1px 0 0;
  color:rgba(255,255,255,.74);
  font:500 12px/1.4 Arial,sans-serif;
}
body.vibes-theme .scmk-auth-dialog .sc-login-remember input{width:17px;height:17px;margin:0;accent-color:#d52dce;}
body.vibes-theme .scmk-auth-dialog .sc-register-submit{
  min-height:54px;
  margin-top:2px;
  border:0;
  border-radius:12px;
  background:linear-gradient(96deg,#9b38ff,#ee2cc4 52%,#ff725b);
  box-shadow:0 14px 32px rgba(233,46,184,.24);
  color:#fff;
  font:800 16px/1 Arial,sans-serif;
  cursor:pointer;
}
body.vibes-theme .scmk-auth-dialog .sc-register-divider{position:relative;margin:3px 0 0;text-align:center;color:#8e87a7;font:800 10px/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;}
body.vibes-theme .scmk-auth-dialog .sc-register-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(255,255,255,.11);}
body.vibes-theme .scmk-auth-dialog .sc-register-divider span{position:relative;padding:0 10px;background:#0c1123;}
body.vibes-theme .scmk-auth-dialog .sc-register-alt-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;}
body.vibes-theme .scmk-auth-dialog .sc-register-alt-row a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:#ddd7e9;
  text-decoration:none;
  font:700 11px/1.2 Arial,sans-serif;
}
body.vibes-theme .scmk-auth-dialog .sc-register-bottom{margin:0;text-align:center;color:#a9a2bc;font:500 12px/1.4 Arial,sans-serif;}
body.vibes-theme .scmk-auth-dialog .sc-register-bottom a{color:#ee58d9;font-weight:800;text-decoration:none;}
body.vibes-theme .scmk-auth-dialog .sc-register-message{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.05);color:#fff;font:600 12px/1.45 Arial,sans-serif;}
@media (max-width:520px){
  body.vibes-theme .scmk-auth-dialog__panel{padding:27px 20px 22px;border-radius:22px;}
  body.vibes-theme .scmk-auth-dialog .sc-register-panel-head h2{font-size:30px;}
  body.vibes-theme .scmk-auth-dialog .sc-register-alt-row{grid-template-columns:1fr;}
}

/* Public Entry donor card imagery remains Vibes presentation authority.
 * Use paint-bound image assets so Runtime/Module Kit need not own theme file URLs. */
body.vibes-theme .sc-welcome-feature-media img{display:none;}
body.vibes-theme .sc-welcome-feature-grid article:nth-child(1) .sc-welcome-feature-media{background:url('assets/images/welcome-product-chat.webp') center/cover no-repeat;}
body.vibes-theme .sc-welcome-feature-grid article:nth-child(2) .sc-welcome-feature-media{background:url('assets/images/welcome-product-discover.webp') center/cover no-repeat;}
body.vibes-theme .sc-welcome-feature-grid article:nth-child(3) .sc-welcome-feature-media{background:url('assets/images/welcome-product-live.webp') center 42%/cover no-repeat;}
body.vibes-theme .sc-welcome-feature-grid article:nth-child(4) .sc-welcome-feature-media{background:url('assets/images/welcome-product-people.webp') center/cover no-repeat;}
