:root { --ink: #1d2a24; --muted: #66736b; --field: #f6f4ec; --canvas: #e7ece4; --green: #1d6b4f; --green-dark: #15533d; --line: #cfd7ce; --danger: #ad3428; --white: #fffefa; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
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; }.account-badge { background: var(--field); border-radius: 3px; color: var(--muted); font-weight: 600; letter-spacing: normal; margin-left: 4px; padding: 2px 6px; text-transform: none; }.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) auto; padding: 19px 22px; }.seat:last-child { border-bottom: 0; }.seat-name { font-size: 1.05rem; font-weight: 600; }.seat-meta { color: var(--muted); font-family: "DM Mono", monospace; font-size: .74rem; }.seat button { justify-self: end; }.seat-actions { display: flex; gap: 8px; justify-self: end; }.danger { background: var(--danger); }.danger:hover { background: #8a281f; }.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-meta { grid-column: 1; }.seat button, .seat-actions { grid-column: 2; grid-row: 1 / 3; }.seat-actions { flex-direction: column; }.section-heading { align-items: start; }.content { padding: 30px 16px; } }
.welcome-layout { align-content: center; display: grid; justify-content: center; min-height: 100vh; padding: 24px; }.welcome-card { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 8px; box-shadow: 0 16px 40px #25403222; max-width: 470px; padding: 32px; }.welcome-card h1 { font-size: 2.2rem; }.welcome-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; line-height: 1.5; }.identity-list { border-top: 1px solid var(--line); display: grid; gap: 12px; margin: 26px 0; padding-top: 18px; }.identity-list div { display: flex; gap: 20px; justify-content: space-between; }.identity-list dt { color: var(--muted); }.identity-list dd { font-family: "DM Mono", monospace; font-weight: 500; margin: 0; }
.header-actions { display: flex; gap: 8px; }.map-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; height: calc(100vh - 73px); }#map { height: 100%; width: 100%; }.map-panel { background: var(--white); border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 24px; overflow-y: auto; padding: 20px; }.inline-label { align-items: center; display: flex; flex-direction: row; gap: 8px; font-size: .85rem; }.inline-label select { border: 1px solid var(--line); border-radius: 4px; flex: 1; min-height: 36px; padding: 4px 8px; }.track-list { display: flex; flex-direction: column; gap: 10px; }.track-row { align-items: center; background: var(--field); border-radius: 6px; display: grid; gap: 10px; grid-template-columns: auto 1fr auto auto; padding: 10px; }.track-name { font-size: .92rem; font-weight: 600; }.track-meta { color: var(--muted); font: .72rem "DM Mono", monospace; }.track-row input[type="color"] { background: none; border: 1px solid var(--line); border-radius: 4px; height: 32px; min-height: 32px; padding: 2px; width: 36px; }.track-row .row-actions { display: flex; gap: 6px; }.track-row .row-actions button { font-size: .72rem; min-height: 30px; padding: 0 8px; }.track-folder-heading { color: var(--muted); font: 600 .78rem "DM Mono", monospace; letter-spacing: .04em; margin: 4px 0 -2px; text-transform: uppercase; }.hazard-list { display: flex; flex-direction: column; gap: 10px; }.hazard-row { align-items: center; background: var(--field); border-radius: 6px; display: grid; gap: 10px; grid-template-columns: auto 1fr auto; padding: 10px; }.hazard-swatch { border-radius: 50%; height: 16px; width: 16px; }.hazard-row .track-name { text-transform: capitalize; }#edit-track-dialog { max-width: 380px; }@media (max-width: 900px) { .map-layout { grid-template-columns: 1fr; grid-template-rows: 50vh auto; height: auto; }.track-row { grid-template-columns: auto 1fr; }.track-row .row-actions, .track-row input[type="color"] { grid-column: 2; } }.chat-layout { display: grid; gap: 20px; grid-template-columns: 240px minmax(0, 1fr); }.chat-layout aside, .chat-panel { background: var(--white); border: 1px solid var(--line); border-radius: 7px; padding: 12px; }.chat-contact { background: transparent; color: var(--ink); display: block; text-align: left; width: 100%; }.chat-contact:hover { background: #e4efe8; }.message-list { display: flex; flex-direction: column; gap: 8px; height: 420px; overflow: auto; padding: 10px 0; }.message-list > div { border-radius: 6px; max-width: 80%; padding: 9px 11px; }.message-list .mine { align-self: end; background: #dbece1; }.message-list .theirs { align-self: start; background: #edf0eb; }.chat-panel form { display: flex; gap: 8px; }.chat-panel input { flex: 1; }.chat-contact.broadcast { border-top: 1px solid var(--line); color: #8a6d1f; font-weight: 600; margin-top: 8px; padding-top: 14px; }.chat-contact.broadcast:hover { background: #fbf2da; }.chat-hint { color: var(--muted); font-size: .85rem; line-height: 1.5; padding: 14px 4px; }.msg-time { color: inherit; font-size: .68rem; margin-top: 3px; opacity: .6; text-align: right; }.sound-toggle { align-items: center; color: var(--muted); display: flex; font-size: .85rem; gap: 6px; }.chat-contact.unread { animation: chat-unread-blink 1s step-start infinite; font-weight: 700; }@keyframes chat-unread-blink { 0%, 49% { background: #fce9e6; color: var(--danger); } 50%, 100% { background: transparent; color: var(--ink); } }.recording-row { align-items: center; display: flex; gap: 10px; padding: 8px 4px; }.recording-row .rec-dot { animation: chat-unread-blink 1s step-start infinite; color: var(--danger); font-size: 1rem; }#rec-timer { font-family: "DM Mono", monospace; }.message-list img { border-radius: 6px; cursor: pointer; max-width: 220px; }.message-list audio { max-width: 220px; }
.checkbox-label { align-items: center; display: flex; flex-direction: row-reverse; gap: 8px; justify-content: end; }.checkbox-label input { min-height: auto; width: auto; }.field-row { align-items: center; background: var(--field); border-radius: 6px; display: grid; gap: 10px; grid-template-columns: auto 1fr auto; padding: 10px; }.map-layout { position: relative; }.draw-toolbar { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 30px #10241933; display: flex; gap: 12px; left: 50%; padding: 10px 14px; position: absolute; top: 16px; transform: translateX(-50%); z-index: 500; }.draw-toolbar span { color: var(--muted); font-size: .85rem; }.field-vertex-handle { background: #fff; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 1px 4px #00000055; cursor: grab; height: 16px; width: 16px; }.field-vertex-handle-mid { background: #fff; border: 2px dashed var(--green); border-radius: 50%; box-shadow: 0 1px 3px #00000044; cursor: copy; height: 12px; opacity: .75; width: 12px; }#field-color { cursor: pointer; height: 40px; padding: 4px; width: 60px; }
