@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#1c2733;background:#f3f6fb}*{box-sizing:border-box}body{margin:0}.shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,44%) 1fr;background:#fff}.hero{background:linear-gradient(165deg,#1e7ad9,#3ab2ff);color:#fff;padding:28px 36px 36px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.hero-top{display:flex;justify-content:flex-start}.brand-pill{display:inline-flex;align-items:center;gap:10px;padding:0;background:transparent;color:#1e7ad9;border-radius:0;font-weight:600}.brand-pill img{width:192px;height:auto;object-fit:contain;object-position:center}.hero-graphic{display:flex;justify-content:center;align-items:center;flex:1}.hero-graphic img{width:100%;max-width:100%;height:auto;object-fit:contain}.hero-copy h2{margin:0 0 6px;font-size:26px;font-weight:700}.hero-copy p{margin:0;opacity:.85;font-weight:500}.hero-socials{display:flex;gap:12px;margin-top:8px}.hero-socials a{text-decoration:none;display:flex;align-items:center;justify-content:center}.btn_circle{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.btn_circle:hover{border-color:#fff;background:#ffffff26;transform:scale(1.1)}.btn_circle.outline{background:transparent}.btn_circle.outline.icon-website:before{content:"🌐";font-size:16px}.btn_circle.outline.icon-fb:before{content:"f";color:#fff;font-weight:700;font-size:18px}.btn_circle.outline.icon-linkedin:before{content:"in";color:#fff;font-weight:700;font-size:12px}.panel{display:grid;place-items:center;padding:28px 24px;background:#fff}.panel-card{width:min(420px,100%);display:flex;flex-direction:column;align-items:stretch;gap:18px}.logo{display:flex;align-items:center;justify-content:center;gap:12px}.logo img{width:480px;height:auto;object-fit:contain;object-position:center}.logo-title{font-size:26px;font-weight:700;color:#f05b3f}.logo-sub{font-size:12px;color:#6f7a87}.status-banner{background:#f2f7ff;color:#1c5aa7;font-size:12px;padding:10px 12px;border-radius:10px;text-align:center}.login-form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#3c4655}input[type=text],input[type=password]{height:44px;border-radius:12px;border:1px solid #d6dde8;padding:0 14px;font-size:14px}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.link{color:#1e7ad9;text-decoration:none}.checkbox{display:inline-flex;align-items:center;gap:8px;color:#3c4655}.primary{height:48px;border-radius:12px;border:none;background:#0a5ad7;color:#fff;font-weight:600;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;padding:0 20px}.primary:disabled{opacity:.6;cursor:not-allowed}.secondary{height:42px;border-radius:10px;border:1px solid #ccd6e4;background:#f4f7fb;color:#20304a;font-weight:600;cursor:pointer}.alert{padding:12px 14px;border-radius:12px;font-size:13px}.alert.error{background:#ffe7e7;color:#b42318}.footer{text-align:center;font-size:11px;color:#9aa4b2;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:8px}.footer img{height:20px}.footer-links{display:flex;justify-content:center;gap:14px;font-size:12px;color:#8b95a6}.footer-links .divider{opacity:.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width: 1200px){.shell{grid-template-columns:1fr}}@media (max-width: 768px){.shell{grid-template-columns:1fr;min-height:100vh;background:#fff}.hero{display:none}.panel{padding:40px 20px;background:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.panel-card{width:min(360px,100%)}.logo{margin-bottom:20px}.logo img{width:480px;height:auto}}@media (min-width: 769px) and (max-width: 1200px){.shell{grid-template-columns:minmax(380px,42%) 1fr}.hero{padding:24px 28px}.hero-graphic img{width:100%}}
