/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bnynpncrus] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bnynpncrus] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-bnynpncrus] {
    flex: 1;
}

.sidebar[b-bnynpncrus] {
    background: linear-gradient(180deg, #212529 0%, #212529 70%);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    transition: transform 0.3s ease, width 0.3s ease;
}

.sidebar.collapsed[b-bnynpncrus] {
    transform: translateX(-100%);
    width: 0;
}

.top-row[b-bnynpncrus] {
    background-color: var(--bs-secondary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    display: flex;
    color: var(--bs-body-color);
    padding: 0 1rem;
}

.bottom-row[b-bnynpncrus] {
    background-color: var(--bs-secondary-bg);
    border-top: 1px solid var(--bs-border-color);
    justify-content: center;
    align-items: center;
    min-height: 2.5rem;
    display: flex;
    color: var(--bs-body-color);
    margin-top: auto;
    padding: 0.5rem 1rem;
}

    .footer-content[b-bnynpncrus] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
}

.footer-content form[b-bnynpncrus] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer-heart[b-bnynpncrus] {
    color: #dc3545;
    font-size: 1.1rem;
    line-height: 1;
}

.footer-link[b-bnynpncrus] {
    color: var(--bs-link-color);
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover[b-bnynpncrus] {
    color: var(--bs-link-hover-color);
    text-decoration: underline;
}

.sidebar-toggle[b-bnynpncrus] {
    background: transparent;
    border: none;
    color: var(--bs-body-color);
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.sidebar-toggle:hover[b-bnynpncrus] {
    background-color: var(--bs-tertiary-bg);
}

    .top-row[b-bnynpncrus]  a, .top-row[b-bnynpncrus]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--bs-link-color);
    }

    .top-row[b-bnynpncrus]  a:hover, .top-row[b-bnynpncrus]  .btn-link:hover {
        text-decoration: underline;
        color: var(--bs-link-hover-color);
    }

    .top-row[b-bnynpncrus]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bnynpncrus] {
        justify-content: space-between;
    }

    .top-row[b-bnynpncrus]  a, .top-row[b-bnynpncrus]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bnynpncrus] {
        flex-direction: row;
    }

    .sidebar[b-bnynpncrus] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.collapsed[b-bnynpncrus] {
        transform: none;
        width: 0;
    }

    .top-row[b-bnynpncrus] {
        position: sticky;
        top: 0;
        z-index: 1;
        justify-content: flex-start;
    }

    .top-row.auth[b-bnynpncrus]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bnynpncrus], article[b-bnynpncrus] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bnynpncrus] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bnynpncrus] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5v1nfvloyj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    display: none;
}

.navbar-toggler:checked[b-5v1nfvloyj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5v1nfvloyj] {
    min-height: 3.5rem;
    background-color: transparent;
}

.navbar-brand[b-5v1nfvloyj] {
    font-size: 1.1rem;
}

.bi[b-5v1nfvloyj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5v1nfvloyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5v1nfvloyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5v1nfvloyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5v1nfvloyj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5v1nfvloyj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5v1nfvloyj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5v1nfvloyj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5v1nfvloyj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5v1nfvloyj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5v1nfvloyj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5v1nfvloyj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5v1nfvloyj] {
        display: none;
    }

    .nav-scrollable[b-5v1nfvloyj] {
        /* Always display for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c6yeuj4ngc],
.components-reconnect-repeated-attempt-visible[b-c6yeuj4ngc],
.components-reconnect-failed-visible[b-c6yeuj4ngc],
.components-pause-visible[b-c6yeuj4ngc],
.components-resume-failed-visible[b-c6yeuj4ngc],
.components-rejoining-animation[b-c6yeuj4ngc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-retrying[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-failed[b-c6yeuj4ngc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c6yeuj4ngc] {
    display: block;
}


#components-reconnect-modal[b-c6yeuj4ngc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-c6yeuj4ngc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c6yeuj4ngc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c6yeuj4ngc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c6yeuj4ngc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c6yeuj4ngc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c6yeuj4ngc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c6yeuj4ngc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c6yeuj4ngc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c6yeuj4ngc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c6yeuj4ngc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c6yeuj4ngc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c6yeuj4ngc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c6yeuj4ngc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c6yeuj4ngc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c6yeuj4ngc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c6yeuj4ngc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c6yeuj4ngc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c6yeuj4ngc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-dpun8dx0uc] {
    position: relative;
    border-radius:10px;
    min-height: calc(100vh - 80px);
    padding: 48px 24px 64px;
    overflow: hidden;
    background:
            radial-gradient(circle at top left, rgba(13, 110, 253, 0.18), transparent 30%),
            radial-gradient(circle at top right, rgba(111, 66, 193, 0.18), transparent 28%),
            linear-gradient(135deg, var(--bs-body-bg), var(--bs-secondary-bg));
}

.about-card[b-dpun8dx0uc] {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    background: color-mix(in srgb, var(--bs-body-bg) 82%, transparent);
    box-shadow: 0 10px 17px rgba(0,0,0,0.25);
    backdrop-filter: blur(18px);
    margin-bottom: 30px;
}

.about-hero[b-dpun8dx0uc] {
    text-align: center;
    margin-bottom: 32px;
}

.avatar-ring[b-dpun8dx0uc] {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    padding: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0090ff, #0090ff, #0090ff);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.avatar-placeholder[b-dpun8dx0uc] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg));
    color: var(--bs-body-color);
    overflow: hidden;
}

.avatar-icon[b-dpun8dx0uc] {
    width: 90px;
    height: 90px;
    opacity: 0.8;
}

.about-hero h1[b-dpun8dx0uc] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero-subtitle[b-dpun8dx0uc] {
    margin: 10px 0 0;
    font-size: 1rem;
    color: var(--bs-secondary-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-grid[b-dpun8dx0uc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0;
}

.about-section[b-dpun8dx0uc] {
    padding: 24px;
    border-radius: 22px;
    margin-bottom: 24px;
}

.glass-panel[b-dpun8dx0uc] {
    border: 1px solid rgba(255,255,255,0.08);
    background: color-mix(in srgb, var(--bs-tertiary-bg) 78%, transparent);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.accent-panel[b-dpun8dx0uc] {
    border: 1px solid rgba(13, 110, 253, 0.18);
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.10), rgba(111, 66, 193, 0.08));
}

.section-title-row[b-dpun8dx0uc] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.section-title-row h2[b-dpun8dx0uc] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.section-kicker[b-dpun8dx0uc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: white;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(13, 110, 253, 0.25);
}

.about-section p[b-dpun8dx0uc] {
    margin: 0 0 14px;
    line-height: 1.75;
    color: var(--bs-body-color);
}

.about-section p:last-child[b-dpun8dx0uc] {
    margin-bottom: 0;
}

.skills-cloud[b-dpun8dx0uc] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skills-cloud span[b-dpun8dx0uc] {
    padding: 10px 14px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-body-bg) 78%, transparent);
    border: 1px solid rgba(13, 110, 253, 0.18);
    color: var(--bs-body-color);
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.timeline[b-dpun8dx0uc] {
    display: grid;
    gap: 18px;
}

.timeline-item[b-dpun8dx0uc] {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.timeline-item:last-child[b-dpun8dx0uc] {
    border-bottom: none;
    padding-bottom: 0;
}

.timeline-item.compact[b-dpun8dx0uc] {
    padding-top: 8px;
}

.timeline-dot[b-dpun8dx0uc] {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #0d6efd);
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.10);
}

.timeline-item h3[b-dpun8dx0uc] {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
}

.timeline-meta[b-dpun8dx0uc] {
    margin-bottom: 10px !important;
    color: var(--bs-secondary-color) !important;
    font-size: 0.95rem;
    font-weight: 600;
}

.social-links[b-dpun8dx0uc] {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 8px;
}

.social-link[b-dpun8dx0uc] {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--bs-body-color);
    background: color-mix(in srgb, var(--bs-body-bg) 78%, transparent);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
}

.social-link:hover[b-dpun8dx0uc] {
    transform: translateY(-4px) scale(1.04);
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.45);
    box-shadow: 0 5px 10px rgba(255, 255, 253, 0.15);
}

.social-link svg[b-dpun8dx0uc] {
    width: 14px;
    height: 14px;
}

.diagramer-link[b-dpun8dx0uc] {
    color: var(--bs-link-color);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 900px) {
    .about-card[b-dpun8dx0uc] {
        padding: 24px;
    }

    .about-grid[b-dpun8dx0uc] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .about-page[b-dpun8dx0uc] {
        padding: 24px 12px 40px;
    }

    .about-card[b-dpun8dx0uc] {
        padding: 18px;
        border-radius: 20px;
    }

    .avatar-ring[b-dpun8dx0uc] {
        width: 140px;
        height: 140px;
    }
}
/* /Components/Pages/Diagramer.razor.rz.scp.css */
.diagramer-container[b-uhf0cqkdgi] {
    display: flex;
    height: 88vh;
    width: 100%;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.left-panel[b-uhf0cqkdgi] {
    width: 300px;
    background: var(--bs-secondary-bg);
    border-right: 1px solid var(--bs-border-color);
    border-radius:7px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: var(--bs-body-color);
}

.panel-section[b-uhf0cqkdgi] {
    padding: 15px;
    border-bottom: 1px solid var(--bs-border-color);
}

.panel-section h3[b-uhf0cqkdgi] {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bs-body-color);
}

.btn-block[b-uhf0cqkdgi] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.drag-item[b-uhf0cqkdgi] {
    padding: 12px;
    background: var(--bs-tertiary-bg);
    border: 2px dashed var(--bs-border-color);
    border-radius: 4px;
    cursor: move;
    text-align: center;
    font-weight: 500;
    color: var(--bs-body-color);
    transition: all 0.2s;
    margin-bottom: 10px;
}

.drag-item:hover[b-uhf0cqkdgi] {
    background: var(--bs-secondary-bg);
    border-color: var(--bs-body-color);
}

.drag-item .icon[b-uhf0cqkdgi] {
    margin-right: 5px;
}

.json-section[b-uhf0cqkdgi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.json-section .btn[b-uhf0cqkdgi] {
    margin-bottom: 8px;
    width: 100%;
}

.json-section .btn:last-child[b-uhf0cqkdgi] {
    margin-bottom: 0;
}

.json-output[b-uhf0cqkdgi] {
    flex: 1;
    min-height: 0;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-family: 'Courier New', monospace;
    overflow-y: auto;
    margin-bottom: 10px;
    color: var(--bs-body-color);
}

.json-output pre[b-uhf0cqkdgi] {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.btn[b-uhf0cqkdgi] {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary[b-uhf0cqkdgi] {
    background: var(--bs-primary);
    color: white;
}

.btn-primary:hover[b-uhf0cqkdgi] {
    background: var(--bs-primary);
    opacity: 0.9;
}

.btn-secondary[b-uhf0cqkdgi] {
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
}

.btn-secondary:hover[b-uhf0cqkdgi] {
    background: var(--bs-tertiary-bg);
}

.btn-sm[b-uhf0cqkdgi] {
    padding: 6px 10px;
    font-size: 12px;
}

.canvas-area[b-uhf0cqkdgi] {
    flex: 1;
    position: relative;
    background: var(--bs-body-bg);
    overflow: hidden;
    color: var(--bs-body-color);
    cursor: grab;
}

.canvas-area:active[b-uhf0cqkdgi] {
    cursor: grabbing;
}

.diagram-surface[b-uhf0cqkdgi] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.text-label-wrapper[b-uhf0cqkdgi] {
    position: absolute;
    z-index: 6;
    cursor: move;
    user-select: none;
}

.text-label[b-uhf0cqkdgi] {
    color: var(--bs-body-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 4px;
    background: transparent;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.text-label:hover[b-uhf0cqkdgi] {
    background: rgba(13, 110, 253, 0.08);
}

.text-label-delete[b-uhf0cqkdgi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    background: #dc3545;
    color: white;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s, background 0.2s;
}

.text-label:hover .text-label-delete[b-uhf0cqkdgi] {
    opacity: 1;
}

.text-label-delete:hover[b-uhf0cqkdgi] {
    background: #bb2d3b;
}

.text-label-input[b-uhf0cqkdgi] {
    min-width: 160px;
    padding: 4px 8px;
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

.tables-container[b-uhf0cqkdgi] {
    position: relative;
    width: 100%;
    height: 100%;
}

.table-wrapper[b-uhf0cqkdgi] {
    cursor: default;
}

.table-card[b-uhf0cqkdgi] {
    background: var(--bs-body-bg);
    border: 2px solid #0078d4;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 280px;
    overflow: hidden;
    position: relative;
    color: var(--bs-body-color);
}

.table-header[b-uhf0cqkdgi] {
    background: var(--bs-primary);
    color: white;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}

.table-title[b-uhf0cqkdgi] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    flex: 1;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 2px;
    transition: all 0.2s;
}

.table-title:hover[b-uhf0cqkdgi] {
    background: rgba(255,255,255,0.2);
}

.table-title-input[b-uhf0cqkdgi] {
    flex: 1;
    padding: 6px 8px;
    border: 2px solid white;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.close-btn[b-uhf0cqkdgi] {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    transition: all 0.2s;
    opacity: 0.8;
}

.close-btn:hover[b-uhf0cqkdgi] {
    opacity: 1;
    transform: scale(1.1);
}

.close-btn:hover[b-uhf0cqkdgi] {
    transform: scale(1.2);
}

.table-columns[b-uhf0cqkdgi] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.table-row[b-uhf0cqkdgi] {
    display: grid;
    grid-template-columns: 20px 2fr 2fr 1fr 1.5fr 1fr 1fr 30px;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    transition: background 0.2s;
}

.table-row:hover[b-uhf0cqkdgi] {
    background: var(--bs-tertiary-bg);
}

.fixed-row[b-uhf0cqkdgi] {
    background: var(--bs-secondary-bg);
    font-weight: 600;
    color: var(--bs-body-color);
}

.data-row[b-uhf0cqkdgi] {
    align-items: center;
}

.selected-row[b-uhf0cqkdgi] {
    background-color: rgba(13, 110, 253, 0.1) !important;
    border-left: 3px solid #0078d4;
}

.cell[b-uhf0cqkdgi] {
    padding: 12px 8px;
    border-right: 1px solid var(--bs-border-color);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    min-height: 20px;
    color: var(--bs-body-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell:last-child[b-uhf0cqkdgi] {
    border-right: none;
}

.cell-delete-header[b-uhf0cqkdgi] {
    padding: 0;
    border-right: none;
}

.cell-wrapper[b-uhf0cqkdgi] {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 0;
}

.cell-input[b-uhf0cqkdgi] {
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
    border: none;
    border-right: 1px solid var(--bs-border-color);
    font-size: 13px;
    line-height: 1.35;
    background: transparent;
    font-family: inherit;
    color: var(--bs-body-color);
    box-sizing: border-box;
}

.cell-input:focus[b-uhf0cqkdgi] {
    background: rgba(13, 110, 253, 0.1);
    outline: none;
}

.cell-select[b-uhf0cqkdgi] {
    width: 100%;
    min-width: 0;
    padding: 8px 6px;
    border: none;
    border-right: 1px solid var(--bs-border-color);
    font-size: 13px;
    line-height: 1.35;
    background: var(--bs-body-bg);
    font-family: inherit;
    cursor: pointer;
    color: var(--bs-body-color);
    box-sizing: border-box;
}

.cell-select:focus[b-uhf0cqkdgi] {
    background: rgba(13, 110, 253, 0.1);
    outline: none;
}

.cell-select option[b-uhf0cqkdgi] {
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    padding: 8px;
}

.relation-handle[b-uhf0cqkdgi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: auto;
    background: var(--bs-primary);
    border-radius: 50%;
    color: white;
    font-size: 10px;
    cursor: grab;
    transition: all 0.2s;
}

.relation-handle:hover[b-uhf0cqkdgi] {
    transform: scale(1.3);
    opacity: 0.8;
}

.cell-handle-header[b-uhf0cqkdgi] {
    padding: 0;
    border-right: 1px solid var(--bs-border-color);
}

.delete-row-btn[b-uhf0cqkdgi] {
    padding: 4px 8px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    transition: all 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.delete-row-btn:hover[b-uhf0cqkdgi] {
    background: #bb2d3b;
}

.add-row-btn[b-uhf0cqkdgi] {
    width: 100%;
    padding: 10px;
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-top: 2px solid var(--bs-primary);
    cursor: pointer;
    font-weight: 500;
    color: var(--bs-primary);
    transition: all 0.2s;
}

.add-row-btn:hover[b-uhf0cqkdgi] {
    background: rgba(13, 110, 253, 0.1);
}

.row-controls[b-uhf0cqkdgi] {
    display: flex;
    gap: 4px;
    padding: 8px;
    background: var(--bs-tertiary-bg);
    border-top: 1px solid var(--bs-border-color);
}

.order-btn[b-uhf0cqkdgi] {
    flex: 1;
    padding: 6px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    color: var(--bs-body-color);
}

.order-btn:hover:not(:disabled)[b-uhf0cqkdgi] {
    background: rgba(13, 110, 253, 0.1);
    border-color: var(--bs-primary);
}

.order-btn:disabled[b-uhf0cqkdgi] {
    opacity: 0.5;
    cursor: not-allowed;
}

.relations-svg[b-uhf0cqkdgi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 5;
}

.relations-svg .relation-line-hit[b-uhf0cqkdgi],
.relations-svg .relation-point[b-uhf0cqkdgi],
.relations-svg .relation-label[b-uhf0cqkdgi],
.relations-svg .relation-delete-btn[b-uhf0cqkdgi],
.relations-svg .waypoint-handle[b-uhf0cqkdgi],
.relations-svg .line-segment-handle[b-uhf0cqkdgi],
.relations-svg foreignObject[b-uhf0cqkdgi],
.relations-svg circle[b-uhf0cqkdgi],
.relations-svg title[b-uhf0cqkdgi] {
    pointer-events: all;
}

.waypoint-handle[b-uhf0cqkdgi] {
    fill: #ff9800;
    stroke: white;
    stroke-width: 2;
    cursor: ew-resize;
}

.waypoint-handle:hover[b-uhf0cqkdgi] {
    fill: #f57c00;
}

.line-segment-handle[b-uhf0cqkdgi] {
    cursor: ew-resize;
}

.line-segment-handle:hover[b-uhf0cqkdgi] {
    opacity: 0.3 !important;
    fill: #ff9800;
}

.relation-line-hit[b-uhf0cqkdgi] {
    stroke: transparent;
    stroke-width: 14;
    fill: none;
    cursor: pointer;
}

.relation-line[b-uhf0cqkdgi] {
    stroke: var(--bs-primary);
    stroke-width: 2;
    fill: none;
    marker-end: url(#arrowhead);
    pointer-events: none;
}

.relation-point[b-uhf0cqkdgi] {
    cursor: help;
    pointer-events: all !important;
}

.relation-line-selected[b-uhf0cqkdgi] {
    stroke: #ff9800;
    stroke-width: 3;
}

.drawing-line[b-uhf0cqkdgi] {
    stroke: #ff9800;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 5,5;
}

.relation-point[b-uhf0cqkdgi] {
    fill: var(--bs-primary);
}

.relation-label[b-uhf0cqkdgi] {
    font-size: 12px;
    fill: var(--bs-body-color);
    font-weight: 500;
    text-anchor: middle;
    dominant-baseline: hanging;
    cursor: pointer;
}

.relation-label-selected[b-uhf0cqkdgi] {
    fill: #ff9800;
    font-weight: 700;
}

.relation-name-input[b-uhf0cqkdgi] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    font-family: inherit;
    border: 2px solid #ff9800;
    border-radius: 3px;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-align: center;
    outline: none;
}

.relation-delete-circle[b-uhf0cqkdgi] {
    fill: #dc3545;
    cursor: pointer;
}

.relation-delete-circle:hover[b-uhf0cqkdgi] {
    fill: #bb2d3b;
}

.relation-delete-text[b-uhf0cqkdgi] {
    fill: white;
    font-size: 12px;
    text-anchor: middle;
    dominant-baseline: central;
    cursor: pointer;
}

.drawing-svg[b-uhf0cqkdgi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 4;
}

.icon[b-uhf0cqkdgi] {
    margin-right: 6px;
}

.resize-handle[b-uhf0cqkdgi] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: nwse-resize;
    background: linear-gradient(135deg, transparent 50%, var(--bs-primary) 50%);
    border-radius: 0 0 4px 0;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.resize-handle:hover[b-uhf0cqkdgi] {
    opacity: 1;
    background: linear-gradient(135deg, transparent 50%, var(--bs-primary) 50%);
}

.left-panel[b-uhf0cqkdgi]::-webkit-scrollbar {
    width: 8px;
}

.left-panel[b-uhf0cqkdgi]::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg);
}

.left-panel[b-uhf0cqkdgi]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    border-radius: 4px;
}

.left-panel[b-uhf0cqkdgi]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-body-color);
}

.json-output[b-uhf0cqkdgi]::-webkit-scrollbar {
    width: 6px;
}

.json-output[b-uhf0cqkdgi]::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg);
    border-radius: 4px;
}

.json-output[b-uhf0cqkdgi]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    border-radius: 4px;
}

.json-output[b-uhf0cqkdgi]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-body-color);
}

/* Chrome, Safari, Edge, Opera */
input[b-uhf0cqkdgi]::-webkit-outer-spin-button,
input[b-uhf0cqkdgi]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-uhf0cqkdgi] {
    -moz-appearance: textfield;
}

.confirm-overlay[b-uhf0cqkdgi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.confirm-dialog[b-uhf0cqkdgi] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 360px;
    max-width: 440px;
    overflow: hidden;
}

.sql-dialog[b-uhf0cqkdgi] {
    width: min(1100px, 92vw);
    max-width: min(1100px, 92vw);
    min-width: min(1100px, 92vw);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
}

.sql-header[b-uhf0cqkdgi] {
    background: linear-gradient(135deg, var(--bs-primary), #6f42c1);
}

.sql-modal-body[b-uhf0cqkdgi] {
    padding: 20px;
    min-height: 0;
    flex: 1;
    display: flex;
}

.sql-output-panel[b-uhf0cqkdgi] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 16px;
    font-family: 'Courier New', Consolas, monospace;
    font-size: 13px;
    line-height: 1.6;
}

.sql-output-panel pre[b-uhf0cqkdgi] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.sql-copy-btn[b-uhf0cqkdgi] {
    background: var(--bs-primary);
    color: white;
}

.sql-copy-btn:hover[b-uhf0cqkdgi] {
    opacity: 0.9;
}

.confirm-header[b-uhf0cqkdgi] {
    background: #1b6ec2;
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
}

.confirm-body[b-uhf0cqkdgi] {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.confirm-footer[b-uhf0cqkdgi] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 20px;
    border-top: 1px solid var(--bs-border-color);
}

.confirm-btn[b-uhf0cqkdgi] {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.confirm-btn-cancel[b-uhf0cqkdgi] {
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
}

.confirm-btn-cancel:hover[b-uhf0cqkdgi] {
    background: var(--bs-tertiary-bg);
}

.confirm-btn-delete[b-uhf0cqkdgi] {
    background: #dc3545;
    color: white;
}

.confirm-btn-delete:hover[b-uhf0cqkdgi] {
    background: #bb2d3b;
}

.zoom-controls[b-uhf0cqkdgi] {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 20;
}

.zoom-btn[b-uhf0cqkdgi] {
    min-width: 52px;
    height: 40px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.zoom-btn:hover[b-uhf0cqkdgi] {
    background: var(--bs-tertiary-bg);
}

.zoom-level[b-uhf0cqkdgi] {
    font-size: 12px;
    font-weight: 700;
}

/* Cookie Notification Styles */
.cookie-notification[b-uhf0cqkdgi] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-top: 2px solid var(--bs-primary);
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    padding: 16px 20px;
    margin-bottom: 0;
    z-index: 9999;
    max-width: 600px;
    animation: slideUp-b-uhf0cqkdgi 0.3s ease-out;
}

@keyframes slideUp-b-uhf0cqkdgi {
     from {
         transform: translateX(-50%) translateY(100%);
         opacity: 0;
     }
     to {
         transform: translateX(-50%) translateY(0);
         opacity: 1;
     }
 }

.cookie-notification-content[b-uhf0cqkdgi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cookie-notification-text[b-uhf0cqkdgi] {
    color: var(--bs-body-color);
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.cookie-notification-btn[b-uhf0cqkdgi] {
    padding: 8px 20px;
    background: var(--bs-primary);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.cookie-notification-btn:hover[b-uhf0cqkdgi] {
    background: var(--bs-primary);
    opacity: 0.9;
}

@media (max-width: 600px) {
    .cookie-notification[b-uhf0cqkdgi] {
        max-width: calc(100vw - 20px);
        margin: 10px;
        bottom: 10px;
        border-radius: 8px;
    }

    .cookie-notification-content[b-uhf0cqkdgi] {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-notification-btn[b-uhf0cqkdgi] {
        align-self: flex-end;
    }
}
