@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#121212;color:#e0e0e0;display:flex;justify-content:center;min-height:100vh;width:100%;overflow-x:hidden;padding:60px 20px 20px}.container{text-align:center;width:100%;max-width:800px;margin:auto}h1,h2{font-weight:600;font-size:2rem;margin-bottom:8px;text-transform:uppercase}.amount{font-size:4rem;font-weight:700;color:#4caf50;margin-bottom:15px}.owed{font-size:2rem;font-weight:700;color:#f44336;margin-bottom:20px}.table-wrapper{width:100%;overflow-x:auto;display:flex;justify-content:center}table{width:90%;max-width:500px;border-collapse:separate;border-spacing:0;background-color:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0003;margin:auto}th:first-child{border-top-left-radius:12px}th:last-child{border-top-right-radius:12px}tr:last-child td:first-child{border-bottom-left-radius:12px}tr:last-child td:last-child{border-bottom-right-radius:12px}th,td{padding:12px;font-size:1rem;text-align:center;white-space:nowrap}th{background-color:#333;color:#fff;font-weight:600}td{background-color:#252525;color:#e0e0e0;border-bottom:1px solid #333}tr:hover td{background-color:#2e2e2e;transition:.3s}tr:nth-child(2n) td{background-color:#292929}@media (max-width: 600px){body{padding:40px 10px 10px}.container{width:100%}h1,h2{font-size:1rem}.amount{font-size:2.5rem}.owed{font-size:1.5rem}.table-wrapper{width:100%}table{width:100%;max-width:400px}th,td{padding:10px;font-size:.9rem}}@media (max-width: 768px){th:last-child,td:last-child{display:none}}
