.jobs-monitor-dashboard{padding:24px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-header{margin-bottom:32px;width:100%;box-sizing:border-box}.dashboard-content{width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-header h1{margin:0 0 8px;color:#333}.dashboard-header p{margin:0 0 16px;color:#666}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;width:100%;box-sizing:border-box}.header-actions .btn{flex-shrink:0;white-space:nowrap}.last-refresh{color:#666;font-size:14px;margin-left:auto}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:32px;width:100%;box-sizing:border-box}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:16px;border-left:4px solid #007bff;min-width:0;box-sizing:border-box}.stat-card.pending{border-left-color:#ffc107}.stat-card.in-progress{border-left-color:#17a2b8}.stat-card.completed{border-left-color:#28a745}.stat-card.failed{border-left-color:#dc3545}.stat-card.total{border-left-color:#6c757d}.stat-card.workers{border-left-color:#007bff}.stat-icon{font-size:32px}.stat-content{flex:1}.stat-label{font-size:14px;color:#666;margin-bottom:4px}.stat-value{font-size:28px;font-weight:700;color:#333}.jobs-by-type,.active-workers,.recent-jobs{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box;overflow-x:hidden}.jobs-by-type h2,.active-workers h2,.recent-jobs h2{margin:0 0 16px;color:#333;font-size:20px}.type-list{display:flex;flex-wrap:wrap;gap:12px}.type-item{background:#f8f9fa;border-radius:6px;padding:8px 16px;display:flex;gap:8px;align-items:center}.type-name{font-weight:500;color:#333}.type-count{background:#007bff;color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:700}.worker-list{display:flex;flex-wrap:wrap;gap:8px}.worker-item{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:6px;padding:6px 12px;font-family:monospace;font-size:13px;color:#06c}.jobs-table{overflow-y:scroll!important;overflow-x:auto!important;max-height:400px!important;width:100%;border:1px solid #dee2e6;border-radius:4px;display:block}.jobs-table::-webkit-scrollbar{width:12px}.jobs-table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.jobs-table::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.jobs-table::-webkit-scrollbar-thumb:hover{background:#555}.jobs-table table{width:100%;border-collapse:collapse;margin:0;display:table}.jobs-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.jobs-table th{background:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6;position:sticky;top:0;-webkit-user-select:none;user-select:none}.jobs-table th.sortable{cursor:pointer;transition:background-color .2s}.jobs-table th.sortable:hover{background:#e9ecef}.jobs-table th.sortable:active{background:#dee2e6}.sort-indicator{margin-left:6px;font-size:12px;opacity:.6;display:inline-block}.jobs-table th.sortable:hover .sort-indicator{opacity:1}.jobs-table td{padding:12px;border-bottom:1px solid #dee2e6}.job-row:hover{background:#f8f9fa}.job-id{font-family:monospace;font-size:13px;color:#666;white-space:nowrap;min-width:200px;max-width:none}.submit-job-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:32px;box-shadow:0 2px 4px #0000001a;width:100%;box-sizing:border-box}.submit-job-section h2{margin:0 0 20px;color:#333}.submit-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e0e0e0}.submit-tab{background:none;border:none;padding:12px 20px;cursor:pointer;font-size:16px;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.submit-tab:hover{color:#007bff}.submit-tab.active{color:#007bff;border-bottom-color:#007bff;font-weight:600}.submit-form{width:100%;box-sizing:border-box}.form-group{margin-bottom:20px;width:100%;box-sizing:border-box}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input[type=file],.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=url],.form-group input[type=number]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;box-sizing:border-box;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group small{display:block;margin-top:4px;color:#666;font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;box-sizing:border-box}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.file-info{margin-top:8px;padding:8px 12px;background:#f8f9fa;border-radius:4px;font-size:14px;color:#333}.submit-success{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-in_progress{background:#d1ecf1;color:#0c5460}.status-badge.status-completed{background:#d4edda;color:#155724}.status-badge.status-failed{background:#f8d7da;color:#721c24}.no-jobs{color:#666;text-align:center;padding:40px}.btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-danger:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.btn-download{background:#28a745;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:13px;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-download:hover:not(:disabled){background:#218838}.btn-download:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}}@media (max-width: 768px){.jobs-monitor-dashboard{padding:16px}.stats-grid{grid-template-columns:1fr;gap:12px}.header-actions{flex-direction:column;align-items:flex-start}.last-refresh{margin-left:0}.jobs-table{font-size:12px}.stat-card{padding:16px}}:root{--brand-primary: #0077B5;--brand-primaryHover: #005885;--brand-primaryActive: #004A70;--ui-surface: #FFFFFF;--ui-surfaceAlt: #F9FAFB;--ui-canvas: #F3F6F8;--ui-border: #D0D7DE;--text-primary: #2C3E50;--text-secondary: #666666;--text-inverse: #FFFFFF;--state-success: #28A745;--state-warning: #F59E0B;--state-error: #C0392B}.shop-home,.shop-page{padding:24px;background:var(--ui-canvas);min-height:100vh}.hero-banner{text-align:center;padding:48px 32px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primaryHover) 100%);color:var(--text-inverse);margin-bottom:32px;border-radius:8px;box-shadow:0 2px 8px #0077b526}.hero-banner h1{font-family:Segoe UI,sans-serif;font-size:40px;font-weight:600;margin:0 0 16px;letter-spacing:-.5px}.hero-banner p{font-size:18px;margin:0 0 24px;opacity:.95}.categories-section,.featured-products{margin-bottom:48px}.categories-section h2,.featured-products h2{font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600;color:var(--text-primary);margin:0 0 20px}.category-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:block}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077b533}.category-card h3{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.category-card p{font-size:14px;color:var(--text-secondary);margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.product-card-wrapper{cursor:pointer}.product-card{height:100%;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;background:var(--ui-surface);border:1px solid var(--ui-border)}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0077b526}.product-image-container{width:100%;height:220px;display:flex;align-items:center;justify-content:center;background:var(--ui-surfaceAlt);padding:16px;overflow:hidden}.product-image{max-width:100%;max-height:100%;object-fit:contain}.product-name{font-family:Segoe UI,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.stars{color:var(--state-warning);font-size:14px;letter-spacing:2px}.rating-count{color:var(--text-secondary);font-size:12px}.price{font-family:Segoe UI,sans-serif;font-size:20px;font-weight:700;color:var(--brand-primary);margin:0 0 12px}.stock-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:12px}.stock-badge.in-stock{background:#d4edda;color:#155724;border:1px solid #C3E6CB}.stock-badge.out-of-stock{background:#f8d7da;color:#721c24;border:1px solid #F5C6CB}.add-to-cart-btn{width:100%;margin-top:auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;min-height:400px}.loading-spinner{width:48px;height:48px;border:4px solid var(--ui-border);border-top-color:var(--brand-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:64px 32px;color:var(--text-secondary);background:var(--ui-surface);border-radius:8px;border:1px solid var(--ui-border)}.empty-state h3{font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600;margin:0 0 12px;color:var(--text-primary)}.empty-state p{font-size:16px;margin:0 0 24px;color:var(--text-secondary)}.filters-sidebar{min-width:250px}.filter-group{margin-bottom:20px}.filter-group label{display:block;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.filter-select,.sort-select{width:100%;padding:8px 12px;border:1px solid var(--ui-border);border-radius:4px;font-family:Segoe UI,sans-serif;font-size:14px}.price-input{flex:1;padding:8px 12px;border:1px solid var(--ui-border);border-radius:4px;font-size:14px}.products-area{flex:1}.results-info{font-size:16px;font-weight:600;color:var(--text-primary)}.sort-controls{display:flex;align-items:center;gap:8px}.page-info{display:flex;align-items:center;font-weight:600;color:var(--text-primary);padding:0 16px}.breadcrumb{margin-bottom:24px;font-size:14px;color:var(--text-secondary)}.breadcrumb a{color:var(--brand-primary);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail-image img{width:100%;max-height:500px;object-fit:contain;border:1px solid var(--ui-border);border-radius:8px;padding:20px;background:var(--ui-surface)}.product-detail-info h1{font-size:28px;font-weight:600;margin:0 0 16px;color:var(--text-primary)}.product-price-large{font-size:32px;font-weight:700;color:var(--brand-primary);margin:16px 0}.product-description{margin:24px 0;padding:20px;background:var(--ui-surfaceAlt);border-radius:8px}.product-description h3{margin:0 0 12px;font-size:16px;font-weight:600}.product-variations{margin:24px 0}.variation-group{margin-bottom:16px}.variation-group label{display:block;font-weight:600;margin-bottom:8px}.variation-options{display:flex;gap:8px;flex-wrap:wrap}.variation-button{padding:8px 16px;border:2px solid var(--ui-border);border-radius:4px;background:var(--ui-surface);cursor:pointer;transition:all .2s}.variation-button:hover{border-color:var(--brand-primary)}.variation-button.selected{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff;font-weight:600}.quantity-selector{margin:20px 0}.quantity-selector label{font-weight:600;margin-bottom:8px;display:block}.quantity-selector button{width:36px;height:36px;border:1px solid var(--ui-border);background:var(--ui-surface);cursor:pointer;border-radius:4px;font-size:18px;transition:background .2s}.quantity-selector button:hover{background:var(--ui-surfaceAlt)}.quantity-selector input{width:60px;height:36px;text-align:center;border:1px solid var(--ui-border);border-radius:4px;font-size:16px;font-weight:600}.specs-table{width:100%;border-collapse:collapse;margin-top:12px}.specs-table tr{border-bottom:1px solid var(--ui-border)}.spec-label{padding:12px;font-weight:600;color:var(--text-primary);width:30%}.spec-value{padding:12px;color:var(--text-secondary)}.reviews-list{margin-top:20px}.review-item{padding:16px 0;border-bottom:1px solid var(--ui-border)}.review-item:last-child{border-bottom:none}.review-rating{display:flex;align-items:center;gap:8px}.verified-badge{font-size:12px;background:#d4edda;color:#155724;padding:2px 8px;border-radius:4px;font-weight:600}.review-date{font-size:12px;color:var(--text-secondary)}.review-comment{margin:8px 0 0;color:var(--text-primary);line-height:1.5}.cart-item-image{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:var(--ui-surfaceAlt);border-radius:8px;padding:8px}.cart-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item-info{flex:1}.cart-item-name{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--text-primary)}.cart-item-variation{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.cart-item-price{font-size:16px;color:var(--text-secondary);margin:4px 0}.cart-item-total{font-size:18px;font-weight:700;color:var(--brand-primary);margin:12px 0 0}.quantity-controls button,.qty-btn{width:32px;height:32px;border:1px solid var(--ui-border);background:var(--ui-surface);cursor:pointer;border-radius:4px;font-size:16px;font-weight:600}.quantity-controls button:hover,.qty-btn:hover{background:var(--ui-surfaceAlt)}.qty-input{width:50px;height:32px;text-align:center;border:1px solid var(--ui-border);border-radius:4px;font-size:14px;font-weight:600}.cart-summary{position:sticky;top:20px}.summary-row{display:flex;justify-content:space-between;padding:12px 0;font-size:16px}.summary-divider{border-top:2px solid var(--ui-border);margin:12px 0}.summary-total{font-size:20px;font-weight:700;color:var(--brand-primary)}.free-shipping-message{background:#d4edda;color:#155724;padding:8px 12px;border-radius:4px;font-size:13px;font-weight:600;margin:8px 0}.checkout-content{max-width:800px;margin:24px auto}.checkout-form,.admin-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:6px;color:var(--text-primary);font-size:14px}.form-input{padding:10px 12px;border:1px solid var(--ui-border);border-radius:4px;font-family:Segoe UI,sans-serif;font-size:14px;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px #0077b51a}textarea.form-input{resize:vertical;min-height:80px}.order-review-section{margin:24px 0;padding:20px;background:var(--ui-surfaceAlt);border-radius:8px}.order-review-section h3{margin:0 0 12px;font-size:16px;font-weight:600}.order-review-section p{margin:0;line-height:1.6;color:var(--text-primary)}.order-summary{background:var(--ui-surfaceAlt);padding:20px;border-radius:8px;margin-top:24px}.order-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.order-header h3{margin:0 0 4px;font-size:18px;font-weight:600}.order-date{font-size:14px;color:var(--text-secondary);margin:4px 0}.order-status-badge,.status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.status-processing{background:#fef9e7;color:#d68910}.status-shipped{background:#e8f4fd;color:#0077b5}.status-delivered{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.order-items-preview{display:flex;justify-content:space-between;font-size:14px;color:var(--text-secondary);margin-top:12px}.order-total{font-weight:700;color:var(--brand-primary);font-size:16px}.admin-tabs{display:flex;gap:4px;margin-bottom:24px;border-bottom:2px solid var(--ui-border)}.admin-tab{padding:12px 24px;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:600;color:var(--text-secondary);border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.admin-tab:hover{color:var(--brand-primary)}.admin-tab.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.admin-content{margin-top:20px}.admin-table-container{overflow-x:auto;border:1px solid var(--ui-border);border-radius:8px}.admin-table{width:100%;border-collapse:collapse;background:var(--ui-surface)}.admin-table thead{background:var(--ui-surfaceAlt)}.admin-table th{padding:12px 16px;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--ui-border)}.admin-table td{padding:12px 16px;border-bottom:1px solid var(--ui-border);color:var(--text-primary)}.admin-table tbody tr:hover{background:var(--ui-surfaceAlt)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.checkout-stepper{display:flex;justify-content:space-between;align-items:center;margin:32px 0;padding:0 20px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;flex:1}.step:after{content:"";position:absolute;top:16px;left:60%;width:80%;height:2px;background:var(--ui-border)}.step:last-child:after{display:none}.step.completed:after{background:var(--state-success)}.step-number{width:32px;height:32px;border-radius:50%;background:var(--ui-surfaceAlt);border:2px solid var(--ui-border);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-secondary);z-index:1}.step.active .step-number{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.step.completed .step-number{background:var(--state-success);border-color:var(--state-success);color:#fff}.step-label{font-size:13px;font-weight:600;color:var(--text-secondary)}.step.active .step-label{color:var(--brand-primary)}.search-bar-container{position:relative}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:var(--ui-surface);border:1px solid var(--ui-border);border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000026;max-height:400px;overflow-y:auto;z-index:1000}.suggestion-item{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;border-bottom:1px solid var(--ui-border);transition:background .2s ease}.suggestion-item:hover{background:var(--ui-surfaceAlt)}.suggestion-item.loading,.suggestion-item.no-results{justify-content:center;color:var(--text-secondary);cursor:default}.suggestion-item.view-all{justify-content:center;color:var(--brand-primary);font-weight:500}.suggestion-image{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--ui-border)}.suggestion-info{flex:1}.suggestion-name{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:4px}.suggestion-price{font-size:14px;font-weight:600;color:var(--brand-primary)}.cart-badge{background:var(--state-error);color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600;margin-left:4px}.promo-section{margin:12px 0}.promo-input-group{margin-top:8px}.promo-input{flex:1;padding:8px 12px;border:1px solid var(--ui-border);border-radius:4px;font-size:14px;font-family:monospace;text-transform:uppercase}.promo-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 2px #0077b51a}.promo-applied{margin-top:8px}.promo-badge{background:var(--state-success);color:#fff;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:600;font-family:monospace}.promo-remove{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;font-size:20px;padding:4px 8px;transition:color .2s ease}.promo-remove:hover{color:var(--state-error)}.recently-viewed-section{margin-top:48px;padding-top:32px;border-top:1px solid var(--ui-border)}.recently-viewed-section h2{font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600;color:var(--text-primary);margin:0 0 20px}.recently-viewed-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;overflow-x:auto;padding-bottom:8px}.recently-viewed-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.recently-viewed-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077b533}.recently-viewed-card .product-name{font-size:14px;font-weight:500;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recently-viewed-card .price{font-size:16px;font-weight:600;color:var(--brand-primary);margin:8px 0}.account-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid var(--ui-border)}.account-tabs .tab{background:transparent;border:none;padding:12px 24px;font-size:16px;font-weight:500;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease}.account-tabs .tab:hover{color:var(--text-primary)}.account-tabs .tab.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.notification-options{display:flex;flex-direction:column;gap:16px}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;border:1px solid var(--ui-border);border-radius:4px;transition:background .2s ease}.checkbox-label:hover{background:var(--ui-surfaceAlt)}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-label strong{display:block;font-size:16px;color:var(--text-primary);margin-bottom:4px}.checkbox-label small{display:block;font-size:14px;color:var(--text-secondary)}.wishlist-item-card{position:relative}.added-date{font-size:12px;color:var(--text-secondary);margin:8px 0}.search-header{margin-bottom:24px}.search-header h1{font-size:28px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.results-count{font-size:16px;color:var(--text-secondary);margin:0}.sort-controls{display:flex;align-items:center;gap:12px}.sort-controls label{font-size:14px;font-weight:500;color:var(--text-primary)}.sort-select{padding:8px 12px;border:1px solid var(--ui-border);border-radius:4px;font-size:14px;background:var(--ui-surface);cursor:pointer;transition:border-color .2s ease}.sort-select:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 2px #0077b51a}@media (max-width: 768px){.shop-home,.shop-page{padding:16px}.hero-banner{padding:32px 20px}.hero-banner h1{font-size:28px}.hero-banner p{font-size:16px}.filters-sidebar{display:none}.checkout-stepper{padding:0}.step-label{font-size:11px}.recently-viewed-carousel{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.account-tabs{overflow-x:auto}.account-tabs .tab{padding:12px 16px;font-size:14px;white-space:nowrap}}.address-manager{margin-top:24px}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.address-card{position:relative;transition:all .2s ease}.address-card:hover{box-shadow:0 4px 12px #0077b533}.address-card.default{border:2px solid var(--brand-primary)}.default-badge{position:absolute;top:12px;right:12px;background:var(--brand-primary);color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}.address-label{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.address-details{color:var(--text-secondary);line-height:1.6}.address-details p{margin:4px 0}.address-details .phone{margin-top:8px;font-weight:500}.address-form{max-width:600px}.saved-addresses-section{margin-bottom:24px}.saved-addresses-section h3{font-size:18px;font-weight:600;margin:0 0 16px}.address-selection{display:flex;flex-direction:column;gap:12px}.address-option{display:flex;align-items:start;gap:12px;padding:16px;border:2px solid var(--ui-border);border-radius:8px;cursor:pointer;transition:all .2s ease}.address-option:hover{border-color:var(--brand-primary);background:var(--ui-surfaceAlt)}.address-option.selected{border-color:var(--brand-primary);background:#0077b50d}.address-option input[type=radio]{margin-top:2px;cursor:pointer}.address-content{flex:1}.address-content strong{font-size:16px;color:var(--text-primary);display:block;margin-bottom:8px}.address-content p{margin:2px 0;color:var(--text-secondary);line-height:1.5}.address-content .default-badge{display:inline-block;margin-left:8px;position:relative;top:auto;right:auto}@media (max-width: 768px){.addresses-grid{grid-template-columns:1fr}.address-option{flex-direction:column;align-items:flex-start}.address-option input[type=radio]{margin-top:0}}.session-warning-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.session-warning-dialog{background:#fff;border-radius:12px;padding:32px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.session-warning-icon{font-size:64px;margin-bottom:16px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.session-warning-title{color:#d9534f;margin:0 0 16px;font-size:24px;font-weight:600}.session-warning-message{font-size:16px;color:#333;margin-bottom:12px;line-height:1.5}.session-warning-timer{color:#d9534f;font-size:20px;font-weight:700;font-family:Courier New,monospace;display:inline-block;min-width:60px}.session-warning-compliance{font-size:14px;color:#666;margin-bottom:24px;padding:12px;background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:4px;line-height:1.4}.session-warning-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.session-warning-btn-extend{background-color:#28a745;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s;flex:1;max-width:200px}.session-warning-btn-extend:hover{background-color:#218838}.session-warning-btn-extend:active{background-color:#1e7e34}.session-warning-btn-logout{background-color:#6c757d;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s;flex:1;max-width:200px}.session-warning-btn-logout:hover{background-color:#5a6268}.session-warning-btn-logout:active{background-color:#545b62}.session-warning-footer{font-size:12px;color:#999;margin:0;font-style:italic}@media (max-width: 600px){.session-warning-dialog{padding:24px;width:95%}.session-warning-buttons{flex-direction:column}.session-warning-btn-extend,.session-warning-btn-logout{max-width:100%}}.session-expired-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.session-expired-card{background:#fff;border-radius:16px;padding:48px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:slideUp .5s ease-out}.session-expired-icon{font-size:80px;margin-bottom:24px;animation:lockAnimation 1s ease-in-out}@keyframes lockAnimation{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.session-expired-title{color:#333;font-size:32px;font-weight:700;margin:0 0 16px}.session-expired-message{font-size:18px;color:#666;margin-bottom:32px}.session-expired-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:24px;margin-bottom:32px;text-align:left}.session-expired-info p{margin:0 0 12px;font-size:14px;color:#495057;line-height:1.6}.session-expired-info p:last-child{margin-bottom:0}.session-expired-info strong{color:#333;font-weight:600}.session-expired-btn{background-color:#007bff;color:#fff;border:none;padding:16px 48px;font-size:18px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #007bff4d}.session-expired-btn:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}.session-expired-btn:active{transform:translateY(0);box-shadow:0 2px 8px #007bff33}.session-expired-footer{font-size:14px;color:#999;margin-top:24px;margin-bottom:0}@media (max-width: 600px){.session-expired-card{padding:32px 24px}.session-expired-icon{font-size:64px}.session-expired-title{font-size:24px}.session-expired-message{font-size:16px}.session-expired-info{padding:16px}.session-expired-btn{width:100%;padding:14px 24px;font-size:16px}}.unauthorized-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f093fb,#f5576c);padding:20px}.unauthorized-card{background:#fff;border-radius:16px;padding:48px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.unauthorized-icon{font-size:80px;margin-bottom:24px;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.unauthorized-title{color:#333;font-size:32px;font-weight:700;margin:0 0 16px}.unauthorized-message{font-size:18px;color:#666;margin-bottom:32px}.unauthorized-info{background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;padding:24px;margin-bottom:32px;text-align:left}.unauthorized-info p{margin:0 0 12px;font-size:14px;color:#856404;line-height:1.6}.unauthorized-info p:last-child{margin-bottom:0}.unauthorized-info strong{color:#333;font-weight:600}.unauthorized-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.unauthorized-btn{border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:140px}.btn-primary{background-color:#007bff;color:#fff;box-shadow:0 4px 12px #007bff4d}.btn-primary:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}.btn-secondary{background-color:#6c757d;color:#fff;box-shadow:0 4px 12px #6c757d4d}.btn-secondary:hover{background-color:#5a6268;transform:translateY(-2px);box-shadow:0 6px 16px #6c757d66}.unauthorized-footer{font-size:12px;color:#999;margin:0;font-style:italic}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:16px}.loading-container p{color:#666;font-size:16px}@media (max-width: 600px){.unauthorized-card{padding:32px 24px}.unauthorized-icon{font-size:64px}.unauthorized-title{font-size:24px}.unauthorized-message{font-size:16px}.unauthorized-info{padding:16px}.unauthorized-buttons{flex-direction:column}.unauthorized-btn{width:100%}}:root[data-theme=linkedin-blue-2025]{--brand-primary: #0077B5;--brand-primary-hover: #005885;--brand-primary-active: #004A70;--brand-secondary: #005885;--brand-accent: #00A0DC;--ui-surface: #FFFFFF;--ui-surface-alt: #F9FAFB;--ui-surface-hover: #ECF0F1;--ui-surface-hover-light: #E9ECEF;--ui-surface-hover-alt: #E8F4FD;--ui-canvas: #F3F6F8;--ui-border: #D0D7DE;--ui-divider: #DEE2E6;--border-light: #E8EBED;--border-muted: #BDC3C7;--border-gridline: #F0F0F0;--border-gridline-alt: #E1E4E8;--text-primary: #2C3E50;--text-secondary: #666666;--text-inverse: #FFFFFF;--text-link: #0077B5;--text-muted: #999999;--text-tertiary: #7F8C8D;--text-dim: #6C757D;--text-dark: #34495E;--text-neutral: #495057;--state-success: #28A745;--state-success-alt: #10B981;--state-success-hover: #229954;--state-success-deep: #196F3D;--state-warning: #F59E0B;--state-error: #C0392B;--state-error-alt: #EF4444;--state-error-button: #E74C3C;--state-info: #3B82F6;--section-info-border: #17A2B8;--section-info-bg: #E7F8FF;--text-info-dark: #0C5460;--section-success-bg: #D4EDDA;--text-success-dark: #155724;--section-warning-border: #E67E22;--section-warning-bg: #FEF9E7;--text-warning-dark: #D68910;--section-error-border: #DC3545;--section-error-bg: #F8D7DA;--text-error-dark: #721C24;--section-ai-border: #8E44AD;--section-ai-bg: #FAF9FF;--text-ai-purple: #6C3483;--ui-focus: #0077B5;--ui-disabled: #CCCCCC;--ui-disabled-dark: #95A5A6;--ui-shadow: rgba(0, 119, 181, .15);--ui-button-dark: #5A6268;--ui-button-darker: #545B62;--legacy-success: #2ECC71;--text-success-deep: #196F3D;--brand-primary-border: #006097;--brand-primary-hover-alt: #004471;--ui-surface-light: #F8F9FA;--state-success-button: #27AE60;--section-success-bg-alt: #E8F8F5;--text-black: #000000;--space-0: 0px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-8: 32px;--font-family-primary: "Segoe UI", Arial, sans-serif;--font-family-code: "Consolas", monospace;--font-family-icon: Arial, sans-serif;--font-size-h1: 18px;--font-size-h2: 14px;--font-size-body: 14px;--font-size-label: 12px;--font-size-fine: 10px;--font-size-metric-large: 24px;--font-size-metric-medium: 20px;--line-height-dense: 1.4;--line-height-standard: 1.6;--line-height-loose: 1.8;--line-height-h1: 24px;--line-height-h2: 20px;--line-height-body: 20px;--line-height-label: 16px;--line-height-fine: 14px;--line-height-metric-large: 32px;--line-height-metric-medium: 26px;--font-weight-bold: bold;--font-weight-semibold: 600;--font-weight-regular: 400;--border-radius-small: 4px;--border-radius-medium: 6px;--border-radius-large: 8px;--shadow-card: 0 2px 8px var(--ui-shadow);--shadow-tooltip: 0 5px 20px rgba(0, 0, 0, .1);--transition-fast: .2s;--transition-medium: .3s;--transition-slow: .4s}*{box-sizing:border-box}body{font-family:var(--font-family-primary);font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--text-primary);background-color:var(--ui-canvas);margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--ui-canvas);font-family:var(--font-family-primary)}.app-content{display:flex;flex:1;min-height:0}.main-content{flex:1;padding:var(--space-5);overflow-y:auto;background-color:var(--ui-canvas)}.apps-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-5);padding:var(--space-5)}.app-card{background:var(--ui-surface);border-radius:var(--border-radius-large);box-shadow:var(--shadow-card);padding:var(--space-5);transition:var(--transition-medium);cursor:pointer;border:2px solid var(--ui-border)}.app-card:hover{border-color:var(--brand-primary-hover);box-shadow:0 4px 12px var(--ui-shadow)}.app-card.active{border-color:var(--brand-primary);background:var(--ui-surface-hover-alt)}.app-card.selected{border-color:var(--state-success);background:var(--section-success-bg-alt)}.app-header{display:flex;align-items:center;margin-bottom:var(--space-4)}.app-icon{font-size:var(--font-size-metric-large);margin-right:var(--space-4);width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--ui-surface-alt);border-radius:var(--border-radius-large)}.app-details h3{margin:0;font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);color:var(--text-primary)}.app-description{color:var(--text-secondary);line-height:var(--line-height-standard);margin-bottom:var(--space-4)}.app-actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.app-status{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-label);margin-top:var(--space-3)}.status-indicator{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--border-radius-medium);font-size:var(--font-size-fine);font-weight:var(--font-weight-semibold)}.status-indicator.active{background:var(--section-success-bg);color:var(--text-success-dark)}.status-indicator.inactive{background:var(--section-error-bg);color:var(--text-error-dark)}.admin-apps{max-width:1400px;margin:0 auto;padding:20px}.page-header{text-align:center;margin-bottom:40px}.page-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:8px}.page-header p{font-size:1.125rem;color:#666}.admin-layout{display:grid;grid-template-columns:1fr 400px;gap:30px;margin-bottom:40px}.apps-list{min-width:0}.apps-grid{display:grid;gap:20px}.app-details-panel{min-width:0}.app-detail-content{display:flex;flex-direction:column;gap:24px}.detail-section h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:8px}.detail-section p{color:#666;line-height:1.5}.status-info{display:flex;flex-direction:column;gap:8px}.app-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#666;background:#f8f9fa;padding:4px 8px;border-radius:4px}.actions-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.note-text{font-size:.875rem;color:#666;margin-top:12px;font-style:italic}.create-app-card{margin-top:30px}.create-form{display:flex;flex-direction:column;gap:16px}.create-inline{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.create-inline input,.create-inline select{margin-bottom:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#333}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #eee}.warning-box{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin-bottom:20px;color:#856404}.form-grid{display:flex;flex-direction:column;gap:16px}.confirm-delete-grid{margin-top:20px}.field label{display:block;margin-bottom:4px;font-weight:500;color:#333}@media (max-width: 1024px){.admin-layout{grid-template-columns:1fr;gap:20px}.app-details-panel{order:-1}}@media (max-width: 768px){.admin-apps{padding:15px}.page-header h1{font-size:2rem}.apps-container{grid-template-columns:1fr;padding:15px}.create-inline{grid-template-columns:1fr}.actions-row{flex-direction:column}.modal{width:95%;margin:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ui-canvas);color:var(--text-primary);line-height:var(--line-height-standard)}#root{min-height:100vh}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--ui-surface-alt);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:6px;min-height:20px;min-width:20px}::-webkit-scrollbar-thumb:hover{background:var(--brand-primary)}::-webkit-scrollbar-corner{background:var(--ui-surface-alt)}*:focus-visible{outline:3px solid var(--ui-focus);outline-offset:2px}::selection{background-color:var(--brand-primary);color:var(--text-inverse)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){body{font-size:var(--font-size-body)}}
