.tab-btn{ padding:0.5rem 0.75rem; border-radius:0.5rem; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); color:inherit }
.tab-btn:hover{ background:rgba(255,255,255,.1); }
.tab-btn.active{ background:rgba(255,255,255,.15); }
.tab-pane .card{ border-radius:1rem; padding:1.5rem; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); }
.input{ width:100%; border-radius:0.75rem; padding:0.75rem 1rem; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); outline:none; color:inherit }
.input:focus{ border-color: rgba(255,255,255,.3); }
