/* assets/style.css */
body { background: #f4f6fb; }
.navbar { box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.card { border: none; border-radius: 10px; }
.table > :not(caption) > * > * { padding: .6rem 1rem; }
.btn-xs { padding: .15rem .4rem; font-size: .75rem; }
.font-monospace { font-family: 'Courier New', monospace; }
.tab-content { animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:none; } }
