:root {
  color-scheme: light;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  --cream: #f5efe3;
  --ink: #1a1a1a;
  --muted: #707168;
  --line: #dcd8ca;
  --green: #6bd83b;
  --green-hover: #3fa61b;
  --focus: #286b08;
  color: var(--ink);
  background: var(--cream);
}
* { box-sizing: border-box; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; cursor: pointer; border-radius: 999px; border: 1px solid var(--line); padding: 11px 21px; color: var(--ink); background: transparent; font-weight: 600; }
button:hover { background: #ece7d7; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
button:disabled { opacity: .5; cursor: wait; }
form { margin: 0; }
.brand { display: inline-flex; align-items: center; gap: 21px; color: var(--ink); text-decoration: none; white-space: nowrap; font-size: 18px; font-weight: 750; letter-spacing: .65em; line-height: 1; }
.brand-mark { position: relative; display: inline-block; flex: 0 0 29px; width: 29px; height: 12px; background: linear-gradient(var(--green),var(--green)) center / 18px 5px no-repeat; }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; top: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.brand-mark::before { left: 0; }
.brand-mark::after { right: 0; }
.site-header { min-height: 88px; max-width: 1304px; margin: auto; padding: 22px 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.nav-link { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 550; }
.nav-link:hover { color: var(--ink); }
.nav-link span { margin-left: 8px; }
.login-main { max-width: 840px; margin: 0 auto; padding: 38px 24px 32px; text-align: center; }
.eyebrow { color: #358508; font-size: 12px; letter-spacing: .15em; font-weight: 750; text-transform: uppercase; }
h1 { font-size: clamp(36px, 4.3vw, 54px); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; text-transform: uppercase; margin: 22px 0; }
.login-intro { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 0 0 28px; }
.login-form { max-width: 400px; margin: auto; text-align: left; display: grid; gap: 9px; }
.login-form label { font-size: 13px; font-weight: 650; }
.login-form input { width: 100%; min-width: 0; background: #faf7ed; color: var(--ink); font: inherit; font-size: 16px; border: 1px solid #c8c5b7; border-radius: 10px; padding: 13px 15px; min-height: 49px; margin-bottom: 9px; }
.login-form input:hover { border-color: #9a9e8f; }
.login-form input:focus { border-color: var(--focus); }
.disconnect { background: var(--green); border-color: var(--green); color: #132508; font-size: 13px; font-weight: 750; }
.disconnect:hover { background: var(--green-hover); border-color: var(--green-hover); }
.login-form button { width: 100%; min-height: 50px; margin-top: 5px; font-size: 15px; }
.login-note { max-width: 410px; margin: 22px auto 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.login-note strong { font-weight: 650; color: #50554a; }
.notice { max-width: 400px; margin: 0 auto 22px; padding: 14px 17px; color: #28431c; background: #e5eed6; border: 1px solid #bed5a5; border-radius: 10px; font-size: 14px; line-height: 1.5; text-align: left; }
.notice[role="alert"] { background: #f5e8d6; color: #793b15; border-color: #ddc6a7; }
.session { height: 100dvh; display: flex; flex-direction: column; overflow: hidden; }
.toolbar { min-height: 74px; display: flex; gap: 22px; align-items: center; padding: 14px 28px; background: var(--cream); border-bottom: 1px solid var(--line); }
.toolbar .brand { font-size: 16px; gap: 16px; letter-spacing: .5em; }
.divider { height: 23px; width: 1px; background: var(--line); }
#name { font-size: 13px; color: var(--muted); }
#connection { font-size: 12px; color: #5d6555; margin-left: auto; white-space: nowrap; }
.quiet { background: transparent; font-size: 12px; }
.desktop { flex: 1; min-height: 0; background: #0b0e13; }
iframe { border: 0; width: 100%; height: 100%; display: block; }
.session footer { display: flex; justify-content: space-between; gap: 12px; padding: 9px 28px; color: #696d60; font-size: 11px; background: var(--cream); border-top: 1px solid var(--line); }
.disconnected { min-height: 100dvh; display: grid; place-items: center; background: var(--cream); }
.farewell { width: min(760px, 100%); padding: 50px 32px; text-align: center; }
.farewell .brand { margin: 0 0 60px; }
.farewell p:not(.brand):not(.eyebrow) { font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 490px; margin-left: auto; margin-right: auto; }
.farewell .muted { margin-top: 28px; font-size: 13px !important; }
@media (max-width: 650px) {
  .site-header { min-height: 78px; padding: 20px 22px; gap: 16px; }
  .site-header .brand { font-size: 15px; gap: 15px; letter-spacing: .48em; }
  .nav-link { font-size: 12px; }
  .nav-link span { margin-left: 3px; }
  .login-main { padding: 30px 24px; }
  h1 { font-size: clamp(30px, 7.6vw, 42px); margin: 20px 0; }
  .eyebrow { font-size: 10px; }
  .login-intro { font-size: 15px; margin-bottom: 26px; }
  .toolbar { gap: 12px; padding: 12px 14px; min-height: 68px; }
  .toolbar .brand { font-size: 14px; gap: 10px; letter-spacing: .28em; }
  .toolbar .brand-mark { flex-basis: 25px; width: 25px; }
  .divider, #name, #fullscreen, .session footer span { display: none; }
  #connection { font-size: 10px; }
  .toolbar .disconnect { padding: 10px 15px; font-size: 12px; }
  .session footer { padding: 9px 14px; font-size: 10px; }
}
@media (max-width: 360px) { #connection { max-width: 72px; white-space: normal; } .site-header { padding: 20px 18px; } }

.resume-link { display:inline-block; padding:14px 22px; border-radius:999px; background:var(--green); color:#132508; text-decoration:none; font-weight:700; }
