:root{color-scheme:light;--green:#10201a;--green-2:#18362b;--gold:#c7a862;--ink:#18221e;--muted:#6f7b76;--line:#dce3df;--danger:#b33d43;font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#edf2ef;color:var(--ink)}button,input{font:inherit}.login-layout{min-height:100vh;display:grid;grid-template-columns:minmax(340px,44%) 1fr;background:#fff}.brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:52px clamp(38px,5vw,82px);color:#fff;background:linear-gradient(150deg,rgba(8,26,19,.94),rgba(18,55,42,.9)),radial-gradient(circle at 78% 18%,#587767 0,transparent 45%),#10201a}.brand-panel:before,.brand-panel:after{content:"";position:absolute;border:1px solid rgba(199,168,98,.23);border-radius:50%}.brand-panel:before{width:420px;height:420px;inset:auto -210px -170px auto}.brand-panel:after{width:250px;height:250px;inset:auto -125px -85px auto}.brand-lockup,.mobile-brand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(199,168,98,.65);border-radius:15px;background:rgba(255,255,255,.06);color:var(--gold);font:700 25px Georgia,serif}.brand-lockup div{display:flex;flex-direction:column;letter-spacing:.12em}.brand-lockup strong{font-size:20px}.brand-lockup span{font-size:9px;color:#ccd7d1;letter-spacing:.24em;margin-top:4px}.brand-copy{position:relative;z-index:1;max-width:600px}.eyebrow{display:block;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;margin-bottom:18px}.brand-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.2vw,66px);line-height:1.16;margin:0 0 24px;font-weight:500}.brand-copy p{max-width:520px;color:#d1ddd7;font-size:17px;line-height:1.9}.scope-list{position:relative;z-index:1;display:flex;gap:24px;flex-wrap:wrap;color:#d4ddd8;font-size:12px}.scope-list span{display:flex;align-items:center;gap:9px}.scope-list i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(199,168,98,.12)}.form-panel{position:relative;display:grid;place-items:center;padding:70px 32px 56px;background:linear-gradient(145deg,#fff 0,#f8faf9 100%)}.language-toggle{position:absolute;top:34px;inset-inline-end:38px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 13px;color:var(--green);font-weight:700;cursor:pointer}.form-wrap{width:min(100%,470px)}.mobile-brand{display:none;margin-bottom:34px}.mobile-brand strong{letter-spacing:.12em}.secure-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#edf6f1;color:#28664d;font-size:12px;font-weight:700}.secure-badge svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.form-wrap h2{font-size:40px;letter-spacing:-.03em;margin:20px 0 10px}.intro{margin:0 0 34px;color:var(--muted);font-size:15px}form>label{display:block;margin-bottom:20px}form>label>span{display:block;font-size:13px;font-weight:700;margin-bottom:9px}.input-shell{height:56px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 16px;transition:.2s box-shadow,.2s border}.input-shell:focus-within{border-color:#4d816c;box-shadow:0 0 0 4px rgba(41,103,77,.1)}.input-shell>svg,.show-password svg{width:20px;height:20px;fill:none;stroke:#87928d;stroke-width:1.7}.input-shell input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);direction:ltr;text-align:left}.show-password{display:grid;place-items:center;border:0;background:transparent;padding:5px;cursor:pointer}.form-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:-3px 0 24px}.remember{display:flex;align-items:center;gap:7px}.remember input{accent-color:#28664d}.submit-button{width:100%;height:56px;border:0;border-radius:14px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;gap:13px;font-weight:800;cursor:pointer;box-shadow:0 14px 26px rgba(16,32,26,.18);transition:.2s transform,.2s background}.submit-button:hover{background:var(--green-2);transform:translateY(-1px)}.submit-button:disabled{opacity:.65;cursor:wait}.submit-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.login-message{min-height:22px;margin-top:14px;color:var(--danger);font-size:13px;text-align:center}.login-message.success{color:#287350}.access-note{margin-top:26px;padding:17px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:5px}.access-note strong{font-size:13px}.access-note span{font-size:12px;color:var(--muted)}footer{position:absolute;bottom:24px;color:#99a29e;font-size:11px}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:820px){.login-layout{display:block;background:#f6f8f7}.brand-panel{display:none}.form-panel{min-height:100vh;padding:88px 22px 68px}.form-wrap h2{font-size:34px}.mobile-brand{display:flex}.language-toggle{top:24px;inset-inline-end:22px}footer{bottom:18px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
