*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Segoe UI','PingFang SC',Roboto,'Helvetica Neue',sans-serif;background:radial-gradient(ellipse at center,#1a2a3a 0%,#0b1219 100%);color:#e8e6e3;min-height:100vh;padding:20px;background-attachment:fixed;line-height:1.6}.login-container,.cards div,form,table,.home-content,#editModal,#ekm{background:rgba(20,30,45,0.85);backdrop-filter:blur(6px);border:1px solid #d4af37;border-radius:16px;padding:20px 25px;box-shadow:0 8px 32px rgba(0,0,0,0.7),0 0 15px rgba(212,175,55,0.2);transition:box-shadow .3s ease}.login-container{max-width:400px;margin:80px auto;background:rgba(10,18,28,0.92);border-color:#c9a84c}.cards{display:flex;flex-wrap:wrap;gap:18px;margin:15px 0}.cards div{flex:1 1 160px;padding:18px 15px;text-align:center;font-weight:500;background:rgba(30,45,65,0.8);border-color:#b8962f;border-radius:12px;box-shadow:inset 0 1px 2px rgba(255,215,0,0.1),0 4px 12px rgba(0,0,0,0.5)}.cards div strong{color:#f5d742;font-size:1.2em}header{background:linear-gradient(135deg,#0f1a24 0%,#1e2c3a 100%);padding:14px 24px;border-radius:14px;border:1px solid #c9a84c;box-shadow:0 4px 20px rgba(0,0,0,0.6),0 0 12px rgba(212,175,55,0.15);margin-bottom:30px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}header .left-links{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}header .right{margin-left:auto;white-space:nowrap;display:flex;align-items:center;gap:12px}header a{color:#f0d68a;text-decoration:none;padding:6px 12px;border-radius:6px;font-weight:500;transition:all .2s;letter-spacing:.3px;border:1px solid transparent}header a:hover{color:#fff5d0;background:rgba(212,175,55,0.15);border-color:#d4af37;box-shadow:0 0 12px rgba(212,175,55,0.3);text-shadow:0 0 6px #d4af37}header .right a{background:rgba(212,175,55,0.08);border-color:#b8962f}header .right a:hover{background:rgba(212,175,55,0.2)}h1,h2,h3,h4{color:#f5d742;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,0.5);margin:.5em 0 .4em}h2{border-left:6px solid #d4af37;padding-left:16px;font-size:1.8em}h3{color:#e8d48b;border-bottom:1px solid rgba(212,175,55,0.3);padding-bottom:8px}p{margin:.6em 0}input,select,textarea,button{font-family:inherit;font-size:1rem;padding:10px 14px;border-radius:8px;border:1px solid #4a5b6e;background:rgba(10,18,28,0.8);color:#e8e6e3;transition:all .25s;outline:none;width:100%;max-width:100%;box-sizing:border-box}input:focus,select:focus,textarea:focus{border-color:#d4af37;box-shadow:0 0 12px rgba(212,175,55,0.3),inset 0 0 8px rgba(212,175,55,0.05);background:rgba(16,28,44,0.9)}textarea{min-height:80px;resize:vertical}button,input[type="submit"]{background:linear-gradient(135deg,#c9a84c 0%,#b08a2f 100%);border:none;color:#0b1219;font-weight:700;letter-spacing:.5px;padding:10px 22px;border-radius:30px;cursor:pointer;transition:all .25s;box-shadow:0 4px 12px rgba(0,0,0,0.3);text-transform:uppercase;font-size:.9rem;width:auto;border:1px solid #e8c84e}button:hover,input[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(212,175,55,0.4);background:linear-gradient(135deg,#dbb95a 0%,#c49a38 100%);color:#000}button:active,input[type="submit"]:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,0.4)}table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;background:rgba(16,26,40,0.7);backdrop-filter:blur(4px);border:1px solid #3a4c5e;margin:18px 0;font-size:.95rem}th{background:linear-gradient(135deg,#1e2f3f 0%,#2a3e52 100%);color:#f5d742;font-weight:600;padding:14px 12px;text-align:left;border-bottom:2px solid #d4af37;letter-spacing:.3px;text-shadow:0 1px 4px rgba(0,0,0,0.4)}td{padding:12px 12px;border-bottom:1px solid #2d3f4f;color:#e0ddd8}tr:hover td{background:rgba(212,175,55,0.06)}tr:last-child td{border-bottom:none}a:not(header a){color:#f0d68a;text-decoration:none;border-bottom:1px dotted rgba(212,175,55,0.3);transition:all .2s}a:not(header a):hover{color:#ffefb0;border-bottom-color:#d4af37;text-shadow:0 0 6px rgba(212,175,55,0.2)}.error{color:#f8a6a6;background:rgba(200,50,50,0.12);border-left:4px solid #e74c3c;padding:8px 14px;border-radius:6px;margin:8px 0}.success{color:#a6e6b0;background:rgba(50,200,80,0.10);border-left:4px solid #2ecc71;padding:8px 14px;border-radius:6px;margin:8px 0}.info{color:#b3d9ff;background:rgba(50,130,200,0.10);border-left:4px solid #3498db;padding:8px 14px;border-radius:6px;margin:8px 0}img{border-radius:8px;border:1px solid #4a5b6e;max-width:100%;height:auto}form{margin:12px 0;display:flex;flex-wrap:wrap;align-items:center;gap:10px}form label{display:flex;align-items:center;gap:6px;flex-wrap:wrap}form input,form select,form textarea{flex:1 1 180px}form button{flex:0 0 auto}.login-container h2{border-left:none;text-align:center;font-size:2.2rem;margin-bottom:.5em;color:#f5d742;text-shadow:0 0 20px rgba(212,175,55,0.3)}.login-container form{flex-direction:column;align-items:stretch}.login-container input{width:100%}.login-container button{width:100%;margin-top:6px}.pagination,.pagination a{display:inline-block;margin:6px 4px}.pagination a{padding:6px 14px;border-radius:20px;background:rgba(30,45,65,0.6);border:1px solid #4a5b6e;color:#f0d68a;text-decoration:none;transition:all .2s}.pagination a:hover{background:#d4af37;color:#0b1219;border-color:#d4af37}.home-content{background:rgba(16,26,40,0.6);backdrop-filter:blur(4px);padding:30px;border-radius:20px;border:1px solid #3a4c5e;margin-top:10px}.home-content h1{font-size:2.8rem;text-align:center;margin-bottom:.3em;text-shadow:0 0 30px rgba(212,175,55,0.2)}.home-content .cards div{background:rgba(30,45,65,0.5)}#editModal,#ekm{position:fixed;top:15%;left:50%;transform:translateX(-50%);width:90%;max-width:500px;z-index:999;background:rgba(8,16,28,0.96);backdrop-filter:blur(12px);border:2px solid #d4af37;border-radius:20px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,0.9),0 0 40px rgba(212,175,55,0.15)}#editModal h3,#ekm h3{color:#f5d742;margin-top:0}#editModal form,#ekm form{flex-direction:column;align-items:stretch}#editModal button,#ekm button{width:100%;margin-top:6px}@media(max-width:768px){body{padding:12px}header{flex-direction:column;align-items:stretch;padding:12px}header .left-links{justify-content:center;gap:6px}header .right{margin-left:0;justify-content:center;margin-top:8px;flex-wrap:wrap}.cards div{flex:1 1 100%}table{font-size:.85rem}th,td{padding:8px 6px}.login-container{margin:40px auto;padding:18px}h2{font-size:1.4rem}.home-content h1{font-size:2rem}form{flex-direction:column;align-items:stretch}form label{flex-direction:column;align-items:stretch}form input,form select,form textarea{width:100%}#editModal,#ekm{top:5%;width:95%;padding:20px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a2a3a;border-radius:10px}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:10px;border:2px solid #1a2a3a}::-webkit-scrollbar-thumb:hover{background:#f0d68a}.glow{color:#f5d742;text-shadow:0 0 12px rgba(212,175,55,0.5)}.cards div .num{font-size:1.8rem;font-weight:700;color:#f5d742;display:block;margin:4px 0}
