.home-container{background:url(../assets/bg.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;height:100vh;font-family:Segoe UI,sans-serif;display:flex;position:relative}.overlay{background:#000000b3;width:100%;height:100%;position:absolute}.home-content{z-index:2;text-align:center;color:#fff;max-width:600px;padding:20px;position:relative}.logo{width:110px;margin-bottom:20px}.home-content h1{color:#f4c542;margin-bottom:10px;font-size:42px}.home-content h2{margin-bottom:10px;font-size:26px}.home-content p{opacity:.9;margin:20px 0;font-size:16px}.raise-btn{cursor:pointer;background:#f4c542;border:none;border-radius:8px;padding:14px 28px;font-size:18px;font-weight:700;transition:all .3s}.raise-btn:hover{background:#d4a017;transform:scale(1.05)}.admin-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:6px;margin-top:15px;padding:10px 22px;font-size:14px;transition:all .3s}.admin-btn:hover{color:#000;background:#fff}.admin-box{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:15px;display:flex}.admin-box input{border:none;border-radius:6px;outline:none;width:200px;padding:10px}.admin-box button{cursor:pointer;background:#f4c542;border:none;border-radius:6px;padding:10px 16px;font-weight:700;transition:all .3s}.admin-box button:hover{background:#d4a017}@media (width<=600px){.home-content h1{font-size:30px}.home-content h2{font-size:20px}.raise-btn,.admin-box input{width:100%}}.container{background:#fff;border-radius:10px;max-width:900px;margin:40px auto;padding:20px;box-shadow:0 2px 10px #0000001a}.title{text-align:center}.subtitle{text-align:center;color:gray;margin-bottom:20px}.form{grid-template-columns:1fr 1fr;gap:15px;display:grid}.full{grid-column:span 2}.field{flex-direction:column;display:flex}.field input,.field select,.field textarea{border:1px solid #ccc;border-radius:6px;padding:8px}button{color:#fff;background:#00f;border:none;border-radius:6px;grid-column:span 2;padding:12px}.loader-overlay{z-index:999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner{border:5px solid #fff;border-top-color:#f4c542;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.success-container{background:#0f172a;justify-content:center;align-items:center;height:100vh;display:flex}.success-card{text-align:center;background:#fff;border-radius:12px;padding:40px}.ok-btn{cursor:pointer;background:#f4c542;border:none;border-radius:6px;margin-top:20px;padding:10px 25px}.admin-container{background:#f4f6f9;min-height:100vh;padding:20px;font-family:Segoe UI,sans-serif}.admin-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-title{font-size:24px;font-weight:700}.logout-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:8px 15px;transition:all .3s}.logout-btn:hover{background:#8b0000}.admin-table{border-collapse:collapse;background:#fff;border-radius:10px;width:100%;overflow:hidden}.admin-table th{color:#fff;background:#1e293b;padding:12px}.admin-table td{border-bottom:1px solid #eee;padding:12px}.admin-table tr:hover{cursor:pointer;background:#f1f1f1}.status{color:#fff;border-radius:5px;padding:5px 10px;font-size:12px}.status.pending{background:orange}.status.approved{background:green}.status.rejected{background:red}.loading{text-align:center;margin-top:20px}.modal{background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:10px;width:500px;max-height:80vh;padding:20px;overflow-y:auto}.images img{border-radius:5px;width:100px;margin:5px}.close-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:5px;margin-top:10px;padding:8px 15px}.close-btn:hover{background:#111827}@media (width<=600px){.modal-content{width:90%}.admin-table th,.admin-table td{font-size:12px}}
