.ebi-app [hidden]{display:none!important}:root{--ebi-navy:#071a3a;--ebi-blue:#2367ed;--ebi-blue-light:#2f8ff0;--ebi-green:#10b981;--ebi-muted:#60708b;--ebi-line:#dfe6ef;--ebi-bg:#f5f8fc}.ebi-app{max-width:1220px;margin:40px auto;padding:0 20px;color:var(--ebi-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}.ebi-app *{box-sizing:border-box}.ebi-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:24px}.ebi-hero-copy{max-width:760px}.ebi-eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eaf2ff;color:#1c58c8;font-weight:800;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.ebi-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.04em;margin:16px 0 14px}.ebi-hero p{font-size:18px;line-height:1.7;color:var(--ebi-muted);margin:0}.ebi-demo-note{min-width:250px;background:#fff;border:1px solid var(--ebi-line);border-radius:18px;padding:18px;box-shadow:0 18px 45px rgba(7,26,58,.08)}.ebi-demo-note strong,.ebi-demo-note span{display:block}.ebi-demo-note span{margin-top:5px;color:var(--ebi-muted);font-size:13px}.ebi-search-panel{background:#fff;border:1px solid var(--ebi-line);border-radius:24px;padding:26px;box-shadow:0 22px 65px rgba(10,35,75,.09)}.ebi-search-panel>label{display:block;font-size:15px;font-weight:800;margin-bottom:10px}.ebi-search-box{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:stretch}.ebi-search-box textarea{width:100%;min-height:112px;border:1px solid #cfd9e7;border-radius:16px;padding:17px 18px;font:inherit;font-size:17px;line-height:1.5;resize:vertical;outline:none;background:#fbfdff;color:var(--ebi-navy)}.ebi-search-box textarea:focus{border-color:var(--ebi-blue);box-shadow:0 0 0 4px rgba(35,103,237,.12)}.ebi-search-button,.ebi-demand-button{border:0;border-radius:15px;padding:0 24px;background:linear-gradient(135deg,var(--ebi-blue),var(--ebi-blue-light));color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 13px 28px rgba(35,103,237,.25);display:flex;align-items:center;justify-content:center;gap:9px;min-width:190px}.ebi-search-button:hover,.ebi-demand-button:hover{transform:translateY(-1px)}.ebi-search-button:disabled,.ebi-demand-button:disabled{opacity:.65;cursor:wait;transform:none}.ebi-search-icon{font-size:28px;line-height:1}.ebi-examples{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:var(--ebi-muted)}.ebi-examples button{border:1px solid #dce5f1;background:#f8fbff;border-radius:999px;padding:8px 11px;color:#30445f;cursor:pointer}.ebi-examples button:hover{border-color:#a9c3f7;background:#edf4ff}.ebi-error{margin-top:13px;padding:12px 14px;border-radius:12px;background:#fff1f2;color:#9f1239;font-weight:700}.ebi-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:34px;color:var(--ebi-muted)}.ebi-spinner{width:24px;height:24px;border:3px solid #dbe8ff;border-top-color:var(--ebi-blue);border-radius:50%;animation:ebi-spin .8s linear infinite}@keyframes ebi-spin{to{transform:rotate(360deg)}}.ebi-interpretation,.ebi-results,.ebi-demand-cta{margin-top:28px}.ebi-interpretation{background:#f0f6ff;border:1px solid #d9e8ff;border-radius:20px;padding:22px}.ebi-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.ebi-section-heading>div{display:flex;align-items:center;gap:12px}.ebi-section-heading h2{font-size:23px;margin:0;letter-spacing:-.02em}.ebi-section-heading p{margin:3px 0 0;color:var(--ebi-muted)}.ebi-step{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--ebi-blue);color:#fff;font-weight:900;flex:0 0 auto}.ebi-step-green{background:var(--ebi-green)}.ebi-link-button{border:0;background:transparent;color:var(--ebi-blue);font-weight:800;cursor:pointer}.ebi-chips{display:flex;gap:9px;flex-wrap:wrap}.ebi-chip{display:inline-flex;align-items:center;background:#fff;border:1px solid #c8dcff;color:#16499e;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800}.ebi-chip-muted{color:#61718a;border-color:#d9e0e9}.ebi-interpretation-note{font-size:13px;color:var(--ebi-muted);margin:14px 0 0}.ebi-results-heading{margin-bottom:18px}.ebi-result-count{background:#edf4ff;color:#1e57be;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900}.ebi-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:7px;margin-bottom:18px}.ebi-tabs button{white-space:nowrap;border:1px solid var(--ebi-line);background:#fff;color:#53637b;border-radius:999px;padding:9px 13px;font-weight:800;cursor:pointer}.ebi-tabs button span{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:#eef2f7;font-size:11px;margin-left:5px}.ebi-tabs button.is-active{background:var(--ebi-navy);border-color:var(--ebi-navy);color:#fff}.ebi-tabs button.is-active span{background:rgba(255,255,255,.15)}.ebi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ebi-property-card{background:#fff;border:1px solid var(--ebi-line);border-radius:21px;overflow:hidden;box-shadow:0 12px 38px rgba(13,38,76,.08);transition:.2s ease}.ebi-property-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(13,38,76,.13)}.ebi-property-image{height:220px;background:#dbe5f2 center/cover no-repeat;position:relative}.ebi-property-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.42))}.ebi-match-badge{position:absolute;z-index:2;left:13px;top:13px;border-radius:999px;padding:7px 10px;color:#fff;font-size:11px;font-weight:900;backdrop-filter:blur(8px)}.ebi-match-exact{background:rgba(5,150,105,.92)}.ebi-match-near{background:rgba(35,103,237,.92)}.ebi-match-alternative{background:rgba(85,99,122,.92)}.ebi-favorite{position:absolute;z-index:2;right:13px;top:13px;border:0;width:39px;height:39px;border-radius:50%;background:rgba(7,26,58,.72);color:#fff;font-size:23px;cursor:pointer;backdrop-filter:blur(8px)}.ebi-favorite.is-active{background:#fff;color:#e11d48}.ebi-property-body{padding:18px}.ebi-property-top{display:flex;justify-content:space-between;gap:10px;color:#718199;font-size:11px;font-weight:800;text-transform:uppercase}.ebi-property-body h3{font-size:20px;line-height:1.25;margin:9px 0 6px;letter-spacing:-.02em}.ebi-price{display:block;color:var(--ebi-green);font-size:22px;margin-bottom:12px}.ebi-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:12px;background:#f5f8fc;border-radius:12px;font-size:12px;color:#40536d;font-weight:700}.ebi-match-details{margin:13px 0}.ebi-match-details ul{list-style:none;margin:0;padding:0}.ebi-match-details li{font-size:12px;color:#18724f;margin:5px 0}.ebi-match-details .ebi-warnings li{color:#8a5d16}.ebi-broker{display:flex;align-items:center;gap:10px;border-top:1px solid #edf1f5;padding-top:13px}.ebi-avatar{display:flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:#e6efff;color:#1c5bd0;font-size:12px;font-weight:900}.ebi-broker strong,.ebi-broker small{display:block}.ebi-broker strong{font-size:13px}.ebi-broker small{font-size:11px;color:#7a879a;margin-top:2px}.ebi-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin-top:14px}.ebi-actions button{border:1px solid #cfdae9;border-radius:11px;padding:11px 8px;background:#fff;color:#20334f;font-weight:800;cursor:pointer}.ebi-actions .ebi-primary-action{background:var(--ebi-navy);border-color:var(--ebi-navy);color:#fff}.ebi-empty-filter{padding:35px;text-align:center;background:#fff;border:1px dashed #cbd6e5;border-radius:16px;color:var(--ebi-muted)}.ebi-demand-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#071a3a,#0d2c5d);border-radius:23px;padding:26px;color:#fff}.ebi-demand-cta>div{display:flex;align-items:center;gap:14px}.ebi-demand-cta h2{font-size:22px;margin:0 0 5px}.ebi-demand-cta p{margin:0;color:#c6d1e1}.ebi-demand-button{min-height:48px;white-space:nowrap}.ebi-modal[hidden],.ebi-toast[hidden]{display:none}.ebi-modal{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:20px}.ebi-modal-backdrop{position:absolute;inset:0;background:rgba(4,15,34,.68);backdrop-filter:blur(4px)}.ebi-modal-card{position:relative;width:min(560px,100%);background:#fff;border-radius:22px;padding:27px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.ebi-modal-card h2{font-size:28px;margin:13px 0 7px}.ebi-modal-card>p{color:var(--ebi-muted);line-height:1.55}.ebi-modal-card label{display:block;font-weight:800;font-size:13px;margin:15px 0}.ebi-modal-card label small{font-weight:500;color:#78869a}.ebi-modal-card input,.ebi-modal-card textarea{display:block;width:100%;margin-top:7px;border:1px solid #cfdae8;border-radius:12px;padding:12px 13px;font:inherit;outline:none}.ebi-modal-close{position:absolute;right:16px;top:13px;border:0;background:transparent;font-size:27px;color:#75839a;cursor:pointer}.ebi-demand-submit{width:100%;min-height:50px}.ebi-modal-message{margin-top:13px;padding:12px;border-radius:11px;background:#fff1f2;color:#9f1239;font-weight:700;font-size:13px}.ebi-modal-message.is-success{background:#ecfdf5;color:#047857}.ebi-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}.ebi-toast{position:fixed;z-index:1000000;right:22px;bottom:22px;max-width:380px;background:#071a3a;color:#fff;padding:14px 17px;border-radius:13px;box-shadow:0 18px 55px rgba(0,0,0,.25);font-weight:750;font-size:13px}.ebi-modal-open{overflow:hidden}@media(max-width:980px){.ebi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebi-hero{align-items:flex-start}.ebi-demo-note{display:none}}@media(max-width:700px){.ebi-app{padding:0 14px;margin:24px auto}.ebi-hero h1{font-size:38px}.ebi-hero p{font-size:16px}.ebi-search-panel{padding:17px;border-radius:18px}.ebi-search-box{grid-template-columns:1fr}.ebi-search-button{min-height:53px}.ebi-grid{grid-template-columns:1fr}.ebi-section-heading{align-items:flex-start}.ebi-results-heading{flex-direction:column}.ebi-result-count{margin-left:46px}.ebi-demand-cta{align-items:stretch;flex-direction:column}.ebi-demand-button{width:100%}.ebi-property-image{height:240px}}

/* Fluxo comercial v1.1.0 */
.ebi-favorite:disabled{opacity:.65;cursor:wait}
.ebi-context-card{display:flex;flex-direction:column;gap:3px;margin:14px 0;padding:14px 15px;border:1px solid #dbe5f2;border-radius:14px;background:#f5f8fc;color:#213650}
.ebi-context-card strong{font-size:16px;color:var(--ebi-navy)}
.ebi-context-card span{font-size:13px;font-weight:750}
.ebi-context-card small{font-size:12px;color:var(--ebi-muted)}
.ebi-modal-card select{display:block;width:100%;margin-top:7px;border:1px solid #cfdae8;border-radius:12px;padding:12px 13px;font:inherit;outline:none;background:#fff;color:var(--ebi-navy)}
.ebi-modal-fields{display:grid;grid-template-columns:1.35fr .65fr;gap:12px}
.ebi-modal-card input:focus,.ebi-modal-card textarea:focus,.ebi-modal-card select:focus{border-color:var(--ebi-blue);box-shadow:0 0 0 4px rgba(35,103,237,.1)}
@media(max-width:600px){.ebi-modal-fields{grid-template-columns:1fr}.ebi-modal-card{padding:22px}.ebi-modal-card h2{font-size:24px}}

/* Gestão de usuários e painel do corretor */
.ebi-user-shell{--ebi-navy:#071a3a;--ebi-blue:#2367ed;--ebi-muted:#60708b;--ebi-line:#dfe6ef;max-width:1120px;margin:42px auto;padding:0 22px;color:var(--ebi-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}.ebi-user-shell *{box-sizing:border-box}.ebi-user-shell-narrow{max-width:650px}.ebi-user-heading{margin-bottom:24px}.ebi-user-heading h1,.ebi-dashboard-header h1{font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.04em;margin:14px 0 10px}.ebi-user-heading p,.ebi-dashboard-header p{font-size:17px;color:var(--ebi-muted);line-height:1.65;margin:0}.ebi-user-form,.ebi-user-panel{background:#fff;border:1px solid var(--ebi-line);border-radius:22px;padding:26px;box-shadow:0 20px 55px rgba(7,26,58,.08)}.ebi-user-form>label,.ebi-user-grid label{display:flex;flex-direction:column;gap:7px;font-weight:750;margin-bottom:16px}.ebi-user-form input,.ebi-user-form textarea,.ebi-user-form select{width:100%;border:1px solid #ccd8e8;border-radius:12px;padding:13px 14px;background:#fbfdff;color:var(--ebi-navy);font:inherit;outline:none}.ebi-user-form input:focus,.ebi-user-form textarea:focus,.ebi-user-form select:focus{border-color:var(--ebi-blue);box-shadow:0 0 0 4px rgba(35,103,237,.1)}.ebi-user-form small{font-weight:400;color:var(--ebi-muted)}.ebi-user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.ebi-user-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px!important;font-weight:500!important}.ebi-user-check input{width:18px!important;height:18px;margin-top:2px}.ebi-user-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:0;border-radius:12px;background:linear-gradient(135deg,#2367ed,#2f8ff0);color:#fff!important;text-decoration:none!important;font-weight:800;cursor:pointer;box-shadow:0 12px 25px rgba(35,103,237,.22)}.ebi-user-button:hover{transform:translateY(-1px)}.ebi-user-foot{text-align:center;margin:18px 0 0;color:var(--ebi-muted)}.ebi-user-foot a{color:var(--ebi-blue);font-weight:700}.ebi-user-notice{border-radius:13px;padding:14px 16px;margin:0 0 18px;font-weight:700}.ebi-user-notice-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.ebi-user-notice-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.ebi-user-notice-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.ebi-user-notice-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.ebi-dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.ebi-status-badge{display:inline-flex;padding:8px 13px;border-radius:999px;font-size:13px;font-weight:800;white-space:nowrap}.ebi-status-active{background:#dcfce7;color:#047857}.ebi-status-pending{background:#fef3c7;color:#92400e}.ebi-status-suspended,.ebi-status-blocked,.ebi-status-cancelled{background:#ffe4e6;color:#9f1239}.ebi-user-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.ebi-user-tabs a{padding:10px 15px;border:1px solid var(--ebi-line);border-radius:999px;color:#30445f;text-decoration:none;font-weight:750;background:#fff}.ebi-user-tabs a.is-active{background:var(--ebi-navy);border-color:var(--ebi-navy);color:#fff}.ebi-user-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:20px}.ebi-user-stats>div{background:#fff;border:1px solid var(--ebi-line);border-radius:18px;padding:20px;box-shadow:0 14px 35px rgba(7,26,58,.06)}.ebi-user-stats strong,.ebi-user-stats span{display:block}.ebi-user-stats strong{font-size:32px;line-height:1}.ebi-user-stats span{margin-top:8px;color:var(--ebi-muted);font-weight:700}.ebi-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.ebi-user-panel{margin-bottom:18px}.ebi-user-panel h2{margin:0 0 10px;font-size:23px}.ebi-user-panel p{color:var(--ebi-muted);line-height:1.6}.ebi-user-muted{color:var(--ebi-muted)}.ebi-table-wrap{overflow:auto}.ebi-user-table{width:100%;border-collapse:collapse;min-width:680px}.ebi-user-table th,.ebi-user-table td{text-align:left;border-bottom:1px solid #e6edf6;padding:12px 10px;vertical-align:top}.ebi-user-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#58708f}.ebi-user-pagination .page-numbers{display:flex;gap:6px;list-style:none;padding:0}.ebi-user-pagination a,.ebi-user-pagination span{display:inline-flex;padding:8px 11px;border:1px solid var(--ebi-line);border-radius:9px;text-decoration:none}.ebi-user-pagination .current{background:var(--ebi-navy);color:#fff}.ebi-dashboard-shell .ebi-user-form{box-shadow:none;padding:0;border:0}.ebi-dashboard-shell .ebi-user-form .ebi-user-button{margin-top:6px}
@media(max-width:780px){.ebi-user-grid,.ebi-dashboard-grid{grid-template-columns:1fr}.ebi-user-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ebi-dashboard-header{align-items:flex-start;flex-direction:column}.ebi-user-form,.ebi-user-panel{padding:20px}.ebi-user-shell{padding:0 14px;margin:28px auto}}


/* =========================================================
   Painel / Perfil premium — eCorretores 1.13.0
   ========================================================= */
.ebi-user-button-secondary{background:#fff!important;color:var(--ebi-navy)!important;border:1px solid var(--ebi-line)!important;box-shadow:none!important}
.ebi-user-button-secondary:hover{background:#f6f9fc!important}
.ebi-profile-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;background:linear-gradient(135deg,#071a3a,#113a7b);border-radius:28px;padding:26px;color:#fff;box-shadow:0 24px 60px rgba(7,26,58,.18);margin-bottom:20px}
.ebi-profile-hero .ebi-eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.ebi-profile-hero h1{margin:10px 0 6px;color:#fff!important;font-size:clamp(32px,5vw,54px);line-height:1.04;letter-spacing:-.04em}
.ebi-profile-hero p{margin:0;color:rgba(255,255,255,.82)!important;font-size:16px}
.ebi-profile-hero-main{display:flex;align-items:center;gap:18px;min-width:0}
.ebi-profile-avatar-wrap{flex:0 0 88px}
.ebi-profile-avatar{width:88px;height:88px;border-radius:26px;object-fit:cover;border:3px solid rgba(255,255,255,.15);background:#dbe4f0;display:block}
.ebi-profile-avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#113a7b;background:#eef4ff}
.ebi-profile-copy{min-width:0}
.ebi-profile-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ebi-profile-meta span{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;font-weight:700;color:#fff}
.ebi-profile-hero-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.ebi-profile-hero .ebi-status-badge{font-size:12px}
.ebi-profile-hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.ebi-profile-hero-actions .ebi-user-button{min-height:44px;padding:11px 18px}
.ebi-user-tabs-dashboard{margin-bottom:18px}
.ebi-user-stats-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.ebi-dashboard-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.ebi-shortcut-card{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid var(--ebi-line);border-radius:18px;padding:18px;text-decoration:none!important;color:var(--ebi-navy)!important;box-shadow:0 14px 35px rgba(7,26,58,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.ebi-shortcut-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(7,26,58,.08);border-color:#c7d5e8}
.ebi-shortcut-card strong{font-size:17px;line-height:1.2}
.ebi-shortcut-card span{font-size:13px;line-height:1.45;color:var(--ebi-muted)}
.ebi-dashboard-grid-premium{align-items:stretch}
.ebi-user-panel-highlight{background:linear-gradient(180deg,#f8fbff,#ffffff)}
.ebi-inline-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:0 0 12px}
.ebi-inline-list li{padding:14px;border:1px solid #e3ebf5;border-radius:16px;background:#fff;color:var(--ebi-navy);font-size:14px;line-height:1.4}
.ebi-inline-list strong{display:block;margin-bottom:4px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6280a6}
.ebi-panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.ebi-panel-header-inline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.ebi-panel-header-inline h2{margin:0}
.ebi-panel-header-inline p{margin:6px 0 0}
.ebi-panel-header-inline a{color:var(--ebi-blue);text-decoration:none;font-weight:800;white-space:nowrap}
.ebi-completion-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;white-space:nowrap}
.ebi-profile-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}
.ebi-form-section-card{background:#f8fbff;border:1px solid #dfe9f5;border-radius:18px;padding:18px}
.ebi-form-section-card-full{margin-top:0}
.ebi-form-section-card h3{margin:0 0 14px;font-size:18px;color:var(--ebi-navy)}
.ebi-user-form-premium .ebi-user-grid{gap:0 16px}
.ebi-profile-form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.ecf-dashboard-page-active{background:#f5f7fb}
@media(max-width:900px){body.ecf-dashboard-page-active .wp-site-blocks>header,body.ecf-dashboard-page-active .wp-site-blocks>footer,body.ecf-dashboard-page-active header.wp-block-template-part,body.ecf-dashboard-page-active footer.wp-block-template-part,body.ecf-dashboard-page-active .site-header,body.ecf-dashboard-page-active .site-footer,body.ecf-dashboard-page-active .wp-block-post-title,body.ecf-dashboard-page-active .entry-title,body.ecf-dashboard-page-active .page-title,body.ecf-dashboard-page-active main>header{display:none!important}body.ecf-dashboard-page-active .wp-site-blocks,body.ecf-dashboard-page-active .wp-site-blocks>main,body.ecf-dashboard-page-active .wp-block-post-content,body.ecf-dashboard-page-active .entry-content,body.ecf-dashboard-page-active main{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}body.ecf-dashboard-page-active .wp-block-group.alignwide,body.ecf-dashboard-page-active .wp-block-group.alignfull{margin:0!important;padding:0!important;max-width:none!important}}
@media(max-width:1024px){.ebi-user-stats-5{grid-template-columns:repeat(3,minmax(0,1fr))}.ebi-dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.ebi-inline-list{grid-template-columns:1fr}.ebi-profile-section-grid{grid-template-columns:1fr}}
@media(max-width:780px){.ebi-user-shell{padding:14px;margin:0 auto 88px}.ebi-profile-hero{grid-template-columns:1fr;padding:18px 18px 20px;border-radius:0 0 28px 28px;margin:0 -14px 18px}.ebi-profile-hero-main{align-items:flex-start}.ebi-profile-avatar-wrap{flex-basis:72px}.ebi-profile-avatar{width:72px;height:72px;border-radius:22px}.ebi-profile-hero-side{align-items:flex-start}.ebi-profile-hero-actions{width:100%;justify-content:stretch}.ebi-profile-hero-actions .ebi-user-button{flex:1}.ebi-user-tabs-dashboard{position:sticky;top:0;z-index:20;background:#f5f7fb;padding:4px 0 10px}.ebi-user-tabs-dashboard a{padding:10px 14px;font-size:14px}.ebi-user-stats,.ebi-user-stats-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ebi-user-stats>div{padding:18px;border-radius:20px}.ebi-user-stats strong{font-size:28px}.ebi-dashboard-shortcuts{grid-template-columns:1fr;gap:12px}.ebi-dashboard-grid-premium{grid-template-columns:1fr}.ebi-user-panel,.ebi-user-form{padding:18px;border-radius:20px}.ebi-panel-header-inline{flex-direction:column}.ebi-profile-form-actions .ebi-user-button{flex:1;min-width:0}.ebi-user-table{min-width:560px}}
@media(max-width:520px){.ebi-profile-meta{gap:6px}.ebi-profile-meta span{font-size:11px;padding:7px 10px}.ebi-user-tabs-dashboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ebi-user-tabs-dashboard a{text-align:center}.ebi-user-stats,.ebi-user-stats-5{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =========================================================
   Dashboard e busca sem tema no desktop — eCorretores 1.14.3
   ========================================================= */
@media(min-width:901px){
  body.ecf-dashboard-page-active,body.ecf-search-page-active{background:#f5f7fb!important}
  body.ecf-dashboard-page-active .wp-site-blocks>header,
  body.ecf-dashboard-page-active .wp-site-blocks>footer,
  body.ecf-dashboard-page-active header.wp-block-template-part,
  body.ecf-dashboard-page-active footer.wp-block-template-part,
  body.ecf-dashboard-page-active .site-header,
  body.ecf-dashboard-page-active .site-footer,
  body.ecf-dashboard-page-active .wp-block-post-title,
  body.ecf-dashboard-page-active .entry-title,
  body.ecf-dashboard-page-active .page-title,
  body.ecf-dashboard-page-active .entry-footer,
  body.ecf-dashboard-page-active .post-navigation,
  body.ecf-dashboard-page-active .comments-area,
  body.ecf-dashboard-page-active main>header,
  body.ecf-search-page-active .wp-site-blocks>header,
  body.ecf-search-page-active .wp-site-blocks>footer,
  body.ecf-search-page-active header.wp-block-template-part,
  body.ecf-search-page-active footer.wp-block-template-part,
  body.ecf-search-page-active .site-header,
  body.ecf-search-page-active .site-footer,
  body.ecf-search-page-active .wp-block-post-title,
  body.ecf-search-page-active .entry-title,
  body.ecf-search-page-active .page-title,
  body.ecf-search-page-active .entry-footer,
  body.ecf-search-page-active .post-navigation,
  body.ecf-search-page-active .comments-area,
  body.ecf-search-page-active main>header{display:none!important}
  body.ecf-dashboard-page-active .wp-site-blocks,
  body.ecf-dashboard-page-active .wp-site-blocks>main,
  body.ecf-dashboard-page-active .wp-block-post-content,
  body.ecf-dashboard-page-active .entry-content,
  body.ecf-dashboard-page-active main,
  body.ecf-search-page-active .wp-site-blocks,
  body.ecf-search-page-active .wp-site-blocks>main,
  body.ecf-search-page-active .wp-block-post-content,
  body.ecf-search-page-active .entry-content,
  body.ecf-search-page-active main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.ecf-dashboard-page-active .wp-block-group.alignwide,
  body.ecf-dashboard-page-active .wp-block-group.alignfull,
  body.ecf-search-page-active .wp-block-group.alignwide,
  body.ecf-search-page-active .wp-block-group.alignfull{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.ecf-dashboard-page-active .ebi-user-shell{margin-top:0!important;padding-top:30px!important;padding-bottom:54px!important}
  body.ecf-search-page-active .ebi-app{margin-top:0!important;padding-top:30px!important;padding-bottom:54px!important}
}

/* Navegação da página antiga de busca — 1.15.1 */
.ebi-search-appbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin:0 0 18px;padding:14px 16px;border:1px solid #dfe7f1;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(7,26,58,.05)}
.ebi-search-appbar a{text-decoration:none!important;font-weight:800}
.ebi-search-back{justify-self:start;color:#315b93!important}
.ebi-search-brand{justify-self:center;color:#071a3a!important;font-size:21px;font-weight:900!important;letter-spacing:-.04em}
.ebi-search-brand span{color:#4c91f4}
.ebi-search-open-feed{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:11px;background:#071a3a;color:#fff!important}
.ebi-search-moved-note{margin:0 0 18px;padding:12px 14px;border:1px solid #cfe0fb;border-radius:14px;background:#eef5ff;color:#315b93;font-size:13px;font-weight:700;text-align:center}
@media(max-width:700px){.ebi-search-appbar{grid-template-columns:1fr auto}.ebi-search-brand{display:none}.ebi-search-open-feed{justify-self:end}.ebi-search-back{font-size:13px}.ebi-search-moved-note{font-size:12px}}

/* ===== Login / Entrar page refresh ===== */
.ebi-auth-page{max-width:1180px}
.ebi-auth-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:28px;align-items:start}
.ebi-auth-main,.ebi-auth-side{min-width:0}
.ebi-auth-heading{margin-bottom:18px}
.ebi-auth-form,.ebi-auth-connected,.ebi-auth-panel{background:#fff;border:1px solid var(--ebi-line);border-radius:24px;box-shadow:0 24px 60px rgba(7,26,58,.08)}
.ebi-auth-form{padding:30px}
.ebi-auth-form-head{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}
.ebi-auth-form-head strong{font-size:24px;line-height:1.1;letter-spacing:-.03em}
.ebi-auth-form-head span{color:var(--ebi-muted);font-size:15px;line-height:1.55}
.ebi-auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:4px 0 12px}
.ebi-auth-inline-link{color:var(--ebi-blue);font-weight:800;text-decoration:none}
.ebi-auth-inline-link:hover{text-decoration:underline}
.ebi-auth-connected{padding:30px}
.ebi-auth-connected-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ebi-auth-connected h2{margin:16px 0 10px;font-size:clamp(30px,4.1vw,44px);line-height:1.04;letter-spacing:-.045em}
.ebi-auth-connected>p{margin:0 0 18px;color:var(--ebi-muted);font-size:17px;line-height:1.65}
.ebi-auth-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.ebi-auth-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.ebi-auth-mini-grid>div{padding:16px 16px 15px;border-radius:18px;background:#f8fbff;border:1px solid #e4edf8}
.ebi-auth-mini-grid strong{display:block;margin-bottom:6px;font-size:14px;line-height:1.35}
.ebi-auth-mini-grid span{display:block;color:var(--ebi-muted);font-size:13px;line-height:1.55}
.ebi-auth-side{display:grid;gap:18px}
.ebi-auth-panel{padding:24px}
.ebi-auth-panel h3{margin:10px 0 10px;font-size:28px;line-height:1.08;letter-spacing:-.035em}
.ebi-auth-panel p{margin:0;color:var(--ebi-muted);font-size:15px;line-height:1.65}
.ebi-auth-panel-highlight{background:linear-gradient(180deg,#fff, #f6f9ff)}
.ebi-auth-checklist{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
.ebi-auth-checklist li{position:relative;padding-left:28px;color:var(--ebi-navy);font-weight:650;line-height:1.45}
.ebi-auth-checklist li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:#1f63ec;font-size:12px;font-weight:900}
.ebi-auth-panel-grid{display:grid;gap:14px}
.ebi-auth-panel-grid>div{padding:16px;border-radius:18px;background:#f9fbfe;border:1px solid #e6edf6}
.ebi-auth-panel-grid strong{display:block;margin-bottom:6px;font-size:15px}
.ebi-auth-panel-grid span{display:block;color:var(--ebi-muted);font-size:13px;line-height:1.55}
.ebi-auth-panel-links{display:grid;gap:12px}
.ebi-auth-panel-links strong{font-size:18px;letter-spacing:-.02em}
.ebi-auth-panel-links a{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:14px;border:1px solid #e3eaf5;background:#fbfdff;color:var(--ebi-navy);font-weight:750;text-decoration:none}
.ebi-auth-panel-links a:after{content:'→';color:var(--ebi-blue);font-weight:900}
.ebi-auth-panel-links a:hover{border-color:#b8cef5;background:#f4f8ff}
@media (max-width:980px){
  .ebi-auth-layout{grid-template-columns:1fr;gap:20px}
  .ebi-auth-mini-grid{grid-template-columns:1fr}
}
@media (max-width:780px){
  .ebi-auth-page{padding:14px;margin:0 auto 88px}
  .ebi-auth-form,.ebi-auth-connected,.ebi-auth-panel{padding:20px;border-radius:22px}
  .ebi-auth-form-row{flex-direction:column;align-items:flex-start}
  .ebi-auth-actions{flex-direction:column}
  .ebi-auth-actions .ebi-user-button{width:100%}
}

/* ===== Auth pages without theme chrome / premium frame ===== */
body.ebi-login-page-active,body.ebi-registration-page-active{background:radial-gradient(circle at top left,#eef4ff 0,#f7f9fd 42%,#f5f7fb 100%)!important}
@media(min-width:901px){
  body.ebi-login-page-active .wp-site-blocks>header,
  body.ebi-login-page-active .wp-site-blocks>footer,
  body.ebi-login-page-active header.wp-block-template-part,
  body.ebi-login-page-active footer.wp-block-template-part,
  body.ebi-login-page-active .site-header,
  body.ebi-login-page-active .site-footer,
  body.ebi-login-page-active .wp-block-post-title,
  body.ebi-login-page-active .entry-title,
  body.ebi-login-page-active .page-title,
  body.ebi-login-page-active .entry-footer,
  body.ebi-login-page-active .post-navigation,
  body.ebi-login-page-active .comments-area,
  body.ebi-login-page-active main>header,
  body.ebi-registration-page-active .wp-site-blocks>header,
  body.ebi-registration-page-active .wp-site-blocks>footer,
  body.ebi-registration-page-active header.wp-block-template-part,
  body.ebi-registration-page-active footer.wp-block-template-part,
  body.ebi-registration-page-active .site-header,
  body.ebi-registration-page-active .site-footer,
  body.ebi-registration-page-active .wp-block-post-title,
  body.ebi-registration-page-active .entry-title,
  body.ebi-registration-page-active .page-title,
  body.ebi-registration-page-active .entry-footer,
  body.ebi-registration-page-active .post-navigation,
  body.ebi-registration-page-active .comments-area,
  body.ebi-registration-page-active main>header{display:none!important}
  body.ebi-login-page-active .wp-site-blocks,
  body.ebi-login-page-active .wp-site-blocks>main,
  body.ebi-login-page-active .wp-block-post-content,
  body.ebi-login-page-active .entry-content,
  body.ebi-login-page-active main,
  body.ebi-registration-page-active .wp-site-blocks,
  body.ebi-registration-page-active .wp-site-blocks>main,
  body.ebi-registration-page-active .wp-block-post-content,
  body.ebi-registration-page-active .entry-content,
  body.ebi-registration-page-active main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.ebi-login-page-active .wp-block-group.alignwide,
  body.ebi-login-page-active .wp-block-group.alignfull,
  body.ebi-registration-page-active .wp-block-group.alignwide,
  body.ebi-registration-page-active .wp-block-group.alignfull{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.ebi-login-page-active .ebi-user-shell,
  body.ebi-registration-page-active .ebi-user-shell{margin-top:0!important;padding-top:32px!important;padding-bottom:48px!important}
}
.ebi-auth-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 22px;padding:16px 18px;border:1px solid #dde7f3;border-radius:22px;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(7,26,58,.08)}
.ebi-auth-brand{display:flex;align-items:center;gap:0;color:var(--ebi-navy)}
.ebi-auth-brand-mark{color:#2f8ff0;font-weight:900;font-size:42px;line-height:1;letter-spacing:-.06em}
.ebi-auth-brand strong{font-size:41px;line-height:1;letter-spacing:-.06em;margin-left:-2px}
.ebi-auth-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ebi-auth-topbar-actions a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #dde5f0;background:#fff;color:#223654;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(7,26,58,.04)}
.ebi-auth-topbar-actions a:hover{border-color:#b9cef2;background:#f6f9ff;color:var(--ebi-blue)}
.ebi-auth-page .ebi-auth-main{position:relative}
.ebi-auth-page .ebi-auth-main:before{content:'';position:absolute;inset:-16px -18px auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(47,143,240,.18) 0,rgba(47,143,240,0) 70%);pointer-events:none;filter:blur(3px)}
.ebi-auth-page .ebi-user-heading h1{max-width:11ch}
.ebi-auth-connected,.ebi-auth-form,.ebi-auth-panel{position:relative;overflow:hidden}
.ebi-auth-connected:after,.ebi-auth-form:after{content:'';position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:28px;background:linear-gradient(135deg,rgba(47,143,240,.10),rgba(47,143,240,0));transform:rotate(18deg);pointer-events:none}
@media(max-width:780px){
  .ebi-auth-topbar{padding:14px 16px;border-radius:18px;margin-bottom:18px}
  .ebi-auth-brand-mark{font-size:34px}
  .ebi-auth-brand strong{font-size:32px}
  .ebi-auth-topbar-actions{width:100%}
  .ebi-auth-topbar-actions a{flex:1;justify-content:center}
}

/* ===== Auth premium mobile — eCorretores 1.16.4 ===== */
@media(max-width:900px){
  body.ebi-login-page-active,
  body.ebi-registration-page-active{min-height:100dvh;background:linear-gradient(180deg,#f4f7fc 0,#eef3fb 100%)!important}
  body.ebi-login-page-active .wp-site-blocks>header,
  body.ebi-login-page-active .wp-site-blocks>footer,
  body.ebi-login-page-active header.wp-block-template-part,
  body.ebi-login-page-active footer.wp-block-template-part,
  body.ebi-login-page-active .site-header,
  body.ebi-login-page-active .site-footer,
  body.ebi-login-page-active .wp-block-post-title,
  body.ebi-login-page-active .entry-title,
  body.ebi-login-page-active .page-title,
  body.ebi-login-page-active .entry-footer,
  body.ebi-login-page-active .post-navigation,
  body.ebi-login-page-active .comments-area,
  body.ebi-login-page-active main>header,
  body.ebi-registration-page-active .wp-site-blocks>header,
  body.ebi-registration-page-active .wp-site-blocks>footer,
  body.ebi-registration-page-active header.wp-block-template-part,
  body.ebi-registration-page-active footer.wp-block-template-part,
  body.ebi-registration-page-active .site-header,
  body.ebi-registration-page-active .site-footer,
  body.ebi-registration-page-active .wp-block-post-title,
  body.ebi-registration-page-active .entry-title,
  body.ebi-registration-page-active .page-title,
  body.ebi-registration-page-active .entry-footer,
  body.ebi-registration-page-active .post-navigation,
  body.ebi-registration-page-active .comments-area,
  body.ebi-registration-page-active main>header{display:none!important}
  body.ebi-login-page-active .wp-site-blocks,
  body.ebi-login-page-active .wp-site-blocks>main,
  body.ebi-login-page-active .wp-block-post-content,
  body.ebi-login-page-active .entry-content,
  body.ebi-login-page-active main,
  body.ebi-registration-page-active .wp-site-blocks,
  body.ebi-registration-page-active .wp-site-blocks>main,
  body.ebi-registration-page-active .wp-block-post-content,
  body.ebi-registration-page-active .entry-content,
  body.ebi-registration-page-active main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.ebi-login-page-active .wp-block-group.alignwide,
  body.ebi-login-page-active .wp-block-group.alignfull,
  body.ebi-registration-page-active .wp-block-group.alignwide,
  body.ebi-registration-page-active .wp-block-group.alignfull{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

  .ebi-auth-page{width:100%;max-width:none;margin:0 auto!important;padding:0 14px 34px!important}
  .ebi-auth-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:1fr auto;gap:10px 12px;margin:0 -14px 18px;padding:13px 16px 14px;border-width:0 0 1px;border-radius:0 0 22px 22px;background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(7,26,58,.09);backdrop-filter:blur(18px)}
  .ebi-auth-brand{min-width:0}
  .ebi-auth-brand-mark{font-size:30px}
  .ebi-auth-brand strong{font-size:29px}
  .ebi-auth-topbar-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}
  .ebi-auth-topbar-actions a{min-height:38px;padding:0 10px;border-radius:12px;font-size:12px;box-shadow:none}

  .ebi-auth-layout{display:block}
  .ebi-auth-main:before{width:120px!important;height:120px!important;inset:-10px -18px auto auto!important}
  .ebi-auth-heading{margin:0 2px 15px}
  .ebi-auth-page .ebi-user-heading h1{max-width:none;margin:10px 0 8px;font-size:36px;line-height:1.02;letter-spacing:-.045em}
  .ebi-auth-page .ebi-user-heading p{font-size:15px;line-height:1.55}
  .ebi-auth-page .ebi-eyebrow{font-size:10px;letter-spacing:.08em}

  .ebi-auth-form,
  .ebi-auth-connected{padding:20px 18px 19px;border-radius:22px;box-shadow:0 18px 42px rgba(7,26,58,.09)}
  .ebi-auth-form-head strong{font-size:22px}
  .ebi-auth-form-head span{font-size:13px}
  .ebi-auth-form>label{margin-bottom:14px;font-size:14px}
  .ebi-auth-form input{min-height:50px;padding:13px 14px;border-radius:14px;font-size:16px}
  .ebi-auth-form-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin:0 0 14px}
  .ebi-auth-form-row .ebi-user-check{margin:0!important;font-size:13px}
  .ebi-auth-inline-link{font-size:13px;white-space:nowrap}
  .ebi-auth-form>.ebi-user-button{width:100%;min-height:52px;border-radius:15px;font-size:16px}
  .ebi-user-foot{font-size:13px;line-height:1.55}

  .ebi-auth-connected-badge{padding:7px 11px;font-size:10px}
  .ebi-auth-connected h2{margin:13px 0 8px;font-size:31px;line-height:1.04}
  .ebi-auth-connected>p{font-size:15px;line-height:1.55}
  .ebi-auth-connected .ebi-user-notice{padding:12px 13px;font-size:13px}
  .ebi-auth-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}
  .ebi-auth-actions .ebi-user-button{width:100%;min-height:50px;border-radius:14px}
  .ebi-auth-mini-grid{display:flex;grid-template-columns:none;gap:10px;margin:18px -4px 0;padding:0 4px 5px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .ebi-auth-mini-grid::-webkit-scrollbar{display:none}
  .ebi-auth-mini-grid>div{flex:0 0 82%;min-width:0;padding:15px;border-radius:17px;scroll-snap-align:start}

  .ebi-auth-side{margin-top:18px}
  .ebi-auth-side .ebi-auth-panel-highlight{padding:20px 18px;border:0;border-radius:22px;background:linear-gradient(145deg,#071a3a,#123d78);box-shadow:0 20px 44px rgba(7,26,58,.18)}
  .ebi-auth-side .ebi-auth-panel-highlight .ebi-eyebrow{color:#83b3ff}
  .ebi-auth-side .ebi-auth-panel-highlight h3{margin:9px 0 9px;color:#fff;font-size:25px}
  .ebi-auth-side .ebi-auth-panel-highlight p{color:#cbd8ea;font-size:14px}
  .ebi-auth-side .ebi-auth-checklist{gap:9px;margin-top:15px}
  .ebi-auth-side .ebi-auth-checklist li{color:#fff;font-size:13px}
  .ebi-auth-side .ebi-auth-checklist li:before{background:rgba(255,255,255,.12);color:#8ab8ff}
  .ebi-auth-side .ebi-auth-panel-grid,
  .ebi-auth-side .ebi-auth-panel-links{display:none}
}

@media(max-width:420px){
  .ebi-auth-page .ebi-user-heading h1{font-size:33px}
  .ebi-auth-topbar-actions a{font-size:11px}
  .ebi-auth-form-row{align-items:flex-start;flex-direction:column}
  .ebi-auth-inline-link{align-self:flex-end;margin-top:-29px}
}

/* ===== Profile tab premium refresh ===== */
.ebi-profile-workspace{padding:24px}
.ebi-profile-tab-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:20px;align-items:start}
.ebi-profile-side{display:grid;gap:18px;position:sticky;top:18px}
.ebi-profile-editor{padding:0;border:none;background:transparent;box-shadow:none}
.ebi-profile-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}
.ebi-profile-summary-card{background:linear-gradient(180deg,#f9fbff,#f4f8ff);box-shadow:0 14px 36px rgba(10,31,66,.06)}
.ebi-profile-summary-top{display:flex;gap:14px;align-items:center;margin-bottom:18px}
.ebi-profile-summary-avatarwrap{flex:0 0 74px}
.ebi-profile-summary-avatar{width:74px;height:74px;border-radius:24px;object-fit:cover;border:3px solid rgba(47,143,240,.14);background:#fff;display:block}
.ebi-profile-summary-copy strong{display:block;font-size:24px;line-height:1.04;color:var(--ebi-navy);letter-spacing:-.03em}
.ebi-profile-summary-copy span{display:block;margin-top:6px;color:var(--ebi-navy);font-size:14px;font-weight:700}
.ebi-profile-summary-copy small{display:block;margin-top:4px;color:var(--ebi-muted);font-size:13px;line-height:1.5}
.ebi-profile-progress-card{padding:16px;border:1px solid #dfe8f5;border-radius:18px;background:#fff;margin-bottom:14px}
.ebi-profile-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.ebi-profile-progress-head span{font-size:13px;font-weight:800;color:var(--ebi-navy);text-transform:uppercase;letter-spacing:.04em}
.ebi-profile-progress-head strong{font-size:24px;line-height:1;color:var(--ebi-blue)}
.ebi-profile-progress-bar{height:10px;border-radius:999px;background:#e8eff9;overflow:hidden}
.ebi-profile-progress-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2f8ff0,#0f65ef)}
.ebi-profile-progress-card p{margin:12px 0 0;color:var(--ebi-muted);font-size:13px;line-height:1.6}
.ebi-profile-summary-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.ebi-profile-summary-badges span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dfe8f5;color:#20324f;font-size:12px;font-weight:800}
.ebi-profile-chip-group{margin-top:14px}
.ebi-profile-chip-group label{display:block;margin-bottom:8px;color:var(--ebi-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ebi-profile-chip-group div{display:flex;flex-wrap:wrap;gap:8px}
.ebi-profile-chip-group span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #dfe8f5;color:var(--ebi-navy);font-size:12px;font-weight:750}
.ebi-profile-summary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.ebi-profile-summary-actions .ebi-user-button{min-width:0;justify-content:center}
.ebi-profile-checklist{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:10px}
.ebi-profile-checklist li{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:12px;border-radius:16px;background:#fff;border:1px solid #e2eaf3}
.ebi-profile-checklist li span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px}
.ebi-profile-checklist li strong{font-size:14px;line-height:1.35;color:var(--ebi-navy)}
.ebi-profile-checklist li small{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.ebi-profile-checklist li.is-ok span{background:#e6fbef;color:#189756}
.ebi-profile-checklist li.is-ok small{color:#189756}
.ebi-profile-checklist li.is-pending span{background:#fff4e6;color:#b86a07}
.ebi-profile-checklist li.is-pending small{color:#b86a07}
.ebi-profile-help-list{margin:8px 0 0;padding-left:18px;color:var(--ebi-muted);display:grid;gap:10px;font-size:14px;line-height:1.65}
.ebi-section-kicker{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#eef5ff;color:#1f63ec;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.ebi-bio-card .ebi-section-description{margin:-2px 0 14px;color:var(--ebi-muted);font-size:14px;line-height:1.65}
@media(max-width:1180px){
  .ebi-profile-tab-grid{grid-template-columns:300px minmax(0,1fr)}
}
@media(max-width:1024px){
  .ebi-profile-tab-grid{grid-template-columns:1fr}
  .ebi-profile-side{position:relative;top:auto;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .ebi-profile-side>.ebi-form-section-card:last-child{grid-column:1/-1}
  .ebi-profile-editor-grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .ebi-profile-workspace{padding:18px}
  .ebi-profile-side{grid-template-columns:1fr;gap:14px}
  .ebi-profile-summary-copy strong{font-size:22px}
  .ebi-profile-summary-actions{grid-template-columns:1fr}
  .ebi-profile-checklist li{grid-template-columns:28px 1fr;grid-template-areas:"icon title" "icon status"}
  .ebi-profile-checklist li span{grid-area:icon}
  .ebi-profile-checklist li strong{grid-area:title}
  .ebi-profile-checklist li small{grid-area:status}
}

/* ===== Profile page typography refinement ===== */
.ebi-dashboard-shell .ebi-profile-hero{padding:22px 24px;border-radius:24px;gap:16px}
.ebi-dashboard-shell .ebi-profile-hero h1{font-size:clamp(24px,3.1vw,34px);line-height:1.08;letter-spacing:-.03em;margin:8px 0 4px}
.ebi-dashboard-shell .ebi-profile-hero p{font-size:14px;line-height:1.5;color:rgba(255,255,255,.85)!important}
.ebi-dashboard-shell .ebi-profile-meta span{font-size:12px;padding:7px 11px}
.ebi-dashboard-shell .ebi-profile-hero-actions .ebi-user-button{min-height:42px;padding:10px 16px;font-size:14px;border-radius:12px}
.ebi-dashboard-shell .ebi-user-tabs-dashboard a{font-size:15px;padding:10px 16px}
.ebi-profile-workspace{padding:22px 22px 20px;border-radius:24px}
.ebi-profile-workspace .ebi-panel-header-inline{align-items:flex-start;margin-bottom:18px}
.ebi-profile-workspace .ebi-panel-header-inline h2{font-size:20px;line-height:1.2;letter-spacing:-.02em;margin:0 0 6px}
.ebi-profile-workspace .ebi-panel-header-inline p{font-size:14px;line-height:1.65;max-width:760px;margin:0}
.ebi-profile-workspace .ebi-completion-chip{font-size:11px;padding:7px 10px}
.ebi-profile-tab-grid{grid-template-columns:290px minmax(0,1fr);gap:18px}
.ebi-profile-summary-card,.ebi-profile-checklist-card,.ebi-profile-editor .ebi-form-section-card,.ebi-bio-card{border-radius:20px}
.ebi-profile-summary-card,.ebi-profile-editor .ebi-form-section-card,.ebi-bio-card{padding:20px}
.ebi-profile-summary-copy strong{font-size:20px;line-height:1.1}
.ebi-profile-summary-copy span{font-size:13px}
.ebi-profile-summary-copy small{font-size:12px}
.ebi-profile-progress-card{padding:14px;border-radius:16px}
.ebi-profile-progress-head span{font-size:11px}
.ebi-profile-progress-head strong{font-size:20px}
.ebi-profile-progress-card p{font-size:12px;line-height:1.55}
.ebi-profile-summary-badges span{font-size:11px;padding:7px 10px}
.ebi-profile-chip-group label{font-size:10px}
.ebi-profile-chip-group span{font-size:11px;padding:8px 11px}
.ebi-profile-summary-actions .ebi-user-button{font-size:14px;min-height:44px}
.ebi-profile-checklist-card h3,.ebi-profile-editor .ebi-form-section-card h3,.ebi-bio-card h3{margin:0 0 10px;font-size:18px;line-height:1.25;letter-spacing:-.02em}
.ebi-profile-help-list{font-size:13px;line-height:1.6}
.ebi-profile-checklist{gap:8px}
.ebi-profile-checklist li{padding:11px 12px;border-radius:14px}
.ebi-profile-checklist li strong{font-size:13px}
.ebi-profile-checklist li small{font-size:10px}
.ebi-section-kicker{font-size:10px;padding:6px 10px;margin-bottom:10px}
.ebi-user-form-premium .ebi-user-grid{gap:14px 16px}
.ebi-user-form-premium .ebi-user-grid label,
.ebi-bio-card label{gap:7px;font-size:12px;font-weight:800;color:#314660;margin-bottom:0}
.ebi-user-form-premium .ebi-user-grid input,
.ebi-user-form-premium .ebi-user-grid select,
.ebi-bio-card textarea{min-height:48px;padding:12px 14px;border-radius:14px;border-color:#d7e0ec;background:#fff;font-size:15px;line-height:1.4;font-weight:600;color:#11284a}
.ebi-bio-card textarea{min-height:160px;font-weight:500;line-height:1.6;resize:vertical}
.ebi-user-form-premium input::placeholder,
.ebi-user-form-premium textarea::placeholder,
.ebi-user-form-premium select::placeholder{color:#95a4b8;font-weight:500}
.ebi-user-form-premium small{font-size:12px;line-height:1.5;color:#72839a}
.ebi-user-form-premium .ebi-user-check{margin-top:12px!important;align-items:center;gap:10px!important}
.ebi-user-form-premium .ebi-user-check input{width:18px!important;height:18px;min-height:18px;padding:0}
.ebi-user-form-premium .ebi-user-check span{font-size:14px;line-height:1.45;color:#213654;font-weight:650}
.ebi-bio-card .ebi-section-description{font-size:13px;line-height:1.6;margin:-2px 0 12px}
.ebi-profile-form-actions{margin-top:16px}
.ebi-profile-form-actions .ebi-user-button{min-height:44px;padding:10px 18px;font-size:14px}
@media(max-width:1180px){
  .ebi-profile-tab-grid{grid-template-columns:260px minmax(0,1fr)}
}
@media(max-width:1024px){
  .ebi-profile-workspace{padding:20px}
  .ebi-profile-tab-grid{grid-template-columns:1fr;gap:16px}
  .ebi-profile-side{position:relative;top:auto;grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  .ebi-dashboard-shell .ebi-profile-hero{padding:18px 16px 18px;border-radius:0 0 24px 24px}
  .ebi-dashboard-shell .ebi-profile-hero h1{font-size:32px}
  .ebi-profile-workspace{padding:16px}
  .ebi-profile-side{grid-template-columns:1fr;gap:14px}
  .ebi-profile-editor .ebi-form-section-card,.ebi-bio-card,.ebi-profile-summary-card,.ebi-profile-checklist-card{padding:18px}
  .ebi-user-form-premium .ebi-user-grid{grid-template-columns:1fr;gap:12px}
  .ebi-profile-summary-avatar{width:68px;height:68px;border-radius:20px}
}

/* ===== Profile desktop width optimization ===== */
@media(min-width:1181px){
  body.ecf-dashboard-page-active .ebi-user-shell{max-width:1360px;padding-left:26px;padding-right:26px}
  body.ecf-dashboard-page-active .ebi-user-tabs-dashboard{margin-bottom:18px}
  body.ecf-dashboard-page-active .ebi-profile-workspace{padding:24px 24px 22px}
  body.ecf-dashboard-page-active .ebi-profile-tab-grid{grid-template-columns:280px minmax(0,1fr);gap:22px}
  body.ecf-dashboard-page-active .ebi-profile-side{gap:16px}
  body.ecf-dashboard-page-active .ebi-profile-editor-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1.2fr);gap:20px;align-items:start}
  body.ecf-dashboard-page-active .ebi-profile-editor .ebi-form-section-card,
  body.ecf-dashboard-page-active .ebi-bio-card{padding:22px}
  body.ecf-dashboard-page-active .ebi-profile-editor-grid>.ebi-form-section-card:first-child .ebi-user-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr)}
  body.ecf-dashboard-page-active .ebi-profile-editor-grid>.ebi-form-section-card:last-child .ebi-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ecf-dashboard-page-active .ebi-user-form-premium .ebi-user-grid{gap:15px 16px}
  body.ecf-dashboard-page-active .ebi-user-form-premium .ebi-user-grid input,
  body.ecf-dashboard-page-active .ebi-user-form-premium .ebi-user-grid select{font-size:14px;padding:12px 14px}
  body.ecf-dashboard-page-active .ebi-user-form-premium small{font-size:11px}
  body.ecf-dashboard-page-active .ebi-profile-summary-actions{grid-template-columns:1fr 1fr}
}
@media(min-width:1440px){
  body.ecf-dashboard-page-active .ebi-user-shell{max-width:1440px}
  body.ecf-dashboard-page-active .ebi-profile-tab-grid{grid-template-columns:300px minmax(0,1fr)}
  body.ecf-dashboard-page-active .ebi-profile-editor-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}
}


/* ===== Login conectado minimalista — eCorretores 1.19.7 ===== */
.ebi-auth-page-connected{max-width:860px}
.ebi-auth-page-connected .ebi-auth-topbar{margin-bottom:28px}
.ebi-auth-topbar-connected{justify-content:flex-start}
.ebi-auth-layout-connected{display:block}
.ebi-auth-main-connected{max-width:720px;margin:0 auto}
.ebi-auth-page-connected .ebi-auth-main-connected:before{display:none}
.ebi-auth-connected-minimal{padding:46px 42px 40px;text-align:center;overflow:hidden}
.ebi-auth-connected-minimal:after{width:160px;height:160px;right:-55px;top:-65px;opacity:.7}
.ebi-auth-connected-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:20px;background:linear-gradient(145deg,#ecfdf5,#dcfce7);border:1px solid #a7f3d0;color:#059669;font-size:30px;font-weight:900;box-shadow:0 12px 30px rgba(5,150,105,.12)}
.ebi-auth-connected-minimal .ebi-auth-connected-badge{padding:7px 13px;background:#eef6ff;color:#1f63ec}
.ebi-auth-connected-minimal h2{max-width:680px;margin:16px auto 10px;font-size:clamp(34px,5vw,48px)}
.ebi-auth-connected-minimal>p{max-width:560px;margin:0 auto 8px;font-size:16px}
.ebi-auth-connected-minimal .ebi-user-notice{max-width:560px;margin:18px auto 0;text-align:left}
.ebi-auth-actions-minimal{justify-content:center;margin-top:26px}
.ebi-auth-actions-minimal .ebi-user-button{min-width:175px}
.ebi-user-button-logout{background:#fff!important;color:#b42318!important;border:1px solid #f0c9c5!important;box-shadow:none!important}
.ebi-user-button-logout:hover{background:#fff7f6!important;border-color:#e7a8a2!important}
@media(max-width:900px){
  .ebi-auth-page-connected{max-width:none!important;padding:0 14px 34px!important}
  .ebi-auth-page-connected .ebi-auth-topbar{position:relative;top:auto;display:flex;grid-template-columns:none;margin:0 -14px 18px;padding:13px 16px;border-radius:0 0 22px 22px}
  .ebi-auth-main-connected{max-width:680px;margin:0 auto}
  .ebi-auth-connected-minimal{padding:34px 22px 24px}
  .ebi-auth-connected-icon{width:58px;height:58px;border-radius:18px;font-size:27px;margin-bottom:15px}
  .ebi-auth-connected-minimal h2{font-size:34px}
  .ebi-auth-actions-minimal{grid-template-columns:1fr;gap:10px}
  .ebi-auth-actions-minimal .ebi-user-button{width:100%;min-width:0}
}
@media(max-width:420px){
  .ebi-auth-connected-minimal{padding:30px 18px 20px}
  .ebi-auth-connected-minimal h2{font-size:31px}
}
