:root { color-scheme: light; font-family: Inter, system-ui, sans-serif; color: #19231e; background: #f3f5f2; }
* { box-sizing: border-box; } body { margin: 0; } .shell { max-width: 1080px; margin: 0 auto; padding: 32px 20px; } .card { background: #fff; border: 1px solid #d9e1da; border-radius: 14px; padding: 24px; box-shadow: 0 8px 24px #17281b0d; } .login-card { max-width: 420px; margin: 8vh auto; } h1, h2, p { margin-top: 0; } .eyebrow { color: #4e6957; font-size: .75rem; font-weight: 750; letter-spacing: .12em; } form { display: grid; gap: 14px; } label { display: grid; gap: 6px; font-size: .9rem; font-weight: 650; } input, select { padding: 10px 12px; border: 1px solid #b9c7bc; border-radius: 8px; font: inherit; } button { border: 0; border-radius: 8px; padding: 10px 14px; background: #1d5634; color: #fff; cursor: pointer; font: inherit; font-weight: 700; } button.quiet { background: #e7eee8; color: #264b32; } header { display: flex; align-items: center; gap: 20px; border-bottom: 1px solid #d9e1da; padding-bottom: 18px; } .brand { font-weight: 800; letter-spacing: .1em; color: inherit; text-decoration: none; } nav { display: flex; gap: 8px; } nav button { background: transparent; color: #31573d; } .account { margin-left: auto; display: flex; align-items: center; gap: 12px; font-size: .85rem; } .view { padding-top: 32px; } .view-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; } .view-heading h2 { margin: 0; } .grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); align-items: end; } .lead-list { display: grid; gap: 10px; margin-top: 18px; } .lead { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; background: #fff; color: #19231e; border: 1px solid #d9e1da; border-radius: 10px; padding: 14px; text-align: left; } .lead small { grid-column: 1 / -1; color: #637167; } .lead .invite, .lead .disable { grid-column: 1 / -1; justify-self: start; margin-top: 8px; } .actions { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; } .feedback { min-height: 1.3em; color: #9a2934; } .empty { color: #637167; }
