/* ============================================================
 * SECTIONS - AUTH
 * ============================================================ */

.auth-modal-new {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 100px -200px, #FFFFFF 31%, #82B7DC 99%, #82B7DC 100%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 3000;
    padding: 20px;
    overflow-y: auto;
    padding-top: 60px;
}

.auth-modal-new.active {
    display: flex;
}

.auth-modal-new-content {
    width: 100%;
    max-width: 400px;
    padding: 40px 24px;
    border-radius: 28px;
    background: transparent;
    animation: slideUpAuth 0.5s ease;
}

.auth-modal-backdrop {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.auth-header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: none;
}

.auth-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.auth-logo {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    margin-bottom: 12px;
}

.auth-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.auth-logo-fallback {
    font-size: 36px;
    display: none;
}

.auth-title {
    font-size: 20px;
    font-weight: 300;
    color: #1C1C1C;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 20px;
}

.auth-title sup {
    font-size: 18px;
    vertical-align: super;
}

.auth-subtitle {
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.2px;
    font-family: 'Jost', sans-serif;
}

.auth-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}

.auth-instruction {
    background: transparent;
    border: none;
    border-radius: 12px;
    padding: 16px 4px;
    margin-left: 20px;
}

.auth-dots {
    display: flex;
    justify-content: left;
    gap: 2px;
    padding: 4px 2px;
    margin-top: -6px;
}

.instruction-link {
    color: #000000;
    text-decoration: underline;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    transition: all 0.2s;
}

.instruction-link:hover {
    text-decoration: underline;
    color: #114185;
}

.instruction-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: 'Jost', sans-serif;
    margin-left: -20px;
}

.instruction-list {
    list-style: decimal;
}

.instruction-list li {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.auth-btn-primary,
.auth-btn-secondary {
    width: 100%;
    padding: 14px 14px;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    transition: all 0.3s;
    border: 2px solid #114185;
}

.auth-btn-primary {
    background: #3366A9;
    color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(17, 65, 133, 0.2);
}

.auth-btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 65, 133, 0.3);
}

.auth-btn-primary:active:not(:disabled) {
    transform: translateY(0);
}

.auth-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-btn-secondary {
    background: transparent;
    color: #114185;
}

.auth-btn-secondary:hover {
    background: rgba(17, 65, 133, 0.05);
    transform: translateY(-1px);
}

.auth-btn-secondary:active {
    transform: translateY(0);
}

.auth-message {
    padding: 12px 14px;
    border-radius: 8px;
    display: none;
    font-size: 13px;
    font-weight: 500;
    animation: slideDown 0.3s ease;
}

.auth-message.success {
    display: block;
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

.auth-message.error {
    display: block;
    background: rgba(220, 38, 38, 0.1);
    color: #DC2626;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

#modal-auth-btn {
    width: 100%;
    border: none;
    color: var(--white);
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Jost', sans-serif;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 16px;
}

#modal-auth-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(17, 65, 133, 0.25);
}

#modal-auth-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#modal-auth-message {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    display: none;
    font-size: 13px;
    font-weight: 500;
    animation: slideDown 0.2s ease;
}

#modal-auth-message.success {
    display: block;
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

#modal-auth-message.error {
    display: block;
    background: rgba(220, 38, 38, 0.1);
    color: #DC2626;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

/* Старая модалка авторизации */
.auth-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.auth-modal.active {
    display: flex;
}

.auth-modal-content {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.auth-modal h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.auth-modal > p {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 4px;
}

.modal-subtitle {
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 24px;
}

.auth-modal .auth-form {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.auth-modal .form-input {
    background: var(--bg-input);
    border: 1px solid var(--border);
    color: var(--text);
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    width: 100%;
    transition: all 0.2s;
}

.auth-modal .form-input:focus {
    border-color: var(--border-active);
    box-shadow: 0 0 0 3px rgba(17, 65, 133, 0.1);
    outline: none;
}

.auth-modal .hint {
    margin-top: 10px;
    padding: 12px;
    background: var(--bg-primary-light);
    border-left: 3px solid var(--primary);
    font-size: 12px;
    line-height: 1.6;
    color: var(--text-secondary);
    border-radius: 4px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text);
    font-size: 13px;
}

@media (max-width: 768px) {
    .auth-subtitle {
        font-size: 18px;
    }
}

/* ============================================================
 * SECTIONS - CHAT
 * ============================================================ */

#chat-section {
    padding: 0;
    display: none !important;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

#chat-section.active {
    display: flex !important;
}

#chat-section .chat-messages {
    padding: 24px 20px 12px;
}

@media (max-width: 768px) {
    #chat-section .chat-messages {
        padding: 70px 24px 12px;
    }
}

.chat-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    position: relative;
    min-height: 0;
}

.chat-container.full-width .examples-section {
    display: none !important;
}

.chat-container.full-width .chat-messages {
    flex: 1;
    min-height: 0;
}

.chat-container.full-width .input-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px;
}

@media (max-width: 768px) {
    .chat-container {
        min-height: 0;
    }

    .chat-messages {
        padding: 20px 24px 12px;
        min-height: 0;
    }
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 20px 12px;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
}

.message {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    animation: msgIn 0.25s ease;
    padding: 6px 0;
}

.message.user {
    flex-direction: row-reverse;
}

.message.system {
    display: none !important;
}

.message p {
    max-width: 72%;
    padding: 12px 16px;
    border-radius: var(--radius);
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 14px;
    white-space: pre-wrap;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

@media (max-width: 768px) {
    .message p {
        max-width: 88%;
    }
}

.message.user p {
    background: var(--user-bubble);
    color: var(--white);
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 8px rgba(17, 65, 133, 0.15);
}

.message.assistant p {
    background: transparent;
    color: var(--text);
    border: none;
    border-bottom-left-radius: 4px;
    max-width: 80%;
}

@media (max-width: 768px) {
    .message.assistant p {
        max-width: 92%;
    }
}

.message.system p {
    background: transparent;
    color: var(--text-muted);
    font-size: 13px;
    padding: 8px 16px;
    border: 1px solid var(--border);
    border-radius: 20px;
    max-width: 100%;
}

.message.loading p {
    background: var(--ai-bubble);
    border: 1px solid var(--border);
    border-bottom-left-radius: 4px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 0;
}

.input-actions-inline {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    padding-right: 4px;
    flex-shrink: 0;
    margin-bottom: 2px;
}

.loading-dots {
    display: flex;
    gap: 5px;
    align-items: center;
}

.loading-dots span {
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 50%;
    animation: bounce 1.2s ease-in-out infinite;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

/* ============================================================
 * SECTIONS - EXAMPLES
 * ============================================================ */

.examples-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 24px 20px;
    background: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    animation: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    padding-bottom: 20px;
    overflow: visible;
    max-height: none;
}

@media (max-width: 768px) {
    .examples-section {
        padding: 40px 24px 20px;
    }
}

.examples-section.hidden {
    display: none !important;
}

.divider-line {
    width: 327px;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .divider-line {
        width: 327px;
        height: auto;
        margin: 0 auto;
    }
}

.examples-section .help-grid {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px;
    gap: 12px;
    margin: 0;
    flex: none;
    align-content: center;
    width: 100%;
    max-width: 327px;
    position: relative;
    overflow: visible;
}

@media (max-width: 768px) {
    .examples-section .help-grid {
        flex-direction: column;
        padding: 0px 0px 0px;
        gap: 12px;
        margin-bottom: 0;
        width: 100%;
        max-width: 327px;
        overflow: visible;
    }
}

.help-card-wrapper {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    overflow: visible;
}

@media (max-width: 768px) {
    .help-card-wrapper {
        width: 100%;
        overflow: visible;
    }
}

.help-card-wrapper:nth-child(1) {
    order: 1;
}

.help-card-wrapper:nth-child(2) {
    order: 2;
}

.help-grid.examples-active .help-card-wrapper:nth-child(1) {
    transform: translateY(-160px);
    z-index: 20;
}

.help-grid.examples-active .help-card-wrapper:nth-child(2) {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    transform: scale(0.95);
}

.help-grid.tips-active .help-card-wrapper:nth-child(2) {
    transform: translateY(-180px);
    z-index: 20;
}

.help-grid.tips-active .help-card-wrapper:nth-child(1) {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    transform: scale(0.95);
}

.examples-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.examples {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

@media (max-width: 768px) {
    .examples {
        grid-template-columns: 1fr;
    }
}

.example-btn {
    padding: 10px 12px;
    background: var(--white);
    color: var(--text-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s;
    text-align: left;
    line-height: 1.4;
    font-family: 'Cormorant Garamond', serif;
}

.example-btn:hover {
    background: var(--bg-hover);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-1px);
}

.btn-all-features {
    width: 100%;
    max-width: 327px;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s;
    font-family: 'Jost', sans-serif;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(var(--button-offset, 0px));
    margin-top: calc(220px + var(--button-offset, 0px));
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .btn-all-features {
        border-color: #AAAAAA;
        color: #AAAAAA;
    }
}

.btn-all-features:hover {
    background: rgba(170, 170, 170, 0.1);
    border-color: #999999;
    color: #999999;
}

@media (max-width: 768px) {
    .btn-all-features:hover {
        background: rgba(170, 170, 170, 0.1);
        border-color: #999999;
        color: #999999;
    }
}

.btn-all-features:active {
    transform: scale(0.98);
}

/* ============================================================
 * SECTIONS - TABLES
 * ============================================================ */

.message.assistant-table {
    justify-content: flex-start;
    margin: 20px 0;
    animation: msgIn 0.25s ease;
}

.table-scroll {
    overflow-x: auto;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    max-width: 100%;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    min-width: 400px;
}

.data-table thead {
    background: rgba(17, 65, 133, 0.1);
}

.data-table th {
    padding: 12px 14px;
    text-align: left;
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
    border-bottom: 1px solid var(--border);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.data-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.data-table tbody tr:hover {
    background: var(--bg-hover);
}

.data-table tbody tr:last-child {
    border-bottom: none;
}

.data-table td {
    padding: 11px 14px;
    color: var(--text);
}

.data-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

/* ============================================================
 * SECTIONS - PROFILE
 * ============================================================ */

#profile-section {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow-y: auto;
    display: none !important;
    flex-direction: column;
}

#profile-section.active {
    display: flex !important;
}

.profile-container {
    width: 100%;
    max-width: 500px;
    animation: slideUp 0.3s ease;
    padding: 20px;
    margin-top: 0;
}

.profile-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.profile-avatar {
    font-size: 48px;
    margin-bottom: 12px;
    display: block;
}

.profile-header h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: -0.5px;
    margin: 0;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 13px;
}

.info-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-label {
    color: var(--text-secondary);
    font-weight: 500;
}

.info-value {
    color: var(--text);
    font-weight: 600;
    text-align: right;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

#profile-logout-btn {
    padding: 13px 20px;
    background: transparent;
    border: 1px solid rgba(220, 38, 38, 0.3);
    color: #DC2626;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
    font-family: 'Jost', sans-serif;
}

#profile-logout-btn:hover {
    background: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
}

#profile-logout-btn:active {
    transform: translateY(0);
}

#profile-message {
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    display: none;
    font-size: 13px;
    font-weight: 500;
}

#profile-message.success {
    display: block;
    background: rgba(5, 150, 105, 0.15);
    color: #059669;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

#profile-message.error {
    display: block;
    background: rgba(220, 38, 38, 0.15);
    color: #DC2626;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

@media (max-width: 768px) {
    .profile-container {
        max-width: 100%;
        padding: 70px 24px 20px;
    }
    
    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    .info-value {
        text-align: left;
        max-width: 100%;
        white-space: normal;
    }
    
    .profile-header {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    
    .profile-avatar {
        font-size: 40px;
        margin-bottom: 10px;
    }
    
    .profile-header h2 {
        font-size: 22px;
    }
}

/* ============================================================
 * SECTIONS - EMPTY PAGES
 * ============================================================ */

.empty-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 20px;
    height: 100%;
}

.empty-page-content {
    text-align: center;
    animation: slideUp 0.3s ease;
}

.empty-page-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .empty-page-content h2 {
        font-size: 24px;
    }
}

.empty-page-content p {
    font-size: 18px;
    color: var(--text-secondary);
    margin: 0;
    font-weight: 400;
}

@media (max-width: 768px) {
    .empty-page-content p {
        font-size: 16px;
    }
}

#profile-section,
#reports-section,
#settings-section,
#all-features-section,
#help-section {
    font-family: 'Jost', sans-serif;
}

#help-section {
    padding: 0;
    display: none !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

#help-section.active {
    display: flex !important;
}

@media (max-width: 768px) {
    #help-section {
        padding: 70px 24px 20px;
    }
}

/* ============================================================
 * SECTIONS - REPORTS
 * ============================================================ */

#reports-section {
    display: none !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow-y: auto;
}

#reports-section.active {
    display: flex !important;
}

.reports-container {
    width: 100%;
    padding: 20px;
    animation: slideUp 0.3s ease;
}

.reports-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    font-family: 'Jost', sans-serif;
}

.reports-table-wrapper {
    width: 100%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.reports-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Jost', sans-serif;
}

.reports-table thead {
    background: var(--bg-primary-light);
    border-bottom: 1px solid var(--border);
}

.reports-table th {
    padding: 16px 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.reports-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background-color 0.2s ease;
}

.reports-table tbody tr:hover {
    background-color: var(--bg-hover);
}

.reports-table tbody tr:last-child {
    border-bottom: none;
}

.reports-table td {
    padding: 16px 12px;
    font-size: 14px;
    color: var(--text);
    vertical-align: middle;
    font-family: 'Jost', sans-serif;
}

/* Колонка Дата */
.col-date {
    width: 15%;
    min-width: 80px;
}

.reports-table td.col-date {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 13px;
}

/* Колонка Название отчета */
.col-name {
    width: 35%;
    min-width: 150px;
}

.report-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.report-link:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.report-arrow {
    font-size: 18px;
    color: var(--primary);
    margin-left: 4px;
    display: inline-block;
}

/* Колонка Комментарий */
.col-comment {
    width: 35%;
    min-width: 150px;
}

.comment-dots {
    color: var(--text-muted);
    letter-spacing: 2px;
    font-size: 12px;
    user-select: none;
}

/* Колонка Размер */
.col-size {
    width: 15%;
    min-width: 70px;
    text-align: right;
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 13px;
}

/* Пустое состояние */
.reports-empty-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: var(--text-muted);
}

.reports-empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.reports-empty-icon {
    font-size: 48px;
    opacity: 0.5;
}

.reports-empty-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-secondary);
}

/* Адаптивность */
@media (max-width: 768px) {
    .reports-container {
        padding: 16px 16px 20px;
    }

    .reports-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .reports-table th,
    .reports-table td {
        padding: 12px 8px;
        font-size: 12px;
    }

    .col-date {
        width: 18%;
    }

    .col-name {
        width: 32%;
    }

    .col-comment {
        width: 32%;
    }

    .col-size {
        width: 18%;
    }

    .comment-dots {
        display: none;
    }

    .report-arrow {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .reports-table-wrapper {
        border-radius: 8px;
    }

    .reports-table th,
    .reports-table td {
        padding: 10px 6px;
        font-size: 11px;
    }

    .col-comment {
        display: none;
    }

    .col-date {
        width: 25%;
    }

    .col-name {
        width: 50%;
    }

    .col-size {
        width: 25%;
    }

    .reports-title {
        font-size: 18px;
    }
}