/* Velora v231 · PHANTOM EDITION
   The production composition follows the approved desktop/mobile preview.
   Static logo and authentication are complete before JavaScript runs. */

html:has(body.velora-auth-v231){background:#f5f3eb;color-scheme:light}
body.velora-auth-v231{
  margin:0;
  min-width:320px;
  min-height:100vh;
  min-height:100svh;
  overflow:hidden;
  background:#f5f3eb;
  color:#0a352d;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.velora-auth-v231 *,body.velora-auth-v231 *::before,body.velora-auth-v231 *::after{box-sizing:border-box}
body.velora-auth-v231 .velora-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}

.ph-world{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:100vh;
  min-height:100svh;
  overflow:hidden;
  background:
    radial-gradient(620px 540px at 13% 55%,rgba(185,240,215,.18),transparent 66%),
    radial-gradient(520px 520px at 79% 52%,rgba(255,255,255,.68),transparent 72%),
    linear-gradient(112deg,#f3f2e9 0%,#f7f5ee 46%,#f7f4ec 100%);
}
.ph-bg-ring{position:absolute;z-index:-4;border-radius:50%;pointer-events:none}
.ph-bg-ring-a{
  left:-490px;
  top:-318px;
  width:1450px;
  height:1450px;
  background:conic-gradient(from 218deg,rgba(7,72,59,.24),rgba(223,229,214,.58) 12%,rgba(246,243,234,.06) 34%,rgba(246,243,234,.02) 66%,rgba(8,72,59,.34) 87%,rgba(7,72,59,.24));
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 142px),#000 calc(100% - 138px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 142px),#000 calc(100% - 138px));
  filter:blur(4px);
  opacity:.68;
}
.ph-bg-ring-b{
  left:-58px;
  top:226px;
  width:650px;
  height:650px;
  border:1px solid rgba(78,119,106,.12);
  box-shadow:0 0 0 38px rgba(255,255,255,.08),0 0 0 39px rgba(117,92,203,.06),inset 0 0 120px rgba(150,235,199,.07);
}
.ph-bg-aura{
  position:absolute;
  z-index:-3;
  left:20%;
  top:50%;
  width:560px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(153,239,202,.22),rgba(180,239,214,.08) 38%,transparent 72%);
  filter:blur(24px);
  transform:translate(-50%,-50%);
  pointer-events:none;
}

.ph-topbar{
  position:absolute;
  z-index:20;
  top:clamp(28px,5.6vh,62px);
  left:clamp(28px,4.15vw,80px);
  right:clamp(28px,4.15vw,80px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  pointer-events:none;
}
.ph-brand{display:inline-flex;align-items:center;gap:12px;color:#0a342d;text-decoration:none;pointer-events:auto}
.ph-brand-mark{display:block;width:58px;height:48px;object-fit:contain;filter:drop-shadow(0 12px 17px rgba(4,67,54,.17))}
.ph-brand>span{display:grid;gap:2px;line-height:1}
.ph-brand b{font-family:Manrope,Inter,sans-serif;font-size:25px;letter-spacing:-.055em}
.ph-brand small,.ph-card-brand small{color:#087b60;font-size:8px;font-weight:850;line-height:1.2;letter-spacing:.17em;text-transform:uppercase}
.ph-private{display:inline-flex;align-items:center;gap:8px;color:#475f57;font-size:9px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.ph-private i{width:7px;height:7px;border-radius:50%;background:#7de6b8;box-shadow:0 0 0 5px rgba(125,230,184,.13)}

.ph-stage{
  position:absolute;
  z-index:2;
  inset:112px clamp(38px,4.15vw,80px) 76px;
  display:grid;
  grid-template-columns:minmax(330px,.8fr) minmax(500px,1.08fr) minmax(420px,.78fr);
  grid-template-areas:"emblem story access";
  align-items:center;
  gap:clamp(24px,2.5vw,54px);
}
.ph-emblem{
  grid-area:emblem;
  position:relative;
  justify-self:center;
  width:min(390px,29vw);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.ph-emblem-ring{position:absolute;border-radius:50%;pointer-events:none}
.ph-emblem-ring-one{inset:2%;border:1px solid rgba(83,98,139,.17);box-shadow:inset 0 0 95px rgba(147,236,199,.08)}
.ph-emblem-ring-two{inset:12%;border:1px dashed rgba(38,107,87,.12)}
.ph-emblem-glow{position:absolute;inset:21%;border-radius:50%;background:radial-gradient(circle,rgba(125,235,189,.22),rgba(125,235,189,.05) 48%,transparent 72%);filter:blur(8px)}
.ph-logo-static,.ph-logo-pieces,.ph-logo-piece{position:absolute;inset:17%;width:66%;height:66%;object-fit:contain}
.ph-logo-static{z-index:3;display:block;filter:drop-shadow(0 20px 24px rgba(5,57,48,.14))}
.ph-logo-pieces{z-index:4;inset:0;width:100%;height:100%;pointer-events:none}
.ph-logo-piece{will-change:transform,opacity;filter:drop-shadow(0 20px 24px rgba(5,57,48,.14))}
.ph-logo-left{clip-path:polygon(0 0,50.4% 0,50.4% 100%,0 100%)}
.ph-logo-right{clip-path:polygon(49.6% 0,100% 0,100% 100%,49.6% 100%)}
.ph-logo-pieces{display:none}
.ph-emblem.is-animating .ph-logo-pieces{display:block}
.ph-core-pulse{position:absolute;z-index:5;left:50%;top:51.7%;width:16%;aspect-ratio:1;border:1px solid rgba(137,239,196,.72);border-radius:50%;box-shadow:0 0 34px rgba(121,235,187,.38);transform:translate(-50%,-50%);opacity:0}

.ph-story{grid-area:story;position:relative;left:-34px;align-self:center;min-width:0;color:#09382f}
.ph-story-kicker,.ph-eyebrow{display:flex;align-items:center;gap:11px;color:#08765b;font-size:9px;font-weight:850;line-height:1.35;letter-spacing:.19em;text-transform:uppercase}
.ph-story-kicker>i{width:34px;height:1px;background:#08765b}
.ph-story h2{margin:16px 0 26px;font-family:Manrope,Inter,sans-serif;font-size:clamp(56px,4.75vw,91px);font-weight:750;line-height:.93;letter-spacing:-.072em;color:#07382f}
.ph-story p{max-width:560px;margin:0;color:#5d6e67;font-size:clamp(14px,1.05vw,19px);line-height:1.62}
.ph-story small{display:flex;align-items:center;gap:10px;margin-top:26px;color:#7659d5;font-size:8.5px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.ph-story small i{width:7px;height:7px;border-radius:50%;background:#8a6bea;box-shadow:0 0 0 5px rgba(138,107,234,.1)}

.ph-access{grid-area:access;justify-self:end;width:min(470px,100%)}
.ph-card{
  position:relative;
  width:100%;
  max-height:calc(100svh - 120px);
  padding:clamp(30px,4vh,42px) clamp(28px,2.2vw,42px) 26px;
  overflow-x:hidden;
  overflow-y:auto;
  scrollbar-width:thin;
  border:1px solid rgba(18,81,67,.14);
  border-radius:27px;
  background:rgba(255,253,248,.93);
  box-shadow:0 35px 84px rgba(18,52,43,.16),0 8px 24px rgba(18,52,43,.07),inset 0 1px rgba(255,255,255,.92);
  backdrop-filter:blur(8px) saturate(1.02);
  -webkit-backdrop-filter:blur(8px) saturate(1.02);
}
.ph-card::before{content:"";position:absolute;top:0;left:38px;right:38px;height:2px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,transparent,#7be5b7 28%,#8065de 70%,transparent);opacity:.55}
.ph-card-brand{display:flex;align-items:center;gap:12px;margin-bottom:clamp(34px,4.6vh,48px)}
.ph-card-mark{display:block;width:50px;height:40px;object-fit:contain;filter:drop-shadow(0 9px 14px rgba(4,67,54,.13))}
.ph-card-brand>span{display:grid;gap:3px;min-width:0}
.ph-card-brand b{font-family:Manrope,Inter,sans-serif;font-size:15px;line-height:1.1;letter-spacing:-.04em;color:#123b32}
.ph-card-brand small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7560c9;font-size:7px}
.ph-eyebrow{margin-bottom:13px}
.ph-headline{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(36px,2.55vw,49px);font-weight:750;line-height:1;letter-spacing:-.065em;color:#0a302a}
.ph-subline{max-width:365px;margin:15px 0 clamp(28px,4vh,38px);color:#687871;font-size:13px;line-height:1.62}

.ph-form{display:grid;gap:20px;margin:0}
.ph-field{display:grid;gap:8px}
.ph-field label{color:#354e47;font-size:11px;font-weight:750;line-height:1.2}
.ph-control{position:relative;display:flex;align-items:center}
.ph-control>.vicon{position:absolute;z-index:2;left:15px;width:16px;height:16px;color:#75817d;pointer-events:none}
.ph-input{display:block;width:100%;height:56px;padding:0 44px;border:1px solid #d6d7cf;border-radius:14px;outline:0;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 2px rgba(20,45,38,.025);color:#15352e;font:600 13px/1 Inter,system-ui,sans-serif;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}
.ph-input:hover{border-color:#b8c7c0;background:#fff}
.ph-input:focus{border-color:#0c9a72;background:#fff;box-shadow:0 0 0 4px rgba(12,154,114,.11),0 7px 18px rgba(13,76,59,.05)}
.ph-input::placeholder{color:#9ba5a0}
.ph-code{font-size:21px;letter-spacing:.24em;text-align:center;padding-right:18px}
.ph-peek{position:absolute;z-index:3;right:8px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:10px;background:transparent;color:#6d7b76;cursor:pointer}
.ph-peek:hover{background:#eef5f1;color:#087b5e}
.ph-peek .vicon{width:17px;height:17px}
.ph-peek-hide,.ph-peek.is-on .ph-peek-show{display:none}.ph-peek.is-on .ph-peek-hide{display:block}
.ph-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:56px;margin-top:2px;padding:14px 18px;overflow:hidden;border:0;border-radius:14px;background:linear-gradient(105deg,#087d5f 0,#0ba879 62%,#3499a5 100%);box-shadow:0 14px 28px rgba(8,123,94,.2),inset 0 1px rgba(255,255,255,.22);color:#fff;font:800 14px/1.2 Manrope,Inter,sans-serif;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.ph-submit::after{content:"";position:absolute;inset:0;transform:translateX(-115%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)}
.ph-submit:hover{transform:translateY(-1px);box-shadow:0 17px 34px rgba(8,123,94,.26),inset 0 1px rgba(255,255,255,.24);filter:saturate(1.05)}
.ph-submit:hover::after{transform:translateX(115%);transition:transform .65s ease}.ph-submit:active{transform:translateY(0)}
.ph-submit .vicon{width:18px;height:18px}.ph-submit.is-loading .vicon{animation:phSpin .8s linear infinite}
.ph-check{display:flex;align-items:center;gap:9px;color:#576a63;font-size:11px;cursor:pointer}.ph-check input{width:16px;height:16px;margin:0;accent-color:#0b956e}
.ph-recovery{color:#60706a;font-size:10.5px}.ph-recovery summary{padding:3px 0;cursor:pointer}.ph-recovery[open] summary{margin-bottom:9px}
.ph-flash{display:flex;align-items:flex-start;gap:9px;margin:-8px 0 18px;padding:11px 12px;border-radius:12px;font-size:11px;line-height:1.45}.ph-flash .vicon{flex:0 0 auto;width:17px;height:17px;margin-top:1px}.ph-flash-bad{border:1px solid #f4c9c2;background:#fff4f2;color:#a1372c}
.ph-alt-row{display:flex;justify-content:space-between;gap:16px;margin-top:15px}.ph-linkbtn,.ph-mutelink{padding:0;border:0;background:transparent;color:#087b5e;font:750 10.5px/1.4 Inter,sans-serif;text-decoration:none;cursor:pointer}.ph-mutelink{color:#6e7b76}.ph-linkbtn:hover,.ph-mutelink:hover{text-decoration:underline}

.ph-foot{margin-top:28px;padding-top:20px;border-top:1px solid #e6e4dc;text-align:center}
.ph-foot>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}
.ph-foot>div>span{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid #dfded6;border-radius:999px;background:rgba(255,255,255,.6);color:#65766f;font-size:8px;font-weight:750;white-space:nowrap;box-shadow:0 3px 8px rgba(10,51,42,.03)}
.ph-foot>div>span>i{width:6px;height:6px;border-radius:50%;background:#25c792;box-shadow:0 0 0 3px rgba(37,199,146,.12)}
.ph-foot .vicon{width:11px;height:11px;color:#0b916c}
.ph-foot>small{display:block;margin-top:18px;color:#85908b;font-size:7.5px;font-weight:650;letter-spacing:.02em}

.ph-world-foot{position:absolute;z-index:8;left:clamp(28px,4.15vw,80px);bottom:clamp(24px,4.1vh,44px);display:flex;align-items:center;gap:16px;color:#6b7973;font-size:8px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.ph-world-foot i{width:46px;height:1px;background:#9aa8a1}

.ph-peek:focus-visible,.ph-submit:focus-visible,.ph-brand:focus-visible,.ph-linkbtn:focus-visible,.ph-mutelink:focus-visible,.ph-recovery summary:focus-visible{outline:3px solid rgba(123,93,224,.3);outline-offset:3px}
@keyframes phSpin{to{transform:rotate(360deg)}}

@media(max-width:1500px){
  .ph-stage{left:42px;right:42px;grid-template-columns:minmax(270px,.65fr) minmax(390px,1fr) minmax(370px,.82fr);gap:26px}
  .ph-emblem{width:min(340px,26vw)}
  .ph-story{left:-22px}.ph-story h2{font-size:clamp(49px,4.6vw,70px)}
  .ph-card{padding-left:32px;padding-right:32px}
}
@media(max-width:1120px) and (min-width:901px){
  .ph-stage{left:28px;right:28px;grid-template-columns:230px minmax(300px,1fr) 330px;gap:18px}
  .ph-emblem{width:230px}.ph-story{left:0}.ph-story h2{font-size:45px}.ph-story p{font-size:13px}.ph-story small{display:none}
  .ph-card{padding:27px 25px 22px}.ph-card-brand{margin-bottom:26px}.ph-subline{margin-bottom:24px}.ph-input{height:50px}.ph-submit{min-height:50px}.ph-foot{margin-top:21px}
}

@media(max-width:900px){
  body.velora-auth-v231{overflow:auto}
  .ph-world{min-height:100svh;overflow:hidden;padding:0 16px 20px;background:radial-gradient(420px 410px at -4% 28%,rgba(162,236,204,.24),transparent 68%),linear-gradient(145deg,#f4f4eb,#f8f5ee 68%,#f1efe7)}
  .ph-bg-ring-a{left:-485px;top:-330px;width:920px;height:920px;opacity:.2;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 80px),#000 calc(100% - 76px));mask:radial-gradient(farthest-side,transparent calc(100% - 80px),#000 calc(100% - 76px))}
  .ph-bg-ring-b{left:-110px;top:90px;width:330px;height:330px;opacity:.42}.ph-bg-aura{left:2%;top:25%;width:360px;height:390px;opacity:.55}
  .ph-topbar{position:absolute;top:16px;left:16px;right:16px}.ph-brand{gap:9px}.ph-brand-mark{width:52px;height:42px}.ph-brand b{font-size:22px}.ph-brand small{font-size:7px}.ph-private{display:none}
  .ph-stage{position:relative;inset:auto;display:grid;grid-template-columns:94px minmax(0,1fr);grid-template-areas:"emblem story" "access access";align-items:start;gap:0 14px;width:100%;padding-top:78px}
  .ph-emblem{align-self:center;justify-self:start;width:100px;margin-left:-4px}.ph-emblem-ring-one{inset:0}.ph-emblem-ring-two{inset:10%}.ph-logo-static,.ph-logo-piece{inset:14%;width:72%;height:72%}.ph-core-pulse{top:52%;width:18%}
  .ph-story{left:0;align-self:start;padding-top:0}.ph-story-kicker{gap:8px;font-size:7.5px}.ph-story-kicker>i{width:20px}.ph-story h2{margin:8px 0 11px;font-size:clamp(31px,9vw,42px);line-height:.96;letter-spacing:-.068em}.ph-story p{font-size:13px;line-height:1.55}.ph-story small{display:none}
  .ph-access{justify-self:stretch;width:100%;margin-top:28px}.ph-card{max-height:none;padding:24px 21px 20px;border-radius:25px;background:rgba(255,253,248,.95);box-shadow:0 28px 60px rgba(18,52,43,.15),0 7px 19px rgba(18,52,43,.05)}
  .ph-card-brand{margin-bottom:28px}.ph-card-mark{width:46px;height:37px}.ph-eyebrow{font-size:8px;margin-bottom:11px}.ph-headline{font-size:36px}.ph-subline{margin:13px 0 27px;font-size:13px;line-height:1.55}.ph-form{gap:18px}.ph-input{height:52px}.ph-submit{min-height:53px}.ph-foot{margin-top:24px;padding-top:18px}.ph-foot>small{margin-top:16px}
  .ph-world-foot{position:relative;left:auto;bottom:auto;justify-content:center;margin:23px 0 0}.ph-world-foot i,.ph-world-foot span:last-child{display:none}
}
@media(max-width:360px){
  .ph-world{padding-left:12px;padding-right:12px}.ph-topbar{left:12px;right:12px}.ph-stage{grid-template-columns:78px minmax(0,1fr);gap:0 10px;padding-top:74px}.ph-emblem{width:82px}.ph-story h2{font-size:29px}.ph-story p{font-size:11.5px}.ph-card{padding:21px 17px 18px}.ph-card-brand{margin-bottom:24px}.ph-headline{font-size:33px}.ph-subline{font-size:12px}.ph-input{height:50px}.ph-foot>div>span{padding:5px 7px;font-size:7px}
}

@media(prefers-reduced-motion:reduce){.ph-logo-pieces,.ph-core-pulse{display:none!important}.ph-logo-static,.ph-brand,.ph-story,.ph-card{opacity:1!important;transform:none!important}.ph-submit,.ph-input,.ph-peek{transition:none!important}}
@media(forced-colors:active){.ph-card,.ph-input,.ph-foot>div>span{border:1px solid CanvasText}.ph-bg-ring,.ph-bg-aura{display:none}.ph-submit{border:1px solid ButtonText}}
@supports not (backdrop-filter:blur(1px)){.ph-card{background:#fffdf8}}
