.setup-body { min-height: 100vh; background: #f5f0e7; color: #18372f; }
.setup-shell { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr); min-height: 100vh; }
.setup-aside { display: flex; flex-direction: column; gap: 42px; background: #1f5a48; color: white; padding: clamp(32px, 6vw, 76px); }
.setup-aside .brand-mark { background: #f27b61; }
.setup-aside .eyebrow { color: #b9dfd2; }
.setup-aside h1 { max-width: 500px; margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.08; }
.setup-aside p { max-width: 550px; color: #d7ebe4; line-height: 1.75; }
.setup-progress { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.setup-progress li { display: flex; align-items: center; gap: 12px; color: #9fc5b8; font-weight: 750; }
.setup-progress b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #75a696; border-radius: 50%; }
.setup-progress li.is-active { color: white; }
.setup-progress li.is-active b { border-color: #f6b9a9; background: #f27b61; }
.setup-progress li.is-complete b { border-color: #b9dfd2; background: #dff3eb; color: #1f5a48; }
.setup-security-note { margin-top: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.08); padding: 18px; }
.setup-security-note p { margin: 6px 0 0; font-size: .78rem; }
.setup-card { display: grid; align-content: center; padding: clamp(24px, 6vw, 76px); }
.setup-card form { width: min(760px, 100%); margin: auto; }
.setup-key-notice { width: min(760px, 100%); margin: 0 auto 18px; }
.setup-key-notice p { margin: 5px 0 0; }
.environment-setup-form h2 { margin: 8px 0; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.environment-setup-copy { margin: 0 0 28px; color: #65736e; line-height: 1.7; }
.setup-wide-field { grid-column: 1 / -1; }
.environment-import-note { margin-top: 22px; }
.environment-import-note p { margin: 5px 0 0; }
.setup-step { display: none; }
.setup-step.is-active { display: block; animation: setup-in .22s ease both; }
.setup-step h2 { margin: 8px 0; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.setup-step > p:not(.eyebrow) { margin: 0 0 28px; color: #65736e; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.setup-grid label { display: grid; align-content: start; gap: 7px; font-size: .78rem; font-weight: 750; }
.setup-grid input,.setup-grid select { width: 100%; min-height: 48px; border: 1px solid #d5d9d5; border-radius: 12px; background: white; padding: 0 13px; font: inherit; }
.setup-grid input:focus,.setup-grid select:focus { border-color: #2c7961; outline: 3px solid rgba(44,121,97,.12); }
.setup-grid small { color: #78847f; font-size: .68rem; font-weight: 500; }
.setup-logo-field { grid-row: span 2; }
.setup-logo-preview { display: grid; width: 96px; height: 96px; place-items: center; overflow: hidden; border: 1px dashed #aac1b8; border-radius: 24px; background: white; color: #1f5a48; }
.setup-logo-preview img { width: 100%; height: 100%; object-fit: contain; }
.setup-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; }
.setup-actions .button { min-width: 180px; }
.setup-confirm { margin-top: 24px; }
.brand-mark img { width: 100%; height: 100%; border-radius: inherit; object-fit: contain; background: white; }
@keyframes setup-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 820px) { .setup-shell { grid-template-columns: 1fr; } .setup-aside { gap: 22px; padding: 28px 22px; } .setup-aside h1 { font-size: 2rem; } .setup-security-note { margin-top: 0; } .setup-card { padding: 34px 20px 60px; } }
@media (max-width: 560px) { .setup-grid { grid-template-columns: 1fr; } .setup-logo-field { grid-row: auto; } .setup-wide-field { grid-column: auto; } .setup-actions .button { min-width: 0; } }
