.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:48px;width:100%;max-width:440px;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:32px}.login-header h1{color:#2d3748;font-size:28px;font-weight:700;margin-bottom:8px}.login-header p{color:#718096;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#2d3748;font-size:14px;font-weight:500}.form-group input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#f7fafc}.form-group input:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#a0aec0}.error-message{background-color:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:14px;border-left:4px solid #f56565}.login-button{padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:480px){.login-card{padding:32px 24px}.login-header h1{font-size:24px}.login-button{padding:12px 20px;font-size:15px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-size:14px}@font-face{font-family:K2D-R;src:url(/assets/K2D-Medium-BNhuejRq.ttf);font-style:normal}.app-container{display:flex;min-height:100vh}.main-content{flex:1;margin-left:325px;padding-top:110px;background-color:#fff}.content-wrapper{padding:24px}.sidebar{position:fixed;left:0;top:0;width:300px;height:100vh;background-color:#efefef;box-shadow:2px 0 10px #0000000d;overflow-y:auto;z-index:1000}.sidebar-logo{padding:20px;border-bottom:1px solid #f0f0f0}.sidebar-logo img{height:35px;display:block}.sidebar-menu{padding:16px 0}.menu-item{position:relative}.menu-link{display:flex;align-items:center;padding:12px 20px;color:#666;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:14px;font-weight:500}.menu-link:hover{background-color:#f8f9fa;color:#e31e24}.menu-link.active{background-color:#000;color:#fff;padding:15px;margin:5px 21px;border-radius:14px}.menu-link .icon{width:20px;height:20px;margin-right:12px;display:flex;align-items:center;justify-content:center}.menu-link .icon svg{width:18px;height:18px}.menu-link .chevron{margin-left:auto;transition:transform .3s ease}.menu-link .chevron.open{transform:rotate(180deg)}.submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#f8f9fa}.submenu.open{max-height:500px}.submenu-link{display:flex;align-items:center;padding:10px 20px 10px 52px;color:#666;text-decoration:none;font-size:13px;transition:all .3s ease}.submenu-link:hover{background-color:#e9ecef;color:#e31e24}.header{position:fixed;top:10px;left:350px;right:40px;height:85px;border-radius:15px;background-color:#efefef;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;justify-content:space-between;padding:0 32px;z-index:999}.user-info{color:#fff}.header-left h1{font-size:30px;color:#333;font-weight:800}.header-center{flex:1;max-width:800px;margin:0 35px}.search-bar{position:relative;width:100%}.search-bar input{width:100%;padding:20px 16px 20px 39px;border:1px solid #000000;border-radius:8px;background:none;font-size:14px;outline:none;transition:all .3s ease}.search-bar input:focus{border-color:#e31e24;box-shadow:0 0 0 3px #e31e241a}.search-bar .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999}.header-right{display:flex;align-items:center;gap:20px}.notification-icon{position:relative;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .3s ease}.notification-icon:hover{background-color:#f8f9fa}.notification-badge{position:absolute;top:4px;right:4px;background-color:#e31e24;color:#fff;font-size:10px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:18px;text-align:center}.user-profile{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background-color .3s ease}.user-profile:hover{background-color:#f8f9fa}.user-avatar{width:50px;height:50px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-size:14px;font-weight:600;color:#333}.user-email{font-size:12px;color:#999}.welcome-section{margin-bottom:25px;background:#efefef;padding:25px;border-radius:17px;border:1px solid #80808063}.welcome-title{font-size:28px;font-weight:700;color:#333;margin-bottom:4px}.welcome-title .highlight{color:#e31e24}.welcome-subtitle{font-size:14px;color:#999}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background-color:#d8d8d83d;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stat-title{font-size:13px;color:#999;margin-bottom:8px}.stat-value{font-size:32px;font-weight:700;color:#333}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-icon.blue{background-color:#e3f2fd}.stat-icon.orange{background-color:#fff3e0}.stat-icon.green{background-color:#e8f5e9}.stat-icon.purple{background-color:#f3e5f5}.stat-change{display:flex;align-items:center;gap:6px;font-size:13px}.stat-change.positive{color:#4caf50}.stat-change.negative{color:#f44336}.stat-change-label{color:#999;margin-left:4px}.secondary-stats{margin-top:-4px;margin-bottom:32px}.stat-card.compact{padding:16px 20px}.stat-card.compact .stat-title{font-size:12px;margin-bottom:6px}.stat-card.compact .stat-value{font-size:24px;font-weight:700;margin-bottom:4px}.stat-card.compact .stat-change{font-size:12px;gap:4px}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.charts-grid.three-column{grid-template-columns:repeat(3,1fr)}.chart-card.large{grid-column:span 2}.chart-card{background-color:#d8d8d83d;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.charts-grid.secondary-charts{grid-template-columns:1fr 1fr 2fr}.bar-list-container{padding:12px 0}.bar-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bar-item:last-child{margin-bottom:0}.bar-label{width:90px;font-size:13px;color:#333;font-weight:500}.bar-track{flex:1;height:32px;background:#f5f5f5;border-radius:6px;overflow:hidden;position:relative}.bar-fill{height:100%;background:linear-gradient(90deg,#e31e24,#c91820);display:flex;align-items:center;justify-content:flex-end;padding-right:10px;transition:width .5s ease;min-width:40px}.bar-value{color:#fff;font-size:12px;font-weight:700}.donut-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.chart-title-wrapper h3{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.chart-subtitle{font-size:13px;color:#999}.chart-filter{padding:6px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;background-color:#fff;cursor:pointer;outline:none}.chart-container{height:300px;width:100%}.orders-card{background-color:#d8d8d83d;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.orders-header{margin-bottom:20px}.orders-header h3{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.orders-header p{font-size:13px;color:#999}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background-color:#f8f9fa}.orders-table th{text-align:left;padding:12px 16px;font-size:13px;font-weight:600;color:#666;border-bottom:1px solid #e0e0e0}.orders-table td{padding:16px;border-bottom:1px solid #f0f0f0;font-size:14px}.orders-table tbody tr{transition:background-color .3s ease}.orders-table tbody tr:hover{background-color:#f8f9fa}.order-id{font-weight:600;color:#333}.order-customer{color:#666}.order-amount{color:#e31e24;font-weight:600}.order-status{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.status-pending{background-color:#fff3e0;color:#f57c00}.status-processing{background-color:#e3f2fd;color:#1976d2}.status-shipped{background-color:#f3e5f5;color:#7b1fa2}.status-delivered{background-color:#e8f5e9;color:#388e3c}@media(max-width:1400px){.charts-grid.secondary-charts{grid-template-columns:1fr 1fr}.charts-grid.three-column{grid-template-columns:repeat(2,1fr)}.chart-card.large{grid-column:span 2}}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.charts-grid,.charts-grid.three-column{grid-template-columns:1fr}.chart-card.large{grid-column:span 1}.charts-grid.secondary-charts{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.main-content{margin-left:0}.header{left:0}.stats-grid{grid-template-columns:1fr}.secondary-stats{grid-template-columns:repeat(2,1fr)}.header-center{display:none}.bar-label{width:70px;font-size:11px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{padding:12px 16px;color:#666;text-decoration:none;display:block;transition:background-color .3s ease}.dropdown-item:hover{background-color:#f8f9fa;color:#e31e24}svg.lucide.lucide-search.prod-page-search-icon{position:absolute;top:12px;left:12px}.order-page-app-container{padding:20px;max-width:1400px;margin:0 auto}.order-page-header{background:#fff;border-radius:8px;padding:28px 32px;margin-bottom:20px;border:1px solid #e5e7eb}.order-page-header-content h1{font-size:28px;font-weight:600;margin-bottom:6px;color:#1f2937}.order-page-header-content p{font-size:14px;color:#6b7280;font-weight:400}.order-page-search-filter-bar{background:#fff;padding:20px;margin-bottom:20px;border-radius:8px;display:flex;gap:12px;align-items:center;border:1px solid #e5e7eb}.order-page-search-box{flex:1;position:relative}.order-page-search-box input{width:100%;padding:10px 16px 10px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.order-page-search-box input:focus{border-color:#3b82f6}.order-page-search-box input::placeholder{color:#9ca3af}.order-page-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.order-page-filter-btn{padding:10px 20px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.order-page-filter-btn:hover{background:#f9fafb;border-color:#9ca3af}.order-page-content-section{background:#fff;border-radius:8px;padding:24px;border:1px solid #e5e7eb}.order-page-section-header{margin-bottom:20px}.order-page-section-header h2{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:4px}.order-page-section-header p{font-size:14px;color:#6b7280}.order-page-orders-table{width:100%;border-collapse:collapse}.order-page-orders-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.order-page-orders-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.order-page-orders-table td{padding:16px;font-size:14px;color:#374151;border-bottom:1px solid #f3f4f6}.order-page-orders-table tbody tr:hover{background:#f9fafb}.order-page-order-id{font-weight:600;color:#1f2937}.order-page-customer-text{color:#374151;font-size:14px}.order-page-date-text{color:#6b7280;font-size:14px}.order-page-total-text{color:#1f2937;font-weight:600}.order-page-type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.order-page-type-badge.order-page-shipped{background:#dbeafe;color:#1e40af}.order-page-type-badge.order-page-pending{background:#fef3c7;color:#92400e}.order-page-type-badge.order-page-processing{background:#e0e7ff;color:#3730a3}.order-page-type-badge.order-page-completed{background:#d1fae5;color:#065f46}.order-page-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.order-page-status-badge.order-page-retail{background:#d1fae5;color:#065f46}.order-page-status-badge.order-page-then{background:#fef3c7;color:#92400e}.order-page-status-badge.order-page-reset{background:#fee2e2;color:#991b1b}.order-page-action-buttons{display:flex;gap:8px}.order-page-icon-btn{padding:8px;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:background .2s;display:flex;align-items:center;justify-content:center;color:#6b7280}.order-page-icon-btn:hover{background:#f3f4f6;color:#374151}.order-page-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.order-page-modal{background:#fff;border-radius:12px;padding:0;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.order-page-modal-header{padding:24px 28px;background:#1f2937;color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0}.order-page-modal-header h3{font-size:18px;font-weight:600;color:#fff}.order-page-close-btn{background:transparent;border:none;font-size:24px;cursor:pointer;color:#fff;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.order-page-close-btn:hover{background:#ffffff1a}.order-page-modal-body{padding:28px;background:#f9fafb}.order-page-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.order-page-info-section{background:#fff;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.order-page-info-section h4{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.order-page-info-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px}.order-page-info-row:last-child{border-bottom:none}.order-page-info-label{color:#6b7280;font-weight:500}.order-page-info-value{color:#1f2937;font-weight:600;text-align:right}.order-page-divider{border:none;border-top:1px solid #e5e7eb;margin:12px 0}.order-page-items-section{grid-column:1 / -1;background:#fff;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.order-page-items-section h4{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.order-page-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;margin-bottom:8px;border-radius:6px;border:1px solid #e5e7eb}.order-page-item-details{flex:1;margin-left:12px}.order-page-item-name{font-weight:600;color:#1f2937;margin-bottom:4px;font-size:14px}.order-page-item-sku{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:4px;display:inline-block}.order-page-item-price{color:#1f2937;font-weight:600;font-size:15px}.order-page-total-section{background:#f9fafb;padding:20px;border-radius:8px;margin-top:16px;border:1px solid #e5e7eb}.order-page-total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#374151}.order-page-total-row span:first-child{font-weight:500}.order-page-total-row span:last-child{font-weight:600}.order-page-total-row.order-page-final{font-size:18px;font-weight:600;color:#1f2937;border-top:2px solid #e5e7eb;margin-top:12px;padding-top:12px}.order-page-status-section{margin-top:0}.order-page-status-section h4{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:16px}.order-page-status-current{display:inline-block;padding:6px 16px;background:#1f2937;color:#fff;border-radius:6px;font-size:13px;font-weight:500;margin-bottom:8px;text-transform:capitalize}.order-page-status-change{font-size:13px;color:#6b7280;margin-left:12px;font-weight:500;padding:6px 16px;background:#f3f4f6;border-radius:6px}.order-page-modal-footer{padding:20px 28px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end}.order-page-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.order-page-btn-cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.order-page-btn-cancel:hover{background:#f3f4f6}.order-page-btn-refund{background:#000;color:#fff}.order-page-btn-refund:hover{background:#1f2937}.order-page-btn-save{background:#dc2626;color:#fff}.order-page-btn-save:hover{background:#b91c1c}.user-page-container{padding:10px;max-width:1640px;margin:0 auto}.user-page-header{background:#fff;border-radius:8px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.user-page-add-user-btn{background:#f44336;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.prod-page-add-product-btn:hover{background:#d32f2f}.user-page-header-content h1{font-size:32px;font-weight:700;margin-bottom:4px;color:#000;letter-spacing:.5px}.user-page-header-content p{font-size:14px;color:#666;font-weight:400}.user-page-search-filter-bar{background:#fff;padding:20px 32px;margin-bottom:20px;border-radius:8px;display:flex;gap:16px;align-items:center}.user-page-search-box{flex:1;position:relative}.user-page-search-box input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none}.user-page-search-box input::placeholder{color:#999}.user-page-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#f44336}.user-page-filter-btn{padding:12px 20px;border:1px solid #f44336;background:#fff;color:#f44336;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.user-page-filter-btn:hover{background:#fff5f5}.user-page-content-section{background:#fff;border-radius:8px;padding:32px}.user-page-section-header{margin-bottom:8px}.user-page-section-header h2{font-size:20px;font-weight:700;color:#000;margin-bottom:4px}.user-page-section-header p{font-size:14px;color:#666;margin-bottom:24px}.user-page-users-table{width:100%;border-collapse:collapse;margin-top:24px}.user-page-users-table thead{border-bottom:2px solid #f0f0f0}.user-page-users-table th{text-align:left;padding:16px 12px;font-size:13px;font-weight:700;color:#666;text-transform:capitalize}.user-page-users-table td{padding:20px 12px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5}.user-page-users-table tbody tr:hover{background:#fafafa}.user-page-name-cell{display:flex;align-items:center;gap:12px}.user-page-avatar{width:36px;height:36px;border-radius:50%;background:#ffe5e5;color:#f44336;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.user-page-name-text{font-weight:500;color:#000}.user-page-email-cell{display:flex;align-items:center;gap:8px}.user-page-email-icon{color:#666}.user-page-email-text{color:#333;font-size:14px}.user-page-orders-text{color:#000;font-weight:600}.user-page-date-text{color:#666;font-size:14px}.user-page-status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:capitalize}.user-page-status-badge.user-page-active{background:#e8f5e9;color:#2e7d32}.user-page-status-badge.user-page-new{background:#e3f2fd;color:#1976d2}.user-page-status-badge.user-page-approved{background:#e8f5e9;color:#2e7d32}.user-page-status-badge.user-page-rejected{background:#ffebee;color:#c62828}.user-page-status-badge.user-page-pending{background:#fff3e0;color:#f57c00}.user-page-status-text{font-size:13px;font-weight:600;text-transform:capitalize}.user-page-status-text.user-page-approved{color:#2e7d32}.user-page-status-text.user-page-rejected{color:#c62828}.user-page-action-cell{position:relative}.user-page-action-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:50%;transition:background .2s}.user-page-action-btn:hover{background:#f5f5f5}.user-page-action-dot{width:4px;height:4px;border-radius:50%;background:#666}.user-page-action-menu{position:absolute;right:0;top:100%;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:160px;overflow:hidden;margin-top:4px}.user-page-menu-item{width:100%;padding:12px 16px;border:none;background:#fff;text-align:left;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;transition:background .2s}.user-page-menu-item:hover{background:#f5f5f5}.user-page-menu-item.user-page-approve{color:#2e7d32}.user-page-menu-item.user-page-approve svg{color:#2e7d32}.user-page-menu-item.user-page-cancel{color:#f44336}.user-page-menu-item.user-page-cancel svg{color:#f44336}.user-page-overlay{position:fixed;inset:0;z-index:99;background:transparent}.user-page-action-cell{display:flex;align-items:center;gap:12px;justify-content:center}.user-page-view-btn{background:#1976d2;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.user-page-view-btn:hover{background:#1565c0;transform:translateY(-1px)}.user-page-verified-icon{color:#2e7d32;flex-shrink:0}.user-page-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.user-page-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.user-page-modal-header{padding:24px 32px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.user-page-modal-header h3{font-size:24px;font-weight:700;color:#000;margin:0}.user-page-modal-close{background:none;border:none;font-size:32px;color:#666;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.user-page-modal-close:hover{color:#000}.user-page-modal-content{padding:24px 32px;overflow-y:auto;flex:1}.user-page-detail-row{display:flex;padding:12px 0;border-bottom:1px solid #f0f0f0}.user-page-detail-row:last-child{border-bottom:none}.user-page-detail-row label{flex:0 0 180px;font-weight:600;color:#333;font-size:14px}.user-page-detail-row span{flex:1;color:#666;font-size:14px}.user-page-verified{color:#2e7d32;font-weight:600}.user-page-not-verified{color:#f44336;font-weight:600}.user-page-modal-footer{padding:20px 32px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:12px}.user-page-modal-btn{padding:10px 24px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.user-page-close-btn{background:#666;color:#fff}.user-page-close-btn:hover{background:#555}.user-page-loading{text-align:center;padding:40px;font-size:16px;color:#666}.user-page-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:24px 0;margin-top:16px}.user-page-pagination-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.user-page-pagination-btn:hover:not(:disabled){background:#f44336;color:#fff;border-color:#f44336}.user-page-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.user-page-pagination-info{font-size:14px;color:#666;font-weight:500}.import-page-container{padding:10px;max-width:1640px;margin:0 auto}.import-page-header{background:#fff;border-radius:8px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.import-page-header-content h1{font-size:32px;font-weight:700;margin-bottom:4px;color:#000;letter-spacing:.5px}.import-page-header-content p{font-size:14px;color:#666;font-weight:400}.import-page-download-btn{background:#f44336;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.import-page-download-btn:hover{background:#d32f2f}.import-page-upload-section{background:#fff;border-radius:8px;padding:40px;margin-bottom:24px}.import-page-dropzone{border:2px dashed #e0e0e0;border-radius:12px;padding:80px 40px;text-align:center;transition:all .3s;background:#fafafa}.import-page-dropzone.import-page-dragging{border-color:#f44336;background:#fff5f5}.import-page-upload-icon{margin-bottom:24px;display:flex;justify-content:center}.import-page-upload-icon svg{color:#666}.import-page-dropzone h3{font-size:18px;font-weight:600;color:#000;margin-bottom:20px}.import-page-choose-btn{background:#fff;color:#333;border:1px solid #e0e0e0;padding:10px 28px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:16px}.import-page-choose-btn:hover{background:#f5f5f5;border-color:#ccc}.import-page-file-info{font-size:13px;color:#999;margin-top:12px}.import-page-preview-section{background:#fff;border-radius:8px;padding:32px 40px;display:flex;justify-content:space-between;align-items:center}.import-page-file-preview{display:flex;align-items:center;gap:16px}.import-page-file-icon{width:48px;height:48px;border-radius:8px;background:#fff5f5;color:#f44336;display:flex;align-items:center;justify-content:center}.import-page-file-details h4{font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.import-page-file-details p{font-size:14px;color:#666}.import-page-upload-btn{background:#f44336;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.import-page-upload-btn:hover{background:#d32f2f}.import-page-processing-section{background:#fff;border-radius:8px;padding:60px 40px;margin-bottom:24px}.import-page-processing-content{text-align:center;max-width:500px;margin:0 auto}.import-page-spinner{display:flex;justify-content:center;margin-bottom:24px}.import-page-processing-content h3{font-size:20px;font-weight:700;color:#000;margin-bottom:8px}.import-page-processing-content p{font-size:14px;color:#666;margin-bottom:24px}.import-page-progress-bar{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:12px}.import-page-progress-fill{height:100%;background:#f44336;transition:width .3s ease;border-radius:4px}.import-page-progress-text{font-size:13px;color:#666;margin-top:12px}.import-page-success-section{background:#fff;border-radius:8px;padding:60px 40px;margin-bottom:24px}.import-page-success-content{text-align:center;max-width:500px;margin:0 auto}.import-page-success-icon{display:flex;justify-content:center;margin-bottom:24px}.import-page-success-content h3{font-size:20px;font-weight:700;color:#000;margin-bottom:8px}.import-page-success-content p{font-size:14px;color:#666;margin-bottom:28px}.import-page-another-btn{background:#fff;color:#333;border:1px solid #e0e0e0;padding:12px 32px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.import-page-another-btn:hover{background:#f5f5f5;border-color:#ccc}.import-page-rebuild-section{background:#fff;border-radius:8px;padding:32px 40px;margin-bottom:24px}.import-page-rebuild-header h3{font-size:18px;font-weight:700;color:#000;margin-bottom:4px}.import-page-rebuild-header p{font-size:13px;color:#666;margin-bottom:24px}.import-page-no-rebuilds{border:1px solid #e0e0e0;border-radius:8px;padding:32px 24px;display:flex;align-items:center;gap:16px;background:#fafafa}.import-page-no-rebuilds-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.import-page-no-rebuilds-content h4{font-size:15px;font-weight:600;color:#000;margin-bottom:4px}.import-page-no-rebuilds-content p{font-size:13px;color:#666;margin:0}.import-page-csv-requirements{background:#fff;border-radius:8px;padding:32px 40px;margin-bottom:24px}.import-page-csv-requirements h3{font-size:18px;font-weight:700;color:#000;margin-bottom:20px}.import-page-csv-requirements ul{list-style:none;padding:0;margin:0}.import-page-csv-requirements ul li{font-size:14px;color:#333;padding:8px 0 8px 24px;position:relative}.import-page-csv-requirements ul li:before{content:"•";position:absolute;left:8px;color:#f44336;font-weight:700;font-size:16px}.import-page-csv-requirements ul li strong{font-weight:600;color:#000}@media(max-width:768px){.import-page-header{flex-direction:column;align-items:flex-start;gap:16px}.import-page-preview-section{flex-direction:column;gap:20px;align-items:stretch}.import-page-upload-btn{width:100%;justify-content:center}.import-page-dropzone{padding:60px 20px}}.import-page-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.import-page-error-modal{background:#fff;border-radius:12px;padding:40px;max-width:500px;width:90%;position:relative;box-shadow:0 10px 40px #0003;text-align:center;animation:import-modal-slide-in .3s ease-out}@keyframes import-modal-slide-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.import-page-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:8px;color:#666;transition:color .2s}.import-page-modal-close:hover{color:#000}.import-page-error-icon{margin-bottom:20px;display:flex;justify-content:center}.import-page-error-modal h3{font-size:24px;font-weight:700;color:#000;margin-bottom:16px}.import-page-error-message{font-size:15px;color:#666;line-height:1.6;margin-bottom:30px;padding:16px;background:#ffebee;border-radius:8px;border-left:4px solid #f44336;text-align:left}.import-page-error-actions{display:flex;gap:12px;justify-content:center}.import-page-error-btn{background:#f44336;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.import-page-error-btn:hover{background:#d32f2f}.import-page-mappings-section{background:#fff;border-radius:8px;padding:32px;margin-top:24px}.import-page-mappings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.import-page-mappings-header h3{font-size:20px;font-weight:700;color:#000;margin-bottom:4px}.import-page-mappings-header p{font-size:14px;color:#666}.import-page-delete-all-btn{background:#d32f2f;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.import-page-delete-all-btn:hover{background:#b71c1c}.import-page-loading,.import-page-no-data{text-align:center;padding:40px;color:#666;font-size:15px}.import-page-table-container{overflow-x:auto;margin-bottom:20px}.import-page-mappings-table{width:100%;border-collapse:collapse}.import-page-mappings-table thead{background:#f0f0f0;border-bottom:2px solid #e0e0e0}.import-page-mappings-table th{text-align:left;padding:16px 12px;font-size:13px;font-weight:700;color:#000;text-transform:uppercase}.import-page-mappings-table td{padding:16px 12px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5}.import-page-mappings-table tbody tr:hover{background:#fafafa}.import-page-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding:20px 0;border-top:1px solid #e0e0e0}.import-page-pagination-info{font-size:14px;color:#666;font-weight:500}.import-page-pagination-controls{display:flex;gap:8px;align-items:center}.import-page-pagination-btn{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;color:#333}.import-page-pagination-btn:hover:not(:disabled){background:#f5f5f5;border-color:#f44336;color:#f44336}.import-page-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.import-page-pagination-number{padding:8px 14px;border:1px solid #e0e0e0;background:#fff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:40px;text-align:center;color:#333}.import-page-pagination-number:hover{background:#f5f5f5;border-color:#f44336;color:#f44336}.import-page-pagination-number.active{background:#f44336;color:#fff;border-color:#f44336}.import-page-pagination-ellipsis{padding:8px 4px;color:#999;font-weight:500}.hotdeals-container{padding:10px;max-width:1640px;margin:0 auto}.hotdeals-header{background:#fff;border-radius:8px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.hotdeals-header-content h1{font-size:32px;font-weight:700;margin-bottom:4px;color:#000;letter-spacing:.5px}.hotdeals-header-content p{font-size:14px;color:#666;font-weight:400}.hotdeals-create-btn{background:#f44336;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.hotdeals-create-btn:hover{background:#d32f2f}.hotdeals-search-bar{background:#fff;padding:20px 32px;margin-bottom:20px;border-radius:8px;position:relative}.hotdeals-search-bar input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none}.hotdeals-search-bar input::placeholder{color:#999}.hotdeals-search-icon{position:absolute;left:46px;top:50%;transform:translateY(-50%);color:#f44336}.hotdeals-content-section{background:#fff;border-radius:8px;padding:32px}.hotdeals-section-header{margin-bottom:8px}.hotdeals-section-header h2{font-size:20px;font-weight:700;color:#000;margin-bottom:4px}.hotdeals-section-header p{font-size:14px;color:#666;margin-bottom:24px}.hotdeals-table{width:100%;border-collapse:collapse;margin-top:24px}.hotdeals-table thead{border-bottom:2px solid #f0f0f0}.hotdeals-table th{text-align:left;padding:16px 12px;font-size:13px;font-weight:700;color:#666;text-transform:capitalize}.hotdeals-table td{padding:20px 12px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5}.hotdeals-table tbody tr:hover{background:#fafafa}.hotdeals-product-image{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#f5f5f5}.hotdeals-product-image img{width:100%;height:100%;object-fit:cover}.hotdeals-product-name{font-weight:500;color:#000}.hotdeals-discount{font-weight:600;color:#000}.hotdeals-date{color:#666;font-size:14px}.hotdeals-status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600}.hotdeals-status-badge.hotdeals-status-active{background:#e8f5e9;color:#2e7d32}.hotdeals-status-badge.hotdeals-status-expiring{background:#fff3e0;color:#f57c00}.hotdeals-action-buttons{display:flex;gap:8px}.hotdeals-icon-btn{padding:8px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background .2s;display:flex;align-items:center;justify-content:center}.hotdeals-icon-btn:hover{background:#f5f5f5}.hotdeals-icon-btn.hotdeals-edit{color:#666}.hotdeals-icon-btn.hotdeals-delete{color:#f44336}.hotdeals-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.hotdeals-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 8px 32px #0000001f;max-height:90vh;overflow-y:auto}.hotdeals-modal-header{padding:24px 32px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.hotdeals-modal-header h3{font-size:20px;font-weight:700;color:#000}.hotdeals-close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.hotdeals-close-btn:hover{color:#666}.hotdeals-modal-body{padding:24px 32px}.hotdeals-form-group{margin-bottom:20px}.hotdeals-form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}.hotdeals-form-group input,.hotdeals-form-group select{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none}.hotdeals-form-group input:focus,.hotdeals-form-group select:focus{border-color:#f44336}.hotdeals-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hotdeals-image-upload{border:2px dashed #e0e0e0;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#fafafa}.hotdeals-image-upload:hover{border-color:#f44336;background:#fff5f5}.hotdeals-upload-icon{color:#666;margin-bottom:8px}.hotdeals-image-upload p{font-size:14px;color:#666;margin:0}.hotdeals-modal-footer{padding:20px 32px;border-top:1px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end}.hotdeals-btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.hotdeals-btn-cancel{background:#f5f5f5;color:#333}.hotdeals-btn-cancel:hover{background:#e0e0e0}.hotdeals-btn-create,.hotdeals-btn-update{background:#f44336;color:#fff}.hotdeals-btn-create:hover,.hotdeals-btn-update:hover{background:#d32f2f}.hotdeals-btn-delete{background:#f44336;color:#fff}.hotdeals-btn-delete:hover{background:#d32f2f}.hotdeals-delete-modal{padding:32px;text-align:center}.hotdeals-delete-modal h3{font-size:20px;font-weight:700;color:#000;margin-bottom:16px}.hotdeals-delete-modal p{font-size:14px;color:#666;line-height:1.6;margin-bottom:24px}.hotdeals-delete-modal p strong{color:#f44336;font-weight:600}.hotdeals-delete-modal .hotdeals-modal-footer{border-top:none;padding:0;justify-content:center}.hotdeals-loading{text-align:center;padding:40px;font-size:16px;color:#666}.hotdeals-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:24px 0;margin-top:16px}.hotdeals-pagination-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.hotdeals-pagination-btn:hover:not(:disabled){background:#f44336;color:#fff;border-color:#f44336}.hotdeals-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.hotdeals-pagination-info{font-size:14px;color:#666;font-weight:500}.hotdeals-delete-all-btn{background:#f44336;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;margin-left:auto}.hotdeals-delete-all-btn:hover{background:#d32f2f}.hotdeals-product-img{width:40px;height:40px;object-fit:cover;border-radius:4px}.hotdeals-sku{color:#666;font-size:13px}.hotdeals-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.hotdeals-detail-item{display:flex;flex-direction:column;gap:8px}.hotdeals-detail-item label{font-weight:600;color:#333;font-size:14px}.hotdeals-detail-item span{color:#666;font-size:14px}.hotdeals-discount-value{color:#f44336;font-weight:600;font-size:16px}.hotdeals-detail-image{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.hotdeals-detail-image label{display:block;font-weight:600;color:#333;font-size:14px;margin-bottom:12px}.hotdeals-detail-image img{max-width:100%;height:auto;border-radius:8px;border:1px solid #e0e0e0}.hotdeals-image-preview{margin-top:12px;padding:12px;border:2px dashed #e0e0e0;border-radius:8px;text-align:center}.hotdeals-image-preview img{max-width:200px;max-height:200px;border-radius:4px}.hotdeals-warning-text{color:#f44336;font-size:13px;margin-top:8px}.hotdeals-view{color:#1976d2!important}.hotdeals-view:hover{background:#e3f2fd!important}.hotdeals-status-badge.hot-deals-active{background:#e8f5e9;color:#2e7d32}.hotdeals-status-badge.hot-deals-expired{background:#ffebee;color:#c62828}.hotdeals-status-badge.hot-deals-expiring{background:#fff3e0;color:#f57c00}@media(max-width:768px){.hotdeals-header{flex-direction:column;align-items:flex-start;gap:16px}.hotdeals-form-row{grid-template-columns:1fr}.hotdeals-table{font-size:13px}.hotdeals-table th,.hotdeals-table td{padding:12px 8px}}.blogs-container{padding:10px;max-width:1640px;margin:0 auto}.blogs-header{background:#fff;border-radius:8px;padding:24px 32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.blogs-header-content h1{font-size:32px;font-weight:700;margin-bottom:4px;color:#000;letter-spacing:.5px}.blogs-header-content p{font-size:14px;color:#666;font-weight:400}.blogs-create-btn{background:#f44336;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.blogs-create-btn:hover{background:#d32f2f}.blogs-search-bar{background:#fff;padding:20px 32px;margin-bottom:20px;border-radius:8px;position:relative}.blogs-search-bar input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none}.blogs-search-bar input::placeholder{color:#999}.blogs-search-icon{position:absolute;left:46px;top:50%;transform:translateY(-50%);color:#f44336}.blogs-content-section{background:#fff;border-radius:8px;padding:32px;border:3px solid #2196F3}.blogs-section-header{margin-bottom:8px}.blogs-section-header h2{font-size:20px;font-weight:700;color:#000;margin-bottom:4px}.blogs-section-header p{font-size:14px;color:#666;margin-bottom:24px}.blogs-table{width:100%;border-collapse:collapse;margin-top:24px}.blogs-table thead{border-bottom:2px solid #f0f0f0}.blogs-table th{text-align:left;padding:16px 12px;font-size:13px;font-weight:700;color:#666;text-transform:capitalize}.blogs-table td{padding:20px 12px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5}.blogs-table tbody tr:hover{background:#fafafa}.blogs-article-title{font-weight:500;color:#000}.blogs-author{color:#666}.blogs-published{color:#666;font-size:14px}.blogs-views{font-weight:600;color:#000}.blogs-status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600}.blogs-status-badge.blogs-status-published{background:#e8f5e9;color:#2e7d32}span.blogs-status-badge-blogs-status-approved{color:green}.blogs-status-badge.blogs-status-draft{background:#f5f5f5;color:#666}.blogs-action-buttons{display:flex;gap:8px}.blogs-icon-btn{padding:8px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background .2s;display:flex;align-items:center;justify-content:center}.blogs-icon-btn:hover{background:#f5f5f5}.blogs-icon-btn.blogs-edit{color:#666}.blogs-icon-btn.blogs-delete{color:#f44336}.blogs-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.blogs-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;box-shadow:0 8px 32px #0000001f;max-height:90vh;overflow-y:auto}.blogs-modal-header{padding:24px 32px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.blogs-modal-header h3{font-size:20px;font-weight:700;color:#000}.blogs-close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.blogs-close-btn:hover{color:#666}.blogs-modal-body{padding:24px 32px}.blogs-form-group{margin-bottom:20px}.blogs-form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}.blogs-form-group input,.blogs-form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none;font-family:inherit}.blogs-form-group input:focus,.blogs-form-group textarea:focus{border-color:#f44336}.blogs-form-group textarea{resize:vertical;min-height:120px}.blogs-modal-footer{padding:20px 32px;border-top:1px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end}.blogs-btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.blogs-btn-cancel{background:#f5f5f5;color:#333}.blogs-btn-cancel:hover{background:#e0e0e0}.blogs-btn-publish,.blogs-btn-update{background:#f44336;color:#fff}.blogs-btn-publish:hover,.blogs-btn-update:hover{background:#d32f2f}.blogs-btn-delete{background:#f44336;color:#fff}.blogs-btn-delete:hover{background:#d32f2f}.blogs-delete-modal{padding:32px;text-align:center;max-width:450px}.blogs-delete-modal h3{font-size:20px;font-weight:700;color:#000;margin-bottom:16px}.blogs-delete-modal p{font-size:14px;color:#666;line-height:1.6;margin-bottom:24px}.blogs-delete-modal p strong{color:#f44336;font-weight:600}.blogs-delete-modal .blogs-modal-footer{border-top:none;padding:0;justify-content:center}@media(max-width:768px){.blogs-header{flex-direction:column;align-items:flex-start;gap:16px}.blogs-table{font-size:13px}.blogs-table th,.blogs-table td{padding:12px 8px}}
