:root{--gp-blue:#0b5cb8;--gp-bright:#087df0;--gp-navy:#102a56;--gp-red:#c60025;--gp-border:#dbe6f2;--gp-muted:#65758b;--gp-card:#fff;--gp-bg:#eef7ff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--gp-navy);background:var(--gp-bg)}button,input{font:inherit}.gp-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);position:relative;overflow:hidden;background:radial-gradient(circle at 25% 30%,rgba(255,255,255,.96),rgba(239,248,255,.84) 38%,rgba(211,232,251,.9) 72%),linear-gradient(125deg,#fafdff,#d7ebff)}.gp-login-page:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 55%,rgba(255,255,255,.28) 55% 56%,transparent 56% 100%);pointer-events:none}.gp-brand-panel,.gp-login-panel{display:flex;align-items:center;justify-content:center;padding:56px;position:relative;z-index:1}.gp-brand-lockup{max-width:590px}.gp-brand-logos{display:flex;align-items:center;gap:24px}.gp-brand-logos img:first-child{width:240px;max-height:170px;object-fit:contain}.gp-brand-logos img:last-child{width:210px;max-height:120px;object-fit:contain}.gp-logo-divider{width:1px;height:92px;background:var(--gp-border)}.gp-product-name{font-size:64px;font-weight:750;letter-spacing:-3px;margin-top:24px;color:#123c76}.gp-product-name span{color:var(--gp-red)}.gp-product-subtitle{font-size:22px;margin:0;color:#18385f}.gp-brand-rule{width:72px;height:4px;border-radius:99px;background:var(--gp-bright);margin:38px 0 26px}.gp-brand-lockup h1{font-size:22px;margin:0 0 14px}.gp-brand-copy{font-size:18px;line-height:1.6;max-width:600px;margin:0}.gp-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;gap:12px}.gp-feature-grid div{padding:16px 10px;border-right:1px solid var(--gp-border);text-align:center}.gp-feature-grid div:last-child{border-right:0}.gp-feature-grid strong,.gp-feature-grid small{display:block}.gp-feature-grid small{margin-top:5px;color:var(--gp-muted)}.gp-login-card{width:min(100%,590px);background:rgba(255,255,255,.96);padding:56px;border:1px solid rgba(178,199,222,.7);border-radius:28px;box-shadow:0 22px 70px rgba(47,86,126,.16)}.gp-eyebrow{font-size:18px;font-weight:700;margin:0 0 12px}.gp-login-card h2{font-size:40px;letter-spacing:-1px;margin:0 0 10px}.gp-login-help{margin:0 0 30px;color:var(--gp-muted);font-size:17px}.gp-login-card label:not(.gp-checkbox){display:block;font-size:13px;font-weight:700;margin:18px 0 8px}.gp-input-wrap{height:58px;border:1px solid #cbd9e8;border-radius:12px;display:flex;align-items:center;padding:0 15px;gap:11px;background:#fff}.gp-input-wrap:focus-within{border-color:var(--gp-bright);box-shadow:0 0 0 3px rgba(8,125,240,.12)}.gp-login-input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:16px;color:var(--gp-navy)}.gp-password-toggle{border:0;background:transparent;color:#718096;cursor:pointer}.gp-login-options{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:20px 0}.gp-checkbox{display:flex;gap:8px;align-items:center;font-size:14px}.gp-muted-link{font-size:13px;color:var(--gp-blue)}.gp-login-submit{width:100%;height:58px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--gp-bright),var(--gp-blue));font-weight:700;cursor:pointer}.gp-demo-divider{display:flex;align-items:center;gap:12px;color:#8190a4;font-size:13px;margin:28px 0 20px}.gp-demo-divider:before,.gp-demo-divider:after{content:"";height:1px;background:var(--gp-border);flex:1}.gp-demo-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gp-demo-roles button{min-height:110px;border:1px solid var(--gp-border);border-radius:12px;background:#f7fbff;padding:12px 8px;color:var(--gp-navy);cursor:pointer}.gp-demo-roles button:hover{border-color:var(--gp-bright);background:#edf7ff}.gp-demo-roles strong,.gp-demo-roles small{display:block}.gp-demo-roles small{margin-top:8px;color:var(--gp-muted);font-size:11px;line-height:1.35}.gp-demo-notice{display:flex;flex-direction:column;margin-top:24px;padding:15px 18px;background:#edf5ff;border-radius:11px;font-size:13px}.gp-demo-notice span{color:var(--gp-muted);margin-top:4px}.gp-form-alert{padding:12px 14px;background:#fff0f2;border:1px solid #ffcbd3;color:#a2001e;border-radius:10px}.gp-field-error{color:#a2001e}.gp-login-footer{position:absolute;bottom:22px;left:8%;right:8%;display:flex;justify-content:space-between;color:#546a84;font-size:12px;z-index:2}.gp-denied-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(140deg,#f8fcff,#dceeff)}.gp-denied-card{max-width:560px;text-align:center;background:#fff;padding:54px;border-radius:24px;border:1px solid var(--gp-border)}.gp-denied-code{font-size:72px;font-weight:800;color:var(--gp-red)}.gp-denied-card a{display:inline-block;margin-top:18px;padding:13px 22px;background:var(--gp-blue);color:#fff;text-decoration:none;border-radius:10px}@media(max-width:1050px){.gp-login-page{grid-template-columns:1fr}.gp-brand-panel{padding:38px 28px 12px}.gp-brand-lockup{text-align:center}.gp-brand-logos{justify-content:center}.gp-product-name{font-size:48px}.gp-brand-copy,.gp-feature-grid,.gp-brand-rule{display:none}.gp-login-panel{padding:20px 24px 90px}.gp-login-card{padding:34px}.gp-login-footer{position:absolute}}@media(max-width:620px){.gp-brand-logos img:first-child{width:150px}.gp-brand-logos img:last-child{width:130px}.gp-logo-divider{height:65px}.gp-product-name{font-size:38px;margin-top:8px}.gp-product-subtitle{font-size:15px}.gp-login-card{padding:28px 20px;border-radius:20px}.gp-login-card h2{font-size:30px}.gp-demo-roles{grid-template-columns:repeat(2,1fr)}.gp-login-options{align-items:flex-start;flex-direction:column}.gp-login-footer{left:24px;right:24px}}

.gp-back-home{position:fixed;top:18px;left:20px;z-index:20;text-decoration:none;color:#5e687b;background:rgba(255,255,255,.88);border:1px solid rgba(0,0,0,.08);padding:8px 12px;border-radius:10px;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}.gp-back-home:hover{color:#c6282e;border-color:rgba(198,40,46,.35)}
