:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #e4eaf1;--panel: #ffffff;--panel-alt: #f8fafc;--border: #d9e2ef;--text: #0f172a;--muted: #64748b;--shadow: 0 8px 24px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text)}body,button,input,textarea,select{font:inherit}.layout-page{min-height:100vh;display:grid;grid-template-columns:320px minmax(0,1fr);transition:grid-template-columns .18s ease}.layout-page--collapsed{grid-template-columns:96px minmax(0,1fr)}.layout-page__sidebar{background:var(--panel);border-right:1px solid var(--border);padding:20px 16px;overflow:visible;display:flex;flex-direction:column;gap:18px;align-content:start;position:relative;min-height:100vh;z-index:2}.layout-page__brand{min-height:84px;border:1px solid var(--border);border-radius:22px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow);transition:padding .18s ease}.layout-page__brand-link{min-width:0;display:flex;align-items:center;gap:12px;flex:1 1 auto;text-decoration:none;color:var(--text)}.layout-page__brand-link:hover{border-color:#c9dbff}.layout-page__brand--active{background:#eef4ff;border-color:#c9dbff}.layout-page--collapsed .layout-page__brand{justify-content:center;padding:14px 10px;min-height:72px}.layout-page--collapsed .layout-page__brand-mark{width:44px;height:44px}.layout-page__brand-mark{width:56px;height:56px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#eff6ff);display:grid;place-items:center;overflow:hidden}.layout-page__brand-logo{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.layout-page__brand strong,.layout-page__header-title strong,.layout-page__placeholder h1{margin:0;line-height:1.2;letter-spacing:-.02em}.layout-page__brand-text{min-width:0;display:grid;gap:4px}.layout-page__brand-text strong{font-size:1rem}.layout-page__brand-text span{color:var(--muted);font-size:.9rem;line-height:1.2}.layout-page__brand-action{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);color:#6b7280;text-decoration:none;display:grid;place-items:center;flex:0 0 auto;background:#fff;box-shadow:var(--shadow)}.layout-page__brand-action svg{width:18px;height:18px}.layout-page__brand-action:hover{border-color:#c9dbff;color:#1d4ed8;background:#eef4ff}.layout-page__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:4px 2px 8px}.layout-page--collapsed .layout-page__quick-actions{grid-template-columns:1fr;gap:8px;padding:0}.layout-page__brand-footer{margin-top:auto;display:none;width:100%;height:44px;border-radius:14px;border:1px solid var(--border);color:#6b7280;text-decoration:none;align-items:center;justify-content:center;background:#fff;box-shadow:var(--shadow);position:relative}.layout-page__brand-footer svg{width:20px;height:20px}.layout-page--collapsed .layout-page__brand-footer{display:grid;width:40px;height:40px;justify-self:center;align-self:center}.layout-page__quick-action{height:56px;border-radius:16px;border:1px solid var(--border);background:#fff;color:#6b7280;display:grid;place-items:center;box-shadow:var(--shadow);text-decoration:none;transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease;position:relative}.layout-page__quick-action svg,.layout-page__menu-icon svg{width:22px;height:22px}.layout-page--collapsed .layout-page__quick-action{height:40px;border-radius:12px}.layout-page--collapsed .layout-page__quick-action svg,.layout-page--collapsed .layout-page__menu-icon svg{width:18px;height:18px}.layout-page__quick-action:hover{transform:translateY(-1px);border-color:#c9dbff;color:#1d4ed8}.layout-page__quick-action--active{background:#eef4ff;border-color:#c9dbff;color:#1d4ed8}.layout-page__menu{display:grid;gap:8px;flex:1 1 auto;align-content:start}.layout-page--collapsed .layout-page__menu{gap:6px;align-content:start}.layout-page__menu-item{min-height:44px;border-radius:14px;padding:10px 14px;text-decoration:none;color:var(--text);display:flex;align-items:center;gap:12px;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,transform .15s ease;position:relative}.layout-page__menu-item:hover{background:var(--panel-alt);border-color:var(--border)}.layout-page__menu-item--active{background:#eef4ff;border-color:#c9dbff;color:#1d4ed8}.layout-page__menu-item--collapsed{justify-content:center;padding:8px 0;min-height:40px}.layout-page__tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(-4px);background:#fff;color:var(--text);font-size:.9rem;font-weight:600;line-height:1;padding:8px 10px;border-radius:10px;min-width:140px;text-align:left;white-space:nowrap;border:1px solid var(--border);box-shadow:0 12px 24px #0f172a1f;opacity:0;visibility:hidden;pointer-events:none;z-index:999;transition:opacity .12s ease,transform .12s ease,visibility .12s ease}.layout-page__tooltip:before{content:"";position:absolute;left:-4px;top:50%;width:8px;height:8px;background:#fff;border-left:1px solid var(--border);border-bottom:1px solid var(--border);transform:translateY(-50%) rotate(45deg)}.layout-page__quick-action:hover .layout-page__tooltip,.layout-page__quick-action:focus-visible .layout-page__tooltip,.layout-page__menu-item:hover .layout-page__tooltip,.layout-page__menu-item:focus-visible .layout-page__tooltip,.layout-page__brand-footer:hover .layout-page__tooltip,.layout-page__brand-footer:focus-visible .layout-page__tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.layout-page__quick-action:hover,.layout-page__menu-item:hover,.layout-page__brand-footer:hover{z-index:1000}.layout-page__menu-icon{width:24px;height:24px;color:#6b7280;flex:0 0 auto;display:grid;place-items:center}.layout-page--collapsed .layout-page__menu-icon{width:20px;height:20px}.layout-page__menu-item--active .layout-page__menu-icon{color:#2563eb}.layout-page__menu-label{flex:1 1 auto}.layout-page__menu-badge{min-width:28px;height:28px;padding:0 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.layout-page__main{min-width:0;display:grid;grid-template-rows:84px minmax(0,1fr);position:relative;z-index:1}.layout-page__header{background:var(--panel);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;padding:0 20px}.layout-page__toggle{width:48px;height:48px;border-radius:14px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);display:inline-grid;align-content:center;justify-items:center;gap:4px;padding:0}.layout-page__toggle span{display:block;width:18px;height:2px;border-radius:999px;background:var(--muted)}.layout-page__content{padding:20px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:grid;place-items:center;padding:20px;z-index:1000}.modal{width:min(100%,720px);max-height:min(90vh,900px);background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 48px #0f172a2e;display:flex;flex-direction:column;overflow:hidden}.modal--sm{width:min(100%,420px)}.modal--md{width:min(100%,720px)}.modal--lg{width:min(100%,920px)}.modal--xl{width:min(100%,1120px)}.modal__header{min-height:68px;padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal__heading{min-width:0;display:grid;gap:4px}.modal__heading strong{font-size:1rem;line-height:1.2;letter-spacing:-.02em}.modal__description{margin:0;color:var(--muted);font-size:.92rem;line-height:1.4}.modal__close{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--muted);display:grid;place-items:center;flex:0 0 auto;cursor:pointer}.modal__close span{grid-area:1 / 1;width:16px;height:2px;border-radius:999px;background:currentColor}.modal__close span:first-child{transform:rotate(45deg)}.modal__close span:last-child{transform:rotate(-45deg)}.modal__body{padding:20px;overflow:auto}.modal__footer{padding:16px 20px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.cms-modal{display:grid;grid-template-columns:240px minmax(0,1fr) 280px;gap:16px;min-height:640px}.cms-modal__library,.cms-modal__workspace,.cms-modal__preview{border:1px solid var(--border);border-radius:8px;background:#fff;min-width:0}.cms-modal__library,.cms-modal__preview{padding:16px}.cms-modal__workspace{padding:16px;display:grid;gap:16px}.cms-modal__panel-title{display:grid;gap:4px;margin-bottom:14px}.cms-modal__panel-title strong{font-size:1rem;line-height:1.2;letter-spacing:-.02em}.cms-modal__panel-title span{color:var(--muted);font-size:.92rem;line-height:1.4}.cms-modal__section-list{display:grid;gap:10px}.cms-modal__section-item{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;text-align:left;padding:12px;display:flex;align-items:flex-start;gap:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.cms-modal__section-item:hover{border-color:#c9dbff;background:#f8fbff;transform:translateY(-1px)}.cms-modal__section-item--active{background:#eef4ff;border-color:#c9dbff}.cms-modal__section-dot{width:12px;height:12px;border-radius:999px;flex:0 0 auto;margin-top:4px;display:grid;place-items:center;color:#fff;font-size:.55rem;font-weight:800;line-height:1}.cms-modal__section-dot span{transform:translateY(-.5px)}.cms-modal__section-copy{display:grid;gap:4px}.cms-modal__section-copy strong{font-size:.92rem;line-height:1.2}.cms-modal__section-copy small{color:var(--muted);line-height:1.4}.cms-modal__block-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.cms-modal__block-card{border:1px solid var(--border);border-radius:8px;background:#fff;padding:14px;display:grid;gap:8px;min-height:132px}.cms-modal__block-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.cms-modal__block-index{font-size:.8rem;color:#1d4ed8;font-weight:700;letter-spacing:.08em}.cms-modal__block-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.cms-modal__block-card strong{font-size:.94rem;line-height:1.2}.cms-modal__block-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.cms-modal__stage{border:1px solid var(--border);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff);padding:16px;display:grid;gap:16px;min-height:280px}.cms-modal__stage-top{display:flex;flex-direction:column;gap:4px}.cms-modal__stage-chip{width:fit-content;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.8rem;font-weight:700}.cms-modal__stage-top strong{font-size:1rem}.cms-modal__stage-body{min-height:200px;border-radius:8px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;gap:18px;padding:24px}.cms-modal__stage-brand{width:180px;height:72px;border-radius:18px;border:1px solid #c9dbff;background:linear-gradient(135deg,#eff6ff,#fff)}.cms-modal__stage-lines{width:100%;max-width:320px;display:grid;gap:10px}.cms-modal__stage-lines span{height:12px;border-radius:999px;background:#e2e8f0}.cms-modal__stage-lines span:nth-child(2){width:78%}.cms-modal__stage-lines span:nth-child(3){width:56%}.cms-modal__preview{display:grid;gap:16px;align-content:start}.cms-modal__preview-card{border:1px solid var(--border);border-radius:8px;background:#f8fbff;padding:16px;display:grid;gap:10px}.cms-modal__preview-badge{width:fit-content;padding:5px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.76rem;font-weight:700;letter-spacing:.08em}.cms-modal__preview-card strong{font-size:1rem;line-height:1.2}.cms-modal__preview-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.cms-modal__preview-list{display:grid;gap:12px}.cms-modal__preview-item{display:flex;gap:10px;padding:12px;border-radius:8px;border:1px solid var(--border);background:#fff}.cms-modal__preview-item span{width:10px;border-radius:999px;background:#cbd5e1;flex:0 0 auto}.cms-modal__preview-item div{display:grid;gap:4px}.cms-modal__preview-item strong{font-size:.9rem}.cms-modal__preview-item p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.4}@media(max-width:1180px){.cms-modal{grid-template-columns:220px minmax(0,1fr)}.cms-modal__preview{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.cms-modal,.cms-modal__block-grid,.cms-modal__preview{grid-template-columns:1fr}}.layout-page__placeholder{min-height:calc(100vh - 124px);background:var(--panel);border:1px solid var(--border);border-radius:6px;box-shadow:none;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}.layout-page__placeholder h1{font-size:clamp(1.5rem,2.5vw,2.4rem)}.page-card{min-height:240px;background:var(--panel);border:1px solid var(--border);border-radius:6px;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.page-card--stacked{flex-direction:column;gap:16px}.page-card__button{height:44px;padding:0 16px;border-radius:8px;border:1px solid #c9dbff;background:#eef4ff;color:#1d4ed8;font-weight:600;cursor:pointer}.page-card__button:hover{background:#e4edff}.modal-placeholder{display:grid;gap:8px;color:var(--text)}.modal-placeholder strong{font-size:1rem}.modal-placeholder p{margin:0;color:var(--muted);line-height:1.5}.page-card h1{margin:0;font-size:clamp(1.5rem,2.5vw,2.4rem);letter-spacing:-.02em}.mini-card{min-height:104px;border:1px solid var(--border);border-radius:18px;background:#fff;padding:18px 20px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:start;gap:14px;color:var(--text);text-decoration:none;box-shadow:0 1px #0f172a05}.mini-card--clickable{cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.mini-card--clickable:hover{transform:translateY(-1px);border-color:#c9dbff;box-shadow:0 10px 24px #0f172a0f}.mini-card__icon{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;font-size:1.1rem;font-weight:700}.mini-card__copy{min-width:0;display:grid;align-content:center;gap:4px}.mini-card__subtitle{font-size:.9rem;color:var(--muted)}.mini-card__title{font-size:1.08rem;line-height:1.25;letter-spacing:-.02em}.mini-card__arrow{color:#c7ced9;font-size:1.9rem;line-height:1;align-self:center;padding-left:6px}.mini-card--blue .mini-card__icon{background:#eef4ff;color:#2563eb}.mini-card--red .mini-card__icon{background:#fff1f2;color:#ef4444}.mini-card--green .mini-card__icon{background:#ecfdf3;color:#16a34a}.mini-card--amber .mini-card__icon{background:#fffbeb;color:#d97706}.mini-card--gray .mini-card__icon{background:#f8fafc;color:#64748b}.company-page-header{display:grid;gap:16px;padding:20px;border:1px solid var(--border);border-radius:6px;background:var(--panel)}.company-page-header__main{display:grid;gap:10px}.company-page-header__eyebrow{width:fit-content;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.company-page-header__main h1{margin:0;font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:-.03em}.company-page-header__main p{margin:0;color:var(--muted);line-height:1.5;max-width:720px}.company-page-header__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.company-page-header__actions .mini-card{width:min(360px,100%)}.company-page-header__pill{min-height:44px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#f8fafc;color:var(--muted);font-size:.92rem}.company-page-header__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.company-page-body{display:grid;gap:16px}.company-page-body__card{border:1px solid var(--border);border-radius:6px;background:var(--panel);padding:20px;display:grid;gap:14px}.company-page-body__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.company-page-body__row .mini-card{width:100%}.company-page-body__label{color:var(--muted);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.tempo-real-page{display:grid;gap:16px}.tempo-real-page__hero,.tempo-real-page__panel{border:1px solid var(--border);border-radius:6px;background:var(--panel)}.tempo-real-page__hero{padding:20px;display:grid;gap:16px}.tempo-real-page__hero-copy{display:grid;gap:10px;max-width:820px}.tempo-real-page__eyebrow{width:fit-content;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tempo-real-page__hero h1{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.03em}.tempo-real-page__hero p,.tempo-real-page__panel-head p,.tempo-real-page__note p,.tempo-real-page__event-copy p{margin:0;color:var(--muted);line-height:1.5}.tempo-real-page__hero-actions{display:flex;flex-wrap:wrap;gap:10px}.tempo-real-page__button{min-height:42px;padding:0 14px;border-radius:8px;border:1px solid #c9dbff;background:#eef4ff;color:#1d4ed8;font-weight:700;cursor:pointer}.tempo-real-page__button:hover{background:#e4edff}.tempo-real-page__button--secondary{background:#fff;color:var(--text);border-color:var(--border)}.tempo-real-page__button--secondary:hover{background:#f8fafc}.tempo-real-page__button--danger{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.tempo-real-page__button--danger:hover{background:#ffe4e6}.tempo-real-page__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tempo-real-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px}.tempo-real-page__exams-panel{padding:20px;display:grid;gap:16px}.tempo-real-page__exams-list{display:grid;gap:12px}.tempo-real-page__exam-card{border:1px solid var(--border);border-radius:8px;background:#fff;padding:16px;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px;align-items:start}.tempo-real-page__exam-card-main{display:grid;gap:6px}.tempo-real-page__exam-card-main strong{font-size:1rem;line-height:1.25}.tempo-real-page__exam-card-main p{margin:0;font-size:.94rem;color:var(--text)}.tempo-real-page__exam-card-main small{color:var(--muted)}.tempo-real-page__exam-card-side{display:grid;gap:8px;justify-items:end;text-align:right}.tempo-real-page__exam-card-side span{color:var(--muted);font-size:.88rem}.tempo-real-page__panel{padding:20px;display:grid;gap:16px}.tempo-real-page__panel-head{display:grid;gap:6px}.tempo-real-page__panel-kicker{width:fit-content;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tempo-real-page__panel-head strong{font-size:1.1rem}.tempo-real-page__status-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tempo-real-page__status-list div,.tempo-real-page__note,.tempo-real-page__empty,.tempo-real-page__event{border:1px solid var(--border);border-radius:8px;background:#f8fbff}.tempo-real-page__status-list div{padding:14px;display:grid;gap:4px}.tempo-real-page__status-list span{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.tempo-real-page__status-list strong{font-size:.96rem;line-height:1.4}.tempo-real-page__note{padding:14px;display:grid;gap:6px}.tempo-real-page__note strong{font-size:.92rem}.tempo-real-page__event-list{display:grid;gap:10px}.tempo-real-page__empty{padding:16px;color:var(--muted)}.tempo-real-page__event{padding:14px;display:grid;gap:10px}.tempo-real-page__event-badge{width:fit-content;padding:5px 10px;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tempo-real-page__event-badge--blue{background:#eef4ff;color:#1d4ed8}.tempo-real-page__event-badge--green{background:#ecfdf3;color:#16a34a}.tempo-real-page__event-badge--amber{background:#fffbeb;color:#d97706}.tempo-real-page__event-badge--red{background:#fff1f2;color:#ef4444}.tempo-real-page__event-badge--gray{background:#f8fafc;color:#64748b}.tempo-real-page__event-copy{display:grid;gap:4px}.tempo-real-page__event-copy strong{font-size:.96rem}.tempo-real-page__event-copy small{color:var(--muted)}.exames-page{display:grid;gap:16px}.exames-page__hero,.exames-page__panel{border:1px solid var(--border);border-radius:6px;background:var(--panel)}.exames-page__hero{padding:20px;display:grid;gap:16px}.exames-page__hero-copy{display:grid;gap:10px;max-width:820px}.exames-page__eyebrow{width:fit-content;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.exames-page__hero h1{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.03em}.exames-page__hero p,.exames-page__panel-head p,.exames-page__item-main p,.exames-page__item-main small{margin:0;color:var(--muted);line-height:1.5}.exames-page__hero-actions{display:flex;flex-wrap:wrap;gap:10px}.exames-page__button{min-height:42px;padding:0 14px;border-radius:8px;border:1px solid #c9dbff;background:#eef4ff;color:#1d4ed8;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.exames-page__button:hover{background:#e4edff}.exames-page__button--secondary{background:#fff;color:var(--text);border-color:var(--border)}.exames-page__button--secondary:hover{background:#f8fafc}.exames-page__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.exames-filtros{border:1px solid var(--border);border-radius:6px;background:var(--panel);padding:16px;display:grid;gap:14px}.exames-filtros__row{display:grid;gap:12px}.exames-filtros__row--principal{grid-template-columns:minmax(0,1fr) 240px auto;align-items:end}.exames-filtros__campo{display:grid;gap:8px}.exames-filtros__label{color:var(--muted);font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.exames-filtros__campo input,.exames-filtros__campo select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);padding:0 14px}.exames-filtros__campo input::placeholder{color:#94a3b8}.exames-filtros__limpar{min-height:46px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;color:var(--text);font-weight:600;padding:0 18px;cursor:pointer}.exames-filtros__row--secundaria{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.exames-filtros__ordem{display:flex;flex-wrap:wrap;gap:10px;flex:0 1 280px;min-width:0}.exames-filtros__chip{min-height:46px;border:1px solid transparent;border-radius:12px;padding:0 18px;background:#e5e7eb;color:#334155;cursor:pointer;font-weight:600}.exames-filtros__chip--active{background:#2563eb;color:#fff}.exames-filtros__abas{display:flex;gap:8px;flex-wrap:wrap;padding:6px;border:1px solid var(--border);border-radius:14px;background:#fff;flex:1 1 420px;min-width:0}.exames-filtros__aba{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:10px;background:#e5e7eb;color:var(--text);text-decoration:none;font-weight:600}.exames-filtros__aba--active{background:#0f172a;color:#fff}.exames-filtros__acoes{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:10px}.exames-page__panel{padding:20px;display:grid;gap:16px}.exames-page__panel-head{display:grid;gap:6px}.exames-page__panel-kicker{width:fit-content;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.exames-page__panel-head strong{font-size:1.1rem}.exames-page__list{display:grid;gap:12px}.exames-item{position:relative;border:1px solid var(--border);border-radius:16px;background:#fff;padding:18px 24px 18px 30px;display:flex;align-items:stretch;gap:16px;color:var(--text);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;overflow:hidden}.exames-item:hover{border-color:#3b82f6;box-shadow:0 10px 20px -10px #3b82f61a,0 4px 6px -4px #3b82f60d;transform:translateY(-2px);background:#fff}.exames-item__indicator{position:absolute;left:0;top:0;bottom:0;width:5px}.exames-item__indicator--blue{background-color:#3b82f6}.exames-item__indicator--green{background-color:#10b981}.exames-item__indicator--amber{background-color:#f59e0b}.exames-item__indicator--red{background-color:#ef4444}.exames-item__indicator--gray{background-color:#64748b}.exames-item__body{flex:1;display:grid;gap:12px}.exames-item__header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.exames-item__patient-block{display:flex;align-items:center;gap:10px}.exames-item__id{font-size:.85rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px;font-family:monospace}.exames-item__name{font-size:1.05rem;font-weight:700;color:#0f172a}.exames-item__date-block{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.88rem}.exames-item__icon-date{width:16px;height:16px;color:#94a3b8}.exames-item__content-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.exames-item__details{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.exames-item__type-badge{font-size:.82rem;font-weight:800;color:#1e3a8a;background:#dbeafe;padding:4px 10px;border-radius:8px;letter-spacing:.03em;text-transform:uppercase}.exames-item__observation{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#64748b}.exames-item__icon-obs{width:16px;height:16px;color:#cbd5e1}.exames-item__badges{display:flex;align-items:center;gap:8px}.exames-item__status-badge{font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:20px}.exames-item__status-badge--blue{background:#eff6ff;color:#2563eb}.exames-item__status-badge--green{background:#ecfdf3;color:#16a34a}.exames-item__status-badge--gray{background:#f8fafc;color:#64748b}.exames-item__status-badge--red{background:#fff1f2;color:#ef4444}.exames-item__status-badge--amber{background:#fffbeb;color:#d97706}.exames-item__reg-badge{font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:20px}.exames-item__reg-badge--green{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.exames-item__reg-badge--red{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.exames-item__reg-badge--gray{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.exames-item__arrow-container{display:flex;align-items:center;justify-content:center;padding-left:8px}.exames-item__chevron{width:20px;height:20px;color:#cbd5e1;transition:transform .2s ease,color .2s ease}.exames-item:hover .exames-item__chevron{color:#3b82f6;transform:translate(4px)}.exames-page__empty{padding:16px;color:var(--muted);border:1px solid var(--border);border-radius:8px;background:#f8fbff}.notificacoes-flutuantes{position:fixed;right:20px;bottom:20px;z-index:1200;width:min(420px,calc(100vw - 32px));display:grid;gap:12px;pointer-events:none}.notificacao-card{pointer-events:auto;--notificacao-card-accent: #2563eb;display:grid;gap:12px;padding:16px 16px 16px 18px;border:1px solid var(--border);border-radius:18px;background:#fffffffa;box-shadow:0 18px 40px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left-width:6px;border-left-style:solid}.notificacao-card--seen{opacity:.92}.notificacao-card--compact{padding:12px}.notificacao-card--green{--notificacao-card-accent: #16a34a}.notificacao-card--blue{--notificacao-card-accent: #2563eb}.notificacao-card--teal{--notificacao-card-accent: #0f766e}.notificacao-card--amber{--notificacao-card-accent: #d97706}.notificacao-card--red{--notificacao-card-accent: #ef4444}.notificacao-card--gray{--notificacao-card-accent: #64748b}.notificacao-card--violet{--notificacao-card-accent: #7c3aed}.notificacao-card{border-left-color:var(--notificacao-card-accent)}.notificacao-card__content{min-width:0;display:grid;gap:12px}.notificacao-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.notificacao-card__heading{min-width:0;display:grid;gap:4px}.notificacao-card__heading strong{font-size:1rem;line-height:1.2;letter-spacing:-.02em}.notificacao-card__heading span{color:var(--muted);line-height:1.45;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.notificacao-card__meta{flex:0 0 auto;display:grid;justify-items:end;gap:4px;color:var(--muted);font-size:.84rem}.notificacao-card__progress{display:grid;gap:8px}.notificacao-card__progress-line{height:10px;border-radius:999px;background:#e5e7eb;overflow:hidden}.notificacao-card__progress-line span{display:block;height:100%;border-radius:inherit}.notificacao-card__progress--success{background:linear-gradient(90deg,#34d399,#16a34a)}.notificacao-card__progress--danger{background:linear-gradient(90deg,#fb7185,#ef4444)}.notificacao-card__progress--warning{background:linear-gradient(90deg,#fbbf24,#d97706)}.notificacao-card__progress--default{background:linear-gradient(90deg,#60a5fa,#2563eb)}.notificacao-card__progress-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.notificacao-card__progress-copy strong{color:var(--text)}.notificacao-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.notificacao-card__footer-copy{min-width:0;display:grid;gap:3px}.notificacao-card__footer-copy strong{font-size:.88rem}.notificacao-card__footer-copy span{color:var(--muted);font-size:.84rem}.notificacao-card__actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.notificacao-card__action,.notificacao-card__dismiss{min-height:36px;padding:0 12px;border-radius:999px;border:1px solid transparent;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer}.notificacao-card__action--primary{background:#dbeafe;color:#1d4ed8}.notificacao-card__action--secondary{background:#f8fafc;color:var(--text);border-color:var(--border)}.notificacao-card__action--ghost,.notificacao-card__dismiss{background:transparent;color:var(--muted);border-color:var(--border)}.notificacao-card__action:hover,.notificacao-card__dismiss:hover{filter:brightness(.98)}@media(max-width:720px){.notificacoes-flutuantes{right:12px;left:12px;bottom:12px;width:auto}.notificacao-card{padding:12px}.notificacao-card__header,.notificacao-card__footer,.notificacao-card__progress-copy{flex-direction:column;align-items:flex-start}.notificacao-card__meta{justify-items:start}.notificacao-card__actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.notificacao-card__action,.notificacao-card__dismiss{width:100%}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-page .login-card{width:min(540px,100%)}.login-card--list{width:min(760px,100%);align-items:stretch;justify-content:flex-start;text-align:left;gap:20px;flex-direction:column}.login-card__header{display:grid;gap:8px}.login-card__header p{margin:0;color:var(--muted);line-height:1.5}.login-card__list{display:grid;gap:12px}.login-card__state{border:1px solid var(--border);border-radius:12px;background:#f8fafc;color:var(--muted);padding:14px 16px}.login-card__state--error{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.login-card__item{border:1px solid var(--border);border-radius:12px;background:#f8fafc;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.login-card__item-copy{display:grid;gap:4px}.login-card__item-copy strong{font-size:1rem}.login-card__item-copy span{color:var(--muted);font-size:.88rem}.login-card__action{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media(max-width:640px){.login-card__item{flex-direction:column;align-items:stretch}.login-card__action{width:100%}}@media(max-width:960px){.layout-page,.layout-page--collapsed{grid-template-columns:1fr}.layout-page__sidebar{border-right:0;border-bottom:1px solid var(--border)}.layout-page__main{grid-template-rows:auto minmax(0,1fr)}.layout-page__header{min-height:72px}}@media(max-width:640px){.layout-page__content{padding:12px}.layout-page__header{padding:0 12px}.company-page-header,.company-page-body__card{padding:16px}.company-page-header__summary,.company-page-body__row,.exames-page__summary,.exames-filtros__row--principal{grid-template-columns:1fr}.exames-filtros__row--secundaria{flex-direction:column;align-items:stretch}.exames-filtros__ordem,.exames-filtros__abas{width:100%}.exames-filtros__ordem,.exames-filtros__abas{flex:1 1 100%}.exames-filtros__aba{flex:1 1 0}.exames-item{grid-template-columns:1fr}.exames-item__side{justify-items:start;text-align:left}.tempo-real-page__summary,.tempo-real-page__layout,.tempo-real-page__status-list,.tempo-real-page__exam-card{grid-template-columns:1fr}.tempo-real-page__exam-card-side{justify-items:start;text-align:left}.tempo-real-page__hero-actions{display:grid}.mini-card{grid-template-columns:52px minmax(0,1fr)}.company-page-header__actions .mini-card{width:100%}.mini-card__arrow{display:none}}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr;background:#f8fafc}.login-page__form-container{display:flex;align-items:center;justify-content:center;padding:40px 24px}.login-page__cover{display:none;position:relative;background-color:#f1f5f9;overflow:hidden}.login-page__cover-image{width:100%;height:100%;object-fit:cover;object-position:center}@media(min-width:960px){.login-page{grid-template-columns:1.15fr .85fr}.login-page__cover{display:block}}.login-page .login-card{width:100%;max-width:480px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 20px 40px -15px #00000014,0 15px 20px -15px #0000000d;padding:44px;min-height:auto;display:block;text-align:left}.login-page .login-card--list{width:min(680px,100%);max-width:680px}.login-form{display:grid;gap:24px;width:100%;text-align:left}.login-form__group{display:grid;gap:8px;text-align:left}.login-form__label{font-size:.9rem;font-weight:600;color:var(--text);text-align:left;display:block}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-form__input{width:100%;min-height:52px;padding:0 16px;border:1px solid transparent;border-radius:12px;background:#eef4ff;color:var(--text);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.login-form__input:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.login-input-wrapper__suffix{position:absolute;right:16px;color:#64748b;font-size:.94rem;pointer-events:none}.login-input-wrapper__toggle{position:absolute;right:16px;background:transparent;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}.login-input-wrapper__toggle:hover{color:#1e293b}.login-form__options{display:flex;align-items:center;justify-content:space-between;margin-top:-4px}.login-form__remember{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.88rem;color:var(--text);-webkit-user-select:none;user-select:none}.login-form__remember input{width:16px;height:16px;border-radius:4px;border:1px solid var(--border);cursor:pointer}.login-form__forgot-link{font-size:.88rem;color:#2563eb;text-decoration:none;font-weight:500}.login-form__forgot-link:hover{text-decoration:underline}.login-form__button{width:100%;min-height:52px;border-radius:12px;border:none;background:linear-gradient(90deg,#2563eb,#7c3aed);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px #2563eb33;transition:opacity .2s ease,transform .1s ease}.login-form__button:hover{opacity:.95}.login-form__button:active{transform:scale(.98)}.login-form__button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}.login-form__button svg{width:20px;height:20px}.login-card__footer{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;color:#64748b;font-size:.85rem;border-top:1px solid #f1f5f9;padding-top:20px}.login-card__footer svg{width:16px;height:16px;color:#10b981}.login-card__back-button{margin-top:16px;background:transparent;border:1px solid var(--border);color:var(--text);min-height:40px;border-radius:12px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;transition:background-color .2s ease}.login-card__back-button:hover{background:#f1f5f9}.sidebar-user{margin-top:auto;border-top:1px solid var(--border);padding:16px 4px 4px;display:flex;align-items:center;gap:12px}.sidebar-user__avatar{width:40px;height:40px;border-radius:50%;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.sidebar-user__avatar svg{width:20px;height:20px}.sidebar-user__info{display:grid;gap:2px;min-width:0}.sidebar-user__info strong{font-size:.94rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user__info span{font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
