:root {
    --brz-navy: #082246;
    --brz-navy-2: #0d315f;
    --brz-cyan: #02b1c6;
    --brz-cyan-dark: #0098ad;
    --brz-bg: #f4f7fb;
    --brz-surface: #ffffff;
    --brz-text: #14243a;
    --brz-muted: #6b7b90;
    --brz-line: #e5ebf2;
    --brz-green: #159b6d;
    --brz-amber: #e99b24;
    --brz-red: #d65454;
    --brz-radius: 16px;
    --brz-shadow: 0 10px 30px rgba(8, 34, 70, .07);
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; min-height: 100%; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--brz-text); background: var(--brz-bg); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.brizix-icon { width: 20px; height: 20px; flex: 0 0 auto; }

/* Login */
.brizix-login-body { background: #edf3f8; min-height: 100vh; overflow-x: hidden; }
.brizix-login-shell { width: min(1180px, calc(100% - 40px)); min-height: 720px; margin: 40px auto; display: grid; grid-template-columns: minmax(380px, .85fr) 1.15fr; background: #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 28px 90px rgba(8,34,70,.14); }
.brizix-login-panel { padding: 56px 64px; display: flex; flex-direction: column; justify-content: center; }
.brizix-brand-lockup { width: 100%; max-width: 330px; margin-bottom: 64px; }
.brizix-brand-lockup img { display: block; width: 320px; max-width: 100%; height: auto; object-fit: contain; object-position: left center; }
.brizix-eyebrow { display: inline-block; color: var(--brz-cyan-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; margin-bottom: 12px; }
.brizix-login-copy h1 { margin: 0 0 10px; font-size: 34px; letter-spacing: -.045em; color: var(--brz-navy); }
.brizix-login-copy p { margin: 0 0 30px; color: var(--brz-muted); line-height: 1.6; font-size: 14px; }
#brizix-login-form p { margin: 0 0 18px; }
#brizix-login-form label { display: block; color: #34465d; font-size: 13px; font-weight: 700; }
#brizix-login-form input[type="text"], #brizix-login-form input[type="password"] { width: 100%; height: 48px; border: 1px solid #dce4ed; border-radius: 11px; margin-top: 8px; padding: 0 14px; color: var(--brz-text); background: #fbfcfe; outline: none; transition: .2s ease; }
#brizix-login-form input:focus { border-color: var(--brz-cyan); box-shadow: 0 0 0 3px rgba(2,177,198,.12); background: #fff; }
#brizix-login-form .login-remember label { display: inline-flex; align-items: center; gap: 8px; color: #617289; font-weight: 500; }
#brizix-login-form .login-submit { margin-top: 24px; }
#brizix-login-form input[type="submit"] { width: 100%; height: 50px; border: 0; border-radius: 11px; background: var(--brz-navy); color: #fff; font-weight: 750; cursor: pointer; box-shadow: 0 8px 20px rgba(8,34,70,.2); transition: .2s ease; }
#brizix-login-form input[type="submit"]:hover { background: var(--brz-navy-2); transform: translateY(-1px); }
.brizix-login-links { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 8px; font-size: 12px; font-weight: 650; color: #62758d; }
.brizix-demo-link { color: var(--brz-cyan-dark); }
.brizix-login-visual { position: relative; overflow: hidden; background: linear-gradient(145deg, #082246 0%, #0d315f 56%, #074c67 100%); padding: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.brizix-login-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .25; }
.brizix-login-orb-a { width: 420px; height: 420px; background: var(--brz-cyan); right: -190px; top: -180px; }
.brizix-login-orb-b { width: 300px; height: 300px; border: 60px solid #1a7590; left: -170px; bottom: -130px; }
.brizix-login-preview { position: relative; z-index: 2; width: 100%; max-width: 490px; aspect-ratio: 1.4; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(0,0,0,.25); transform: rotate(-2deg); overflow: hidden; }
.brizix-preview-head { height: 42px; padding: 0 18px; display: flex; align-items: center; gap: 6px; background: #eff4f8; border-bottom: 1px solid #e4eaf0; }
.brizix-preview-head span { width: 7px; height: 7px; border-radius: 50%; background: #c8d3df; }
.brizix-preview-body { padding: 28px; }
.brizix-preview-title { width: 42%; height: 13px; border-radius: 6px; background: var(--brz-navy); margin-bottom: 24px; }
.brizix-preview-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.brizix-preview-kpis i { height: 64px; border-radius: 10px; background: #f1f5f8; border: 1px solid #e8eef3; }
.brizix-preview-chart { height: 130px; margin-top: 20px; padding: 16px 18px 0; background: #f8fafc; border: 1px solid #edf1f5; border-radius: 12px; display: flex; align-items: flex-end; justify-content: space-around; gap: 13px; }
.brizix-preview-chart b { width: 10%; min-height: 15%; border-radius: 6px 6px 0 0; background: var(--brz-cyan); }
.brizix-login-message { position: relative; z-index: 3; width: 290px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 14px; box-shadow: 0 18px 42px rgba(0,0,0,.2); margin: -25px -200px 0 0; }
.brizix-login-message > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: #ddf6ef; color: var(--brz-green); font-weight: 800; }
.brizix-login-message b, .brizix-login-message small { display: block; }
.brizix-login-message b { color: var(--brz-navy); font-size: 12px; margin-bottom: 3px; }
.brizix-login-message small { color: var(--brz-muted); font-size: 9px; }
.brizix-login-quote { position: relative; z-index: 2; max-width: 430px; margin-top: 60px; color: rgba(255,255,255,.82); font-size: 18px; font-weight: 600; text-align: center; line-height: 1.55; }

/* Application shell */
.brizix-app-body { min-height: 100vh; overflow-x: hidden; }
.brizix-app { min-height: 100vh; }
.brizix-sidebar { position: fixed; z-index: 50; inset: 0 auto 0 0; width: 252px; background: var(--brz-navy); color: #fff; display: flex; flex-direction: column; box-shadow: 10px 0 35px rgba(5,25,52,.06); }
.brizix-sidebar-brand { position: relative; min-height: 118px; padding: 22px 22px 17px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: center; }
.brizix-sidebar-brand img { display: block; width: 190px; max-width: 100%; height: 46px; margin: 0 auto; object-fit: contain; object-position: center; }
.brizix-sidebar-brand span { display: block; width: 100%; max-width: 205px; margin: 7px auto 0; color: #68dce8; font-size: 7.8px; font-weight: 650; line-height: 1.35; text-align: center; }
.brizix-sidebar-close { display: none; position: absolute; right: 15px; top: 18px; padding: 6px; border: 0; background: transparent; color: #fff; }
.brizix-nav { flex: 1; overflow-y: auto; padding: 18px 13px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.15) transparent; }
.brizix-nav > small { display: block; margin: 16px 12px 7px; color: rgba(255,255,255,.36); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.brizix-nav > small:first-child { margin-top: 0; }
.brizix-nav-item { position: relative; width: 100%; height: 42px; margin: 2px 0; padding: 0 11px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 10px; color: rgba(255,255,255,.66); background: transparent; cursor: pointer; text-align: left; font-size: 12.5px; font-weight: 570; transition: .18s ease; }
.brizix-nav-item:hover { color: #fff; background: rgba(255,255,255,.06); }
.brizix-nav-item.is-active { color: #fff; background: linear-gradient(90deg, rgba(2,177,198,.24), rgba(2,177,198,.1)); }
.brizix-nav-item.is-active::before { content: ""; position: absolute; left: -13px; top: 8px; bottom: 8px; width: 3px; background: var(--brz-cyan); border-radius: 0 3px 3px 0; }
.brizix-nav-item .brizix-icon { width: 18px; height: 18px; }
.brizix-nav-item.is-active .brizix-icon { color: #22c7da; }
.brizix-nav-item b { margin-left: auto; min-width: 21px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; color: #8de4ee; background: rgba(2,177,198,.15); font-size: 9px; }
.brizix-sidebar-plan { margin: 0 15px 14px; padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.045); }
.brizix-sidebar-plan > span { color: #74dce8; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.brizix-sidebar-plan strong { display: block; margin: 6px 0 10px; color: #fff; font-size: 11px; }
.brizix-sidebar-plan > div { height: 5px; border-radius: 10px; background: rgba(255,255,255,.12); overflow: hidden; }
.brizix-sidebar-plan > div i { display: block; height: 100%; border-radius: inherit; background: var(--brz-cyan); }
.brizix-sidebar-plan small { display: block; margin-top: 7px; color: rgba(255,255,255,.43); font-size: 8.5px; }
.brizix-sidebar-footer { padding: 0 24px 18px; color: rgba(255,255,255,.28); font-size: 8.5px; }
.brizix-main { min-height: 100vh; margin-left: 252px; }
.brizix-topbar { position: sticky; z-index: 35; top: 0; height: 80px; padding: 0 30px; display: flex; align-items: center; gap: 24px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--brz-line); backdrop-filter: blur(14px); }
.brizix-page-heading { min-width: 220px; }
.brizix-page-heading h1 { margin: 0; color: var(--brz-navy); font-size: 18px; letter-spacing: -.03em; }
.brizix-page-heading p { margin: 4px 0 0; color: var(--brz-muted); font-size: 10.5px; }
.brizix-top-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.brizix-global-search { width: min(320px, 28vw); height: 40px; padding: 0 11px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--brz-line); border-radius: 10px; background: #f9fbfd; color: #8493a5; }
.brizix-global-search .brizix-icon { width: 17px; height: 17px; }
.brizix-global-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--brz-text); font-size: 10.5px; }
.brizix-global-search input::placeholder { color: #98a5b5; }
.brizix-global-search kbd { padding: 3px 6px; border: 1px solid #dde5ed; border-radius: 5px; background: #fff; color: #8c99a8; font-size: 8px; box-shadow: 0 1px 1px rgba(0,0,0,.03); }
.brizix-icon-button, .brizix-mobile-menu { position: relative; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--brz-line); border-radius: 10px; background: #fff; color: #607188; cursor: pointer; }
.brizix-icon-button .brizix-icon { width: 18px; height: 18px; }
.brizix-icon-button i { position: absolute; right: 9px; top: 8px; width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%; background: var(--brz-cyan); }
.brizix-profile { position: relative; }
.brizix-profile-trigger { min-width: 186px; height: 48px; padding: 4px 8px 4px 5px; display: flex; align-items: center; gap: 9px; border: 0; border-left: 1px solid var(--brz-line); background: transparent; cursor: pointer; text-align: left; }
.brizix-profile-trigger > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #dff5f8; color: #008da1; font-size: 11px; font-weight: 800; }
.brizix-profile-trigger div { min-width: 0; flex: 1; }
.brizix-profile-trigger strong, .brizix-profile-trigger small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brizix-profile-trigger strong { color: var(--brz-navy); font-size: 10.5px; }
.brizix-profile-trigger small { margin-top: 2px; color: #8b99a9; font-size: 8.5px; }
.brizix-profile-trigger > .brizix-icon { width: 14px; height: 14px; color: #95a1b0; }
.brizix-profile-menu { display: none; position: absolute; right: 0; top: 54px; width: 180px; padding: 7px; border: 1px solid var(--brz-line); border-radius: 11px; background: #fff; box-shadow: var(--brz-shadow); }
.brizix-profile-menu.is-open { display: block; }
.brizix-profile-menu button, .brizix-profile-menu a { width: 100%; height: 35px; padding: 0 9px; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 7px; background: transparent; color: #53677e; font-size: 10.5px; cursor: pointer; }
.brizix-profile-menu button:hover, .brizix-profile-menu a:hover { background: #f3f6f9; color: var(--brz-navy); }
.brizix-profile-menu .brizix-icon { width: 15px; height: 15px; }
.brizix-mobile-menu { display: none; }
.brizix-content { width: min(100%, 1500px); margin: 0 auto; padding: 26px 30px 50px; }
.brizix-view { display: none; animation: brizixFade .22s ease; }
.brizix-view.is-active { display: block; }
@keyframes brizixFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* Dashboard */
.brizix-welcome-row { min-height: 92px; padding: 3px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brizix-date-chip { display: inline-flex; margin-bottom: 7px; color: #008da1; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brizix-welcome-row h2 { margin: 0 0 5px; color: var(--brz-navy); font-size: 20px; letter-spacing: -.04em; }
.brizix-welcome-row p { margin: 0; color: var(--brz-muted); font-size: 11px; }
.brizix-primary-button, .brizix-secondary-button { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; font-size: 10.5px; font-weight: 750; cursor: pointer; transition: .18s ease; }
.brizix-primary-button { border: 1px solid var(--brz-navy); background: var(--brz-navy); color: #fff; box-shadow: 0 7px 16px rgba(8,34,70,.14); }
.brizix-primary-button:hover { background: var(--brz-navy-2); transform: translateY(-1px); }
.brizix-primary-button .brizix-icon, .brizix-secondary-button .brizix-icon { width: 16px; height: 16px; }
.brizix-secondary-button { border: 1px solid #dbe4ed; background: #fff; color: #53677d; }
.brizix-secondary-button:hover { border-color: #b8c8d8; color: var(--brz-navy); }
.brizix-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.brizix-kpi-card { min-height: 120px; padding: 19px; display: flex; gap: 15px; border: 1px solid var(--brz-line); border-radius: var(--brz-radius); background: #fff; box-shadow: 0 7px 22px rgba(8,34,70,.035); }
.brizix-kpi-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; }
.brizix-kpi-icon .brizix-icon { width: 20px; height: 20px; }
.brizix-kpi-card > div:last-child { min-width: 0; }
.brizix-kpi-card span, .brizix-kpi-card strong, .brizix-kpi-card small { display: block; }
.brizix-kpi-card span { margin-bottom: 5px; color: #77879a; font-size: 9.5px; font-weight: 600; }
.brizix-kpi-card strong { color: var(--brz-navy); font-size: 21px; letter-spacing: -.04em; white-space: nowrap; }
.brizix-kpi-card small { margin-top: 7px; color: #8a98a9; font-size: 8.5px; }
.brizix-kpi-card small b { color: var(--brz-green); }
.brizix-kpi-cyan .brizix-kpi-icon { background: #dcf7fa; color: #0098ad; }
.brizix-kpi-blue .brizix-kpi-icon { background: #e7eef9; color: #315e9b; }
.brizix-kpi-amber .brizix-kpi-icon { background: #fff1d8; color: #c27a12; }
.brizix-kpi-green .brizix-kpi-icon { background: #dcf4eb; color: #168d66; }
.brizix-card { border: 1px solid var(--brz-line); border-radius: var(--brz-radius); background: #fff; box-shadow: 0 8px 26px rgba(8,34,70,.035); }
.brizix-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 18px; align-items: start; }
.brizix-card-header { min-height: 66px; padding: 18px 19px 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.brizix-card-header h3 { margin: 0 0 4px; color: var(--brz-navy); font-size: 12px; letter-spacing: -.02em; }
.brizix-card-header p { margin: 0; color: #8b99a9; font-size: 8.5px; }
.brizix-text-button { display: inline-flex; align-items: center; gap: 5px; padding: 4px; border: 0; background: transparent; color: #0095a9; font-size: 9px; font-weight: 700; cursor: pointer; }
.brizix-text-button .brizix-icon { width: 13px; height: 13px; }
.brizix-timeline { padding: 0 19px 12px; }
.brizix-appointment { position: relative; min-height: 77px; display: grid; grid-template-columns: 46px 14px minmax(0, 1fr) auto; align-items: center; gap: 10px; border-top: 1px solid #edf1f5; }
.brizix-appointment time { color: #5d7087; font-size: 9px; font-weight: 700; }
.brizix-appointment > i { position: relative; z-index: 2; width: 9px; height: 9px; border: 2px solid #aebccc; border-radius: 50%; background: #fff; }
.brizix-appointment > i::after { content: ""; position: absolute; z-index: -1; left: 2px; top: 7px; width: 1px; height: 68px; background: #e3e9ef; }
.brizix-appointment:last-child > i::after { display: none; }
.brizix-appointment > i.is-done { border-color: var(--brz-green); background: var(--brz-green); }
.brizix-appointment.is-current > i { border-color: var(--brz-cyan); box-shadow: 0 0 0 4px rgba(2,177,198,.13); }
.brizix-appointment > div { min-width: 0; }
.brizix-appointment strong, .brizix-appointment span, .brizix-appointment small { display: block; }
.brizix-appointment strong { margin-bottom: 3px; color: #263a52; font-size: 10px; }
.brizix-appointment > div > span { color: #76879a; font-size: 8.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brizix-appointment small { margin-top: 5px; color: #9aa6b4; font-size: 7.5px; }
.brizix-appointment small .brizix-icon { display: inline; width: 9px; height: 9px; vertical-align: -2px; }
.brizix-status { display: inline-flex !important; width: max-content; padding: 4px 7px; border-radius: 999px; font-size: 7.5px !important; font-weight: 750; font-style: normal; white-space: nowrap; }
.brizix-status.is-done { background: #e2f5ee; color: #13845f; }
.brizix-status.is-progress { background: #ddf5f8; color: #008da1; }
.brizix-status.is-scheduled { background: #edf1f7; color: #60748c; }
.brizix-status.is-alert { background: #fff0dc; color: #b97012; }
.brizix-trend { padding: 5px 8px; border-radius: 999px; background: #e3f5ee; color: var(--brz-green); font-size: 8px; font-weight: 800; }
.brizix-revenue { padding: 0 19px; display: flex; align-items: flex-end; justify-content: space-between; }
.brizix-revenue strong { color: var(--brz-navy); font-size: 23px; letter-spacing: -.05em; }
.brizix-revenue span { color: #8b98a8; font-size: 8px; }
.brizix-bar-chart { height: 162px; margin: 14px 19px 10px; padding: 10px 8px 0; display: flex; align-items: flex-end; justify-content: space-around; gap: 12px; border-bottom: 1px solid #e8edf2; background-image: linear-gradient(#f0f3f6 1px, transparent 1px); background-size: 100% 33.33%; }
.brizix-bar-chart > div { height: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px; }
.brizix-bar-chart i { width: min(28px, 65%); min-height: 10%; border-radius: 6px 6px 1px 1px; background: #ccecf0; }
.brizix-bar-chart .is-current i { background: var(--brz-cyan); }
.brizix-bar-chart small { color: #98a5b4; font-size: 7px; white-space: nowrap; }
.brizix-progress-label { padding: 5px 19px 7px; display: flex; justify-content: space-between; color: #7b8a9b; font-size: 7.5px; }
.brizix-progress-label strong { color: #52667e; }
.brizix-progress { height: 5px; margin: 0 19px 20px; border-radius: 10px; background: #e9eef3; overflow: hidden; }
.brizix-progress i { display: block; height: 100%; border-radius: inherit; background: var(--brz-cyan); }
.brizix-reactivation-card { overflow: hidden; }
.brizix-client-row { min-height: 66px; margin: 0 19px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 70px auto; align-items: center; gap: 10px; border-top: 1px solid #edf1f5; }
.brizix-avatar { width: 32px; height: 32px; display: grid !important; place-items: center; border-radius: 10px; background: #e5f5f7; color: #008da1 !important; font-size: 8px !important; font-weight: 800; }
.brizix-avatar.is-company { background: #e9eef7; color: #385d8e !important; }
.brizix-client-row strong, .brizix-client-row small { display: block; }
.brizix-client-row strong { color: #2b3f56; font-size: 9.5px; }
.brizix-client-row small { margin-top: 3px; color: #8b99aa; font-size: 7.5px; }
.brizix-client-row > b { color: var(--brz-navy); font-size: 9px; }
.brizix-whatsapp-button { height: 31px; padding: 0 9px; display: flex; align-items: center; gap: 5px; border: 1px solid #cfece2; border-radius: 8px; background: #f1faf7; color: #16845f; font-size: 8px; font-weight: 750; cursor: pointer; }
.brizix-whatsapp-button .brizix-icon { width: 13px; height: 13px; }
.brizix-quick-grid { padding: 0 14px 15px; display: grid; gap: 7px; }
.brizix-quick-grid > button { min-height: 57px; padding: 8px 10px; display: flex; align-items: center; gap: 10px; border: 1px solid #ebeff4; border-radius: 11px; background: #fbfcfd; cursor: pointer; text-align: left; transition: .16s ease; }
.brizix-quick-grid > button:hover { border-color: #bfe5ea; background: #f7fcfd; transform: translateX(2px); }
.brizix-quick-grid > button > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #e5f6f8; color: #008fa3; }
.brizix-quick-grid > button > span .brizix-icon { width: 16px; height: 16px; }
.brizix-quick-grid > button > div { min-width: 0; flex: 1; }
.brizix-quick-grid strong, .brizix-quick-grid small { display: block; }
.brizix-quick-grid strong { margin-bottom: 2px; color: #31465d; font-size: 9px; }
.brizix-quick-grid small { color: #8b99a9; font-size: 7.5px; }
.brizix-quick-grid > button > .brizix-icon { width: 13px; height: 13px; color: #9aa6b4; }

/* Modules */
.brizix-module-head { min-height: 86px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brizix-module-head > div { display: flex; align-items: center; gap: 14px; }
.brizix-module-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #dcf6f9; color: #0097ab; }
.brizix-module-head h2 { margin: 0 0 4px; color: var(--brz-navy); font-size: 20px; letter-spacing: -.04em; }
.brizix-module-head p { margin: 0; color: var(--brz-muted); font-size: 10px; }
.brizix-module-card { min-height: 440px; padding: 20px; }
.brizix-module-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.brizix-module-empty > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: #e7f7f9; color: #0297aa; }
.brizix-module-empty > span .brizix-icon { width: 26px; height: 26px; }
.brizix-module-empty h3 { margin: 16px 0 7px; color: var(--brz-navy); font-size: 15px; }
.brizix-module-empty p { max-width: 420px; margin: 0 0 20px; color: var(--brz-muted); font-size: 10px; line-height: 1.6; }
.brizix-week-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 0 0 18px; border-bottom: 1px solid var(--brz-line); }
.brizix-week-strip button { height: 58px; border: 1px solid var(--brz-line); border-radius: 10px; background: #fff; color: #7c8b9c; font-size: 9px; cursor: pointer; }
.brizix-week-strip button small { display: block; margin-top: 5px; color: #394f67; font-size: 13px; font-weight: 750; }
.brizix-week-strip button.is-active { border-color: var(--brz-cyan); background: #e9f8fa; color: #008b9d; }
.brizix-table-toolbar { min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brizix-table-toolbar label { width: 300px; height: 38px; padding: 0 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--brz-line); border-radius: 9px; color: #8997a7; }
.brizix-table-toolbar input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 9.5px; }
.brizix-table-toolbar .brizix-icon { width: 15px; height: 15px; }
.brizix-table-toolbar > span { color: #77889b; font-size: 9px; }
.brizix-data-table { border: 1px solid var(--brz-line); border-radius: 11px; overflow: hidden; }
.brizix-table-row { min-height: 66px; padding: 0 16px; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr .7fr; align-items: center; gap: 16px; border-top: 1px solid var(--brz-line); color: #65778b; font-size: 9px; }
.brizix-table-row.is-head { min-height: 40px; border-top: 0; background: #f6f8fb; color: #8593a3; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.brizix-table-row span { min-width: 0; }
.brizix-table-row b, .brizix-table-row small { display: block; }
.brizix-table-row b { color: #2e435a; font-size: 9.5px; }
.brizix-table-row small { margin-top: 3px; color: #97a4b2; font-size: 7.5px; }
.brizix-settings-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 18px; }
.brizix-settings-card { padding: 22px; }
.brizix-settings-card h3 { margin: 0 0 5px; color: var(--brz-navy); font-size: 13px; }
.brizix-settings-card > p { margin: 0 0 22px; color: var(--brz-muted); font-size: 9px; }
.brizix-settings-card label { display: block; margin-bottom: 15px; }
.brizix-settings-card label span { display: block; margin-bottom: 7px; color: #50657c; font-size: 9px; font-weight: 650; }
.brizix-settings-card input { width: 100%; height: 41px; padding: 0 12px; border: 1px solid var(--brz-line); border-radius: 9px; outline: 0; color: var(--brz-text); font-size: 10px; }

/* Modal + toast */
.brizix-modal { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; }
.brizix-modal.is-open { display: grid; }
.brizix-modal-backdrop { position: absolute; inset: 0; background: rgba(4,20,41,.52); backdrop-filter: blur(3px); }
.brizix-modal-dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(5,26,54,.28); }
.brizix-modal-dialog > header { min-height: 88px; padding: 20px 22px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--brz-line); }
.brizix-modal-dialog > header > div { display: flex; gap: 13px; }
.brizix-modal-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #e4f7f9; color: #0092a5; }
.brizix-modal-icon .brizix-icon { width: 18px; height: 18px; }
.brizix-modal-dialog h2 { margin: 0 0 4px; color: var(--brz-navy); font-size: 16px; }
.brizix-modal-dialog header p { margin: 0; color: var(--brz-muted); font-size: 9px; }
.brizix-modal-dialog header > button { padding: 5px; border: 0; background: transparent; color: #8c99a8; cursor: pointer; }
.brizix-form-grid { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.brizix-form-grid label.is-wide { grid-column: 1 / -1; }
.brizix-form-grid label > span { display: block; margin-bottom: 7px; color: #4f6279; font-size: 9px; font-weight: 700; }
.brizix-form-grid input, .brizix-form-grid select, .brizix-form-grid textarea { width: 100%; border: 1px solid #dce4ed; border-radius: 9px; outline: 0; background: #fbfcfe; color: var(--brz-text); font-size: 10px; transition: .18s ease; }
.brizix-form-grid input, .brizix-form-grid select { height: 42px; padding: 0 11px; }
.brizix-form-grid textarea { min-height: 80px; padding: 11px; resize: vertical; }
.brizix-form-grid input:focus, .brizix-form-grid select:focus, .brizix-form-grid textarea:focus { border-color: var(--brz-cyan); box-shadow: 0 0 0 3px rgba(2,177,198,.1); background: #fff; }
.brizix-modal-dialog > footer { padding: 16px 22px 20px; display: flex; justify-content: flex-end; gap: 10px; border-top: 1px solid var(--brz-line); }
.brizix-toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; min-width: 280px; padding: 14px 17px; display: flex; align-items: center; gap: 11px; border: 1px solid #cfe8df; border-radius: 12px; background: #fff; box-shadow: 0 16px 42px rgba(8,34,70,.16); opacity: 0; transform: translateY(14px); pointer-events: none; transition: .25s ease; }
.brizix-toast.is-show { opacity: 1; transform: none; }
.brizix-toast > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #dff5ed; color: var(--brz-green); font-weight: 800; }
.brizix-toast strong, .brizix-toast small { display: block; }
.brizix-toast strong { color: var(--brz-navy); font-size: 10px; }
.brizix-toast small { margin-top: 2px; color: var(--brz-muted); font-size: 8.5px; }
.brizix-mobile-backdrop { display: none; }

@media (max-width: 1180px) {
    .brizix-kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .brizix-dashboard-grid { grid-template-columns: 1fr; }
    .brizix-agenda-card, .brizix-reactivation-card { grid-column: 1; }
    .brizix-performance-card, .brizix-quick-card { grid-column: 1; }
    .brizix-global-search { width: 210px; }
    .brizix-profile-trigger { min-width: 48px; border-left: 0; }
    .brizix-profile-trigger div, .brizix-profile-trigger > .brizix-icon { display: none; }
}

@media (max-width: 900px) {
    .brizix-login-shell { grid-template-columns: 1fr; width: min(560px, calc(100% - 28px)); margin: 14px auto; min-height: 0; }
    .brizix-login-visual { display: none; }
    .brizix-login-panel { padding: 46px 38px; }
    .brizix-brand-lockup { margin-bottom: 44px; }
    .brizix-sidebar { transform: translateX(-105%); transition: transform .25s ease; }
    .brizix-sidebar.is-open { transform: translateX(0); }
    .brizix-sidebar-close { display: grid; }
    .brizix-main { margin-left: 0; }
    .brizix-mobile-menu { display: grid; }
    .brizix-mobile-backdrop { position: fixed; z-index: 45; inset: 0; background: rgba(3,20,40,.45); }
    .brizix-mobile-backdrop.is-open { display: block; }
    .brizix-topbar { padding: 0 20px; }
    .brizix-page-heading { min-width: 0; }
    .brizix-page-heading p { display: none; }
    .brizix-global-search { display: none; }
    .brizix-content { padding: 22px 20px 45px; }
    .brizix-settings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .brizix-topbar { height: 68px; gap: 12px; padding: 0 14px; }
    .brizix-page-heading h1 { font-size: 16px; }
    .brizix-icon-button { display: none; }
    .brizix-profile-trigger { min-width: 38px; width: 38px; padding: 2px; }
    .brizix-profile-trigger > span { width: 34px; height: 34px; }
    .brizix-content { padding: 18px 14px 40px; }
    .brizix-welcome-row { align-items: flex-start; flex-direction: column; gap: 15px; padding-bottom: 18px; }
    .brizix-welcome-row h2 { font-size: 18px; }
    .brizix-kpi-grid { grid-template-columns: 1fr; gap: 10px; }
    .brizix-kpi-card { min-height: 100px; }
    .brizix-card-header { padding: 16px 15px 12px; }
    .brizix-timeline { padding: 0 15px 12px; }
    .brizix-appointment { grid-template-columns: 38px 12px minmax(0, 1fr); min-height: 82px; }
    .brizix-appointment > .brizix-status { display: none !important; }
    .brizix-client-row { grid-template-columns: 34px minmax(0, 1fr) auto; margin: 0 15px; }
    .brizix-client-row > b { display: none; }
    .brizix-module-head { align-items: flex-start; flex-direction: column; }
    .brizix-week-strip { grid-template-columns: repeat(4, 1fr); }
    .brizix-week-strip button:nth-child(n+5) { display: none; }
    .brizix-table-toolbar { align-items: stretch; flex-direction: column; }
    .brizix-table-toolbar label { width: 100%; }
    .brizix-data-table { overflow-x: auto; }
    .brizix-table-row { min-width: 740px; }
    .brizix-form-grid { grid-template-columns: 1fr; }
    .brizix-form-grid label.is-wide { grid-column: auto; }
    .brizix-modal-dialog > footer { flex-direction: column-reverse; }
    .brizix-modal-dialog > footer button { width: 100%; }
    .brizix-toast { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
}
