*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,Helvetica,sans-serif;color:#222;background:#fff}
a{color:#0b62d6;text-decoration:none}
a:hover{text-decoration:underline}
.hero{padding:48px 0;background:linear-gradient(135deg,#f8fbff,#f2f6ff)}
.hero h1{font-size:2rem;margin-bottom:8px}
.hero p{color:#555;margin-bottom:0}
.site-header,.site-footer{background:#f7f7f7;border-bottom:1px solid #eee}
.card .card-img-top{object-fit:cover;height:180px}
.card .badge{float:right}
.pagination a.btn[aria-disabled="true"]{pointer-events:none;opacity:.5}
.inline{display:inline-flex;gap:8px;align-items:center}

/* Theme */
:root{
	--brand:#0b62d6;
	--brand-light:#eaf2ff;
	--text:#222;
}
.navbar-brand{color:var(--brand)!important}
.btn-primary{background:var(--brand);border-color:var(--brand)}
.btn-outline-secondary:hover{background:var(--brand-light)}
.section-title{font-weight:700;font-size:1.25rem;margin-bottom:.75rem}
.section-sub{color:#666;margin-bottom:1.25rem}
.card{border:1px solid #e9eef5}
.card .card-title{font-weight:600}
.list-group-item{border-color:#e9eef5}
.navbar .navbar-toggler{border:none}
.navbar .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(11, 98, 214, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}