/* 404 */
.db_404_chatinputpanel-parent {
    width: 100%;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #fff;
}

.db_404_chatinputpanel {
    width: min(960px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    padding-bottom: 72px;
}

.db_404_frame-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.db_404_parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.db_404_div {
    letter-spacing: -0.04em;
    line-height: 1;
    font-weight: 700;
    font-size: clamp(48px, 12vw, 96px);
}

.db_404_image-384-icon {
    width: clamp(48px, 10vw, 84px);
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.db_404_chatinputpanel-div {
    width: 100%;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.3;
    font-weight: 500;
    color: rgba(13, 13, 13, 0.9);
}

.db_404_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    background-color: #0a7cff;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
    box-shadow: 0 8px 24px rgba(10, 124, 255, 0.24);
    will-change: transform;
}

.db_404_button:hover {
    background-color: #0a6fe0;
}

.db_404_button:active {
    transform: translateY(1px);
    box-shadow: 0 6px 18px rgba(10, 124, 255, .24);
}

.db_404_button:focus-visible {
    outline: 3px solid rgba(10, 124, 255, .35);
    outline-offset: 2px;
}

.db_404_label {
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.db_404_chatitem-parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 0;
    text-align: left;
    font-size: 14px;
    color: rgba(13, 13, 13, 0.58);
    flex-wrap: wrap;
}

.db_404_chatitem {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 10px 10px;
    border: 1px solid rgba(13, 13, 13, 0.12);
    border-radius: 28px;
    text-decoration: none;
    color: inherit;
    transition: background-color .15s ease, border-color .15s ease, transform .06s ease;
}

.db_404_chatitem:hover {
    background-color: rgba(13, 13, 13, 0.035);
    border-color: rgba(13, 13, 13, 0.18);
}

.db_404_chatitem:active {
    transform: translateY(1px);
}

.db_404_chatitem-child {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.db_404_div2 {
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 640px) {
    .db_404_chatinputpanel {
        gap: 40px;
        padding-bottom: 48px;
    }

    .db_404_parent {
        gap: 10px;
    }

    .db_404_button {
        height: 48px;
        font-size: 16px;
        padding: 0 20px;
    }

    .db_404_chatitem-parent {
        gap: 8px;
    }

    .db_404_chatitem {
        padding: 8px 10px;
        border-radius: 24px;
    }
}

@media (prefers-color-scheme: dark) {
    .db_404_chatinputpanel-parent {
        background: #0b0b0b;
        color: #f5f5f5;
    }

    .db_404_chatinputpanel-div {
        color: rgba(245, 245, 245, 0.85);
    }

    .db_404_chatitem {
        border-color: rgba(245, 245, 245, 0.16);
    }

    .db_404_chatitem:hover {
        background-color: rgba(245, 245, 245, 0.06);
    }
}

header {
    padding: 0 !important;
}

.error404 {
    background: #ffffff !important;
}