:root { font-family: Inter, system-ui, sans-serif; color: #1c2741; background: #f5f7fb; }
* { box-sizing: border-box; } body { margin: 0; } .shell { max-width: 1050px; margin: auto; padding: 72px 24px; }
.hero { max-width: 650px; margin-bottom: 34px; } .eyebrow { color: #5364d8; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 10px; }
h1 { font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: 1; margin: 0 0 16px; } h2 { margin: 0 0 8px; } .hero > p:last-child, .card p { color: #667085; line-height: 1.55; }
.card { background: #fff; border: 1px solid #e8ebf3; border-radius: 18px; padding: 26px; box-shadow: 0 12px 32px #24345b0b; } .auth-card { max-width: 460px; }
.tabs { display: flex; border-bottom: 1px solid #e8ebf3; margin-bottom: 24px; } .tab { background: none; border: 0; cursor: pointer; padding: 12px 14px; color: #667085; } .tab.active { color: #4052c7; border-bottom: 2px solid #4052c7; font-weight: 700; }
.form { display: grid; gap: 16px; } label { display: grid; gap: 7px; font-size: .9rem; font-weight: 600; } input { border: 1px solid #cfd6e5; border-radius: 9px; padding: 12px; font: inherit; }
select { border: 1px solid #cfd6e5; border-radius: 9px; padding: 10px; background: #fff; font: inherit; } .compact-form { display: grid; gap: 10px; margin-top: 16px; } .compact-form input { padding: 9px; } .check { display: flex; align-items: center; gap: 8px; } .check input { width: auto; }
.schedule-list { display: grid; gap: 8px; margin-top: 16px; } .schedule-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #e8ebf3; padding-top: 10px; font-size: .88rem; } .schedule-item strong { display: block; } .schedule-item small { color: #667085; } .schedule-item button { padding: 6px 10px; cursor: pointer; background: #fff; border-color: #cfd6e5; }
.schedule-form-title { margin: 16px 0 0; color: #4052c7; font-weight: 700; }
button { border-radius: 9px; border: 1px solid transparent; padding: 11px 15px; font: inherit; font-weight: 650; } button:disabled { cursor: not-allowed; opacity: .58; } .primary { background: #4052c7; color: #fff; cursor: pointer; } .secondary { background: #fff; border-color: #cfd6e5; cursor: pointer; } .feedback { color: #b42318; min-height: 1.4em; }
.auth-link { padding: 4px; border: 0; background: transparent; color: #4052c7; text-align: left; cursor: pointer; } .auth-link:hover { text-decoration: underline; } .auth-card .form > p { margin: 0; }
.dashboard-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 8px; } .welcome { color: #667085; margin-bottom: 18px; } .dashboard-menu { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 9px; padding: 12px; margin-bottom: 22px; border: 1px solid #e8ebf3; border-radius: 16px; background: #f8f9fc; } .dashboard-menu-item { display: inline-flex; align-items: center; justify-content: center; gap: 5px; width: 100%; min-height: 44px; border: 1px solid #dce0eb; border-radius: 11px; padding: 9px 12px; background: #fff; color: #475467; font: inherit; font-weight: 650; line-height: 1.25; text-align: center; cursor: pointer; } .dashboard-menu-item:hover { border-color: #9da8ed; color: #3444b5; background: #f5f6ff; } .dashboard-menu-item.active { background: #5364d8; border-color: #5364d8; color: #fff; box-shadow: 0 5px 14px #5364d82b; } .dashboard-panel { width: 100%; } .grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; } .grid span { color: #5364d8; font-weight: 750; } .grid h3 { margin-bottom: 5px; } .accent { background: #f0f2ff; border-color: #dce0ff; } .hidden { display: none; } .mt-2 { margin-top: 16px; }
@media (max-width: 650px) { .shell { padding-top: 42px; } .grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dashboard-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 9px; } .dashboard-menu-item { min-height: 48px; padding: 8px; font-size: 13px; } }
@media (max-width: 420px) { .dashboard-menu { grid-template-columns: 1fr; } }
.section-divider { border: 0; border-top: 1px solid #e8ebf3; margin: 28px 0; } .coverage-studies-list { display: grid; gap: 10px; } .coverage-study-row { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(150px, .55fr) minmax(220px, 1fr); gap: 10px; align-items: end; padding: 12px; border: 1px solid #e8ebf3; border-radius: 12px; } .coverage-study-name { align-self: center; } @media (max-width: 760px) { .coverage-study-row { grid-template-columns: 1fr; } }
.human-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0; } .human-workspace { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.5fr); gap: 16px; } .human-conversation-list { display: grid; align-content: start; gap: 8px; } .human-conversation-item { width: 100%; text-align: left; padding: 12px; border: 1px solid #dce0eb; border-radius: 12px; background: #fff; color: inherit; cursor: pointer; } .human-conversation-item.active { border-color: #5364d8; box-shadow: 0 0 0 2px #5364d822; } .human-conversation-item small { display: block; margin-top: 5px; color: #667085; } .human-conversation-detail { min-width: 0; padding: 16px; border: 1px solid #dce0eb; border-radius: 14px; background: #fff; } .human-detail-header { display: flex; justify-content: space-between; gap: 12px; align-items: start; margin-bottom: 14px; } .human-detail-header small { display: block; color: #667085; margin-top: 4px; } .human-messages { display: flex; flex-direction: column; gap: 9px; min-height: 240px; max-height: 440px; overflow-y: auto; padding: 12px; background: #f8f9fc; border-radius: 12px; } .human-message { max-width: 82%; padding: 9px 12px; border-radius: 12px; background: #fff; border: 1px solid #e8ebf3; } .human-message.user { align-self: flex-start; } .human-message.assistant { align-self: flex-end; background: #eef0ff; border-color: #dce0ff; } .human-message small { display: block; margin-top: 4px; color: #667085; } @media (max-width: 800px) { .human-workspace { grid-template-columns: 1fr; } .human-detail-header { flex-direction: column; } }
.menu-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 5px; padding: 0 6px; border-radius: 999px; background: #d92d20; color: #fff; font-size: 12px; line-height: 1; } .dashboard-menu-item.active .menu-badge { background: #fff; color: #d92d20; } .menu-badge.hidden { display: none; }
.whatsapp-status-card { margin-top: 16px; padding: 18px; border: 1px solid #dce0eb; border-radius: 14px; background: #f8f9fc; } .whatsapp-details { display: grid; grid-template-columns: max-content 1fr; gap: 6px 16px; margin: 14px 0; } .whatsapp-details dt { font-weight: 700; } .whatsapp-details dd { margin: 0; color: #667085; }
.internal-chat-messages { min-height: 360px; max-height: 520px; } .internal-file-label { display: inline-flex; cursor: pointer; font-weight: 650; } .internal-file-label input { display: none; }
.menu-icon { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: #eef0ff; color: #4052c7; font-size: 15px; } .dashboard-menu-item.active .menu-icon { background: #ffffff26; color: #fff; } .appearance-layout { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(280px,1.2fr); gap: 22px; } .appearance-preview { --preview-primary:#3155b7; --preview-secondary:#18834b; --preview-bg:#eef3f8; --preview-radius:18px; align-self: start; min-height: 300px; padding: 22px; border-radius: var(--preview-radius); background: var(--preview-bg); color: #172033; border: 1px solid #dce0eb; } .appearance-preview[data-mode="DARK"] { color: #f7f9fc; filter: brightness(.72); } .preview-header { display: flex; align-items: center; gap: 12px; margin-bottom: 50px; } .preview-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: var(--preview-radius); background: var(--preview-primary); color: #fff; font-weight: 800; } .preview-message { width: 80%; padding: 12px; border-radius: var(--preview-radius); background: #fff; color: #172033; box-shadow: 0 5px 18px #17203316; } .appearance-preview button { margin-top: 18px; background: var(--preview-primary); color: #fff; } @media(max-width:760px){.appearance-layout{grid-template-columns:1fr}}
.branding-editor { display: flex; align-items: center; gap: 18px; margin: 18px 0; padding: 16px; border: 1px solid #e8ebf3; border-radius: 14px; } .profile-placeholder { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; overflow: hidden; border-radius: 50%; background: #e8ebff; color: #4052c7; font-weight: 800; } .profile-placeholder img { width: 100%; height: 100%; object-fit: cover; } #laboratory-logo-preview { width: 84px; height: 84px; flex-basis: 84px; border-radius: 16px; } .user-profile { display: flex; align-items: center; gap: 11px; } .user-profile .profile-placeholder { width: 44px; height: 44px; flex-basis: 44px; } @media (max-width: 600px) { .branding-editor { align-items: flex-start; flex-direction: column; } }
.message-attachment { display: grid; gap: 7px; margin-top: 8px; } .message-attachment-image { display: block; width: min(100%, 280px); max-height: 220px; object-fit: cover; border-radius: 9px; border: 1px solid #dce0eb; } .attachment-button { width: fit-content; border: 0; padding: 0; background: transparent; color: #3444b5; font: inherit; font-weight: 650; text-decoration: underline; cursor: pointer; }
.product-signature { color: #5364d8 !important; font-size: .82rem; font-weight: 800; letter-spacing: .04em; }
.import-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; } .import-steps div { display: flex; align-items: center; gap: 9px; padding: 13px; border: 1px solid #e1e5f0; border-radius: 12px; background: #f8f9fc; } .import-steps strong { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: #5364d8; color: #fff; } .catalog-file-label { display: inline-flex; align-items: center; cursor: pointer; } .catalog-file-label input { display: none; } .import-result { margin-top: 18px; padding: 18px; border: 1px solid #dce0eb; border-radius: 14px; background: #f8f9fc; } .import-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 12px 0; } .import-summary div { display: grid; gap: 2px; padding: 12px; border-radius: 10px; background: #fff; border: 1px solid #e8ebf3; } .import-summary strong { font-size: 1.35rem; color: #4052c7; } .import-errors { max-height: 260px; overflow-y: auto; margin: 12px 0; } .import-errors p { margin: 6px 0; padding: 8px 10px; border-radius: 8px; background: #fff0ee; color: #b42318; } @media(max-width:650px){.import-steps,.import-summary{grid-template-columns:1fr}}
