:root{color-scheme:light}body{margin:0;min-height:100vh;background:#f4f6f8}*{box-sizing:border-box}button,input,textarea,select{font-family:inherit}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-thumb{background:#64748b66;border-radius:999px}.home-wrapper{display:flex;flex-direction:column;gap:2rem;padding:clamp(1.5rem,2vw + 1rem,3rem);background:#f5f7fb}.home-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;width:100%;max-width:1100px;margin:0 auto}.home-title{margin:0;font-size:clamp(1.5rem,1.8vw + 1rem,2rem);font-weight:700}.home-hero{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding:clamp(1.5rem,2vw + 1rem,2.75rem);border-radius:24px;background:linear-gradient(135deg,#0d47a1,#1e88e5);color:#fff;box-shadow:0 18px 36px #0d47a138}.home-hero__content{display:flex;flex-direction:column;gap:.85rem;max-width:560px}.home-hero__badge{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.4rem .9rem;border-radius:999px;background:#ffffff29;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600}.home-hero__title{margin:0;font-size:clamp(1.75rem,2.3vw + 1rem,2.35rem);font-weight:700}.home-hero__subtitle{margin:0;font-size:1rem;line-height:1.65;color:#ffffffdb}.home-hero__filter{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;border-radius:16px;background:#fff;color:#0d47a1;box-shadow:0 12px 22px #0d47a12e;font-weight:600;flex-shrink:0}.home-hero__filter select{border:none;background:transparent;color:#0d47a1;font-weight:600;font-size:.95rem;cursor:pointer;outline:none}.home-hero__filter select:focus-visible{outline:2px solid rgba(13,71,161,.4);outline-offset:2px;border-radius:8px}.home-hero__filter-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.home-summary-section{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:1100px;margin:0 auto}.home-summary__header h2{margin:0;font-size:1.2rem;font-weight:600;color:#0f172a}.home-summary__header p{margin:.4rem 0 0;color:#64748b;font-size:.95rem}.home-summary{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%}.summary-card{display:flex;flex-direction:column;gap:.75rem;background:#fff;border-radius:20px;padding:1.8rem 1.6rem;border:1px solid rgba(13,71,161,.08);box-shadow:0 16px 26px #0f172a14;transition:transform .2s ease,box-shadow .2s ease}.summary-card:hover{transform:translateY(-2px);box-shadow:0 20px 32px #0d47a12e}.summary-card__header{display:flex;align-items:center;gap:.65rem;color:#0d47a1}.summary-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#e3f2fd;font-size:1.65rem;color:#0d47a1}.summary-card__icon--warning{background:#fff7ed;color:#f97316}.summary-card__icon--success{background:#ecfdf5;color:#059669}.summary-card__icon--info{background:#eef2ff;color:#4338ca}.summary-card__icon--highlight{background:#fdf2f8;color:#db2777}.summary-card__title{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a}.summary-card__value{margin:0;font-size:2rem;font-weight:700;color:#0d47a1}.summary-card__meta{margin:0;font-size:.95rem;color:#64748b}.summary-card__link{margin-top:auto;align-self:flex-start;color:#0d47a1;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:color .2s ease}.summary-card__link:after{content:"→";font-size:1.15rem;line-height:1;transition:transform .2s ease}.summary-card__link:hover{color:#0b3d8a;text-decoration:underline}.summary-card__link:hover:after{transform:translate(4px)}.summary-card--loading .summary-card__value,.summary-card--loading .summary-card__meta{color:#94a3b8}.home-summary__error{margin:0;color:#b91c1c;font-weight:600;text-align:left}.home-actions{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:1100px;margin:0 auto 1rem}.home-actions__header h2{margin:0;font-size:1.2rem;font-weight:600;color:#0f172a}.home-actions__header p{margin:.4rem 0 0;color:#64748b;font-size:.95rem}.home-actions__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.home-action{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1.1rem 1.4rem;background:#fff;border-radius:18px;text-decoration:none;color:inherit;border:1px solid rgba(148,163,184,.18);box-shadow:0 14px 24px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease}.home-action:hover{transform:translateY(-3px);box-shadow:0 18px 28px #0d47a133}.home-action__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#e3f2fd;color:#0d47a1;font-size:1.55rem}.home-action__content{display:flex;flex-direction:column;gap:.25rem}.home-action__content strong{font-size:1rem;color:#0f172a}.home-action__content p{margin:0;font-size:.9rem;color:#64748b}.home-action__arrow{color:#0d47a1;font-size:1.3rem}@media(max-width:1024px){.home-hero{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.home-wrapper{padding:1.5rem}.home-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.home-hero__filter{width:100%;justify-content:center}}@media(max-width:540px){.home-wrapper{padding:1.25rem}.home-hero__title{font-size:1.8rem}.home-hero__filter{flex-direction:column;align-items:stretch}.home-hero__filter select{width:100%}.home-action{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.home-action__arrow{justify-self:end;margin-top:.25rem}}.help-agendamentos{max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;display:flex;flex-direction:column;gap:1.75rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.help-hero{border:1px solid rgba(13,71,161,.12);background:linear-gradient(120deg,#0d47a112,#0d47a105);border-radius:16px;padding:1.5rem 1.35rem;display:flex;flex-direction:column;gap:.9rem;box-shadow:0 16px 28px #0f172a14}.help-hero__title{display:flex;gap:.9rem;align-items:flex-start}.help-hero__icon{width:2.8rem;height:2.8rem;border-radius:14px;background:#0d47a1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 10px 22px #0d47a147}.help-hero__eyebrow{margin:0;font-size:.85rem;color:#0d47a1;letter-spacing:.06em;text-transform:uppercase}.help-hero h1{margin:.25rem 0 .1rem;font-size:1.55rem;color:#0f172a}.help-hero__subtitle{margin:0;color:#4b5563;font-size:.98rem}.help-hero__meta{display:flex;flex-wrap:wrap;gap:.6rem}.help-chip{display:inline-flex;align-items:center;padding:.45rem .75rem;border-radius:999px;background:#e3f2fd;color:#0d47a1;font-weight:700;font-size:.92rem}.help-chip--quiet{background:#f3f4f6;color:#374151}.help-section{display:flex;flex-direction:column;gap:1rem}.help-section__header h2{margin:0 0 .3rem;color:#0f172a}.help-section__header p{margin:0;color:#4b5563}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.help-card{border:1px solid #e5e7eb;border-radius:14px;padding:1.15rem 1.1rem;background:#fff;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 12px 24px #0f172a14}.help-card--muted{background:linear-gradient(135deg,#f9fafb,#f3f6fb)}.help-card__heading{display:flex;gap:.7rem;align-items:flex-start}.help-card__icon{width:2.4rem;height:2.4rem;border-radius:12px;background:#e3f2fd;color:#0d47a1;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem}.help-card__label{margin:0;color:#6b7280;font-size:.88rem}.help-card h3{margin:.1rem 0 0;color:#0f172a}.help-card__text{margin:0;color:#4b5563;line-height:1.5}.help-statuses{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.65rem}.help-status{border:1px solid #e5e7eb;border-radius:12px;padding:.75rem .85rem;background:#f9fafb;display:flex;flex-direction:column;gap:.2rem}.help-status__badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.82rem;font-weight:700;width:fit-content}.help-status__badge--warning{background:#fff4e5;color:#b45309}.help-status__badge--info{background:#e3f2fd;color:#0d47a1}.help-status__badge--danger{background:#fef2f2;color:#b91c1c}.help-checklist{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 12px 24px #0f172a14}.help-rule{display:grid;grid-template-columns:70px 1fr;gap:.4rem .75rem;align-items:start;padding:.65rem .75rem;border-radius:12px;transition:background .2s ease}.help-rule:hover{background:#f8fafc}.help-rule__id{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;background:#eef2ff;color:#312e81;font-weight:700;border-radius:10px}.help-rule__title{margin:0;color:#0f172a;font-weight:700}.help-rule__text{margin:.15rem 0 0;color:#4b5563;line-height:1.5}.help-output{border:1px dashed #cbd5f5;border-radius:14px;padding:.95rem 1rem;background:#f8fbff;display:grid;gap:.8rem}.help-output__item{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:center}.help-output__icon{width:2.3rem;height:2.3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.help-output__icon--success{background:#e7f8ef;color:#166534}.help-output__icon--info{background:#e3f2fd;color:#0d47a1}.help-output__icon--warning{background:#fff7ed;color:#b45309}.help-output__label{margin:0;font-weight:700;color:#111827}.help-output__value{margin:.1rem 0 0;color:#374151;line-height:1.45}@media(max-width:640px){.help-rule{grid-template-columns:1fr}.help-rule__id{width:fit-content}}.app{min-height:100vh;background:#f4f6f8;color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.topbar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:linear-gradient(90deg,#0d47a1,#0b3d8a);color:#fff;box-shadow:0 2px 6px #00000026;border-bottom:8px solid transparent;padding-bottom:5px}.topbar__brand{display:flex;align-items:center;gap:.75rem}.topbar__logo{height:65px;width:auto;display:block;object-fit:contain;position:absolute}.topbar__brand h1{margin:0;font-size:1.25rem;font-weight:700;padding-left:124px}.topbar__nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.topbar__link{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;color:#fff;text-decoration:none;font-weight:600;background:transparent;transition:background .2s ease,transform .2s ease}.topbar__link:hover,.topbar__link.active{background:#ffffff26;transform:translateY(-1px)}.topbar__actions{display:flex;align-items:center;gap:.75rem}.user-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#cbd5f5;color:#fff;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.03em}.user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.user-avatar span{font-weight:700;color:inherit}.topbar__avatar{border:2px solid rgba(255,255,255,.55);box-shadow:0 4px 8px #0b3d8a33}.topbar__logout{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.55rem 1rem;font-weight:600;cursor:pointer;transition:background .2s ease,border .2s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.topbar__logout:hover{background:#fff3;border-color:#ffffff80}.topbar__icon{display:inline-flex;font-size:1.1rem}.topbar__label{line-height:1}@media(max-width:768px){.topbar{align-items:flex-start}.topbar__nav{order:3;width:100%;justify-content:flex-start}.topbar__actions{order:2}}.topbar__group{position:relative;display:flex;align-items:stretch;height:100%}.topbar__link--group{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.topbar__link--group:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:3px}.topbar__group-arrow{display:inline-flex;margin-left:.35rem;transition:transform .2s ease-in-out}.topbar__submenu.open~.topbar__link--group .topbar__group-arrow{transform:rotate(180deg)}.topbar__submenu{position:absolute;top:100%;left:0;min-width:220px;padding:.5rem 0;background-color:#fff;border:1px solid rgba(13,71,161,.18);border-radius:.75rem;box-shadow:0 10px 30px #0d47a138;z-index:100;display:none;flex-direction:column}.topbar__submenu.open{display:flex}.topbar__submenu-link{display:flex;align-items:center;gap:.65rem;padding:.6rem 1rem;text-decoration:none;color:#1f2937;font-weight:600;white-space:nowrap;transition:background .2s ease,color .2s ease}.topbar__submenu-link .topbar__icon{font-size:1rem;color:#0d47a1}.topbar__submenu-link:hover,.topbar__submenu-link:focus-visible{background-color:#0d47a114;color:#0d47a1;outline:none}.topbar__submenu-link.active{background-color:#0d47a11f;color:#0d47a1}.topbar__group.active-group .topbar__link--group{background:#ffffff2e}.dashboard{display:grid;gap:2rem;padding:2rem}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0f172a1a;display:flex;flex-direction:column;gap:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.summary{display:flex;gap:1rem;font-weight:600}.filters{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.filters--inline{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.field--span-2{grid-column:span 2;min-width:280px}.field--with-icon{position:relative}.field--with-icon input{padding-right:2.3rem}.field--with-icon input[type=date],.input-shell input[type=date]{padding-right:2.3rem;appearance:none}.field--with-icon input[type=date]::-webkit-calendar-picker-indicator,.input-shell input[type=date]::-webkit-calendar-picker-indicator{opacity:0;display:none}.field__icon{position:absolute;right:.75rem;top:63%;transform:translateY(-50%);color:#64748b;font-size:1rem;pointer-events:none}.filters__actions{display:flex;gap:.65rem;align-items:center}.cobrancas-emitidas__filters{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.cobrancas-emitidas__field{display:flex;flex-direction:column;gap:.45rem}.cobrancas-emitidas__field--wide{grid-column:span 2;min-width:280px}.cobrancas-emitidas__field--small{min-width:200px}.cobrancas-emitidas__label{font-size:.85rem;font-weight:600;color:#1f2937}.cobrancas-emitidas__range{display:flex;gap:.75rem;flex-wrap:wrap}.cobrancas-emitidas__range-item{flex:1;min-width:150px;display:flex;flex-direction:column;gap:.2rem}.cobrancas-emitidas__range-caption{font-size:.75rem;font-weight:600;color:#1f2937}.cobrancas-emitidas__input{width:100%;border:1px solid #cbd5f5;border-radius:10px;padding:.55rem 3.2rem .55rem .85rem;font-size:.95rem;background:#fff;transition:border .2s ease,box-shadow .2s ease}.cobrancas-emitidas__input:focus{outline:none;border-color:#0d47a1;box-shadow:0 0 0 2px #0d47a126}.input-shell{position:relative;display:flex;align-items:center}.input-shell--with-leading .cobrancas-emitidas__input{padding-left:2.5rem}.input-shell__icon{position:absolute;right:2.6rem;color:#0d47a1;font-size:1rem;pointer-events:none}.input-shell__icon--leading,.input-shell--with-leading .input-shell__icon{left:.9rem;right:auto}.input-shell__clear{position:absolute;right:.6rem;display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:background .2s ease,color .2s ease}.input-shell__clear:hover{background:#0d47a11f;color:#0d47a1}.cobrancas-emitidas__actions{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;grid-column:1 / -1}.cobrancas-emitidas__table tbody tr:hover{background:#eef2ff}.cobrancas-emitidas__align-right{text-align:right}.cobrancas-emitidas__actions-header{text-align:center;width:64px}.cobrancas-emitidas__actions-cell{text-align:center}.cobrancas-emitidas__actions-cell .actions-trigger{margin:0 auto}.cobrancas-emitidas__descricao,.cobrancas-emitidas__paciente{max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cobrancas-emitidas__totals{margin:1rem 0;display:flex;gap:1.5rem;flex-wrap:wrap;font-weight:600;color:#1f2937}.cobrancas-emitidas__totals strong{color:#161718}.cobrancas-emitidas__pager{margin:0 0 1.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,auto));gap:1rem;align-items:center}.cobrancas-emitidas__pager-info{font-size:.95rem;color:#475569}.cobrancas-emitidas__pager-controls{display:inline-flex;align-items:center;gap:.75rem;justify-content:center}.cobrancas-emitidas__pager button{min-width:96px}.cobrancas-emitidas__pager-page{font-size:.95rem;color:#0f172a}.cobrancas-emitidas__pager-size{display:inline-flex;align-items:center;gap:.5rem;justify-content:flex-end;font-size:.95rem;color:#475569}.cobrancas-emitidas__pager-size select{padding:.4rem .75rem;border:1px solid rgba(15,23,42,.2);background:#fff;font-weight:600;color:#0f172a}@media(max-width:960px){.cobrancas-emitidas__pager{grid-template-columns:repeat(2,minmax(0,1fr))}.cobrancas-emitidas__pager-size{justify-content:flex-start}}@media(max-width:640px){.cobrancas-emitidas__pager{grid-template-columns:minmax(0,1fr);justify-items:flex-start}}.status-success{color:#00796b;font-weight:600}@media(max-width:960px){.cobrancas-emitidas__field--wide{grid-column:span 1}.input-shell__icon{right:2.2rem}}.button.icon-only{display:inline-flex;align-items:center;justify-content:center;padding:.55rem;border-radius:8px;background:#e5e7eb;color:#0d47a1}.button.icon-only:hover{filter:brightness(.95)}.button.icon-only:disabled{opacity:.5}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#0d47a114;border:none;color:#0d47a1;cursor:pointer;transition:background .2s ease,transform .2s ease}.icon-button:hover{background:#0d47a12e;transform:translateY(-1px)}.icon-button:disabled{opacity:.4;cursor:default;transform:none}table.table--primary thead tr{background:#0d47a1;color:#fff}table.table--primary thead th{color:#fff;background:#0c3f8e;border-bottom-color:#0d47a166}table.table--primary tbody tr{transition:background-color .2s ease,box-shadow .2s ease}table.table--primary tbody tr:nth-child(2n){background:#f5f8ff}table.table--primary tbody tr.table-row--selected{background:#e7edff}table.table--primary tbody tr.table-row--selected:nth-child(2n){background:#e7edff}table.table--primary tbody tr.table-row--selected.table-row--active{background:#e0e7ff}table.table--primary tbody tr:hover{background:#e7edff;box-shadow:inset 0 0 0 9999px #0d47a10a}table.table--primary tbody tr.table-row--active:hover{background:#e0e7ff}.field{display:flex;flex-direction:column;gap:.3rem}.field__inline{display:flex;align-items:center;gap:.5rem}.field__inline input{flex:1}.field label{font-size:.85rem;color:#374151}.field__hint{margin-top:.25rem;font-size:.75rem;color:#475569}.input,.field input,.field textarea,select{border:1px solid #cbd5f5;border-radius:8px;padding:.55rem .7rem;font-size:.95rem}textarea.input{resize:vertical}.actions{display:flex;gap:.75rem;align-items:flex-end}.button{background:#0d47a1;color:#fff;padding:.55rem 1.1rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:filter .2s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-decoration:auto}.button.secondary{background:#e5e7eb;color:#1f2937}.button.danger{background:#dc2626;color:#fff}.button.danger:hover,.button.danger:focus-visible{filter:brightness(.92)}.button:disabled{opacity:.6;cursor:progress}.link-button{background:none;border:none;color:#0d47a1;padding:0;cursor:pointer;text-decoration:underline;font-size:.9rem}.table-wrapper{border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0f172a14;overflow:hidden;overflow-x:auto}table{width:100%;border-collapse:collapse;margin-bottom:100px}th,td{border-bottom:1px solid #e5e7eb;text-align:left;padding:.6rem .75rem;font-size:.9rem}th{background:#f1f5f9;font-weight:600}.error{color:#b91c1c;font-weight:600;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.card .helper{font-size:.85rem;color:#4b5563}.dialog{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:1.5rem}.dialog-content{background:#fff;border-radius:12px;padding:1.5rem;width:min(720px,90vw);display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 30px #0f172a40}.dialog-content header{display:flex;justify-content:space-between;align-items:center}.tabs{display:flex;gap:.75rem;margin-bottom:1rem}.tab{background:#e2e8f0;border:none;padding:.4rem .9rem;border-radius:999px;cursor:pointer;font-weight:600;color:#1f2937}.tab.active{background:#0d47a1;color:#fff}.menu{display:flex;gap:1rem;margin-right:auto;margin-left:2rem}.menu a{color:#fff;text-decoration:none;font-weight:600}.menu a:hover{text-decoration:underline}.card.full{padding:0;background:transparent;box-shadow:none}.protected-layout{min-height:100vh;background:#f4f6f8;color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column}.protected-content{flex:1;display:flex;flex-direction:column}.protected-main{flex:1;padding:2rem}.login-page{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;background:#fff}.login-shell{width:min(1080px,100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.login-brand{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center}.login-logo{width:33%;max-width:220px;height:auto;margin-bottom:1rem}.login-logo--desktop{display:none}.login-logo--mobile{display:block;width:80%;max-width:220px}.login-headline{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.4rem;line-height:1.35;color:#5f6c7b;font-weight:600;white-space:nowrap}.login-subheadline{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;line-height:1.35;color:#5f6c7b;font-weight:500;white-space:nowrap}.login-headline--desktop{display:none}.login-divider{width:100%;height:1px;background:#d1d5db}.login-divider--vertical{display:none;width:1px;height:28rem}.login-divider--horizontal{display:block}.login-content{flex:1 1 50%;width:100%;display:flex;justify-content:center;align-items:center}.login-content__body{width:min(360px,100%);display:flex;flex-direction:column;gap:1.5rem}.login-title{margin:0;font-size:1.35rem;font-weight:700;color:#202b3c}.login-description{margin:0;font-size:.95rem;line-height:1.5;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-label{font-size:.95rem;font-weight:600;color:#3b3b3b;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-field__control{position:relative}.login-input{width:100%;border-radius:10px;border:1px solid #cbd5e1;padding:.65rem 1rem;font-size:1rem;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease;background:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-input:focus{outline:none;border-color:#0d47a1;box-shadow:0 0 0 2px #0d47a126;background:#fff}.login-input--password{padding-right:2.75rem}.login-input--textarea{min-height:8rem;resize:vertical;line-height:1.45;padding-top:.9rem;border-radius:20px}.login-password-toggle{position:absolute;top:50%;right:.9rem;transform:translateY(-50%);border:none;background:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.login-password-toggle:hover,.login-password-toggle:focus-visible{color:#0d47a1;outline:none}.login-error{margin:0;font-size:.9rem;color:#b91c1c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-submit{justify-content:flex-start;text-align:right;padding-top:45px}.login-submit .button{border-radius:999px;min-width:130px}.login-links{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.login-link{border:none;background:none;color:#0d47a1;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}.login-link:hover,.login-link:focus-visible{color:#0b3d8a;outline:none}.login-link--primary{font-weight:700}.login-help{margin:0;font-size:.85rem;color:#6b7280}@media(min-width:640px){.login-shell{flex-direction:row;align-items:center;gap:3rem}.login-divider--vertical{display:block}.login-divider--horizontal{display:none}.login-content__body{gap:1.75rem}}@media(min-width:768px){.login-logo--desktop{display:block}.login-logo--mobile{display:none}.login-headline--desktop{display:block}.login-headline--mobile{display:none}.login-links{flex-direction:row;align-items:center;gap:1.5rem}}@media(max-width:639px){.login-page{padding:3rem 1.25rem}.login-links,.login-help{align-items:center;text-align:center;width:100%}}@media(max-width:480px){.login-title{font-size:1.15rem}.login-description{font-size:.9rem}}.table-row--active{background:#eef2ff}.table-row--active td{border-bottom-color:#c7d2fe}.table-row--selected{background:#e7edff}.table-row--selected td{border-bottom-color:#dae3ff}.table-row--selected.table-row--active{background:#e0e7ff}.actions-cell{position:relative;display:flex;justify-content:center}.actions-trigger{background:transparent;border:none;width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0d47a1;font-size:1.1rem;cursor:pointer;transition:background .2s ease,color .2s ease}.actions-trigger:hover,.actions-trigger:focus-visible{background:#0d47a11a;color:#08306b;outline:none}.actions-menu{position:absolute;top:calc(100% + .5rem);right:0;width:220px;background:#fff;border-radius:12px;box-shadow:0 12px 24px #0f172a29;padding:.75rem .5rem .5rem;display:flex;flex-direction:column;gap:.25rem;z-index:5}.actions-menu__close{align-self:flex-end;background:none;border:none;color:#64748b;font-weight:600;cursor:pointer;padding:.1rem .2rem}.actions-menu__close:hover,.actions-menu__close:focus-visible{color:#0d47a1;outline:none}.actions-menu__item{display:flex;align-items:center;gap:.65rem;width:100%;border:none;background:transparent;border-radius:8px;padding:.55rem .65rem;color:#1f2937;font-size:.9rem;cursor:pointer;transition:background .2s ease,color .2s ease}.actions-menu__item:hover,.actions-menu__item:focus-visible{background:#e8f1ff;color:#0d47a1;outline:none}.actions-menu__icon{font-size:1.1rem;color:#0d47a1;flex-shrink:0}.actions-menu__label{flex:1}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:20}.modal-card{width:min(220px,95vw);background:#fff;border-radius:16px;box-shadow:0 28px 45px #0f172a38;display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem 1.25rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.modal-card--sm{width:min(360px,90vw)}.modal-card--lg{width:min(560px,95vw)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-header__info{display:flex;gap:.75rem;align-items:flex-start}.modal-icon{width:2.25rem;height:2.25rem;border-radius:12px;background:#e3f2fd;color:#0d47a1;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem}.modal-title{margin:5px;font-size:1.1rem;color:#0f172a}.modal-description{margin:.35rem 0 0;color:#4b5563;font-size:.95rem}.modal-close{background:none;border:none;color:#64748b;font-size:1.1rem;font-weight:600;cursor:pointer;border-radius:999px;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center}.modal-close:hover,.modal-close:focus-visible{background:#0f172a14;color:#0d47a1;outline:none}.modal-body{display:flex;flex-direction:column;gap:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.modal-form{display:flex;flex-direction:column;gap:.85rem}.modal-field{display:flex;flex-direction:column;gap:.35rem}.modal-field span{font-weight:600;color:#1f2937;font-size:.95rem}.modal-field input,.modal-field textarea,.modal-field select{border:1px solid #cbd5f5;border-radius:10px;padding:.6rem .75rem;font-size:.95rem;transition:border .2s ease,box-shadow .2s ease}.modal-field input:focus,.modal-field textarea:focus,.modal-field select:focus{outline:none;border-color:#0d47a1;box-shadow:0 0 0 3px #0d47a12e}.status-change-modal{display:flex;flex-direction:column;gap:1rem}.status-change-modal__summary{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#f4f6fb)}.status-change-modal__summary-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:220px}.status-change-modal__eyebrow{margin:0;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#0d47a1}.status-change-modal__assistido{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.status-change-modal__assistido h4{margin:0;font-size:1.05rem;color:#0f172a}.status-change-modal__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;border-radius:999px;background:#e8f1ff;color:#0d47a1;font-weight:700;font-size:.85rem}.status-change-modal__meta{margin:0;color:#4b5563;font-size:.9rem}.status-change-modal__flow{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.status-change-modal__arrow{font-size:1.15rem;color:#475569}.status-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-weight:700;font-size:.9rem;letter-spacing:-.01em}.status-chip--muted{background:#f3f4f6;color:#475569}.status-chip--info{background:#e3f2fd;color:#0d47a1}.status-chip--success{background:#ecfdf3;color:#166534}.status-chip--danger{background:#fef2f2;color:#b91c1c}.status-change-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.status-change-modal__card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem .95rem;display:flex;flex-direction:column;gap:.2rem}.status-change-modal__card--full{grid-column:1 / -1}.status-change-modal__card span{color:#6b7280;font-size:.85rem}.status-change-modal__card strong{color:#0f172a;font-size:.98rem;font-weight:700}.status-change-modal__card textarea{width:100%;min-height:110px;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:10px;resize:vertical;font:inherit}.status-change-modal__card textarea:focus{outline:2px solid #0d47a133;border-color:#0d47a1}.status-change-modal__note{border-radius:12px;border:1px dashed #c7d2fe;background:#eef2ff;color:#312e81;padding:.9rem 1rem;font-size:.92rem;line-height:1.45}.button.ghost{background:transparent;color:#1f2937}.button.ghost:hover,.button.ghost:focus-visible{background:#f3f4f6;color:#0d47a1;outline:none}.modal-icon--info{background:#e3f2fd;color:#0d47a1}.modal-icon--success{background:#ecfdf3;color:#166534}.modal-icon--warning{background:#fff7ed;color:#b45309}.modal-icon--danger{background:#fee2e2;color:#b91c1c}.modal-symbol{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:700;font-size:1rem}.modal-alert__body{font-size:.95rem;color:#1f2937}.modal-alert__message{margin:0;line-height:1.5}.modal-alert__confirm{border-radius:999px;padding:.55rem 1.6rem;font-weight:600;box-shadow:0 0 0 2px #fffc}.modal-alert__confirm:focus-visible{outline:none;box-shadow:0 0 0 3px #0d47a159}.status-change-feedback{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:16px;border:1px solid #e5e7eb;border-left-width:6px;background:#fff;box-shadow:0 8px 22px #0f172a14;color:#0f172a}.status-change-feedback--error{border-left-color:#f44336;background:linear-gradient(135deg,#fff7f5,#fff)}.status-change-feedback--success{border-left-color:#2e7d32;background:linear-gradient(135deg,#f4fbf6,#fff)}.status-change-feedback__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.status-change-feedback__eyebrow{margin:0;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;font-weight:700}.status-change-feedback__title{margin:.1rem 0 .35rem;font-size:1.1rem;font-weight:700;color:#111827}.status-change-feedback__helper{margin:0;color:#4b5563;line-height:1.5}.status-change-feedback__badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;border-radius:999px;font-weight:700;font-size:.85rem;background:#e5e7eb;color:#111827}.status-change-feedback--error .status-change-feedback__badge{background:#fdecea;color:#b71c1c}.status-change-feedback--success .status-change-feedback__badge{background:#e6f4ea;color:#1b5e20}.status-change-feedback__card{padding:.9rem 1rem;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc}.status-change-feedback--error .status-change-feedback__card{border-color:#fecdd3;background:#fff1f2}.status-change-feedback--success .status-change-feedback__card{border-color:#bbf7d0;background:#f0fdf4}.status-change-feedback__label{margin:0 0 .25rem;font-weight:700;color:#374151;font-size:.95rem}.status-change-feedback__message{margin:0;line-height:1.6;color:#0f172a;white-space:pre-line;word-break:break-word}.status-change-feedback__status{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;font-weight:700;color:#111827}.status-change-feedback__status span{color:#6b7280}@media(max-width:640px){.status-change-feedback__header{flex-direction:column;align-items:flex-start}.status-change-feedback__badge{align-self:flex-start}}.charges-detail{display:flex;flex-direction:column;gap:1.1rem}.charges-detail__summary{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;padding:.85rem 1rem;background:#f8fafc;border-radius:12px;font-size:.9rem;color:#1f2937}.charges-detail__summary strong{color:#0d47a1}.charges-detail__list{display:flex;flex-direction:column;gap:.85rem;max-height:55vh;overflow-y:auto;padding-right:.25rem;padding-top:10px}.charges-detail__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 6px 18px #0f172a1a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.charges-detail__card:hover{transform:translateY(-2px);border-color:#0d47a1;box-shadow:0 12px 25px #0d47a12e}.charges-detail__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.charges-detail__header h4{margin:0;font-size:1rem;color:#0f172a}.charges-detail__meta{margin:.45rem 0 0;display:flex;flex-wrap:wrap;gap:.65rem;font-size:.78rem;color:#64748b}.charges-detail__amount{background:#0d47a1;color:#fff;border-radius:999px;padding:.45rem .9rem;font-weight:600;font-size:.9rem;align-self:flex-start;box-shadow:0 4px 10px #0d47a140}.charges-detail__grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.charges-detail__grid dt{margin:0 0 .25rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#65728b}.charges-detail__grid dd{margin:0;font-size:.92rem;font-weight:600;color:#1f2937}.charges-detail__empty{margin:.5rem 0 0;text-align:center;color:#64748b}.charges-detail__footer{display:flex;justify-content:flex-end;gap:.5rem;align-items:center;font-size:.95rem;color:#1f2937;border-top:1px solid #e2e8f0;padding-top:.75rem}.charges-detail__footer strong{color:#0d47a1;font-size:1.05rem}.table-selection{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.table-selection__info{font-size:.9rem;color:#1f2937}.table-selection__actions{display:flex;gap:.75rem;align-items:center}.table-selection__counter{font-weight:600;color:#0d47a1}.table-select-all{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#1f2937;cursor:pointer;-webkit-user-select:none;user-select:none}.table-select-all input{width:16px;height:16px;cursor:pointer}.checkbox-cell{width:40px;text-align:center}.checkbox-cell input{width:16px;height:16px;cursor:pointer}.button.batch{display:inline-flex;align-items:center;gap:.4rem;background:#0d47a1;color:#fff;border:none;border-radius:8px;padding:.55rem 1.1rem;font-weight:600;cursor:pointer}.button.batch:disabled{opacity:.6;cursor:not-allowed}.batch-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-right:.4rem;font-size:1.05rem;color:#fff}.agendamentos-card .helper{margin:.35rem 0 0;max-width:72ch}.agendamentos-filters{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;margin-bottom:1.5rem}.agendamentos-filters-card__body{display:flex;flex-direction:column;gap:1.2rem}.agendamentos-filters-card__row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.agendamentos-filters-card__row--single{grid-template-columns:1fr}.agendamentos-filters__actions{display:flex;gap:.75rem;align-items:stretch;justify-content:flex-end;flex-wrap:wrap}.agendamentos-filters__actions .button{flex:1 1 200px;display:inline-flex;gap:.5rem;align-items:center;justify-content:center}.agendamentos-filters__actions .button.secondary{flex:0 0 auto}.agendamentos-filters__error{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem .9rem;border-radius:10px;background:#ef44441f;color:#b91c1c;font-weight:600}.agendamentos-situacoes-field{position:relative}.agendamentos-situacoes__trigger{width:100%;border:1px solid #cbd5f5;border-radius:10px;padding:.55rem .85rem;background:#fff;color:#1f2937;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;cursor:pointer;transition:border .2s ease,box-shadow .2s ease}.agendamentos-situacoes__trigger:hover,.agendamentos-situacoes__trigger:focus-visible,.agendamentos-situacoes__trigger.open{border-color:#0d47a1;box-shadow:0 0 0 3px #0d47a126;outline:none}.agendamentos-situacoes__placeholder{color:#94a3b8}.agendamentos-situacoes__dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid rgba(13,71,161,.12);border-radius:14px;box-shadow:0 22px 38px #0f172a2e;padding:.75rem;display:flex;flex-direction:column;gap:.45rem;max-height:290px;overflow-y:auto;z-index:10}.agendamentos-situacoes__item{display:flex;align-items:center;gap:.6rem;padding:.45rem .35rem;border-radius:8px;transition:background .15s ease}.agendamentos-situacoes__item:hover{background:#0d47a114}.agendamentos-situacoes__item input{width:1rem;height:1rem}.agendamentos-situacoes__clear{border:none;background:none;color:#0d47a1;font-weight:600;font-size:.85rem;align-self:flex-end;margin-top:.4rem;cursor:pointer}.agendamentos-activity{display:flex;flex-direction:column;gap:.9rem;padding:1.1rem 1.2rem;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#f3f6fb);box-shadow:0 8px 22px #0f172a14}.agendamentos-activity__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.agendamentos-activity__eyebrow{margin:0;font-size:.8rem;letter-spacing:.04em;color:#0d47a1;text-transform:uppercase;font-weight:800}.agendamentos-activity__title{margin:.1rem 0 .2rem;font-size:1.25rem;color:#0f172a}.agendamentos-activity__subtitle{margin:0;color:#475569;max-width:60ch}.agendamentos-activity__limit{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border-radius:999px;background:#0d47a1;color:#fff;font-weight:700;font-size:.9rem;box-shadow:0 6px 14px #0d47a140}.agendamentos-activity__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.85rem}.agendamentos-activity__item{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 10px 20px #0f172a0f}.agendamentos-activity__item--convocacao{border-left:4px solid #0d47a1}.agendamentos-activity__item--ausencia{border-left:4px solid #b91c1c}.agendamentos-activity__item--atendimento{border-left:4px solid #16a34a}.agendamentos-activity__item-header{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.agendamentos-activity__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:10px;font-weight:700;font-size:.85rem}.agendamentos-activity__chip--convocacao{background:#e3f2fd;color:#0d47a1}.agendamentos-activity__chip--ausencia{background:#fee2e2;color:#b91c1c}.agendamentos-activity__chip--atendimento{background:#ecfdf3;color:#166534}.agendamentos-activity__status{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:8px;background:#f1f5f9;color:#0f172a;font-weight:700;font-size:.85rem}.agendamentos-activity__timestamp{margin-left:auto;color:#475569;font-size:.85rem}.agendamentos-activity__assistido{display:flex;flex-direction:column;gap:.1rem}.agendamentos-activity__assistido strong{font-size:1rem;color:#0f172a}.agendamentos-activity__assistido-id{color:#64748b;font-size:.88rem}.agendamentos-activity__meta{display:flex;flex-wrap:wrap;gap:.8rem;color:#475569}.agendamentos-activity__meta-entry{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .45rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.9rem}.agendamentos-activity__empty{display:flex;align-items:center;gap:.75rem;border:1px dashed #cbd5f5;border-radius:12px;padding:.85rem 1rem;background:#fff;color:#475569}.agendamentos-activity__empty strong{display:block;color:#0f172a}@media(max-width:768px){.agendamentos-activity__timestamp{width:100%;margin-left:0}.agendamentos-activity__limit{width:100%;justify-content:center}}.agendamentos-results{display:flex;flex-direction:column;gap:1.5rem}.agendamentos-pagination-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:.65rem 0;border-bottom:1px solid #e2e8f0}.agendamentos-pagination-bar__summary{display:flex;flex-direction:column;gap:.25rem;min-width:220px}.agendamentos-pagination-bar__summary-text{font-weight:600;color:#0f172a}.agendamentos-pagination-bar__period{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#475569}.agendamentos-pagination-bar__pages{display:inline-flex;align-items:center;gap:.85rem;font-weight:600;color:#0f172a}.agendamentos-pagination-bar__link{border:none;background:none;color:#0d47a1;font-weight:600;cursor:pointer;padding:0}.agendamentos-pagination-bar__link:disabled{color:#94a3b8;cursor:default}.agendamentos-pagination-bar__page-indicator{color:#1f2937}.agendamentos-pagination-bar__page-size{display:flex;flex-direction:column;font-size:.85rem;color:#475569;min-width:160px}.agendamentos-pagination-bar__page-size select{margin-top:.2rem;border-radius:8px;border:1px solid #cbd5f5;padding:.35rem .55rem}.agendamentos-results__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.agendamentos-results__info{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.agendamentos-results__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .75rem;border-radius:999px;background:#0d47a11f;color:#0d47a1;font-weight:600}.agendamentos-results__period{display:inline-flex;gap:.35rem;align-items:center;color:#475569;font-size:.9rem}.agendamentos-results__controls{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.agendamentos-results__pagination-shell{display:inline-flex;align-items:center;gap:1.5rem}.agendamentos-results__page-size{display:inline-flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#475569}.agendamentos-results__page-size select{width:120px}.agendamentos-table{min-width:1080px}.agendamentos-table__assistido{min-width:220px}.agendamentos-table__actions{width:90px;text-align:center}.agendamentos-table__feedback{text-align:center;padding:2rem 1rem;color:#475569}.agendamentos-table__feedback--error{color:#b91c1c;font-weight:600}.agendamentos-table__nowrap{white-space:nowrap}.agendamentos-assistido__nome{display:block;font-weight:600;color:#1f2937}.agendamentos-assistido__meta{display:block;font-size:.75rem;color:#64748b;margin-top:.15rem}.table-actions{position:relative;display:flex;justify-content:center}.agendamentos-status{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.25rem .7rem;border-radius:999px;text-transform:uppercase;font-size:.75rem;letter-spacing:.035em;font-weight:700;background:#64748b29;color:#1f2937}.agendamentos-status--success{background:#10b9812e;color:#047857}.agendamentos-status--warning{background:#f59e0b33;color:#b45309}.agendamentos-status--danger{background:#ef444433;color:#b91c1c}.agendamentos-status--info{background:#3b82f62e;color:#1d4ed8}.agendamentos-status--muted{background:#94a3b82e;color:#334155}.assistidos-card .card-title{margin:0;font-size:1.5rem;font-weight:700}.assistidos-card .helper{margin:.35rem 0 0;max-width:70ch}.assistidos-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.assistidos-filters .field--span-2{grid-column:span 2;min-width:280px}.assistidos-filters__actions{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap;grid-column:span 2}.assistidos-filters__actions .button,.assistidos-filters__actions .button.secondary{display:inline-flex;align-items:center;gap:.5rem}.assistidos-results{display:flex;flex-direction:column;gap:1rem}.assistidos-results__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center}.assistidos-results__info{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.assistidos-results__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:#0d47a11a;color:#0d47a1;font-weight:600}.assistidos-results__page{color:#475569;font-size:.9rem}.assistidos-results__controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.assistidos-results__page-size{display:inline-flex;flex-direction:column;font-size:.85rem;color:#475569;gap:.35rem}.assistidos-results__page-size select{width:120px}.assistidos-pagination{display:inline-flex;gap:.5rem;align-items:center}.assistidos-pagination__label{font-weight:600;color:#1f2937}.assistidos-table{min-width:880px}.assistidos-table__sort{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;color:inherit;font:inherit;cursor:pointer;padding:0}.assistidos-table__sort:hover{text-decoration:underline}.assistidos-table__sort-indicator{font-size:.75rem;color:#f4f6f8}.assistidos-row--highlight{animation:assistidos-row-highlight 2.4s ease;background:#3b82f62e}@keyframes assistidos-row-highlight{0%{background:#3b82f640}to{background:transparent}}.assistidos-table__empty,.assistidos-table__loading{text-align:center;padding:2rem 1rem;color:#475569}.assistidos-table__loading{font-weight:600}.assistidos-status{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;background:#0d47a114;color:#0d47a1;font-weight:700;letter-spacing:.035em}.assistidos-table__nowrap{white-space:nowrap}.assistidos-status--associado{background:#10b9812e;color:#047857}.assistidos-status--aguardando,.assistidos-status--aguardando-atendimento{background:#f59e0b2e;color:#b45309}.assistidos-status--encerrado,.assistidos-status--inativo{background:#94a3b82e;color:#334155}.assistidos-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.assistidos-details__row{display:flex;flex-direction:column;gap:.35rem;padding:.85rem;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#f8fafc}.assistidos-details__row dt{margin:0;font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em}.assistidos-details__row dd{margin:0;font-size:.95rem;color:#0f172a;word-break:break-word}@media(max-width:768px){.assistidos-filters .field--span-2{grid-column:span 1}.assistidos-results__header{align-items:flex-start}}.assistido-ficha.card.full{background:transparent;box-shadow:none;padding:0;gap:1.5rem}.assistido-ficha__header{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:#f7faff;border-radius:24px;border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 30px #0f172a0f}.assistido-ficha__breadcrumb{display:flex;justify-content:flex-start}.assistido-ficha__breadcrumb-link{display:inline-flex;align-items:center;gap:.4rem;color:#0d47a1;font-weight:600;text-decoration:none}.assistido-ficha__breadcrumb-link:hover,.assistido-ficha__breadcrumb-link:focus-visible{text-decoration:underline}.assistido-ficha__title{margin:0;font-size:1.8rem;font-weight:700;color:#0b3c91}.assistido-ficha__subtitle{margin:0;max-width:70ch;color:#3c4c66;font-size:.95rem}.assistido-ficha__meta{display:flex;flex-wrap:wrap;gap:.6rem}.assistido-ficha__title-wrap{display:flex;flex-direction:column;gap:.35rem}.assistido-ficha__title-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.assistido-ficha__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#0d47a11f;color:#0b3c91;font-size:.85rem;font-weight:600;border:1px solid rgba(13,71,161,.08)}.assistido-ficha__chip--status{background:#0d47a12e;color:#0b3c91}.assistido-ficha__chip--status-success{background:#10b98133;color:#065f46;border-color:#10b98159}.assistido-ficha__chip--muted{background:#94a3b81f;color:#475569;border-color:transparent}.assistido-ficha__content{display:flex;flex-direction:column;gap:1.5rem}.assistido-ficha__section{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(148,163,184,.18)}.assistido-ficha__section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.assistido-ficha__section-header h2{margin:0;font-size:1.2rem;color:#0f172a}.assistido-ficha__section-header p{margin:.35rem 0 0;color:#64748b;font-size:.9rem;max-width:60ch}.assistido-ficha__section-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;float:right;padding:20px}.assistido-ficha__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding-left:20px;padding-right:20px;padding-bottom:20px}.assistido-ficha__grid .field{margin:0}.assistido-ficha__grid .field--span-2{grid-column:span 2}.assistido-ficha__grid textarea{min-height:80px;resize:vertical}.assistido-ficha__cep-row{display:flex;gap:.6rem;align-items:center}.assistido-ficha__cep-row input{flex:1}.assistido-ficha__cep-hint{display:block;margin-top:.25rem;font-size:.82rem;color:#475569}.assistido-ficha__cep-hint--info{color:#0f172a}.assistido-ficha__cep-hint--success{color:#0f9d58}.assistido-ficha__cep-hint--error{color:#b91c1c}.assistido-ficha__notes{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding-left:25px;padding-right:25px}.assistido-ficha__notes .field--span-2{grid-column:span 2}.assistido-ficha__notes textarea{min-height:120px}.assistido-accordion{display:flex;flex-direction:column;gap:1rem}.assistido-accordion__item{border:1px solid rgba(148,163,184,.22);border-radius:18px;background:#fff;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.assistido-accordion__item[open]{border-color:#0d47a140;background:#f8fbff;box-shadow:0 14px 32px #0f172a14}.assistido-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.5rem;cursor:pointer;list-style:none}.assistido-accordion__summary::-webkit-details-marker{display:none}.assistido-accordion__summary h2{margin:0;font-size:1.12rem;color:#102a56}.assistido-accordion__summary p{margin:.35rem 0 0;font-size:.9rem;color:#566581}.assistido-accordion__item>.assistido-ficha__grid,.assistido-accordion__item>.assistido-ficha__notes,.assistido-accordion__item>.assistido-ficha__hint,.assistido-accordion__item>.assistido-ficha__association,.assistido-accordion__item>.assistido-ficha__empty{padding:0 1.5rem 1.5rem}.assistido-accordion__item>.assistido-ficha__association{padding-top:1rem;margin:15px}.assistido-demand{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#fdfefe}.assistido-demand__option{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#1f2937;padding:.3rem .75rem;border-radius:999px;border:1px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.assistido-demand__option input{pointer-events:none;accent-color:#0d47a1}.assistido-demand__option span{transition:color .2s ease}.assistido-demand__option--selected{background:#0d47a11f;border-color:#0d47a133;color:#0b3c91}.assistido-demand__option--selected span{color:#0b3c91;font-weight:600}.assistido-demand__empty{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.assistido-demand__note{margin-top:.4rem;padding:.5rem .75rem;border-radius:8px;background:#0d47a114;color:#1f2937;font-size:.85rem}.assistido-ficha__history-link{padding:1.5rem 1.75rem;border-radius:18px;border:1px dashed rgba(13,71,161,.25);background:#0d47a10d;display:flex;flex-direction:column;gap:1rem}.assistido-ficha__history-card{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:space-between}.assistido-ficha__history-text{display:flex;flex-direction:column;gap:.4rem;max-width:60ch;color:#475569}.assistido-ficha__history-text span{font-weight:600;color:#0b3c91}.assistido-historico{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:0 0 1rem 20px}.assistido-historico:before{content:"";position:absolute;left:9px;top:12px;bottom:12px;width:2px;background:#94a3b847}.assistido-historico__overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:.5rem}.assistido-historico__stat{border-radius:12px;padding:.75rem .85rem;background:#f8fafc;border:1px solid rgba(148,163,184,.16);display:flex;flex-direction:column;gap:.3rem}.assistido-historico__stat span{font-size:.8rem;text-transform:uppercase;color:#6b7a95;letter-spacing:.04em}.assistido-historico__stat strong{font-size:1.25rem;color:#0b3c91}.assistido-historico__stat small{font-size:.8rem;color:#4b5a73;line-height:1.3}.assistido-historico__stat--highlight{background:linear-gradient(135deg,#0d47a11f,#1e88e51f);border-color:#0d47a133}.assistido-historico-page{display:flex;flex-direction:column;gap:1.5rem}.assistido-historico-header{background:linear-gradient(135deg,#0d47a11f,#94a3b814);border:1px solid rgba(148,163,184,.3);border-radius:24px;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.assistido-historico-header__title h1{margin:0;font-size:1.6rem;color:#0b3c91}.assistido-historico-header__title p{margin:.4rem 0 0;color:#46597a;max-width:68ch}.assistido-historico-header__meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;color:#334155;font-weight:600}.assistido-historico-header__meta span{display:inline-flex;align-items:center;gap:.4rem}.assistido-historico-header__actions{display:flex;gap:.75rem;flex-wrap:wrap}.assistido-historico-layout{display:flex;flex-direction:column;gap:1.5rem}.assistido-historico-empty{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.6rem;border-radius:16px;border:1px dashed #cbd5f5;background:linear-gradient(135deg,#f8fbff,#f4f7fb);color:#475569}.assistido-historico-empty__icon{width:64px;height:64px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#0d47a11a;color:#0b3c91;font-size:1.6rem;box-shadow:inset 0 0 0 1px #0d47a11f}.assistido-historico-empty__content{display:flex;flex-direction:column;gap:.35rem}.assistido-historico-empty__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#5b6b86;font-weight:700}.assistido-historico-empty h3{margin:.1rem 0;color:#0b3c91}.assistido-historico-empty p{margin:0;color:#4a607c;max-width:72ch}.assistido-historico-empty__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.35rem}.assistido-historico-empty .button{min-width:190px}.assistido-historico-empty .button.ghost{border-style:dashed}.assistido-historico-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.assistido-historico-metric{position:relative;display:flex;flex-direction:column;gap:.4rem;padding:.9rem 1rem;border-radius:14px;background:#fdfefe;border:1px solid rgba(148,163,184,.18)}.assistido-historico-metric strong{font-size:1.25rem;color:#0b3c91;padding-right:10px}.assistido-historico-metric span{font-size:16.5px;color:#4b5875}.assistido-historico-metric__icon{position:absolute;top:-12px;right:12px;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 6px 16px #0f172a1f}.assistido-historico-metric--success{background:#22c55e14;border-color:#22c55e33}.assistido-historico-metric--success .assistido-historico-metric__icon{background:#22c55e;color:#fff}.assistido-historico-metric--warning{background:#eab30814;border-color:#eab30833}.assistido-historico-metric--warning .assistido-historico-metric__icon{background:#facc15;color:#fff}.assistido-historico-metric--danger{background:#f8717114;border-color:#f8717133}.assistido-historico-metric--danger .assistido-historico-metric__icon{background:#f97316;color:#fff}.assistido-historico-metric--info{background:#0ea5e914;border-color:#0ea5e933}.assistido-historico-metric--info .assistido-historico-metric__icon{background:#0ea5e9;color:#fff}.assistido-historico-distribution{background:#fff;border-radius:16px;border:1px solid rgba(148,163,184,.18);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.assistido-historico-distribution header h2{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:1rem;color:#1e3a8a}.assistido-historico-distribution__bar{display:flex;width:100%;border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.18);background:#f1f5f9}.assistido-historico-distribution__segment{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem .6rem;gap:.15rem;color:#0f172a;min-width:60px}.assistido-historico-distribution__segment strong{font-size:.9rem}.assistido-historico-distribution__segment small{font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;color:#0f172abf}.assistido-historico-distribution__segment--success{background:#22c55e59}.assistido-historico-distribution__segment--warning{background:#eab30859}.assistido-historico-distribution__segment--danger{background:#f8717159}.assistido-historico-distribution__segment--info{background:#0ea5e959}.assistido-historico-timeline{display:flex;flex-direction:column;gap:1rem}.assistido-historico-timeline header h2{margin:0;font-size:1.2rem;color:#0b3c91}.assistido-historico-timeline header p{margin:.25rem 0 0;color:#4a607c;max-width:70ch}.assistido-historico__entry{border:none;border-radius:12px;background:transparent;overflow:visible}.assistido-historico__entry[open]{border-color:transparent;box-shadow:none}.assistido-historico__summary{list-style:none;display:grid;grid-template-columns:minmax(160px,220px) 1fr;align-items:center;gap:1.1rem;padding:.75rem 1rem;cursor:pointer;background:#fff;border:1px solid rgba(148,163,184,.16);border-radius:12px;transition:border .18s ease,box-shadow .18s ease,background .18s ease}.assistido-historico__summary:hover,.assistido-historico__entry[open]>.assistido-historico__summary{border-color:#0d47a13d;box-shadow:0 6px 14px #0f172a14}.assistido-historico__entry[open]>.assistido-historico__summary{border-bottom-left-radius:0;border-bottom-right-radius:0}.assistido-historico__summary-date{display:flex;flex-direction:column;gap:.2rem}.assistido-historico__summary-date span{font-size:.78rem;color:#64748b}.assistido-historico__summary-lane{display:flex;align-items:center;gap:.6rem}.assistido-historico__dot{width:10px;height:10px;border-radius:50%;position:relative;margin-left:-275px;box-shadow:0 0 0 3px #fff}.assistido-historico__dot:after{display:none}.assistido-historico__dot--success{background:#16a34a}.assistido-historico__dot--warning{background:#eab308}.assistido-historico__dot--danger{background:#dc2626}.assistido-historico__dot--info{background:#0ea5e9}.assistido-historico__status-badge{display:inline-flex;align-items:center;justify-content:flex-end;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.assistido-historico__status-badge--success{background:#16a34a1a;color:#166534}.assistido-historico__status-badge--warning{background:#eab3081a;color:#92400e}.assistido-historico__status-badge--danger{background:#dc26261a;color:#991b1b}.assistido-historico__status-badge--info{background:#0ea5e91a;color:#075985}.assistido-historico__entry--success{border-color:#16a34a26}.assistido-historico__entry--warning{border-color:#eab3082e}.assistido-historico__entry--danger{border-color:#dc26262e}.assistido-historico__entry--info{border-color:#0ea5e92e}.assistido-historico__summary::-webkit-details-marker{display:none}.assistido-historico__summary>div:first-child{display:flex;flex-direction:column;gap:.25rem}.assistido-historico__summary>div:first-child strong{font-size:1rem;color:#0b3c91}.assistido-historico__summary>div:first-child span{font-size:.85rem;color:#475569}.assistido-historico__summary-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:1rem;text-align:right;flex-wrap:wrap}.assistido-historico__status{font-weight:600;color:#0f172a}.assistido-historico__local{font-size:.85rem;color:#64748b}.assistido-historico__value{font-size:.85rem;color:#334155;font-weight:600}.assistido-historico__details{display:grid;gap:.55rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:.6rem 1rem .9rem;border:1px solid rgba(148,163,184,.18);border-top:0;border-radius:0 0 12px 12px;background:#f8fbff;margin:0 -1px}.assistido-historico__details>div{display:flex;flex-direction:column;gap:.35rem}.assistido-historico__label{font-size:.8rem;text-transform:uppercase;color:#94a3b8;letter-spacing:.04em}.assistido-historico__full{grid-column:1 / -1}.assistido-historico__full p{margin:0;color:#1f2937;font-size:.9rem;line-height:1.4}@media(max-width:768px){.assistido-historico-empty{flex-direction:column;align-items:flex-start}}.assistido-availability{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#fdfefe}.assistido-availability__day{display:flex;flex-direction:column;gap:.5rem}.assistido-availability__day-label{font-weight:600;color:#1f2937}.assistido-availability__slots{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.assistido-availability__slot{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:#1f2937;padding:.2rem .55rem;border-radius:10px;border:1px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.assistido-availability__slot input{pointer-events:none;accent-color:#0d47a1}.assistido-availability__slot span{transition:color .2s ease}.assistido-availability__slot--checked{background:#0d47a11f;border-color:#0d47a133;color:#0b3c91}.assistido-availability__slot--checked span{color:#0b3c91;font-weight:600}.assistido-availability__slot input:checked+span{color:#0b3c91}.assistido-availability__empty{margin:.35rem 0 0;color:#64748b;font-size:.85rem}.assistido-availability__raw{margin-top:.75rem;font-size:.85rem;color:#475569}.assistido-availability__raw summary{cursor:pointer;font-weight:600}.assistido-availability__raw pre{margin:.5rem 0 0;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;white-space:pre-wrap;font-family:inherit}.assistido-match{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#f9fbfd}.assistido-match__summary{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.9rem;color:#334155;font-weight:600}.assistido-match__summary strong{color:#0b3c91}.assistido-match__cards{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.assistido-match__card{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem;border-radius:12px;border:1px solid rgba(13,71,161,.12);background:#fff;box-shadow:0 6px 16px #0f172a14}.assistido-match__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.assistido-match__card-title{margin:0;font-size:1rem;font-weight:700;color:#0b3c91}.assistido-match__card-subtitle{margin:.2rem 0 0;color:#475569;font-size:.85rem}.assistido-match__badge{display:inline-flex;align-items:center;gap:.35rem;background:#0d47a11f;color:#0b3c91;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.assistido-match__slots{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.assistido-match__slot{display:flex;flex-direction:column;gap:.4rem;padding:.75rem .9rem;border-radius:10px;background:#f8fafc;border:1px solid rgba(148,163,184,.2)}.assistido-match__slot-day{font-weight:600;color:#1f2937}.assistido-match__slot-hours{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.85rem;color:#475569}.assistido-match__time{display:inline-flex;align-items:center;gap:.35rem}.assistido-match__time--assistido{font-weight:600;color:#0b3c91}.assistido-match__time--estagiario{font-weight:600;color:#2563eb}.assistido-match__feedback{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:10px;background:#94a3b826;color:#475569;font-size:.85rem;font-weight:600}.assistido-match__feedback--error{background:#ef44441f;color:#b91c1c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.assistido-match__spinner{width:16px;height:16px;border-radius:50%;border:3px solid rgba(13,71,161,.18);border-top-color:#0d47a1;animation:assistido-spin .8s linear infinite}.assistido-match__empty{margin:0;color:#64748b;font-size:.85rem}.assistido-ficha__hint{padding:.65rem .9rem;border-radius:12px;background:#94a3b81f;color:#475569;font-size:.85rem;font-weight:600;padding:20px;margin:20px}.assistido-ficha__hint--error{background:#ef44441f;color:#b91c1c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.assistido-ficha__hint--success{background:#22c55e1f;color:#166534}.assistido-ficha__feedback{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:14px;background:#fff;border:1px solid rgba(148,163,184,.2);color:#1f2937;font-weight:600;width:fit-content}.assistido-ficha__spinner{width:18px;height:18px;border-radius:50%;border:3px solid rgba(13,71,161,.25);border-top-color:#0d47a1;animation:assistido-spin .8s linear infinite}@keyframes assistido-spin{to{transform:rotate(360deg)}}.assistido-ficha__association{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;border-radius:16px;border:1px solid rgba(13,71,161,.12);background:#f1f6ff;flex-wrap:wrap}.assistido-ficha__avatar{width:56px;height:56px;border-radius:50%;background:#0d47a1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem}.assistido-ficha__association-info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:200px;color:#0f172a}.assistido-ficha__empty{padding:1rem;border-radius:12px;background:#f4f7fb;color:#4a607c;font-weight:600}.assistido-association__grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:end}.assistido-association__actions{display:flex;align-items:flex-end;justify-content:flex-start;gap:.75rem}.assistido-association__actions .button{min-width:200px}.assistido-association__divider{height:1px;background:#94a3b84d;margin:1.5rem 0;border:0;width:100%}.assistido-association__hint{margin:.5rem 0 0;color:#475569;font-size:.85rem}.assistido-association__selection{margin:0;font-weight:600;color:#0b3c91}.assistido-association__selection--empty{color:#64748b;font-weight:500}.assistido-availability-modal{display:flex;flex-direction:column;gap:.75rem}.assistido-availability-modal__option{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;border-radius:10px;border:1px solid rgba(148,163,184,.3);background:#f8fafc;cursor:pointer;transition:border-color .2s ease,background .2s ease}.assistido-availability-modal__option input{accent-color:#0d47a1}.assistido-availability-modal__option span{display:flex;flex-direction:column;gap:.2rem}.assistido-availability-modal__option strong{font-size:.95rem;color:#0b3c91}.assistido-availability-modal__option small{font-size:.8rem;color:#475569}.assistido-availability-modal__option--selected{border-color:#0d47a166;background:#0d47a114}.estagiarios-card{background:transparent;box-shadow:none}.estagiarios-card__header{align-items:flex-start;gap:1rem}.estagiarios-header__actions{display:flex;gap:.5rem}.estagiarios-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end;padding:0;margin-bottom:.75rem}.estagiarios-filters__actions{display:flex;gap:.75rem;align-items:stretch;grid-column:span 2;flex-wrap:wrap}.estagiarios-active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 .25rem}.estagiarios-active-filters__chip{border:1px solid rgba(13,71,161,.25);background:#0d47a10f;color:#0d47a1;border-radius:999px;padding:.35rem .75rem;font-weight:600;cursor:pointer}.estagiarios-active-filters__chip:hover{background:#0d47a11f}.estagiarios-pagination-bar{margin:.5rem 0}.estagiarios-table{min-width:720px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.25);box-shadow:0 6px 18px #0f172a0d}.estagiarios-nome{color:#0f172a}.estagiarios-meta{font-size:.85rem;color:#475569}.estagiarios-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap;border:1px solid transparent}.estagiarios-badge--success{background:#10b98126;color:#047857}.estagiarios-badge--muted{background:#94a3b82e;color:#334155}.estagiarios-badge--warning{background:#f59e0b2e;color:#b45309}.estagiarios-badge--info{background:#0d47a11a;color:#0d47a1}.estagiarios-card .table-wrapper{margin-bottom:1rem}.estagiarios-success{margin:.75rem 0;padding:.75rem 1rem;border-radius:10px;background:#10b9811f;color:#047857;font-weight:600;border:1px solid rgba(16,185,129,.35)}.estagiarios-modal{max-height:90vh;overflow-y:auto}.estagiarios-form{display:flex;flex-direction:column;gap:1rem}.estagiarios-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.estagiarios-form__actions{display:flex;justify-content:flex-end;gap:.75rem}.estagiarios-row--highlight{background:#3b82f633}.estagiarios-fab{position:fixed;right:2rem;top:20%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:#0d47a1;color:#fff;border:none;font-size:2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #0d47a14d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:9}.estagiarios-fab:hover{transform:translateY(calc(-50% - 2px));box-shadow:0 14px 34px #0d47a15c}@media(max-width:768px){.estagiarios-fab{top:auto;bottom:1.5rem;transform:none}.estagiarios-fab:hover{transform:translateY(-2px)}}@media(max-width:768px){.estagiarios-filters__actions{grid-column:span 1}}@media(max-width:768px){.assistido-ficha__header,.assistido-ficha__section{padding:1.25rem}.assistido-ficha__grid .field--span-2{grid-column:span 1}.assistido-association__actions{flex-direction:column;align-items:stretch}.assistido-association__actions .button{width:100%}}.agendamentos-situacoes__clear--inline{display:none}.tipo-atendimento-card{gap:1rem}.tipo-atendimento__header{align-items:flex-start;flex-wrap:wrap;gap:1rem}.tipo-atendimento__eyebrow{margin:0 0 .25rem;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#0d47a1;font-weight:700}.tipo-atendimento__header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;color:#475569;font-size:.9rem}.tipo-atendimento__timestamp{color:#475569}.tipo-atendimento__feedback{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;font-weight:600;font-size:.95rem}.tipo-atendimento__feedback--success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.tipo-atendimento__feedback--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3}.tipo-atendimento__summary{display:flex;flex-wrap:wrap;gap:.5rem}.tipo-atendimento__pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;font-weight:700;font-size:.9rem;letter-spacing:.02em}.tipo-atendimento__pill--primary{background:#0d47a11f;color:#0d47a1}.tipo-atendimento__pill--success{background:#22c55e24;color:#166534}.tipo-atendimento__pill--muted{background:#0f172a14;color:#374151}.tipo-atendimento__pill--info{background:#eef2ff;color:#4338ca}.tipo-atendimento__filters{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:end}.tipo-atendimento__filter-actions{justify-content:flex-start;flex-wrap:wrap}.tipo-atendimento__table-wrapper{margin-top:.5rem}.tipo-atendimento-table{margin-bottom:0;min-width:720px}.tipo-atendimento__placeholder{text-align:center;padding:1.4rem;color:#475569}.tipo-atendimento__placeholder--error{color:#b91c1c;font-weight:700}.tipo-atendimento__status{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.3rem .7rem;border-radius:999px;text-transform:uppercase;font-size:.75rem;letter-spacing:.03em;font-weight:700;background:#f1f5f9;color:#0f172a}.tipo-atendimento__status--success{background:#22c55e24;color:#166534}.tipo-atendimento__status--muted{background:#0f172a14;color:#4b5563}.tipo-atendimento__status--danger{background:#fef2f2;color:#b91c1c}.tipo-atendimento__status--info{background:#eef2ff;color:#4338ca}.tipo-atendimento__actions{text-align:right;white-space:nowrap}.tipo-atendimento__row--highlight td{background:#e0f2fe;transition:background .8s ease}.tipo-atendimento__form{display:flex;flex-direction:column;gap:1rem}.tipo-atendimento__modal-actions{display:flex;justify-content:flex-end;gap:.75rem;align-items:center}.tipo-atendimento__id{white-space:nowrap;font-weight:700;color:#0f172a}.tipo-atendimento__descricao{font-weight:600;color:#1f2937}.tipo-atendimento-fab{position:fixed;right:4rem;top:14rem;width:60px;height:60px;border-radius:50%;background:#0d47a1;color:#fff;border:none;font-size:1.8rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #0d47a14d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:9}.tipo-atendimento-fab:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0d47a15c}.tipo-atendimento-fab:active{transform:translateY(0)}@media(max-width:768px){.tipo-atendimento-fab{right:1.25rem;bottom:1.25rem;width:56px;height:56px;font-size:1.6rem}}@media(max-width:960px){.tipo-atendimento__header-actions{align-items:flex-start}.tipo-atendimento__actions .button{width:100%}}@media(max-width:720px){.tipo-atendimento__filters{grid-template-columns:1fr}.tipo-atendimento__header{flex-direction:column}.tipo-atendimento__header-actions{width:100%;align-items:flex-start}}
