/* /Pages/Landing/Documents/Components/CodeBlock.razor.rz.scp.css */
.code-block[b-znf5e1rpg1] {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
    background: var(--mud-palette-action-default);
    border-radius: 5px;
}
/* /Pages/Landing/Documents/Components/SwitchWithText.razor.rz.scp.css */

div.btn-container[b-pqbb8f9tb3] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    div.btn-container i[b-pqbb8f9tb3] {
        display: inline-block;
        position: relative;
        top: -9px;
    }

label[b-pqbb8f9tb3] {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch[b-pqbb8f9tb3] {
    display: inline-block;
    margin: 0px;
    position: relative;
}

    .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-pqbb8f9tb3] {
        margin: 0px;
        width: 240px;
        height: 30px;
        background: #E0E0E0;
        border-radius: 26px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
        display: block;
    }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-pqbb8f9tb3]:before {
            content: attr(data-on);
            position: absolute;
            font-size: 12px;
            font-weight: 500;
            top: 7px;
            right: 20px;
        }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner[b-pqbb8f9tb3]:after {
            content: attr(data-off);
            width: 70px;
            height: 16px;
            background: #fff;
            border-radius: 26px;
            position: absolute;
            left: 2px;
            top: 2px;
            text-align: center;
            transition: all 0.3s ease;
            padding: 5px 0px;
        }

    .btn-color-mode-switch > .alert[b-pqbb8f9tb3] {
        display: none;
        background: #FF9800;
        border: none;
        color: #fff;
    }

    .btn-color-mode-switch input[type="checkbox"][b-pqbb8f9tb3] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }

        .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-pqbb8f9tb3] {
            background: #151515;
            color: #fff;
        }

            .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-pqbb8f9tb3]:after {
                content: attr(data-on);
                left: 68px;
                background: #3c3c3c;
            }

            .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-pqbb8f9tb3]:before {
                content: attr(data-off);
                right: auto;
                left: 20px;
            }

        .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner[b-pqbb8f9tb3] {
            /*background: #66BB6A; */
            /*color: #fff;*/
        }

        .btn-color-mode-switch input[type="checkbox"]:checked ~ .alert[b-pqbb8f9tb3] {
            display: block;
        }

/*mode preview*/
.dark-preview[b-pqbb8f9tb3] {
    background: #0d0d0d;
}

    .dark-preview div.btn-container i.fa-sun-o[b-pqbb8f9tb3] {
        color: #777;
    }

    .dark-preview div.btn-container i.fa-moon-o[b-pqbb8f9tb3] {
        color: #fff;
    }

.white-preview[b-pqbb8f9tb3] {
    background: #fff;
}
/* /Pages/Landing/Index/Components/BimoProductCard.razor.rz.scp.css */
.product-card[b-eqq0pl48sy] {
    transition: transform 0.3s ease;
}

.product-card:hover[b-eqq0pl48sy] {
    transform: translateY(-5px);
}
/* /Pages/Landing/Index/Components/Shard.razor.rz.scp.css */

.triangle[b-wsi0hatn9d] {
    height: 362px;
    width: 362px;
    clip-path: path("M2.61352 98.3472L1.78961 98.614L2.43262 99.1941L234.959 308.979L235.602 309.559L235.783 308.712L301.198 2.44554L301.379 1.59862L300.555 1.86542L2.61352 98.3472Z");
}
/* /Pages/Landing/Promotions/FortuneCookie.razor.rz.scp.css */
.cookie-container[b-7ngk4zap5q] {
    position: relative;
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.cookie-whole[b-7ngk4zap5q] {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.3s ease-out;
    animation: scale-b-7ngk4zap5q 3.5s ease-in-out;
    animation-iteration-count: infinite;
}

.cookie-container:hover .cookie-whole[b-7ngk4zap5q] {
    animation: shake-b-7ngk4zap5q 0.3s;
    animation-iteration-count: infinite;
}

.cookie-half-left[b-7ngk4zap5q],
.cookie-half-right[b-7ngk4zap5q] {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.filler[b-7ngk4zap5q] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.cookie-cracked[b-7ngk4zap5q] {
    cursor: default;
}

.cookie-cracked .cookie-whole[b-7ngk4zap5q] {
    display: none;
}

.cookie-cracked .cookie-half-left[b-7ngk4zap5q] {
    display: block;
    animation: crack-left-b-7ngk4zap5q 0.5s forwards;
}

.cookie-cracked .cookie-half-right[b-7ngk4zap5q] {
    display: block;
    animation: crack-right-b-7ngk4zap5q 0.5s forwards;
}

.cookie-cracked .filler[b-7ngk4zap5q] {
    display: flex;
    animation: filler 0.5s forwards;
}

@keyframes crack-left-b-7ngk4zap5q {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-150px) translateY(-50px) rotate(-0.2turn);
    }
}

@keyframes crack-right-b-7ngk4zap5q {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(150px) translateY(130px) rotate(-0.35turn);
    }
}

@keyframes filler-appears-b-7ngk4zap5q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes scale-b-7ngk4zap5q {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shake-b-7ngk4zap5q {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
/* /Pages/Landing/Team/Profile/Components/JsonResume.razor.rz.scp.css */
pre code[b-17o4t3a65m] {
    white-space: pre-wrap; /* Позволяет перенос строк */
    white-space: -moz-pre-wrap; /* Поддержка старых Firefox */
    white-space: -pre-wrap; /* Поддержка старого Opera <7 */
    white-space: -o-pre-wrap; /* Поддержка Opera 7 */
    word-wrap: break-word; /* Перенос слов при нехватке места */
}
/* /Pages/Landing/Team/Profile/Profile.razor.rz.scp.css */
.divider[b-igqlscypfp] {
    height: 3px;
}

.title[b-igqlscypfp] {
    
    padding:0;
    margin:0;
    font-weight: bold;
    font-size: 96px;
}

@media (max-width: 1200px) {
    .title[b-igqlscypfp] {
        font-size: 60px;
    }
}
/* /Pages/Landing/Terminal/Components/Cursor.razor.rz.scp.css */
.cursor[b-rv9fnqpl8g] {
    display: inline-block;
    color: inherit;
}

.cursor.blinking[b-rv9fnqpl8g] {
    animation: blink-b-rv9fnqpl8g 1s step-start infinite;
}

@keyframes blink-b-rv9fnqpl8g {
    50% {
        color: transparent;
    }
}
/* /Pages/Landing/Terminal/Components/TerminalCommandLine.razor.rz.scp.css */

.prefix[b-2dgyn8lbje] {
    color: #3394cc;
}

.command[b-2dgyn8lbje] {
    color: #99c5ff;
    font-weight: 600;
}

/* /Pages/Landing/Terminal/Components/TerminalScreen.razor.rz.scp.css */

.terminal[b-cre9nd37ek] {
    box-sizing: border-box;
    padding: 20px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    color: inherit;
}

.output[b-cre9nd37ek] {
    white-space: pre-wrap;
}

.terminal pre[b-cre9nd37ek] {
    font-family: inherit;
}
/* /Pages/Landing/Terminal/Index.razor.rz.scp.css */
.terminal-host[b-2nw7ieqvkn] {
    line-height: normal;
    letter-spacing: normal;
    height: 100vh;
    background: #1a212b;
    background: radial-gradient(circle at 50% 85%, #1a212b 0%, #0d1117 100%);
    color: #C26FF2;
    font-family: monospace !important;
    overflow-y: auto;

    /* 🔑 адаптивный размер: 14 px – 22 px, «идеал» = 1.8 % ширины */
    font-size: clamp(14px, 1.8vw, 16px);
}
/* /Pages/Landing/ToolRack/Components/ToolCard.razor.rz.scp.css */
.tool-card[b-2fguuq7emn] {
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    border-radius: var(--mud-default-borderradius);
    border: 1px solid var(--mud-palette-lines-default);
    transition: filter 0.2s ease;
}

    .tool-card:hover[b-2fguuq7emn] {
        filter: drop-shadow(var(--bmo-shadow));
        border-color: var(--mud-palette-surface);
    }
/* /Shared/Components/AppBar.razor.rz.scp.css */
/* /Shared/Components/Chat/SupportChatButton.razor.rz.scp.css */
.chat-container[b-h1nsbqdq7y] {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
/* /Shared/Components/Glitch.razor.rz.scp.css */
.glitch[b-qphfyerws0] {
    position: relative;
    /*background-color: #000;*/
    text-align: center;
}

    .glitch[b-qphfyerws0]::before,
    .glitch[b-qphfyerws0]::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*color: #fff;
        background-color: #000;*/
        overflow: hidden;
    }

    .glitch[b-qphfyerws0]::before {
        left: 2px;
        text-shadow: -1px 0 3px cyan;
        animation: glitch-skew-b-qphfyerws0 1s infinite linear alternate-reverse;
    }

    .glitch[b-qphfyerws0]::after {
        left: -2px;
        text-shadow: 1px 0 2px magenta;
        animation: glitch-skew-b-qphfyerws0 0.5s infinite linear alternate;
    }

@keyframes glitch-skew-b-qphfyerws0 {
    0% {
        clip-path: inset(0 0 100% 0);
    }

    5% {
        clip-path: inset(0 50% 0 50%);
    }

    10% {
        clip-path: inset(0 0 50% 0);
    }

    15% {
        clip-path: inset(0 40% 0 40%);
    }

    20% {
        clip-path: inset(0 50% 0 50%);
    }

    25% {
        clip-path: inset(0 0 100% 0);
    }

    30% {
        clip-path: inset(0 20% 0 20%);
    }

    35% {
        clip-path: inset(0 50% 0 50%);
    }

    40%, 100% {
        clip-path: inset(0 0 0 0);
    }
}
/* /Shared/Components/LandingLayout.razor.rz.scp.css */
.landing-content[b-n4kfo14yb8] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.appbar-content[b-n4kfo14yb8] {
    position: relative;
    height: 100%;
    top: 10px;
    padding-left: 12px;
    padding-right: 14px;
}
