@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{color:#333;background-color:#fcf9f6;min-height:100vh;overflow-x:hidden}.login-page{background:linear-gradient(135deg,#ffdab9 0%,#ffa07a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-container{z-index:10;justify-content:space-between;align-items:center;width:90%;max-width:1200px;height:80vh;min-height:600px;display:flex;position:relative}.login-card{-webkit-backdrop-filter:blur(20px);background:#fff6;border:1px solid #ffffff80;border-radius:30px;width:450px;padding:3rem;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards slideIn;box-shadow:0 8px 32px #ff7a3226}.logo{color:#e65c00;margin-bottom:.5rem;font-size:1rem;font-weight:500}.login-card h1{color:#2c2c2c;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700}.input-group{margin-bottom:1.5rem}.input-group label{color:#4a4a4a;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-group input,.input-group select{color:#333;cursor:pointer;background:#fff9;border:1px solid #fffc;border-radius:12px;outline:none;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.input-group input:focus,.input-group select:focus{background:#ffffffe6;border-color:#ff7a32;box-shadow:0 0 0 4px #ff7a321a}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper input{padding-right:3rem}.toggle-password{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex;position:absolute;right:1rem}.toggle-password:hover{color:#e65c00}.forgot-password{text-align:right;margin-bottom:2rem}.forgot-password a{color:#c05000;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.forgot-password a:hover{color:#e65c00;text-decoration:underline}.sign-in-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b1a 0%,#e65c00 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #e65c004d}.sign-in-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e65c0066}.divider{align-items:center;margin:2rem 0;display:flex}.divider:before,.divider:after{content:"";background:#0000001a;flex:1;height:1px}.divider span{color:#666;padding:0 1rem;font-size:.9rem}.social-login{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.social-btn{cursor:pointer;background:#ffffffb3;border:1px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.social-btn:hover{background:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 6px 15px #0000001a}.register-text{text-align:center;color:#4a4a4a;font-size:.95rem}.register-text a{color:#c05000;font-weight:700;text-decoration:none;transition:color .3s}.illustration-container{flex:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.illustration{object-fit:contain;z-index:5;filter:drop-shadow(0 20px 30px #ff643233);width:100%;max-width:650px;animation:6s ease-in-out infinite floatImage}.floating-circle{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1;background:linear-gradient(135deg,#fff6,#ffffff1a);border-radius:50%;position:absolute}.circle-1{width:150px;height:150px;animation:8s ease-in-out infinite alternate float;top:5%;right:15%}.circle-2{width:80px;height:80px;animation:6s ease-in-out infinite alternate-reverse float;bottom:15%;right:40%}.circle-3{width:120px;height:120px;animation:9s ease-in-out infinite alternate float;top:25%;left:5%}.floating-shape{opacity:.3;z-index:1;background:#ffaa5e;border-radius:20px;position:absolute}.shape-1{width:60px;height:60px;animation:7s ease-in-out infinite alternate float;bottom:25%;right:10%;transform:rotate(45deg)}.shape-2{border-radius:10px;width:40px;height:40px;animation:5s ease-in-out infinite alternate-reverse float;top:15%;right:35%;transform:rotate(15deg)}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes float{0%{transform:translate(0)rotate(0)}to{transform:translate(20px,30px)rotate(20deg)}}.navbar{z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 15px #0000000d}.nav-container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex}.nav-logo{color:#e65c00;flex-shrink:0;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#666;white-space:nowrap;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:#e65c00}.user-profile{cursor:pointer;flex-shrink:0;align-items:center;gap:.8rem;font-weight:500;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#ff6b1a 0%,#e65c00 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.hamburger-btn{cursor:pointer;color:#333;z-index:200;background:0 0;border:none;padding:.5rem;display:none}.mobile-nav-overlay{display:none}.dashboard{width:90%;max-width:1200px;margin:2rem auto}.hero-section{background:linear-gradient(135deg,#ffdab9 0%,#ffa07a 100%);border-radius:24px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #ff7a3226}.hero-content{z-index:2;max-width:60%}.hero-content h1{color:#2c2c2c;margin-bottom:1rem;font-size:2.5rem}.hero-content p{color:#4a4a4a;margin-bottom:2rem;font-size:1.1rem}.primary-btn{color:#e65c00;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0000001a}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.hero-image{z-index:2;justify-content:center;width:40%;display:flex;position:relative}.hero-image img{filter:drop-shadow(0 20px 30px #ff64324d);width:100%;max-width:300px;animation:6s ease-in-out infinite floatImage}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.stat-card{background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 4px 15px #00000008}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000000f}.stat-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;display:flex}.stat-icon.orange{color:#ff6b1a;background:#fff0e6}.stat-icon.red{color:#f33;background:#ffe6e6}.stat-icon.green{color:#0c6;background:#e6ffe6}.stat-info h3{color:#2c2c2c;margin-bottom:.2rem;font-size:1.8rem}.stat-info p{color:#666;font-size:.9rem}.stat-card.highlight{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);flex-direction:column;justify-content:space-between;align-items:flex-start}.stat-card.highlight h3{color:#fff;font-size:1.5rem}.stat-card.highlight .subtitle{color:#ffffffb3;margin-bottom:.5rem}.stat-card.highlight p{color:#ffffffe6}.secondary-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:8px;margin-top:1rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .3s}.secondary-btn:hover{background:#ffffff4d}.management-container{gap:2rem;width:90%;max-width:1200px;margin:2rem auto;display:flex}.form-section{background:#fff;border-radius:20px;flex:1;align-self:flex-start;padding:2rem;box-shadow:0 4px 15px #00000008}.table-section{background:#fff;border-radius:20px;flex:2;padding:2rem;overflow-x:auto;box-shadow:0 4px 15px #00000008}.management-container h2{color:#2c2c2c;margin-bottom:1.5rem}.form-section .input-group input,.form-section .input-group select{background:#fcf9f6;border:1px solid #eee}.form-section .input-group input:focus,.form-section .input-group select:focus{background:#fff;border-color:#ff7a32;box-shadow:0 0 0 4px #ff7a321a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b1a 0%,#e65c00 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #e65c004d}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #eee;padding:1rem}th{color:#666;text-transform:uppercase;font-size:.9rem;font-weight:500}td{color:#333;font-weight:500}.role-badge{white-space:nowrap;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.role-superadmin{color:#6a5acd;background:#e6e6fa}.role-admin{color:#0c6;background:#e6ffe6}.action-btn{color:#f33;cursor:pointer;background:0 0;border:none;padding:.4rem .5rem;font-weight:600}.action-btn:hover{text-decoration:underline}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:2.5rem;animation:.3s slideUp;overflow-y:auto;box-shadow:0 10px 40px #0000001a}.modal-content h3{color:#2c2c2c;margin-bottom:1.5rem;font-size:1.5rem}.modal-content p{color:#4a4a4a;margin-bottom:1.5rem;font-size:1.1rem}.modal-actions{justify-content:flex-end;gap:1rem;display:flex}.cancel-btn{color:#333;cursor:pointer;background:#f1f1f1;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:background .3s}.cancel-btn:hover{background:#e1e1e1}.confirm-btn{color:#fff;cursor:pointer;background:#f33;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:background .3s}.confirm-btn:hover{background:#c00}.action-btns{flex-wrap:wrap;gap:.5rem;display:flex}.action-btn.edit{color:#3498db}.action-btn.view{color:#2ecc71}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.user-detail-row{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.user-detail-row strong{color:#666;flex-shrink:0;width:120px;min-width:80px}.user-detail-row span{color:#333;word-break:break-word;font-weight:500}@media (width<=968px){.login-container{flex-direction:column;justify-content:center;height:auto;min-height:auto;padding:2rem 0}.illustration-container{display:none}.login-card{width:100%;max-width:450px}.nav-links{-webkit-backdrop-filter:blur(20px);z-index:150;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:2rem;display:none;position:fixed;inset:0}.nav-links.mobile-open{display:flex}.nav-links a{font-size:1.4rem}.hamburger-btn{justify-content:center;align-items:center;display:flex}.user-profile span{display:none}.hero-section{text-align:center;flex-direction:column;padding:2rem}.hero-content{max-width:100%;margin-bottom:2rem}.hero-content h1{font-size:2rem}.hero-image{width:60%}.hero-image img{max-width:200px}.management-container{flex-direction:column}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (width<=640px){.login-card{border-radius:20px;padding:2rem 1.5rem}.login-card h1{margin-bottom:1.5rem;font-size:1.8rem}.input-group input,.input-group select{padding:.85rem 1rem;font-size:.95rem}.dashboard{margin:1rem auto}.hero-section{border-radius:16px;padding:1.5rem}.hero-content h1{font-size:1.5rem}.hero-content p{margin-bottom:1.5rem;font-size:.95rem}.primary-btn{width:100%;padding:.8rem 1.5rem;font-size:1rem}.hero-image{width:80%}.hero-image img{max-width:160px}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.2rem}.management-container{gap:1rem;width:95%}.form-section,.table-section{border-radius:16px;padding:1.2rem}.table-section table,.table-section thead,.table-section tbody,.table-section th,.table-section td,.table-section tr{display:block}.table-section thead{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.table-section tr{background:#f9fafb;border:1px solid #eee;border-radius:12px;margin-bottom:.75rem;padding:1rem}.table-section td{border-bottom:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.table-section td:before{content:attr(data-label);color:#666;text-transform:uppercase;flex-shrink:0;font-size:.85rem;font-weight:600}.action-btns{justify-content:flex-end;width:100%}.modal-content{border-radius:16px;padding:1.5rem}.modal-content h3{font-size:1.2rem}.modal-content p{font-size:1rem}.modal-actions{flex-direction:column-reverse}.modal-actions button{text-align:center;width:100%}.user-detail-row{flex-direction:column;gap:.3rem}.user-detail-row strong{width:auto}}@media (width<=380px){.login-card{padding:1.5rem 1rem}.login-card h1{font-size:1.5rem}.social-login{gap:1rem}.social-btn{width:44px;height:44px}.nav-container,.dashboard{width:95%}}
