﻿@charset "UTF-8";body{background:repeating-linear-gradient(45deg,#aaa,#aaa 10px,#ccc 10px,#ccc 20px);}.overlay{position:fixed;top:0;left:0;width:54.1%;height:100%;backdrop-filter:blur(10px);background:rgba(255,255,255,.2);z-index:1;}@media(max-width:991px){.overlay{position:absolute;width:100%;}}.login-container{position:relative;top:35%;left:20%;z-index:1;width:90%;max-width:400px;background:rgba(255,255,255,.8);padding:20px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;margin-left:10%;}.login-container h1{font-size:24px;margin-bottom:20px;}.login-container input{width:100%;padding:10px;margin:10px 0;border:1px solid #ddd;border-radius:6px;}.login-container .login-button{width:100%;padding:10px;background:#007bff;color:#fff;border:0;border-radius:6px;cursor:pointer;font-size:16px;}.login-container .registered-button{width:100%;padding:10px;background:#fff;color:#007bff;border:0;border-radius:6px;cursor:pointer;font-size:16px;}.login-container .login-button:hover{background:#0056b3;}.login-container .registered-button:hover{background:hsl(0deg,0%,70%);}.section-title{font-size:1.8rem;font-weight:bold;margin-bottom:.5rem;color:#343a40;}.table-container{overflow-y:auto;border:1px solid #dee2e6;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#eee;width:100%;overflow:hidden;}.table-container .table tbody tr:last-child td:first-child{border-bottom-left-radius:15px;}.table-container .table tbody tr:last-child td:last-child{border-bottom-right-radius:15px;}.table{width:100%;border-collapse:collapse;border-spacing:0;margin:0;}.circle-container{position:relative;min-width:100px;min-height:100px;}.circle-progress{width:100px;height:100px;border-radius:50%;background:conic-gradient(#4285f4 0% 12%,#e0f0ff 12% 100%);position:absolute;top:0;left:0;}.circle-center{width:80px;height:80px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.1);}.circle-center span{font-size:1.2rem;font-weight:bold;color:#4285f4;}