[data-theme="bella"] {
    --bg-primary: #0c1222;
    --bg-secondary: #131b2e;
    --bg-terminal: #172036;
    --text-primary: #e8e0d6;
    --text-dim: #8a8070;
    --text-accent: #f59e0b;
    --text-accent-green: #f97316;
    --text-accent-white: #fffaf0;
    --border-color: #2a3548;
}

@keyframes skyDrift {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

[data-theme="bella"] .sky-background {
    display: block;
    position: fixed;
    top: -250px;
    left: 0;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, transparent 100%);
}

[data-theme="bella"] .sky-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url('/static/images/hero-sky.jpg') left top / 50% 100% repeat-x;
    animation: none; /* Temporarily disabled - image has visible seam */
}

[data-theme="bella"] .sky-layer:nth-child(2) {
    left: 25%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

@media (prefers-reduced-motion: reduce) {
    [data-theme="bella"] .sky-layer {
        animation: none;
    }
}

[data-theme="bella"] .hero,
[data-theme="bella"] .content-toggle,
[data-theme="bella"] [data-audience],
[data-theme="bella"] section:not([data-theme-content]) {
    display: none !important;
}

[data-theme="bella"] [data-theme-content~="bella"] {
    display: block !important;
}

[data-theme="bella"] nav,
[data-theme="bella"] footer {
    display: flex !important;
}

[data-theme="bella"] footer {
    display: block !important;
}

[data-theme="bella"] nav a::before {
    content: '';
}

[data-theme="bella"] h2::before {
    content: '';
}

[data-theme="bella"] .container {
    max-width: 1300px;
}

[data-theme="bella"] .bella-hero {
    text-align: center;
    padding: 20px 0 20px;
    position: relative;
}

[data-theme="bella"] .pilot-brand {
    position: absolute;
    top: 24px;
    left: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #f59e0b;
    letter-spacing: -0.5px;
    z-index: 100;
}

[data-theme="bella"] .pilot-tagline {
    font-size: 72px;
    font-weight: 700;
    background: linear-gradient(135deg, #f97316 0%, #fffaf0 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -3px;
    margin: 0 0 48px 0;
    line-height: 1.15;
    padding-bottom: 4px;
}

[data-theme="bella"] .pilot-explanation {
    font-size: 18px;
    color: #b0a090;
    line-height: 2;
    max-width: 720px;
    margin: 0 auto;
}

[data-theme="bella"] .bella-getstarted {
    padding: 40px 0 60px;
}

[data-theme="bella"] .bella-mobile-cta {
    display: none;
}

[data-theme="bella"] .bella-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #b0a090;
    text-align: center;
    margin-bottom: 40px;
}

[data-theme="bella"] .bella-section-title::before {
    content: '';
}

[data-theme="bella"] .bella-content {
    display: grid;
    grid-template-columns: auto 420px;
    gap: 60px;
    align-items: stretch;
    justify-content: center;
}

[data-theme="bella"] .bella-monitor {
    position: relative;
    background: #0d1117;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    width: 680px;
    border: 2px solid #3d444d;
}

[data-theme="bella"] .bella-monitor-chrome {
    background: linear-gradient(180deg, #2d333b 0%, #22272e 100%);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #3d444d;
    position: relative;
    min-height: 40px;
    box-sizing: border-box;
}

[data-theme="bella"] .bella-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

[data-theme="bella"] .bella-dot.red {
    background: #ff5f56;
}

[data-theme="bella"] .bella-dot.yellow {
    background: #ffbd2e;
}

[data-theme="bella"] .bella-dot.green {
    background: #27c93f;
}

[data-theme="bella"] .bella-monitor-title {
    color: #8b949e;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

[data-theme="bella"] .bella-github-mockup {
    background: #0d1117;
    padding: 24px;
    position: relative;
    min-height: 480px;
    display: flex;
    flex-direction: column;
}

[data-theme="bella"] .bella-pr-title {
    font-size: 24px;
    font-weight: 400;
    color: #e6edf3;
    margin-bottom: 8px;
}

[data-theme="bella"] .bella-pr-title .bella-pr-number {
    color: #8b949e;
    font-weight: 400;
}

[data-theme="bella"] .bella-pr-meta {
    font-size: 14px;
    color: #8b949e;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

[data-theme="bella"] .bella-pr-status {
    background: #238636;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

[data-theme="bella"] .bella-pr-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid #30363d;
    margin-bottom: 20px;
    padding-bottom: 0;
}

[data-theme="bella"] .bella-pr-tab {
    padding: 8px 16px;
    font-size: 14px;
    color: #8b949e;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

[data-theme="bella"] .bella-pr-tab.active {
    color: #e6edf3;
    border-bottom-color: #f78166;
    font-weight: 600;
}

[data-theme="bella"] .bella-pr-tab-count {
    background: #30363d;
    color: #8b949e;
    padding: 0 6px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 4px;
}

[data-theme="bella"] .bella-pr-comment {
    border: 1px solid #30363d;
    border-radius: 6px;
    margin-bottom: 16px;
    flex: 1;
}

[data-theme="bella"] .bella-pr-comment-header {
    background: #161b22;
    padding: 10px 16px;
    border-bottom: 1px solid #30363d;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    color: #e6edf3;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 16px;
}

[data-theme="bella"] .bella-pr-avatar {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    overflow: hidden;
    background:
        linear-gradient(90deg, #3fb950 0%, #3fb950 25%, #58a6ff 25%, #58a6ff 50%, #f78166 50%, #f78166 75%, #a371f7 75%, #a371f7 100%),
        linear-gradient(90deg, #58a6ff 0%, #58a6ff 25%, #a371f7 25%, #a371f7 50%, #3fb950 50%, #3fb950 75%, #f78166 75%, #f78166 100%),
        linear-gradient(90deg, #f78166 0%, #f78166 25%, #3fb950 25%, #3fb950 50%, #a371f7 50%, #a371f7 75%, #58a6ff 75%, #58a6ff 100%),
        linear-gradient(90deg, #a371f7 0%, #a371f7 25%, #f78166 25%, #f78166 50%, #58a6ff 50%, #58a6ff 75%, #3fb950 75%, #3fb950 100%);
    background-size: 100% 25%;
    background-position: 0 0, 0 25%, 0 50%, 0 75%;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    flex-shrink: 0;
}

[data-theme="bella"] .bella-pr-comment-body {
    padding: 16px;
    background: #0d1117;
}

[data-theme="bella"] .bella-pr-desc {
    font-size: 14px;
    color: #e6edf3;
    line-height: 1.6;
    margin-bottom: 12px;
}

[data-theme="bella"] .bella-pr-desc-title {
    font-weight: 600;
    margin-bottom: 8px;
}

[data-theme="bella"] .bella-pr-desc-list {
    color: #8b949e;
    font-size: 13px;
    line-height: 1.8;
}

[data-theme="bella"] .bella-pr-desc-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

[data-theme="bella"] .bella-pr-desc-item::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #8b949e;
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
}

[data-theme="bella"] .bella-pr-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
    border-top: 1px solid #30363d;
    margin-top: auto;
}

[data-theme="bella"] .bella-corner-banner {
    position: absolute;
    top: 20px;
    right: -40px;
    background: #f59e0b;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 80px;
    transform: rotate(27deg);
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #fbbf24;
    border-bottom: 3px solid #d97706;
    letter-spacing: 0.5px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

[data-theme="bella"] .bella-corner-banner.hidden {
    opacity: 0;
    pointer-events: none;
}


[data-theme="bella"] .bella-create-pr-btn {
    background: #238636;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    min-width: 140px;
    position: relative;
    overflow: visible;
}

[data-theme="bella"] .bella-create-pr-btn:hover {
    background: #2ea043;
}

[data-theme="bella"] .bella-create-pr-btn.disabled {
    background: #30363d;
    color: #8b949e;
    cursor: not-allowed;
}

[data-theme="bella"] .bella-create-pr-btn.disabled:hover {
    background: #30363d;
}

[data-theme="bella"] .bella-quiz-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28px;
    background: transparent;
    transition: width 0.5s ease, background 0.8s ease, border-left 0.5s ease;
    overflow: hidden;
    border-left: 1px solid transparent;
    pointer-events: none;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
}

[data-theme="bella"] .bella-quiz-sidebar.active,
[data-theme="bella"] .bella-quiz-sidebar.success {
    width: 28px;
    pointer-events: auto;
}

[data-theme="bella"] .bella-quiz-sidebar.active {
    background: rgba(20, 83, 45, 0.85);
    animation: sidebarFullTransition 3s ease forwards;
}

[data-theme="bella"] .bella-quiz-sidebar.success {
    background: rgba(20, 83, 45, 0.85);
}

@keyframes sidebarFullTransition {
    0% {
        background: transparent;
    }
    100% {
        background: rgba(20, 83, 45, 0.85);
    }
}

@keyframes sidebarGlow {
    0%, 100% {
        background: rgba(20, 83, 45, 0.85);
        box-shadow: -4px 0 12px rgba(34, 197, 94, 0.2);
    }
    50% {
        background: rgba(34, 120, 60, 0.9);
        box-shadow: -6px 0 18px rgba(34, 197, 94, 0.4);
    }
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}


@keyframes slideDownExplanation {
    0% {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
    }
    100% {
        max-height: 60px;
        opacity: 1;
        margin-top: 6px;
    }
}

@keyframes optionPulse {
    0%, 6%, 100% {
        transform: scale(1);
        box-shadow: none;
    }
    3% {
        transform: scale(1.15);
        box-shadow: 0 0 5px rgba(245, 158, 11, 0.5);
    }
}

[data-theme="bella"] .bella-create-pr-btn:not(.disabled):not(.merged):not(.ready-to-merge)::after {
    content: "";
    position: absolute;
    inset: -24px;
    border: 2px solid rgba(245, 158, 11, 0.8);
    border-radius: 10px;
    pointer-events: none;
    animation: shrinkFade 3s ease-out infinite;
}

@keyframes shrinkFade {
    0% { inset: -24px; opacity: 1; }
    100% { inset: 0px; opacity: 0; }
}

[data-theme="bella"] .bella-create-pr-btn.ready-to-merge {
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    animation: floatUpDown 2.5s ease-in-out infinite;
    min-width: 140px;
}

[data-theme="bella"] .bella-create-pr-btn.ready-to-merge:hover {
    background: #3b82f6;
}

[data-theme="bella"] .bella-create-pr-btn.merged {
    background: #8b5cf6;
    color: #fff;
    cursor: default;
    animation: none;
    min-width: 140px;
    transition: background 1.4s ease, color 1.4s ease;
}

[data-theme="bella"] .bella-create-pr-btn.merged:hover {
    background: #8b5cf6;
}

[data-theme="bella"] .bella-pr-status.merged {
    background: #8b5cf6;
}

[data-theme="bella"] .bella-quiz-sidebar.active:not(:hover) {
    animation: sidebarFullTransition 3s ease forwards;
}

[data-theme="bella"] .bella-quiz-sidebar.success:not(:hover) {
    animation: sidebarGlow 3s ease-in-out infinite;
}

[data-theme="bella"] .bella-quiz-question[data-question="1"]:not(.answered) .bella-quiz-option[data-option="1"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 0s;
}

[data-theme="bella"] .bella-quiz-question[data-question="1"]:not(.answered) .bella-quiz-option[data-option="2"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 1.5s;
}

[data-theme="bella"] .bella-quiz-question[data-question="1"]:not(.answered) .bella-quiz-option[data-option="3"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 3s;
}

[data-theme="bella"] .bella-quiz-question[data-question="2"]:not(.answered) .bella-quiz-option[data-option="1"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 4.5s;
}

[data-theme="bella"] .bella-quiz-question[data-question="2"]:not(.answered) .bella-quiz-option[data-option="2"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 6s;
}

[data-theme="bella"] .bella-quiz-question[data-question="2"]:not(.answered) .bella-quiz-option[data-option="3"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 7.5s;
}

[data-theme="bella"] .bella-quiz-question[data-question="3"]:not(.answered) .bella-quiz-option[data-option="1"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 9s;
}

[data-theme="bella"] .bella-quiz-question[data-question="3"]:not(.answered) .bella-quiz-option[data-option="2"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 10.5s;
}

[data-theme="bella"] .bella-quiz-question[data-question="3"]:not(.answered) .bella-quiz-option[data-option="3"] {
    animation: optionPulse 13.5s ease-in-out infinite;
    animation-delay: 12s;
}

[data-theme="bella"] .bella-quiz-option.selected {
    animation: none;
}

[data-theme="bella"] .bella-quiz-sidebar.active:hover,
[data-theme="bella"] .bella-quiz-sidebar.success:hover,
[data-theme="bella"] .bella-quiz-sidebar.active.hovered,
[data-theme="bella"] .bella-quiz-sidebar.success.hovered {
    width: 300px;
    background: rgba(20, 83, 45, 0.95);
    border-left: 1px solid #30363d;
    mask-image: none;
    -webkit-mask-image: none;
    animation: none;
}

[data-theme="bella"] .bella-quiz-content {
    opacity: 0;
    padding: 20px;
    transition: opacity 0.4s ease 0.2s;
}

[data-theme="bella"] .bella-quiz-sidebar:hover .bella-quiz-content,
[data-theme="bella"] .bella-quiz-sidebar.hovered .bella-quiz-content {
    opacity: 1;
}

[data-theme="bella"] .bella-quiz-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 8px 0;
    letter-spacing: 0.3px;
}

[data-theme="bella"] .bella-quiz-question {
    font-size: 12px;
    color: #8b949e;
    padding: 10px 12px;
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    margin-bottom: 8px;
}

[data-theme="bella"] .bella-quiz-question-text {
    margin-bottom: 8px;
}

[data-theme="bella"] .bella-quiz-options {
    display: flex;
    gap: 8px;
    align-items: center;
}

[data-theme="bella"] .bella-quiz-option {
    width: 36px;
    height: 14px;
    border-radius: 7px;
    background: #30363d;
    border: 2px solid #484f58;
    cursor: pointer;
    transition: all 0.2s ease;
}

[data-theme="bella"] .bella-quiz-option:hover {
    background: #484f58;
}

[data-theme="bella"] .bella-quiz-option.selected {
    border-color: #f59e0b;
    background: #30363d;
}

[data-theme="bella"] .bella-quiz-option.correct {
    border-color: #3fb950;
    background: #238636;
}

[data-theme="bella"] .bella-quiz-option.incorrect {
    border-color: #f85149;
    background: #da3633;
}

[data-theme="bella"] .bella-quiz-question:last-of-type {
    margin-bottom: 0;
}

[data-theme="bella"] .bella-quiz-explanation {
    font-size: 11px;
    color: #7d8590;
    font-style: italic;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.4s ease;
}

[data-theme="bella"] .bella-quiz-explanation.show {
    animation: slideDownExplanation 0.4s ease forwards;
}

[data-theme="bella"] .bella-quiz-submit {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: not-allowed;
    background: #30363d;
    color: #8b949e;
    transition: background 0.8s ease, color 0.8s ease, border-color 0.8s ease;
    margin-top: 28px;
}

[data-theme="bella"] .bella-quiz-submit.ready {
    background: #22c55e;
    color: #000;
    cursor: pointer;
    animation: floatUpDown 2.5s ease-in-out infinite;
    animation-delay: 0.8s;
    border-color: #4ade80;
}

[data-theme="bella"] .bella-quiz-submit.ready:hover {
    background: #4ade80;
}

[data-theme="bella"] .bella-quiz-submit.submitted {
    background: #30363d;
    color: #8b949e;
    cursor: not-allowed;
    animation: none;
}

[data-theme="bella"] .bella-quiz-submit.acknowledge {
    background: #22c55e;
    color: #000;
    cursor: pointer;
    animation: floatUpDown 2.5s ease-in-out infinite;
    animation-delay: 0.8s;
    border-color: #4ade80;
}

[data-theme="bella"] .bella-quiz-submit.acknowledge:hover {
    background: #4ade80;
}

[data-theme="bella"] .bella-steps-wrapper {
    display: flex;
    flex-direction: column;
    background: #0d1117;
    border-radius: 12px;
    border: 2px solid #3d444d;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    align-self: stretch;
}

[data-theme="bella"] .bella-steps-header {
    background: linear-gradient(180deg, #2d333b 0%, #22272e 100%);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #3d444d;
    min-height: 40px;
    box-sizing: border-box;
    position: relative;
}

[data-theme="bella"] .bella-steps-title {
    font-size: 13px;
    color: #8b949e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

[data-theme="bella"] .bella-steps {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 36px;
    flex: 1;
    justify-content: center;
}

[data-theme="bella"] .bella-steps .pilot-card {
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #e8e0d6;
    transition: all 0.2s ease;
    background: #161b22;
}

[data-theme="bella"] .bella-steps .pilot-card:hover {
    background: #1c2128;
    border-color: #f59e0b;
}

[data-theme="bella"] .bella-steps .pilot-card-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #f59e0b;
}

[data-theme="bella"] .bella-steps .pilot-card-content {
    margin-top: 0;
}

[data-theme="bella"] .bella-steps .pilot-card-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #e8e0d6;
}

[data-theme="bella"] .bella-steps .pilot-card-content p {
    font-size: 14px;
    color: #8a8070;
}

[data-theme="bella"] nav {
    margin-top: 80px;
    justify-content: center;
    gap: 124px;
}

[data-theme="bella"] nav a {
    color: #e8e0d6;
}

[data-theme="bella"] nav a:hover {
    color: #f59e0b;
}

[data-theme="bella"] footer {
    color: #8a8070;
    border-top-color: #2a3548;
    margin-top: 0px;
}

@media (max-width: 900px) {
    [data-theme="bella"] .bella-content {
        grid-template-columns: 1fr;
    }

    [data-theme="bella"] .bella-steps-wrapper {
        order: -1;
    }
}

[data-theme="bella"] .bella-corner-banner .mobile-only {
    display: none;
}

@media (max-width: 768px) {
    [data-theme="bella"] .bella-corner-banner .desktop-only {
        display: none;
    }

    [data-theme="bella"] .bella-corner-banner .mobile-only {
        display: inline;
    }

    [data-theme="bella"] .pilot-brand {
        position: absolute;
        top: 12px;
        left: 16px;
        font-size: 20px;
        margin-bottom: 0;
    }

    [data-theme="bella"] .admin-link {
        display: none;
    }

    [data-theme="bella"] .pilot-tagline {
        font-size: 48px;
        letter-spacing: -2px;
        margin-bottom: 36px;
    }

    [data-theme="bella"] .pilot-explanation {
        font-size: 16px;
        line-height: 1.7;
    }

    [data-theme="bella"] .bella-hero {
        padding: 0 16px 10px;
    }

    [data-theme="bella"] .bella-getstarted {
        padding: 20px 0 40px;
    }

    [data-theme="bella"] .bella-mobile-cta {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #d4a050;
        background: rgba(245, 158, 11, 0.1);
        border: 1px solid rgba(245, 158, 11, 0.3);
        border-radius: 24px;
        padding: 10px 24px;
        margin: 0 auto 32px;
        letter-spacing: 0.3px;
    }

    [data-theme="bella"] .bella-getstarted {
        text-align: center;
    }

    [data-theme="bella"] .bella-monitor {
        display: none;
    }

    [data-theme="bella"] .bella-steps-wrapper {
        border-radius: 10px;
    }

    [data-theme="bella"] .bella-steps {
        padding: 16px 12px;
        gap: 12px;
    }

    [data-theme="bella"] .bella-steps .pilot-card {
        flex-direction: column;
        text-align: center;
        padding: 12px;
        gap: 10px;
        border-radius: 10px;
    }

    [data-theme="bella"] .bella-steps .pilot-card-number {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }

    [data-theme="bella"] .bella-steps .pilot-card-content h3 {
        font-size: 16px;
    }

    [data-theme="bella"] .bella-steps .pilot-card-content p {
        font-size: 13px;
    }

    [data-theme="bella"] nav {
        flex-direction: row;
        gap: 32px;
        justify-content: center;
        margin-top: 40px;
    }

    [data-theme="bella"] .bella-content {
        padding: 0 16px;
    }
}
