.topbar-container{background-color:#f9f9f9;flex-direction:column;align-items:flex-start;gap:6px;padding-top:0;padding-bottom:6px;font-family:Segoe UI,sans-serif;display:flex}.topbar-main{justify-content:space-between;align-items:center;width:100%;display:flex}.topbar-user{color:#111;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1rem;font-weight:500}.topbar-buttons{gap:8px;display:flex}.btn.btn-settings{color:#111;background-color:#e7e6e6;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;text-decoration:none;transition:background-color .2s;display:flex}.topbar-user-info{align-items:center;gap:8px;display:flex}.topbar-avatar-placeholder{color:#fff;background-color:#2563eb;border-radius:10%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;font-weight:600;display:flex}.topbar-avatar{border-radius:10%;flex-shrink:0;width:50px;height:50px;position:relative;overflow:hidden}.topbar-avatar img{object-fit:cover}.btn.btn-settings:hover{background-color:#cfcfcf}.btn-logout{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;transition:background-color .2s;display:flex}.btn-logout:hover{background-color:#dc2626}.breadcrumb-container{color:#6b7280;white-space:nowrap;border-bottom:1px solid #e5e5e5;width:100%;padding-bottom:20px;font-size:.9rem;overflow-x:auto}.breadcrumb-link{color:#1d4ed8;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#2563eb;text-decoration:underline}.breadcrumb-current{color:#111;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600}.painel-home{color:#1d4ed8;letter-spacing:.5px;align-items:center;gap:6px;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:flex}.painel-home:hover{transform:translateY(-1px)}.icon-home{transition:transform .2s}.painel-home:hover .icon-home{transform:scale(1.1)}@media (max-width:768px){.topbar-main{flex-direction:row;justify-content:space-between;width:100%}.topbar-buttons{gap:6px}.breadcrumb-container{margin-top:4px}}
