/* /Components/Layout/LangSelector.razor.rz.scp.css */
.lang-selector-wrap[b-9r2b41844i] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.34rem 0.9rem 0.34rem 0.6rem;
}

.lang-selector-wrap[b-9r2b41844i]::after {
    content: "";
    position: absolute;
    right: 0.78rem;
    width: 0.42rem;
    height: 0.42rem;
    border-right: 1.5px solid rgba(230, 237, 243, 0.78);
    border-bottom: 1.5px solid rgba(230, 237, 243, 0.78);
    transform: rotate(45deg) translateY(-1px);
    pointer-events: none;
}

.lang-selector-wrap:hover[b-9r2b41844i],
.lang-selector-wrap:focus-within[b-9r2b41844i] {
}

.lang-icon[b-9r2b41844i] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    line-height: 1;
    user-select: none;
    color: #c9d1d9;
    background: radial-gradient(circle at 30% 30%, rgba(121, 192, 255, 0.2), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(121, 192, 255, 0.18);
    border-radius: 999px;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lang-icon-svg[b-9r2b41844i] {
    width: 0.95rem;
    height: 0.95rem;
    stroke: #9fd8ff;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.92;
}

.lang-icon-badge[b-9r2b41844i] {
    position: absolute;
    right: -0.3rem;
    bottom: -0.22rem;
    min-width: 1.1rem;
    padding: 0.08rem 0.28rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #79c0ff, #56d364);
    color: #0d1117;
    font-size: 0.45rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    box-shadow: 0 4px 12px rgba(86, 211, 100, 0.25);
}

.lang-selector[b-9r2b41844i] {
    background: transparent;
    border: 0;
    color: #e6edf3;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.2rem 1.25rem 0.2rem 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    transition: color 0.15s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.lang-selector:hover[b-9r2b41844i],
.lang-selector:focus[b-9r2b41844i] {
    color: #e6edf3;
}

.lang-selector option[b-9r2b41844i] {
    background: #161b22;
    color: #e6edf3;
}

@media (max-width: 767.98px) {
    .lang-selector-wrap[b-9r2b41844i] {
        width: 2.7rem;
        height: 2.7rem;
        justify-content: center;
        gap: 0;
        padding: 0;
    }

    .lang-selector-wrap[b-9r2b41844i]::after {
        display: none;
    }

    .lang-icon[b-9r2b41844i] {
        width: 1.7rem;
        height: 1.7rem;
        background: radial-gradient(circle at 30% 30%, rgba(121, 192, 255, 0.26), rgba(255, 255, 255, 0.08));
    }

    .lang-icon-svg[b-9r2b41844i] {
        width: 1rem;
        height: 1rem;
    }

    .lang-icon-badge[b-9r2b41844i] {
        right: -0.34rem;
        bottom: -0.24rem;
        font-size: 0.48rem;
    }

    .lang-selector[b-9r2b41844i] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        opacity: 0;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-1lmxs2p9em] {
    min-height: 100vh;
}

.site-header[b-1lmxs2p9em] {
    position: sticky;
    top: 0;
    z-index: 120;
    background: rgba(13, 17, 23, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(139, 148, 158, 0.14);
    box-shadow: 0 18px 40px rgba(1, 4, 9, 0.16);
}

.top-lang-bar[b-1lmxs2p9em] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.header-brand-group[b-1lmxs2p9em] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.top-logo-link[b-1lmxs2p9em] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.85rem;
    text-decoration: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.top-logo-link:hover[b-1lmxs2p9em] {
    transform: translateY(-1px);
    opacity: 0.85;
}

.top-logo-img[b-1lmxs2p9em] {
    height: 32px;
}

.desktop-nav[b-1lmxs2p9em] {
    display: none;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(22, 27, 34, 0.82);
    border: 1px solid rgba(139, 148, 158, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.desktop-nav[b-1lmxs2p9em]  .desktop-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: #c9d1d9;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.desktop-nav[b-1lmxs2p9em]  .desktop-nav-link:hover {
    color: #f0f6fc;
    background: rgba(139, 148, 158, 0.12);
    transform: translateY(-1px);
}

.desktop-nav[b-1lmxs2p9em]  .desktop-nav-link.active {
    color: #0d1117;
    background: linear-gradient(135deg, #79c0ff, #56d364);
    box-shadow: 0 10px 24px rgba(86, 211, 100, 0.18);
}

.header-actions[b-1lmxs2p9em] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.desktop-lang-switcher[b-1lmxs2p9em] {
    display: none;
}

.desktop-lang-switcher[b-1lmxs2p9em],
.mobile-drawer-switcher[b-1lmxs2p9em] {
    display: inline-flex;
    align-items: center;
}

.mobile-menu-button[b-1lmxs2p9em] {
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(139, 148, 158, 0.18);
    border-radius: 1rem;
    background: rgba(22, 27, 34, 0.88);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.mobile-menu-button:hover[b-1lmxs2p9em] {
    transform: translateY(-1px);
    border-color: rgba(121, 192, 255, 0.32);
    background: rgba(31, 38, 49, 0.94);
}

.mobile-menu-button-line[b-1lmxs2p9em] {
    width: 1.1rem;
    height: 2px;
    border-radius: 999px;
    background: #f0f6fc;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.mobile-menu-button.is-open .mobile-menu-button-line:nth-child(1)[b-1lmxs2p9em] {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-button.is-open .mobile-menu-button-line:nth-child(2)[b-1lmxs2p9em] {
    opacity: 0;
}

.mobile-menu-button.is-open .mobile-menu-button-line:nth-child(3)[b-1lmxs2p9em] {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu-layer[b-1lmxs2p9em] {
    position: fixed;
    inset: 0;
    background: rgba(1, 4, 9, 0.65);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 130;
}

.mobile-menu-layer.is-visible[b-1lmxs2p9em] {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer[b-1lmxs2p9em] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 140;
    width: min(88vw, 360px);
    height: 100vh;
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(121, 192, 255, 0.16), transparent 35%),
        linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(22, 27, 34, 0.98));
    border-left: 1px solid rgba(139, 148, 158, 0.18);
    box-shadow: -24px 0 60px rgba(1, 4, 9, 0.5);
    visibility: hidden;
    transform: translateX(102%);
    transition: transform 0.24s ease;
}

.mobile-drawer.is-open[b-1lmxs2p9em] {
    visibility: visible;
    transform: translateX(0);
}

.mobile-drawer-header[b-1lmxs2p9em] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(139, 148, 158, 0.14);
}

.mobile-drawer-actions[b-1lmxs2p9em] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.mobile-drawer-switcher[b-1lmxs2p9em] {
    margin-right: 0.1rem;
}

.mobile-drawer-close-button[b-1lmxs2p9em] {
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    border: 1px solid rgba(255, 123, 114, 0.24);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 123, 114, 0.1));
    color: #f0f6fc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 24px rgba(1, 4, 9, 0.18);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.mobile-drawer-close-button:hover[b-1lmxs2p9em] {
    transform: translateY(-1px);
    border-color: rgba(255, 123, 114, 0.38);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 123, 114, 0.16));
    color: #ffddd9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 16px 28px rgba(1, 4, 9, 0.24);
}

.mobile-drawer-close-icon[b-1lmxs2p9em] {
    font-size: 1.25rem;
    line-height: 1;
    transform: translateY(-1px);
}

.mobile-drawer-kicker[b-1lmxs2p9em] {
    display: block;
    color: #8b949e;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mobile-drawer-title[b-1lmxs2p9em] {
    margin: 0.35rem 0 0;
    color: #f0f6fc;
    font-size: 1.1rem;
    font-weight: 700;
}

.mobile-drawer-nav[b-1lmxs2p9em] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-cta,
.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-cta {
    color: #0d1117;
    background: linear-gradient(135deg, #79c0ff, #56d364);
    border: 1px solid rgba(121, 192, 255, 0.24);
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(86, 211, 100, 0.16);
}

.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-link {
    color: #c9d1d9;
    background: rgba(22, 27, 34, 0.78);
    border: 1px solid rgba(139, 148, 158, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-cta:hover,
.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-link:hover {
    transform: translateX(-2px);
}

.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-link:hover,
.mobile-drawer[b-1lmxs2p9em]  .mobile-drawer-link.active {
    color: #f0f6fc;
    background: rgba(31, 38, 49, 0.94);
    border-color: rgba(121, 192, 255, 0.22);
    box-shadow: 0 14px 28px rgba(1, 4, 9, 0.18);
}

.mobile-link-arrow[b-1lmxs2p9em] {
    font-size: 0.95rem;
    opacity: 0.72;
}

.page[b-1lmxs2p9em] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 5rem);
}

main[b-1lmxs2p9em] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-1lmxs2p9em] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    flex: 1;
    padding-top: 1.2rem;
    padding-bottom: 2.4rem;
}

.site-footer[b-1lmxs2p9em] {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding-bottom: 1.8rem;
}

.site-footer-inner[b-1lmxs2p9em] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    border-top: 1px solid rgba(139, 148, 158, 0.2);
}

.site-footer-meta[b-1lmxs2p9em] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.site-footer-copy[b-1lmxs2p9em] {
    color: #8b949e;
    font-size: 0.92rem;
}

.site-footer-links[b-1lmxs2p9em] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.35rem 0.75rem;
}

.site-footer-link[b-1lmxs2p9em] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    color: #c9d1d9;
    opacity: 0.78;
    text-decoration: none;
    font-size: 0.78rem;
    line-height: 1.4;
    background: transparent;
    border: 0;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.site-footer-link:hover[b-1lmxs2p9em] {
    color: #f0f6fc;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .top-lang-bar[b-1lmxs2p9em] {
        align-items: center;
    }

    .header-actions[b-1lmxs2p9em] {
        gap: 0;
    }

    .top-logo-link[b-1lmxs2p9em] {
        padding: 0.55rem 0.75rem;
    }

    .top-logo-img[b-1lmxs2p9em] {
        height: 30px;
    }

    article[b-1lmxs2p9em] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .site-footer-inner[b-1lmxs2p9em] {
        padding-top: 0.95rem;
    }
}

@media (min-width: 768px) {
    .top-lang-bar[b-1lmxs2p9em] {
        padding: 0.95rem 1.5rem;
    }

    .desktop-nav[b-1lmxs2p9em] {
        display: inline-flex;
    }

    .desktop-lang-switcher[b-1lmxs2p9em] {
        display: inline-flex;
    }

    .mobile-menu-button[b-1lmxs2p9em],
    .mobile-menu-layer[b-1lmxs2p9em],
    .mobile-drawer[b-1lmxs2p9em] {
        display: none;
    }

    article[b-1lmxs2p9em] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1lmxs2p9em] {
    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-1lmxs2p9em] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





/* /Components/Pages/Home.razor.rz.scp.css */
/* ====================================================
   Landing Page Styles
   ==================================================== */

/* LP全体の text-muted を明るく上書き */
.text-muted[b-xgswpln5t4] {
    color: #8b949e !important;
}

/* ---- Hero ---- */
.lp-hero[b-xgswpln5t4] {
    min-height: 90vh;
    display: flex;
    align-items: flex-start;
    padding: 0.35rem 0 3rem;
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(0,255,0,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(0,255,255,0.05) 0%, transparent 50%);
    position: relative;
    overflow: hidden;
}

.lp-hero[b-xgswpln5t4]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 39px,
        rgba(48, 54, 61, 0.25) 39px,
        rgba(48, 54, 61, 0.25) 40px
    );
    pointer-events: none;
}

.lp-hero-inner[b-xgswpln5t4] {
    max-width: 720px;
    position: relative;
    z-index: 1;
}

/* Terminal window */
.lp-terminal-window[b-xgswpln5t4] {
    display: inline-block;
    min-width: 360px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #30363d;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04);
}

.lp-terminal-bar[b-xgswpln5t4] {
    display: flex;
    align-items: center;
    background: #21262d;
    border-bottom: 1px solid #30363d;
    padding: 0.45rem 0.9rem;
}

.lp-terminal-body[b-xgswpln5t4] {
    background: #0d1117;
    padding: 0.85rem 1.1rem;
    font-size: 0.78rem;
    line-height: 1.7;
    color: #c9d1d9;
}

.lp-dot[b-xgswpln5t4] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    flex-shrink: 0;
}
.lp-dot-red[b-xgswpln5t4]    { background: #ff5f57; }
.lp-dot-yellow[b-xgswpln5t4] { background: #febc2e; }
.lp-dot-green[b-xgswpln5t4]  { background: #28c840; }

/* Terminal prompt parts */
.lp-term-user[b-xgswpln5t4]   { color: #56d364; }
.lp-term-root[b-xgswpln5t4]   { color: #f85149; }
.lp-term-at[b-xgswpln5t4]     { color: #8b949e; }
.lp-term-host[b-xgswpln5t4]   { color: #79c0ff; }
.lp-term-sep[b-xgswpln5t4]    { color: #8b949e; }
.lp-term-path[b-xgswpln5t4]   { color: #ffa657; }
.lp-term-dollar[b-xgswpln5t4] { color: #c9d1d9; }
.lp-term-cmd[b-xgswpln5t4]    { color: #e6edf3; }
.lp-term-output[b-xgswpln5t4] {
    color: #8b949e;
    font-size: inherit;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
}
.lp-term-label[b-xgswpln5t4]  {
    color: #8b949e;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 0;
}
.lp-term-result[b-xgswpln5t4] { color: #00ff00; font-weight: 700; }

/* Typewriter animation for command */
.lp-term-line[b-xgswpln5t4] {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.lp-term-cmd[b-xgswpln5t4] {
    color: #e6edf3;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    animation: lp-typing-b-xgswpln5t4 1.2s steps(16, end) 0.2s both;
}

@keyframes lp-typing-b-xgswpln5t4 {
    from { max-width: 0; }
    to   { max-width: 16ch; }
}

/* Sequential fade-in for output lines */
.lp-term-output[b-xgswpln5t4] {
    opacity: 0;
    animation: lp-output-seq-b-xgswpln5t4 4s linear 0s both;
}

/* Ellipsis dots appear one by one */
.lp-ellipsis-1[b-xgswpln5t4],
.lp-ellipsis-2[b-xgswpln5t4],
.lp-ellipsis-3[b-xgswpln5t4] {
    opacity: 0;
    display: inline-block;
    flex-shrink: 0;
}
.lp-ellipsis-1[b-xgswpln5t4] { animation: lp-dot1-seq-b-xgswpln5t4 4s step-end 0s both; }
.lp-ellipsis-2[b-xgswpln5t4] { animation: lp-dot2-seq-b-xgswpln5t4 4s step-end 0s both; }
.lp-ellipsis-3[b-xgswpln5t4] { animation: lp-dot3-seq-b-xgswpln5t4 4s step-end 0s both; }

.lp-term-result[b-xgswpln5t4] {
    opacity: 0;
    animation: lp-result-seq-b-xgswpln5t4 4s linear 0s both;
}

/* ---- 全要素が同一 4s タイムライン上で動く（delay=0s） ---- */
/* t=1.6s(40%) : output フェードイン完了                      */
/* t=2.0s(50%) : dot1 出現                                    */
/* t=2.6s(65%) : dot2 出現                                    */
/* t=3.2s(80%) : dot3 出現                                    */
/* t=3.6s(90%) : result フェードイン開始                      */
@keyframes lp-output-seq-b-xgswpln5t4 {
    0%, 35%  { opacity: 0; transform: translateY(4px); }
    40%      { opacity: 1; transform: translateY(0); }
    100%     { opacity: 1; transform: translateY(0); }
}
@keyframes lp-dot1-seq-b-xgswpln5t4 {
    0%, 49.9% { opacity: 0; }
    50%, 100% { opacity: 1; }
}
@keyframes lp-dot2-seq-b-xgswpln5t4 {
    0%, 64.9% { opacity: 0; }
    65%, 100% { opacity: 1; }
}
@keyframes lp-dot3-seq-b-xgswpln5t4 {
    0%, 79.9% { opacity: 0; }
    80%, 100% { opacity: 1; }
}
@keyframes lp-result-seq-b-xgswpln5t4 {
    0%, 89.9% { opacity: 0; transform: translateY(4px); }
    100%      { opacity: 1; transform: translateY(0); }
}

@keyframes lp-fadein-b-xgswpln5t4 {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.lp-prompt[b-xgswpln5t4] {
    font-size: 1rem;
}

.lp-hero-title[b-xgswpln5t4] {
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.lp-hero-sub[b-xgswpln5t4] {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 680px;
    color: #8b949e;
}

/* CTA Button */
.lp-cta-btn[b-xgswpln5t4] {
    background: transparent;
    border: 1px solid #00ff00;
    color: #00ff00;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 6px;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    letter-spacing: 0.03em;
}

.lp-cta-btn:hover[b-xgswpln5t4] {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
    color: #00ff00;
    border-color: #00ff00;
}

.lp-cta-btn-lg[b-xgswpln5t4] {
    font-size: 1.1rem;
    padding: 0.9rem 2.5rem;
}

/* Stats */
.lp-stats[b-xgswpln5t4] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.lp-stat[b-xgswpln5t4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-stat-num[b-xgswpln5t4] {
    font-size: 2.4rem;
    font-weight: 900;
    font-family: 'Courier New', monospace;
    line-height: 1;
}

.lp-stat-label[b-xgswpln5t4] {
    font-size: 0.75rem;
    color: #8b949e;
    margin-top: 4px;
}

.lp-stat-divider[b-xgswpln5t4] {
    width: 1px;
    height: 40px;
    background: #30363d;
}

/* ---- Sections ---- */
.lp-section[b-xgswpln5t4] {
    padding: 4rem 0;
    border-top: 1px solid #21262d;
}

.lp-section-prompt[b-xgswpln5t4] {
    font-size: 0.85rem;
}

.lp-section-title[b-xgswpln5t4] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #e6edf3;
}

/* ---- How it works steps ---- */
.lp-step-card[b-xgswpln5t4] {
    background: #0d1117;
    border: 1px solid #30363d;
    border-top: 3px solid #238636;
    border-radius: 8px;
    padding: 1.5rem;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-step-card:hover[b-xgswpln5t4] {
    border-color: #56d364;
    box-shadow: 0 4px 20px rgba(86, 211, 100, 0.1);
}

.lp-step-num[b-xgswpln5t4] {
    font-size: 2rem;
    font-weight: 900;
    opacity: 0.8;
}

/* ---- Axes ---- */
.lp-axis-card[b-xgswpln5t4] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.25rem;
    height: 100%;
    transition: border-color 0.2s;
}

.lp-axis-card:hover[b-xgswpln5t4] {
    border-color: #ffa657;
}

.lp-axis-bar[b-xgswpln5t4] {
    height: 4px;
    background: linear-gradient(90deg, #1f6feb 0%, #30363d 50%, #388bfd 100%);
    border-radius: 2px;
}

/* ---- Groups & Types ---- */
.lp-group-label[b-xgswpln5t4] {
    font-size: 1.6rem;
}

.lp-type-card[b-xgswpln5t4] {
    background: #0d1117;
    border: 1px solid #30363d;
    border-top: 3px solid var(--group-color, #30363d);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-type-card:hover[b-xgswpln5t4] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.lp-type-img[b-xgswpln5t4] {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
    transition: filter 0.2s;
}

.lp-type-card:hover .lp-type-img[b-xgswpln5t4] {
    filter: brightness(1.05);
}

.lp-type-body[b-xgswpln5t4] {
    padding: 0.75rem;
}

.lp-type-desc[b-xgswpln5t4] {
    font-size: 0.72rem;
    line-height: 1.5;
    color: #8b949e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

/* ---- Final CTA ---- */
.lp-final-cta[b-xgswpln5t4] {
    padding: 5rem 0;
    border-top: 1px solid #21262d;
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(0,255,0,0.06) 0%, transparent 60%);
}

.lp-cta-terminal-line[b-xgswpln5t4] {
    font-size: 0.9rem;
}

.lp-cta-blink[b-xgswpln5t4] {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.lp-cursor[b-xgswpln5t4] {
    animation: blink-b-xgswpln5t4 1s step-end infinite;
}

@keyframes blink-b-xgswpln5t4 {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

.lp-cta-heading[b-xgswpln5t4] {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
}

.lp-link[b-xgswpln5t4] {
    text-decoration: none;
    transition: color 0.2s;
}
.lp-link:hover[b-xgswpln5t4] {
    color: #58a6ff !important;
}

/* ---- Animations ---- */
@keyframes fadeInUp-b-xgswpln5t4 {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .lp-hero[b-xgswpln5t4] {
        min-height: auto;
        padding: 1rem 0 2rem;
    }

    .lp-terminal-window[b-xgswpln5t4] {
        min-width: unset;
        width: 100%;
    }

    .lp-terminal-body[b-xgswpln5t4] {
        font-size: 0.72rem;
        padding: 0.7rem 0.85rem;
    }

    .lp-term-line[b-xgswpln5t4] {
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
    }

    .lp-term-cmd[b-xgswpln5t4] {
        white-space: nowrap;
    }

    .lp-stats[b-xgswpln5t4] {
        gap: 1rem;
    }

    .lp-stat-num[b-xgswpln5t4] {
        font-size: 1.8rem;
    }

    .lp-section[b-xgswpln5t4] {
        padding: 2.5rem 0;
    }

    .lp-type-desc[b-xgswpln5t4] {
        display: none;
    }
}


/* prefers-reduced-motion: アニメーションを無効化し即座に表示 */
@media (prefers-reduced-motion: reduce) {
    .lp-term-cmd[b-xgswpln5t4] {
        animation: none;
        max-width: 16ch;
    }
    .lp-term-output[b-xgswpln5t4],
    .lp-ellipsis-1[b-xgswpln5t4],
    .lp-ellipsis-2[b-xgswpln5t4],
    .lp-ellipsis-3[b-xgswpln5t4],
    .lp-term-result[b-xgswpln5t4] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* /Components/Pages/TypesPage.razor.rz.scp.css */
.type-card-img[b-568rvd00bx] {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
}

/* /Components/UI/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-ut1wgvn6xg] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1e1e2e;
    color: #e0e0e0;
    border-top: 1px solid #3a3a5c;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.8rem;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.4);
}

.cookie-consent-text[b-ut1wgvn6xg] {
    flex: 1;
    min-width: 240px;
}

.cookie-consent-text a[b-ut1wgvn6xg] {
    color: #7eb8f7;
    margin-left: 4px;
    text-decoration: underline;
}

.cookie-consent-actions[b-ut1wgvn6xg] {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn[b-ut1wgvn6xg] {
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    font-weight: 600;
    transition: opacity 0.2s;
}

.cookie-btn:hover[b-ut1wgvn6xg] {
    opacity: 0.85;
}

.cookie-btn-accept[b-ut1wgvn6xg] {
    background: #5c8af5;
    color: #fff;
}

.cookie-btn-decline[b-ut1wgvn6xg] {
    background: #3a3a5c;
    color: #ccc;
}

