/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iisblefhbn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iisblefhbn] {
    flex: 1;
}

.sidebar[b-iisblefhbn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iisblefhbn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iisblefhbn]  a, .top-row[b-iisblefhbn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iisblefhbn]  a:hover, .top-row[b-iisblefhbn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iisblefhbn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iisblefhbn] {
        justify-content: space-between;
    }

    .top-row[b-iisblefhbn]  a, .top-row[b-iisblefhbn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iisblefhbn] {
        flex-direction: row;
    }

    .sidebar[b-iisblefhbn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iisblefhbn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iisblefhbn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iisblefhbn], article[b-iisblefhbn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-iisblefhbn] {
    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-iisblefhbn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mc8z6wdjq0] {
    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);
}

.navbar-toggler:checked[b-mc8z6wdjq0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mc8z6wdjq0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mc8z6wdjq0] {
    font-size: 1.1rem;
}

.bi[b-mc8z6wdjq0] {
    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-mc8z6wdjq0] {
    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-mc8z6wdjq0] {
    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-mc8z6wdjq0] {
    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-mc8z6wdjq0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mc8z6wdjq0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mc8z6wdjq0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mc8z6wdjq0]  .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-mc8z6wdjq0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mc8z6wdjq0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mc8z6wdjq0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mc8z6wdjq0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mc8z6wdjq0] {
        display: none;
    }

    .nav-scrollable[b-mc8z6wdjq0] {
        /* Never collapse the sidebar 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-rhzsccjxii],
.components-reconnect-repeated-attempt-visible[b-rhzsccjxii],
.components-reconnect-failed-visible[b-rhzsccjxii],
.components-pause-visible[b-rhzsccjxii],
.components-resume-failed-visible[b-rhzsccjxii],
.components-rejoining-animation[b-rhzsccjxii] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-retrying[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-failed[b-rhzsccjxii],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rhzsccjxii] {
    display: block;
}


#components-reconnect-modal[b-rhzsccjxii] {
    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-rhzsccjxii 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rhzsccjxii 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rhzsccjxii 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rhzsccjxii]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rhzsccjxii 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rhzsccjxii {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rhzsccjxii {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rhzsccjxii {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rhzsccjxii] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rhzsccjxii] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rhzsccjxii] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rhzsccjxii] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rhzsccjxii] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rhzsccjxii] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rhzsccjxii] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rhzsccjxii 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rhzsccjxii] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rhzsccjxii {
    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/GuestLeft.razor.rz.scp.css */
/* Guest-left screen — ported from mockups/guest-left.html. Scoped. */

.left-root[b-a4x9pem9n3] {
    font-family: 'Inter', sans-serif;
    background: #000411;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    display: flex; flex-direction: column;
}
.left-root *[b-a4x9pem9n3], .left-root *[b-a4x9pem9n3]::before, .left-root *[b-a4x9pem9n3]::after { box-sizing: border-box; }
.left-root h1[b-a4x9pem9n3] { font-family: 'Fraunces', serif; }
.left-root a[b-a4x9pem9n3] { text-decoration: none; }

.nav[b-a4x9pem9n3] {
    background: rgba(0,4,17,0.85); border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(20px); padding: 12px 24px;
}
.nav-brand[b-a4x9pem9n3] { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.125rem; color: #d4a73c; }

.main[b-a4x9pem9n3] { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 16px; }
.center[b-a4x9pem9n3] { width: 100%; max-width: 400px; text-align: center; }

.icon-wrap[b-a4x9pem9n3] {
    width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 28px;
    background: rgba(212,167,60,0.08); border: 2px solid rgba(212,167,60,0.2);
    display: flex; align-items: center; justify-content: center; font-size: 2.75rem;
}

.page-title[b-a4x9pem9n3] { font-size: 1.875rem; color: #fff; margin-bottom: 12px; }
.page-sub[b-a4x9pem9n3] { font-size: 0.9375rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

.actions[b-a4x9pem9n3] { display: flex; flex-direction: column; gap: 12px; margin-top: 36px; }
.btn-rejoin[b-a4x9pem9n3] {
    display: block; text-align: center; font-weight: 700; padding: 14px 24px;
    border-radius: 12px; font-size: 0.9375rem;
    background: linear-gradient(135deg, #d4a73c, #f0c55a); color: #000411;
    transition: opacity 0.2s;
}
.btn-rejoin:hover[b-a4x9pem9n3] { opacity: 0.9; }
.btn-learn[b-a4x9pem9n3] {
    display: block; text-align: center; font-size: 0.875rem;
    color: rgba(255,255,255,0.35); padding: 8px; transition: color 0.2s;
}
.btn-learn:hover[b-a4x9pem9n3] { color: rgba(255,255,255,0.65); }

.dsgvo-note[b-a4x9pem9n3] {
    margin-top: 32px; padding: 14px 18px; text-align: center;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px; font-size: 0.75rem; color: rgba(255,255,255,0.3); line-height: 1.6;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Landing page — ported from mockups/landing.html (approved build spec). Scoped to this component. */

.landing-root[b-z76xl4968s] {
    font-family: 'Inter', sans-serif;
    background: #000411;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

.landing-root *[b-z76xl4968s], .landing-root *[b-z76xl4968s]::before, .landing-root *[b-z76xl4968s]::after { box-sizing: border-box; }
.landing-root h1[b-z76xl4968s], .landing-root h2[b-z76xl4968s], .landing-root h3[b-z76xl4968s] { font-family: 'Fraunces', serif; }
.landing-root a[b-z76xl4968s] { text-decoration: none; }

/* Nav */
.nav[b-z76xl4968s] {
    position: sticky; top: 0; z-index: 50;
    background: rgba(0,4,17,0.85);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-left[b-z76xl4968s] { display: flex; align-items: center; gap: 10px; }
.nav-brand[b-z76xl4968s] { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.25rem; color: #d4a73c; }
.nav-badge[b-z76xl4968s] {
    font-size: 0.7rem; padding: 2px 10px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4); font-weight: 500;
}
.nav-right[b-z76xl4968s] { display: flex; align-items: center; gap: 20px; }
.nav-link[b-z76xl4968s] { color: rgba(255,255,255,0.6); font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
.nav-link:hover[b-z76xl4968s] { color: #fff; }

/* Buttons */
.btn-gold[b-z76xl4968s] {
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-weight: 700; border-radius: 12px;
    padding: 12px 28px; display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.9375rem; transition: opacity 0.2s;
}
.btn-gold:hover[b-z76xl4968s] { opacity: 0.9; }
.btn-outline[b-z76xl4968s] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff; border-radius: 12px;
    padding: 12px 28px; font-weight: 500; font-size: 0.9375rem;
    display: inline-flex; align-items: center; gap: 8px;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover[b-z76xl4968s] { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.35); }
.btn-lg[b-z76xl4968s] { font-size: 1.0625rem; }
.btn-gold-sm[b-z76xl4968s] {
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-weight: 700; border-radius: 10px;
    padding: 9px 20px; display: inline-flex; align-items: center;
    font-size: 0.875rem;
}

/* Glass card */
.glass[b-z76xl4968s] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

/* Hero */
.hero[b-z76xl4968s] {
    padding: 80px 24px 100px;
    position: relative; overflow: hidden;
    text-align: center;
}
.hero-glow[b-z76xl4968s] {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 700px; height: 350px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(212,167,60,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.hero-content[b-z76xl4968s] { position: relative; max-width: 860px; margin: 0 auto; }

.hero-pill[b-z76xl4968s] {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.8125rem; font-weight: 500;
    padding: 6px 16px; border-radius: 999px; margin-bottom: 28px;
    background: rgba(212,167,60,0.1); border: 1px solid rgba(212,167,60,0.3); color: #d4a73c;
}
.hero-pill .dot[b-z76xl4968s] { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; }

.hero-title[b-z76xl4968s] { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.15; color: #fff; }
.hero-title .shimmer[b-z76xl4968s] {
    background: linear-gradient(90deg, #d4a73c, #f0c55a, #00E0FF, #d4a73c);
    background-size: 200% auto;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-sub[b-z76xl4968s] {
    margin-top: 20px; font-size: 1.125rem;
    color: rgba(255,255,255,0.6); max-width: 600px; margin-left: auto; margin-right: auto;
    line-height: 1.7;
}

.consent-box[b-z76xl4968s] {
    margin: 28px auto 0; max-width: 640px;
    background: rgba(212,167,60,0.07);
    border: 1px solid rgba(212,167,60,0.3);
    border-radius: 16px; padding: 16px 20px;
    display: flex; gap: 12px; text-align: left;
}
.consent-box .icon[b-z76xl4968s] { color: #d4a73c; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.consent-title[b-z76xl4968s] { font-size: 0.875rem; font-weight: 600; color: #e8c46a; }
.consent-text[b-z76xl4968s] { font-size: 0.8125rem; color: rgba(212,167,60,0.85); margin-top: 4px; line-height: 1.6; }
.consent-text strong[b-z76xl4968s] { color: #e8c46a; }

.hero-cta[b-z76xl4968s] { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }

/* Sections */
.section[b-z76xl4968s] { padding: 80px 24px; }
.section-tight[b-z76xl4968s] { padding-top: 0; }
.section-inner[b-z76xl4968s] { max-width: 1000px; margin: 0 auto; }
.section-title[b-z76xl4968s] { font-size: 1.875rem; text-align: center; margin-bottom: 12px; }
.section-sub[b-z76xl4968s] { text-align: center; color: rgba(255,255,255,0.5); margin-bottom: 48px; font-size: 0.9375rem; }
.gold[b-z76xl4968s] { color: #d4a73c; }

/* Feature grid */
.feature-grid[b-z76xl4968s] { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 680px) { .feature-grid[b-z76xl4968s] { grid-template-columns: 1fr; } }

.feature-card[b-z76xl4968s] { padding: 32px; }
.feature-card-b[b-z76xl4968s] { border-color: rgba(0,224,255,0.15); }
.mode-badge[b-z76xl4968s] {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 700;
    color: #000411; margin-bottom: 16px;
}
.mode-badge-a[b-z76xl4968s] { background: linear-gradient(135deg, #d4a73c, #f0c55a); }
.mode-badge-b[b-z76xl4968s] { background: linear-gradient(135deg, #00E0FF, #0099bb); color: #000411; }
.feature-title[b-z76xl4968s] { font-family: 'Inter', sans-serif; font-size: 1.0625rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.feature-desc[b-z76xl4968s] { color: rgba(255,255,255,0.5); font-size: 0.875rem; line-height: 1.7; margin-bottom: 16px; }
.feature-list[b-z76xl4968s] { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }
.feature-list li[b-z76xl4968s] { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: rgba(255,255,255,0.6); }
.check-gold[b-z76xl4968s] { color: #d4a73c; }
.check-cyan[b-z76xl4968s] { color: #00E0FF; }
.check-warn[b-z76xl4968s] { color: #fbbf24; }

/* Why-grid (6 core features) */
.why-title[b-z76xl4968s] { margin-top: 56px; }
.why-grid[b-z76xl4968s] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .why-grid[b-z76xl4968s] { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .why-grid[b-z76xl4968s] { grid-template-columns: 1fr; } }
.why-grid .feature-card[b-z76xl4968s] { padding: 24px; }

/* Languages */
.lang-card[b-z76xl4968s] { margin-top: 40px; padding: 32px; text-align: center; }
.lang-heading[b-z76xl4968s] { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 20px; }
.lang-grid[b-z76xl4968s] { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.lang-chip[b-z76xl4968s] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 8px 16px; font-size: 0.875rem; font-weight: 500;
    color: rgba(255,255,255,0.7);
}
.lang-chip-dashed[b-z76xl4968s] {
    border: 1px dashed rgba(255,255,255,0.2);
    border-radius: 10px; padding: 8px 16px;
    font-size: 0.875rem; color: rgba(255,255,255,0.3);
}

/* Pricing */
.pricing-grid[b-z76xl4968s] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 760px) { .pricing-grid[b-z76xl4968s] { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .pricing-grid[b-z76xl4968s] { grid-template-columns: 1fr; } }

.price-card[b-z76xl4968s] { padding: 24px; text-align: center; transition: border-color 0.2s; }
.price-card:hover[b-z76xl4968s] { border-color: rgba(255,255,255,0.2); }
.price-card-featured[b-z76xl4968s] {
    background: rgba(212,167,60,0.07);
    border: 2px solid rgba(212,167,60,0.5);
    border-radius: 16px; padding: 24px; text-align: center;
    position: relative;
}
.popular-badge[b-z76xl4968s] {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-size: 0.7rem; font-weight: 700;
    padding: 3px 14px; border-radius: 999px;
}
.price-label[b-z76xl4968s] { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.3); }
.price-label-gold[b-z76xl4968s] { color: #d4a73c; }
.price-amount[b-z76xl4968s] { font-family: 'Fraunces', serif; font-size: 2.25rem; color: #fff; margin-top: 4px; }
.price-minutes[b-z76xl4968s] { font-family: 'Fraunces', serif; font-size: 1.5rem; color: #d4a73c; margin-top: 4px; font-weight: 700; }
.price-per[b-z76xl4968s] { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 4px; }
.price-desc[b-z76xl4968s] { font-size: 0.8125rem; color: rgba(255,255,255,0.5); margin-top: 12px; }
.btn-select[b-z76xl4968s] {
    margin-top: 20px; display: block; width: 100%; text-align: center;
    padding: 9px 16px; border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.6); font-weight: 600; font-size: 0.875rem;
    transition: background 0.2s, color 0.2s;
}
.btn-select:hover[b-z76xl4968s] { background: rgba(255,255,255,0.08); color: #fff; }
.btn-select-gold[b-z76xl4968s] {
    margin-top: 20px; display: block; width: 100%; text-align: center;
    padding: 9px 16px; border-radius: 10px;
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-weight: 700; font-size: 0.875rem;
}
.pricing-note[b-z76xl4968s] { text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); margin-top: 20px; }

/* CTA section */
.cta-card[b-z76xl4968s] { padding: 56px 40px; text-align: center; max-width: 640px; margin: 0 auto; border-radius: 24px; }
.cta-title[b-z76xl4968s] { font-size: 2rem; }
.cta-sub[b-z76xl4968s] { color: rgba(255,255,255,0.5); margin-top: 12px; font-size: 0.9375rem; }
.cta-actions[b-z76xl4968s] { margin-top: 32px; }

/* Footer */
footer[b-z76xl4968s] { padding: 48px 24px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner[b-z76xl4968s] { max-width: 1000px; margin: 0 auto; }
.footer-grid[b-z76xl4968s] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 32px; }
@media (max-width: 640px) { .footer-grid[b-z76xl4968s] { grid-template-columns: 1fr; } }
.footer-brand[b-z76xl4968s] { font-family: 'Inter', sans-serif; font-weight: 700; color: #d4a73c; font-size: 1.0625rem; margin-bottom: 8px; }
.footer-tagline[b-z76xl4968s] { font-size: 0.8125rem; color: rgba(255,255,255,0.4); line-height: 1.6; }
.footer-col-title[b-z76xl4968s] { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.8125rem; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.footer-links[b-z76xl4968s] { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }
.footer-links a[b-z76xl4968s] { font-size: 0.8125rem; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-links a:hover[b-z76xl4968s] { color: #fff; }
.footer-divider[b-z76xl4968s] { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; }
.footer-dsgvo[b-z76xl4968s] { font-size: 0.7rem; color: rgba(255,255,255,0.3); line-height: 1.6; }
.footer-dsgvo strong[b-z76xl4968s] { color: rgba(255,255,255,0.4); }
.footer-copy[b-z76xl4968s] { font-size: 0.7rem; color: rgba(255,255,255,0.2); margin-top: 8px; }
/* /Components/Pages/Transcript.razor.rz.scp.css */
/* Transcript view — ported from mockups/transcript.html (approved build spec). Scoped. */

.tr-root[b-r39pv61dur] {
    font-family: 'Inter', sans-serif;
    background: #000411;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
.tr-root *[b-r39pv61dur], .tr-root *[b-r39pv61dur]::before, .tr-root *[b-r39pv61dur]::after { box-sizing: border-box; }
.tr-root h1[b-r39pv61dur], .tr-root h2[b-r39pv61dur], .tr-root h3[b-r39pv61dur] { font-family: 'Fraunces', serif; }
.tr-root a[b-r39pv61dur] { text-decoration: none; }

.nav[b-r39pv61dur] {
    position: sticky; top: 0; z-index: 40;
    background: rgba(0,4,17,0.85); border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(20px); padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-left[b-r39pv61dur] { display: flex; align-items: center; gap: 12px; }
.nav-brand[b-r39pv61dur] { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.125rem; color: #d4a73c; }
.nav-sep[b-r39pv61dur] { color: rgba(255,255,255,0.2); }
.nav-role[b-r39pv61dur] {
    font-size: 0.75rem; font-weight: 600; padding: 4px 12px;
    border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4);
}
.nav-back[b-r39pv61dur] { font-size: 0.875rem; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.nav-back:hover[b-r39pv61dur] { color: #fff; }

.container[b-r39pv61dur] { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }

.tr-status[b-r39pv61dur] { color: rgba(255,255,255,0.5); font-size: 0.9375rem; }
.tr-error[b-r39pv61dur] {
    background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.2);
    border-radius: 12px; padding: 20px; color: #f87171; font-size: 0.9375rem;
    display: flex; flex-direction: column; gap: 12px;
}

/* Page header */
.page-header[b-r39pv61dur] {
    display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
    gap: 16px; margin-bottom: 20px;
}
.header-top[b-r39pv61dur] { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.header-emoji[b-r39pv61dur] { font-size: 1.5rem; }
.page-title[b-r39pv61dur] { font-size: 1.5rem; color: #fff; }
.header-meta[b-r39pv61dur] { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 0.875rem; color: rgba(255,255,255,0.5); }
.meta-sep[b-r39pv61dur] { color: rgba(255,255,255,0.2); }
.lang-badge[b-r39pv61dur] {
    font-size: 0.7rem; font-weight: 600; padding: 3px 10px; border-radius: 999px;
    background: rgba(0,224,255,0.08); border: 1px solid rgba(0,224,255,0.2); color: #00E0FF;
}
.header-right[b-r39pv61dur] { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.btn-download[b-r39pv61dur] {
    font-size: 0.8125rem; font-weight: 500;
    padding: 9px 16px; border-radius: 10px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.6); transition: background 0.15s; cursor: pointer;
}
.btn-download:hover[b-r39pv61dur] { background: rgba(255,255,255,0.08); color: #fff; }
.btn-delete[b-r39pv61dur] {
    font-size: 0.8125rem; font-weight: 500;
    padding: 9px 16px; border-radius: 10px;
    background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2);
    color: #f87171; transition: background 0.15s; cursor: pointer;
}
.btn-delete:hover[b-r39pv61dur] { background: rgba(239,68,68,0.15); }

/* Delete warning */
.delete-warning[b-r39pv61dur] {
    background: rgba(212,167,60,0.06); border: 1px solid rgba(212,167,60,0.25);
    border-radius: 12px; padding: 14px 18px; margin-bottom: 20px;
    display: flex; align-items: center; gap: 12px;
}
.warning-icon[b-r39pv61dur] { color: #d4a73c; font-size: 1rem; flex-shrink: 0; }
.warning-main[b-r39pv61dur] { flex: 1; }
.warning-title[b-r39pv61dur] { font-size: 0.875rem; font-weight: 600; color: #e8c46a; }
.warning-text[b-r39pv61dur] { font-size: 0.8125rem; color: rgba(212,167,60,0.8); margin-top: 3px; }
.warning-text strong[b-r39pv61dur] { color: #e8c46a; }

/* Transcript table */
.transcript-card[b-r39pv61dur] {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px; overflow: hidden;
}
.tr-empty[b-r39pv61dur] { padding: 32px 24px; text-align: center; font-size: 0.875rem; color: rgba(255,255,255,0.35); }

.col-headers[b-r39pv61dur] { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.07); }
.col-header[b-r39pv61dur] { padding: 16px 24px; display: flex; align-items: center; gap: 10px; }
.col-header:first-child[b-r39pv61dur] { border-right: 1px solid rgba(255,255,255,0.07); }
.col-avatar[b-r39pv61dur] {
    width: 30px; height: 30px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem; font-weight: 700;
}
.col-avatar-host[b-r39pv61dur] { background: rgba(0,224,255,0.15); color: #00E0FF; }
.col-avatar-guest[b-r39pv61dur] { background: rgba(52,211,153,0.15); color: #34d399; }
.col-name[b-r39pv61dur] { font-size: 0.875rem; font-weight: 600; color: #fff; }
.col-lang[b-r39pv61dur] { font-size: 0.75rem; margin-top: 2px; }
.col-lang-host[b-r39pv61dur] { color: #00E0FF; }
.col-lang-guest[b-r39pv61dur] { color: #34d399; }

/* Entry rows */
.entry-row[b-r39pv61dur] { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.03); }
.entry-row:last-child[b-r39pv61dur] { border-bottom: none; }
.entry-cell[b-r39pv61dur] { padding: 16px 24px; }
.entry-cell:first-child[b-r39pv61dur] { border-right: 1px solid rgba(255,255,255,0.04); }
.entry-cell-empty[b-r39pv61dur] { background: rgba(255,255,255,0.01); }

.entry-meta[b-r39pv61dur] { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.speaker-host[b-r39pv61dur] { font-size: 0.75rem; font-weight: 600; color: #00E0FF; }
.speaker-guest[b-r39pv61dur] { font-size: 0.75rem; font-weight: 600; color: #4ade80; }
.entry-time[b-r39pv61dur] { font-size: 0.7rem; color: rgba(255,255,255,0.3); }
.entry-text[b-r39pv61dur] { font-size: 0.875rem; color: rgba(255,255,255,0.85); line-height: 1.6; }
.entry-translation[b-r39pv61dur] {
    font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 6px; font-style: italic;
    border-left: 2px solid rgba(255,255,255,0.1); padding-left: 10px; line-height: 1.5;
}

/* Bottom */
.bottom-row[b-r39pv61dur] { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.bottom-back[b-r39pv61dur] { font-size: 0.875rem; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.bottom-back:hover[b-r39pv61dur] { color: #fff; }
.btn-delete-solid[b-r39pv61dur] {
    background: #dc2626; color: #fff; font-weight: 500;
    font-size: 0.8125rem; padding: 9px 16px; border-radius: 10px;
    transition: background 0.15s; cursor: pointer; border: none;
}
.btn-delete-solid:hover[b-r39pv61dur] { background: #b91c1c; }
/* /Components/Pages/TranscriptDeleted.razor.rz.scp.css */
/* Transcript-deleted confirmation — ported from mockups/transcript-deleted.html. Scoped. */

.del-root[b-tl2xc2074o] {
    font-family: 'Inter', sans-serif;
    background: #000411;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    display: flex; flex-direction: column;
}
.del-root *[b-tl2xc2074o], .del-root *[b-tl2xc2074o]::before, .del-root *[b-tl2xc2074o]::after { box-sizing: border-box; }
.del-root h1[b-tl2xc2074o] { font-family: 'Fraunces', serif; }
.del-root a[b-tl2xc2074o] { text-decoration: none; }

.nav[b-tl2xc2074o] {
    background: rgba(0,4,17,0.85); border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(20px); padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-brand[b-tl2xc2074o] { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.125rem; color: #d4a73c; }
.nav-role[b-tl2xc2074o] {
    font-size: 0.75rem; font-weight: 600; padding: 4px 12px;
    border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4);
}

.main[b-tl2xc2074o] { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 16px; }
.center-wrap[b-tl2xc2074o] { width: 100%; max-width: 440px; text-align: center; }

.delete-icon[b-tl2xc2074o] {
    width: 80px; height: 80px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 2.25rem;
    margin: 0 auto 24px;
    background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2);
}
.page-title[b-tl2xc2074o] { font-size: 1.75rem; color: #fff; margin-bottom: 12px; }
.page-sub[b-tl2xc2074o] { color: rgba(255,255,255,0.5); font-size: 0.9375rem; line-height: 1.6; }

.dsgvo-box[b-tl2xc2074o] {
    background: rgba(52,211,153,0.06); border: 1px solid rgba(52,211,153,0.2);
    border-radius: 14px; padding: 18px 20px; margin-top: 24px; text-align: left;
}
.dsgvo-title[b-tl2xc2074o] { font-size: 0.875rem; font-weight: 700; color: #4ade80; margin-bottom: 6px; }
.dsgvo-text[b-tl2xc2074o] { font-size: 0.8125rem; color: rgba(52,211,153,0.8); line-height: 1.6; }

.cta-stack[b-tl2xc2074o] { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.btn-gold[b-tl2xc2074o] {
    display: block; text-align: center;
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-weight: 700; border-radius: 12px; padding: 13px 28px; font-size: 0.9375rem;
}
.btn-secondary[b-tl2xc2074o] {
    display: block; text-align: center;
    font-size: 0.875rem; color: rgba(255,255,255,0.4); padding: 8px; transition: color 0.2s;
}
.btn-secondary:hover[b-tl2xc2074o] { color: rgba(255,255,255,0.7); }
/* /Components/Pages/UserDashboard.razor.rz.scp.css */
/* User dashboard — ported from mockups/user-dashboard.html (approved build spec). Scoped. */

.dash-root[b-vbmzprl1bg] {
    font-family: 'Inter', sans-serif;
    background: #000411;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
.dash-root *[b-vbmzprl1bg], .dash-root *[b-vbmzprl1bg]::before, .dash-root *[b-vbmzprl1bg]::after { box-sizing: border-box; }
.dash-root h1[b-vbmzprl1bg], .dash-root h2[b-vbmzprl1bg], .dash-root h3[b-vbmzprl1bg] { font-family: 'Fraunces', serif; }
.dash-root a[b-vbmzprl1bg] { text-decoration: none; }

.nav[b-vbmzprl1bg] {
    position: sticky; top: 0; z-index: 40;
    background: rgba(0,4,17,0.85); border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(20px); padding: 12px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-left[b-vbmzprl1bg] { display: flex; align-items: center; gap: 12px; }
.nav-brand[b-vbmzprl1bg] { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.125rem; color: #d4a73c; }
.nav-sep[b-vbmzprl1bg] { color: rgba(255,255,255,0.2); }
.nav-role[b-vbmzprl1bg] {
    font-size: 0.75rem; font-weight: 600; padding: 4px 12px;
    border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4);
}
.nav-right[b-vbmzprl1bg] { display: flex; align-items: center; gap: 14px; }
.nav-company[b-vbmzprl1bg] { font-size: 0.8125rem; color: rgba(255,255,255,0.3); }
.nav-avatar[b-vbmzprl1bg] {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem; font-weight: 700;
    background: rgba(212,167,60,0.12); color: #d4a73c;
    border: 1px solid rgba(212,167,60,0.25);
}

.container[b-vbmzprl1bg] { max-width: 1000px; margin: 0 auto; padding: 32px 24px; }

.page-header[b-vbmzprl1bg] { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 32px; gap: 16px; }
.page-title[b-vbmzprl1bg] { font-size: 1.5rem; color: #fff; }
.page-title .gold[b-vbmzprl1bg] { color: #d4a73c; }
.page-sub[b-vbmzprl1bg] { font-size: 0.875rem; color: rgba(255,255,255,0.4); margin-top: 4px; }
.btn-gold[b-vbmzprl1bg] {
    background: linear-gradient(135deg, #d4a73c, #f0c55a);
    color: #000411; font-weight: 700; border-radius: 12px;
    padding: 12px 24px; font-size: 0.9375rem;
    display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
}

/* Stats */
.stats-grid[b-vbmzprl1bg] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
@media (max-width: 640px) { .stats-grid[b-vbmzprl1bg] { grid-template-columns: 1fr; } }
.stat-card[b-vbmzprl1bg] {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; padding: 20px;
}
.stat-label[b-vbmzprl1bg] { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); }
.stat-value[b-vbmzprl1bg] { font-family: 'Fraunces', serif; font-size: 2rem; color: #fff; margin-top: 4px; }
.stat-sub[b-vbmzprl1bg] { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 4px; }

/* CTA Banner */
.cta-banner[b-vbmzprl1bg] {
    background: linear-gradient(135deg, rgba(212,167,60,0.12), rgba(0,224,255,0.06));
    border: 1px solid rgba(212,167,60,0.2);
    border-radius: 20px; padding: 32px; margin-bottom: 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.cta-title[b-vbmzprl1bg] { font-family: 'Inter', sans-serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.cta-sub[b-vbmzprl1bg] { font-size: 0.875rem; color: rgba(255,255,255,0.5); margin-top: 4px; }
.cta-tags[b-vbmzprl1bg] { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.cta-tag[b-vbmzprl1bg] {
    font-size: 0.75rem; padding: 4px 12px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6);
}
.btn-white[b-vbmzprl1bg] {
    background: #fff; color: #000411; font-weight: 700;
    border-radius: 12px; padding: 12px 24px; font-size: 0.9375rem;
    display: inline-flex; align-items: center; gap: 8px;
    white-space: nowrap; flex-shrink: 0;
}

/* Transcript list */
.list-card[b-vbmzprl1bg] {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px; overflow: hidden;
}
.list-header[b-vbmzprl1bg] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.list-title[b-vbmzprl1bg] { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9375rem; color: #fff; }
.list-badge[b-vbmzprl1bg] {
    font-size: 0.7rem; padding: 4px 12px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.3);
}
.list-empty[b-vbmzprl1bg] { padding: 32px 24px; text-align: center; font-size: 0.875rem; color: rgba(255,255,255,0.35); }

.list-item[b-vbmzprl1bg] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: background 0.15s; gap: 12px;
}
.list-item:last-child[b-vbmzprl1bg] { border-bottom: none; }
.list-item:hover[b-vbmzprl1bg] { background: rgba(255,255,255,0.02); }

.item-left[b-vbmzprl1bg] { display: flex; align-items: center; gap: 16px; }
.item-icon[b-vbmzprl1bg] {
    width: 42px; height: 42px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,224,255,0.08); color: #00E0FF; flex-shrink: 0;
}
.item-title[b-vbmzprl1bg] { font-weight: 500; color: #fff; font-size: 0.9375rem; }
.item-meta[b-vbmzprl1bg] { display: flex; align-items: center; gap: 12px; margin-top: 4px; flex-wrap: wrap; }
.item-date[b-vbmzprl1bg] { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.lang-badge[b-vbmzprl1bg] {
    font-size: 0.7rem; padding: 2px 8px; border-radius: 999px;
    background: rgba(0,224,255,0.08); border: 1px solid rgba(0,224,255,0.2); color: #00E0FF;
}
.item-dur[b-vbmzprl1bg] { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.item-note[b-vbmzprl1bg] { font-size: 0.7rem; color: rgba(255,255,255,0.25); font-style: italic; }

.item-right[b-vbmzprl1bg] { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-view[b-vbmzprl1bg] {
    font-size: 0.875rem; font-weight: 500; color: #00E0FF;
    padding: 6px 12px; border-radius: 8px; transition: background 0.15s;
}
.btn-view:hover[b-vbmzprl1bg] { background: rgba(0,224,255,0.06); }
.btn-del[b-vbmzprl1bg], .btn-confirm[b-vbmzprl1bg], .btn-cancel[b-vbmzprl1bg] {
    font-size: 0.875rem; font-weight: 500;
    padding: 6px 12px; border-radius: 8px; transition: background 0.15s;
    background: transparent; border: none; cursor: pointer;
}
.btn-del[b-vbmzprl1bg] { color: #f87171; }
.btn-del:hover[b-vbmzprl1bg] { background: rgba(239,68,68,0.05); }
.confirm-text[b-vbmzprl1bg] { font-size: 0.8125rem; color: rgba(255,255,255,0.6); }
.btn-confirm[b-vbmzprl1bg] { color: #fff; background: #dc2626; }
.btn-confirm:hover[b-vbmzprl1bg] { background: #b91c1c; }
.btn-cancel[b-vbmzprl1bg] { color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.12); }
.btn-cancel:hover[b-vbmzprl1bg] { background: rgba(255,255,255,0.05); }
