
.tabs[data-v-8703617f] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.tabs[data-v-8703617f]::-webkit-scrollbar {
    height: 3px;
}
.tabs[data-v-8703617f]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.tab[data-v-8703617f] {
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}
.tab[data-v-8703617f]:hover {
    color: #333;
    background: #f9f9f9;
}
.tab.active[data-v-8703617f] {
    color: #1976d2;
    border-bottom-color: #1976d2;
    font-weight: 500;
}
@media (max-width: 768px) {
.tab[data-v-8703617f] {
        padding: 10px 16px;
        font-size: 13px;
}
}

.modal[data-v-4346491b] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal.active[data-v-4346491b] {
    display: flex;
}
.modal-content[data-v-4346491b] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.modal-header[data-v-4346491b] {
    margin-bottom: 20px;
}
.modal-header h2[data-v-4346491b] {
    font-size: 20px;
    color: #333;
}
.modal-body[data-v-4346491b] {
    margin-bottom: 20px;
    flex: 1;
    overflow-y: auto;
    padding: 5px;
}
.form-group[data-v-4346491b] {
    margin-bottom: 20px;
}
.form-label[data-v-4346491b] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}
.form-input[data-v-4346491b], .form-select[data-v-4346491b] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.color-input[data-v-4346491b] {
    width: 100px;
    height: 40px;
    padding: 2px;
    cursor: pointer;
}
.size-input-group[data-v-4346491b] {
    display: flex;
    gap: 10px;
    align-items: center;
}
.opacity-group[data-v-4346491b] {
    display: flex;
    gap: 10px;
    align-items: center;
}
.offset-group[data-v-4346491b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.offset-item[data-v-4346491b] {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}
.offset-item[data-v-4346491b]:hover {
    border-color: #1976d2;
    box-shadow: 0 2px 4px rgba(25, 118, 210, 0.1);
}
.offset-label[data-v-4346491b] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.offset-controls[data-v-4346491b] {
    display: flex;
    gap: 8px;
    align-items: stretch;
}
.offset-input[data-v-4346491b] {
    flex: 1;
    min-width: 0;
}
.offset-unit[data-v-4346491b] {
    width: 70px;
    flex-shrink: 0;
    font-weight: 500;
    background: white;
}
.logo-preview[data-v-4346491b] {
    margin-top: 10px;
}
.logo-preview img[data-v-4346491b] {
    max-width: 200px;
    max-height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Font Preview Styles */
.font-preview-box[data-v-4346491b] {
    margin-top: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.font-preview-box[data-v-4346491b]:hover {
    border-color: #1976d2;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.1);
}
.font-preview-label[data-v-4346491b] {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.font-preview-text[data-v-4346491b] {
    font-size: 32px;
    line-height: 1.4;
    color: #333;
    padding: 12px;
    background: white;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    font-weight: 400;
    /* Ensure fonts load properly */
    font-display: swap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-preview-text[data-v-4346491b]:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.font-preview-note[data-v-4346491b] {
    font-size: 12px;
    color: #666;
    text-align: center;
    font-style: italic;
}
.modal-footer[data-v-4346491b] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.btn[data-v-4346491b] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-4346491b] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-4346491b]:hover {
    background: #1565c0;
}
.btn-secondary[data-v-4346491b] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-4346491b]:hover {
    background: #e0e0e0;
}
.btn[data-v-4346491b]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.error-message[data-v-4346491b] {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    margin-top: 4px;
}
.form-input.error[data-v-4346491b],
.form-select.error[data-v-4346491b] {
    border-color: #d32f2f;
}
.form-input.error[data-v-4346491b]:focus,
.form-select.error[data-v-4346491b]:focus {
    outline-color: #d32f2f;
    border-color: #d32f2f;
}
.loading-overlay[data-v-4346491b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
}
.loading-spinner[data-v-4346491b] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1976d2;
    border-radius: 50%;
    animation: spin-4346491b 1s linear infinite;
}
@keyframes spin-4346491b {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.loading-text[data-v-4346491b] {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
@media (max-width: 768px) {
.modal-content[data-v-4346491b] {
        width: 95%;
        padding: 20px;
        max-height: 95vh;
}
.modal-header h2[data-v-4346491b] {
        font-size: 18px;
}
.size-input-group[data-v-4346491b] {
        flex-direction: column;
        align-items: stretch;
}
.size-input-group select[data-v-4346491b] {
        width: 100% !important;
}
.opacity-group[data-v-4346491b] {
        flex-direction: column;
        align-items: stretch;
}
.opacity-group input[type="number"][data-v-4346491b] {
        width: 100% !important;
}
.offset-group[data-v-4346491b] {
        grid-template-columns: 1fr;
}
.modal-footer[data-v-4346491b] {
        flex-direction: column-reverse;
}
.btn[data-v-4346491b] {
        width: 100%;
}
.color-input[data-v-4346491b] {
        width: 100%;
}
.font-preview-text[data-v-4346491b] {
        font-size: 24px;
}
}
@media (max-width: 480px) {
.modal-content[data-v-4346491b] {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        max-height: 100vh;
}
.modal-header h2[data-v-4346491b] {
        font-size: 16px;
}
.form-label[data-v-4346491b] {
        font-size: 13px;
}
.form-input[data-v-4346491b], .form-select[data-v-4346491b] {
        font-size: 13px;
        padding: 8px;
}
.font-preview-text[data-v-4346491b] {
        font-size: 20px;
}
}

.tab-content[data-v-33fe1222] {
    padding: 20px;
}
.settings-section[data-v-33fe1222] {
    margin-bottom: 30px;
}
.settings-section h2[data-v-33fe1222] {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.form-group[data-v-33fe1222] {
    margin-bottom: 20px;
}
.form-label[data-v-33fe1222] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}
.form-input[data-v-33fe1222] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.presets-list[data-v-33fe1222] {
    margin-bottom: 15px;
}
.preset-card[data-v-33fe1222] {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}
.preset-card-header[data-v-33fe1222] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
}
.preset-card-title[data-v-33fe1222] {
    font-weight: 500;
    color: #333;
    word-break: break-word;
}
.preset-card-actions[data-v-33fe1222] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn[data-v-33fe1222] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-33fe1222] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-33fe1222]:hover {
    background: #1565c0;
}
.btn-secondary[data-v-33fe1222] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-33fe1222]:hover {
    background: #e0e0e0;
}
.btn-small[data-v-33fe1222] {
    padding: 6px 12px;
    font-size: 12px;
}
.default-badge[data-v-33fe1222] {
    color: #1976d2;
    margin-top: 5px;
}
.loading[data-v-33fe1222] {
    text-align: center;
    padding: 40px;
    color: #999;
}
.error[data-v-33fe1222] {
    text-align: center;
    padding: 40px;
    color: #d32f2f;
}
.empty-state[data-v-33fe1222] {
    text-align: center;
    padding: 40px;
    color: #999;
}
@media (max-width: 768px) {
.tab-content[data-v-33fe1222] {
        padding: 15px;
}
.settings-section h2[data-v-33fe1222] {
        font-size: 16px;
}
.preset-card[data-v-33fe1222] {
        padding: 12px;
}
.preset-card-header[data-v-33fe1222] {
        flex-direction: column;
        align-items: flex-start;
}
.preset-card-actions[data-v-33fe1222] {
        width: 100%;
}
.btn[data-v-33fe1222] {
        width: 100%;
}
.btn-small[data-v-33fe1222] {
        flex: 1;
}
}

.pagination-container[data-v-e8d2f45a] {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
}
.pagination[data-v-e8d2f45a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.pagination-info[data-v-e8d2f45a] {
    font-size: 14px;
    color: #666;
}
.pagination-buttons[data-v-e8d2f45a] {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.btn[data-v-e8d2f45a] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-small[data-v-e8d2f45a] {
    padding: 6px 12px;
    font-size: 12px;
}
.btn-primary[data-v-e8d2f45a] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-e8d2f45a]:disabled {
    background: #1976d2;
    opacity: 0.7;
}
.btn-secondary[data-v-e8d2f45a] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-e8d2f45a]:hover:not(:disabled) {
    background: #e0e0e0;
}
.btn[data-v-e8d2f45a]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-ellipsis[data-v-e8d2f45a] {
    padding: 0 5px;
    color: #999;
}
@media (max-width: 768px) {
.pagination-container[data-v-e8d2f45a] {
        padding: 15px;
}
.pagination[data-v-e8d2f45a] {
        flex-direction: column;
        align-items: stretch;
}
.pagination-info[data-v-e8d2f45a] {
        text-align: center;
        margin-bottom: 10px;
}
.pagination-buttons[data-v-e8d2f45a] {
        justify-content: center;
}
.btn-small[data-v-e8d2f45a] {
        padding: 8px 10px;
        font-size: 11px;
}
}
@media (max-width: 480px) {
.pagination-ellipsis[data-v-e8d2f45a] {
        display: none;
}
}

.modal[data-v-87fe64de] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal.active[data-v-87fe64de] {
    display: flex;
}
.modal-content[data-v-87fe64de] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.modal-header[data-v-87fe64de] {
    margin-bottom: 20px;
}
.modal-header h2[data-v-87fe64de] {
    font-size: 20px;
    color: #333;
}
.modal-body[data-v-87fe64de] {
    margin-bottom: 20px;
    flex: 1;
    overflow-y: auto;
}
.preset-list[data-v-87fe64de] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.preset-item[data-v-87fe64de] {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.preset-item[data-v-87fe64de]:hover {
    border-color: #1976d2;
    background: #f5f5f5;
}
.preset-item.selected[data-v-87fe64de] {
    border-color: #1976d2;
    background: #e3f2fd;
}
.preset-name[data-v-87fe64de] {
    font-weight: 500;
    color: #333;
}
.preset-type[data-v-87fe64de] {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.modal-footer[data-v-87fe64de] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.btn[data-v-87fe64de] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-87fe64de] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-87fe64de]:hover:not(:disabled) {
    background: #1565c0;
}
.btn-primary[data-v-87fe64de]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-secondary[data-v-87fe64de] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-87fe64de]:hover {
    background: #e0e0e0;
}
.loading[data-v-87fe64de], .error[data-v-87fe64de], .empty[data-v-87fe64de] {
    text-align: center;
    padding: 20px;
}
.error[data-v-87fe64de] {
    color: #d32f2f;
}
.empty[data-v-87fe64de] {
    color: #999;
}
@media (max-width: 768px) {
.modal-content[data-v-87fe64de] {
        width: 95%;
        padding: 20px;
}
.modal-header h2[data-v-87fe64de] {
        font-size: 18px;
}
.modal-footer[data-v-87fe64de] {
        flex-direction: column-reverse;
}
.btn[data-v-87fe64de] {
        width: 100%;
}
}
@media (max-width: 480px) {
.modal-content[data-v-87fe64de] {
        width: 100%;
        padding: 15px;
        border-radius: 0;
}
.modal-header h2[data-v-87fe64de] {
        font-size: 16px;
}
}

.tab-content[data-v-e154ef08] {
    padding: 0;
}
.search-section[data-v-e154ef08] {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.search-row[data-v-e154ef08] {
    display: flex;
    gap: 10px;
}
.search-input[data-v-e154ef08] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 0;
}
.btn[data-v-e154ef08] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
}
.btn-primary[data-v-e154ef08] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-e154ef08]:hover {
    background: #1565c0;
}
.btn-secondary[data-v-e154ef08] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-e154ef08]:hover {
    background: #e0e0e0;
}
.bulk-actions[data-v-e154ef08] {
    background: #f9f9f9;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bulk-actions.active[data-v-e154ef08] {
    display: flex;
}
.selected-count[data-v-e154ef08] {
    font-weight: 500;
    color: #333;
    flex: 1 1 100%;
}
.table-container[data-v-e154ef08] {
    overflow-x: auto;
    background: white;
    -webkit-overflow-scrolling: touch;
}
table[data-v-e154ef08] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
th[data-v-e154ef08], td[data-v-e154ef08] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
th[data-v-e154ef08] {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}
td[data-v-e154ef08] {
    font-size: 14px;
    color: #666;
}
.preview-img[data-v-e154ef08] {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.loading[data-v-e154ef08], .error[data-v-e154ef08], .empty[data-v-e154ef08] {
    text-align: center;
    padding: 40px;
}
.error[data-v-e154ef08] {
    color: #d32f2f;
}
.empty[data-v-e154ef08] {
    color: #999;
}
@media (max-width: 768px) {
.search-section[data-v-e154ef08] {
        padding: 15px;
}
.search-row[data-v-e154ef08] {
        flex-direction: column;
}
.btn[data-v-e154ef08] {
        padding: 12px 16px;
        width: 100%;
}
.bulk-actions[data-v-e154ef08] {
        padding: 12px 15px;
}
.selected-count[data-v-e154ef08] {
        flex: 1 1 auto;
        margin-bottom: 8px;
}
th[data-v-e154ef08], td[data-v-e154ef08] {
        padding: 8px;
        font-size: 12px;
}
.preview-img[data-v-e154ef08] {
        width: 40px;
        height: 40px;
}
}
@media (max-width: 480px) {
th[data-v-e154ef08], td[data-v-e154ef08] {
        padding: 6px;
}
th[data-v-e154ef08] {
        font-size: 11px;
}
td[data-v-e154ef08] {
        font-size: 12px;
}
}

.category-item[data-v-502bf530] {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.category-checkbox[data-v-502bf530] {
    margin-right: 5px;
}
.category-name[data-v-502bf530] {
    flex: 1;
    font-size: 14px;
    color: #333;
}
.category-count[data-v-502bf530] {
    font-size: 12px;
    color: #999;
}

.tab-content[data-v-3b8cd21e] {
    padding: 0;
}
.categories-panel[data-v-3b8cd21e] {
    display: flex;
    gap: 20px;
    padding: 20px;
}
.categories-tree[data-v-3b8cd21e] {
    width: 300px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    max-height: 600px;
    overflow-y: auto;
    flex-shrink: 0;
}
.categories-actions[data-v-3b8cd21e] {
    flex: 1;
    min-width: 0;
}
.bulk-actions[data-v-3b8cd21e] {
    background: #f9f9f9;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bulk-actions.active[data-v-3b8cd21e] {
    display: flex;
}
.selected-count[data-v-3b8cd21e] {
    font-weight: 500;
    color: #333;
}
.btn[data-v-3b8cd21e] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
}
.btn-primary[data-v-3b8cd21e] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-3b8cd21e]:hover {
    background: #1565c0;
}
.btn-secondary[data-v-3b8cd21e] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.btn-secondary[data-v-3b8cd21e]:hover {
    background: #e0e0e0;
}
.loading[data-v-3b8cd21e], .error[data-v-3b8cd21e], .empty[data-v-3b8cd21e] {
    text-align: center;
    padding: 40px;
}
.error[data-v-3b8cd21e] {
    color: #d32f2f;
}
.empty[data-v-3b8cd21e] {
    color: #999;
}
@media (max-width: 768px) {
.categories-panel[data-v-3b8cd21e] {
        flex-direction: column;
        padding: 15px;
}
.categories-tree[data-v-3b8cd21e] {
        width: 100%;
        max-height: 400px;
}
.bulk-actions[data-v-3b8cd21e] {
        flex-direction: column;
        align-items: stretch;
}
.selected-count[data-v-3b8cd21e] {
        width: 100%;
        text-align: center;
}
.btn[data-v-3b8cd21e] {
        width: 100%;
}
}

.modal[data-v-d4404a91] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal.active[data-v-d4404a91] {
    display: flex;
}
.modal-content[data-v-d4404a91] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.modal-header[data-v-d4404a91] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.modal-header h2[data-v-d4404a91] {
    font-size: 20px;
    color: #333;
}
.modal-close[data-v-d4404a91] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}
.modal-body[data-v-d4404a91] {
    margin-bottom: 20px;
    flex: 1;
    overflow-y: auto;
    padding: 5px;
}
.details-info[data-v-d4404a91] {
    margin-bottom: 20px;
}
.details-info div[data-v-d4404a91] {
    margin-bottom: 10px;
}
.links-section[data-v-d4404a91] {
    margin-top: 20px;
}
.links-section h4[data-v-d4404a91] {
    margin-bottom: 10px;
}
.links-section ul[data-v-d4404a91] {
    list-style: none;
    padding: 0;
}
.links-section li[data-v-d4404a91] {
    margin-bottom: 8px;
}
.links-section a[data-v-d4404a91] {
    color: #1976d2;
    text-decoration: underline;
}
.no-links[data-v-d4404a91] {
    margin-top: 20px;
    color: #666;
}
.modal-footer[data-v-d4404a91] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.btn[data-v-d4404a91] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-d4404a91] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-d4404a91]:hover {
    background: #1565c0;
}
.loading[data-v-d4404a91], .error[data-v-d4404a91] {
    text-align: center;
    padding: 20px;
}
.error[data-v-d4404a91] {
    color: #d32f2f;
}
@media (max-width: 768px) {
.modal-content[data-v-d4404a91] {
        width: 95%;
        padding: 20px;
}
.modal-header h2[data-v-d4404a91] {
        font-size: 18px;
}
.modal-close[data-v-d4404a91] {
        font-size: 28px;
}
.details-info div[data-v-d4404a91] {
        font-size: 14px;
}
.links-section a[data-v-d4404a91] {
        word-break: break-all;
}
}
@media (max-width: 480px) {
.modal-content[data-v-d4404a91] {
        width: 100%;
        padding: 15px;
        border-radius: 0;
}
.modal-header h2[data-v-d4404a91] {
        font-size: 16px;
}
}

.modal[data-v-51cac19a] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal.active[data-v-51cac19a] {
    display: flex;
}
.modal-content[data-v-51cac19a] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.modal-header[data-v-51cac19a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.modal-header h2[data-v-51cac19a] {
    font-size: 20px;
    color: #333;
}
.modal-close[data-v-51cac19a] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}
.modal-body[data-v-51cac19a] {
    margin-bottom: 20px;
    flex: 1;
    overflow-y: auto;
    max-height: 500px;
    padding: 5px;
}
.error-count[data-v-51cac19a] {
    margin-bottom: 15px;
    color: #666;
}
.errors-list[data-v-51cac19a] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.error-group[data-v-51cac19a] {
    padding: 15px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}
.error-group ul[data-v-51cac19a] {
    margin-top: 10px;
    margin-left: 20px;
}
.error-item[data-v-51cac19a] {
    margin-bottom: 8px;
}
.error-timestamp[data-v-51cac19a] {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.modal-footer[data-v-51cac19a] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.btn[data-v-51cac19a] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-51cac19a] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-51cac19a]:hover {
    background: #1565c0;
}
.loading[data-v-51cac19a], .error[data-v-51cac19a] {
    text-align: center;
    padding: 20px;
}
.error[data-v-51cac19a] {
    color: #d32f2f;
}
@media (max-width: 768px) {
.modal-content[data-v-51cac19a] {
        width: 95%;
        padding: 20px;
}
.modal-header h2[data-v-51cac19a] {
        font-size: 18px;
}
.modal-close[data-v-51cac19a] {
        font-size: 28px;
}
.error-group[data-v-51cac19a] {
        padding: 12px;
        font-size: 14px;
}
.error-group ul[data-v-51cac19a] {
        margin-left: 15px;
}
}
@media (max-width: 480px) {
.modal-content[data-v-51cac19a] {
        width: 100%;
        padding: 15px;
        border-radius: 0;
}
.modal-header h2[data-v-51cac19a] {
        font-size: 16px;
}
.error-group[data-v-51cac19a] {
        padding: 10px;
        font-size: 13px;
}
}

.tab-content[data-v-0ddee117] {
    padding: 20px;
}
.queue-header[data-v-0ddee117] {
    margin-bottom: 20px;
}
.queue-header h2[data-v-0ddee117] {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.queue-actions[data-v-0ddee117] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.action-select[data-v-0ddee117] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 0;
}
.selected-count[data-v-0ddee117] {
    color: #666;
    margin-left: 10px;
}
.table-container[data-v-0ddee117] {
    overflow-x: auto;
    background: white;
    -webkit-overflow-scrolling: touch;
}
table[data-v-0ddee117] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}
th[data-v-0ddee117], td[data-v-0ddee117] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
th[data-v-0ddee117] {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}
td[data-v-0ddee117] {
    font-size: 14px;
    color: #666;
}
.status-badge[data-v-0ddee117] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.status-queued[data-v-0ddee117] {
    background: #fff3cd;
    color: #856404;
}
.status-running[data-v-0ddee117] {
    background: #cfe2ff;
    color: #084298;
}
.status-completed[data-v-0ddee117] {
    background: #d1e7dd;
    color: #0f5132;
}
.status-failed[data-v-0ddee117] {
    background: #f8d7da;
    color: #842029;
}
.status-canceled[data-v-0ddee117] {
    background: #e2e3e5;
    color: #41464b;
}
.progress-bar[data-v-0ddee117] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}
.progress-fill[data-v-0ddee117] {
    flex: 1;
    background: #1976d2;
    height: 20px;
    border-radius: 4px;
    transition: width 0.3s;
}
.progress-text[data-v-0ddee117] {
    font-size: 12px;
    color: #666;
    min-width: 45px;
}
.task-link[data-v-0ddee117] {
    color: #1976d2;
    text-decoration: underline;
    cursor: pointer;
}
.error-link[data-v-0ddee117] {
    color: #d32f2f;
    text-decoration: underline;
    cursor: pointer;
}
.btn[data-v-0ddee117] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.btn-primary[data-v-0ddee117] {
    background: #1976d2;
    color: white;
}
.btn-primary[data-v-0ddee117]:hover:not(:disabled) {
    background: #1565c0;
}
.btn[data-v-0ddee117]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.loading[data-v-0ddee117], .error[data-v-0ddee117], .empty[data-v-0ddee117] {
    text-align: center;
    padding: 40px;
}
.error[data-v-0ddee117] {
    color: #d32f2f;
}
.empty[data-v-0ddee117] {
    color: #999;
}
@media (max-width: 768px) {
.tab-content[data-v-0ddee117] {
        padding: 15px;
}
.queue-header h2[data-v-0ddee117] {
        font-size: 16px;
}
.queue-actions[data-v-0ddee117] {
        width: 100%;
}
.action-select[data-v-0ddee117] {
        flex: 1;
        min-width: 120px;
}
.btn[data-v-0ddee117] {
        padding: 8px 16px;
}
.selected-count[data-v-0ddee117] {
        width: 100%;
        margin-left: 0;
        text-align: center;
        order: -1;
        margin-bottom: 8px;
}
th[data-v-0ddee117], td[data-v-0ddee117] {
        padding: 8px;
        font-size: 12px;
}
.status-badge[data-v-0ddee117] {
        font-size: 10px;
        padding: 3px 6px;
}
.progress-bar[data-v-0ddee117] {
        min-width: 100px;
}
.progress-fill[data-v-0ddee117] {
        height: 16px;
}
}

.help-tab[data-v-f4f17c49] {
    padding: 30px 20px;
    background: #f8f9fa;
}
.help-container[data-v-f4f17c49] {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.help-title[data-v-f4f17c49] {
    font-size: 32px;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 10px;
}
.help-subtitle[data-v-f4f17c49] {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}
.help-section[data-v-f4f17c49] {
    margin-bottom: 40px;
}
.help-section h2[data-v-f4f17c49] {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}
.help-section p[data-v-f4f17c49] {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
.help-section ul[data-v-f4f17c49],
.help-section ol[data-v-f4f17c49] {
    margin-left: 25px;
    margin-bottom: 15px;
}
.help-section li[data-v-f4f17c49] {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

/* Steps */
.help-steps[data-v-f4f17c49] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.help-step[data-v-f4f17c49] {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1976d2;
}
.step-number[data-v-f4f17c49] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #1976d2;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.step-content[data-v-f4f17c49] {
    flex: 1;
}
.step-content h3[data-v-f4f17c49] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.step-content p[data-v-f4f17c49] {
    margin-bottom: 10px;
}
.step-content ul[data-v-f4f17c49] {
    margin-top: 10px;
}

/* Types */
.help-types[data-v-f4f17c49] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.help-type-card[data-v-f4f17c49] {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}
.help-type-card h3[data-v-f4f17c49] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.help-type-card p[data-v-f4f17c49] {
    margin-bottom: 10px;
}
.tip[data-v-f4f17c49] {
    background: #e3f2fd;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #1976d2;
}

/* Positions */
.help-positions[data-v-f4f17c49] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.position-item[data-v-f4f17c49] {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.position-item strong[data-v-f4f17c49] {
    color: #333;
}

/* Warning */
.warning-box[data-v-f4f17c49] {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
}
.warning-box strong[data-v-f4f17c49] {
    color: #856404;
}

/* Best Practices */
.best-practices[data-v-f4f17c49] {
    list-style: none;
    margin-left: 0;
}
.best-practices li[data-v-f4f17c49] {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.best-practices li[data-v-f4f17c49]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: 700;
    font-size: 18px;
}

/* FAQ */
.faq-item[data-v-f4f17c49] {
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.faq-item h3[data-v-f4f17c49] {
    font-size: 16px;
    font-weight: 600;
    color: #1976d2;
    margin-bottom: 10px;
}
.faq-item p[data-v-f4f17c49] {
    margin-bottom: 0;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
.help-container[data-v-f4f17c49] {
        padding: 20px;
}
.help-title[data-v-f4f17c49] {
        font-size: 24px;
}
.help-subtitle[data-v-f4f17c49] {
        font-size: 16px;
}
.help-step[data-v-f4f17c49] {
        flex-direction: column;
}
.help-types[data-v-f4f17c49] {
        grid-template-columns: 1fr;
}
}

.container[data-v-997b0927] {
    max-width: 100%;
    margin: 0;
    background: white;
}
.header[data-v-997b0927] {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
}
.header h1[data-v-997b0927] {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 768px) {
.header[data-v-997b0927] {
        padding: 12px 15px;
}
.header h1[data-v-997b0927] {
        font-size: 18px;
}
}
@media (max-width: 480px) {
.header[data-v-997b0927] {
        padding: 10px 12px;
}
.header h1[data-v-997b0927] {
        font-size: 16px;
}
}
.app-footer[data-v-997b0927] {
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 40px;
}
.footer-content[data-v-997b0927] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-content p[data-v-997b0927] {
    margin: 0;
    color: #666;
    font-size: 14px;
}
.footer-links[data-v-997b0927] {
    display: flex;
    gap: 20px;
}
.footer-links a[data-v-997b0927] {
    color: #1976d2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-links a[data-v-997b0927]:hover {
    color: #1565c0;
    text-decoration: underline;
}
@media (max-width: 768px) {
.app-footer[data-v-997b0927] {
        padding: 15px;
}
.footer-content[data-v-997b0927] {
        flex-direction: column;
        text-align: center;
        gap: 10px;
}
.footer-content p[data-v-997b0927],
    .footer-links a[data-v-997b0927] {
        font-size: 13px;
}
}
