/* Logo boyutlandırma. logo.png artık şeffaf zeminli olduğu için blend-mode hack'ine gerek yok. */
.floating-header{min-height:74px;padding-left:20px;background:rgba(4,7,12,.94)}
.floating-header .logo{flex-basis:245px;overflow:visible}
.floating-header .logo img{width:245px;height:54px;object-fit:contain;object-position:left center}
.console-body>aside img,footer img{background:transparent}
@media(max-width:900px){.floating-header .logo{flex-basis:230px}.floating-header .logo img{width:230px;height:52px}}
@media(max-width:600px){.floating-header{top:14px;width:calc(100% - 28px);min-height:76px;padding:9px 16px;border-radius:28px}.floating-header .logo{flex-basis:min(245px,calc(100vw - 115px))}.floating-header .logo img{width:100%;height:56px}.menu{flex:0 0 42px}}
