.pg-auth .shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.pg-auth .brand{background:var(--final-bg);border-right:1px solid var(--line);padding:56px 64px;display:flex;flex-direction:column}.pg-auth .brand-mid{margin:auto 0;max-width:440px}.pg-auth .brand h1{font-family:var(--display);font-weight:800;font-size:clamp(28px,3.2vw,40px);line-height:1.1;letter-spacing:-.5px;margin-bottom:18px}.pg-auth .brand h1 em{font-style:normal;color:var(--green)}.pg-auth .brand p{color:var(--muted);font-size:16px;line-height:1.6}.pg-auth .term{margin-top:36px;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:20px 22px;font-family:var(--mono);font-size:14px;line-height:1.9}.pg-auth .term .c{color:var(--muted)}.pg-auth .term .g{color:var(--green)}.pg-auth .term .cmd:before{content:"$ ";color:var(--muted)}.pg-auth .brand-foot{font-family:var(--mono);font-size:13px;color:var(--muted)}.pg-auth .auth{display:flex;align-items:center;justify-content:center;padding:48px 24px}.pg-auth .panel{width:100%;max-width:400px}.pg-auth .tabs{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:32px}.pg-auth .tab{flex:1 1;background:transparent;border:none;color:var(--muted);font-family:var(--sans);font-weight:600;font-size:15px;padding:12px 0;cursor:pointer}.pg-auth .tab.active{background:var(--card);color:var(--ink)}.pg-auth .tab:focus-visible{outline:3px solid var(--green);outline-offset:-3px}.pg-auth .view-title{font-family:var(--display);font-weight:800;font-size:26px;letter-spacing:-.3px;margin-bottom:6px}.pg-auth .view-sub{color:var(--muted);font-size:14.5px;margin-bottom:28px}.pg-auth .view-sub code{font-family:var(--mono);color:var(--green);font-size:13px}.pg-auth .field{margin-bottom:18px}.pg-auth .field label{display:block;font-family:var(--mono);font-size:12.5px;color:var(--muted);margin-bottom:8px;letter-spacing:.02em}.pg-auth .control{position:relative}.pg-auth .field input{width:100%;background:var(--card);border:1.5px solid var(--line);border-radius:10px;color:var(--ink);font-family:var(--sans);font-size:15.5px;padding:13px 15px;transition:border-color .15s ease}.pg-auth .field input::placeholder{color:#5c6e82}.pg-auth .field input:focus{outline:none;border-color:var(--green)}.pg-auth .field input.error{border-color:var(--red)}.pg-auth .field .msg{font-size:13px;color:var(--red);margin-top:6px}.pg-auth .peek{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--muted);font-family:var(--mono);font-size:12px;cursor:pointer;padding:4px}.pg-auth .peek:hover{color:var(--ink)}.pg-auth .hint{font-family:var(--mono);font-size:12px;color:var(--muted);margin-top:6px}.pg-auth .row{justify-content:space-between;margin:6px 0 22px}.pg-auth .check,.pg-auth .row{display:flex;align-items:center}.pg-auth .check{gap:8px;font-size:14px;color:var(--muted);cursor:pointer}.pg-auth .check input{accent-color:var(--green);width:16px;height:16px}.pg-auth .link{color:var(--green);text-decoration:none;font-size:14px}.pg-auth .link:hover{text-decoration:underline}.pg-auth .submit{width:100%;background:var(--green);color:var(--green-dark);border:none;border-radius:10px;font-family:var(--sans);font-weight:600;font-size:16px;padding:14px 0;cursor:pointer;transition:transform .12s ease,filter .12s ease}.pg-auth .submit:hover{transform:translateY(-1px);filter:brightness(1.06)}.pg-auth .divider{display:flex;align-items:center;gap:14px;margin:26px 0;color:var(--muted);font-family:var(--mono);font-size:12px}.pg-auth .divider:after,.pg-auth .divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.pg-auth .oauth{display:grid;grid-gap:12px;gap:12px}.pg-auth .oauth button{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--card);border:1.5px solid var(--line);border-radius:10px;color:var(--ink);font-family:var(--sans);font-weight:500;font-size:15px;padding:12px 0;cursor:pointer;transition:border-color .15s ease}.pg-auth .oauth button:hover{border-color:var(--muted)}.pg-auth .oauth svg{width:19px;height:19px;flex:none}.pg-auth .legal{font-size:12.5px;margin-top:24px;text-align:center;line-height:1.6}.pg-auth .legal,.pg-auth .legal a{color:var(--muted)}.pg-auth .switch-line{text-align:center;margin-top:22px;font-size:14px;color:var(--muted)}.pg-auth .switch-line a{color:var(--green);text-decoration:none;font-weight:500;cursor:pointer}@media (max-width:900px){.pg-auth .shell{grid-template-columns:1fr}.pg-auth .brand{display:none}}