@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--terracotta:#c35e1e;--terracotta-dark:#9c4a17;--terracotta-soft:#f3d8c5;--terracotta-light:#fdf3ec;--terracotta-red:#b85236;--blue:#26405d;--blue-dark:#1a2d44;--blue-soft:#d8dfe8;--green:#00a49a;--green-dark:#008078;--green-soft:#cdebe8;--ice:#f2f2f2;--bg:#fff;--bg-soft:var(--ice);--border:#e3e3e3;--border-strong:#cfcfcf;--ink:#1b2735;--ink-soft:#3a4654;--muted:#6b7280;--status-analise-bg:#fff3d6;--status-analise-fg:#8a6300;--status-aprovado-bg:var(--green-soft);--status-aprovado-fg:var(--green-dark);--status-reprovado-bg:#fadcd2;--status-reprovado-fg:#a8311a;--status-cancelado-bg:#e9e9e9;--status-cancelado-fg:#5a5a5a;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--font-sans:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--sidebar-w:240px;--topbar-h:64px;--focus-ring:0 0 0 3px #c35e1e59;--ease:.15s ease;--touch-min:44px;--color-primary:#c35e1e;--color-primary-light:#d4783f;--color-primary-dark:#b85236;--color-primary-bg:#c35e1e14;--color-primary-bg-hover:#c35e1e1f;--color-secondary:#26405d;--color-secondary-light:#345678;--color-secondary-dark:#1a2e42;--color-accent:#00a49a;--color-accent-light:#00c4b8;--color-accent-dark:#008a82;--color-accent-bg:#00a49a14;--color-bg:#f2f2f2;--color-bg-white:#fff;--color-bg-card:#fff;--color-bg-sidebar:#1a2e42;--color-text-primary:#1a1a2e;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-text-white:#fff;--color-text-inverse:#f8fafc;--color-success:#10b981;--color-success-bg:#10b9811a;--color-warning:#f59e0b;--color-warning-bg:#f59e0b1a;--color-danger:#ef4444;--color-danger-bg:#ef44441a;--color-info:#3b82f6;--color-info-bg:#3b82f61a;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000d;--shadow-card:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-card-hover:0 10px 30px #0000001a;--radius-xl:24px;--radius-full:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--sidebar-width:260px;--sidebar-collapsed:72px;--header-height:70px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.9375rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text-primary);background-color:var(--color-bg);min-height:100vh;line-height:1.6}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;border:none;outline:none}input,select,textarea{font-family:inherit;font-size:inherit;outline:none}ul,ol{list-style:none}img{max-width:100%;display:block}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.animate-fade-in-up{animation:.4s fadeInUp}.animate-slide-in-left{animation:.3s forwards slideInLeft}.animate-scale-in{animation:.3s forwards scaleIn}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.text-warning{color:var(--color-warning)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=768px){:root{--sidebar-width:0px;--header-height:60px}}.app-switcher{margin-bottom:8px;position:relative}.app-switcher .app-switcher-btn{border:1px solid var(--border);width:100%;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;transition:border-color .15s,background-color .15s;display:flex}.app-switcher .app-switcher-btn:hover{background:var(--bg-soft);border-color:var(--border-strong)}.app-switcher .app-switcher-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.app-switcher-icon{width:16px;height:16px;color:var(--terracotta);flex:none;place-items:center;display:grid}.app-switcher-text{flex-direction:column;flex:1;min-width:0;line-height:1.15;display:flex}.app-switcher-text small{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:9.5px;font-weight:700}.app-switcher-text strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.app-switcher-chevron{width:16px;height:16px;color:var(--muted);flex:none;place-items:center;transition:transform .18s;display:grid}.app-switcher-chevron.is-open{transform:rotate(180deg)}.app-switcher-backdrop{z-index:40;position:fixed;inset:0}.app-switcher-menu{z-index:41;border:1px solid var(--border);background:#fff;border-radius:12px;gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 12px 32px #0f172a29}.app-switcher .app-switcher-item{color:var(--ink);white-space:nowrap;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background-color .15s;display:flex}.app-switcher .app-switcher-item:hover{background:var(--bg-soft);text-decoration:none}.isCollapsed .app-switcher-text,.isCollapsed .app-switcher-chevron,.sidebar.collapsed .app-switcher-text,.sidebar.collapsed .app-switcher-chevron{display:none}.isCollapsed .app-switcher-btn,.sidebar.collapsed .app-switcher-btn{justify-content:center;gap:0;padding:10px}.layout .sidebar-overlay{display:none}.layout .sidebar{width:var(--sidebar-w);background:var(--bg);border-right:1px solid var(--border);height:100vh;color:var(--muted);z-index:100;transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.layout .sidebar-logo{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.layout .sidebar-logo img{object-fit:contain;width:34px;height:34px}.layout .sidebar-logo-text{flex-direction:column;line-height:1.2;display:flex}.layout .sidebar-logo-text span:first-child{letter-spacing:-.2px;color:var(--ink);font-size:15px;font-weight:700}.layout .sidebar-logo-text span:last-child{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:600}.layout .sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:16px 12px;display:flex}.layout .sidebar-section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:6px 12px;font-size:10px;font-weight:700}.layout .sidebar-link{color:var(--muted);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex;position:relative}.layout .sidebar-link:hover{background:var(--bg-soft);color:var(--ink)}.layout .sidebar-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.layout .sidebar-link.active{background:var(--terracotta-light);color:var(--terracotta);font-weight:600}.layout .sidebar-link svg{flex-shrink:0;width:16px;height:16px}.layout .sidebar-group{flex-direction:column;gap:2px;display:flex}.layout .sidebar-group-header{font-weight:500}.layout .sidebar-chevron{transition:transform var(--transition-fast);margin-left:auto;width:14px!important;height:14px!important}.layout .sidebar-group-header.expanded .sidebar-chevron{transform:rotate(180deg)}.layout .sidebar-group-header .sidebar-badge{margin-left:auto}.layout .sidebar-group-header .sidebar-badge+.sidebar-chevron{margin-left:6px}.layout .sidebar-group-children{border-left:1px solid var(--border);flex-direction:column;gap:2px;margin-left:19px;padding-left:10px;display:flex}.layout .sidebar-sublink{white-space:nowrap;font-size:13px;font-weight:500}.layout .sidebar-sublink svg{width:14px;height:14px}.layout .sidebar-badge{background:var(--terracotta);color:#fff;text-align:center;letter-spacing:.02em;border-radius:999px;min-width:20px;margin-left:auto;padding:2px 7px;font-size:10.5px;font-weight:700;line-height:1.4}.layout .sidebar-footer{border-top:1px solid var(--border);flex-shrink:0;padding:12px 16px}.layout .sidebar-footer-user{align-items:center;gap:8px;display:flex}.layout .sidebar-avatar{background:linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);color:#fff;letter-spacing:.04em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.layout .sidebar-user-info{flex:1;min-width:0;line-height:1.2}.layout .sidebar-user-info .name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.layout .sidebar-user-info .role{color:var(--muted);font-size:11px}.layout .sidebar-logout{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;place-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-grid}.layout .sidebar-logout:hover{background:var(--status-reprovado-bg);color:var(--status-reprovado-fg)}.layout .sidebar-logout:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (width<=768px){.layout .sidebar{width:min(86vw,320px);transform:translate(-100%);box-shadow:0 24px 60px #0f172a47}.layout .sidebar.open{transform:translate(0)}.layout .sidebar-overlay{z-index:99;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);background:#00000080;display:block;position:fixed;inset:0}.layout .sidebar-overlay.visible{opacity:1;pointer-events:auto}}.portal-header{height:var(--topbar-h,64px);border-bottom:1px solid var(--border);z-index:50;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.portal-header-left{align-items:center;gap:12px;min-width:0;display:flex}.portal-header-menu{color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px;transition:background-color .15s;display:none}.portal-header-menu:hover{background:var(--bg-soft)}.portal-header-greeting{flex-direction:column;min-width:0;line-height:1.25;display:flex}.portal-header-greeting .hello{color:var(--muted);font-size:12px;font-weight:400}.portal-header-greeting .name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.portal-header-right{align-items:center;gap:12px;display:flex}.portal-header .portal-header-help{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;transition:background-color .15s,color .15s;display:inline-grid}.portal-header .portal-header-help:hover{background:var(--terracotta-light);color:var(--terracotta)}.portal-header .portal-header-help:focus-visible{box-shadow:var(--focus-ring);outline:none}.portal-header-date{color:var(--muted);background:var(--bg-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}.portal-header-date svg{color:var(--terracotta);flex-shrink:0}@media (width<=768px){.portal-header{padding:0 16px}.portal-header-menu{display:flex}.portal-header-date{display:none}.portal-header-greeting .name{font-size:15px}}.guia-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;background:#00000080;justify-content:center;align-items:center;padding:16px;animation:.2s guiaFadeIn;display:flex;position:fixed;inset:0}@keyframes guiaFadeIn{0%{opacity:0}to{opacity:1}}@keyframes guiaScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.guia-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;animation:.25s guiaScaleIn;overflow:hidden;box-shadow:0 24px 60px #0f172a47}.guia-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.guia-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta);font-size:11px;font-weight:700}.guia-modal .guia-close{background:var(--bg-soft);width:32px;height:32px;color:var(--muted);cursor:pointer;border:none;border-radius:999px;place-items:center;transition:background-color .15s,color .15s;display:grid}.guia-modal .guia-close:hover{background:var(--status-reprovado-bg);color:var(--status-reprovado-fg)}.guia-body{text-align:center;flex-direction:column;align-items:center;padding:32px 24px 24px;display:flex}.guia-hero-icon{background:var(--terracotta-light);width:72px;height:72px;color:var(--terracotta);border-radius:999px;place-items:center;margin-bottom:18px;display:grid}.guia-body h3{color:var(--ink);margin:0 0 8px;font-size:20px;font-weight:700}.guia-body p{color:var(--muted);max-width:42ch;margin:0;font-size:14px;line-height:1.65}.guia-dots{gap:8px;margin-top:22px;display:flex}.guia-dot{background:var(--border-strong);border-radius:999px;width:8px;height:8px;transition:width .2s,background-color .2s}.guia-dot.active{background:var(--terracotta);width:22px}.guia-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px 20px;display:flex}.guia-skip{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:8px 6px;font-size:13px;font-weight:600}.guia-skip:hover{color:var(--ink)}.guia-nav{gap:8px;display:flex}.guia-modal .guia-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:4px;padding:10px 16px;font-size:13px;font-weight:600;transition:background-color .15s;display:inline-flex}.guia-modal .guia-btn-ghost{background:var(--bg-soft);color:var(--ink)}.guia-modal .guia-btn-ghost:hover{background:var(--border)}.guia-modal .guia-btn-primary{background:var(--terracotta);color:#fff}.guia-modal .guia-btn-primary:hover{background:var(--terracotta-dark)}@media (width<=768px){.guia-modal{max-width:100%}.guia-body{padding:24px 18px 18px}}.layout{background:var(--bg-soft);min-height:100vh;display:flex}.layout-content{min-width:0;margin-left:var(--sidebar-w);background:var(--bg-soft);min-height:100vh;transition:margin-left var(--transition-slow);flex-direction:column;flex:1;display:flex}.layout-main{flex:1;padding:24px 32px 32px;animation:.3s fadeIn}.page-title{font-size:var(--font-size-2xl);color:var(--color-text-primary);margin-bottom:var(--space-lg);align-items:center;gap:var(--space-md);font-weight:700;display:flex}.page-title svg{color:var(--color-primary)}.page-subtitle{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-top:-12px;margin-bottom:var(--space-xl)}@media (width<=768px){.layout-content{margin-left:0}.layout-main{padding:var(--space-md)}.page-title{font-size:var(--font-size-xl)}}.logo-reembolso{align-items:center;gap:14px;display:inline-flex}.logo-reembolso-mark{background:linear-gradient(140deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 6px 18px #c35e1e66}.logo-reembolso-word{flex-direction:column;line-height:1.02;display:flex}.logo-reembolso-word strong{letter-spacing:.01em;color:var(--logo-ink,var(--ink));font-size:27px;font-weight:800}.logo-reembolso-word>span{letter-spacing:.26em;text-transform:uppercase;color:var(--logo-accent,var(--terracotta));font-size:14px;font-weight:600}.logo-reembolso--sm{gap:10px}.logo-reembolso--sm .logo-reembolso-mark{border-radius:11px;width:38px;height:38px;box-shadow:0 4px 12px #c35e1e59}.logo-reembolso--sm .logo-reembolso-word strong{font-size:19px}.logo-reembolso--sm .logo-reembolso-word>span{letter-spacing:.2em;font-size:10.5px}.reembolso-root .sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.reembolso-root .sidebar-logo{border-bottom:1px solid var(--border);flex-shrink:0;padding:14px 16px}.reembolso-root .sidebar-nav{padding:var(--space-4) var(--space-3);flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.reembolso-root .sidebar-section-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;font-size:10px;font-weight:700}.reembolso-root .sidebar-link{border-radius:var(--radius-md);color:var(--muted);white-space:nowrap;align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:500;transition:background-color .15s,color .15s;display:flex}.reembolso-root .sidebar-link:hover{background:var(--bg-soft);color:var(--ink)}.reembolso-root .sidebar-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.reembolso-root .sidebar-link.active{background:var(--terracotta-light);color:var(--terracotta);font-weight:600}.reembolso-root .sidebar-link.is-disabled{opacity:.5;cursor:not-allowed}.reembolso-root .sidebar-link em{text-transform:uppercase;background:var(--bg-soft);color:var(--muted);letter-spacing:.04em;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:9.5px;font-style:normal}.reembolso-root .sidebar-footer{padding:var(--space-3) var(--space-4);border-top:1px solid var(--border);align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.reembolso-root .sidebar-avatar{background:linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);color:#fff;letter-spacing:.04em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.reembolso-root .sidebar-user{flex:1;min-width:0;line-height:1.2}.reembolso-root .sidebar-user strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}.reembolso-root .sidebar-user small{color:var(--muted);font-size:11px}.reembolso-root .sidebar-logout{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);flex-shrink:0;place-items:center;transition:background-color .15s,color .15s;display:inline-grid}.reembolso-root .sidebar-logout:hover{background:var(--status-reprovado-bg);color:var(--status-reprovado-fg)}.reembolso-root .sidebar-logout:focus-visible{box-shadow:var(--focus-ring);outline:none}.reembolso-root .sidebar-help{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);flex-shrink:0;place-items:center;transition:background-color .15s,color .15s;display:inline-grid}.reembolso-root .sidebar-help:hover{background:var(--terracotta-light);color:var(--terracotta)}.reembolso-root .sidebar-help:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (width<=768px){.reembolso-root .sidebar{border-right:none;border-bottom:1px solid var(--border);z-index:100;width:100%;min-width:0;height:auto;box-shadow:var(--shadow-sm);flex-direction:row;align-items:center;position:sticky;top:0}.reembolso-root .sidebar-logo{border-bottom:none;flex-shrink:0;padding:10px 14px}.reembolso-root .sidebar-logo .logo-reembolso-word{display:none}.reembolso-root .sidebar-nav{padding:0 var(--space-2);justify-content:flex-start;align-items:center;gap:var(--space-2);flex-direction:row;flex:1;overflow-x:auto}.reembolso-root .sidebar-section-label{display:none}.reembolso-root .sidebar-link{flex-shrink:0;min-height:40px;padding:8px 14px}.reembolso-root .sidebar-link em{display:none}.reembolso-root .sidebar-footer{border-top:none;border-left:1px solid var(--border);gap:var(--space-2);padding:8px 12px}.reembolso-root .sidebar-user{display:none}.reembolso-root .sidebar-logout,.reembolso-root .sidebar-help{width:var(--touch-min);height:var(--touch-min)}}@media (width<=420px){.reembolso-root .sidebar-link span{display:none}.reembolso-root .sidebar-link{justify-content:center;width:44px;height:44px;padding:0}}.app-layout{background:var(--bg-soft);min-height:100vh;display:flex}.app-col{flex-direction:column;flex:1;min-width:0;display:flex}.app-content{flex:1;min-width:0}@media (width<=768px){.app-layout{flex-direction:column}}.reembolso-root{--terracotta:#c35e1e;--terracotta-dark:#9c4a17;--terracotta-soft:#f3d8c5;--terracotta-light:#fdf3ec;--terracotta-red:#b85236;--blue:#26405d;--blue-dark:#1a2d44;--blue-soft:#d8dfe8;--green:#00a49a;--green-dark:#008078;--green-soft:#cdebe8;--ice:#f2f2f2;--bg:#fff;--bg-soft:var(--ice);--border:#e3e3e3;--border-strong:#cfcfcf;--ink:#1b2735;--ink-soft:#3a4654;--muted:#6b7280;--status-analise-bg:#fff3d6;--status-analise-fg:#8a6300;--status-aprovado-bg:var(--green-soft);--status-aprovado-fg:var(--green-dark);--status-reprovado-bg:#fadcd2;--status-reprovado-fg:#a8311a;--status-cancelado-bg:#e9e9e9;--status-cancelado-fg:#5a5a5a;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 12px 32px #0f172a1f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--font-sans:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--sidebar-w:240px;--topbar-h:64px;--focus-ring:0 0 0 3px #c35e1e59;--ease:.15s ease;--touch-min:44px}.reembolso-root *{box-sizing:border-box}.reembolso-root{font-family:var(--font-sans);color:var(--ink);background:var(--bg-soft);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}.reembolso-root a{color:var(--terracotta);text-decoration:none}.reembolso-root a:hover{color:var(--terracotta-dark)}.reembolso-root button{cursor:pointer;background:0 0;border:none;font-family:inherit}.reembolso-root input,.reembolso-root select,.reembolso-root textarea{font-family:inherit;font-size:inherit}.reembolso-root :focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}@media (prefers-reduced-motion:reduce){.reembolso-root *,.reembolso-root :before,.reembolso-root :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.reembolso-root .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.reembolso-root h1,.reembolso-root h2,.reembolso-root h3,.reembolso-root h4{color:var(--ink);margin:0;font-weight:600}.reembolso-root .btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);white-space:nowrap;transition:background-color var(--ease), color var(--ease), box-shadow var(--ease), transform 50ms ease;padding:10px 18px;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex}.reembolso-root .btn:active:not(:disabled){transform:translateY(1px)}.reembolso-root .btn-primary{background:var(--terracotta);color:#fff}.reembolso-root .btn-primary:hover:not(:disabled){background:var(--terracotta-dark)}.reembolso-root .btn-primary:disabled{background:var(--terracotta-soft);color:#fff;cursor:not-allowed}.reembolso-root .btn-ghost{color:var(--ink-soft);background:0 0}.reembolso-root .btn-ghost:hover{background:var(--bg-soft);color:var(--ink)}.reembolso-root .badge{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}@media (width<=768px){.reembolso-root .btn{min-height:var(--touch-min);padding:11px 18px}}.reembolso-root .spin{animation:.9s linear infinite spin}.reembolso-root .page-loading{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-7) var(--space-4);color:var(--muted);text-align:center;flex-direction:column;display:flex}.reembolso-root .page-loading .spin{color:var(--terracotta)}.reembolso-root .page-loading p{margin:0}.logo-solicitacoes{align-items:center;gap:14px;display:inline-flex}.logo-solicitacoes-mark{background:linear-gradient(140deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 6px 18px #c35e1e66}.logo-solicitacoes-word{flex-direction:column;line-height:1.02;display:flex}.logo-solicitacoes-word strong{letter-spacing:.01em;color:var(--logo-ink,var(--ink,#1b2735));font-size:27px;font-weight:800}.logo-solicitacoes-word>span{letter-spacing:.18em;text-transform:uppercase;color:var(--logo-accent,var(--terracotta));font-size:14px;font-weight:600}.logo-solicitacoes--sm{gap:10px}.logo-solicitacoes--sm .logo-solicitacoes-mark{border-radius:11px;width:38px;height:38px;box-shadow:0 4px 12px #c35e1e59}.logo-solicitacoes--sm .logo-solicitacoes-word strong{font-size:19px}.logo-solicitacoes--sm .logo-solicitacoes-word>span{letter-spacing:.13em;font-size:10px}._sb_1t0zj_6{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow-x:hidden}._header_1t0zj_19{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}._brand_1t0zj_29{cursor:pointer;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}._brand_1t0zj_29:hover{text-decoration:none}._logo_1t0zj_42{filter:brightness(0)saturate()invert(35%)sepia(95%)saturate(849%)hue-rotate(344deg)brightness(91%)contrast(88%);flex:none;width:auto;height:28px}._brandTitle_1t0zj_50{letter-spacing:-.2px;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}._closeMobile_1t0zj_60{display:none}._sectionTitle_1t0zj_65{text-transform:uppercase;color:var(--muted);letter-spacing:.1em;margin:16px 12px 4px;padding:0 12px;font-size:10px;font-weight:700}._nav_1t0zj_75{gap:2px;padding:4px 12px 16px;display:grid}._link_1t0zj_81{color:var(--muted);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;text-decoration:none;transition:background-color .15s,color .15s;display:flex}._link_1t0zj_81:hover{background:var(--bg-soft);color:var(--ink);text-decoration:none}._link_1t0zj_81:focus-visible{box-shadow:var(--focus-ring);outline:none}._active_1t0zj_106{background:var(--terracotta-light);color:var(--terracotta);border-color:#0000}._active_1t0zj_106:hover{background:var(--terracotta-light);color:var(--terracotta)}._iconWrap_1t0zj_117{background:0 0;border-radius:0;flex:none;place-items:center;width:16px;height:16px;display:grid}._icon_1t0zj_117{color:currentColor;width:16px;height:16px}._link_1t0zj_81:hover ._iconWrap_1t0zj_117,._active_1t0zj_106 ._iconWrap_1t0zj_117{background:0 0}._active_1t0zj_106 ._icon_1t0zj_117{color:var(--terracotta)}._label_1t0zj_145{font-size:14px;font-weight:500}._active_1t0zj_106 ._label_1t0zj_145{font-weight:600}._spacer_1t0zj_154{flex:1}._collapseBtn_1t0zj_159{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;place-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-grid}._collapseBtn_1t0zj_159:hover{background:var(--bg-soft);color:var(--ink)}._collapseBtn_1t0zj_159:focus-visible{box-shadow:var(--focus-ring);outline:none}._collapseBtn_1t0zj_159 svg{width:16px;height:16px;transition:transform .18s}._footer_1t0zj_191{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}._avatar_1t0zj_200{background:linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);color:#fff;letter-spacing:.04em;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}._userInfo_1t0zj_215{flex:1;min-width:0;line-height:1.2}._userInfo_1t0zj_215 strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}._userInfo_1t0zj_215 small{color:var(--muted);font-size:11px}._logout_1t0zj_236{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;place-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-grid}._logout_1t0zj_236:hover{background:var(--status-reprovado-bg,#fadcd2);color:var(--status-reprovado-fg,#a8311a)}._logout_1t0zj_236:focus-visible{box-shadow:var(--focus-ring);outline:none}._logout_1t0zj_236 svg{width:16px;height:16px}@media (width>=981px){._collapsed_1t0zj_268 ._brandTitle_1t0zj_50,._collapsed_1t0zj_268 ._sectionTitle_1t0zj_65,._collapsed_1t0zj_268 ._label_1t0zj_145,._collapsed_1t0zj_268 ._userInfo_1t0zj_215,._collapsed_1t0zj_268 ._header_1t0zj_19 .logo-solicitacoes-word{display:none}._collapsed_1t0zj_268 ._header_1t0zj_19{justify-content:center;padding:14px 0}._collapsed_1t0zj_268 ._link_1t0zj_81{justify-content:center;gap:0;padding:10px}._collapsed_1t0zj_268 ._collapseBtn_1t0zj_159 svg{transform:rotate(180deg)}._collapsed_1t0zj_268 ._footer_1t0zj_191{flex-direction:column;justify-content:center;gap:10px}}._mobileTop_1t0zj_299{display:none}._iconBtn_1t0zj_303{border:1px solid var(--border-strong);background:var(--surface);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;padding:10px 12px;font-weight:700}._mobileTitle_1t0zj_313{color:var(--ink);font-weight:700}._overlay_1t0zj_318{display:none}@media (width<=980px){._mobileTop_1t0zj_299{border-bottom:1px solid var(--border);background:var(--surface);z-index:20;align-items:center;gap:10px;padding:12px;display:flex;position:sticky;top:0}._overlay_1t0zj_318{z-index:25;background:#00000080;display:block;position:fixed;inset:0}._sb_1t0zj_6{z-index:30;width:290px;box-shadow:var(--shadow-lg);transition:left .18s;position:fixed;top:0;left:-320px}._open_1t0zj_353{left:0}._closeMobile_1t0zj_60{border:1px solid var(--border-strong);background:var(--surface);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;padding:8px 10px;display:inline-flex}._collapseBtn_1t0zj_159{display:none}}.solicRoot{--bg:#f2f2f2;--surface:#fff;--text:#1b2735;--muted:#6b7280;--border:#e3e3e3;--border-strong:#cfcfcf;--primary:#c35e1e;--primary-hover:#9c4a17;--teal:#00a49a;--danger:#b85236;--primary-tint:#fdf3ec;--teal-tint:#00a49a1a;--danger-tint:#b852361a;--blue-tint:#f2f2f2;--radius:16px;--radius-sm:10px;--radius-pill:9999px;--radius-xs:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 12px 32px #0f172a1f;--ring-teal:0 0 0 3px #00a49a4d;--ring-primary:0 0 0 3px #c35e1e59;color:var(--text)}.solicRoot *{box-sizing:border-box}.solicRoot button,.solicRoot input,.solicRoot textarea,.solicRoot select{font:inherit}.solicRoot a{color:inherit;text-decoration:none}.solicRoot a:hover{text-decoration:underline}.solicRoot .link,.solicRoot .textLink{color:var(--primary);font-weight:800;transition:color .15s}.solicRoot .textLink:hover{color:var(--primary-hover)}.solicRoot .container{width:100%;max-width:1180px;margin:0 auto}.solicRoot .formCard{width:100%;max-width:560px;margin:32px auto 0}.solicRoot .row{flex-wrap:wrap;gap:16px;display:flex}.solicRoot .col{flex:1;min-width:200px}.solicRoot hr{border:none;border-top:1px solid var(--border);margin:18px 0}.solicRoot .segmented{background:var(--blue-tint);border:1px solid var(--border);border-radius:var(--radius-sm);gap:4px;width:fit-content;padding:4px;display:inline-flex}.solicRoot .segItem{appearance:none;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:8px 20px;font-size:14px;font-weight:800;transition:background .15s,color .15s}.solicRoot .segItem:hover{color:var(--text)}.solicRoot .segActive{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.solicRoot .pageHeader{margin-bottom:4px}.solicRoot .pageTitle{letter-spacing:-.02em;color:var(--text);margin:0;font-size:23px;font-weight:800;line-height:1.2}.solicRoot .pageSubtitle{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.5}.solicRoot .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:22px 24px}.solicRoot .cardTitle{letter-spacing:-.01em;color:var(--text);font-size:16.5px;font-weight:800;line-height:1.25}.solicRoot .cardSubtitle{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.5}.solicRoot .small{color:var(--muted);font-size:13px;line-height:1.5}.solicRoot .label{letter-spacing:.01em;color:#26405db8;margin:0 0 8px;font-size:12px;font-weight:800}.solicRoot .statGrid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.solicRoot .statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px 18px 18px 20px;transition:box-shadow .15s,transform .12s;position:relative;overflow:hidden}.solicRoot .statCard:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.solicRoot .statCard:before{content:"";background:var(--accent,var(--text));border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.solicRoot .statLabel{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:800}.solicRoot .statValue{letter-spacing:-.02em;color:var(--accent,var(--text));margin-top:6px;font-size:30px;font-weight:800;line-height:1}@media (width<=1100px){.solicRoot .statGrid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.solicRoot .statGrid{grid-template-columns:repeat(2,1fr)}}.solicRoot input,.solicRoot textarea,.solicRoot select{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);width:100%;height:44px;color:var(--text);outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s}.solicRoot select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2326405d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.solicRoot input::placeholder,.solicRoot textarea::placeholder{color:#26405d6b}.solicRoot input:focus,.solicRoot textarea:focus,.solicRoot select:focus{border-color:var(--primary);box-shadow:var(--ring-primary)}.solicRoot button{background:0 0;border:none}.solicRoot .primary{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s,box-shadow .15s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #c35e1e33}.solicRoot .primary:hover{background:var(--primary-hover);box-shadow:0 4px 14px #c35e1e47}.solicRoot .primary:active{background:var(--primary-hover);transform:translateY(1px)}.solicRoot .primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.solicRoot .danger{border-radius:var(--radius-sm);background:var(--danger);color:#fff;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:filter .15s,box-shadow .15s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #b8523633}.solicRoot .danger:hover{filter:brightness(1.05);box-shadow:0 4px 14px #b8523642}.solicRoot .danger:active{transform:translateY(1px)}.solicRoot .danger:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.solicRoot .secondary{border-radius:var(--radius-sm);background:var(--teal);color:#fff;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:filter .15s,box-shadow .15s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #00a49a33}.solicRoot .secondary:hover{filter:brightness(1.05);box-shadow:0 4px 14px #00a49a42}.solicRoot .secondary:active{transform:translateY(1px)}.solicRoot .secondary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.solicRoot .ghost{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);height:44px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s,border-color .15s;display:inline-flex}.solicRoot .ghost:hover{background:var(--blue-tint);border-color:#26405d4d}.solicRoot .ghost:disabled{opacity:.6;cursor:not-allowed}.solicRoot table{border-collapse:collapse;width:100%}.solicRoot th,.solicRoot td{border-bottom:1px solid var(--border);text-align:left;padding:12px}.solicRoot th{text-transform:uppercase;letter-spacing:.05em;color:#26405d8c;font-size:11px;font-weight:800}.solicRoot td{color:var(--text);font-size:14px}.solicRoot tbody tr{transition:background .12s}.solicRoot tbody tr:hover{background:var(--blue-tint)}.solicRoot tbody tr:last-child td{border-bottom:none}.solicRoot .table thead th{text-transform:uppercase;letter-spacing:.05em;color:#26405d8c;border-bottom:1px solid var(--border-strong);white-space:nowrap;padding:12px 14px;font-size:11px;font-weight:800}.solicRoot .table tbody td{color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle;padding:14px;font-size:14px}.solicRoot .table tbody tr{transition:background .12s}.solicRoot .table tbody tr:hover{background:var(--blue-tint)}.solicRoot .table tbody tr:last-child td{border-bottom:none}.solicRoot .spinner{border:2.5px solid #26405d2e;border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite phdspin;display:inline-block}@keyframes phdspin{to{transform:rotate(360deg)}}.solicRoot .loadingRow{color:var(--muted);align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.solicRoot .emptyState{text-align:center;color:var(--muted);place-items:center;gap:6px;padding:32px 16px;font-size:14px;font-weight:700;display:grid}.solicRoot .modalOverlay{-webkit-backdrop-filter:blur(6px);z-index:9999;background:#0f172a80;justify-content:center;align-items:center;padding:18px;animation:.15s phdfade;display:flex;position:fixed;inset:0}@keyframes phdfade{0%{opacity:0}to{opacity:1}}.solicRoot .modal{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);width:min(860px,100%);box-shadow:var(--shadow-lg);animation:.18s phdslideup;overflow:hidden}@keyframes phdslideup{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.solicRoot .modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.solicRoot .modalBody{padding:20px}.solicRoot .badge{border-radius:var(--radius-pill);border:1px solid var(--border);background:#ffffffb3;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.solicRoot .badgeBlue{color:var(--text);background:#26405d1a;border-color:#26405d40}.solicRoot .badgeTeal{color:var(--teal);background:#00a49a1f;border-color:#00a49a4d}.solicRoot .badgeOrange{color:var(--primary);background:#c35e1e1f;border-color:#c35e1e4d}.solicRoot .badgeRed{color:var(--danger);background:#b852361f;border-color:#b8523659}.solicRoot ::-webkit-scrollbar{width:10px;height:10px}.solicRoot ::-webkit-scrollbar-thumb{background:#26405d2e;border-radius:999px}.solicRoot ::-webkit-scrollbar-track{background:#ffffff59}.solicRoot .urgentRow{justify-content:flex-start;margin-top:6px;display:flex}.solicRoot .urgentLabel{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;align-items:center;gap:10px;padding:12px 14px;transition:border-color .15s,background .15s;display:inline-flex}.solicRoot .urgentLabel:hover{background:var(--primary-tint);border-color:#c35e1e59}.solicRoot .urgentCheck{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.solicRoot .urgentText{color:var(--text);font-weight:800}.solicRoot .btnOrange{border-radius:var(--radius-sm);cursor:pointer;color:#fff;background:var(--primary);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;width:auto;min-width:180px;max-width:100%;height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s,box-shadow .15s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #c35e1e33}.solicRoot .btnOrange:hover{background:var(--primary-hover);box-shadow:0 4px 14px #c35e1e47}.solicRoot .btnOrange:active{background:var(--primary-hover);transform:translateY(1px)}.solicRoot .btnOrange:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.solicRoot textarea{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);width:100%;height:auto;color:var(--text);outline:none;padding:12px 14px;font-family:inherit;line-height:1.5;transition:border-color .15s,box-shadow .15s}.solicRoot textarea:focus{border-color:var(--primary);box-shadow:var(--ring-primary)}.solicRoot.solicShell{grid-template-columns:var(--sidebar-w) 1fr;background:var(--bg-soft);min-height:100vh;transition:grid-template-columns .2s cubic-bezier(.4,0,.2,1);display:grid}.solicRoot.solicShell.isCollapsed{grid-template-columns:80px 1fr}.solicRoot .solicMain{background:var(--bg-soft);flex:1;min-width:0;padding:24px 24px 56px}@media (width<=980px){.solicRoot.solicShell,.solicRoot.solicShell.isCollapsed{grid-template-columns:1fr}.solicRoot .solicMain{padding:14px 14px 40px}}
