/* Layout платформы */

html.crm-layout-root,
html.crm-layout-root body.crm-app-body {
    height: 100%;
    margin: 0;
}

body.crm-app-body .main-wrapper {
    height: 100%;
    min-height: 100vh;
}

body.smeta-platform-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.smeta-main-wrapper {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.smeta-main-wrapper .route_container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.smeta-works-catalog {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.route-404 {
    padding: 48px 24px;
    text-align: center;
    color: #94a3b8;
}

.smeta-admin-chats {
    padding: 24px;
    max-width: 960px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
    color: #e2e8f0;
}

.smeta-admin-chats table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.smeta-admin-chats th,
.smeta-admin-chats td {
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
}
