:root { color: #1a2040; background: #f7f8fa; font-family: Manrope, system-ui, sans-serif; font-size: 14px; }
[hidden] { display: none !important; }
textarea { min-height: 92px; border: 1px solid #bfc8d2; border-radius: 8px; color: #1a2040; background: white; padding: 10px; resize: vertical; }
.section-heading { display: flex; align-items: end; gap: 12px; margin-bottom: 18px; }.section-heading label { min-width: 320px; }.opportunity { width: 100%; color: #1a2040; text-align: left; }.stack p, .result p { border-bottom: 1px solid #edf0f3; padding-bottom: 8px; }.subheading { margin-top: 26px; } details { margin-top: 22px; } summary { cursor: pointer; font-weight: 700; }
* { box-sizing: border-box; } body { margin: 0; } button, input, select { font: inherit; } button { min-height: 40px; border: 0; border-radius: 8px; background: #00a889; color: #10211f; font-weight: 700; padding: 0 16px; cursor: pointer; } button:hover, button:focus-visible { outline: 3px solid #8be5d4; outline-offset: 2px; } button.secondary { background: white; border: 1px solid #dce1e6; color: #1a2040; }.shell { min-height: 100vh; }.login-card { width: min(440px, calc(100% - 32px)); margin: 10vh auto; background: white; border: 1px solid #dce1e6; border-radius: 16px; padding: 32px; box-shadow: 0 8px 32px #1a204010; }.eyebrow { color: #52706c; font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 0 8px; }.login-card h1, .sidebar h1, h2, h3 { margin: 0 0 12px; }.muted { color: #58627a; line-height: 1.5; } form { display: grid; gap: 14px; margin-top: 20px; } label { display: grid; gap: 7px; font-weight: 700; } input, select { min-height: 42px; border: 1px solid #bfc8d2; border-radius: 8px; color: #1a2040; background: white; padding: 0 10px; } input:focus, select:focus { border-color: #00a889; outline: 3px solid #c7f5eb; }.crm { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }.sidebar { background: white; border-right: 1px solid #dce1e6; padding: 28px 16px; display: flex; flex-direction: column; gap: 28px; }.sidebar nav { display: grid; gap: 5px; }.nav-item { background: transparent; color: #1a2040; text-align: left; }.nav-item.active { background: #d8f7ef; }.sidebar #logout { margin-top: auto; }.content { padding: 32px; max-width: 1500px; width: 100%; }.content header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 24px; }.identity { margin: 0; color: #58627a; }.toolbar { display: flex; align-items: end; gap: 12px; margin-bottom: 18px; }.toolbar label { min-width: 280px; }.kanban { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; align-items: start; }.column, .panel { background: white; border: 1px solid #dce1e6; border-radius: 12px; padding: 16px; }.column h3 { font-size: 15px; }.opportunity { border-left: 4px solid #00c49e; background: #f7f8fa; border-radius: 6px; padding: 12px; margin-top: 10px; }.opportunity small { color: #58627a; }.empty { border: 1px dashed #bfc8d2; border-radius: 12px; color: #58627a; padding: 28px; text-align: center; }.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }.narrow { max-width: 560px; }.message { border-radius: 8px; margin: 0 0 18px; padding: 12px; background: #e9fbf6; color: #12483d; }.message.error { background: #fff0f0; color: #8a2626; } @media (max-width: 720px) { .crm { grid-template-columns: 1fr; }.sidebar { position: static; min-height: auto; }.sidebar nav { grid-template-columns: repeat(3, 1fr); }.sidebar #logout { margin-top: 0; }.content { padding: 20px; }.content header { display: block; }.toolbar { align-items: stretch; flex-direction: column; }.toolbar label { min-width: 0; } }
