:root{--mbh-blue:#1681e5;--mbh-dark:#091317;--mbh-gold:#efc67d;--mbh-muted:#6b7280;--mbh-soft:#f5f8fb;--mbh-border:#e5e7eb;--mbh-danger:#dc2626;--mbh-success:#16a34a;--mbh-warning:#d97706}.mbh-shell{font-family:Montserrat,Arial,sans-serif;color:var(--mbh-dark);background:#fff}.mbh-topbar{background:#000;color:#fff}.mbh-topbar-inner,.mbh-site-header-inner,.mbh-main,.mbh-footer-inner{max-width:1180px;margin:0 auto;padding-left:22px;padding-right:22px}.mbh-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.mbh-topbar a{color:#fff;text-decoration:none}.mbh-topbar a:hover{color:var(--mbh-gold)}.mbh-social{display:flex;gap:16px}.mbh-site-header{background:#fff;border-bottom:1px solid rgba(9,19,23,.08);box-shadow:0 4px 18px rgba(0,0,0,.04)}.mbh-site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.mbh-logo img{height:58px;width:auto;display:block}.mbh-nav-area{display:flex;align-items:center;justify-content:flex-end;flex:1}.mbh-menu ul{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.mbh-menu a{display:block;text-decoration:none;color:#111827;font-weight:600;font-size:15px;padding:12px 14px;border-radius:999px;transition:.2s}.mbh-menu a:hover{color:#fff;background:var(--mbh-blue)}.mbh-main{padding-top:34px;padding-bottom:46px}.mbh-hero{position:relative;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#eef7ff 50%,#1681e5 100%);padding:52px 40px;box-shadow:0 22px 60px rgba(22,129,229,.16);border:1px solid rgba(22,129,229,.14)}.mbh-hero:after{content:"";position:absolute;right:-90px;bottom:-120px;width:320px;height:320px;border-radius:999px;background:rgba(239,198,125,.35)}.mbh-hero h1{font-size:44px;line-height:1.05;margin:0 0 14px;max-width:760px;color:#084c68}.mbh-hero p{font-size:18px;color:#405b67;max-width:680px;margin:0 0 24px}.mbh-hero .mbh-form{position:relative;z-index:2;background:#fff;border-radius:18px;padding:16px;display:grid;grid-template-columns:1.2fr 1fr auto;gap:12px;box-shadow:0 14px 34px rgba(0,0,0,.12);max-width:920px}.mbh-section-title{margin:0 0 14px;font-size:30px;color:#084c68}.mbh-section-subtitle{margin-top:-6px;color:var(--mbh-muted)}.mbh-box,.mbh-card{background:#fff;border:1px solid var(--mbh-border);border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(9,19,23,.06)}.mbh-box h2,.mbh-card h2{margin-top:0;color:#084c68}.mbh-card-soft{background:var(--mbh-soft)}.mbh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:22px 0}.mbh-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mbh-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.mbh-service-card,.mbh-step-card,.mbh-box-stat{background:#fff;border:1px solid var(--mbh-border);border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(9,19,23,.05);transition:.2s}.mbh-service-card:hover,.mbh-step-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(22,129,229,.12)}.mbh-service-icon{width:46px;height:46px;border-radius:14px;background:rgba(22,129,229,.12);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:12px}.mbh-service-card strong,.mbh-box-stat strong{display:block;color:#111827}.mbh-service-card span,.mbh-box-stat span{color:var(--mbh-muted)}.mbh-box-stat span{display:block;font-size:30px;font-weight:800;color:#084c68;margin-top:4px}.mbh-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(239,198,125,.28);border:1px solid rgba(239,198,125,.55);color:#5b3b00;border-radius:999px;padding:7px 12px;font-weight:700;font-size:13px;margin-bottom:14px}.mbh-form{display:grid;grid-template-columns:1fr;gap:14px;max-width:860px}.mbh-form label{display:grid;gap:7px;font-weight:700;color:#24343b}.mbh-form input,.mbh-form select,.mbh-form textarea,.login-username input,.login-password input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:12px;padding:13px 14px;background:#fff;font-size:15px}.mbh-form textarea{min-height:110px}.mbh-form input:focus,.mbh-form select:focus,.mbh-form textarea:focus,.login-username input:focus,.login-password input:focus{outline:2px solid rgba(22,129,229,.22);border-color:var(--mbh-blue)}.mbh-btn,.mbh-button,.mbh-form button,.login-submit input{border:0;border-radius:999px;padding:13px 22px;background:var(--mbh-blue);color:#fff!important;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:800;box-shadow:0 10px 22px rgba(22,129,229,.22);transition:.2s}.mbh-btn:hover,.mbh-button:hover,.mbh-form button:hover,.login-submit input:hover{background:#0d6fc9;transform:translateY(-1px)}.mbh-btn-secondary{background:#111827!important;box-shadow:0 10px 22px rgba(17,24,39,.16)}.mbh-btn-outline{background:#fff!important;color:var(--mbh-blue)!important;border:1px solid var(--mbh-blue);box-shadow:none}.mbh-btn-small{padding:8px 13px;font-size:13px}.mbh-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.mbh-alert{padding:13px 15px;border-radius:14px;margin:14px 0;border:1px solid var(--mbh-border);background:#fff}.mbh-alert-error,.mbh-alert-erro{background:#fff3f3;border-color:#fecaca;color:#7f1d1d}.mbh-alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.mbh-alert-success{background:#ecfdf3;border-color:#bbf7d0;color:#14532d}.mbh-alert-warning{background:#fffbeb;border-color:#fde68a;color:#78350f}.mbh-table-wrap{overflow-x:auto;border:1px solid var(--mbh-border);border-radius:16px;background:#fff}.mbh-table{width:100%;border-collapse:collapse}.mbh-table th,.mbh-table td{border-bottom:1px solid var(--mbh-border);padding:13px;text-align:left;vertical-align:top}.mbh-table th{background:#f8fafc;color:#334155;font-size:13px;text-transform:uppercase;letter-spacing:.03em}.mbh-table tr:last-child td{border-bottom:0}.mbh-status{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;background:#f3f4f6;color:#374151}.mbh-status-ativo,.mbh-status-aprovado,.mbh-status-aceito,.mbh-status-concluido{background:#dcfce7;color:#166534}.mbh-status-pendente,.mbh-status-enviado,.mbh-status-em_distribuicao,.mbh-status-inativo{background:#fef3c7;color:#92400e}.mbh-status-recusado,.mbh-status-expirado,.mbh-status-cancelado,.mbh-status-reprovado{background:#fee2e2;color:#991b1b}.mbh-inline-form{display:flex;gap:8px;flex-wrap:wrap;margin:0}.mbh-layout{display:grid;grid-template-columns:280px 1fr;gap:22px}.mbh-sidebar{background:#fff;border:1px solid var(--mbh-border);border-radius:20px;padding:18px;height:max-content;box-shadow:0 12px 30px rgba(9,19,23,.05)}.mbh-sidebar-title{font-weight:800;color:#084c68;margin-bottom:12px}.mbh-profile-row{display:grid;grid-template-columns:180px 1fr;gap:10px;border-bottom:1px solid var(--mbh-border);padding:11px 0}.mbh-profile-row:last-child{border-bottom:0}.mbh-price{font-size:32px;font-weight:900;color:#084c68;margin:8px 0}.mbh-site-footer{background:#101820;color:#dbeafe;margin-top:30px}.mbh-footer-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;padding-top:34px;padding-bottom:28px}.mbh-footer-logo{height:52px;width:auto;margin-bottom:10px}.mbh-footer-links{display:grid;gap:8px;align-content:center;justify-items:end}.mbh-footer-links a{color:#fff;text-decoration:none}.mbh-footer-links a:hover{color:var(--mbh-gold)}.mbh-copy{background:#200303;color:#fff;text-align:center;padding:12px;font-size:13px}.mbh-login-wrap .login-username,.mbh-login-wrap .login-password,.mbh-login-wrap .login-remember,.mbh-login-wrap .login-submit{margin:0 0 14px}.mbh-muted{color:var(--mbh-muted)}.mbh-center{text-align:center}.mbh-hidden{display:none!important}@media(max-width:900px){.mbh-topbar-inner{justify-content:center}.mbh-social{display:none}.mbh-site-header-inner{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.mbh-nav-area,.mbh-menu ul{justify-content:flex-start}.mbh-hero{padding:36px 22px}.mbh-hero h1{font-size:34px}.mbh-hero .mbh-form{grid-template-columns:1fr}.mbh-grid-2,.mbh-layout,.mbh-footer-inner{grid-template-columns:1fr}.mbh-footer-links{justify-items:start}.mbh-profile-row{grid-template-columns:1fr}.mbh-main{padding-top:22px}}@media(max-width:560px){.mbh-topbar-inner,.mbh-site-header-inner,.mbh-main,.mbh-footer-inner{padding-left:16px;padding-right:16px}.mbh-menu ul{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.mbh-menu a{text-align:center;background:#f8fafc}.mbh-hero h1{font-size:29px}.mbh-box,.mbh-card{padding:20px}.mbh-grid{grid-template-columns:1fr}.mbh-actions .mbh-btn,.mbh-actions .mbh-button{width:100%}}.mbh-logout-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#084c68;color:#fff !important;text-decoration:none;font-weight:700;margin-left:12px}.mbh-logout-link:hover{background:#1681e5;color:#fff !important}@media (max-width:768px){.mbh-logout-link{margin:10px 0 0;width:100%}}.mbh-notification-list{display:grid;gap:14px;margin-top:18px}.mbh-notification{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border:1px solid var(--mbh-border);border-radius:16px;padding:16px;background:#fff;box-shadow:0 8px 22px rgba(9,19,23,.04)}.mbh-notification p{margin:6px 0;color:var(--mbh-muted)}.mbh-notification small{color:var(--mbh-muted)}.mbh-notification-unread{border-color:#bfdbfe;background:#eff6ff}.mbh-notification-unread strong{color:#084c68}@media(max-width:700px){.mbh-notification{flex-direction:column}.mbh-notification .mbh-btn{width:100%}}.mbh-push-box{margin:18px 0;padding:18px;border:1px solid rgba(8,76,104,.15);border-radius:14px;background:#f8fbff}.mbh-push-box p{margin:8px 0}.mbh-onesignal-status{font-size:14px;color:#084c68}.mbh-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px, 1fr));gap:8px 14px;margin:8px 0 12px}.mbh-check{display:flex !important;align-items:center;gap:8px;font-weight:500;margin:6px 0}.mbh-check input[type=checkbox]{width:auto;min-width:16px}.mbh-form-group{margin-bottom:16px}.mbh-site-header{position:relative;z-index:50}.mbh-site-header-inner{position:relative;align-items:center;flex-direction:row!important}.mbh-menu-toggle{width:48px;height:48px;border:1px solid rgba(22,129,229,.22);border-radius:14px;background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;box-shadow:0 8px 22px rgba(9,19,23,.08);transition:.2s;margin-left:auto}.mbh-menu-toggle:hover{background:#f8fbff;border-color:var(--mbh-blue)}.mbh-menu-toggle span{width:22px;height:2px;background:#084c68;border-radius:999px;display:block;transition:.2s}.mbh-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mbh-menu-toggle.is-open span:nth-child(2){opacity:0}.mbh-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mbh-nav-area[hidden]{display:none!important}.mbh-nav-area{position:absolute;top:calc(100% + 12px);right:22px;width:min(360px,calc(100vw - 44px));display:block;z-index:999}.mbh-nav-panel{background:#fff;border:1px solid rgba(9,19,23,.08);border-radius:22px;padding:16px;box-shadow:0 24px 60px rgba(9,19,23,.18)}.mbh-nav-panel:before{content:"";position:absolute;top:-8px;right:18px;width:16px;height:16px;background:#fff;border-left:1px solid rgba(9,19,23,.08);border-top:1px solid rgba(9,19,23,.08);transform:rotate(45deg)}.mbh-nav-panel .mbh-menu ul{display:grid!important;grid-template-columns:1fr;gap:8px;width:100%;list-style:none;margin:0;padding:0}.mbh-nav-panel .mbh-menu a,.mbh-nav-panel .mbh-logout-link{width:100%;box-sizing:border-box;justify-content:flex-start;text-align:left;border-radius:14px;padding:13px 15px;background:#f8fafc;margin:0}.mbh-nav-panel .mbh-menu a:hover{background:var(--mbh-blue);color:#fff}.mbh-nav-panel .mbh-logout-link{margin-top:8px;background:#084c68;color:#fff!important}.mbh-nav-panel .mbh-logout-link:hover{background:#1681e5}@media(max-width:900px){.mbh-site-header-inner{padding-top:12px;padding-bottom:12px}.mbh-nav-area{right:16px;width:calc(100vw - 32px)}.mbh-logo img{height:52px}}@media (min-width:1025px){.mbh-site-header-inner{align-items:center!important;flex-direction:row!important}.mbh-menu-toggle{display:none!important}.mbh-nav-area,.mbh-nav-area[hidden]{position:static!important;top:auto!important;right:auto!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex:1!important;z-index:auto!important}.mbh-nav-panel{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:100%!important}.mbh-nav-panel:before{display:none!important}.mbh-nav-panel .mbh-menu ul{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;flex-wrap:wrap!important;width:auto!important}.mbh-nav-panel .mbh-menu a{width:auto!important;text-align:center!important;border-radius:999px!important;padding:12px 14px!important;background:transparent!important;color:#111827!important;display:block!important}.mbh-nav-panel .mbh-menu a:hover{color:#fff!important;background:var(--mbh-blue)!important}.mbh-nav-panel .mbh-logout-link{width:auto!important;margin-top:0!important;border-radius:999px!important;padding:12px 16px!important;display:inline-flex!important;align-items:center!important;background:#084C68!important;color:#fff!important;text-decoration:none!important}}@media (max-width:1024px){.mbh-menu-toggle{display:inline-flex!important}}.mbh-card-republicado{border-color:#f59e0b!important;background:linear-gradient(180deg,#fffaf0 0%,#fff 46%)}.mbh-republicado-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fef3c7;color:#92400e;border:1px solid #fde68a;padding:6px 10px;font-weight:800;font-size:12px;margin-bottom:10px}.mbh-rodadas{margin-top:14px;border-top:1px solid var(--mbh-border);padding-top:10px}.mbh-rodadas summary{cursor:pointer;color:var(--mbh-blue);font-weight:800}.mbh-rodadas ul{margin:10px 0 0 18px;padding:0}.mbh-rodadas li{margin:6px 0}.mbh-service-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:18px 0}.mbh-service-stat{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid var(--mbh-border);border-radius:18px;background:#fff;text-decoration:none!important;color:var(--mbh-dark)!important;box-shadow:0 8px 24px rgba(9,19,23,.05);transition:.18s}.mbh-service-stat strong{font-size:30px;line-height:1;color:#084c68}.mbh-service-stat span{font-weight:800;color:#334155}.mbh-service-stat:hover,.mbh-service-stat.is-active{transform:translateY(-1px);border-color:rgba(22,129,229,.35);background:#f8fbff}.mbh-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px}.mbh-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--mbh-border);border-radius:999px;background:#fff;color:#334155!important;font-weight:800;text-decoration:none!important}.mbh-tabs a:hover,.mbh-tabs a.is-active{background:var(--mbh-blue);border-color:var(--mbh-blue);color:#fff!important}.mbh-card-headline{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.mbh-service-card{position:relative}.mbh-service-andamento{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff 0%,#fff 42%)}.mbh-service-aguardando_avaliacao,.mbh-service-avaliar{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb 0%,#fff 42%)}.mbh-service-concluidos,.mbh-service-historico{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4 0%,#fff 42%)}.mbh-service-cancelados{border-color:#fecaca;background:linear-gradient(180deg,#fef2f2 0%,#fff 42%)}.mbh-inner-box{margin:14px 0!important;padding:14px!important;border-radius:14px!important;box-shadow:none!important}.mbh-inner-box h3{margin:0 0 10px;font-size:18px;color:#084c68}@media(max-width:560px){.mbh-card-headline{flex-direction:column;align-items:flex-start}.mbh-service-summary{grid-template-columns:1fr 1fr}.mbh-service-stat strong{font-size:24px}}.mbh-op-tabs a span{margin-left:7px;background:rgba(255,255,255,.22);border-radius:999px;padding:2px 7px;font-size:12px}.mbh-op-tabs a:not(.is-active) span{background:#f1f5f9;color:#334155}.mbh-op-filtros{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr)) auto auto;gap:10px;align-items:end;margin:8px 0 18px;padding:14px;border:1px solid var(--mbh-border);border-radius:18px;background:#f8fafc}.mbh-op-filtros label{display:grid;gap:6px;font-weight:800;color:#334155;font-size:13px}.mbh-op-filtros select{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px;background:#fff}.mbh-op-count{margin:8px 0 14px}.mbh-oportunidades-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.mbh-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:22px;flex-wrap:wrap}.mbh-pagination a,.mbh-pagination span{border:1px solid var(--mbh-border);border-radius:999px;padding:10px 14px;text-decoration:none!important;font-weight:800;background:#fff}.mbh-pagination a{color:var(--mbh-blue)!important}.mbh-pagination span{color:#334155;background:#f8fafc}@media(max-width:760px){.mbh-op-filtros{grid-template-columns:1fr}.mbh-op-filtros .mbh-btn{width:100%}.mbh-oportunidades-grid{grid-template-columns:1fr}.mbh-pagination{justify-content:space-between}.mbh-pagination a,.mbh-pagination span{flex:1;text-align:center}.mbh-op-tabs{display:grid;grid-template-columns:1fr 1fr}.mbh-op-tabs a{width:100%}}.mbh-actions-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.mbh-notification-list-compact{display:grid;gap:14px;margin-top:18px}.mbh-notification{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid var(--mbh-border);border-radius:18px;padding:18px;background:#fff;box-shadow:0 10px 28px rgba(9,19,23,.05)}.mbh-notification-unread{background:#eff6ff;border-color:#bfdbfe}.mbh-notification-content{min-width:0;flex:1}.mbh-notification-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.mbh-notification p{margin:8px 0;color:#64748b;line-height:1.55}.mbh-notification small{color:#6b7280}.mbh-notification-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mbh-btn-mini{padding:7px 11px;font-size:12px;box-shadow:none}.mbh-btn-danger-outline{background:#fff!important;color:#991b1b!important;border:1px solid #fecaca;box-shadow:none}.mbh-btn-danger-outline:hover{background:#fee2e2!important;color:#7f1d1d!important}.mbh-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900;white-space:nowrap}.mbh-pill-warn{background:#fef3c7;color:#92400e}.mbh-pill-ok{background:#dcfce7;color:#166534}@media(max-width:560px){.mbh-notification{flex-direction:column}.mbh-notification-actions{width:100%;justify-content:flex-start}.mbh-notification-actions .mbh-btn{flex:1}.mbh-notification-head{align-items:flex-start}.mbh-actions-row .mbh-btn{width:100%}}.mbh-login-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:24px;align-items:stretch;max-width:1080px;margin:0 auto}.mbh-login-panel{border:1px solid rgba(22,129,229,.14);border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(9,19,23,.08)}.mbh-login-copy{position:relative;overflow:hidden;padding:34px;background:linear-gradient(135deg,#fff 0%,#eef7ff 58%,rgba(22,129,229,.18) 100%)}.mbh-login-copy:after{content:"";position:absolute;right:-70px;bottom:-90px;width:230px;height:230px;border-radius:999px;background:rgba(239,198,125,.34)}.mbh-login-copy h1{position:relative;z-index:1;margin:0 0 12px;color:#084c68;font-size:38px;line-height:1.08;letter-spacing:-.03em}.mbh-login-copy p{position:relative;z-index:1;margin:0 0 22px;color:#405b67;font-size:17px;line-height:1.55}.mbh-login-benefits{position:relative;z-index:1;display:grid;gap:12px;margin:22px 0}.mbh-login-benefits div{background:rgba(255,255,255,.78);border:1px solid rgba(22,129,229,.12);border-radius:18px;padding:16px}.mbh-login-benefits strong{display:block;color:#084c68;font-size:16px;margin-bottom:4px}.mbh-login-benefits span{display:block;color:var(--mbh-muted);line-height:1.45}.mbh-login-actions{position:relative;z-index:1;margin-top:22px}.mbh-login-card{padding:34px}.mbh-login-card-head{display:flex;gap:14px;align-items:center;margin-bottom:20px}.mbh-login-card-head h2{margin:0;color:#084c68;font-size:30px}.mbh-login-card-head p{margin:4px 0 0}.mbh-login-icon{width:54px;height:54px;border-radius:18px;background:rgba(22,129,229,.12);display:flex;align-items:center;justify-content:center;font-size:27px}.mbh-login-card form{display:grid;gap:14px}.mbh-login-card .login-username,.mbh-login-card .login-password,.mbh-login-card .login-remember,.mbh-login-card .login-submit{margin:0}.mbh-login-card .login-username label,.mbh-login-card .login-password label{display:grid;gap:7px;font-weight:800;color:#24343b}.mbh-login-card .login-remember label{display:flex;align-items:center;gap:8px;font-weight:700;color:#405b67}.mbh-login-card .login-remember input{width:auto}.mbh-login-card .login-submit input{width:100%;font-size:16px;padding:15px 22px}.mbh-login-help{margin-top:16px;text-align:center}.mbh-login-help a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;color:#084c68;background:#f8fbff;border:1px solid rgba(22,129,229,.18);border-radius:999px;padding:12px 18px;transition:.2s}.mbh-login-help a:hover{color:#fff;background:var(--mbh-blue);border-color:var(--mbh-blue)}@media(max-width:900px){.mbh-login-hero{grid-template-columns:1fr}.mbh-login-copy h1{font-size:31px}.mbh-login-card,.mbh-login-copy{padding:24px}}@media(max-width:560px){.mbh-login-panel{border-radius:22px}.mbh-login-card-head{align-items:flex-start}.mbh-login-icon{width:46px;height:46px;font-size:23px}.mbh-login-card-head h2{font-size:26px}.mbh-login-actions .mbh-btn{width:100%}}.mbh-login-card .login-username input,.mbh-field-email-wide input{width:100%;min-height:48px}.mbh-login-card .login-password input,.mbh-field-password-wide input{width:78%;min-width:260px;min-height:48px}.mbh-password-form{display:grid;gap:15px}.mbh-field{display:grid;gap:7px}.mbh-field label{font-weight:800;color:#24343b}.mbh-password-form input{border:1px solid rgba(15,23,42,.14);border-radius:14px;padding:13px 14px;font-size:16px;background:#fff}.mbh-password-form input:focus,.mbh-login-card input:focus{outline:none;border-color:rgba(22,129,229,.65);box-shadow:0 0 0 4px rgba(22,129,229,.12)}@media(max-width:560px){.mbh-login-card .login-password input,.mbh-field-password-wide input{width:100%;min-width:0}}.mbh-realtime-toasts{position:fixed;right:18px;bottom:18px;z-index:999999;display:grid;gap:10px;max-width:360px;width:calc(100% - 36px);pointer-events:none}.mbh-realtime-toast{position:relative;pointer-events:auto;background:#fff;border:1px solid rgba(22,129,229,.22);border-left:5px solid var(--mbh-blue);border-radius:16px;box-shadow:0 18px 44px rgba(9,19,23,.18);padding:14px 42px 14px 16px;display:grid;gap:5px;animation:mbhToastIn .2s ease-out}.mbh-realtime-toast strong{color:#084c68;font-size:15px}.mbh-realtime-toast span{color:#405b67;font-size:14px;line-height:1.35}.mbh-realtime-toast a{margin-top:5px;color:#1681e5;font-weight:800;text-decoration:none}.mbh-realtime-close{position:absolute;right:10px;top:8px;border:0;background:#f1f5f9;color:#334155;border-radius:999px;width:26px;height:26px;line-height:1;cursor:pointer;font-size:18px}.mbh-menu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;margin-left:6px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:900;vertical-align:middle}.mbh-has-badge{position:relative}@keyframes mbhToastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.mbh-realtime-toasts{right:12px;left:12px;bottom:12px;width:auto;max-width:none}.mbh-realtime-toast{border-radius:14px}}.mbh-login-card .mbh-login-form,.mbh-login-card .mbh-password-form{width:100%}.mbh-login-card .mbh-login-form .mbh-field,.mbh-login-card .mbh-password-form .mbh-field{width:100%}.mbh-login-card .mbh-login-form input[type=text],.mbh-login-card .mbh-login-form input[type=email],.mbh-login-card .mbh-login-form input[type=password],.mbh-login-card .mbh-password-form input[type=text],.mbh-login-card .mbh-password-form input[type=email],.mbh-login-card .mbh-password-form input[type=password],.mbh-field-email-wide input,.mbh-field-password-wide input{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box;min-height:54px;border:1px solid rgba(15,23,42,.14);border-radius:14px;padding:13px 14px;font-size:16px;background:#fff}.mbh-login-card .mbh-login-form .mbh-btn,.mbh-login-card .mbh-password-form .mbh-btn{width:100%}.mbh-remember{display:flex;align-items:center;gap:10px;font-weight:700;color:#405b67}.mbh-remember input{width:18px !important;height:18px;min-height:0}.mbh-dashboard-premium{display:grid;gap:22px}.mbh-dashboard-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:26px;padding:30px;background:linear-gradient(135deg,#fff 0%,#eef7ff 58%,rgba(22,129,229,.24) 100%);border:1px solid rgba(22,129,229,.16);box-shadow:0 18px 50px rgba(22,129,229,.11)}.mbh-dashboard-hero:after{content:"";position:absolute;right:-80px;bottom:-110px;width:260px;height:260px;border-radius:999px;background:rgba(239,198,125,.28)}.mbh-dashboard-hero>*{position:relative;z-index:1}.mbh-dashboard-hero h2{margin:0 0 8px;color:#084c68;font-size:34px}.mbh-dashboard-hero p{margin:0;color:#405b67;max-width:720px}.mbh-dashboard-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.mbh-premium-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mbh-premium-stat{position:relative;overflow:hidden;display:grid;gap:7px;text-decoration:none;background:#fff;border:1px solid var(--mbh-border);border-radius:22px;padding:20px;box-shadow:0 14px 34px rgba(9,19,23,.06);transition:.2s}.mbh-premium-stat:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(22,129,229,.13)}.mbh-premium-stat span{color:#405b67;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.03em}.mbh-premium-stat strong{font-size:38px;line-height:1;color:#084c68}.mbh-premium-stat small{color:#64748b}.mbh-premium-stat.is-primary{background:linear-gradient(135deg,#1681e5,#0d6fc9);border-color:transparent}.mbh-premium-stat.is-primary span,.mbh-premium-stat.is-primary strong,.mbh-premium-stat.is-primary small{color:#fff}.mbh-dashboard-columns{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.mbh-dashboard-main,.mbh-dashboard-side{display:grid;gap:18px}.mbh-panel-card{background:#fff;border:1px solid var(--mbh-border);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(9,19,23,.06)}.mbh-panel-card h3{margin:0 0 8px;color:#084c68}.mbh-panel-card p{margin:0 0 12px}.mbh-panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.mbh-link-action{font-weight:900;color:var(--mbh-blue);text-decoration:none;white-space:nowrap}.mbh-link-action:hover{text-decoration:underline}.mbh-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mbh-mini-grid>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.mbh-mini-grid strong{display:block;color:#084c68;font-size:23px}.mbh-mini-grid span{display:block;color:#64748b;font-size:13px;margin-top:4px}.mbh-score-card{background:linear-gradient(135deg,#fff,#f8fcff)}.mbh-score-badge{min-width:74px;height:74px;border-radius:22px;background:#084c68;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;box-shadow:0 14px 30px rgba(8,76,104,.22)}.mbh-compact-list{display:grid;gap:10px}.mbh-compact-item{display:grid;grid-template-columns:1fr auto;gap:4px 12px;text-decoration:none;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;transition:.2s}.mbh-compact-item:hover{border-color:rgba(22,129,229,.45);background:#f8fcff}.mbh-compact-item strong{color:#111827}.mbh-compact-item span{color:#64748b;font-size:14px}.mbh-compact-item em{grid-row:1/3;grid-column:2;font-style:normal;align-self:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:6px 10px;font-size:12px;font-weight:900}.mbh-empty-state{padding:18px;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;background:#f8fafc;text-align:center}.mbh-plan-status{display:inline-flex;border-radius:999px;padding:6px 12px;font-weight:900;font-size:13px;margin-bottom:10px}.mbh-plan-status.is-active{background:#dcfce7;color:#166534}.mbh-plan-status.is-inactive{background:#fee2e2;color:#991b1b}.mbh-check-list{display:grid;gap:9px}.mbh-check-list div{display:flex;gap:9px;align-items:center;padding:10px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}.mbh-check-list span{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900}.mbh-check-list .ok span{background:#dcfce7;color:#166534}.mbh-check-list .warn span{background:#fef3c7;color:#92400e}.mbh-check-list strong{font-size:14px;color:#334155}.mbh-side-actions{display:grid;gap:9px}.mbh-side-actions a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;font-weight:800}.mbh-side-actions a:after{content:"›";font-size:20px;color:#1681e5}.mbh-side-actions a:hover{background:#eef7ff;border-color:rgba(22,129,229,.35)}.mbh-profile-mini{display:grid;gap:10px;margin:12px 0 16px}.mbh-profile-mini div{display:grid;gap:3px;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb}.mbh-profile-mini span{color:#64748b;font-size:13px}.mbh-profile-mini strong{color:#0f172a}@media(max-width:1024px){.mbh-premium-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.mbh-dashboard-columns{grid-template-columns:1fr}.mbh-dashboard-hero{align-items:flex-start;flex-direction:column}.mbh-dashboard-hero-actions{justify-content:flex-start}.mbh-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mbh-dashboard-hero{padding:22px;border-radius:20px}.mbh-dashboard-hero h2{font-size:27px}.mbh-premium-stats{grid-template-columns:1fr}.mbh-premium-stat strong{font-size:34px}.mbh-panel-title-row{display:grid}.mbh-mini-grid{grid-template-columns:1fr}.mbh-compact-item{grid-template-columns:1fr}.mbh-compact-item em{grid-column:auto;grid-row:auto;justify-self:start}.mbh-dashboard-hero-actions .mbh-btn{width:100%}}.mbh-pedido-fotos{margin-top:14px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08)}.mbh-pedido-fotos h3{margin:0 0 10px;font-size:15px;color:#084c68}.mbh-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px, 1fr));gap:10px}.mbh-photo-item{display:block;border-radius:14px;overflow:hidden;background:#f5f7fa;border:1px solid rgba(0,0,0,.08);aspect-ratio:1/1}.mbh-photo-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s ease}.mbh-photo-item:hover img{transform:scale(1.04)}.mbh-form input[type=file]{padding:12px;background:#fff;border:1px dashed rgba(8,76,104,.35);border-radius:12px;width:100%}.mbh-geo-box{border:1px solid rgba(22,129,229,.18);background:#f8fbff;border-radius:16px;padding:16px;margin:16px 0}.mbh-geo-box strong{display:block;color:#084c68;margin-bottom:4px}.mbh-geo-status{display:inline-block;margin-left:10px;margin-top:8px}.mbh-btn[disabled]{opacity:.65;cursor:not-allowed}@media(max-width:768px){.mbh-geo-status{display:block;margin-left:0}}.mbh-tabs-notificacoes .mbh-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:800;margin-left:6px}.mbh-tabs-notificacoes .mbh-tab-badge-unread{background:#fee2e2;color:#991b1b}.mbh-notification-meta{display:flex;gap:8px;flex-wrap:wrap;color:#64748b;margin-top:8px}.mbh-notification-actions .mbh-btn:first-child{white-space:nowrap}.mbh-geo-confirm{margin-top:12px;padding:12px 14px;border:1px solid rgba(22,129,229,.25);background:rgba(22,129,229,.07);border-radius:12px}.mbh-geo-confirm strong{display:block;margin-bottom:6px;color:#084c68}.mbh-geo-confirm p{margin:0 0 6px}.mbh-geo-confirm small{display:block;color:#5c6b73;line-height:1.4}.mbh-geo-coords{margin-top:4px;font-size:11px}.mbh-prof-auto-location{border:1px solid rgba(2,137,255,.18);background:linear-gradient(135deg,rgba(2,137,255,.08),rgba(255,255,255,.96))}.mbh-location-mode{display:grid;gap:10px;margin:10px 0 12px}.mbh-location-mode .mbh-check{display:flex;gap:8px;align-items:center;padding:10px 12px;border:1px solid rgba(2,137,255,.18);border-radius:14px;background:#fff}body.mbh-clean-page .mbh-topbar,body.mbh-clean-template .mbh-topbar,body.mbh-clean-page .mbh-phone,body.mbh-clean-template .mbh-phone,body.mbh-clean-page .mbh-site-footer,body.mbh-clean-template .mbh-site-footer,body.mbh-clean-page footer,body.mbh-clean-template footer,body.mbh-clean-page .site-footer,body.mbh-clean-template .site-footer,body.mbh-clean-page .elementor-location-footer,body.mbh-clean-template .elementor-location-footer,body.mbh-clean-page .elementor-location-header .mbh-phone,body.mbh-clean-template .elementor-location-header .mbh-phone{display:none!important}.mbh-tabs-notificacoes .mbh-tab-count-soft{margin-left:6px;color:#64748b;font-size:12px;font-weight:800}.mbh-tabs-notificacoes a.is-active .mbh-tab-count-soft{color:rgba(255,255,255,.9)}.mbh-op-tabs a span.mbh-op-new-badge{background:#dc2626!important;color:#fff!important;min-width:24px;text-align:center;font-weight:900;box-shadow:0 6px 14px rgba(220,38,38,.24)}.mbh-op-tabs a.is-active span.mbh-op-new-badge{background:#fff!important;color:#dc2626!important}.mbh-support-widget{position:fixed;right:18px;bottom:18px;z-index:99999;font-family:inherit}.mbh-support-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:68px;height:68px;border:4px solid rgba(255,255,255,.96);border-radius:999px;padding:0 20px;background:linear-gradient(135deg,#00b7ff 0%,#0d6efd 42%,#0047ff 100%);color:#fff;font-weight:950;letter-spacing:.01em;box-shadow:0 20px 44px rgba(13,110,253,.34),0 8px 18px rgba(0,71,255,.22),inset 0 1px 0 rgba(255,255,255,.24);cursor:pointer;transform:translateZ(0);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mbh-support-toggle:hover,.mbh-support-toggle:focus-visible{filter:saturate(1.08) brightness(1.03);transform:translateY(-2px) scale(1.015);box-shadow:0 24px 52px rgba(13,110,253,.42),0 10px 24px rgba(0,71,255,.28),inset 0 1px 0 rgba(255,255,255,.28);outline:none}.mbh-support-toggle:active{transform:translateY(0) scale(.98)}.mbh-support-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;line-height:1}.mbh-support-icon svg{display:block;width:32px;height:32px;filter:drop-shadow(0 2px 3px rgba(0,0,0,.14))}.mbh-support-badge{position:absolute;top:-7px;right:-6px;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;border:3px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px rgba(239,68,68,.28)}.mbh-support-widget.has-pending .mbh-support-toggle:after{content:"";position:absolute;inset:-10px;border-radius:999px;border:2px solid rgba(13,110,253,.24);animation:mbhSupportPulse 1.9s ease-out infinite;pointer-events:none}@keyframes mbhSupportPulse{0%{opacity:.7;transform:scale(.88)}70%{opacity:0;transform:scale(1.22)}100%{opacity:0;transform:scale(1.22)}}.mbh-support-panel{position:absolute;right:0;bottom:82px;width:min(350px, calc(100vw - 36px));background:rgba(255,255,255,.96);border:1px solid rgba(13,110,253,.14);border-radius:24px;padding:20px;box-shadow:0 26px 70px rgba(15,23,42,.25);color:#0f172a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mbh-support-panel strong{display:block;font-size:20px;line-height:1.2;margin-bottom:8px;color:#0f172a}.mbh-support-panel p{margin:0 0 16px;color:#64748b;font-size:15px;line-height:1.4}.mbh-support-option{display:flex;align-items:center;gap:12px;padding:14px 15px;margin-top:10px;border-radius:18px;background:#fff;color:#0f172a;text-decoration:none;font-weight:900;border:1px solid rgba(13,110,253,.12);box-shadow:0 6px 16px rgba(15,23,42,.05)}.mbh-support-option:hover{background:#eef6ff;text-decoration:none;border-color:rgba(13,110,253,.24)}.mbh-support-option-icon{width:28px;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.mbh-support-whatsapp .mbh-support-option-icon{filter:saturate(1.15)}.mbh-support-arrow{margin-left:auto;font-size:26px;line-height:1;color:#2563eb}@media (max-width:640px){.mbh-support-widget{right:18px;bottom:18px}.mbh-support-toggle{width:70px;height:70px;min-width:70px;padding:0;border-width:4px}.mbh-support-label{display:none}.mbh-support-icon{width:38px;height:38px}.mbh-support-icon svg{width:36px;height:36px}.mbh-support-panel{bottom:84px;right:-4px}}.mbh-shell *,.mbh-shell *:before,.mbh-shell *:after{box-sizing:border-box}.mbh-box,.mbh-card,.mbh-login-panel,.mbh-op-filtros,.mbh-tabs,.mbh-notification{max-width:100%}.mbh-oportunidades-page{overflow:hidden}.mbh-op-tabs{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:stretch}.mbh-op-tabs a{width:100%;min-width:0;max-width:100%;padding:12px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;line-height:1.15}.mbh-op-tabs a span,.mbh-tab-badge,.mbh-tab-count-soft{flex:0 0 auto;min-width:24px;text-align:center}.mbh-op-tabs a.is-active{box-shadow:none}.mbh-op-filtros{width:100%;overflow:hidden}.mbh-op-filtros select,.mbh-op-filtros input,.mbh-op-filtros button,.mbh-op-filtros .mbh-btn{max-width:100%}.mbh-tabs-notificacoes{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mbh-tabs-notificacoes a{width:100%;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:12px;padding-right:12px}.mbh-notification-actions .mbh-btn,.mbh-actions-row .mbh-btn,.mbh-btn{max-width:100%}@media(max-width:760px){.mbh-op-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0}.mbh-op-tabs a{min-height:48px;padding:12px 8px;border-radius:999px}.mbh-tabs-notificacoes{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mbh-tabs-notificacoes a{min-height:46px;padding:10px 8px;font-size:14px}.mbh-op-filtros{grid-template-columns:1fr!important;padding:14px;margin-left:0;margin-right:0}.mbh-op-filtros .mbh-btn,.mbh-op-filtros button{width:100%}.mbh-support-widget{right:18px;bottom:74px}.mbh-main{overflow-x:hidden}}@media(max-width:380px){.mbh-op-tabs a,.mbh-tabs-notificacoes a{font-size:13px;padding-left:6px;padding-right:6px}.mbh-op-tabs a span,.mbh-tab-badge,.mbh-tab-count-soft{min-width:22px;padding-left:6px!important;padding-right:6px!important;font-size:11px!important}}.mbh-plan-current{border-color:rgba(22,163,74,.35)!important;background:linear-gradient(135deg,#fff,#f0fdf4)!important}.mbh-plan-upgrade{border-color:rgba(22,129,229,.38)!important;background:linear-gradient(135deg,#fff,#eef7ff)!important}.mbh-plan-upgrade-pendente{border-color:rgba(245,158,11,.38)!important;background:linear-gradient(135deg,#fff,#fffbeb)!important}.mbh-plan-blocked{opacity:.72;background:#f8fafc!important}.mbh-plan-blocked .mbh-price{color:#64748b!important}.mbh-btn[disabled],button.mbh-btn[disabled]{cursor:not-allowed!important;opacity:.7!important;transform:none!important;box-shadow:none!important}.mbh-tracking-card{border-left:4px solid var(--mbh-blue)}.mbh-tracking-grid{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:8px}.mbh-tracking-grid span{display:inline-flex;align-items:center;gap:4px}.mbh-compact-item small{display:block;margin-top:4px;color:var(--mbh-muted);font-style:normal}.mbh-status-a_caminho{background:#dbeafe;color:#1d4ed8}.mbh-status-no_local{background:#e0f2fe;color:#0369a1}.mbh-service-flow{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 10px}.mbh-flow-step{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.mbh-flow-step.is-done{background:#dcfce7;color:#166534;border-color:#bbf7d0}.mbh-flow-step.is-current{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mbh-status-servico-form{margin-top:10px}.mbh-status-servico-form .mbh-btn{max-width:100%;white-space:normal;text-align:center}@media(max-width:560px){.mbh-service-flow{gap:5px}.mbh-flow-step{font-size:11px;padding:5px 8px}.mbh-status-servico-form{display:grid;grid-template-columns:1fr}.mbh-status-servico-form .mbh-btn{width:100%}}.mbh-conclusion-reminder{margin:14px 0}.mbh-conclusion-reminder p{margin:6px 0 12px}.mbh-reminder-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.mbh-reminder-actions .mbh-inline-form{margin:0}@media (max-width:520px){.mbh-reminder-actions,.mbh-reminder-actions .mbh-inline-form,.mbh-reminder-actions .mbh-btn{width:100%}}.mbh-confirmacao-cliente .mbh-actions{gap:8px;align-items:stretch}.mbh-confirmacao-cliente .mbh-inline-form{margin:0}.mbh-confirmacao-cliente .mbh-btn{width:100%;white-space:normal;text-align:center}.mbh-confirmacao-cliente p{margin:8px 0 12px}@media(max-width:600px){.mbh-confirmacao-cliente .mbh-actions{display:grid;grid-template-columns:1fr}.mbh-confirmacao-cliente .mbh-btn{justify-content:center}}.mbh-profile-page{max-width:980px}.mbh-profile-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px, 1fr));gap:12px;margin:18px 0 22px}.mbh-profile-summary-card{border:1px solid rgba(8,76,104,.1);background:linear-gradient(135deg,#fff,#f8fcff);border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(9,19,23,.045)}.mbh-profile-summary-card span,.mbh-profile-card-kicker,.mbh-plan-summary-line span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;margin-bottom:4px}.mbh-profile-summary-card strong{display:block;color:#084c68;font-size:16px;line-height:1.25}.mbh-profile-location-card,.mbh-profile-categories-card{border-radius:20px;padding:18px;background:linear-gradient(135deg,#f8fbff,#fff)}.mbh-profile-location-card .mbh-grid-2,.mbh-profile-categories-card .mbh-check-grid{gap:12px}.mbh-profile-categories-card .mbh-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px, 1fr));margin-top:8px}.mbh-profile-categories-card .mbh-check,.mbh-location-mode .mbh-check{min-height:46px;align-items:center;line-height:1.25}.mbh-profile-categories-card input[type=checkbox],.mbh-location-mode input[type=radio]{width:18px;height:18px;flex:0 0 auto}.mbh-identidade-card,.mbh-plano-resumo-card{margin-top:22px;border-radius:24px;padding:24px;background:linear-gradient(135deg,#fff,#fbfdff)}.mbh-profile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.mbh-profile-card-head h3{margin:0;color:#084c68;font-size:26px;line-height:1.15}.mbh-profile-progress-head{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#0f172a;margin:8px 0 8px}.mbh-profile-progress-head span{color:#64748b;font-size:13px;font-weight:800;white-space:nowrap}.mbh-profile-progress-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:8px 0 14px}.mbh-profile-progress-bar div{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:999px}.mbh-profile-checklist{display:grid;gap:10px;margin:14px 0}.mbh-profile-checklist>div{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(9,19,23,.035)}.mbh-profile-checklist span{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 26px}.mbh-profile-checklist .is-ok span{background:#dcfce7;color:#166534}.mbh-profile-checklist .is-pending span{background:#f1f5f9;color:#64748b}.mbh-profile-checklist strong{color:#24343b;font-size:15px}.mbh-identity-status-box{margin-top:16px;padding:16px}.mbh-identity-upload-form{margin-top:16px}.mbh-plan-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;white-space:nowrap}.mbh-plan-chip.is-active{background:#dcfce7;color:#166534}.mbh-plan-chip.is-inactive{background:#f1f5f9;color:#475569}.mbh-plan-summary-line{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:12px;margin:12px 0}.mbh-plan-summary-line>div{border:1px solid #e5e7eb;background:#f8fafc;border-radius:16px;padding:14px}.mbh-plan-summary-line strong{display:block;color:#084c68;font-size:22px;line-height:1.1}@media (max-width:640px){.mbh-profile-page{padding:20px}.mbh-profile-card-head,.mbh-profile-progress-head{display:grid}.mbh-profile-card-head h3{font-size:23px}.mbh-plan-summary-line{grid-template-columns:1fr}.mbh-profile-categories-card .mbh-check-grid{grid-template-columns:1fr}.mbh-identidade-card,.mbh-plano-resumo-card{padding:20px}}.mbh-status-sync{position:relative;transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.mbh-status-sync.is-updating{opacity:.72;transform:translateY(1px)}.mbh-status-sync.was-updated{animation:mbhStatusPulse .9s ease-out}.mbh-sync-meta{display:inline-flex;align-items:center;gap:7px;margin-top:8px;padding:5px 9px;border-radius:999px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:700}.mbh-sync-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;display:inline-block;box-shadow:0 0 0 3px rgba(34,197,94,.14)}.mbh-sync-meta.is-loading .mbh-sync-dot{background:#1681e5;animation:mbhSyncBlink .8s ease-in-out infinite}.mbh-sync-meta.is-loading .mbh-sync-text{color:#1681e5}@keyframes mbhStatusPulse{0%{box-shadow:0 0 0 0 rgba(22,129,229,.25)}100%{box-shadow:0 0 0 12px rgba(22,129,229,0)}}@keyframes mbhSyncBlink{0%,100%{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.mbh-ocorrencia-details{margin-top:8px;width:100%}.mbh-ocorrencia-details>summary{list-style:none;cursor:pointer;display:inline-flex}.mbh-ocorrencia-details>summary::-webkit-details-marker{display:none}.mbh-ocorrencia-form{margin-top:12px;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc;display:grid;gap:10px}.mbh-ocorrencia-form label{font-weight:800;color:#24343b}.mbh-ocorrencia-form select,.mbh-ocorrencia-form textarea,.mbh-ocorrencia-form input[type=file]{width:100%;box-sizing:border-box}.mbh-ocorrencia-form textarea{resize:vertical;min-height:92px}.mbh-ocorrencia-list{margin-top:12px;display:grid;gap:10px}.mbh-ocorrencia-mini{padding:12px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.mbh-ocorrencia-mini strong{display:block;color:#9a3412;margin-bottom:4px}.mbh-ocorrencia-cliente-box{margin-top:14px;border:1px solid #fed7aa;background:#fff7ed}.mbh-ocorrencia-cliente-card{margin-top:12px;padding:14px;border-radius:16px;background:#fff;border:1px solid #f3d2ad;box-shadow:0 10px 24px rgba(124,45,18,.06)}.mbh-ocorrencia-timeline{display:grid;gap:10px;margin:12px 0}.mbh-ocorrencia-msg{padding:12px;border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc}.mbh-ocorrencia-msg.is-admin{background:#eff6ff;border-color:#bfdbfe}.mbh-ocorrencia-msg.is-cliente{background:#f9fafb;border-color:#e5e7eb}.mbh-ocorrencia-msg-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:6px;color:#0f172a}.mbh-ocorrencia-msg-head small{color:#64748b;font-size:.82rem}.mbh-ocorrencia-msg p{margin:0;color:#334155;line-height:1.45}.mbh-ocorrencia-anexos{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.mbh-ocorrencia-anexos img{width:88px;height:70px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.mbh-ocorrencia-cliente-resposta{display:grid;gap:10px;margin-top:12px}.mbh-ocorrencia-cliente-resposta textarea{width:100%;box-sizing:border-box;border-radius:14px;border:1px solid #d1d5db;padding:12px;resize:vertical;min-height:84px}@media (max-width:640px){.mbh-ocorrencia-msg-head{display:block}.mbh-ocorrencia-anexos img{width:74px;height:58px}}.mbh-hero-kicker-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.mbh-hero-kicker-row .mbh-kicker{margin-bottom:0}.mbh-verified-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 12px;background:#ecfdf3;border:1px solid #86efac;color:#15803d;font-size:13px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(22,163,74,.08)}.mbh-profissional-nome-cliente{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mbh-verified-pill-client{border:0;cursor:pointer;padding:6px 10px;font-size:12px;box-shadow:none}.mbh-verified-pill-client:hover,.mbh-verified-pill-client:focus{filter:brightness(.98);outline:2px solid rgba(22,163,74,.18);outline-offset:2px}.mbh-termo-aceite-box{margin:18px 0;padding:14px;border:1px solid #dbeafe;background:#f8fafc;border-radius:16px}.mbh-termo-check{align-items:flex-start;gap:10px}.mbh-link-button{border:0;background:0 0;padding:0;margin:0;color:#1681e5;font:inherit;font-weight:900;text-decoration:underline;cursor:pointer}.mbh-link-button:hover{color:#084c68}.mbh-termo-modal{display:none;position:fixed;inset:0;z-index:99999}.mbh-termo-modal.is-open{display:block}.mbh-termo-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(2px)}.mbh-termo-dialog{position:relative;width:min(900px,calc(100% - 28px));max-height:86vh;margin:7vh auto;background:#fff;border-radius:22px;box-shadow:0 26px 70px rgba(15,23,42,.28);overflow:hidden;display:flex;flex-direction:column}.mbh-termo-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.mbh-termo-head h3{margin:0;color:#084c68;font-size:20px}.mbh-termo-close{width:36px;height:36px;border:0;border-radius:999px;background:#e5e7eb;color:#0f172a;font-size:26px;line-height:1;cursor:pointer}.mbh-termo-close:hover{background:#d1d5db}.mbh-termo-content{padding:20px 24px;overflow:auto;color:#334155;line-height:1.55}.mbh-termo-content h3{margin:0 0 10px;color:#084c68}.mbh-termo-content h4{margin:18px 0 6px;color:#0f172a;font-size:16px}.mbh-termo-content p{margin:0 0 10px}.mbh-termo-actions{padding:14px 22px;border-top:1px solid #e5e7eb;background:#fff;text-align:right}.mbh-termo-modal-open{overflow:hidden}@media(max-width:640px){.mbh-termo-dialog{width:calc(100% - 18px);max-height:90vh;margin:5vh auto;border-radius:18px}.mbh-termo-head{padding:15px 16px}.mbh-termo-head h3{font-size:18px}.mbh-termo-content{padding:16px;font-size:14px}.mbh-termo-actions{padding:12px 16px}.mbh-termo-actions .mbh-btn{width:100%}}.mbh-chat-box{border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;padding:14px;margin:14px 0;box-shadow:0 8px 24px rgba(15,23,42,.06)}.mbh-chat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:#0f172a}.mbh-chat-header span{font-size:12px;color:#64748b}.mbh-chat-security{font-size:12px;color:#475569;background:#eef6ff;border:1px solid #cfe7ff;border-radius:12px;padding:9px 10px;margin:8px 0 12px}.mbh-chat-messages{max-height:320px;overflow:auto;background:#fff;border-radius:14px;padding:10px;border:1px solid #e5edf8}.mbh-chat-message{max-width:86%;padding:10px 12px;border-radius:14px;margin:8px 0;word-break:break-word;line-height:1.35}.mbh-chat-message small{display:block;margin-top:4px;font-size:11px;opacity:.75}.mbh-chat-message.is-mine{margin-left:auto;background:#2563eb;color:#fff;border-bottom-right-radius:4px}.mbh-chat-message.is-other{margin-right:auto;background:#f1f5f9;color:#0f172a;border-bottom-left-radius:4px}.mbh-chat-form{display:flex;gap:8px;margin-top:10px;align-items:flex-end}.mbh-chat-form textarea{flex:1;min-height:48px;resize:vertical}.mbh-chat-quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.mbh-chat-quick-btn{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:7px 10px;font-size:12px;cursor:pointer}.mbh-chat-quick-btn:hover{background:#f1f5f9}.mbh-local-preview{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:10px;color:#334155}@media(max-width:640px){.mbh-chat-header{align-items:flex-start;flex-direction:column}.mbh-chat-form{display:block}.mbh-chat-form textarea{width:100%;box-sizing:border-box}.mbh-chat-form button{width:100%;margin-top:8px}.mbh-chat-message{max-width:96%}}.mbh-chat-timeline{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.mbh-chat-step{display:inline-flex;align-items:center;gap:4px;border:1px solid #dbeafe;background:#fff;color:#475569;border-radius:999px;padding:5px 9px;font-size:11px;line-height:1.2;white-space:nowrap}.mbh-chat-step.is-active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:700}.mbh-chat-message small{white-space:normal}.mbh-chat-box .mbh-alert strong{display:inline-block;margin-bottom:3px}.mbh-ocorrencia-form[data-confirm-chat-block="1"] .mbh-field-hint:last-child{display:block;margin-top:8px;color:#64748b}@media(max-width:640px){.mbh-chat-timeline{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}.mbh-chat-step{flex:0 0 auto}}.mbh-shell,.mbh-shell body,.mbh-shell .mbh-main,.mbh-shell .mbh-box,.mbh-shell .mbh-card,.mbh-shell .mbh-inner-box,.mbh-chat-box,.mbh-chat-box *{box-sizing:border-box}.mbh-chat-box{width:100%;max-width:100%;min-width:0;overflow:hidden}.mbh-chat-header,.mbh-chat-security,.mbh-chat-messages,.mbh-chat-message,.mbh-chat-alert,.mbh-chat-box .mbh-alert,.mbh-local-preview{max-width:100%;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:normal}.mbh-chat-header strong,.mbh-chat-header span,.mbh-chat-security,.mbh-chat-message,.mbh-chat-box .mbh-alert,.mbh-chat-box .mbh-muted{white-space:normal}.mbh-chat-timeline{max-width:100%;min-width:0}.mbh-profissional-nome-cliente{max-width:100%;min-width:0;overflow-wrap:break-word;word-break:normal}.mbh-profissional-nome-cliente strong,.mbh-profissional-nome-cliente .mbh-verified-pill-client{flex:0 0 auto}@media(max-width:640px){.mbh-inner-box{padding:12px!important;overflow:hidden}.mbh-chat-box{margin:12px 0;padding:12px;border-radius:14px}.mbh-chat-header{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.mbh-chat-header strong{font-size:16px;line-height:1.25}.mbh-chat-timeline{display:flex;flex-wrap:wrap;overflow-x:visible;gap:6px;padding-bottom:0}.mbh-chat-step{flex:0 1 auto;max-width:100%;white-space:normal;font-size:11px;padding:5px 8px;line-height:1.2}.mbh-chat-security,.mbh-chat-box .mbh-alert,.mbh-chat-messages{width:100%;font-size:13px;line-height:1.45}.mbh-chat-messages{padding:9px;max-height:300px}.mbh-chat-message{max-width:100%;font-size:14px}.mbh-chat-form{display:grid;grid-template-columns:1fr;gap:8px}.mbh-chat-form textarea,.mbh-chat-form button{width:100%;max-width:100%}.mbh-chat-quick{display:grid;grid-template-columns:1fr;gap:6px}.mbh-chat-quick-btn{width:100%;justify-content:center;white-space:normal;text-align:center}.mbh-profissional-nome-cliente{display:flex;align-items:flex-start;gap:6px;line-height:1.35}.mbh-profissional-nome-cliente .mbh-verified-pill-client{padding:5px 8px;font-size:11px;margin-top:2px}}.mbh-service-card{overflow:hidden}.mbh-service-card.has-unread-chat{border-color:#2f80ed;box-shadow:0 10px 28px rgba(47,128,237,.14)}.mbh-card-toggle{width:100%;border:0;background:0 0;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;color:inherit;font:inherit}.mbh-card-toggle:focus-visible{outline:2px solid #2f80ed;outline-offset:4px;border-radius:12px}.mbh-card-title-wrap{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.mbh-card-title-wrap strong{overflow-wrap:anywhere;line-height:1.25}.mbh-card-subtitle{color:#64748b;font-size:13px;line-height:1.35}.mbh-card-badges{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;flex:0 1 auto;min-width:0}.mbh-chat-unread-badge,.mbh-mini-badge,.mbh-toggle-label{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;line-height:1.1;white-space:nowrap}.mbh-chat-unread-badge{background:#2f80ed;color:#fff;box-shadow:0 4px 12px rgba(47,128,237,.24)}.mbh-mini-badge{background:#eef2ff;color:#334155}.mbh-mini-badge-warning{background:#fff7ed;color:#9a3412}.mbh-toggle-label{background:#f1f5f9;color:#475569;font-weight:600}.mbh-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#f8fafc;color:#475569;font-size:17px;line-height:1;transition:transform .2s ease}.mbh-service-card.is-open .mbh-toggle-icon{transform:rotate(180deg)}.mbh-service-card-body{margin-top:12px;overflow:hidden;transition:max-height .26s ease,opacity .2s ease,margin-top .2s ease}.mbh-service-card.is-collapsed .mbh-service-card-body{max-height:0!important;opacity:0;margin-top:0;pointer-events:none}.mbh-service-card.is-open .mbh-service-card-body{max-height:5000px;opacity:1}@media(max-width:640px){.mbh-card-toggle{flex-direction:column;align-items:stretch;gap:8px}.mbh-card-badges{justify-content:flex-start;gap:5px}.mbh-card-subtitle{font-size:12px}.mbh-chat-unread-badge,.mbh-mini-badge,.mbh-toggle-label{font-size:11px;padding:5px 8px}.mbh-toggle-icon{width:24px;height:24px}}.mbh-chat-quick-btn{touch-action:manipulation}.mbh-chat-quick:before{content:'Mensagens rápidas';display:block;flex-basis:100%;font-size:11px;font-weight:700;color:#64748b;margin-bottom:2px;text-transform:uppercase;letter-spacing:.02em}.mbh-chat-upload-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:8px}.mbh-chat-file-label{display:inline-flex;align-items:center;gap:6px;border:1px dashed #93c5fd;background:#eff6ff;color:#1d4ed8;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}.mbh-chat-file-label input{display:none}.mbh-chat-upload-row select{height:36px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:12px;padding:0 8px;max-width:100%}.mbh-chat-attachment{display:block;margin-top:8px;text-decoration:none!important;color:inherit;max-width:100%}.mbh-chat-image img{display:block;max-width:220px;width:100%;height:auto;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff}.mbh-chat-image span,.mbh-chat-file span{display:block;margin-top:4px;font-size:11px;opacity:.8}.mbh-chat-file{border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.72);border-radius:12px;padding:9px 10px;font-size:13px;word-break:break-word}.mbh-chat-gallery-hint{font-size:12px;color:#64748b;margin-top:6px}@media(max-width:640px){.mbh-chat-upload-row{display:block}.mbh-chat-upload-row select,.mbh-chat-file-label{width:100%;box-sizing:border-box;margin-top:6px;justify-content:center}.mbh-chat-image img{max-width:100%}}.mbh-chat-file-status{display:inline-flex;align-items:center;max-width:100%;margin-left:6px;font-size:12px;line-height:1.25;color:#64748b;word-break:break-word}.mbh-chat-file-status.is-ok{color:#15803d;font-weight:700}.mbh-chat-file-status.is-error{color:#b91c1c;font-weight:700}.mbh-chat-upload-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}@media(max-width:640px){.mbh-chat-upload-row{display:flex;flex-direction:column;align-items:stretch;gap:8px}.mbh-chat-file-status{margin-left:0;font-size:12px}.mbh-chat-upload-row select,.mbh-chat-file-label{width:100%;box-sizing:border-box}}.mbh-chat-modal-entry{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 0}.mbh-chat-open-btn{position:relative;display:inline-flex!important;align-items:center;gap:6px;justify-content:center}.mbh-chat-btn-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:#1d4ed8;font-size:11px;font-weight:800;line-height:1}.mbh-chat-inline-unread{margin-left:2px}.mbh-chat-modal{display:none;position:fixed;inset:0;z-index:999999;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.mbh-chat-modal.is-open{display:flex}.mbh-chat-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(2px)}.mbh-chat-modal-panel{position:relative;z-index:1;width:min(980px,100%);height:min(86vh,760px);background:#fff;border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.32);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.35)}.mbh-chat-modal-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#0f5fd7,#2563eb);color:#fff;flex:0 0 auto}.mbh-chat-modal-topbar strong{display:block;font-size:16px;line-height:1.2}.mbh-chat-modal-topbar span{display:block;font-size:12px;opacity:.88;margin-top:2px}.mbh-chat-modal-close{width:36px;height:36px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.mbh-chat-modal-close:hover{background:rgba(255,255,255,.24)}.mbh-chat-modal-content{flex:1;min-height:0;overflow:auto;background:#f8fafc;padding:14px;box-sizing:border-box}.mbh-chat-modal .mbh-chat-box{margin:0;min-height:100%;display:flex;flex-direction:column;box-shadow:none;border-radius:16px;background:#fff}.mbh-chat-modal .mbh-chat-messages{max-height:none;flex:1;min-height:220px;overflow:auto}.mbh-chat-modal .mbh-chat-form{position:sticky;bottom:0;background:#fff;padding-top:10px;border-top:1px solid #e5edf8;z-index:2}.mbh-chat-modal-open{overflow:hidden!important}@media(max-width:760px){.mbh-chat-modal{padding:8px;align-items:stretch;justify-content:stretch}.mbh-chat-modal-panel{width:100%;height:calc(100dvh - 16px);max-height:none;border-radius:18px}.mbh-chat-modal-topbar{padding:12px 14px}.mbh-chat-modal-content{padding:8px}.mbh-chat-modal .mbh-chat-box{border-radius:14px;padding:10px}.mbh-chat-modal .mbh-chat-header{display:none}.mbh-chat-modal .mbh-chat-security{font-size:11px;padding:8px;margin:6px 0 8px}.mbh-chat-modal .mbh-chat-messages{min-height:calc(100dvh - 360px)}.mbh-chat-modal .mbh-chat-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.mbh-chat-modal .mbh-chat-form textarea{width:100%;min-height:58px;max-height:110px;resize:vertical;box-sizing:border-box}.mbh-chat-modal .mbh-chat-form button{width:100%;margin-top:0}}.mbh-chat-modal{position:fixed!important;inset:0!important;z-index:2147483000!important;padding:16px!important;align-items:center!important;justify-content:center!important}.mbh-chat-modal.is-open{display:flex!important}.mbh-chat-modal-backdrop{position:fixed!important;inset:0!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(3px)}.mbh-chat-modal-panel{width:min(980px,calc(100vw - 28px))!important;height:min(92vh,820px)!important;max-height:92vh!important;border-radius:22px!important;display:flex!important;flex-direction:column!important}.mbh-chat-modal-topbar{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;color:#0f172a!important;border-bottom:1px solid #bfdbfe!important;padding:14px 18px!important}.mbh-chat-modal-topbar strong{color:#0f172a!important;font-size:18px!important;font-weight:900!important}.mbh-chat-modal-topbar span{color:#2563eb!important;opacity:1!important;font-weight:700!important;font-size:13px!important}.mbh-chat-modal-close{width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;background:#2563eb!important;color:#fff!important;font-size:30px!important;line-height:1!important;box-shadow:0 8px 20px rgba(37,99,235,.22)!important;touch-action:manipulation}.mbh-chat-modal-close:hover,.mbh-chat-modal-close:focus{background:#1d4ed8!important;outline:2px solid rgba(37,99,235,.2)}.mbh-chat-modal-content{flex:1!important;min-height:0!important;overflow:auto!important;padding:12px!important;background:#f8fafc!important}.mbh-chat-modal .mbh-chat-box{min-height:100%!important;display:flex!important;flex-direction:column!important;padding:14px!important;overflow:hidden!important}.mbh-chat-modal .mbh-chat-messages{flex:1 1 auto!important;min-height:260px!important;max-height:none!important;overflow:auto!important}.mbh-chat-modal .mbh-chat-form{flex:0 0 auto!important;position:sticky!important;bottom:0!important;background:#fff!important;padding:12px 0 0!important;border-top:1px solid #e5edf8!important;z-index:3!important}.mbh-chat-modal .mbh-chat-form textarea{min-height:74px!important;font-size:16px!important;line-height:1.45!important;border-radius:14px!important}@media(max-width:760px){.mbh-chat-modal{padding:0!important;align-items:stretch!important;justify-content:stretch!important}.mbh-chat-modal-panel{width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:0!important}.mbh-chat-modal-topbar{padding:13px 14px!important;min-height:64px!important}.mbh-chat-modal-topbar strong{font-size:17px!important}.mbh-chat-modal-topbar span{font-size:13px!important;color:#1d4ed8!important}.mbh-chat-modal-close{width:44px!important;height:44px!important;min-width:44px!important;font-size:32px!important}.mbh-chat-modal-content{padding:8px!important}.mbh-chat-modal .mbh-chat-box{border-radius:16px!important;padding:10px!important}.mbh-chat-modal .mbh-chat-header{display:none!important}.mbh-chat-modal .mbh-chat-timeline{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:4px!important;margin:2px 0 8px!important;-webkit-overflow-scrolling:touch}.mbh-chat-modal .mbh-chat-step{flex:0 0 auto!important;font-size:11px!important;white-space:nowrap!important}.mbh-chat-modal .mbh-chat-security{font-size:12px!important;line-height:1.35!important;margin:6px 0 8px!important;padding:8px 10px!important}.mbh-chat-modal .mbh-chat-messages{min-height:calc(100dvh - 305px)!important;padding:10px!important}.mbh-chat-modal .mbh-chat-form{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:8px!important;padding-top:10px!important}.mbh-chat-modal .mbh-chat-form textarea{min-height:88px!important;max-height:150px!important;width:100%!important;resize:vertical!important;box-sizing:border-box!important}.mbh-chat-modal .mbh-chat-upload-row{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important}.mbh-chat-modal .mbh-chat-form button{width:100%!important;min-height:46px!important;margin-top:0!important}}.mbh-attendance-assistant{border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:18px;padding:14px;margin:14px 0;box-shadow:0 10px 28px rgba(15,23,42,.06);overflow:hidden}.mbh-attendance-assistant-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.mbh-attendance-assistant-head strong{display:block;font-size:17px;color:#0f172a;font-weight:900;line-height:1.2}.mbh-attendance-assistant-head span{display:block;color:#64748b;font-size:13px;margin-top:3px;font-weight:700}.mbh-attendance-sla{display:flex;flex-direction:column;align-items:flex-end;gap:2px;border-radius:14px;padding:8px 10px;min-width:118px;border:1px solid #e2e8f0;background:#fff}.mbh-attendance-sla span{font-size:11px!important;margin:0!important;text-transform:uppercase;letter-spacing:.02em;color:#64748b}.mbh-attendance-sla strong{font-size:15px!important;color:#0f172a!important;white-space:nowrap}.mbh-attendance-sla.is-ok{border-color:#bbf7d0;background:#f0fdf4}.mbh-attendance-sla.is-ok strong{color:#166534!important}.mbh-attendance-sla.is-warning{border-color:#fde68a;background:#fffbeb}.mbh-attendance-sla.is-warning strong{color:#92400e!important}.mbh-attendance-sla.is-late{border-color:#fecaca;background:#fef2f2}.mbh-attendance-sla.is-late strong{color:#991b1b!important}.mbh-attendance-timeline{display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;padding:4px 0 10px;margin:4px 0 10px;align-items:center}.mbh-attendance-step{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;border:1px solid #e5e7eb;background:#f8fafc;color:#64748b;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap}.mbh-attendance-step.is-done{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.mbh-attendance-step.is-current{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8;box-shadow:0 0 0 4px rgba(37,99,235,.1)}.mbh-attendance-dot{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#fff;border:1px solid currentColor;font-size:11px;line-height:1}.mbh-next-action-card{border-radius:18px;padding:14px;background:#eff6ff;border:1px solid #bfdbfe;margin-top:10px}.mbh-next-action-card>span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#2563eb;margin-bottom:4px}.mbh-next-action-card p{margin:0 0 12px;color:#475569;font-size:14px;line-height:1.35}.mbh-next-action-card .mbh-next-action-form{display:block;margin:0;width:100%}.mbh-next-action-card .mbh-next-action-btn{width:100%;font-size:18px!important;font-weight:900!important;min-height:54px;border-radius:16px!important;box-shadow:0 10px 20px rgba(37,99,235,.18)}.mbh-next-action-card.is-arrive{background:#ecfdf5;border-color:#bbf7d0}.mbh-next-action-card.is-arrive>span{color:#15803d}.mbh-next-action-card.is-arrive .mbh-next-action-btn{background:#16a34a!important}.mbh-next-action-card.is-work{background:#fff7ed;border-color:#fed7aa}.mbh-next-action-card.is-work>span{color:#c2410c}.mbh-next-action-card.is-work .mbh-next-action-btn{background:#f97316!important}.mbh-next-action-card.is-finish{background:#f0fdf4;border-color:#86efac}.mbh-next-action-card.is-finish>span{color:#166534}.mbh-next-action-card.is-finish .mbh-next-action-btn{background:#15803d!important}.mbh-attendance-final-wait{margin-top:10px!important}.mbh-chat-modal .mbh-attendance-timeline{margin:2px 0 8px;padding-bottom:8px}.mbh-chat-modal .mbh-attendance-step{font-size:11px;padding:6px 9px}@media(max-width:560px){.mbh-attendance-assistant{padding:12px;border-radius:16px}.mbh-attendance-assistant-head{display:grid;grid-template-columns:1fr;gap:8px}.mbh-attendance-sla{align-items:flex-start;width:100%;box-sizing:border-box}.mbh-attendance-step{font-size:11px;padding:6px 9px}.mbh-next-action-card .mbh-next-action-btn{font-size:17px!important;min-height:52px}.mbh-attendance-timeline{margin-left:-2px;margin-right:-2px}}.mbh-chat-modal-tabs{display:flex;gap:8px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mbh-chat-modal-tabs button{flex:1 1 0;border:1px solid #dbeafe;background:#fff;color:#334155;border-radius:999px;padding:9px 12px;font-weight:700;cursor:pointer}.mbh-chat-modal-tabs button.is-active{background:#eaf3ff;color:#1d4ed8;border-color:#93c5fd}.mbh-chat-tab-panel{display:none;min-height:0;height:100%}.mbh-chat-tab-panel.is-active{display:flex;flex-direction:column;min-height:0;height:100%}.mbh-chat-conversation-only{display:flex;flex-direction:column;height:100%;min-height:0;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;background:#fff!important}.mbh-chat-statusbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#334155;font-size:13px}.mbh-chat-statusbar span{font-weight:800}.mbh-chat-statusbar small{color:#64748b;font-weight:700}.mbh-chat-conversation-only .mbh-chat-security{margin:8px 12px;padding:8px 10px;font-size:12px;border-radius:10px}.mbh-chat-conversation-only .mbh-chat-alert{margin:8px 12px}.mbh-chat-conversation-only .mbh-chat-messages{flex:1 1 auto;min-height:0;max-height:none!important;overflow:auto;padding:12px;background:#f8fafc}.mbh-chat-conversation-only .mbh-chat-form{flex:0 0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:end;padding:10px;border-top:1px solid #e2e8f0;background:#fff;margin:0}.mbh-chat-conversation-only .mbh-chat-form textarea{grid-column:2;min-height:54px;max-height:120px;resize:vertical;border-radius:16px}.mbh-chat-conversation-only .mbh-chat-upload-row{grid-column:1;grid-row:1;margin:0;align-self:center}.mbh-chat-conversation-only .mbh-chat-form button[type=submit]{grid-column:3;grid-row:1;align-self:center;min-height:44px;border-radius:999px}.mbh-chat-plus{width:42px;height:42px;border-radius:50%!important;display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;font-size:20px!important;overflow:hidden}.mbh-chat-file-status{display:block;position:absolute;left:10px;bottom:56px;max-width:250px;background:#0f172a;color:#fff;padding:5px 8px;border-radius:8px;font-size:11px;opacity:.92}.mbh-chat-file-status:empty{display:none}.mbh-chat-day-separator{display:flex;justify-content:center;margin:10px 0}.mbh-chat-day-separator span{background:#e2e8f0;color:#475569;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.mbh-chat-message.is-system{margin:10px auto;max-width:86%;text-align:center;background:#eef6ff;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:14px;font-size:13px;box-shadow:none}.mbh-chat-message.is-system small{color:#64748b;justify-content:center}.mbh-chat-attachment span{font-weight:700}.mbh-chat-attendance-panel{padding:14px;overflow:auto;height:100%;background:#fff}.mbh-chat-attendance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.mbh-chat-attendance-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px;min-width:0}.mbh-chat-attendance-grid strong{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.mbh-chat-attendance-grid span{display:block;color:#0f172a;font-weight:700;overflow-wrap:anywhere}.mbh-chat-attendance-wide{grid-column:1/-1}.mbh-chat-attendance-panel h4{margin:12px 0 8px}@media(max-width:760px){.mbh-chat-modal-tabs{padding:8px 10px}.mbh-chat-modal-tabs button{padding:8px 10px;font-size:13px}.mbh-chat-conversation-only .mbh-chat-form{grid-template-columns:auto 1fr auto;padding:8px;gap:6px}.mbh-chat-conversation-only .mbh-chat-form textarea{min-height:50px;font-size:14px}.mbh-chat-conversation-only .mbh-chat-form button[type=submit]{padding-left:12px;padding-right:12px}.mbh-chat-plus{width:40px;height:40px}.mbh-chat-attendance-grid{grid-template-columns:1fr}}.mbh-chat-modal .mbh-chat-tab-panel{display:none!important;min-height:0!important;height:100%!important}.mbh-chat-modal .mbh-chat-tab-panel.is-active{display:flex!important;flex-direction:column!important}.mbh-chat-modal .mbh-chat-conversation-only{padding:0!important;border:0!important;border-radius:0!important;min-height:0!important;height:100%!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-messages{min-height:0!important;flex:1 1 auto!important;max-height:none!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form{display:grid!important;grid-template-columns:auto 1fr auto!important;gap:8px!important;align-items:center!important;margin:0!important;padding:10px!important;position:relative!important;bottom:auto!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form textarea{grid-column:2!important;grid-row:1!important;min-height:54px!important;max-height:120px!important;width:100%!important;margin:0!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-upload-row{grid-column:1!important;grid-row:1!important;display:block!important;width:auto!important;margin:0!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form button[type=submit]{grid-column:3!important;grid-row:1!important;width:auto!important;min-height:44px!important;margin:0!important}@media(max-width:760px){.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form{grid-template-columns:auto 1fr auto!important;padding:8px!important;gap:6px!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form textarea{min-height:50px!important;font-size:14px!important}.mbh-chat-modal .mbh-chat-conversation-only .mbh-chat-form button[type=submit]{width:auto!important;min-width:72px!important;padding:0 12px!important}}.mbh-logo{display:inline-flex;align-items:center;text-decoration:none;min-width:0}.mbh-logo .mbh-brand-logo{height:82px;max-width:310px;width:auto;display:block;object-fit:contain}.mbh-brand-block{display:flex;align-items:center}.mbh-brand-logo{max-width:100%;height:auto}.mbh-login-card .mbh-brand-block,.mbh-box .mbh-brand-block{margin-bottom:18px}.mbh-clean-template .mbh-site-header .mbh-logo{flex-shrink:0}@media(max-width:768px){.mbh-logo .mbh-brand-logo{height:72px;max-width:260px}.mbh-site-header-inner{gap:12px}}@media(max-width:420px){.mbh-logo .mbh-brand-logo{height:64px;max-width:230px}}.mbh-chat-gallery-panel{padding:14px;height:100%;overflow:auto;background:#f8fafc}.mbh-chat-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.mbh-chat-gallery-head strong{display:block;font-size:18px;color:#0f172a}.mbh-chat-gallery-head span{display:block;color:#64748b;font-size:13px;margin-top:3px}.mbh-chat-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:12px}.mbh-chat-gallery-item{display:block;border:1px solid #e2e8f0;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:#0f172a;box-shadow:0 8px 18px rgba(15,23,42,.06)}.mbh-chat-gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#e2e8f0}.mbh-chat-gallery-item span,.mbh-chat-gallery-item small{display:block;padding:0 10px}.mbh-chat-gallery-item span{padding-top:9px;font-weight:800;font-size:13px}.mbh-chat-gallery-item small{padding-top:2px;padding-bottom:10px;color:#64748b;font-size:11px}.mbh-chat-gallery-empty{padding:22px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:#64748b}.mbh-chat-gallery-empty strong{display:block;color:#0f172a;margin-bottom:6px}.mbh-chat-gallery-empty p{margin:0}@media(max-width:760px){.mbh-chat-gallery-panel{padding:10px}.mbh-chat-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mbh-chat-gallery-head strong{font-size:16px}}.mbh-support-option{width:100%;border:0;background:#fff;text-align:left;cursor:pointer;font:inherit}.mbh-support-modal[hidden]{display:none!important}.mbh-support-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center}.mbh-support-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}.mbh-support-modal-panel{position:relative;background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.28);width:min(760px,94vw);max-height:92vh;overflow:hidden;display:flex;flex-direction:column}.mbh-support-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #bfdbfe}.mbh-support-modal-head strong{display:block;color:#0f172a;font-size:18px}.mbh-support-modal-head span{display:block;color:#475569;font-size:13px;margin-top:2px}.mbh-support-modal-close{border:0;background:#fff;color:#0f172a;border-radius:999px;width:38px;height:38px;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.12)}.mbh-support-modal-body{padding:16px;overflow:auto}.mbh-support-tabs{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.mbh-support-tabs button{border:1px solid #dbeafe;background:#f8fafc;border-radius:999px;padding:9px 13px;cursor:pointer;font-weight:700;color:#334155}.mbh-support-tabs button.is-active{background:#2563eb;color:#fff;border-color:#2563eb}.mbh-support-tab-panel{display:none}.mbh-support-tab-panel.is-active{display:block}.mbh-support-form label{display:block;font-weight:700;margin:12px 0 6px;color:#334155}.mbh-support-form input,.mbh-support-form select,.mbh-support-form textarea,.mbh-support-reply-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:14px;padding:12px;font-size:15px;background:#fff}.mbh-support-form textarea,.mbh-support-reply-form textarea{resize:vertical}.mbh-support-form-actions{margin-top:14px}.mbh-support-ticket-list{display:grid;gap:10px}.mbh-support-ticket{width:100%;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px;cursor:pointer}.mbh-support-ticket strong{display:block;color:#0f172a}.mbh-support-ticket span{display:block;color:#2563eb;margin-top:2px}.mbh-support-ticket small{display:block;color:#64748b;margin-top:5px}.mbh-support-ticket-head{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px;margin-bottom:12px}.mbh-support-ticket-head strong,.mbh-support-ticket-head span,.mbh-support-ticket-head small{display:block}.mbh-support-messages{display:flex;flex-direction:column;gap:10px;margin:10px 0}.mbh-support-message{max-width:86%;border-radius:16px;padding:10px 12px;border:1px solid #e2e8f0;background:#f8fafc}.mbh-support-message.is-admin{align-self:flex-start;background:#eff6ff;border-color:#bfdbfe}.mbh-support-message.is-user{align-self:flex-end;background:#ecfdf5;border-color:#bbf7d0}.mbh-support-message p{margin:5px 0}.mbh-support-message small{color:#64748b}.mbh-support-reply-form{display:grid;gap:10px;margin-top:12px}.mbh-support-context{margin-bottom:12px}.mbh-modal-open{overflow:hidden}@media(max-width:640px){.mbh-support-modal{align-items:flex-end}.mbh-support-modal-panel{width:100vw;max-width:100vw;height:94vh;max-height:94vh;border-radius:22px 22px 0 0}.mbh-support-modal-body{padding:12px}.mbh-support-message{max-width:94%}.mbh-support-tabs button{flex:1;white-space:nowrap}.mbh-support-toggle .mbh-support-label{font-size:13px}}.mbh-chat-modal-entry-hidden{display:none!important}.mbh-support-inline-link{display:inline-flex;align-items:center;gap:6px;border:0;background:0 0;color:#2563eb;font-weight:800;padding:6px 0;margin:8px 0 0;cursor:pointer;text-decoration:none;font-size:14px}.mbh-support-inline-link:hover,.mbh-support-inline-link:focus{text-decoration:underline;color:#1d4ed8;outline:none}.mbh-support-open-badge{display:inline-flex;margin:8px 8px 0 0}.mbh-support-pedido-select{margin-top:10px;padding:10px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff}.mbh-support-pedido-select[hidden]{display:none!important}.mbh-support-pedido-select small{display:block;margin-top:6px}.mbh-dashboard-side .mbh-panel-card{padding:18px!important}.mbh-panel-card h3,.mbh-card h3{line-height:1.2}@media(max-width:640px){.mbh-dashboard-side .mbh-panel-card{padding:16px!important;margin-bottom:14px!important}.mbh-dashboard-side .mbh-plan-card h3{font-size:26px!important;margin-bottom:12px!important}.mbh-side-actions a{padding:10px 12px!important}.mbh-service-card .mbh-inner-box{padding:14px!important;margin:10px 0!important}.mbh-service-card .mbh-btn{min-height:40px!important}.mbh-card-badges{gap:6px!important}}.mbh-precision-card{border:1px solid rgba(37,99,235,.16);background:linear-gradient(135deg,#f8fbff 0%,#fff 100%)}.mbh-precision-card.is-active{border-color:rgba(34,197,94,.26);background:linear-gradient(135deg,rgba(34,197,94,.08),#fff 72%)}.mbh-precision-card.is-inactive{border-color:rgba(100,116,139,.18)}.mbh-precision-card .mbh-panel-title-row{align-items:flex-start;gap:12px}.mbh-precision-card .mbh-toggle-precision-location{white-space:nowrap}.mbh-location-quality{display:inline-flex;align-items:center;gap:4px}.mbh-location-quality.is-excelente{color:#15803d}.mbh-location-quality.is-boa{color:#b45309}.mbh-location-quality.is-desatualizada{color:#b91c1c}@media(max-width:640px){.mbh-precision-card .mbh-panel-title-row{display:block}.mbh-precision-card .mbh-toggle-precision-location{width:100%;margin-top:10px}}.mbh-service-list{grid-template-columns:1fr!important;gap:16px!important;align-items:stretch}.mbh-service-list .mbh-service-card{width:100%;box-sizing:border-box}.mbh-chat-modal-entry{display:flex!important;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 10px}.mbh-chat-open-btn{box-shadow:0 10px 22px rgba(22,129,229,.18)!important}.mbh-chat-btn-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:#2563eb;font-size:12px;font-weight:900}@media(max-width:760px){.mbh-main:has(.mbh-service-list){padding-left:8px!important;padding-right:8px!important}.mbh-service-list{margin-left:0!important;margin-right:0!important;gap:14px!important}.mbh-service-list .mbh-service-card{padding:16px!important;border-radius:18px!important}.mbh-service-list .mbh-card-toggle{gap:7px!important}.mbh-service-list .mbh-card-title-wrap strong{font-size:18px!important;line-height:1.22!important}.mbh-service-list .mbh-card-subtitle{font-size:13px!important}.mbh-service-list .mbh-card-badges{width:100%;justify-content:flex-start!important}.mbh-service-list .mbh-status,.mbh-service-list .mbh-mini-badge,.mbh-service-list .mbh-toggle-label,.mbh-service-list .mbh-chat-unread-badge{font-size:12px!important;padding:6px 9px!important}.mbh-service-list .mbh-inner-box{padding:13px!important}.mbh-chat-modal-entry .mbh-btn{width:100%;min-height:44px!important}}.mbh-ocorrencia-action{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.mbh-ocorrencia-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:flex-end;justify-content:center;padding:18px;box-sizing:border-box}.mbh-ocorrencia-modal.is-open{display:flex}.mbh-ocorrencia-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(3px)}.mbh-ocorrencia-modal-panel{position:relative;width:min(560px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28);padding:0;box-sizing:border-box}.mbh-ocorrencia-modal-head{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid #dbeafe}.mbh-ocorrencia-modal-head strong{display:block;font-size:1.1rem;color:#0f172a;line-height:1.2}.mbh-ocorrencia-modal-head small{display:block;color:#2563eb;font-weight:800;margin-top:2px}.mbh-ocorrencia-modal-close{width:42px;height:42px;border:0;border-radius:999px;background:#fff;color:#0f172a;font-size:30px;line-height:1;box-shadow:0 8px 24px rgba(15,23,42,.12);cursor:pointer}.mbh-ocorrencia-form-modal{margin:0;border:0;border-radius:0;background:#fff;padding:18px;display:grid;gap:12px}.mbh-ocorrencia-form-modal select,.mbh-ocorrencia-form-modal textarea,.mbh-ocorrencia-form-modal input[type=file]{font-size:16px;min-height:46px;border-radius:14px;border:1px solid #cbd5e1;padding:10px 12px;background:#fff;max-width:100%}.mbh-ocorrencia-form-modal textarea{min-height:126px;line-height:1.45}.mbh-ocorrencia-modal-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.mbh-ocorrencia-modal-actions .mbh-btn{flex:1 1 160px;justify-content:center;text-align:center}.mbh-modal-lock{overflow:hidden!important}@media (min-width:720px){.mbh-ocorrencia-modal{align-items:center}.mbh-ocorrencia-modal-panel{max-height:86vh}}@media (max-width:640px){.mbh-ocorrencia-modal{padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));align-items:flex-end}.mbh-ocorrencia-modal-panel{width:100%;max-height:calc(100vh - 20px);border-radius:22px 22px 18px 18px}.mbh-ocorrencia-form-modal{padding:16px}.mbh-ocorrencia-modal-head{padding:14px 16px}.mbh-ocorrencia-open{width:auto;max-width:100%;white-space:normal}}.mbh-support-modal.is-pedido-context .mbh-support-categoria-field,.mbh-support-modal.is-pedido-context .mbh-support-assunto-field{display:none!important}.mbh-support-modal.is-pedido-context .mbh-support-context{font-weight:700;line-height:1.45}.mbh-support-modal.is-pedido-context .mbh-support-form textarea{min-height:150px}.mbh-chat-sync-meta,.mbh-ocorrencia-sync-meta{display:none;font-size:11px;color:#64748b;text-align:right;margin:5px 4px 0;min-height:16px}.mbh-chat-sync-meta.is-error,.mbh-ocorrencia-sync-meta.is-error{display:block;color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:6px 8px;text-align:left}.mbh-chat-box.was-updated .mbh-chat-messages,.mbh-ocorrencia-cliente-card.was-updated .mbh-ocorrencia-timeline{box-shadow:0 0 0 2px rgba(37,99,235,.12) inset}.mbh-support-status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:3px 9px;font-weight:800;font-size:12px;line-height:1.2;vertical-align:middle}.mbh-support-status-pill.is-open{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.mbh-support-status-pill.is-resolved{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.mbh-support-ticket-notice{display:block;margin-top:7px;font-style:normal;font-weight:800;color:#2563eb;font-size:13px}.mbh-support-ticket .mbh-support-ticket-notice{color:#2563eb}.mbh-support-ticket-head .mbh-support-ticket-notice{margin-top:8px}.mbh-alert.mbh-attendance-final-wait{box-sizing:border-box;overflow:hidden}.mbh-attendance-final-wait .mbh-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important;width:100%!important;box-sizing:border-box!important}.mbh-attendance-final-wait .mbh-actions .mbh-inline-form,.mbh-attendance-final-wait .mbh-actions .mbh-btn,.mbh-attendance-final-wait .mbh-actions .mbh-ajuste-atendimento{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.mbh-attendance-final-wait .mbh-actions .mbh-btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;text-align:center!important;white-space:normal!important;line-height:1.15!important;border-radius:14px!important;margin:0!important}.mbh-ajuste-open{cursor:pointer!important;background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}.mbh-ajuste-modal{display:none!important;position:fixed!important;inset:0!important;z-index:999999!important;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important}.mbh-ajuste-toggle:checked~.mbh-ajuste-modal{display:flex!important}.mbh-ajuste-backdrop{position:absolute!important;inset:0!important;background:rgba(15,23,42,.58)!important;backdrop-filter:blur(2px);cursor:pointer!important}.mbh-ajuste-modal-card{position:relative!important;z-index:2!important;width:min(440px,94vw)!important;max-height:88vh!important;overflow:auto!important;background:#fff!important;border-radius:20px!important;padding:20px!important;box-shadow:0 24px 70px rgba(15,23,42,.3)!important;border:1px solid #e2e8f0!important;box-sizing:border-box!important;color:#0f172a!important}.mbh-ajuste-modal-card h3{margin:0 34px 6px 0!important;font-size:20px!important;line-height:1.2!important;font-weight:900!important;color:#0f172a!important}.mbh-ajuste-modal-card p{margin:0 0 14px!important;color:#64748b!important;font-size:14px!important;line-height:1.35!important}.mbh-ajuste-close{position:absolute!important;right:14px!important;top:12px!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#f1f5f9!important;color:#0f172a!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important}.mbh-ajuste-form{display:grid!important;gap:10px!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.mbh-ajuste-form label{display:flex!important;align-items:flex-start!important;gap:10px!important;width:100%!important;padding:12px!important;border:1px solid #e2e8f0!important;border-radius:14px!important;background:#f8fafc!important;color:#334155!important;font-size:15px!important;line-height:1.3!important;box-sizing:border-box!important;margin:0!important}.mbh-ajuste-form input[type=radio]{flex:0 0 auto!important;margin-top:2px!important;width:18px!important;height:18px!important}.mbh-ajuste-form label span{display:block!important;min-width:0!important;overflow-wrap:anywhere!important}.mbh-ajuste-form button{width:100%!important;margin-top:4px!important;min-height:48px!important;border-radius:14px!important;background:#0f172a!important;color:#fff!important}@media(max-width:560px){.mbh-attendance-final-wait{padding:14px!important}.mbh-attendance-final-wait strong{display:block!important;margin-bottom:6px!important}.mbh-attendance-final-wait p{font-size:14px!important;line-height:1.35!important}.mbh-ajuste-modal{align-items:flex-end!important;padding:10px!important}.mbh-ajuste-modal-card{width:100%!important;max-height:84vh!important;border-radius:20px 20px 14px 14px!important;padding:18px!important}.mbh-ajuste-modal-card h3{font-size:19px!important}.mbh-ajuste-form label{font-size:15px!important;padding:12px!important}}.mbh-attendance-assistant .mbh-attendance-final-wait{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px!important;border-radius:18px!important;overflow:hidden!important}.mbh-attendance-assistant .mbh-attendance-final-wait>strong{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 6px!important;color:#0f172a!important;font-size:17px!important;line-height:1.25!important;font-weight:900!important;overflow-wrap:break-word!important}.mbh-attendance-assistant .mbh-attendance-final-wait>p{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 14px!important;color:#7c2d12!important;font-size:14px!important;line-height:1.4!important;overflow-wrap:break-word!important}.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;align-items:stretch!important;overflow:visible!important}.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions form,.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions .mbh-ajuste-atendimento{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;box-sizing:border-box!important}.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions .mbh-btn,.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions button,.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions label.mbh-btn{display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:48px!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.2!important;padding:12px 14px!important;border-radius:14px!important;box-sizing:border-box!important;margin:0!important}.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-ajuste-open{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}@media (min-width:680px){.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions{grid-template-columns:1fr 1fr!important}}@media (max-width:420px){.mbh-attendance-assistant .mbh-attendance-final-wait{padding:14px!important;border-radius:16px!important}.mbh-attendance-assistant .mbh-attendance-final-wait>strong{font-size:16px!important}.mbh-attendance-assistant .mbh-attendance-final-wait>p{font-size:13px!important}.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions .mbh-btn,.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions button,.mbh-attendance-assistant .mbh-attendance-final-wait .mbh-actions label.mbh-btn{font-size:14px!important}}.mbh-conclusion-reminder.mbh-attendance-final-wait{margin-top:10px!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;align-items:stretch!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-inline-form,.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-btn{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;text-align:center!important;white-space:normal!important;line-height:1.15!important;border-radius:14px!important;margin:0!important}.mbh-conclusion-reminder.mbh-attendance-final-wait{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px!important;border-radius:18px!important;overflow:hidden!important;margin-top:10px!important}.mbh-conclusion-reminder.mbh-attendance-final-wait>strong{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 6px!important;color:#0f172a!important;font-size:17px!important;line-height:1.25!important;font-weight:900!important;overflow-wrap:break-word!important}.mbh-conclusion-reminder.mbh-attendance-final-wait>p{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 14px!important;color:#7c2d12!important;font-size:14px!important;line-height:1.4!important;overflow-wrap:break-word!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;align-items:stretch!important;overflow:visible!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions form,.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions .mbh-inline-form{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;box-sizing:border-box!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions .mbh-btn,.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions button{display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:48px!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.2!important;padding:12px 14px!important;border-radius:14px!important;box-sizing:border-box!important;margin:0!important}@media (min-width:680px){.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions{grid-template-columns:1fr 1fr!important}}@media (max-width:420px){.mbh-conclusion-reminder.mbh-attendance-final-wait{padding:14px!important;border-radius:16px!important}.mbh-conclusion-reminder.mbh-attendance-final-wait>strong{font-size:16px!important}.mbh-conclusion-reminder.mbh-attendance-final-wait>p{font-size:13px!important}.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions .mbh-btn,.mbh-conclusion-reminder.mbh-attendance-final-wait .mbh-actions button{font-size:14px!important}}.mbh-chat-message.is-pending{opacity:.78;filter:saturate(.9)}.mbh-chat-message.is-pending small:after{content:"";display:inline-block;width:8px;height:8px;margin-left:6px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:mbhChatSpin .8s linear infinite;vertical-align:-1px}.mbh-chat-message.is-failed{border:1px solid #fecaca!important;background:#fff1f2!important;color:#7f1d1d!important}.mbh-chat-form button.is-loading{opacity:.75;cursor:wait;pointer-events:none}.mbh-chat-sync-meta.is-error{display:block;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:6px 10px;margin:6px 0;font-size:12px}@keyframes mbhChatSpin{to{transform:rotate(360deg)}}.mbh-campanhas-menu{display:grid;gap:12px;margin:0 0 16px}.mbh-campanha-card{border-radius:22px;overflow:hidden;box-shadow:0 18px 42px rgba(10,31,68,.14);background:linear-gradient(135deg,#0f6b7a,#0b83d8);color:#fff}.mbh-campanha-img{width:100%;max-height:120px;object-fit:cover;display:block}.mbh-campanha-body{padding:16px;display:grid;gap:7px}.mbh-campanha-body strong{font-size:16px;line-height:1.2}.mbh-campanha-body span{font-size:14px;font-weight:700;opacity:.94}.mbh-campanha-body small{font-size:13px;line-height:1.35;opacity:.9}.mbh-campanha-btn{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.95);color:#0f172a!important;text-decoration:none!important;font-weight:800;font-size:13px;margin-top:4px}.mbh-nav-panel .mbh-campanhas-menu+.mbh-menu{margin-top:8px}@media (max-width:782px){.mbh-campanha-card{border-radius:18px}.mbh-campanha-body{padding:14px}.mbh-campanha-img{max-height:96px}}.mbh-shell-profissional .mbh-nav-panel{padding:18px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;box-shadow:0 28px 70px rgba(8,76,104,.18)!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu ul{gap:10px!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link{position:relative!important;min-height:58px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:12px 14px 12px 62px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;color:#0f172a!important;font-weight:900!important;letter-spacing:-.01em!important;box-shadow:0 10px 26px rgba(15,23,42,.045)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:before,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:before{content:"•";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(22,129,229,.14),rgba(8,76,104,.08));color:#1681e5;font-size:18px;line-height:1;box-shadow:inset 0 0 0 1px rgba(22,129,229,.1)}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:after{content:"›";margin-left:auto;color:#94a3b8;font-size:25px;line-height:1;font-weight:800}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:hover,.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:focus-visible{background:linear-gradient(135deg,#1681e5,#0d6fc9)!important;border-color:transparent!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 16px 34px rgba(22,129,229,.25)!important;outline:none!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:hover:before,.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:focus-visible:before{background:rgba(255,255,255,.2);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:hover:after,.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:focus-visible:after{color:rgba(255,255,255,.85)}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=oportun]:before{content:"🔔"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=meu-plano]:before{content:"💳"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=meu-perfil]:before{content:"👤"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=meus-servicos]:before,.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=meu-trabalho]:before{content:"🧰"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=notific]:before{content:"🔔"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=mercado]:before{content:"🛒"}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a[href*=painel-profissional]:before{content:"🏠"}.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link{margin-top:14px!important;background:linear-gradient(135deg,#084c68,#0b5d78)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 34px rgba(8,76,104,.22)!important}.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:before{content:"🚪";background:rgba(255,255,255,.18);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:hover,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:focus-visible{background:linear-gradient(135deg,#0d6fc9,#1681e5)!important;transform:translateY(-1px)!important;outline:none!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu-badge{order:5;margin-left:6px!important;min-width:22px!important;height:22px!important;padding:0 7px!important;border:2px solid rgba(255,255,255,.95)!important;box-shadow:0 6px 14px rgba(220,38,38,.22)!important;font-size:11px!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:hover .mbh-menu-badge{border-color:rgba(255,255,255,.45)!important}@media (min-width:1025px){.mbh-shell-profissional .mbh-nav-panel .mbh-menu a,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link{min-height:auto!important;padding:12px 14px!important;border-radius:999px!important;background:transparent!important;border:0!important;box-shadow:none!important;gap:7px!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:before,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:before{position:static;transform:none;width:auto;height:auto;border-radius:0;background:0 0;box-shadow:none;font-size:16px}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:after{display:none}}@media (max-width:480px){.mbh-shell-profissional .mbh-nav-panel{padding:14px!important;border-radius:22px!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link{min-height:54px!important;padding-left:58px!important;border-radius:16px!important}.mbh-shell-profissional .mbh-nav-panel .mbh-menu a:before,.mbh-shell-profissional .mbh-nav-panel .mbh-logout-link:before{width:34px;height:34px;border-radius:13px}}.mbh-shell-cliente .mbh-nav-panel{padding:18px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;box-shadow:0 28px 70px rgba(8,76,104,.18)!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu ul{gap:10px!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link{position:relative!important;min-height:58px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:12px 14px 12px 62px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;color:#0f172a!important;font-weight:900!important;letter-spacing:-.01em!important;box-shadow:0 10px 26px rgba(15,23,42,.045)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:before,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:before{content:"•";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(22,129,229,.14),rgba(8,76,104,.08));color:#1681e5;font-size:18px;line-height:1;box-shadow:inset 0 0 0 1px rgba(22,129,229,.1)}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:after{content:"›";margin-left:auto;color:#94a3b8;font-size:25px;line-height:1;font-weight:800}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:hover,.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:focus-visible{background:linear-gradient(135deg,#1681e5,#0d6fc9)!important;border-color:transparent!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 16px 34px rgba(22,129,229,.25)!important;outline:none!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:hover:before,.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:focus-visible:before{background:rgba(255,255,255,.2);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:hover:after,.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:focus-visible:after{color:rgba(255,255,255,.85)}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=painel-cliente]:before{content:"🏠"}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=pedir-servico]:before,.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=solicitar]:before{content:"🛠️"}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=meus-pedidos]:before,.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=pedidos]:before{content:"📋"}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=meu-perfil]:before{content:"👤"}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a[href*=notific]:before{content:"🔔"}.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link{margin-top:14px!important;background:linear-gradient(135deg,#084c68,#0b5d78)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 16px 34px rgba(8,76,104,.22)!important}.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:before{content:"🚪";background:rgba(255,255,255,.18);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:hover,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:focus-visible{background:linear-gradient(135deg,#0d6fc9,#1681e5)!important;transform:translateY(-1px)!important;outline:none!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu-badge{order:5;margin-left:6px!important;min-width:22px!important;height:22px!important;padding:0 7px!important;border:2px solid rgba(255,255,255,.95)!important;box-shadow:0 6px 14px rgba(220,38,38,.22)!important;font-size:11px!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:hover .mbh-menu-badge{border-color:rgba(255,255,255,.45)!important}@media (min-width:1025px){.mbh-shell-cliente .mbh-nav-panel .mbh-menu a,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link{min-height:auto!important;padding:12px 14px!important;border-radius:999px!important;background:transparent!important;border:0!important;box-shadow:none!important;gap:7px!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:before,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:before{position:static;transform:none;width:auto;height:auto;border-radius:0;background:0 0;box-shadow:none;font-size:16px}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:after{display:none}}@media (max-width:480px){.mbh-shell-cliente .mbh-nav-panel{padding:14px!important;border-radius:22px!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link{min-height:54px!important;padding-left:58px!important;border-radius:16px!important}.mbh-shell-cliente .mbh-nav-panel .mbh-menu a:before,.mbh-shell-cliente .mbh-nav-panel .mbh-logout-link:before{width:34px;height:34px;border-radius:13px}}.mbh-client-push-invite[hidden]{display:none!important}.mbh-client-push-invite{position:fixed;inset:0;z-index:100000;background:rgba(5,18,35,.58);padding:18px;display:flex;align-items:flex-end;justify-content:center}.mbh-client-push-card{position:relative;width:min(560px,100%);background:#fff;border-radius:22px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.28);display:grid;grid-template-columns:auto 1fr;gap:12px 14px;align-items:center}.mbh-client-push-icon{font-size:34px}.mbh-client-push-copy strong{display:block;font-size:18px;color:#10233f;margin-bottom:4px}.mbh-client-push-copy p{margin:0;color:#506176;font-size:14px;line-height:1.45}.mbh-client-push-card>.mbh-btn{grid-column:1/-1;width:100%;justify-content:center}.mbh-client-push-card>.mbh-onesignal-status{grid-column:1/-1;margin:0;text-align:center}.mbh-client-push-close{position:absolute;right:10px;top:8px;border:0;background:0 0;font-size:28px;line-height:1;color:#65758a;cursor:pointer}@media(min-width:700px){.mbh-client-push-invite{align-items:center}.mbh-client-push-card{padding:26px}}.mbh-shell-profissional .mbh-service-card,.mbh-shell-profissional .mbh-op-card,.mbh-shell-profissional .mbh-panel-card,.mbh-shell-profissional .mbh-work-summary-card,.mbh-shell-profissional .mbh-profile-summary-card,.mbh-shell-profissional .mbh-identidade-card,.mbh-shell-profissional .mbh-plano-resumo-card,.mbh-shell-profissional .mbh-verificacao-card,.mbh-shell-profissional .mbh-op-filtros,.mbh-shell-profissional .mbh-service-filters,.mbh-shell-profissional .mbh-card.mbh-plan-card{border-color:#64748b !important;border-width:1.5px !important;border-style:solid !important;box-shadow:0 10px 26px rgba(15,23,42,.1) !important}@media (max-width:700px){.mbh-shell-profissional .mbh-service-card,.mbh-shell-profissional .mbh-op-card,.mbh-shell-profissional .mbh-panel-card,.mbh-shell-profissional .mbh-work-summary-card,.mbh-shell-profissional .mbh-profile-summary-card,.mbh-shell-profissional .mbh-identidade-card,.mbh-shell-profissional .mbh-plano-resumo-card,.mbh-shell-profissional .mbh-verificacao-card,.mbh-shell-profissional .mbh-op-filtros,.mbh-shell-profissional .mbh-service-filters,.mbh-shell-profissional .mbh-card.mbh-plan-card{border-color:#526174 !important;box-shadow:0 8px 22px rgba(15,23,42,.11) !important}}.mbh-shell-profissional .mbh-service-list,.mbh-shell-profissional .mbh-oportunidades-grid{gap:22px !important}.mbh-shell-profissional .mbh-service-card,.mbh-shell-profissional .mbh-op-card,.mbh-shell-profissional .mbh-panel-card,.mbh-shell-profissional .mbh-work-summary-card,.mbh-shell-profissional .mbh-profile-summary-card,.mbh-shell-profissional .mbh-identidade-card,.mbh-shell-profissional .mbh-plano-resumo-card,.mbh-shell-profissional .mbh-verificacao-card,.mbh-shell-profissional .mbh-op-filtros,.mbh-shell-profissional .mbh-service-filters,.mbh-shell-profissional .mbh-card.mbh-plan-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease !important}.mbh-shell-profissional .mbh-service-card>.mbh-card-toggle{padding-bottom:13px !important;border-bottom:1px solid #e2e8f0 !important}.mbh-shell-profissional .mbh-service-card.is-collapsed>.mbh-card-toggle{padding-bottom:0 !important;border-bottom-color:transparent !important}.mbh-shell-profissional .mbh-card-title-wrap strong,.mbh-shell-profissional .mbh-op-card-title strong{color:#111827 !important;letter-spacing:-.01em}.mbh-shell-profissional .mbh-service-card .mbh-status,.mbh-shell-profissional .mbh-service-card .mbh-mini-badge,.mbh-shell-profissional .mbh-service-card .mbh-toggle-label,.mbh-shell-profissional .mbh-op-card .mbh-status{padding:6px 10px !important}.mbh-shell-profissional .mbh-attendance-assistant{margin-bottom:18px !important;box-shadow:0 12px 28px rgba(15,23,42,.08) !important}@media (hover:hover) and (pointer:fine){.mbh-shell-profissional .mbh-service-card:hover,.mbh-shell-profissional .mbh-op-card:hover,.mbh-shell-profissional .mbh-panel-card:hover{border-color:#475569 !important;box-shadow:0 14px 30px rgba(15,23,42,.13) !important;transform:translateY(-1px)}}.mbh-shell-profissional .mbh-card-toggle,.mbh-shell-profissional .mbh-btn,.mbh-shell-profissional .mbh-button{-webkit-tap-highlight-color:rgba(22,129,229,.1)}.mbh-shell-profissional .mbh-card-toggle:active,.mbh-shell-profissional .mbh-btn:active,.mbh-shell-profissional .mbh-button:active{transform:scale(.992)}@media (max-width:700px){.mbh-shell-profissional .mbh-service-list,.mbh-shell-profissional .mbh-oportunidades-grid{gap:18px !important}.mbh-shell-profissional .mbh-service-card,.mbh-shell-profissional .mbh-op-card{padding:18px !important}.mbh-shell-profissional .mbh-service-card>.mbh-card-toggle{padding-bottom:11px !important}.mbh-shell-profissional .mbh-attendance-assistant{margin-bottom:16px !important}}@media (prefers-reduced-motion:reduce){.mbh-shell-profissional .mbh-service-card,.mbh-shell-profissional .mbh-op-card,.mbh-shell-profissional .mbh-panel-card,.mbh-shell-profissional .mbh-work-summary-card,.mbh-shell-profissional .mbh-card-toggle,.mbh-shell-profissional .mbh-btn,.mbh-shell-profissional .mbh-button{transition:none !important;transform:none !important}}.mbh-dashboard-campaigns{position:relative;margin:18px 0 22px;isolation:isolate}.mbh-dashboard-campaigns-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:24px}.mbh-dashboard-campaigns-track::-webkit-scrollbar{display:none}.mbh-dashboard-campaign-slide{--mbh-campaign-bg:linear-gradient(135deg,#0f6b7a,#0b83d8);--mbh-campaign-color:#fff;position:relative;flex:0 0 100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;scroll-snap-align:start;border-radius:24px;background:var(--mbh-campaign-bg);color:var(--mbh-campaign-color);box-shadow:0 16px 36px rgba(15,23,42,.14);border:1px solid rgba(15,23,42,.1)}.mbh-dashboard-campaign-slide:only-child{flex-basis:100%}.mbh-dashboard-campaign-media{height:180px;overflow:hidden;background:rgba(255,255,255,.08)}.mbh-dashboard-campaign-media img{display:block;width:100%;height:100%;object-fit:cover}.mbh-dashboard-campaign-content{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;min-height:148px}.mbh-dashboard-campaign-copy{display:grid;gap:7px;min-width:0}.mbh-dashboard-campaign-copy strong{font-size:clamp(20px,3vw,28px);line-height:1.15;font-weight:900;color:inherit}.mbh-dashboard-campaign-copy span{font-size:16px;line-height:1.35;font-weight:800;color:inherit;opacity:.96}.mbh-dashboard-campaign-copy small{font-size:14px;line-height:1.5;color:inherit;opacity:.92;max-width:760px}.mbh-dashboard-campaign-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.96);color:#0f172a!important;text-decoration:none!important;font-size:14px;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.12);transition:transform .18s ease,box-shadow .18s ease}.mbh-dashboard-campaign-btn:hover,.mbh-dashboard-campaign-btn:focus{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.18)}.mbh-campaign-arrow{position:absolute;top:50%;z-index:3;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(15,23,42,.12);border-radius:50%;background:rgba(255,255,255,.94);color:#0f172a;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(15,23,42,.16);cursor:pointer}.mbh-campaign-arrow.is-prev{left:-12px}.mbh-campaign-arrow.is-next{right:-12px}.mbh-campaign-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:11px}.mbh-campaign-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;transition:width .2s ease,background .2s ease}.mbh-campaign-dots button.is-active{width:24px;background:#0b83d8}@media (min-width:760px){.mbh-dashboard-campaign-slide:has(.mbh-dashboard-campaign-media){grid-template-columns:minmax(220px,34%) minmax(0,1fr)}.mbh-dashboard-campaign-slide:has(.mbh-dashboard-campaign-media) .mbh-dashboard-campaign-media{height:100%;min-height:190px}.mbh-dashboard-campaign-slide:has(.mbh-dashboard-campaign-media) .mbh-dashboard-campaign-content{grid-column:2}}@media (max-width:782px){.mbh-dashboard-campaigns{margin:14px 0 18px}.mbh-dashboard-campaigns-track,.mbh-dashboard-campaign-slide{border-radius:20px}.mbh-dashboard-campaign-media{height:130px}.mbh-dashboard-campaign-content{display:grid;align-items:start;gap:14px;padding:18px;min-height:0}.mbh-dashboard-campaign-copy strong{font-size:21px}.mbh-dashboard-campaign-copy span{font-size:15px}.mbh-dashboard-campaign-btn{width:max-content;max-width:100%;padding:10px 16px}.mbh-campaign-arrow{display:none}}@media (prefers-reduced-motion:reduce){.mbh-dashboard-campaigns-track{scroll-behavior:auto}.mbh-dashboard-campaign-btn,.mbh-campaign-dots button{transition:none}}.mbh-campanhas-menu{display:block;position:relative;overflow:hidden;margin:0 0 16px;min-width:0}.mbh-menu-campaign-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:22px;min-width:0}.mbh-menu-campaign-track::-webkit-scrollbar{display:none}.mbh-campanhas-menu .mbh-campanha-card{flex:0 0 100%;width:100%;min-width:100%;box-sizing:border-box;scroll-snap-align:start;margin:0;align-self:stretch}.mbh-campanhas-menu.is-carousel .mbh-campanha-card{height:auto;min-height:0}.mbh-menu-campaign-dots{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 0 1px}.mbh-menu-campaign-dots button{width:7px;height:7px;min-width:7px;padding:0;border:0;border-radius:999px;background:#cbd5e1;box-shadow:none;cursor:pointer;transition:width .2s ease,background .2s ease}.mbh-menu-campaign-dots button.is-active{width:20px;background:#0b83d8}.mbh-nav-panel .mbh-campanhas-menu+.mbh-menu{margin-top:8px}@media (prefers-reduced-motion:reduce){.mbh-menu-campaign-track{scroll-behavior:auto}.mbh-menu-campaign-dots button{transition:none}}