body{background-color:#e9f5ec;color:#1a1a1a;font-family:Segoe UI,Roboto,sans-serif;margin:0;padding:0}.App{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin:3rem auto;max-width:1200px;padding:2.5rem;position:relative}.logout-button{background-color:#c62828;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;position:absolute;right:1.5rem;top:1.5rem;transition:background-color .3s ease,transform .1s ease}.logout-button:hover{background-color:#b71c1c;transform:scale(1.02)}.logout-button:active{transform:scale(.98)}button{background-color:#2e7d32;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:background-color .3s ease,transform .1s ease}button:hover{background-color:#1b5e20;transform:scale(1.02)}button:active{transform:scale(.98)}table{border-collapse:collapse;border-radius:6px;box-shadow:0 2px 5px #0000000d;margin-top:1.5rem;overflow:hidden;width:100%}td,th{border-bottom:1px solid #e0e0e0;padding:12px 16px}th{background-color:#4caf50;color:#fff;font-size:.95rem;text-align:left;text-transform:uppercase}body:before{background:#0080001a;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.modal{background:#fff;border-radius:10px;box-shadow:0 6px 20px #0003;left:50%;min-width:320px;padding:2rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.spinner{animation:spin 1s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#2e7d32;display:inline-block;height:18px;margin-right:8px;vertical-align:middle;width:18px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.b739e8fe.css.map*/