@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}@keyframes pulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glowGold{0%,to{box-shadow:0 0 5px #c19a5f80}50%{box-shadow:0 0 20px #c19a5fcc}}.animate-fade-in{animation:fadeIn .3s ease-in-out ease-in-out}.animate-fade-out{animation:fadeOut .3s ease-in-out ease-in-out}.animate-fade-in-up{animation:fadeInUp .3s ease-in-out ease-out}.animate-fade-in-down{animation:fadeInDown .3s ease-in-out ease-out}.animate-slide-up{animation:slideUp .3s ease-in-out ease-out}.animate-slide-down{animation:slideDown .3s ease-in-out ease-out}.animate-slide-left{animation:slideLeft .3s ease-in-out ease-out}.animate-slide-right{animation:slideRight .3s ease-in-out ease-out}.animate-scale-in{animation:scaleIn .3s ease-in-out ease-out}.animate-scale-out{animation:scaleOut .3s ease-in-out ease-out}.animate-spin{animation:spin 1s linear infinite}.animate-bounce{animation:bounce 1s ease-in-out infinite}.animate-shake{animation:shake .5s ease-in-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow-gold{animation:glowGold 2s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.delay-1000{animation-delay:1s}.duration-fast{animation-duration:.15s ease-in-out}.duration-normal{animation-duration:.3s ease-in-out}.duration-slow{animation-duration:.5s ease-in-out}.skeleton,.skeleton-button,.skeleton-avatar,.skeleton-text{background:linear-gradient(90deg,#0000000f,#0000001a,#0000000f);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:.5rem}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-text:last-child{margin-bottom:0}.skeleton-avatar{width:48px;height:48px;border-radius:9999px}.skeleton-button{height:40px;width:120px}.client-theme{--primary-color: #C19A5F;--primary-color-light: #D4AF6E;--primary-color-dark: #B8935A;--primary-color-hover: #A8834F;--bg-primary: #FFFFFF;--bg-secondary: #FAFAFA;--bg-tertiary: #F5F5F5;--text-primary: #1A1A1A;--text-secondary: #2D2D2D;--text-muted: rgb(121.5, 121.5, 121.5);--border-color: #E0E0E0;--shadow: 0 4px 6px -1px rgba(193, 154, 95, .15), 0 2px 4px -1px rgba(193, 154, 95, .1);background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.client-theme h1,.client-theme .h1{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;line-height:1.25;color:#c19a5f}@media (max-width: 767px){.client-theme h1,.client-theme .h1{font-size:1.6rem}}.client-theme h2,.client-theme .h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;line-height:1.25;color:#1a1a1a}@media (max-width: 767px){.client-theme h2,.client-theme .h2{font-size:1.3rem}}.client-theme h3,.client-theme .h3{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:600;line-height:1.25;color:#1a1a1a}@media (max-width: 767px){.client-theme h3,.client-theme .h3{font-size:1.1rem}}.client-theme p,.client-theme .body-text{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;color:#2d2d2d}.client-theme .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:linear-gradient(135deg,#c19a5f,#b8935a);color:#fff;box-shadow:0 4px 6px -1px #c19a5f26,0 2px 4px -1px #c19a5f1a}.client-theme .btn-primary:disabled{opacity:.6;cursor:not-allowed}.client-theme .btn-primary:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.client-theme .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#b8935a,#a8834f);transform:translateY(-2px);box-shadow:0 10px 15px -3px #c19a5f33,0 4px 6px -2px #c19a5f1a}.client-theme .btn-primary:active:not(:disabled){transform:translateY(0)}.client-theme .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:transparent;color:#c19a5f;border:2px solid #C19A5F}.client-theme .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.client-theme .btn-secondary:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.client-theme .btn-secondary:hover:not(:disabled){background:#c19a5f;color:#fff}.client-theme .btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:transparent;color:#c19a5f}.client-theme .btn-ghost:disabled{opacity:.6;cursor:not-allowed}.client-theme .btn-ghost:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.client-theme .btn-ghost:hover:not(:disabled){background:#c19a5f1a}.client-theme .card{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #c19a5f1a;padding:1rem;transition:all .3s ease-in-out}.client-theme .card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #c19a5f26,0 2px 4px -1px #c19a5f1a}.client-theme input[type=text],.client-theme input[type=email],.client-theme input[type=password],.client-theme input[type=number],.client-theme input[type=tel],.client-theme input[type=date],.client-theme textarea,.client-theme select{width:100%;padding:.4rem;border:1px solid #E0E0E0;border-radius:.25rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;transition:all .3s ease-in-out}.client-theme input[type=text]:focus,.client-theme input[type=email]:focus,.client-theme input[type=password]:focus,.client-theme input[type=number]:focus,.client-theme input[type=tel]:focus,.client-theme input[type=date]:focus,.client-theme textarea:focus,.client-theme select:focus{outline:none;border-color:#c19a5f;box-shadow:0 0 0 2px #c19a5f1a}.client-theme input[type=text]::placeholder,.client-theme input[type=email]::placeholder,.client-theme input[type=password]::placeholder,.client-theme input[type=number]::placeholder,.client-theme input[type=tel]::placeholder,.client-theme input[type=date]::placeholder,.client-theme textarea::placeholder,.client-theme select::placeholder{color:#2d2d2d80}.client-theme input[type=text]:disabled,.client-theme input[type=email]:disabled,.client-theme input[type=password]:disabled,.client-theme input[type=number]:disabled,.client-theme input[type=tel]:disabled,.client-theme input[type=date]:disabled,.client-theme textarea:disabled,.client-theme select:disabled{background:#f5f5f5;cursor:not-allowed}.client-theme input[type=text].error,.client-theme input[type=email].error,.client-theme input[type=password].error,.client-theme input[type=number].error,.client-theme input[type=tel].error,.client-theme input[type=date].error,.client-theme textarea.error,.client-theme select.error{border-color:#f44336}.client-theme input[type=text].error:focus,.client-theme input[type=email].error:focus,.client-theme input[type=password].error:focus,.client-theme input[type=number].error:focus,.client-theme input[type=tel].error:focus,.client-theme input[type=date].error:focus,.client-theme textarea.error:focus,.client-theme select.error:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.client-theme .header{background:linear-gradient(135deg,#c19a5f,#b8935a);color:#fff;box-shadow:0 10px 15px -3px #c19a5f33,0 4px 6px -2px #c19a5f1a}.client-theme .header .logo{filter:brightness(0) invert(1)}.client-theme .header .nav-link{color:#fff;transition:all .3s ease-in-out}.client-theme .header .nav-link:hover{color:#fffc}.client-theme .header .nav-link.active{font-weight:600;border-bottom:2px solid #FFFFFF}.client-theme .footer{background:#1a1a1a;color:#fafafa;padding:3rem 1.5rem}.client-theme .footer a{color:#d4af6e;transition:color .3s ease-in-out}.client-theme .footer a:hover{color:#c19a5f}.client-theme .badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:500}.client-theme .badge.badge-gold{background:linear-gradient(135deg,#c19a5f,#d4af6e);color:#fff}.client-theme .badge.badge-vip{background:linear-gradient(135deg,#7b1fa2,#9c27cd);color:#fff}.client-theme .badge.badge-success{background:#4caf50;color:#fff}.client-theme .badge.badge-warning{background:#ff9800;color:#fff}.client-theme .badge.badge-error{background:#f44336;color:#fff}.client-theme .hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.client-theme .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#c19a5fcc,#1a1a1a99);z-index:1}.client-theme .hero .hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:3rem 1.5rem}.client-theme .hero .hero-content h1{color:#fff;margin-bottom:1.5rem;animation:fadeIn .3s ease-in-out ease-in-out}.client-theme .hero .hero-content p{font-size:1.1rem;margin-bottom:2rem;color:#ffffffe6}.client-theme .price{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:700;color:#c19a5f}.client-theme .price .currency{font-size:1rem}.client-theme .price .period{font-size:.9rem;color:#2d2d2d}.client-theme .fade-in{animation:fadeIn .3s ease-in-out ease-in-out}.client-theme .slide-up{animation:slideUp .3s ease-in-out ease-out}.client-theme *::-webkit-scrollbar{width:8px;height:8px}.client-theme *::-webkit-scrollbar-track{background:#fafafa;border-radius:9999px}.client-theme *::-webkit-scrollbar-thumb{background:#c19a5f;border-radius:9999px}.client-theme *::-webkit-scrollbar-thumb:hover{background:#ab8142}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-theme{--primary-color: #1976D2;--primary-color-light: #42A5F5;--primary-color-dark: #1565C0;--primary-color-hover: #1E88E5;--bg-primary: #F5F7FA;--bg-secondary: #FFFFFF;--bg-tertiary: #F5F5F5;--text-primary: #1A1A1A;--text-secondary: #2D2D2D;--text-muted: #455A64;--border-color: #E0E0E0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.admin-theme h1,.admin-theme .h1{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;font-weight:700;color:#1a1a1a}@media (max-width: 767px){.admin-theme h1,.admin-theme .h1{font-size:1.3rem}}.admin-theme h2,.admin-theme .h2{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;font-weight:600;color:#1a1a1a}@media (max-width: 767px){.admin-theme h2,.admin-theme .h2{font-size:1.1rem}}.admin-theme h3,.admin-theme .h3{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:600;color:#2d2d2d}.admin-theme p,.admin-theme .body-text{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;color:#2d2d2d}.admin-theme .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:#1976d2;color:#fff}.admin-theme .btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-theme .btn-primary:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.admin-theme .btn-primary:hover:not(:disabled){background:#1e88e5;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.admin-theme .btn-primary:active:not(:disabled){transform:translateY(0)}.admin-theme .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:#455a64;color:#fff}.admin-theme .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.admin-theme .btn-secondary:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.admin-theme .btn-secondary:hover:not(:disabled){background:#37474f;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.admin-theme .btn-success{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:#4caf50;color:#fff}.admin-theme .btn-success:disabled{opacity:.6;cursor:not-allowed}.admin-theme .btn-success:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.admin-theme .btn-success:hover:not(:disabled){background:#388e3c}.admin-theme .btn-danger{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:#f44336;color:#fff}.admin-theme .btn-danger:disabled{opacity:.6;cursor:not-allowed}.admin-theme .btn-danger:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.admin-theme .btn-danger:hover:not(:disabled){background:#d32f2f}.admin-theme .btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:none;border-radius:.5rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;background:transparent;color:#1976d2;border:2px solid #1976D2}.admin-theme .btn-outline:disabled{opacity:.6;cursor:not-allowed}.admin-theme .btn-outline:focus{outline:none;box-shadow:0 0 0 2px #c19a5f4d}.admin-theme .btn-outline:hover:not(:disabled){background:#1976d2;color:#fff}.admin-theme .card{background:#fff;border:1px solid #E0E0E0;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:.75rem;transition:all .3s ease-in-out}.admin-theme .card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.admin-theme .card-stat{background:#fff;border:1px solid #E0E0E0;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:.75rem;transition:all .3s ease-in-out;text-align:center}.admin-theme .card-stat:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.admin-theme .card-stat .stat-value{font-size:1.6rem;font-weight:700;color:#1976d2;margin-bottom:.4rem}.admin-theme .card-stat .stat-label{font-size:.8rem;color:#455a64;text-transform:uppercase;letter-spacing:.5px}.admin-theme .card-stat .stat-change{font-size:.8rem;margin-top:.4rem}.admin-theme .card-stat .stat-change.positive{color:#4caf50}.admin-theme .card-stat .stat-change.negative{color:#f44336}.admin-theme input[type=text],.admin-theme input[type=email],.admin-theme input[type=password],.admin-theme input[type=number],.admin-theme input[type=tel],.admin-theme input[type=date],.admin-theme input[type=search],.admin-theme textarea,.admin-theme select{width:100%;padding:.4rem;border:1px solid #E0E0E0;border-radius:.25rem;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;transition:all .3s ease-in-out;background:#fff}.admin-theme input[type=text]:focus,.admin-theme input[type=email]:focus,.admin-theme input[type=password]:focus,.admin-theme input[type=number]:focus,.admin-theme input[type=tel]:focus,.admin-theme input[type=date]:focus,.admin-theme input[type=search]:focus,.admin-theme textarea:focus,.admin-theme select:focus{outline:none;border-color:#c19a5f;box-shadow:0 0 0 2px #c19a5f1a}.admin-theme input[type=text]::placeholder,.admin-theme input[type=email]::placeholder,.admin-theme input[type=password]::placeholder,.admin-theme input[type=number]::placeholder,.admin-theme input[type=tel]::placeholder,.admin-theme input[type=date]::placeholder,.admin-theme input[type=search]::placeholder,.admin-theme textarea::placeholder,.admin-theme select::placeholder{color:#2d2d2d80}.admin-theme input[type=text]:disabled,.admin-theme input[type=email]:disabled,.admin-theme input[type=password]:disabled,.admin-theme input[type=number]:disabled,.admin-theme input[type=tel]:disabled,.admin-theme input[type=date]:disabled,.admin-theme input[type=search]:disabled,.admin-theme textarea:disabled,.admin-theme select:disabled{background:#f5f5f5;cursor:not-allowed}.admin-theme input[type=text]:focus,.admin-theme input[type=email]:focus,.admin-theme input[type=password]:focus,.admin-theme input[type=number]:focus,.admin-theme input[type=tel]:focus,.admin-theme input[type=date]:focus,.admin-theme input[type=search]:focus,.admin-theme textarea:focus,.admin-theme select:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.admin-theme input[type=text].error,.admin-theme input[type=email].error,.admin-theme input[type=password].error,.admin-theme input[type=number].error,.admin-theme input[type=tel].error,.admin-theme input[type=date].error,.admin-theme input[type=search].error,.admin-theme textarea.error,.admin-theme select.error{border-color:#f44336}.admin-theme input[type=text].error:focus,.admin-theme input[type=email].error:focus,.admin-theme input[type=password].error:focus,.admin-theme input[type=number].error:focus,.admin-theme input[type=tel].error:focus,.admin-theme input[type=date].error:focus,.admin-theme input[type=search].error:focus,.admin-theme textarea.error:focus,.admin-theme select.error:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.admin-theme .header{background:#fff;border-bottom:1px solid #E0E0E0;box-shadow:0 1px 2px #0000000d;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.admin-theme .header .logo{height:40px}.admin-theme .header .nav-link{color:#455a64;transition:color .3s ease-in-out}.admin-theme .header .nav-link:hover{color:#1976d2}.admin-theme .header .nav-link.active{color:#1976d2;font-weight:600}.admin-theme .header .user-menu{display:flex;align-items:center;justify-content:center;gap:.75rem}.admin-theme .header .user-menu .avatar{width:36px;height:36px;border-radius:9999px;background:#42a5f5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.admin-theme .sidebar{width:260px;background:#fff;border-right:1px solid #E0E0E0;height:calc(100vh - 64px);overflow-y:auto;padding:1rem}@media (max-width: 767px){.admin-theme .sidebar{width:100%;height:auto}}.admin-theme .sidebar .sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.4rem;border-radius:.5rem;color:#455a64;transition:all .3s ease-in-out;cursor:pointer}.admin-theme .sidebar .sidebar-item:hover{background:#1976d20d;color:#1976d2}.admin-theme .sidebar .sidebar-item.active{background:#1976d2;color:#fff;font-weight:500}.admin-theme .sidebar .sidebar-item .icon{font-size:1rem}.admin-theme .sidebar .sidebar-divider{height:1px;background:#e0e0e0;margin:1rem 0}.admin-theme .table{width:100%;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.admin-theme .table thead{background:#f5f7fa}.admin-theme .table thead th{padding:.75rem;text-align:left;font-size:.8rem;font-weight:600;color:#455a64;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #E0E0E0}.admin-theme .table tbody tr{border-bottom:1px solid #E0E0E0;transition:background .3s ease-in-out}.admin-theme .table tbody tr:hover{background:#1976d205}.admin-theme .table tbody tr:last-child{border-bottom:none}.admin-theme .table tbody td{padding:.75rem;color:#2d2d2d}.admin-theme .badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-theme .badge.badge-primary{background:#1976d21a;color:#1565c0}.admin-theme .badge.badge-success{background:#4caf501a;color:#388e3c}.admin-theme .badge.badge-warning{background:#ff98001a;color:#f57c00}.admin-theme .badge.badge-error{background:#f443361a;color:#d32f2f}.admin-theme .badge.badge-info{background:#2196f31a;color:#1976d2}.admin-theme .badge.badge-admin{background:#d32f2f1a;color:#d32f2f}.admin-theme .badge.badge-manager{background:#1976d21a;color:#1976d2}.admin-theme .badge.badge-staff{background:#388e3c1a;color:#388e3c}.admin-theme .badge.badge-vip{background:#7b1fa21a;color:#7b1fa2}.admin-theme .pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.5rem}.admin-theme .pagination .page-item{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid #E0E0E0;background:#fff;color:#455a64;cursor:pointer;transition:all .3s ease-in-out}.admin-theme .pagination .page-item:hover:not(.active):not(.disabled){background:#1976d20d;border-color:#1976d2;color:#1976d2}.admin-theme .pagination .page-item.active{background:#1976d2;border-color:#1976d2;color:#fff;font-weight:600}.admin-theme .pagination .page-item.disabled{opacity:.4;cursor:not-allowed}.admin-theme .filter-bar{background:#fff;border:1px solid #E0E0E0;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:.75rem;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem}.admin-theme .filter-bar:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 767px){.admin-theme .filter-bar{flex-direction:column;align-items:stretch}}.admin-theme .filter-bar .filter-group{display:flex;gap:.4rem;flex-wrap:wrap}.admin-theme .modal-backdrop{position:fixed;inset:0;background:#1a1a1a80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff4d;z-index:1040;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out ease-in-out}.admin-theme .modal{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;z-index:1050;animation:slideUp .3s ease-in-out ease-out}.admin-theme .modal .modal-header{padding:1.5rem;border-bottom:1px solid #E0E0E0;display:flex;align-items:center;justify-content:space-between}.admin-theme .modal .modal-header h3{margin:0}.admin-theme .modal .modal-header .close{background:none;border:none;font-size:1.3rem;color:#455a64;cursor:pointer;padding:0}.admin-theme .modal .modal-header .close:hover{color:#1a1a1a}.admin-theme .modal .modal-body{padding:1.5rem}.admin-theme .modal .modal-footer{padding:1.5rem;border-top:1px solid #E0E0E0;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.admin-theme .toast{position:fixed;top:1.5rem;right:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:1rem;max-width:400px;z-index:1080;animation:slideUp .3s ease-in-out ease-out}.admin-theme .toast.toast-success{border-left:4px solid #4CAF50}.admin-theme .toast.toast-error{border-left:4px solid #F44336}.admin-theme .toast.toast-warning{border-left:4px solid #FF9800}.admin-theme .toast.toast-info{border-left:4px solid #2196F3}.admin-theme *::-webkit-scrollbar{width:8px;height:8px}.admin-theme *::-webkit-scrollbar-track{background:#f5f7fa;border-radius:9999px}.admin-theme *::-webkit-scrollbar-thumb{background:#1976d2;border-radius:9999px}.admin-theme *::-webkit-scrollbar-thumb:hover{background:#145ca4}.admin-theme .empty-state{text-align:center;padding:4rem 1.5rem}.admin-theme .empty-state .empty-icon{font-size:64px;color:#e0e0e0;margin-bottom:1rem}.admin-theme .empty-state h3{color:#455a64;margin-bottom:.75rem}.admin-theme .empty-state p{color:#728f9d}.admin-theme .loading-spinner{display:flex;align-items:center;justify-content:center;padding:3rem}.admin-theme .loading-spinner .spinner{width:48px;height:48px;border:4px solid #E0E0E0;border-top-color:#1976d2;border-radius:9999px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5;color:#2d2d2d;background-color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease-in-out}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 .75rem}@media (max-width: 767px){.container{padding:0 .4rem}}.container-fluid{width:100%;padding:0 1.5rem}@media (max-width: 767px){.container-fluid{padding:0 .75rem}}.mt-1{margin-top:.25rem}.mt-2{margin-top:.4rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.4rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.4rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.5rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.4rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.5rem}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-grid{display:grid}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.4rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-normal{font-weight:400}.text-gold{color:#c19a5f}.text-primary{color:#1976d2}.text-success{color:#4caf50}.text-warning{color:#ff9800}.text-error{color:#f44336}.text-muted{color:#2d2d2da6}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 1024px){.hide-desktop{display:none!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#fafafa}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#2d2d2d}::selection{background:#c19a5f4d;color:#1a1a1a}::-moz-selection{background:#c19a5f4d;color:#1a1a1a}*:focus-visible{outline:2px solid #C19A5F;outline-offset:2px}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}pre{white-space:pre-wrap!important}img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
