:root{ --bg:#0b0e14; --muted:#9aa4b2; }
html,body{background: radial-gradient(1200px 600px at 10% -10%, #1a2332 0%, transparent 60%), linear-gradient(180deg,#0b0e14 0%, #0b0e14 100%); min-height:100vh;}
.navbar, .card{background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); backdrop-filter: blur(6px);}
.card-header{background: rgba(255,255,255,0.04);}
.list-group-item{background: transparent; color:#e9ecef;}
.list-group-item + .list-group-item{border-top-color: rgba(255,255,255,0.08);}
.list-group-item-action:hover{background: rgba(255,255,255,0.06);}
.badge{border:1px solid rgba(255,255,255,0.18);}
.glass{border-radius: 12px;}
.totals strong{font-variant-numeric: tabular-nums;}
.table thead th{border-bottom-color: rgba(255,255,255,0.1);}
.table tr td{border-top-color: rgba(255,255,255,0.08);}
