:root { --ink: #1d2a24; --muted: #66736b; --field: #f6f4ec; --canvas: #e7ece4; --green: #1d6b4f; --green-dark: #15533d; --line: #cfd7ce; --danger: #ad3428; --white: #fffefa; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background-color: var(--canvas); background-image: linear-gradient(30deg, #dce6da 12%, transparent 12.5%, transparent 87%, #dce6da 87.5%, #dce6da), linear-gradient(150deg, #dce6da 12%, transparent 12.5%, transparent 87%, #dce6da 87.5%, #dce6da); background-size: 44px 76px; font-family: Outfit, sans-serif; }
h1, h2, p { margin-top: 0; } h1 { font-size: 2.1rem; margin-bottom: .25rem; } h2 { font-size: 1.35rem; margin-bottom: 0; } button { border: 0; border-radius: 5px; background: var(--green); color: var(--white); cursor: pointer; font: 600 .95rem Outfit, sans-serif; min-height: 42px; padding: 0 16px; } button:hover { background: var(--green-dark); } button:disabled { cursor: not-allowed; opacity: .5; }
.login-layout { min-height: 100vh; display: grid; align-content: center; grid-template-columns: minmax(280px, 450px) minmax(280px, 380px); gap: 64px; justify-content: center; padding: 32px; }.identity { padding-top: 15px; }.identity > p:last-child { color: var(--muted); font-size: 1.15rem; line-height: 1.5; }.eyebrow { color: var(--green); font: 500 .73rem "DM Mono", monospace; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }.login-form, dialog form { display: grid; gap: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 40px #25403222; padding: 26px; }label { color: var(--muted); display: grid; font-size: .85rem; gap: 6px; } input { border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--field); font: 1rem Outfit, sans-serif; min-height: 43px; padding: 8px 10px; }input:focus { border-color: var(--green); outline: 2px solid #69a98b55; }.form-error { background: #fce9e6; border-left: 3px solid var(--danger); color: #79231b; margin: 0; padding: 10px; }
#portal-view { min-height: 100vh; }.topbar { align-items: center; background: var(--white); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 20px max(24px, calc((100vw - 1120px) / 2)); }.topbar h1 { font-size: 1.5rem; }.topbar .eyebrow { margin-bottom: 3px; }.quiet-button, .outline-button { background: transparent; border: 1px solid var(--line); color: var(--ink); }.quiet-button:hover, .outline-button:hover { background: #eef3eb; }.summary-band { align-items: stretch; background: var(--ink); color: var(--white); display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr) auto; padding: 0 max(24px, calc((100vw - 1120px) / 2)); }.summary-band > div { border-right: 1px solid #ffffff24; display: grid; gap: 6px; padding: 20px 24px; }.summary-band span { color: #c5d3ca; font-size: .83rem; }.summary-band strong { font-size: 1.15rem; }.summary-band button { align-self: center; color: var(--white); margin-left: 22px; }.content { margin: 0 auto; max-width: 1120px; padding: 48px 24px; }.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 20px; }.section-heading .eyebrow { margin-bottom: 6px; }.seat-list { background: var(--white); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }.seat { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: minmax(170px, 1.2fr) minmax(170px, 1fr) 120px auto; padding: 19px 22px; }.seat:last-child { border-bottom: 0; }.seat-name { font-size: 1.05rem; font-weight: 600; }.seat-email, .seat-meta { color: var(--muted); font-family: "DM Mono", monospace; font-size: .74rem; }.role { background: #dbece1; color: var(--green-dark); border-radius: 3px; font: 500 .72rem "DM Mono", monospace; padding: 4px 6px; text-transform: uppercase; width: fit-content; }.seat button { justify-self: end; }.empty { color: var(--muted); padding: 30px; }dialog { border: 0; border-radius: 8px; box-shadow: 0 20px 70px #10241966; max-width: 430px; padding: 0; width: calc(100% - 32px); }dialog::backdrop { background: #10241988; }.dialog-heading { align-items: center; display: flex; justify-content: space-between; }.dialog-heading h2 { margin: 0; }.icon-button { background: transparent; color: var(--muted); font-size: 1.2rem; min-height: 30px; min-width: 30px; padding: 0; }.icon-button:hover { background: #edf0ea; color: var(--ink); }.dialog-note { color: var(--muted); font-size: .85rem; line-height: 1.4; margin: 0; }.dialog-actions { display: flex; gap: 10px; justify-content: end; margin-top: 6px; }
@media (max-width: 700px) { .login-layout { display: block; padding: 40px 22px; }.identity { padding: 0 0 30px; }.summary-band { grid-template-columns: 1fr 1fr; padding: 0; }.summary-band > div { padding: 16px; }.summary-band button { grid-column: 1 / -1; margin: 0 16px 16px; }.seat { align-items: start; grid-template-columns: 1fr auto; }.seat-email, .seat-meta { grid-column: 1; }.seat button { grid-column: 2; grid-row: 1 / 4; }.section-heading { align-items: start; }.content { padding: 30px 16px; } }
.welcome-band { background: #dbece1; color: var(--green-dark); display: flex; gap: 10px; padding: 11px max(24px, calc((100vw - 1120px) / 2)); }.welcome-band span { color: #3d5f4e; font-size: .9rem; }
