:root { color: #1b2130; background: #f5f7fb; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0; }
header { margin-bottom: 28px; } h1, h2, p { margin-top: 0; } h1 { margin-bottom: 8px; font-size: clamp(30px, 5vw, 44px); letter-spacing: -.04em; } h2 { margin-bottom: 0; font-size: 20px; } .subtitle { color: #657084; }
.eyebrow { margin-bottom: 8px; color: #607092; font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.card, .summary article { border: 1px solid #e2e7f0; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(30, 49, 82, .05); }
.setup-card, .install-card { padding: 28px; margin-bottom: 24px; } .setup-intro p:not(.eyebrow), .install-card p { color: #657084; } code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }
.setup-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; } .setup-form label { display: grid; gap: 7px; } .setup-form input { width: 100%; } .wide { grid-column: 1 / -1; } .optional, .field-hint { color: #657084; font-weight: 400; } .field-hint { margin: -5px 0 0; font-size: 13px; } details { border-top: 1px solid #e6ebf3; padding-top: 16px; } summary { cursor: pointer; color: #36547d; font-weight: 700; } .optional-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 14px; }
.install-card { border-color: #b9d1fa; background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%); } .code-box { display: flex; align-items: stretch; gap: 10px; margin-top: 16px; } .code-box code { flex: 1; overflow-x: auto; padding: 14px; border-radius: 8px; background: #172033; color: #e9f1ff; white-space: nowrap; } .hint { margin: 14px 0 0; font-size: 14px; }
.tenant-card, .section-heading { display: flex; gap: 24px; justify-content: space-between; align-items: center; } .tenant-card { padding: 24px; }
.tenant-form { display: grid; grid-template-columns: auto minmax(180px, 280px) auto; align-items: center; gap: 10px; } label { font-weight: 700; font-size: 14px; }
input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #cbd4e2; border-radius: 8px; font: inherit; } input:focus { outline: 3px solid #dceaff; border-color: #3977d2; }
button { min-height: 42px; border: 0; border-radius: 8px; padding: 0 15px; background: #1769e0; color: white; cursor: pointer; font: 700 14px inherit; } button:hover { background: #0d56c0; } button:disabled { cursor: wait; opacity: .65; } .secondary { background: #eef3fb; color: #27446f; } .secondary:hover { background: #e1eaf7; }
.notice { min-height: 24px; margin: 16px 0; color: #56637b; } .notice.error { color: #b42318; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; } .summary article { padding: 20px; } .summary span { display: block; color: #68758c; font-size: 14px; } .summary strong { display: block; margin-top: 6px; font-size: 30px; }
#leads-section { padding: 24px; } .section-heading { margin-bottom: 20px; } .table-scroll { overflow-x: auto; } table { width: 100%; border-collapse: collapse; min-width: 790px; } th, td { border-top: 1px solid #e6ebf3; padding: 14px 10px; text-align: left; vertical-align: top; font-size: 14px; } th { color: #657084; font-size: 12px; } .muted { color: #657084; } .path { max-width: 280px; overflow-wrap: anywhere; } .badge { display: inline-block; padding: 4px 8px; border-radius: 99px; background: #edf3fe; color: #26569f; font-size: 12px; font-weight: 800; } .badge.invalid { background: #fff0ee; color: #b42318; } .badge.manual { background: #f1edff; color: #6541b8; } .actions { display: flex; gap: 6px; } .actions button { min-height: 34px; padding: 0 10px; } .reject { background: #6b7280; } .reject:hover { background: #4b5563; } .empty { padding: 32px; text-align: center; color: #657084; }
@media (max-width: 700px) { .shell { width: min(100% - 24px, 1180px); padding: 36px 0; } .tenant-card { display: block; } .setup-form, .optional-fields { margin-top: 20px; grid-template-columns: 1fr; } .summary { grid-template-columns: 1fr; } .code-box { flex-direction: column; } }
