:root { --bg:#f8f9fa; --bg2:#f0f2f5; --text:#1a1a1a; --muted:#6c757d; --primary:#4f8cff; --primary2:#1a1a1a; --border:#dee2e6; --card:#ffffff; }
*{box-sizing:border-box} html,body{height:100%} body{margin:0;background:radial-gradient(1200px 600px at 20% -20%,#e3f2fd 0%,#f8f9fa 60%) no-repeat,var(--bg);color:var(--text);font:14px/1.5 'Inter', system-ui,Segoe UI,Roboto,Arial,sans-serif}
.app-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:2px solid rgba(79, 140, 255, 0.1);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#22d3ee);color:#fff;font-weight:800;font-size:16px;box-shadow:0 4px 12px rgba(79, 140, 255, 0.3);transition:all 0.3s}
.logo:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(79, 140, 255, 0.4)}
.header-left{display:flex;gap:20px;align-items:center}
.nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.nav-link{color:var(--muted);text-decoration:none;padding:10px 14px;border-radius:10px;transition:all 0.3s;font-weight:500;font-size:14px;position:relative;border:1px solid transparent}
.nav-link:hover{color:var(--primary);background:rgba(79, 140, 255, 0.08);border-color:rgba(79, 140, 255, 0.2);transform:translateY(-1px)}
.nav-link.active{color:var(--primary);background:rgba(79, 140, 255, 0.12);border-color:rgba(79, 140, 255, 0.3);font-weight:600;box-shadow:0 2px 8px rgba(79, 140, 255, 0.15)}
.nav-link.pending{color:var(--primary);font-weight:600;position:relative;background:#e3f2fd !important;}
.nav-link.pending::after{content:'●';position:absolute;top:2px;right:2px;width:8px;height:8px;background:#ff5722;border-radius:50%;font-size:8px;line-height:8px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff;}
.nav-link.pending::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #2196F3;border-radius:8px;pointer-events:none;}
.divider{width:1px;height:20px;background:var(--border);margin:0 6px}
.header-right{display:flex;gap:14px;align-items:center}
.lang-switch{display:flex;gap:6px}
.lang-btn{background:#f8f9fa;border:1px solid var(--border);color:var(--muted);padding:6px 10px;border-radius:8px;cursor:pointer}
.lang-btn:hover{background:#e9ecef;color:var(--text)}
.search input{background:#ffffff;border:1px solid var(--border);color:var(--text);padding:8px 10px;border-radius:10px;width:280px;outline:none}
.search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,140,255,.1)}

.page{padding:70px 18px 100px;display:grid;gap:12px}
.table-section{display:grid;gap:0;max-width:1400px;margin:0 auto;position:relative}
.breadcrumb{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:12px 0;color:#2c3e50;font-size:22px;font-weight:600}
.breadcrumb-separator{color:#2c3e50;opacity:0.5;font-size:22px}
.table-header-fixed{position:fixed;top:60px;left:0;right:0;background:transparent;z-index:15;box-shadow:none;overflow-x:auto}
.table-header-fixed-inner{max-width:1400px;margin:0 auto;background:#2c3e50;box-shadow:0 2px 4px rgba(0,0,0,.2);overflow-x:auto}
.order-table-fixed{width:100%;border-collapse:collapse;min-width:1000px}
.order-table-fixed thead th{background:#2c3e50;color:#ffffff;border-bottom:2px solid #1a252f;border-right:1px solid #1a252f;padding:14px 12px;font-weight:600;text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:0.5px;white-space:nowrap}
.order-table-fixed thead th:last-child{border-right:none}
.table-wrap{background:var(--card);border:1px solid var(--border);border-radius:0;overflow:auto;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.order-table{width:100%;border-collapse:collapse;min-width:1000px}
.order-table thead th{background:#2c3e50;color:#ffffff;border-bottom:2px solid #1a252f;border-right:1px solid #1a252f;padding:14px 12px;font-weight:600;text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:0.5px;white-space:nowrap;z-index:5}
.order-table thead th:last-child{border-right:none}
.order-table tbody td{border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;padding:12px;vertical-align:middle;font-size:14px;height:60px}
.order-table tbody td:last-child{border-right:none}
.order-table tbody tr:hover{background:#fafafa}
.order-table tbody tr:last-child td{border-bottom:none}
.order-table tbody tr.draggable-row{cursor:move}
.order-table tbody tr.draggable-row:hover{background:#e3f2fd}
.order-table tbody tr.dragging{opacity:0.5}
.order-table tbody tr.drag-over-above{border-top:3px solid #2196F3}
.order-table tbody tr.drag-over-below{border-bottom:3px solid #2196F3;background:transparent !important}
.drag-handle-header{width:30px;min-width:30px;padding:0 !important}
.drag-handle-cell{width:30px;min-width:30px;padding:8px;text-align:center;cursor:grab;user-select:none;background:#f8f9fa;border-right:1px solid #d0d0d0}
.drag-handle-cell:hover{background:#e9ecef}
.drag-handle{color:#666;font-size:18px;line-height:1;font-weight:bold;cursor:grab;user-select:none}
.drag-handle:hover{color:#2c3e50}
.order-table tbody tr.dragging .drag-handle{color:#2c3e50}
.cell-photo{width:90px;vertical-align:top;text-align:center;padding:10px}
.cell-photo img{width:100%;height:auto;max-height:100%;object-fit:contain;object-position:top;background:transparent;border:none;border-radius:0;padding:0;display:block;vertical-align:top}
.order-table tbody tr{height:60px}
.accessories-separator{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important}
.accessories-separator td{border:none !important;padding:24px 16px !important;background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;border-top:3px solid #2c3e50 !important;border-bottom:2px solid #dee2e6 !important}
.cell-color{width:200px}
.color-container{display:flex;align-items:center;gap:10px}
.color-icon{width:24px;height:24px;border-radius:50%;display:inline-block;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.15);border:2px solid rgba(255,255,255,.8)}
.color-text{font-size:13px;color:var(--text);font-weight:500}
.cell-qty{width:120px;text-align:center}
.cell-total{width:120px;text-align:right;font-weight:700;color:#000000}
.qty-input{width:80px;background:#ffffff;border:2px solid var(--border);color:var(--text);padding:8px 10px;border-radius:0;text-align:center;font-weight:600;transition:all 0.2s}
.qty-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(79,140,255,.15)}
.qty-input:hover{border-color:var(--primary)}
.actions{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-top:2px solid var(--border);padding:18px 32px;box-shadow:0 -4px 12px rgba(0,0,0,.08);z-index:20}
.actions-right{display:flex;align-items:center;gap:24px}
.primary{background:#2c3e50;border:0;color:#fff;padding:14px 32px;border-radius:10px;cursor:pointer;font-weight:600;font-size:15px;white-space:nowrap;transition:all 0.2s}
.primary:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 16px rgba(44,62,80,.4)}
.primary:active{transform:translateY(0)}
.total{font-weight:700;color:var(--text);font-size:16px;display:flex;align-items:center;gap:8px}
.total span{color:#000000;font-size:20px;font-weight:800}
.empty{color:var(--muted);text-align:center;padding:24px}
.hidden{display:none}

/* modal */
.modal{position:fixed;inset:0;display:grid;place-items:center;background:rgba(44,62,80,0.85);backdrop-filter:blur(10px);z-index:30}
.modal.hidden{display:none}
.modal-card{width:min(900px,92vw);background:#ffffff;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}
.modal-card.modal-sm{width:min(420px,90vw);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#2c3e50,#34495e);border-bottom:none}
.modal-header h3{margin:0;font-size:24px;font-weight:700;color:#ffffff}
.close-btn{border:0;background:transparent;color:rgba(255,255,255,0.8);font-size:24px;cursor:pointer;transition:all 0.2s}
.close-btn:hover{color:#ffffff}
.invoice-body{padding:12px 16px;max-height:70vh;overflow:auto}
.invoice-table{width:100%;border-collapse:collapse}
.invoice-table th,.invoice-table td{border-bottom:1px solid var(--border);padding:8px}
.invoice-table th{background:#f8f9fa;color:#495057;font-weight:700}
.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;background:#f8f9fa}
.ghost{background:transparent;border:2px solid var(--border);color:var(--muted);padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;transition:all 0.2s}
.ghost:hover{background:#e9ecef;border-color:#adb5bd;color:var(--text)}

/* User Management Styles */
.user{position:relative;font-weight:700;border:none;padding:10px 16px;border-radius:12px;background:#2c3e50;color:#ffffff;box-shadow:0 4px 15px rgba(44, 62, 80, 0.4);transition:all 0.3s;font-size:15px;display:flex;align-items:center}
.user:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(44, 62, 80, 0.5);background:#34495e}
.user span{color:#ffffff}
.user svg{color:#ffffff;fill:#ffffff}
.user-icon{color:#ffffff;font-size:18px;vertical-align:middle}
.user-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#ffffff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:200px;z-index:100}
.menu-item{display:block;width:100%;padding:10px 16px;text-align:left;background:transparent;border:none;color:var(--text);cursor:pointer;font-size:14px;transition:background 0.2s}
.menu-item.hidden{display:none !important}
.menu-item:hover{background:#f8f9fa}
.menu-item:first-child{border-radius:8px 8px 0 0}
.menu-item:last-child{border-radius:0 0 8px 8px}

/* Modal Styles */
.modal-sm{max-width:420px}
.modal-lg{max-width:900px}
.modal-body{padding:32px 24px}
.form-group{margin-bottom:24px}
.form-group:last-of-type{margin-bottom:0}
.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text);font-size:15px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:10px;font-size:15px;transition:all 0.2s;box-sizing:border-box;background:#ffffff;font-family:inherit}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(79,140,255,.1)}
.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#cbd5e0}
.form-hint{display:block;margin-top:6px;font-size:12px;color:var(--muted);font-style:italic}

/* User Form Responsive Layout */
@media (max-width: 768px) {
  .user-form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .user-form-row .form-group {
    margin-bottom: 24px !important;
  }
}
.error-message{background:#fee;color:#c33;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px;border-left:4px solid #c33}
.empty-message{text-align:center;padding:40px;color:var(--muted)}

/* Login Modal Specific - Professional Design inspired by huuntech.com */
#loginModal {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px);
  z-index: 9999 !important;
  display: grid !important;
  place-items: center;
}

#loginModal.hidden {
  display: none !important;
}

.login-modal-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.login-container {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

/* Left Side: Description and Logo */
.login-left-side {
  flex: 1;
  position: relative;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #4f8cff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
  min-height: 100vh;
}

.login-left-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  color: #ffffff;
}

.login-logo-container {
  margin-bottom: 60px;
  text-align: center;
}

.login-logo-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-logo-icon svg {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.login-brand-left {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.login-subtitle-left {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.login-description {
  margin-top: 40px;
}

.login-description-title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.login-description-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px 0;
}

/* Background Layers Design */
.login-background-layers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.login-layer {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 20s infinite ease-in-out;
}

.login-layer-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.login-layer-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.3) 0%, transparent 70%);
  bottom: -150px;
  right: -150px;
  animation-delay: 2s;
}

.login-layer-3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 4s;
}

.login-layer-4 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.25) 0%, transparent 70%);
  top: 20%;
  right: 10%;
  animation-delay: 6s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Right Side: Login Form */
.login-right-side {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: #ffffff;
  min-height: 100vh;
}

.login-form-wrapper {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}

.login-title {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 40px 0;
  text-align: left;
  letter-spacing: -0.5px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.login-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2c3e50;
  background: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}

.login-input:focus {
  outline: none;
  border-color: #4f8cff;
  box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1);
}

.login-input:hover {
  border-color: #cbd5e0;
}

.login-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.login-remember {
  display: flex;
  align-items: center;
  margin-top: -8px;
}

.remember-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  cursor: pointer;
  user-select: none;
}

.remember-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #4f8cff;
}

.remember-checkbox span {
  user-select: none;
}

.login-error {
  background: #fee;
  color: #c33;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-left: 4px solid #c33;
  margin-top: -8px;
}

.login-error.hidden {
  display: none;
}

.login-button {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #4f8cff 0%, #2c3e50 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.3);
}

.login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 140, 255, 0.4);
  background: linear-gradient(135deg, #5a9aff 0%, #34495e 100%);
}

.login-button:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .login-container {
    flex-direction: column;
  }
  
  .login-left-side {
    min-height: auto;
    padding: 40px 32px;
  }
  
  .login-right-side {
    min-height: auto;
    padding: 40px 32px;
  }
  
  .login-logo-container {
    margin-bottom: 40px;
  }
  
  .login-brand-left {
    font-size: 36px;
  }
  
  .login-description-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .login-left-side {
    padding: 32px 24px;
  }
  
  .login-right-side {
    padding: 32px 24px;
  }
  
  .login-brand-left {
    font-size: 32px;
    letter-spacing: 2px;
  }
  
  .login-subtitle-left {
    font-size: 14px;
  }
  
  .login-description-title {
    font-size: 24px;
  }
  
  .login-description-text {
    font-size: 14px;
  }
  
  .login-title {
    font-size: 28px;
  }
  
  .login-logo-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  
  .login-logo-icon svg {
    width: 80px;
    height: 80px;
  }
}

/* Users Table */
.users-header{display:flex;justify-content:flex-end;margin-bottom:16px}
.users-list{max-height:500px;overflow-y:auto}
.users-table{width:100%;border-collapse:collapse}
.users-table th{background:#f8f9fa;padding:12px;text-align:left;font-weight:600;border-bottom:2px solid var(--border);font-size:13px}
.users-table td{padding:12px;border-bottom:1px solid var(--border)}
.users-table tr:hover{background:#fafafa}
.role-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}
.role-badge.role-admin{background:#e3f2fd;color:#1976d2}
.role-badge.role-user{background:#f3e5f5;color:#7b1fa2}
.actions-cell{text-align:center;white-space:nowrap}
.actions-buttons{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}
.btn-edit,.btn-delete{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all 0.2s;min-width:90px;display:inline-flex;align-items:center;justify-content:center}
.btn-edit{background:var(--primary);color:#fff;box-shadow:0 2px 4px rgba(79,140,255,0.2)}
.btn-edit:hover{background:var(--primary2);transform:translateY(-1px);box-shadow:0 4px 8px rgba(79,140,255,0.3)}
.btn-delete{background:#f44336;color:#fff;box-shadow:0 2px 4px rgba(244,67,54,0.2)}
.btn-delete:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 4px 8px rgba(244,67,54,0.3)}
.password-display{background:#f8f9fa;padding:6px 10px;border-radius:6px;font-family:'Courier New',monospace;font-size:13px;color:#2c3e50;border:1px solid #dee2e6}

/* Order Management Styles */
.orders-view{padding:24px;max-width:1400px;margin:0 auto}
.orders-view h2{margin:0 0 24px 0;font-size:28px;font-weight:700;color:#2c3e50}
.orders-status-container{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.status-column{background:#ffffff;border:2px solid var(--border);border-radius:12px;padding:20px}
.status-header{font-size:18px;font-weight:700;color:#2c3e50;margin:0 0 16px 0;text-align:center;padding-bottom:12px;border-bottom:2px solid var(--border)}
.status-column:nth-child(1) .status-header{color:#2196f3}
.status-column:nth-child(2) .status-header{color:#ff9800}
.status-column:nth-child(3) .status-header{color:#4caf50}
.orders-list{display:flex;flex-direction:column;gap:12px}
.order-card{background:#ffffff;border:2px solid var(--border);border-radius:12px;padding:20px;transition:all 0.3s;box-shadow:0 2px 4px rgba(0,0,0,.05)}
.order-card:hover{border-color:#2c3e50;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}
.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid var(--border)}
.order-number{font-size:18px;font-weight:700;color:#2c3e50}
.order-date{font-size:13px;color:var(--muted);font-weight:500}
.order-total{font-size:18px;font-weight:700;color:#2c3e50;margin-top:12px;padding-top:12px;border-top:2px solid var(--border)}
.order-items{max-height:150px;overflow-y:auto;margin-bottom:16px}
.order-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0;font-size:14px;transition:background 0.2s}
.order-item:hover{background:#f8f9fa;padding-left:8px;padding-right:8px;border-radius:4px}
.order-item:last-child{border-bottom:none}
.item-code{color:var(--muted);font-size:12px;font-weight:600}
.btn-status{padding:6px 16px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all 0.2s}
.btn-status:disabled{opacity:.5;cursor:not-allowed}
.admin-orders-list{display:flex;flex-direction:column;gap:16px}
.admin-order-card{background:#ffffff;border:2px solid var(--border);border-radius:12px;padding:20px}
.admin-order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid var(--border)}
.user-info{margin-bottom:8px}
.user-name{font-size:18px;font-weight:700;color:#2c3e50}
.user-email{font-size:14px;color:var(--muted)}
.order-info{display:flex;gap:24px;margin-top:12px}
.info-group{display:flex;flex-direction:column}
.info-label{font-size:12px;color:var(--muted);margin-bottom:4px}
.info-value{font-size:14px;font-weight:600;color:#2c3e50}
.status-controls{display:flex;gap:8px;align-items:center}
.status-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}
.status-badge.derguar{background:#e3f2fd;color:#1976d2}
.status-badge.aprovuar{background:#fff3e0;color:#f57c00}
.status-badge.gati{background:#e8f5e9;color:#388e3c}
.status-select{padding:6px 12px;border:2px solid var(--border);border-radius:6px;font-size:13px;cursor:pointer;background:#ffffff;font-weight:600}
.status-select:focus{outline:none;border-color:var(--primary)}
.no-orders{text-align:center;padding:40px;color:var(--muted);font-size:14px}

/* Enhanced order card styling */
.order-card-detailed{background:#ffffff;border:2px solid var(--border);border-radius:16px;padding:24px;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.order-card-detailed:hover{border-color:#2c3e50;box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-3px)}
.order-card-detailed.order-gati{border:3px solid #4caf50;background:linear-gradient(135deg,#ffffff,#f1f8e9)}
.order-card-detailed.order-gati:hover{border-color:#388e3c;box-shadow:0 4px 16px rgba(76,175,80,.2)}
.order-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}
.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px}
.info-label{font-size:13px;color:var(--muted);font-weight:600}
.order-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;margin-left:8px}
.order-status-badge.status-derguar{background:#e3f2fd;color:#1976d2}
.order-status-badge.status-aprovuar{background:#fff3e0;color:#f57c00}
.order-status-badge.status-gati{background:#e8f5e9;color:#388e3c}
.order-status-badge.status-në_revizion{background:#f0f0f0;color:#555}
.order-status-badge.status-ndryshime_pritje{background:#fff3cd;color:#856404}
.order-details-section{margin:16px 0;padding:16px;background:#f8f9fa;border-radius:8px}
.order-items-title{font-size:15px;font-weight:700;color:#2c3e50;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e0e0e0}
.order-items-title-admin{font-size:16px;font-weight:700;color:#2c3e50;margin-bottom:16px}
.admin-order-card-large{background:#ffffff;border:2px solid var(--border);border-radius:16px;padding:28px;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.admin-order-card-large:hover{border-color:#2c3e50;box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-3px)}
.order-items-section{margin-top:20px}
.item-details{display:flex;flex-direction:column;gap:4px;flex:1}
.item-code{color:#2c3e50;font-weight:700}
.item-desc{color:var(--muted);font-size:13px}
.item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.item-subtotal{font-weight:700;color:#2c3e50}
.my-orders-list{display:flex;flex-direction:column;gap:24px}

/* Collapsible order cards */
.order-card-collapsible{background:#ffffff;border:2px solid var(--border);border-radius:12px;transition:all 0.3s;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}
.order-card-collapsible:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}
.order-card-collapsible.order-gati{border:3px solid #4caf50;background:linear-gradient(135deg,#ffffff,#f1f8e9)}
.order-card-collapsible.order-gati:hover{box-shadow:0 4px 16px rgba(76,175,80,.2)}
.order-summary:hover{background:#f8f9fa}

/* Cancel buttons and styling */
.btn-cancel-request,.btn-cancel-order,.btn-approve-cancel,.btn-reject-cancel{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all 0.2s;margin-top:12px}
.btn-cancel-request{background:#f44336;color:#fff;width:100%}
.btn-cancel-request:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 2px 8px rgba(244,67,54,.3)}
.btn-cancel-order{background:#f44336;color:#fff}
.btn-cancel-order:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 2px 8px rgba(244,67,54,.3)}
.btn-approve-cancel{background:#4caf50;color:#fff}
.btn-approve-cancel:hover{background:#388e3c;transform:translateY(-1px);box-shadow:0 2px 8px rgba(76,175,80,.3)}
.btn-reject-cancel{background:#757575;color:#fff}
.btn-reject-cancel:hover{background:#616161;transform:translateY(-1px);box-shadow:0 2px 8px rgba(117,117,117,.3)}
.cancel-request-banner{background:#fff3cd;color:#856404;padding:12px 16px;border-radius:8px;margin-bottom:12px;text-align:center;font-weight:600;border:2px solid #ffeaa7;font-size:14px}

/* General Information Page Styling */
#generalInfoView{position:relative;overflow:hidden}
.general-info-container{max-width:1200px;margin:0 auto;padding:60px 80px;background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.05);border-radius:0;position:relative}
.general-info-container::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,transparent 0%,#2c3e50 20%,#2c3e50 80%,transparent 100%)}
.general-info-container::after{content:'';position:absolute;right:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,transparent 0%,#2c3e50 20%,#2c3e50 80%,transparent 100%)}
.general-info-container h2{font-size:28px;font-weight:700;color:#2c3e50;margin-bottom:40px;text-align:center;letter-spacing:-0.5px}
.info-section{margin-bottom:40px;padding:0}
.info-section:last-child{margin-bottom:0}
.info-section h3{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;text-transform:uppercase;letter-spacing:0.5px}
.info-section p{font-size:14px;line-height:1.8;color:#555;margin-bottom:0;font-weight:400}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.feature-card{background:transparent;padding:20px;border-radius:0;text-align:center;transition:all 0.2s ease;border:none;box-shadow:none;border-top:1px solid #e0e0e0;position:relative;overflow:visible}
.feature-card:hover{transform:none}
.feature-icon{font-size:32px;margin-bottom:12px;opacity:0.9;display:flex;justify-content:center;align-items:center;color:#2c3e50;transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);position:relative}
.feature-icon svg{width:48px;height:48px;transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);filter:drop-shadow(0 2px 4px rgba(44,62,80,0.1))}
.feature-card:hover .feature-icon{opacity:1;transform:translateY(-8px) scale(1.15)}
.feature-card:hover .feature-icon svg{transform:rotate(12deg) scale(1.05);filter:drop-shadow(0 4px 8px rgba(44,62,80,0.25))}
.feature-card h4{font-size:15px;font-weight:600;color:#2c3e50;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.5px}
.feature-card p{font-size:13px;line-height:1.7;color:#666;margin:0;font-weight:400}
.highlight-section{background:transparent!important;border:1px solid #2c3e50!important;padding:24px!important;box-shadow:none!important}
.highlight-section h3{border-bottom-color:#2c3e50!important}
.highlight-text{font-size:15px!important;font-weight:500!important;text-align:left!important;color:#555!important}
.highlight-text strong{color:#2c3e50;font-size:16px;font-weight:600}
.contact-section{background:transparent!important;border:1px solid #8bc34a!important;padding:24px!important;box-shadow:none!important}
.contact-section h3{border-bottom-color:#8bc34a!important}

/* Image Lightbox */
#imageLightbox{background:rgba(0,0,0,.95)!important;backdrop-filter:blur(5px)}
.image-lightbox-content{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;padding:40px}
.image-lightbox-content img{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);display:block}
.image-lightbox-close{position:fixed;top:30px;right:30px;background:rgba(255,255,255,.9);color:#000000;border:none;width:45px;height:45px;border-radius:50%;font-size:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all 0.2s;line-height:1;font-weight:300}
.image-lightbox-close:hover{background:#ffffff;transform:scale(1.1);box-shadow:0 4px 12px rgba(255,255,255,.3)}
.cell-photo img:hover{opacity:0.8;transform:scale(1.05);transition:all 0.2s}

/* Landing page product card */
.landing{display:block;padding:40px 20px}
.product-card{background:#ffffff;border:2px solid var(--border);border-radius:16px;padding:24px;cursor:pointer;transition:all 0.3s;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;gap:16px}
.product-card:hover{border-color:var(--primary);box-shadow:0 4px 16px rgba(79,140,255,.2);transform:translateY(-4px)}
.product-card img{max-width:250px;max-height:250px;width:auto;height:auto;object-fit:contain;display:block}
.pc-title{font-size:20px;font-weight:700;color:#2c3e50;text-align:center}

/* Order Form Page Styles - AVZShop Style */
#orderFormView.orders-view {
  max-width: 100vw;
  padding: 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ffffff;
  min-height: calc(100vh - 60px);
}
.order-form-container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 40px 60px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.order-form-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: -0.5px;
}

/* General Order Information Section */
.order-info-section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.order-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.order-info-left, .order-info-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-field label {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.info-field input,
.info-field textarea,
.info-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 14px;
  font-family: inherit;
  background: #ffffff;
  box-sizing: border-box;
}
.info-field textarea {
  resize: vertical;
  min-height: 60px;
}
.info-field input:focus,
.info-field textarea:focus,
.info-field select:focus {
  outline: none;
  border-color: #2c3e50;
}
.info-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  appearance: none;
}

/* Shipping Method Checkboxes */
.shipping-method-checkboxes {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.shipping-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #2c3e50;
}
.shipping-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}
.shipping-checkbox-label input[type="checkbox"]:checked + span {
  font-weight: 600;
  color: #2c3e50;
}

/* Add Article Section */
.add-article-section {
  margin-bottom: 30px;
}
.add-article-btn {
  background: transparent;
  border: none;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  cursor: pointer;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.add-article-btn:hover {
  color: #1a1a1a;
}
.add-article-panel {
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.add-article-panel label {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.add-article-panel input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 14px;
  background: #ffffff;
  box-sizing: border-box;
}
.add-article-panel input:focus {
  outline: none;
  border-color: #2c3e50;
}

/* Products Table Section */
.products-table-section {
  margin-top: 30px;
}
.products-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.products-table thead {
  background: #f8f9fa;
}
.products-table th {
  padding: 12px 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #2c3e50;
  border-bottom: 2px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  white-space: nowrap;
}
.products-table th:last-child {
  border-right: none;
}
.products-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 14px;
  vertical-align: middle;
}
.products-table td:last-child {
  border-right: none;
}
.products-table tbody tr:hover {
  background: #fafafa;
}
.products-table tbody tr:last-child td {
  border-bottom: none;
}

/* Order Form Actions */
.order-form-actions {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.order-form-actions button {
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.order-form-actions .primary {
  background: #2c3e50;
  color: #fff;
  border: none;
}
.order-form-actions .primary:hover {
  background: #1a252f;
}
.order-form-actions .ghost {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #2c3e50;
}
.order-form-actions .ghost:hover {
  background: #f5f5f5;
  border-color: #bdbdbd;
}

/* Order Summary Section on Page */
.order-summary-section-page {
  margin-top: 30px;
  padding: 24px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-summary-row-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.order-summary-row-page.total-row-page {
  padding-top: 16px;
  border-top: 2px solid #2c3e50;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
}
.order-summary-label-page {
  color: #616161;
  font-weight: 600;
}
.order-summary-value-page {
  color: #2c3e50;
  font-weight: 600;
}
.order-summary-value-page.total-value-page {
  font-size: 22px;
  font-weight: 700;
}

/* Order Form Styles - Cart Design */
.order-form-left-column {
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.order-form-product-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 30px;
  align-items: center;
  transition: all 0.2s;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.order-form-product-item:last-child {
  border-bottom: none;
}
.order-form-product-item:hover {
  background: #fafafa;
  border-color: #d0d0d0;
}
.order-form-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-form-product-code {
  font-weight: 700;
  color: #2c3e50;
  font-size: 16px;
  margin-bottom: 4px;
}
.order-form-product-desc {
  color: #757575;
  font-size: 14px;
  line-height: 1.4;
}
.order-form-product-price {
  font-weight: 600;
  color: #616161;
  font-size: 14px;
  margin-top: 4px;
}
.order-form-product-qty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.order-form-product-qty label {
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.order-form-product-qty input {
  width: 80px;
  padding: 12px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  background: #ffffff;
}
.order-form-product-qty input:focus {
  outline: none;
  border-color: #2c3e50;
  box-shadow: none;
}
.order-form-product-total {
  font-weight: 700;
  color: #2c3e50;
  font-size: 18px;
  min-width: 100px;
  text-align: right;
}
.order-form-product-remove {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.order-form-product-remove input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.order-form-product-remove button {
  padding: 10px 20px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s;
  opacity: 0.5;
  pointer-events: none;
  white-space: nowrap;
}
.order-form-product-remove button:enabled {
  opacity: 1;
  pointer-events: auto;
}
.order-form-product-remove button:enabled:hover {
  background: #d32f2f;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

.order-form-radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  flex: 1;
  transition: all 0.2s;
  background: #ffffff;
}
.order-form-radio-label:hover {
  background: #f5f5f5;
  border-color: #bdbdbd;
}
.order-form-radio-label input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.order-form-radio-label span {
  font-weight: 600;
  font-size: 15px;
}
.order-form-radio-label input[type="radio"]:checked + span {
  color: #2c3e50;
}
.order-form-radio-label:has(input[type="radio"]:checked) {
  border-color: #2c3e50;
  background: #f5f5f5;
}

.order-form-right-column {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 40px;
  box-shadow: none;
  position: sticky;
  top: 80px;
  height: fit-content;
}

.order-summary-section {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
}

.order-summary-row.total-row {
  padding-top: 20px;
  border-top: 2px solid #2c3e50;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}

.order-summary-label {
  color: #616161;
  font-weight: 600;
}

.order-summary-value {
  color: #2c3e50;
  font-weight: 600;
}

.order-summary-value.total-value {
  font-size: 20px;
  font-weight: 700;
}

/* Additional styling for order form inputs */
.order-form-left-column input[type="text"] {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 14px 16px;
  font-size: 15px;
  background: #ffffff;
  transition: all 0.2s;
}

.order-form-left-column input[type="text"]:focus {
  outline: none;
  border-color: #2c3e50;
  box-shadow: none;
}

.order-form-left-column input[type="text"]:hover {
  border-color: #bdbdbd;
}

/* Responsive for order views */
@media (max-width: 1024px) {
  .orders-status-container{grid-template-columns:1fr}
  .admin-order-header{flex-direction:column;gap:16px}
  .status-controls{width:100%;flex-direction:column}
  .status-controls button{width:100%}
  .status-select{width:100%}
  .features-grid{grid-template-columns:1fr}
  .general-info-container{padding:16px}
  .info-section{padding:20px}
  .order-form-container {
    padding: 30px 30px;
  }
  .order-form-page-content {
    gap: 30px;
  }
  .order-form-right-column {
    padding: 30px 20px;
  }
  .order-form-page-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .order-form-right-column {
    position: static;
    order: -1;
  }
  .order-form-product-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .order-form-product-qty {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .order-form-product-total {
    text-align: left;
    min-width: auto;
  }
  .order-form-product-remove {
    flex-direction: row;
    justify-content: flex-end;
  }
  .order-form-radio-label {
    flex: 1;
  }
}

.table-footer{margin-top:12px;border:1px solid var(--border);border-radius:0 0 8px 8px;background:var(--card);box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}
.order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;border-top:1px solid var(--border);background:var(--card);font-size:14px;font-weight:600;color:var(--text)}
.order-summary-row:first-child{border-top:none}
.order-summary-row span:last-child{font-weight:700;}

.modal-open{overflow:hidden}
.production-fullscreen{width:100vw;height:100vh;margin:0;max-width:none;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column;background:#ffffff;}
.production-invoice{flex:1;overflow:auto;padding:40px 60px;background:#f5f7fa;font-family:'Segoe UI',Tahoma,sans-serif;color:#1f2a44;}
.pi-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}
.pi-label{text-transform:uppercase;font-size:12px;letter-spacing:1px;color:#6c7a96;font-weight:600;margin-bottom:6px}
.pi-value{font-size:20px;font-weight:700;color:#1f3251}
.pi-table{width:100%;border-collapse:collapse;background:#ffffff;border:1px solid #dbe4f3;box-shadow:0 4px 18px rgba(31,50,81,0.08);}
.pi-head{padding:14px 16px;background:#1f3251;color:#ffffff;font-size:13px;text-align:left;border-bottom:1px solid #dbe4f3;}
.pi-head.pi-center{text-align:center}
.pi-cell{padding:12px 16px;border-bottom:1px solid #e7edf8;font-size:14px;color:#2c3e50;}
.pi-cell.pi-center{text-align:center}
.pi-subtitle{font-size:14px;color:#6c7a96;margin-top:4px;font-weight:600}
.pi-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:32px;font-size:16px;font-weight:600;color:#1f3251;gap:12px}
.pi-total-value{min-width:140px;text-align:center;padding:6px 16px;border:1px solid #1f3251;border-radius:6px;font-weight:700;font-size:18px;background:#fff}

/* Ballina (Home/Dashboard) Styles - Loni Tenda Style */
.ballina-view {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  min-height: calc(100vh - 70px);
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.ballina-view.show {
  opacity: 1;
  transform: translateY(0);
}

.ballina-view.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

/* Hero Fullwidth Section - Different from others */
.ballina-hero-fullwidth {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 50%, #1a1a1a 100%);
  margin-bottom: 0;
}

.ballina-hero-fullwidth-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  z-index: 1;
}

.ballina-hero-fullwidth-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.5);
}

.ballina-hero-fullwidth-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 80px 40px;
  max-width: 900px;
}

.ballina-hero-fullwidth-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ballina-hero-fullwidth-content p {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ballina-btn-hero {
  display: inline-block;
  padding: 18px 48px;
  background: rgba(255, 255, 255, 0.95);
  color: #4f8cff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.ballina-btn-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(79, 140, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.ballina-btn-hero:hover::before {
  width: 300px;
  height: 300px;
}

.ballina-btn-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.ballina-btn-hero span {
  position: relative;
  z-index: 1;
}

/* Products Grid Section - 3 Images */
.ballina-products-grid-section {
  padding: 120px 60px;
  background: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
}

.ballina-products-grid-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.ballina-products-grid-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.ballina-products-grid-header p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.8;
}

.ballina-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.ballina-products-grid-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(79, 140, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f0f0;
  aspect-ratio: 4/3;
}

.ballina-products-grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 25px 60px rgba(79, 140, 255, 0.25),
    0 0 0 2px rgba(79, 140, 255, 0.2);
}

.ballina-products-grid-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ballina-products-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(1);
}

.ballina-products-grid-item:hover img {
  transform: scale(1.15);
  filter: brightness(1.1) saturate(1.2);
}

.ballina-products-grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  color: #ffffff;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ballina-products-grid-item:hover .ballina-products-grid-overlay {
  transform: translateY(0);
}

.ballina-products-grid-overlay h4 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.ballina-products-grid-overlay p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.ballina-products-grid-footer {
  text-align: center;
  margin-top: 50px;
}

/* Product Split Section - Different Layout */
.ballina-product-split-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 650px;
  background: #f8f9fa;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.ballina-product-split-image {
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}

.ballina-product-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(1);
}

.ballina-product-split-section:hover .ballina-product-split-image img {
  transform: scale(1.1);
  filter: brightness(1.05) saturate(1.1);
}

.ballina-product-split-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  position: relative;
}

.ballina-product-split-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #4f8cff 0%, #1a1a1a 100%);
}

.ballina-product-split-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.ballina-product-split-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: #4f8cff;
  font-style: italic;
  margin: 24px 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.ballina-product-split-content p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* Hero Slider Section - Keep for backward compatibility */
.ballina-hero-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 60px;
  background: #f8f9fa;
  gap: 60px;
  min-height: 500px;
}

.ballina-hero-content {
  flex: 1;
  max-width: 600px;
}

.ballina-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.ballina-hero-content p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.9;
  margin: 0;
  letter-spacing: 0.2px;
}

.ballina-hero-image {
  flex: 1;
  max-width: 600px;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(79, 140, 255, 0.12);
  position: relative;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f0f0;
}

.ballina-hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.15) 0%, rgba(26, 26, 26, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 2;
  pointer-events: none;
}

.ballina-hero-image::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 2;
  pointer-events: none;
}

.ballina-hero-image:hover::before,
.ballina-hero-image:hover::after {
  opacity: 1;
}

.ballina-hero-image:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 40px 100px rgba(79, 140, 255, 0.3),
    0 0 0 3px rgba(79, 140, 255, 0.2);
}

.ballina-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(1) contrast(1);
}

.ballina-hero-image:hover img {
  transform: scale(1.12) rotate(1.5deg);
  filter: brightness(1.08) saturate(1.15) contrast(1.05);
}

/* Admin Hero Section */
.ballina-hero {
  position: relative;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  border-radius: 0;
  padding: 140px 40px 120px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  box-shadow: 0 20px 80px rgba(79, 140, 255, 0.4);
  overflow: hidden;
}

.ballina-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

.ballina-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, #ffffff 100%);
  z-index: 1;
}

.ballina-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: -1px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.ballina-hero p {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  opacity: 0.98;
  max-width: 900px;
  margin: 0 auto;
  line-height: 2;
  position: relative;
  z-index: 2;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}

/* Product Sections */
.ballina-product-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 60px;
  gap: 80px;
  background: #ffffff;
}

.ballina-product-section.ballina-product-reverse {
  flex-direction: row-reverse;
  background: #f8f9fa;
}

.ballina-product-content {
  flex: 1;
  max-width: 600px;
}

.ballina-product-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.ballina-product-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: #4f8cff;
  font-style: italic;
  margin: 24px 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.ballina-product-content p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.9;
  margin-bottom: 32px;
  letter-spacing: 0.2px;
}

.ballina-product-image {
  flex: 1;
  max-width: 600px;
  height: 450px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(79, 140, 255, 0.12);
  position: relative;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f0f0;
}

.ballina-product-image::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.3);
}

.ballina-product-image:hover::after {
  opacity: 1;
}

.ballina-product-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.2) 0%, rgba(26, 26, 26, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 1;
  pointer-events: none;
}

.ballina-product-image:hover::before {
  opacity: 1;
}

.ballina-product-image:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 
    0 45px 110px rgba(79, 140, 255, 0.35),
    0 0 0 4px rgba(79, 140, 255, 0.2);
}

.ballina-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) contrast(1) saturate(1);
}

.ballina-product-image:hover img {
  transform: scale(1.18) rotate(-1.5deg);
  filter: brightness(1.12) contrast(1.08) saturate(1.2);
}

.ballina-btn-primary {
  display: inline-block;
  padding: 18px 48px;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 25px rgba(79, 140, 255, 0.35),
    0 0 0 0 rgba(79, 140, 255, 0.5);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.ballina-btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.ballina-btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.ballina-btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 12px 35px rgba(79, 140, 255, 0.45),
    0 0 0 4px rgba(79, 140, 255, 0.2);
}

.ballina-btn-primary span {
  position: relative;
  z-index: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Partners Section */
.ballina-partners-section {
  padding: 120px 60px;
  background: #ffffff;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

.ballina-partners-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.ballina-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.ballina-partner-card {
  text-align: left;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.ballina-partner-icon {
  font-size: 48px;
  margin-bottom: 24px;
}

.ballina-partner-card p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.9;
  margin: 0;
  letter-spacing: 0.1px;
}

/* CTA Section */
.ballina-cta-section {
  padding: 120px 60px;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  text-align: center;
  color: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
}

.ballina-cta-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.ballina-btn-cta {
  display: inline-block;
  padding: 20px 56px;
  background: #ffffff;
  color: #4f8cff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 0 0 rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  border: 2px solid transparent;
}

.ballina-btn-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 140, 255, 0.1), transparent);
  transition: left 0.5s;
}

.ballina-btn-cta:hover::before {
  left: 100%;
}

.ballina-btn-cta:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.ballina-btn-cta span {
  position: relative;
  z-index: 1;
}

/* Instructions Section */
.ballina-instructions-section {
  padding: 120px 60px;
  background: #f8f9fa;
  max-width: 1400px;
  margin: 0 auto;
}

/* New User Welcome Panel */
.ballina-new-user-panel {
  padding: 100px 60px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ffffff;
  margin-top: 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.ballina-new-user-content {
  max-width: 1200px;
  margin: 0 auto;
}

.ballina-new-user-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.new-user-icon {
  font-size: 64px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  flex-shrink: 0;
}

.new-user-title-section {
  flex: 1;
}

.ballina-new-user-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
}

.new-user-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.ballina-new-user-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 50px;
}

.new-user-info-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.new-user-info-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.new-user-info-item.highlight {
  background: rgba(79, 140, 255, 0.2);
  border-color: rgba(79, 140, 255, 0.4);
}

.info-item-icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  flex-shrink: 0;
}

.info-item-content {
  flex: 1;
}

.info-item-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.info-item-value {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.ballina-new-user-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.ballina-btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ballina-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ballina-btn-secondary span {
  display: inline-block;
}

@media (max-width: 768px) {
  .ballina-new-user-header {
    flex-direction: column;
    text-align: center;
  }
  
  .ballina-new-user-header h2 {
    font-size: 36px;
  }
  
  .ballina-new-user-info-grid {
    grid-template-columns: 1fr;
  }
  
  .ballina-new-user-actions {
    flex-direction: column;
  }
  
  .ballina-new-user-actions a {
    width: 100%;
    text-align: center;
  }
}

.ballina-instructions-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: -0.5px;
}

.ballina-instructions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.ballina-instruction-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s;
}

.ballina-instruction-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.ballina-instruction-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  margin: 0 auto 24px;
}

.ballina-instruction-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.ballina-instruction-item p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.1px;
}

/* Gallery Section with Dynamic Layout */
.ballina-gallery-section {
  padding: 120px 60px;
  background: #ffffff;
  max-width: 1600px;
  margin: 0 auto;
}

.ballina-gallery-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.5px;
}

/* Gallery Carousel */
.ballina-gallery-carousel-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.ballina-gallery-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f8f9fa;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.ballina-gallery-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ballina-gallery-slide {
  min-width: 100%;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 3/2;
  max-height: 500px;
  overflow: hidden;
}

.ballina-gallery-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ballina-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(1);
}

.ballina-gallery-slide:hover .ballina-gallery-image img {
  transform: scale(1.08);
  filter: brightness(1.05) saturate(1.1);
}

.ballina-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(79, 140, 255, 0.2);
  border-radius: 50%;
  font-size: 32px;
  color: #4f8cff;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.ballina-gallery-nav:hover {
  background: #4f8cff;
  color: #ffffff;
  border-color: #4f8cff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(79, 140, 255, 0.4);
}

.ballina-gallery-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.ballina-gallery-prev {
  left: 20px;
}

.ballina-gallery-next {
  right: 20px;
}

.ballina-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 60px;
}

.ballina-gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(79, 140, 255, 0.3);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.ballina-gallery-dot:hover {
  background: rgba(79, 140, 255, 0.5);
  transform: scale(1.2);
}

.ballina-gallery-dot.active {
  background: #4f8cff;
  width: 32px;
  border-radius: 6px;
  border-color: #4f8cff;
}

/* Grid Layout Alternative - More Organized */
.ballina-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  grid-auto-rows: 280px;
}

.ballina-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(79, 140, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f0f0;
}

.ballina-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 16px 40px rgba(79, 140, 255, 0.2),
    0 0 0 2px rgba(79, 140, 255, 0.15);
}

.ballina-gallery-item .ballina-gallery-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ballina-gallery-item .ballina-gallery-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.15) 0%, rgba(26, 26, 26, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  pointer-events: none;
}

.ballina-gallery-item:hover .ballina-gallery-image::before {
  opacity: 1;
}

.ballina-gallery-item .ballina-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(1);
}

.ballina-gallery-item:hover .ballina-gallery-image img {
  transform: scale(1.1);
  filter: brightness(1.08) saturate(1.12);
}

.ballina-section h2 {
  font-size: 48px;
  font-weight: 900;
  color: #4f8cff;
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 4px solid #e0e0e0;
  position: relative;
  letter-spacing: -2px;
  z-index: 1;
}

.ballina-section h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #4f8cff 0%, #1a1a1a 100%);
  border-radius: 2px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scaleX(1); opacity: 1; }
  50% { transform: scaleX(1.2); opacity: 0.8; }
}

@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ballina-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  margin-top: 48px;
  letter-spacing: -0.5px;
}

.ballina-section p {
  font-size: 18px;
  line-height: 2;
  color: #495057;
  margin-bottom: 24px;
  font-weight: 400;
}

.ballina-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
  margin-top: 56px;
}

.ballina-fact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 48px 36px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(79, 140, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.ballina-fact-card:nth-child(1),
.ballina-fact-card:nth-child(3),
.ballina-fact-card:nth-child(5) {
  border-image: linear-gradient(135deg, #4f8cff, #1a1a1a) 1;
}

.ballina-fact-card:nth-child(2),
.ballina-fact-card:nth-child(4),
.ballina-fact-card:nth-child(6) {
  border-image: linear-gradient(135deg, #1a1a1a, #4f8cff) 1;
}

.ballina-fact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4f8cff 0%, #1a1a1a 100%);
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  animation: gradientFlow 3s ease infinite;
}

.ballina-fact-card:hover::before {
  transform: scaleX(1);
  animation: gradientFlow 1s ease infinite;
}

.ballina-fact-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s;
}

.ballina-fact-card:hover::after {
  opacity: 1;
}

.ballina-fact-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 24px 48px rgba(79, 140, 255, 0.25),
    0 0 0 1px rgba(79, 140, 255, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  border-color: rgba(79, 140, 255, 0.3);
}

.ballina-fact-card h4 {
  font-size: 26px;
  font-weight: 900;
  color: #4f8cff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.ballina-fact-card p {
  font-size: 17px;
  color: #495057;
  margin: 0;
  line-height: 1.9;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.ballina-instructions {
  background: linear-gradient(135deg, 
    rgba(79, 140, 255, 0.05) 0%, 
    rgba(26, 26, 26, 0.05) 100%);
  border-left: 6px solid;
  border-image: linear-gradient(180deg, #4f8cff 0%, #1a1a1a 100%) 1;
  border-radius: 20px;
  padding: 56px 48px;
  margin: 48px 0;
  box-shadow: 
    0 12px 40px rgba(79, 140, 255, 0.12),
    inset 0 0 0 1px rgba(79, 140, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.ballina-instructions::before {
  content: '📋';
  position: absolute;
  top: -24px;
  left: 48px;
  font-size: 56px;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 
    0 8px 24px rgba(79, 140, 255, 0.3),
    0 0 0 4px rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.ballina-instructions::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.ballina-instructions ol {
  margin: 0;
  padding-left: 32px;
  counter-reset: step-counter;
}

.ballina-instructions li {
  font-size: 18px;
  line-height: 2;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  counter-increment: step-counter;
}

.ballina-instructions li::marker {
  font-weight: 800;
  color: #2c3e50;
}

.ballina-instructions li strong {
  color: #1a1a2e;
  font-weight: 700;
}

.ballina-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-top: 56px;
}

.ballina-image-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(79, 140, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.ballina-image-card {
  border: 2px solid transparent;
  border-image: linear-gradient(135deg, #4f8cff, #1a1a1a) 1;
}

.ballina-image-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(79, 140, 255, 0.25) 0%, 
    rgba(26, 26, 26, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.ballina-image-card:hover::before {
  opacity: 1;
}

.ballina-image-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.ballina-image-card:hover::after {
  opacity: 1;
}

.ballina-image-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 
    0 28px 60px rgba(79, 140, 255, 0.3),
    0 0 0 2px rgba(79, 140, 255, 0.2);
}

.ballina-image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1);
}

.ballina-image-card:hover img {
  transform: scale(1.15) rotate(1deg);
  filter: brightness(1.1);
}

/* Admin Dashboard Styles - Premium Design */
.ballina-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
  padding: 0 60px;
}

.ballina-stat-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 24px;
  padding: 40px 36px;
  color: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ballina-stat-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}

.ballina-stat-card:hover::before {
  opacity: 1;
}

.ballina-stat-card::after {
  display: none;
}

.ballina-stat-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.ballina-stat-card:nth-child(1),
.ballina-stat-card:nth-child(3),
.ballina-stat-card:nth-child(5) {
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
}

.ballina-stat-card:nth-child(2),
.ballina-stat-card:nth-child(4) {
  background: linear-gradient(135deg, #1a1a1a 0%, #4f8cff 100%);
}

.ballina-stat-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.ballina-stat-card .stat-value {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ballina-stat-card .stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  opacity: 0.9;
  margin-top: 12px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.3px;
}

.ballina-charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  margin-top: 48px;
}

.ballina-chart-container {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.ballina-chart-container::before {
  display: none;
}

.ballina-chart-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.ballina-chart-container h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
  text-align: center;
  border: none;
  padding: 0;
  margin-top: 0;
  letter-spacing: -0.5px;
  position: relative;
}

.ballina-chart-container h3::after {
  display: none;
}

.ballina-chart-wrapper {
  position: relative;
  height: 350px;
  margin-top: 24px;
}

.ballina-chart-wrapper-doughnut {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Admin Ballina Specific Styles */
.ballina-admin-header {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 80px 60px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ballina-admin-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  z-index: 1;
  overflow: hidden;
}

.ballina-admin-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.8);
}

.ballina-admin-header::before {
  display: none;
}

.ballina-admin-header-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.ballina-admin-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ballina-admin-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ballina-admin-quick-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding: 40px 60px;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.ballina-quick-stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  border: 2px solid rgba(79, 140, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ballina-quick-stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(79, 140, 255, 0.2);
  border-color: rgba(79, 140, 255, 0.3);
}

.quick-stat-icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  border-radius: 12px;
  flex-shrink: 0;
}

.quick-stat-content {
  flex: 1;
}

.quick-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.quick-stat-value {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
}

.ballina-admin-section {
  padding: 60px 60px;
  background: #ffffff;
}

.ballina-admin-section:nth-child(even) {
  background: #f8f9fa;
}

.ballina-sales-section {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
}

.ballina-detailed-stats-section {
  background: #ffffff !important;
}

.ballina-sales-section .ballina-admin-section-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ballina-admin-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #e0e0e0;
  position: relative;
  letter-spacing: -0.5px;
}

.ballina-sales-section .ballina-admin-section-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ballina-admin-section-title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #4f8cff 0%, #1a1a1a 100%);
  border-radius: 2px;
}

.ballina-chart-header {
  margin-bottom: 32px;
  text-align: center;
}

.ballina-chart-header h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.ballina-chart-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
  margin: 0;
}

.ballina-stat-card .stat-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

/* Clients Chart Section */
.ballina-clients-chart-section {
  margin-top: 40px;
  margin-bottom: 48px;
}

.ballina-clients-chart-full {
  max-width: 100%;
}

/* Clients Cards Grid */
.ballina-clients-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.ballina-client-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.ballina-client-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4f8cff 0%, #1a1a1a 100%);
  opacity: 0;
  transition: opacity 0.4s;
}

.ballina-client-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.ballina-client-card:hover::before {
  opacity: 1;
}

.client-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f0f0f0;
}

.client-rank {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f8cff 0%, #1a1a1a 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.3);
}

.client-info {
  flex: 1;
  min-width: 0;
}

.client-name {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-email {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.client-stat-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}

.client-stat-item:hover {
  border-color: #4f8cff;
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.15);
}

.client-stat-item.highlight {
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.1) 0%, rgba(26, 26, 26, 0.05) 100%);
  border-color: rgba(79, 140, 255, 0.3);
}

.client-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.client-stat-value {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.client-stat-item.highlight .client-stat-value {
  color: #4f8cff;
}

.client-dates {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.client-date-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.date-label {
  font-family: 'Poppins', sans-serif;
  color: #6c757d;
  font-weight: 500;
}

.date-value {
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  font-weight: 600;
}

.client-status-breakdown {
  padding-top: 24px;
  border-top: 2px solid #f0f0f0;
}

.status-breakdown-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.status-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  transition: all 0.3s;
}

.status-badge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.status-label {
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  font-weight: 500;
}

.status-count {
  font-family: 'Poppins', sans-serif;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 11px;
  min-width: 24px;
  text-align: center;
  color: #ffffff;
}

/* Status colors matching order status badges */
.status-badge-item[data-status="derguar"] {
  background: #e3f2fd;
  border-color: #1976d2;
}

.status-badge-item[data-status="derguar"] .status-label {
  color: #1976d2;
}

.status-badge-item[data-status="derguar"] .status-count {
  background: #1976d2;
}

.status-badge-item[data-status="aprovuar"] {
  background: #fff3e0;
  border-color: #f57c00;
}

.status-badge-item[data-status="aprovuar"] .status-label {
  color: #f57c00;
}

.status-badge-item[data-status="aprovuar"] .status-count {
  background: #f57c00;
}

.status-badge-item[data-status="gati"] {
  background: #e8f5e9;
  border-color: #388e3c;
}

.status-badge-item[data-status="gati"] .status-label {
  color: #388e3c;
}

.status-badge-item[data-status="gati"] .status-count {
  background: #388e3c;
}

.status-badge-item[data-status="në_revizion"] {
  background: #f0f0f0;
  border-color: #555;
}

.status-badge-item[data-status="në_revizion"] .status-label {
  color: #555;
}

.status-badge-item[data-status="në_revizion"] .status-count {
  background: #555;
}

.status-badge-item[data-status="ndryshime_pritje"] {
  background: #fff3cd;
  border-color: #856404;
}

.status-badge-item[data-status="ndryshime_pritje"] .status-label {
  color: #856404;
}

.status-badge-item[data-status="ndryshime_pritje"] .status-count {
  background: #856404;
}

.status-badge-item[data-status="në_pritje"] {
  background: #fff3e0;
  border-color: #ff9800;
}

.status-badge-item[data-status="në_pritje"] .status-label {
  color: #ff9800;
}

.status-badge-item[data-status="në_pritje"] .status-count {
  background: #ff9800;
}

.status-badge-item[data-status="konfirmuar"] {
  background: #e8f5e9;
  border-color: #4caf50;
}

.status-badge-item[data-status="konfirmuar"] .status-label {
  color: #4caf50;
}

.status-badge-item[data-status="konfirmuar"] .status-count {
  background: #4caf50;
}

.status-badge-item[data-status="perfunduar"] {
  background: #e3f2fd;
  border-color: #2196f3;
}

.status-badge-item[data-status="perfunduar"] .status-label {
  color: #2196f3;
}

.status-badge-item[data-status="perfunduar"] .status-count {
  background: #2196f3;
}

.status-badge-item[data-status="anuluar"] {
  background: #ffebee;
  border-color: #d32f2f;
}

.status-badge-item[data-status="anuluar"] .status-label {
  color: #d32f2f;
}

.status-badge-item[data-status="anuluar"] .status-count {
  background: #d32f2f;
}

.ballina-no-clients {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 40px;
  color: #6c757d;
  font-style: italic;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 1200px) {
  .ballina-clients-cards-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .ballina-clients-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .client-stats-grid {
    grid-template-columns: 1fr;
  }
  
  .client-card-header {
    flex-direction: column;
    text-align: center;
  }
}

/* Additional decorative elements */
.ballina-section h3::before {
  content: '◆';
  display: inline-block;
  margin-right: 12px;
  background: linear-gradient(135deg, #4f8cff, #1a1a1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  vertical-align: middle;
}

.ballina-fact-card h4::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f8cff, #1a1a1a);
  margin-right: 12px;
  vertical-align: middle;
  box-shadow: 0 0 12px rgba(79, 140, 255, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

/* Floating animation for cards */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.ballina-fact-card:nth-child(odd) {
  animation: float 6s ease-in-out infinite;
}

.ballina-fact-card:nth-child(even) {
  animation: float 6s ease-in-out infinite 1s;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ballina-hero-fullwidth-content h1 {
    font-size: 48px;
  }
  
  .ballina-hero-fullwidth-content p {
    font-size: 18px;
  }
  
  .ballina-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ballina-product-split-section {
    grid-template-columns: 1fr;
  }
  
  .ballina-product-split-image {
    height: 400px;
  }
  
  .ballina-hero-slider,
  .ballina-product-section {
    flex-direction: column;
    padding: 60px 40px;
    gap: 40px;
  }
  
  .ballina-product-section.ballina-product-reverse {
    flex-direction: column;
  }
  
  .ballina-hero-content,
  .ballina-product-content,
  .ballina-hero-image,
  .ballina-product-image {
    max-width: 100%;
  }
  
  .ballina-hero-image,
  .ballina-product-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .ballina-hero-slider {
    padding: 40px 24px;
    min-height: auto;
  }
  
  .ballina-hero-content h1 {
    font-size: 36px;
  }
  
  .ballina-hero-content p {
    font-size: 18px;
  }
  
  .ballina-product-section {
    padding: 60px 24px;
  }
  
  .ballina-product-content h3 {
    font-size: 32px;
  }
  
  .ballina-product-content p {
    font-size: 16px;
  }
  
  .ballina-partners-section,
  .ballina-cta-section,
  .ballina-instructions-section,
  .ballina-gallery-section {
    padding: 60px 24px;
  }
  
  .ballina-partners-section h3,
  .ballina-cta-section h3,
  .ballina-instructions-section h3,
  .ballina-gallery-section h3 {
    font-size: 32px;
  }
  
  .ballina-partners-grid,
  .ballina-instructions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .ballina-gallery-carousel-wrapper {
    padding: 0 20px;
  }
  
  .ballina-gallery-nav {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  
  .ballina-gallery-prev {
    left: 10px;
  }
  
  .ballina-gallery-next {
    right: 10px;
  }
  
  .ballina-gallery-dots {
    padding: 0 20px;
    margin-top: 20px;
  }
  
  .ballina-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 20px;
  }
  
  .ballina-gallery-item {
    grid-column: 1 !important;
    grid-row: span 1 !important;
  }
  
  .ballina-gallery-item.ballina-gallery-large,
  .ballina-gallery-item.ballina-gallery-wide {
    grid-column: 1 !important;
    grid-row: span 1 !important;
  }
  
  .ballina-stats-grid {
    padding: 0 24px;
    gap: 24px;
  }
  
  .ballina-stats-grid,
  .ballina-charts-grid {
    grid-template-columns: 1fr;
  }
  
  .ballina-chart-container {
    padding: 32px 24px;
  }
  
  .ballina-chart-wrapper {
    height: 280px;
  }
}

/* Stock Management Grid Layout */
.stock-management-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 1024px) {
  .stock-management-grid {
    grid-template-columns: 1fr;
  }
}
