/* ONE final approved login. Artwork and motion never overlap functional controls. */
:root { color-scheme:dark;font-family:Inter,"Segoe UI",system-ui,sans-serif;font-synthesis:none;color:#f5f8fc;background:#020b16; }
* { box-sizing:border-box; }
html,body { margin:0;min-height:100%; }
button,input,select { font:inherit; }
[hidden] { display: none !important; }
.sr-only { position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap; }
.icon-definitions { position:absolute;width:0;height:0;overflow:hidden; }
.ui-icon { width:26px;height:26px;flex-shrink:0; }
.login-layout { --scene-unit:min(1vw,max(11px,1.7762svh),19.2px);position:relative;isolation:isolate;min-height:100svh;overflow:hidden;background:radial-gradient(ellipse at 33% -10%,#00366788,transparent 32%),radial-gradient(ellipse at 83% 45%,#00223970,transparent 50%),#010912; }
.motion-scene,.module-scene { position:absolute;top:0;left:50%;transform:translateX(-50%);width:calc(var(--scene-unit) * 100);height:calc(var(--scene-unit) * 56.31);pointer-events:none; }
.motion-scene { z-index:auto;overflow:hidden; }
.wave-fallback,#oneWaveCanvas,#oneParticleCanvas,.orbit-lines { position:absolute;inset:0;width:100%;height:100%; }
/* Continuous wave artwork, with both extraction gaps repaired. Composite its
   highlights with the page background; no help/footer cutout masks remain. */
.wave-fallback,#oneWaveCanvas { mix-blend-mode:lighten; }
.orbit-lines { fill:none; }
.orbit-spokes { stroke:#009dde;stroke-width:.55;opacity:.7; }
.orbit-outer { stroke:#4384c9;stroke-width:1.6;opacity:.85; }
.orbit-guide { stroke:#0c93d3;stroke-width:.75;stroke-dasharray:1 2; }
.orbit-center { fill:#010c17;stroke:#7aeaff;stroke-width:1.65; }
.orbit-center-halo { stroke:#00aaff;stroke-width:8; }
.scene-mark { position:absolute;left:62.19660%;top:34.26724%;width:11.16505%;height:19.39655%;object-fit:contain; }
.orbit-node { position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;width:calc(var(--scene-unit) * 9); }
.node-circle { width:calc(var(--scene-unit) * 5.1);height:calc(var(--scene-unit) * 5.1);display:grid;place-items:center;border:1.4px solid #91e5ff;border-radius:50%;background:radial-gradient(circle,#021a2e 0%,#010c17 70%);box-shadow:0 0 5px #14b7ff,0 0 15px #007fff8c,inset 0 0 10px #0074bd40; }
.node-circle img { width:60%;height:60%;object-fit:contain; }
.orbit-node>span { position:absolute;top:calc(100% + calc(var(--scene-unit) * .4));color:#f6f9fc;white-space:nowrap;font-size:clamp(14px,calc(var(--scene-unit) * 1.08),19px);line-height:1.35;font-weight:600;letter-spacing:.015em;text-align:center;text-shadow:0 1px 5px #010912; }
.identity-panel { position:relative;min-height:max(100svh,640px);width:calc(var(--scene-unit) * 100);margin-inline:auto;padding:calc(var(--scene-unit) * 3) calc(var(--scene-unit) * 4.15) calc(var(--scene-unit) * 2.2); }
.login-header { display:flex;align-items:flex-start;justify-content:space-between; }
.product-lockup { display:block;width:calc(var(--scene-unit) * 13.77);height:auto; }
.language-control { display:flex;align-items:center;gap:12px;border:1px solid #06486a;border-radius:28px;padding:0 16px;min-height:44px;background:#010b16; }
.language-control select { min-height:42px;border:0;background:transparent;color:#fff;font-size:16px;cursor:pointer; }
.language-control option { background:#041729; }
.language-control .ui-icon { width:21px;height:21px; }
.language-control:focus-within { outline:2px solid #00c6ff;outline-offset:3px; }
.language-control select:focus-visible { outline:0; }
.login-main { margin-top:calc(var(--scene-unit) * 3.4);width:calc(var(--scene-unit) * 40); }
.eyebrow { display:table;color:#00e3f2;font-size:calc(var(--scene-unit) * .89);letter-spacing:.28em;padding-bottom:calc(var(--scene-unit) * .8);border-bottom:1px solid #008add; }
.eyebrow::before { content:"";display:inline-block;width:.5em;height:.5em;border-radius:50%;background:#00e3f2;margin-right:.7em;vertical-align:middle; }
.login-copy h1 { font-size:calc(var(--scene-unit) * 3.8);font-weight:750;line-height:1;letter-spacing:-.04em;margin:calc(var(--scene-unit) * 1.25) 0 calc(var(--scene-unit) * 1.1); }
.headline-first,.headline-second { display:block; }
.headline-first { white-space:nowrap; }
.one-accent { color:#00b8ef;background:linear-gradient(#38daed,#007af4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent; }
.login-copy>p { font-size:clamp(16px,calc(var(--scene-unit) * 1.48),26px);line-height:1.4;letter-spacing:-.018em;color:#c5ceda;margin:0;width:calc(var(--scene-unit) * 38.2); }
.login-action { position:absolute;top:calc(var(--scene-unit) * 32.15);left:calc(var(--scene-unit) * 4.4);display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:calc(var(--scene-unit) * 33);min-width:0; }
.google-sign-in-host { width:min(100%,400px);min-width:0;min-height:44px;opacity:1;border-radius:24px; }
.google-sign-in-host:empty { border:1px solid #37546d;background:#07172a; }
.google-sign-in-host:focus-visible { outline:2px solid #00c4ff;outline-offset:4px; }
.status-copy { font-size:12px;color:#b8cce0;line-height:1.45;min-height:1.45em;margin:0; }
.status-copy.error,.noscript-copy { color:#ffb5ad; }
.login-creator { position:relative;margin-top:12px;display:grid;grid-template-columns:32px auto;width:max-content;column-gap:12px;row-gap:4px;align-items:center;text-decoration:none;color:#e5eff7; }
.login-creator img { grid-row:1/3; }
.login-creator span { font-size:11px;letter-spacing:.2em; }
.login-creator small { font-size:11px;color:#a5c1d5; }
.login-creator:focus-visible { outline:2px solid #00baff;outline-offset:5px; }
.bottom-row { position:relative;margin-top:0;top:0;display:flex;align-items:flex-end;justify-content:space-between;gap:40px; }
@media (min-width:1001px) { .bottom-row { position:absolute;left:calc(var(--scene-unit) * 4.15);right:calc(var(--scene-unit) * 4.15);bottom:22px;top:auto; } }
.access-note { width:calc(var(--scene-unit) * 46.2);flex-shrink:0;border:1px solid #075173;border-radius:17px;background:#020f1cef; }
.access-note summary { display:flex;align-items:center;gap:20px;min-height:calc(var(--scene-unit) * 4.8);padding:14px 22px;list-style:none;cursor:pointer; }
.access-note summary::-webkit-details-marker { display:none; }
.access-note summary:focus-visible { outline:2px solid #00baff;outline-offset:-4px;border-radius:17px; }
.access-note summary>.ui-icon { width:32px;height:36px; }
.access-note summary>span { font-size:calc(var(--scene-unit) * .94);line-height:1.38; }
.access-note summary>span:not(.security-copy) { flex:1; }
.security-copy { border-left:1px solid #51677a;display:flex;gap:16px;align-items:center;padding-left:24px;width:50%; }
.security-copy .ui-icon { width:28px;height:31px; }
.access-content { padding:0 24px 14px;color:#b7cbdc;font-size:14px;line-height:1.5; }
.login-footer { text-align:right;white-space:nowrap;background:transparent;border:0;box-shadow:none; }
.login-footer p,.login-footer small { font-size:calc(var(--scene-unit) * .69);letter-spacing:.23em; }
.login-footer p { margin:0 0 calc(var(--scene-unit) * .8); }
.motion-toggle { position:fixed;right:14px;bottom:10px;z-index:4;min-height:34px;border:1px solid #154567;border-radius:24px;background:#031322ee;color:#b6d0e1;font-size:11px;padding:7px 12px;cursor:pointer; }
.motion-toggle:focus-visible { outline:2px solid #00baff;outline-offset:3px; }
.motion-toggle:disabled { cursor:default; }
.second-factor-active .login-action { position:relative;top:auto;left:auto;margin-top:24px; }
.second-factor-active .login-creator { position:relative;top:auto;left:auto;margin-top:20px; }
.second-factor-active .bottom-row { position:relative;inset:auto;margin-top:calc(var(--scene-unit) * 3); }
.two-factor-panel { color-scheme:light; }
.two-factor-field input:focus-visible { outline:3px solid #0078f73b; }
@media (max-width:1000px) {
  .login-layout { min-height:100svh; }
  .identity-panel { padding:26px 24px 65px;max-width:680px;margin:auto; }
  .product-lockup { width:145px; }
  .language-control { padding:0 10px;gap:6px; }
  .language-control select { font-size:13px; }
  .language-control .ui-icon { width:17px; }
  .login-main { width:100%;margin-top:54px; }
  .eyebrow { font-size:10px;padding-bottom:12px;letter-spacing:.21em; }
  .login-copy h1 { font-size:clamp(31px,5.7vw,48px);line-height:1.13;margin:22px 0 18px; }
  .headline-first { white-space:normal; }
  .login-copy>p { width:auto;font-size:17px;line-height:1.5; }
  .login-action { position:relative;inset:auto;width:100%;margin-top:25px; }
  .login-creator { position:relative;inset:auto;margin-top:22px; }
  .bottom-row { flex-direction:column;align-items:stretch;gap:25px;margin-top:140px; }
  .access-note { width:100%; }
  .access-note summary { flex-wrap:wrap;padding:16px;gap:14px; }
  .access-note summary>span { font-size:13px; }
  .security-copy { width:100%;border-left:0;border-top:1px solid #30485e;padding:14px 0 0; }
  .access-content { padding:0 16px 16px; }
  .login-footer { text-align:left;white-space:normal;padding:10px 0; }
  .login-footer p,.login-footer small { font-size:9px;line-height:1.8;letter-spacing:.15em; }
  .login-footer p { margin-bottom:8px; }
  .motion-scene { top:auto;bottom:0;height:450px;width:max(100%,850px);left:min(0px,calc((100% - 850px) / 2));transform:none; }
  .module-scene,.orbit-lines,.scene-mark { display:none; }
  .second-factor-active .bottom-row { margin-top:45px; }
  .two-factor-panel fieldset { grid-template-columns:1fr!important; }
  .two-factor-actions { display:grid!important; }
  .motion-toggle { position:relative;right:auto;bottom:auto;margin:0 24px 20px; }
}
@media (forced-colors:active) { .motion-scene,.module-scene { display:none; }.one-accent { background:none;-webkit-text-fill-color:CanvasText; } }

/* Preserve all existing two-factor controls and visible validation states. */
.two-factor-panel { display: grid; gap: 18px; margin: 0; padding: 20px; border: 1px solid #cbddeb; border-radius: 16px; background: #f8fbff; box-shadow: 0 14px 38px #1233540a; }
.two-factor-heading { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: start; gap: 12px; }
.two-factor-heading strong { display: block; color: #102c43; font-size: 1rem; }
.two-factor-heading p { margin: 5px 0 0; color: #536a81; font-size: .79rem; line-height: 1.55; }
.two-factor-step { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #006cde; background: #e2f0ff; font-size: .8rem; font-weight: 750; }
.two-factor-panel fieldset { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; min-width: 0; margin: 0; padding: 0; border: 0; }
.two-factor-field { display: grid; min-width: 0; gap: 7px; color: #3c546c; font-size: .76rem; font-weight: 600; }
.two-factor-field select, .two-factor-field input { width: 100%; min-width: 0; height: 46px; padding: 0 11px; color: #102a40; border: 1px solid #b9cddd; border-radius: 9px; background: #fff; font-size: 1rem; }
.two-factor-field select { font-size: .85rem; }
.two-factor-field :focus-visible { outline: 3px solid #0078f73b; outline-offset: 1px; border-color: #0078f7; }
.two-factor-field input[aria-invalid="true"] { border-color: #ae211d; outline: 2px solid #ae211d2b; }
.two-factor-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.two-factor-actions button { min-height: 44px; padding: 10px 15px; border: 1px solid #b9cddd; border-radius: 10px; font-size: .8rem; line-height: 1.3; font-weight: 650; cursor: pointer; }
.two-factor-actions button:focus-visible { outline: 3px solid #0078f770; outline-offset: 3px; }
.two-factor-actions button:disabled { cursor: wait; opacity: .65; }
.two-factor-submit { border-color: #0064d4 !important; color: #fff; background: #006fe6; }
.two-factor-submit:hover:not(:disabled) { background: #005cc3; }
.two-factor-cancel { color: #29445d; background: #f6faff; }
.two-factor-cancel:hover:not(:disabled) { background: #eaf3fc; }
body.second-factor-active .module-catalog { display: none; }
body.second-factor-active .login-copy h1 { font-size: clamp(2rem, 2.8vw, 2.85rem); }

/* The artwork is decorative. It never loads protected data or intercepts input. */

/* Compact provider framing and footer. No styles target Google iframe contents. */
@media (min-width:1001px) {
  .motion-scene { width:100%;left:0;transform:none; }
  .orbit-lines { width:calc(var(--scene-unit) * 100);left:50%;transform:translateX(-50%); }
  .scene-mark { left:calc(50% + var(--scene-unit) * 12.1966);width:calc(var(--scene-unit) * 11.16505); }
}
.google-button-frame { width:min(100%,378px);padding:8px;border:1px solid #1b4d6c;border-radius:12px;background:#061321;box-shadow:0 7px 24px #0005; }
.google-sign-in-host { width:100%;border-radius:4px; }
.second-factor-active .google-button-frame { display:none; }
.login-utilities { display:flex;align-items:center;gap:20px; }
.access-note { position:relative;width:auto;flex-shrink:1;border:0;border-radius:0;background:transparent; }
.access-note summary { min-height:44px;padding:8px 0;gap:9px;color:#b9d0df; }
.access-note summary>.ui-icon { width:18px;height:20px; }
.access-note summary>span { font-size:12px;line-height:1.4; }
.access-note summary::after { content:"+";font-size:18px;font-weight:400;color:#58c5f3; }
.access-note[open] summary::after { content:"−"; }
.access-content { position:absolute;left:0;bottom:calc(100% + 10px);width:min(430px,80vw);padding:8px 18px;border:1px solid #23516d;border-radius:12px;background:#061524;box-shadow:0 12px 32px #0008;z-index:5; }
.access-content .security-copy { border:0;width:auto;padding:0;gap:9px;font-size:12px;color:#96bdd2; }
.access-content .security-copy .ui-icon { width:16px;height:18px; }
.login-footer p,.login-footer small { font-size:10px;letter-spacing:.16em;line-height:1.6; }
.login-footer p { margin:0 0 4px; }
.login-footer small { color:#8aa5bb;font-size:9px; }
.motion-toggle { position:static;flex-shrink:0;margin:0;min-height:44px;padding:8px 0;border:0;border-radius:4px;background:transparent;color:#91aebf; }
.motion-toggle:hover:not(:disabled),.access-note summary:hover { color:#e2f6ff; }
.second-factor-active .identity-panel { padding-bottom:28px; }
.second-factor-active .bottom-row { position:relative;inset:auto;margin-top:32px; }
@media (max-width:1000px) {
  .identity-panel { width:100%;min-height:100svh;padding-bottom:26px; }
  .login-creator { margin-top:12px; }
  .bottom-row { margin-top:52px;gap:20px; }
  .login-utilities { flex-wrap:wrap;gap:8px 20px; }
  .access-content { position:static;width:100%;margin-top:10px; }
  .access-note { width:auto; }
  .access-note[open] { width:100%; }
  .access-note summary { flex-wrap:nowrap; }
  .login-footer { padding:0; }
}
