/* public/css/style.css - Royal Blue theme overrides and watermark */
:root{ --royal: #0b5ed7; }
body{background:#f8f9fa}
.navbar.bg-primary{background:var(--royal)!important}
.btn-primary{background:var(--royal);border-color:var(--royal)}
.watermark{position:fixed;right:10px;bottom:6px;opacity:0.6;font-size:12px;color:#333}
img.user-photo{width:80px;height:80px;object-fit:cover;border-radius:6px}

/* Mobile & media improvements */
video#video{max-width:100%;height:auto;border-radius:8px;border:1px solid rgba(11,61,145,0.06);background:#000;transform:scaleX(-1);-webkit-transform:scaleX(-1)}
canvas#canvas{max-width:100%;height:auto;display:none}
.btn{border-radius:8px}
/* Make admin tabs horizontally scrollable on narrow viewports */
.nav-tabs.overflow-auto{overflow-x:auto;white-space:nowrap}
.nav-tabs.overflow-auto .nav-item{display:inline-block}

@media (max-width:576px){
	.watermark{display:none}
	.user-photo{width:64px;height:64px}
}

/* Auth card styles */
.auth-container{min-height:70vh;padding-top:24px;padding-bottom:40px}
.auth-card{width:100%;max-width:440px;border-radius:12px}
.auth-card img{display:block;margin-left:auto;margin-right:auto}

@media (max-width:480px){
  .auth-card{margin:12px;border-radius:10px;padding:16px}
}

/* Navbar brand logo sizing */
.navbar-brand img{height:28px; width:auto; margin-right:8px}
.navbar-brand span{font-weight:600}
