:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #22262b;
  background: #eef0f2;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
::selection { color: #202124; background: #ffdbd0; }
a { color: inherit; }
button { font: inherit; }

/* All decoration stays behind the page and outside the pointer/reading order. */
.login-atmosphere { position: fixed; inset: 0; overflow: hidden; pointer-events: none; background: linear-gradient(125deg, #e8ebef 0%, #f4f5f6 48%, #e8ecef 100%); }
.ambient-light { position: absolute; border-radius: 50%; filter: blur(70px); }
.ambient-light-warm { width: 660px; height: 620px; left: calc(50% - 660px); top: calc(50% - 135px); background: radial-gradient(ellipse, #ffaf9275 0%, #ffd0b947 39%, #ffd0b900 73%); }
.ambient-light-cool { width: 820px; height: 740px; left: calc(50% + 40px); top: calc(50% - 620px); background: radial-gradient(ellipse, #b8cbd557 0%, #dce3e85c 40%, #dce3e800 72%); }
.glass-sculpture { position: absolute; width: 560px; height: 1020px; border: 1px solid #ffffffa8; border-radius: 210px; background: linear-gradient(115deg, #ffffff05 13%, #ffffff52 38%, #ffffff09 57%, #bdc8d016 77%, #ffffff8c 99%); box-shadow: inset 2px 1px 3px #ffffffe6, inset -9px -4px 25px #b2bec522, 30px 35px 70px #71828d0a, -10px -10px 35px #ffffff75; }
.glass-sculpture::after { content: ""; position: absolute; inset: 17px; border: 1px solid #ffffff80; border-right-color: #aebec522; border-bottom-color: #aebec52b; border-radius: inherit; }
.sculpture-left { left: calc(50% - 1000px); top: calc(50% - 540px); transform: rotate(-32deg); }
.sculpture-right { left: calc(50% + 355px); top: calc(50% - 325px); transform: rotate(34deg); opacity: .75; }
.ambient-floor { position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg, #edf0f3b3, #edf0f300); }

.login-topbar { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 33px 44px; gap: 24px; }
.login-brand img { display: block; width: 174px; height: auto; }
.team-label { display: inline-flex; align-items: center; gap: 7px; font: 9px/1.5 var(--mono); letter-spacing: 1.3px; color: #666d74; }
.team-label svg { width: 17px; height: 17px; }
.login-shell { position: relative; flex: 1; display: grid; place-items: center; padding: 34px 24px 54px; }

.login-card {
  position: relative;
  width: min(100%, 408px);
  padding: 43px 38px 32px;
  text-align: center;
  background: linear-gradient(145deg, #ffffffa6, #ffffff52 47%, #ffffff80);
  -webkit-backdrop-filter: blur(36px) saturate(130%);
  backdrop-filter: blur(36px) saturate(130%);
  border: 1px solid #ffffffc9;
  border-radius: 34px;
  box-shadow: inset 0 1px 0 #ffffffed, inset 0 -1px 0 #ffffff8c, 0 8px 16px -12px #56637024, 0 32px 65px -35px #52606d40;
}
.login-card::before { content: ""; position: absolute; inset: 6px; border: 1px solid #ffffff3b; border-radius: 28px; pointer-events: none; }
.workspace-symbol { position: relative; display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 26px; color: #7c8791; border: 1px solid #ffffffe6; border-radius: 24px; background: radial-gradient(circle at 28% 12%, #fff, #ffffff73 55%, #e6e9ec8c); box-shadow: inset 0 2px 3px #fff, inset 0 -2px 4px #b6c2cb1a, 0 8px 18px -8px #74869529, 0 1px 2px #ffffff80; transform: rotate(-6deg); }
.workspace-symbol::before { content: ""; position: absolute; inset: -12px; border-radius: 33px; border: 1px solid #ffffff59; background: #ffffff0a; pointer-events: none; }
.workspace-symbol svg { width: 32px; height: 32px; transform: rotate(6deg); }
h1 { margin: 0 0 34px; font-size: 36px; line-height: 1.2; letter-spacing: -1.4px; font-weight: 500; color: #2b3035; }

.login-button { position: relative; min-height: 54px; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #30353a; border-radius: 18px; padding: 14px 42px; background: linear-gradient(175deg, #3b4046, #24282d); color: #fff; box-shadow: inset 0 1px 0 #ffffff24, 0 5px 10px -4px #29343d33; font-size: 13px; font-weight: 500; line-height: 1.5; text-decoration: none; text-align: center; cursor: pointer; }
.login-button:not([aria-disabled="true"]):not(:disabled):hover { background: linear-gradient(175deg, #464c53, #2d3238); box-shadow: inset 0 1px 0 #ffffff30, 0 8px 17px -5px #29343d38; transform: translateY(-1px); }
.login-button:not([aria-disabled="true"]):not(:disabled):active { transform: translateY(0); }
.login-button[aria-disabled="true"], .login-button:disabled { cursor: wait; color: #6b747d; background: linear-gradient(150deg, #ffffff73, #dfe4e987); border-color: #d3d9df9e; box-shadow: inset 0 1px 0 #ffffffc9; }
.login-arrow { position: absolute; right: 19px; width: 18px; height: 18px; color: #e0e4e8; }
.login-button[aria-disabled="true"] .login-arrow, .login-button:disabled .login-arrow { color: currentColor; opacity: .6; }
.login-notice { max-width: 275px; padding: 0; margin: 19px auto 0; color: #6a7179; font-size: 11px; line-height: 1.7; overflow-wrap: anywhere; }
.login-footer { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding: 0 44px 27px; font-size: 10px; line-height: 1.6; color: #6c747e; }
a:focus-visible, button:focus-visible { outline: 3px solid #ec815e; outline-offset: 5px; }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .login-card { background: #f9fafbee; }
}
@media (max-width: 600px) {
  .login-topbar { padding: 27px 25px 22px; gap: 14px; }
  .login-brand img { width: 143px; }
  .team-label { font-size: 8px; letter-spacing: .9px; gap: 4px; }
  .team-label svg { width: 15px; height: 15px; }
  .login-shell { padding: 28px 21px 39px; }
  .login-card { max-width: 388px; padding: 38px 28px 29px; border-radius: 30px; }
  .login-card::before { border-radius: 24px; }
  .workspace-symbol { width: 64px; height: 64px; margin-bottom: 25px; border-radius: 22px; }
  h1 { font-size: 34px; letter-spacing: -1.25px; margin-bottom: 30px; }
  .login-button { padding-inline: 38px; }
  .login-footer { padding: 0 25px 23px; font-size: 9px; }
  .sculpture-left { left: calc(50% - 780px); opacity: .7; }
  .sculpture-right { left: calc(50% + 220px); opacity: .5; }
  .ambient-light-warm { left: calc(50% - 530px); top: calc(50% - 100px); }
}
@media (max-width: 350px) {
  .login-topbar { padding-inline: 20px; }
  .team-label { display: none; }
  .login-shell { padding-inline: 14px; }
  .login-card { padding-inline: 23px; }
  h1 { font-size: 32px; }
  .login-button { font-size: 12px; }
}
@media (prefers-reduced-transparency: reduce) {
  .login-card { background: #f9fafb; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .glass-sculpture { opacity: .3; }
}
@media (prefers-reduced-motion: no-preference) {
  .login-card { animation: reveal .65s cubic-bezier(.2,.7,.2,1) both; }
  .login-button { transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
  @keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
