.footer-container{color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.footer-logo{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.footer-logo-container{background-color:var(--muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-top:1rem;margin-bottom:.9rem;padding:0;transition:background-color .3s,border-color .3s;display:flex}.footer-logo-container a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.footer-logo-container img{object-fit:contain;width:20px;height:20px}.footer-logo-container:hover{background-color:var(--accent)}.dark .footer-logo-container{background-color:var(--muted);border-color:var(--border)}.dark .footer-logo-container img{filter:invert()brightness(1.15)}.dark .footer-logo-container:hover{background-color:var(--accent)}.bug-report-container{margin-top:.5rem;margin-bottom:.5rem}.bug-report-link{color:var(--muted-foreground);font-size:.75rem;text-decoration:none;transition:color .3s}.bug-report-link:hover{color:var(--foreground)}.footer-line{background:var(--gradient-line-1),var(--gradient-line-2);width:90%;height:5px;margin:.5rem 0}
