.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;display:inline-block;position:relative;overflow:hidden}.skeleton-animate{animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.dark-theme .skeleton{background:linear-gradient(90deg,#374151 25%,#4b5563,#374151 75%);background-size:200% 100%}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text:last-child{margin-bottom:0}.skeleton-circular{border-radius:50%}.skeleton-rectangular{border-radius:8px}.skeleton-card{padding:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.dark-theme .skeleton-card{border-color:#374151;background:#1f2937}.skeleton-text-lines{display:flex;flex-direction:column;gap:.5rem}.skeleton-row td{padding:1rem .75rem;vertical-align:middle}.skeleton-section{padding:1.5rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.dark-theme .skeleton-section{border-color:#374151;background:#1f2937}.skeleton-dashboard-card{padding:1.5rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;height:140px}.dark-theme .skeleton-dashboard-card{border-color:#374151;background:#1f2937}.skeleton-product-form .skeleton-section{margin-bottom:2rem}.skeleton-image-upload{border:2px dashed #d1d5db;border-radius:8px;padding:1rem}.dark-theme .skeleton-image-upload{border-color:#4b5563}.skeleton-order-detail .skeleton-section{border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;background:#fff}.dark-theme .skeleton-order-detail .skeleton-section{border-color:#374151;background:#1f2937}.skeleton-navigation{padding:1rem}.skeleton-menu-items{margin-top:1rem}.skeleton-header{background:#fff;border-bottom:1px solid #e5e7eb}.dark-theme .skeleton-header{background:#1f2937;border-bottom-color:#374151}.skeleton-product-list{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.dark-theme .skeleton-product-list{background:#1f2937;border-color:#374151}.skeleton-image-upload{padding:1rem;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb}.dark-theme .skeleton-image-upload{border-color:#4b5563;background:#374151}.skeleton-image-grid{display:flex;flex-direction:column}.skeleton-main-image{width:100%}.skeleton-stats .skeleton-stat-card{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;height:140px}.dark-theme .skeleton-stats .skeleton-stat-card{background:#1f2937;border-color:#374151}.skeleton-profile{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.dark-theme .skeleton-profile{background:#1f2937;border-color:#374151}.skeleton-profile-details{padding-left:2rem}.skeleton-page{min-height:100vh;background:#f9fafb}.dark-theme .skeleton-page{background:#111827}.skeleton-page-content{padding:2rem}.skeleton-content-area{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:2rem}.dark-theme .skeleton-content-area{background:#1f2937;border-color:#374151}.skeleton-order-list{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.dark-theme .skeleton-order-list{background:#1f2937;border-color:#374151}@media (max-width: 768px){.skeleton-section{padding:1rem}.skeleton-dashboard-card{padding:1rem;height:auto;min-height:120px}.skeleton-text-lines{gap:.4rem}.skeleton-stats .col-md-3{margin-bottom:1rem}.skeleton-page-content{padding:1rem}.skeleton-profile-details{padding-left:0;margin-top:2rem}}.skeleton{-webkit-user-select:none;user-select:none;pointer-events:none}@media (prefers-reduced-motion: reduce){.skeleton-animate{animation:none;background:#f0f0f0}.dark-theme .skeleton-animate{background:#374151}}.skeleton-container{padding:1.5rem}.skeleton-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skeleton-list{display:flex;flex-direction:column;gap:1rem}.skeleton-header{height:80px;background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.dark-theme .skeleton-header{background:#1f2937;border-color:#374151}.skeleton-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;padding:1rem}.dark-theme .skeleton-sidebar{background:#1f2937;border-color:#374151}.skeleton-sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px}.skeleton-pulse{animation:skeleton-pulse 2s infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}.skeleton-shimmer{position:relative;overflow:hidden}.skeleton-shimmer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}.dark-theme .skeleton-shimmer:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}@keyframes shimmer{0%{left:-100%}to{left:100%}}.skeleton-button{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db,#e5e7eb 75%);background-size:200% 100%;border-radius:6px;border:none;animation:skeleton-loading 1.5s infinite}.dark-theme .skeleton-button{background:linear-gradient(90deg,#4b5563 25%,#6b7280,#4b5563 75%);background-size:200% 100%}.skeleton-overlay{position:relative;overflow:hidden}.skeleton-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 25%,rgba(255,255,255,.4) 50%,transparent 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;z-index:1}.dark-theme .skeleton-overlay:after{background:linear-gradient(90deg,transparent 25%,rgba(55,65,81,.4) 50%,transparent 75%);background-size:200% 100%}.skeleton-container{padding:2rem;background:#f9fafb;min-height:100vh}.dark-theme .skeleton-container{background:#111827}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.skeleton-container{padding:1rem}.skeleton-grid{grid-template-columns:1fr;gap:1rem}}.tags-cell{max-width:150px}.product-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.tag-badge-small{display:inline-block;background-color:#5847eb;color:#fff;padding:2px 6px;border-radius:8px;font-size:.7rem;font-weight:500;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.tag-more{color:#6c757d;font-size:.7rem;font-weight:500}.wg-product.item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1fr 1.2fr 1fr;gap:20px;align-items:center;padding:16px;border-bottom:1px solid #e3e6f0;transition:background-color .2s ease}.wg-product.item-row:hover{background-color:#f8f9fa}.wg-product .name{display:flex;align-items:center;gap:12px}.wg-product .image{width:50px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0}.wg-product .image img{width:100%;height:100%;object-fit:cover}@media (max-width: 1200px){.wg-product.item-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;font-size:.9rem}.tags-cell{max-width:120px}.tag-badge-small{font-size:.65rem;padding:1px 4px}}@media (max-width: 768px){.wg-product.item-row{grid-template-columns:1fr;gap:8px}.tags-cell{max-width:none}.product-tags{flex-wrap:wrap}}.upload-image-area{border:2px dashed #ccc;padding:20px;text-align:center;cursor:pointer;background-color:#f9f9f9;transition:background-color .3s ease,border-color .3s ease}.upload-image-area.dragging{background-color:#e0e0e0;border-color:#aaa}.upload-image-area .up-load{display:flex;flex-direction:column;align-items:center;justify-content:center}.upload-image-area .uploadfile{display:flex;flex-direction:column;align-items:center;cursor:pointer}.upload-image-area .icon{font-size:3rem;margin-bottom:10px;color:#666}.upload-image-area .text-tiny{font-size:.9em;color:#555}.upload-image-area .text-tiny .text-secondary{color:#007bff;font-weight:700;text-decoration:underline}.image-previews-container{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px;padding:10px;border:1px solid #eee;border-radius:4px;background-color:#fff}.image-preview-item{position:relative;width:150px;height:150px;border:2px solid #ddd;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;background-color:#f8f9fa}.image-preview-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.image-preview-item img.preview-image-tag{max-width:100%;max-height:100%;object-fit:cover;width:100%;height:100%}.image-preview-item .image-actions{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:6px;z-index:10}.image-preview-item .btn-remove-image,.image-preview-item .btn-set-thumbnail{background-color:#fffffff2;color:#333;border:1px solid #ddd;padding:6px 8px;cursor:pointer;border-radius:50%;font-size:.9em;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.image-preview-item .btn-remove-image{background-color:#dc3545e6;color:#fff;border-color:#dc3545}.image-preview-item .btn-remove-image:hover{background-color:#dc3545;transform:scale(1.1)}.image-preview-item .btn-set-thumbnail{background-color:#ffc107e6;color:#333;border-color:#ffc107}.image-preview-item .btn-set-thumbnail:hover{background-color:#ffc107;transform:scale(1.1)}.image-preview-item .btn-remove-image i,.image-preview-item .btn-set-thumbnail i{font-size:1em}.image-preview-item.thumbnail{border:3px solid #28a745;box-shadow:0 0 15px #28a74566;background-color:#f8fff9}.image-preview-item .thumbnail-indicator{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:6px 8px;text-align:center;font-size:.75em;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.image-preview-item .thumbnail-badge{display:flex;align-items:center;justify-content:center;gap:4px}.image-preview-item .thumbnail-badge i{font-size:.9em}.wg-box{background-color:#fff;border:1px solid #e3e6f0;border-radius:.35rem;padding:1.25rem}.mb-10{margin-bottom:10px!important}.mb-16{margin-bottom:16px!important}.mb-30{margin-bottom:30px!important}.body-title{font-size:1.2rem;font-weight:700;color:#333}.body-text{font-size:.9rem;color:#666;line-height:1.5}[class^=icon-],[class*=" icon-"]{font-family:your-icon-font;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-upload-cloud:before{content:""}.icon-close:before{content:"×"}.icon-star:before{content:"★"}.icon-close,.icon-star,.icon-upload-cloud{font-family:Arial,sans-serif}.icon-upload-cloud:before{content:"☁"}.category-selection-modal{display:flex;flex-direction:column;height:600px;max-height:80vh}.search-section{padding:20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.search-input-group{position:relative;display:flex;align-items:center}.search-input-group .icon-search{position:absolute;left:12px;color:#6b7280;font-size:16px;z-index:1}.search-input{width:100%;padding:12px 16px 12px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.clear-search{position:absolute;right:8px;padding:4px;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:background-color .2s}.clear-search:hover{background:#f3f4f6;color:#374151}.selected-category-section{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.section-title{font-weight:600;font-size:14px;color:#374151;margin-bottom:8px}.no-selection{color:#6b7280;font-style:italic;font-size:14px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.breadcrumb-item{display:flex;align-items:center;font-size:14px;color:#374151;font-weight:500}.breadcrumb-item .icon-chevron-right{margin:0 8px;color:#9ca3af;font-size:12px}.category-tree-section{flex:1;display:flex;flex-direction:column;min-height:0}.category-tree-section .section-title{padding:16px 20px 12px;margin-bottom:0;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center}.expand-all-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:4px 8px;font-size:12px;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.expand-all-btn:hover{background:#e5e7eb;border-color:#9ca3af}.expand-all-btn i{font-size:14px}.search-results{color:#6b7280;font-weight:400;font-size:13px}.debug-info{padding:8px 20px;background:#fef3c7;border-bottom:1px solid #f59e0b;color:#92400e;font-size:12px}.test-categories-notice{margin:16px;padding:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;align-items:flex-start;gap:12px;color:#1e40af}.test-categories-notice i{font-size:20px;margin-top:2px;flex-shrink:0}.test-categories-notice strong{display:block;margin-bottom:4px}.test-categories-notice p{margin:0;font-size:13px;color:#3730a3}.category-tree{flex:1;overflow-y:auto;padding:8px 0}.category-item{border-bottom:1px solid #f3f4f6}.category-row{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s;position:relative;min-height:48px}.category-row:hover{background:#f8fafc}.category-row.selected{background:#eff6ff;border-left:3px solid #3b82f6}.category-row.selected:before{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center}.category-row.selected:after{content:"✓";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#fff;font-size:10px;font-weight:700}.expand-btn-container{width:24px;height:24px;margin-right:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.expand-btn-spacer{width:24px;height:24px}.expand-btn{width:24px;height:24px;border:none;background:none;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s}.expand-btn:hover{background:#f3f4f6;color:#374151}.expand-btn.expanded{color:#3b82f6}.expand-btn.expanded:hover{background:#eff6ff}.category-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:12px;color:#6b7280;flex-shrink:0}.category-icon .icon-folder{color:#f59e0b}.category-icon .icon-folder-open{color:#3b82f6}.category-icon .icon-file{color:#6b7280}.category-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;cursor:pointer}.category-name{font-weight:500;color:#374151;font-size:14px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-meta{display:flex;align-items:center;gap:6px;flex-shrink:0}.product-count{color:#6b7280;font-size:12px;background:#f3f4f6;padding:2px 6px;border-radius:10px;white-space:nowrap}.children-count{color:#3b82f6;font-size:11px;background:#eff6ff;padding:2px 6px;border-radius:10px;white-space:nowrap;font-weight:500}.level-indicator{background:#e5e7eb;color:#374151;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;margin-left:8px;flex-shrink:0}.category-children{background:#fafbfc;border-left:2px solid #e5e7eb;margin-left:32px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#6b7280}.no-results i{font-size:48px;margin-bottom:16px;opacity:.5}.no-results p{font-size:16px;margin-bottom:16px}.modal-actions{padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px}.modal-actions .btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;border:1px solid;cursor:pointer;transition:all .2s}.modal-actions .btn-outline-secondary{background:#fff;border-color:#d1d5db;color:#374151}.modal-actions .btn-outline-secondary:hover{background:#f9fafb;border-color:#9ca3af}.modal-actions .btn-outline-danger{background:#fff;border-color:#f87171;color:#dc2626}.modal-actions .btn-outline-danger:hover{background:#fef2f2;border-color:#ef4444}@media (max-width: 768px){.category-selection-modal{height:70vh}.category-row{padding:10px 12px;min-height:44px}.category-name{font-size:13px}.search-input{font-size:16px}.modal-actions{padding:12px 16px}.modal-actions .btn{padding:10px 16px;font-size:15px}}.category-children{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.category-tree::-webkit-scrollbar{width:6px}.category-tree::-webkit-scrollbar-track{background:#f1f5f9}.category-tree::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.category-tree::-webkit-scrollbar-thumb:hover{background:#94a3b8}.category-selection-field{position:relative}.category-select-btn{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:12px 16px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:14px;min-height:48px}.category-select-btn:hover{border-color:#9ca3af;background:#f9fafb}.category-select-btn:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.category-select-btn:disabled{opacity:.6;cursor:not-allowed}.category-select-btn.placeholder{color:#9ca3af}.category-select-content{display:flex;align-items:center;justify-content:space-between;width:100%}.category-text{display:flex;align-items:center;flex:1;min-width:0}.category-text i{color:#6b7280;font-size:14px}.category-select-btn .icon-chevron-down{color:#6b7280;font-size:12px;transition:transform .2s ease;flex-shrink:0}.category-select-btn:hover .icon-chevron-down{color:#374151}.selected-category-info{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.category-badge{background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:500;padding:4px 8px;border-radius:12px;border:1px solid #93c5fd}.product-count-badge{background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:500;padding:3px 6px;border-radius:10px}.loading-badge{background:#fef3c7;color:#d97706;font-size:11px;font-weight:500;padding:3px 6px;border-radius:10px;border:1px solid #fbbf24;animation:pulse-loading 1.5s ease-in-out infinite}@keyframes pulse-loading{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.category-select-btn:active{animation:pulse .1s ease}@media (max-width: 768px){.category-select-btn{padding:14px 16px;font-size:15px}.selected-category-info{margin-top:6px}.category-badge,.product-count-badge{font-size:11px}}.tags-field{position:relative}.tags-preview{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin-top:8px;padding:8px;background-color:#f8f9fa;border-radius:4px;border:1px solid #e3e6f0}.tag-badge{display:inline-block;background-color:#5847eb;color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;margin:0 2px;white-space:nowrap}.tag-badge:empty{display:none}.wg-box fieldset{margin-bottom:16px}.wg-box fieldset .body-title small{font-size:.8rem;color:#6c757d;font-weight:400;margin-top:2px}.wg-box fieldset input{width:100%;padding:10px 12px;border:1px solid #e3e6f0;border-radius:6px;font-size:14px;transition:border-color .3s ease}.wg-box fieldset input:focus{outline:none;border-color:#5847eb;box-shadow:0 0 0 3px #5847eb1a}.wg-box fieldset input::placeholder{color:#adb5bd}@media (max-width: 768px){.tags-preview{font-size:.85rem}.tag-badge{font-size:.7rem;padding:3px 6px}}.tags-input-container{position:relative;width:100%}.tags-input-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e3e6f0;border-radius:6px;background-color:#fff;cursor:text;min-height:44px;transition:border-color .3s ease,box-shadow .3s ease}.tags-input-wrapper:focus-within{border-color:#5847eb;box-shadow:0 0 0 3px #5847eb1a}.tag-item{display:inline-flex;align-items:center;background-color:#5847eb;color:#fff;padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:500;gap:6px;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.tag-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;line-height:1;padding:0;margin:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.tag-remove:hover{background-color:#fff3}.tags-input-field{border:none;outline:none;background:transparent;flex:1;min-width:120px;padding:2px 0;font-size:14px}.tags-input-field::placeholder{color:#adb5bd}.tags-suggestions{position:absolute;top:100%;left:0;right:0;z-index:100;background:#fff;border:1px solid #e3e6f0;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto}.tags-suggestion-item{padding:8px 12px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.tags-suggestion-item:hover{background-color:#f8f9fa}.tags-suggestion-item:last-child{border-radius:0 0 6px 6px}.tags-info{margin-top:4px;text-align:right}.tags-info small{font-size:.75rem;color:#6c757d}@media (max-width: 768px){.tag-item{font-size:.75rem;padding:3px 6px;max-width:120px}.tags-input-field{min-width:100px;font-size:13px}.tags-suggestion-item{padding:10px 12px;font-size:13px}}.tags-input-container.error .tags-input-wrapper{border-color:#dc3545}.tags-input-container.error .tags-input-wrapper:focus-within{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.tags-input-wrapper.disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.tags-input-wrapper.disabled .tags-input-field,.tags-input-wrapper.disabled .tag-remove{cursor:not-allowed}.warehouses-list{padding:0}.warehouse-card{border:1px solid #e9ecef;transition:all .2s ease-in-out}.warehouse-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.detail-item{display:flex;align-items:center;margin-bottom:8px}.detail-item:last-child{margin-bottom:0}.inventory-summary{background-color:#f8f9fa;border-radius:6px;padding:12px}.summary-item{padding:4px}.summary-value{font-size:1.1rem}.summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.empty-state{max-width:400px;margin:0 auto}.btn-group .btn{border-radius:0}.btn-group .btn:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.btn-group .btn:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.notifications-page{min-height:100vh;background:#f8fafc;padding:0}.page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px 32px;margin-bottom:24px}.page-title h2{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.025em}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#3b82f6}.breadcrumb-separator{color:#cbd5e1}.breadcrumb-current{color:#0f172a;font-weight:500}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#64748b}.loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.notifications-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin:0 32px;overflow:hidden}.card-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #f1f5f9;gap:24px}.header-left{display:flex;align-items:center;gap:24px}.title-section{display:flex;align-items:center;gap:12px}.title-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.title-section h3{font-size:20px;font-weight:600;color:#0f172a;margin:0}.unread-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:16px;line-height:1}.connection-status{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:24px;font-size:13px;font-weight:500;transition:all .3s ease}.connection-status.connected{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.connection-status.disconnected{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.connected .status-dot{background:#10b981}.disconnected .status-dot{background:#ef4444}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.header-actions{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.btn-sm{padding:6px 12px;font-size:13px}.filter-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.filter-tabs{display:flex;gap:2px;background:#fff;padding:4px;border-radius:12px;border:1px solid #e2e8f0}.filter-tab{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:none;color:#64748b;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.filter-tab:hover{color:#374151;background:#f8fafc}.filter-tab.active{background:#3b82f6;color:#fff}.tab-count{background:#fff3;color:inherit;font-size:12px;padding:2px 8px;border-radius:16px;font-weight:600}.filter-tab:not(.active) .tab-count{background:#e2e8f0;color:#64748b}.bulk-actions{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.selection-count{color:#64748b;font-size:13px;font-weight:500}.error-banner{display:flex;align-items:center;gap:12px;background:#fef2f2;color:#dc2626;padding:16px 32px;border-left:4px solid #ef4444;margin:0}.notifications-container{min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px;text-align:center}.empty-icon{width:80px;height:80px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#94a3b8;margin-bottom:24px}.empty-state h4{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.empty-state p{color:#6b7280;margin:0;max-width:400px;line-height:1.5}.list-header{padding:16px 32px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.select-all-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}.select-all-text{font-size:14px;font-weight:500;color:#374151}.notification-item{position:relative;display:flex;align-items:flex-start;gap:16px;padding:20px 32px;border-bottom:1px solid #f1f5f9;transition:all .2s ease;background:#fff}.notification-item:hover{background:#fafbfc}.notification-item.unread{background:linear-gradient(90deg,rgba(59,130,246,.03) 0%,transparent 50%);border-left:3px solid #3b82f6}.notification-item.new{background:linear-gradient(90deg,rgba(16,185,129,.05) 0%,transparent 50%);border-left:3px solid #10b981;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.notification-checkbox{margin-top:4px;cursor:pointer}.notification-icon{width:44px;height:44px;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;margin-top:2px}.notification-content{flex:1;min-width:0}.notification-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.notification-title{font-size:15px;font-weight:600;color:#0f172a;margin:0;line-height:1.4}.notification-meta{display:flex;align-items:center;gap:12px;flex-shrink:0}.notification-time{font-size:13px;color:#64748b;white-space:nowrap}.order-badge{font-size:12px;font-weight:600;color:#3b82f6;background:#eff6ff;padding:4px 10px;border-radius:6px;text-decoration:none;transition:all .2s ease}.order-badge:hover{background:#dbeafe;color:#2563eb}.notification-message{font-size:14px;color:#64748b;margin:0;line-height:1.5}.notification-actions{display:flex;gap:8px;margin-top:4px}.action-btn{width:36px;height:36px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:14px}.action-btn.mark-read{background:#ecfdf5;color:#059669}.action-btn.mark-read:hover{background:#d1fae5;color:#047857}.action-btn.delete{background:#fef2f2;color:#dc2626}.action-btn.delete:hover{background:#fee2e2;color:#b91c1c}.unread-indicator{position:absolute;left:8px;top:24px;width:8px;height:8px;background:#3b82f6;border-radius:50%}.new-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.05em;animation:fadeInBounce .6s ease-out}@keyframes fadeInBounce{0%{opacity:0;transform:scale(.8) translateY(-10px)}50%{transform:scale(1.1) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.notification-checkbox input,.select-all-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:relative;width:20px;height:20px;background:#fff;border:2px solid #d1d5db;border-radius:6px;transition:all .2s ease}.notification-checkbox:hover .checkmark,.select-all-checkbox:hover .checkmark{border-color:#9ca3af}.notification-checkbox input:checked~.checkmark,.select-all-checkbox input:checked~.checkmark{background:#3b82f6;border-color:#3b82f6}.checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.notification-checkbox input:checked~.checkmark:after,.select-all-checkbox input:checked~.checkmark:after{display:block}@media (max-width: 1024px){.page-header,.card-header,.filter-bar,.notification-item,.list-header{padding-left:24px;padding-right:24px}.notifications-card{margin:0 24px}}@media (max-width: 768px){.page-header,.card-header,.filter-bar,.notification-item,.list-header{padding-left:16px;padding-right:16px}.notifications-card{margin:0 16px;border-radius:12px}.card-header,.header-left{flex-direction:column;align-items:stretch;gap:16px}.title-section,.connection-status,.header-actions{justify-content:center}.filter-bar{flex-direction:column;gap:16px;align-items:stretch}.filter-tabs{justify-content:center}.bulk-actions{justify-content:center;flex-wrap:wrap}.notification-item{gap:12px;padding:16px}.notification-header{flex-direction:column;gap:8px}.notification-meta{justify-content:flex-start}.notification-actions{flex-direction:column;gap:6px}.page-title h2{font-size:24px}.title-section h3{font-size:18px}.empty-state{padding:60px 16px}}@media (max-width: 480px){.filter-tabs{flex-direction:column;width:100%}.filter-tab{justify-content:center;width:100%}.bulk-actions{flex-direction:column;text-align:center}.notification-icon{width:36px;height:36px;font-size:16px}.btn{justify-content:center;min-width:120px}}.messages-container{display:flex;height:calc(100vh - 120px);background:#f8f9fa;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.messages-sidebar{width:360px;min-width:360px;background:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column}.sidebar-header{padding:20px;border-bottom:1px solid #e9ecef;background:#fff}.header-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.header-content h2{margin:0;font-size:24px;font-weight:600;color:#111827}.header-actions{display:flex;gap:8px}.icon-btn{width:40px;height:40px;border:none;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:16px}.icon-btn:hover{background:#e5e7eb;color:#374151}.search-container{position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper i{position:absolute;left:12px;color:#6b7280;font-size:16px;z-index:1}.search-input{width:100%;padding:12px 12px 12px 40px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-size:14px;transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.chat-list{flex:1;overflow-y:auto;padding:8px 0}.chat-item{display:flex;align-items:center;padding:16px 20px;cursor:pointer;transition:background-color .2s ease;position:relative}.chat-item:hover{background-color:#f3f4f6}.chat-item.active{background-color:#e0f2fe;border-right:3px solid #0ea5e9}.chat-avatar{position:relative;margin-right:12px;flex-shrink:0}.chat-avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#10b981;border:2px solid #ffffff;border-radius:50%}.chat-content{flex:1;min-width:0}.chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.chat-name{font-size:16px;font-weight:500;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:12px;color:#6b7280;flex-shrink:0}.chat-preview{display:flex;align-items:center;justify-content:space-between}.last-message{font-size:14px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.unread-badge{background:#0ea5e9;color:#fff;font-size:12px;font-weight:500;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;flex-shrink:0;margin-left:8px}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #0ea5e9;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.empty-state i{font-size:48px;color:#d1d5db;margin-bottom:16px}.empty-state h3{font-size:18px;font-weight:500;color:#374151;margin:0 0 8px}.empty-state p{font-size:14px;color:#6b7280;margin:0}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff}.chat-header-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.chat-info{display:flex;align-items:center}.chat-details{margin-left:12px}.chat-details h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px}.status{font-size:14px;color:#6b7280}.chat-actions{display:flex;gap:8px}.messages-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.messages-list{flex:1;overflow-y:auto;padding:16px 24px;background:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f1f5f9' fill-opacity='0.4'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.chat-messages{display:flex;margin-bottom:16px;animation:fadeInUp .3s ease}.chat-messages.sent{justify-content:flex-end!important}.chat-messages.received{justify-content:flex-start!important}.message-content{max-width:70%;position:relative}.chat-messages.sent .message-content{background:#81c1df;color:#fff;border-radius:18px 18px 4px;padding:12px 16px}.chat-messages.received .message-content{background:#fff;color:#111827;border-radius:18px 18px 18px 4px;padding:12px 16px;box-shadow:0 1px 2px #0000001a}.message-content p{margin:0 0 8px;font-size:14px;line-height:1.4;word-wrap:break-word}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px}.message-time{font-size:11px;opacity:.7}.message-status{display:flex;align-items:center}.message-status i{font-size:12px}.message-status.delivered i{color:#94a3b8}.message-status.read i{color:#0ea5e9}.message-input-area{border-top:1px solid #e5e7eb;padding:16px 24px;background:#fff}.input-container{display:flex;align-items:center;gap:12px}.attachment-btn{color:#6b7280}.message-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:#f3f4f6;border-radius:24px;padding:8px 16px}.message-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;padding:8px 0;resize:none}.emoji-btn{color:#6b7280;margin-left:8px}.send-btn{width:44px;height:44px;border:none;border-radius:50%;background:#0ea5e9;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:16px}.send-btn:hover:not(:disabled){background:#0284c7;transform:scale(1.05)}.send-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.chat-welcome{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f1f5f9' fill-opacity='0.4'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.welcome-content{text-align:center;max-width:400px;padding:40px}.welcome-icon{margin-bottom:24px}.welcome-icon i{font-size:64px;color:#0ea5e9}.welcome-content h2{font-size:28px;font-weight:600;color:#111827;margin:0 0 12px}.welcome-content p{font-size:16px;color:#6b7280;margin:0 0 32px;line-height:1.5}.welcome-features{display:flex;flex-direction:column;gap:16px}.feature{display:flex;align-items:center;gap:12px;padding:12px;background:#0ea5e91a;border-radius:8px;color:#0ea5e9}.feature i{font-size:20px}.feature span{font-size:14px;font-weight:500}.connection-status{position:fixed;top:20px;right:20px;background:#fbbf24;color:#fff;padding:8px 16px;border-radius:6px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #fbbf2466;z-index:1000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.messages-container{height:calc(100vh - 80px)}.messages-sidebar{width:100%;min-width:auto}.chat-main,.messages-sidebar.chat-open{display:none}.chat-main.chat-open{display:flex;width:100%}.chat-item{padding:12px 16px}.message-content{max-width:85%}.welcome-content{padding:20px}.welcome-icon i{font-size:48px}.welcome-content h2{font-size:24px}}@media (max-width: 480px){.sidebar-header{padding:16px}.chat-header-bar,.messages-list,.message-input-area{padding:12px 16px}.input-container{gap:8px}}.dark-theme .messages-container{background:#1f2937}.dark-theme .messages-sidebar,.dark-theme .chat-main,.dark-theme .sidebar-header,.dark-theme .chat-header-bar,.dark-theme .message-input-area{background:#111827;border-color:#374151}.dark-theme .search-input{background:#374151;border-color:#4b5563;color:#f9fafb}.dark-theme .search-input:focus{border-color:#3b82f6;background:#374151}.dark-theme .chat-item:hover{background-color:#374151}.dark-theme .chat-item.active{background-color:#1e40af}.dark-theme .chat-name,.dark-theme .chat-details h3,.dark-theme .header-content h2{color:#f9fafb}.dark-theme .chat-messages.received .message-content{background:#374151;color:#f9fafb}.dark-theme .messages-list,.dark-theme .chat-welcome{background:#0f172a}.dark-theme .message-input-wrapper{background:#374151}.dark-theme .welcome-content h2{color:#f9fafb}.chat-list::-webkit-scrollbar,.messages-list::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-track,.messages-list::-webkit-scrollbar-track{background:transparent}.chat-list::-webkit-scrollbar-thumb,.messages-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-list::-webkit-scrollbar-thumb:hover,.messages-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark-theme .chat-list::-webkit-scrollbar-thumb,.dark-theme .messages-list::-webkit-scrollbar-thumb{background:#4b5563}.dark-theme .chat-list::-webkit-scrollbar-thumb:hover,.dark-theme .messages-list::-webkit-scrollbar-thumb:hover{background:#6b7280}.login-page{min-height:100vh;overflow-y:auto;display:flex}.login-page .left{min-height:100vh;display:flex;align-items:flex-start;padding:20px 0;overflow-y:auto;flex:1}.login-page .right{flex:1;min-height:100vh}.login-box{width:100%;max-width:500px;margin:auto;padding:30px;max-height:calc(100vh - 40px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.login-box::-webkit-scrollbar{width:6px}.login-box::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.login-box::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.login-box::-webkit-scrollbar-thumb:hover{background:#ffffff80}.registration-progress{margin-bottom:30px}.progress-steps{display:flex;justify-content:space-between;margin-bottom:15px;position:relative}.progress-steps:before{content:"";position:absolute;top:17px;left:17px;right:17px;height:2px;background:#fff3;z-index:1}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2}.step-number{width:35px;height:35px;border-radius:50%;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px;border:2px solid transparent;transition:all .3s ease;position:relative}.progress-step.active .step-number{background:var(--tf-color, #2196F3);border-color:var(--tf-color, #2196F3);box-shadow:0 0 0 4px #2196f333}.progress-step.completed .step-number{background:#28a745;border-color:#28a745}.progress-step.completed .step-number:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px}.step-label{font-size:12px;color:#ffffffb3;text-align:center;transition:color .3s ease}.progress-step.active .step-label,.progress-step.completed .step-label{color:#fff;font-weight:500}.progress-bar{height:4px;background:#fff3;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--tf-color, #2196F3),#42A5F5);transition:width .3s ease;border-radius:2px}.form-navigation{display:flex;gap:15px;margin-top:30px}.form-navigation .tf-button.secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);flex:0 0 auto;padding:12px 24px;color:#fff;transition:all .3s ease}.form-navigation .tf-button.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-1px)}.form-navigation .tf-button:not(.secondary){flex:1;background:linear-gradient(135deg,var(--tf-color, #2196F3),#42A5F5);border:none;padding:14px;font-weight:600;transition:all .3s ease}.form-navigation .tf-button:not(.secondary):hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2196f34d}.form-navigation .tf-button:disabled{opacity:.6;cursor:not-allowed}.form-row{display:flex;gap:15px;margin-bottom:20px}.form-row fieldset{flex:1;margin-bottom:0}.form-login{max-height:none;overflow:visible}.form-login>fieldset,.form-login>.form-row,.form-login>.social-media-section,.form-login>.terms-section{margin-bottom:20px}.error-text{color:#ff4757;font-size:12px;margin-top:5px;display:flex;align-items:center;gap:5px}.error-text:before{content:"⚠";font-size:14px}.flex-grow.error,.password-input.error{border-color:#ff4757!important;box-shadow:0 0 0 2px #ff475733!important;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.checkbox-container{display:flex;align-items:flex-start;cursor:pointer;margin-bottom:15px;line-height:1.4;padding:10px;border-radius:8px;transition:background-color .3s ease}.checkbox-container:hover{background:#ffffff0d}.checkbox-container input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:4px;margin-right:12px;margin-top:2px;position:relative;transition:all .3s ease;flex-shrink:0}.checkbox-container input[type=checkbox]:checked+.checkmark{background:var(--tf-color, #2196F3);border-color:var(--tf-color, #2196F3);transform:scale(1.1)}.checkbox-container input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:12px}.social-media-section{background:#ffffff0d;padding:20px;border-radius:12px;margin-top:15px;border:1px solid rgba(255,255,255,.1)}.social-media-section .body-title{margin-bottom:20px;color:var(--tf-color, #2196F3);font-weight:600}.social-media-section fieldset{margin-bottom:15px}.social-media-section fieldset:last-child{margin-bottom:0}.terms-content{font-size:14px;line-height:1.6;background:#ffffff14;padding:20px;border-radius:10px;margin-bottom:20px;max-height:200px;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}.terms-content::-webkit-scrollbar{width:6px}.terms-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.terms-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.terms-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.terms-content h4{margin-bottom:15px;color:var(--tf-color, #2196F3);font-weight:600}.terms-content ul{margin-left:20px;margin-top:10px}.terms-content li{margin-bottom:8px;position:relative}.terms-content li::marker{color:var(--tf-color, #2196F3)}input[type=file]{padding:12px!important;border:2px dashed rgba(255,255,255,.3)!important;border-radius:8px!important;background:#ffffff0d!important;color:#fff!important;transition:all .3s ease!important}input[type=file]:hover{border-color:var(--tf-color, #2196F3)!important;background:#2196f31a!important}input[type=file]:focus{outline:none!important;border-color:var(--tf-color, #2196F3)!important;box-shadow:0 0 0 2px #2196f333!important}select.flex-grow{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px!important}.tf-button:disabled{position:relative;overflow:hidden}.tf-button:disabled:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.flex-grow:focus,.password-input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--tf-color, #2196F3)!important;box-shadow:0 0 0 2px #2196f333!important;transform:translateY(-1px)}@media (max-width: 768px){.login-page .left{padding:10px;min-height:100vh}.login-box{padding:20px;max-height:none;min-height:calc(100vh - 20px)}.form-row{flex-direction:column;gap:0}.progress-steps{flex-wrap:wrap;gap:10px;margin-bottom:20px}.progress-steps:before{display:none}.progress-step{flex:0 0 calc(50% - 5px);margin-bottom:10px}.step-label{font-size:11px}.form-navigation{flex-direction:column}.form-navigation .tf-button.secondary{order:2}.social-media-section{padding:15px}.terms-content{max-height:150px;padding:15px}}@media (max-width: 480px){.login-page .left{padding:5px}.login-box{padding:15px}.progress-step{flex:0 0 100%}.step-number{width:30px;height:30px;font-size:14px}.checkbox-container{padding:8px}.checkmark{width:18px;height:18px}}@media (max-height: 600px) and (orientation: landscape){.login-page .left{align-items:flex-start;padding:10px 0}.login-box{max-height:calc(100vh - 20px);overflow-y:auto;margin:0 auto}}.registration-success{animation:successPulse 2s ease-in-out}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.error-message{border-left:4px solid #ff4757;animation:slideInDown .3s ease-out}@keyframes slideInDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.form-login>*{animation:fadeInUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}.form-login>*:nth-child(1){animation-delay:.1s}.form-login>*:nth-child(2){animation-delay:.2s}.form-login>*:nth-child(3){animation-delay:.3s}.form-login>*:nth-child(4){animation-delay:.4s}.form-login>*:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}html,.login-box{scroll-behavior:smooth}.step-content{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.step-content.entering{opacity:0;transform:translate(20px)}.step-content.entered{opacity:1;transform:translate(0)}.step-content.exiting{opacity:0;transform:translate(-20px)}.sub-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}.sub-menu.show{max-height:500px}.menu-item.has-children.active>.sub-menu{max-height:500px}.menu-item-button{cursor:pointer;width:100%;display:flex;align-items:center;text-decoration:none}.menu-item-button:hover{background-color:#0000000d}.sub-menu-item a{text-decoration:none;color:inherit;display:block;width:100%;padding:8px 16px}.section-menu-left-wrap{overflow-y:auto}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-pulse{animation:pulse 1s infinite}.header-item{position:relative;display:inline-block}.form-login textarea{background:#40495d;border:1px solid #525863;border-radius:8px;color:#fff;padding:12px 16px;width:100%;font-family:inherit;font-size:14px;transition:border-color .3s ease}.form-login textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-login textarea::placeholder{color:#9ca3af}.form-row{display:flex;gap:16px}.form-row fieldset{flex:1}.login-box .form-login .gap22{gap:22px}.tf-button:disabled{opacity:.6;cursor:not-allowed}.error-message{animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.attribute-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--Surface-3);border:1px solid var(--Stroke, #EDF1F5);border-radius:12px;padding:14px 40px 14px 22px;font-size:14px;color:var(--Surface-2);width:100%;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23${encodeURIComponent(getComputedStyle(document.documentElement).getPropertyValue('--Surface-2').trim())}' width='18px' height='18px'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.attribute-select:focus{outline:none;border-color:var(--Secondary)}.attribute-boolean{padding:10px 0}.attribute-boolean input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:1px solid var(--Stroke, #EDF1F5);border-radius:4px;background-color:var(--Surface-3);cursor:pointer;position:relative;margin-right:8px;vertical-align:middle}.attribute-boolean input[type=checkbox]:before{content:"";font-family:icomoon;position:absolute;color:var(--White);top:50%;left:50%;transform:translate(-50%,-50%) scale(0);font-size:14px;transition:transform .2s ease}.attribute-boolean input[type=checkbox]:checked{background-color:var(--Secondary);border-color:var(--Secondary)}.attribute-boolean input[type=checkbox]:checked:before{transform:translate(-50%,-50%) scale(1)}.attribute-boolean label{cursor:pointer;vertical-align:middle;color:var(--Surface-2);font-size:14px}
