/* =========================================================
   STAFFLAND — PLASMO VOICE PAGE
   ========================================================= */

body.voice-page{
    margin:0;
    min-height:100vh;

    color:#f4f5f6;

    background:
        radial-gradient(
            circle at 50% -10%,
            rgba(232,179,88,.10),
            transparent 36%
        ),
        radial-gradient(
            circle at 80% 32%,
            rgba(82,164,255,.045),
            transparent 26%
        ),
        #080a0c;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


body.voice-page::before{
    content:"";

    position:fixed;
    inset:0;

    pointer-events:none;
    z-index:-1;

    opacity:.18;

    background-image:
        linear-gradient(
            rgba(255,255,255,.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.018) 1px,
            transparent 1px
        );

    background-size:42px 42px;

    mask-image:
        linear-gradient(
            to bottom,
            black,
            transparent 80%
        );
}


body.voice-page .sl-voice-button{
    color:#e8b358 !important;

    background:
        rgba(232,179,88,.08);

    box-shadow:
        inset 0 0 0 1px
        rgba(232,179,88,.10);
}


.voice-main{
    width:
        min(
            1180px,
            calc(100% - 40px)
        );

    margin:0 auto;

    padding:
        126px 0
        100px;
}


/* =========================================================
   HERO
   ========================================================= */

.voice-hero{
    position:relative;

    overflow:hidden;

    min-height:420px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:
        72px
        42px;

    text-align:center;

    border:
        1px solid
        rgba(255,255,255,.07);

    border-radius:28px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.035),
            rgba(255,255,255,.012)
        );

    box-shadow:
        0 30px 90px
        rgba(0,0,0,.32);
}


.voice-hero::after{
    content:"";

    position:absolute;
    left:10%;
    right:10%;
    bottom:0;

    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(232,179,88,.7),
            transparent
        );
}


.voice-hero-glow{
    position:absolute;

    width:420px;
    height:420px;

    left:50%;
    top:35%;

    transform:
        translate(-50%,-50%);

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(232,179,88,.12),
            transparent 68%
        );

    filter:
        blur(15px);

    pointer-events:none;
}


.voice-mic{
    position:relative;
    z-index:2;

    width:84px;
    height:84px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:24px;

    border:
        1px solid
        rgba(232,179,88,.28);

    border-radius:24px;

    background:
        linear-gradient(
            145deg,
            rgba(232,179,88,.16),
            rgba(232,179,88,.035)
        );

    box-shadow:
        0 0 50px
        rgba(232,179,88,.10);
}


.voice-mic span{
    font-size:39px;
}


.voice-kicker{
    position:relative;
    z-index:2;

    margin-bottom:12px;

    color:#e8b358;

    font-size:11px;
    font-weight:900;
    letter-spacing:4px;
}


.voice-hero h1{
    position:relative;
    z-index:2;

    margin:0;

    font-size:
        clamp(
            38px,
            7vw,
            72px
        );

    line-height:.96;

    font-weight:950;

    letter-spacing:-3px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #b9bdc1
        );

    -webkit-background-clip:text;
    background-clip:text;

    color:transparent;
}


.voice-hero p{
    position:relative;
    z-index:2;

    max-width:720px;

    margin:
        24px auto
        0;

    color:#979da3;

    font-size:16px;
    line-height:1.75;
}


.voice-official{
    position:relative;
    z-index:2;

    display:inline-flex;
    align-items:center;

    gap:9px;

    margin-top:28px;

    padding:
        9px 13px;

    border:
        1px solid
        rgba(87,211,135,.16);

    border-radius:999px;

    background:
        rgba(87,211,135,.055);

    color:#aeb7b0;

    font-size:11px;
    font-weight:800;
}


.voice-official-dot{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#57d387;

    box-shadow:
        0 0 13px
        rgba(87,211,135,.75);
}


/* =========================================================
   PANELS
   ========================================================= */

.voice-download-panel,
.voice-guide,
.voice-help{
    margin-top:28px;

    border:
        1px solid
        rgba(255,255,255,.065);

    border-radius:24px;

    background:
        rgba(14,17,20,.82);

    box-shadow:
        0 20px 65px
        rgba(0,0,0,.20);
}


.voice-download-panel,
.voice-guide{
    padding:
        42px;
}


.voice-section-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;

    gap:35px;

    padding-bottom:31px;

    border-bottom:
        1px solid
        rgba(255,255,255,.055);
}


.voice-section-heading > div{
    min-width:0;
}


.voice-section-number{
    display:block;

    margin-bottom:9px;

    color:#e8b358;

    font-size:10px;
    font-weight:900;

    letter-spacing:3px;
}


.voice-section-heading h2{
    margin:0;

    color:#f4f4f4;

    font-size:
        clamp(
            25px,
            4vw,
            34px
        );

    letter-spacing:-1px;
}


.voice-section-heading p{
    max-width:470px;

    margin:0;

    color:#858b91;

    font-size:13px;
    line-height:1.65;
}


/* =========================================================
   SELECTORS
   ========================================================= */

.voice-selector-grid{
    display:grid;

    grid-template-columns:
        minmax(250px,.72fr)
        minmax(0,1.28fr);

    gap:24px;

    margin-top:31px;
}


.voice-field label{
    display:block;

    margin-bottom:10px;

    color:#adb2b7;

    font-size:11px;
    font-weight:900;

    letter-spacing:.8px;

    text-transform:uppercase;
}


.voice-select-wrap{
    position:relative;
}


.voice-select-wrap select{
    width:100%;
    height:58px;

    appearance:none;
    -webkit-appearance:none;

    padding:
        0
        47px
        0
        18px;

    border:
        1px solid
        rgba(255,255,255,.09);

    outline:none;

    border-radius:14px;

    color:#f2f3f4;

    background:#0b0e11;

    font-size:14px;
    font-weight:800;

    cursor:pointer;

    transition:.2s;
}


.voice-select-wrap select:hover,
.voice-select-wrap select:focus{
    border-color:
        rgba(232,179,88,.45);

    box-shadow:
        0 0 0 3px
        rgba(232,179,88,.055);
}


.voice-select-wrap select:disabled{
    opacity:.55;
    cursor:wait;
}


.voice-select-arrow{
    position:absolute;

    top:50%;
    right:18px;

    transform:
        translateY(-50%);

    color:#e8b358;

    pointer-events:none;
}


.voice-platforms{
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:10px;
}


.voice-platforms button{
    min-width:0;
    height:58px;

    display:flex;
    align-items:center;

    gap:10px;

    padding:
        0 14px;

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius:14px;

    color:#a7adb2;

    background:#0b0e11;

    cursor:pointer;

    transition:
        border-color .2s,
        background .2s,
        color .2s,
        transform .2s;
}


.voice-platforms button:hover:not(:disabled){
    transform:
        translateY(-1px);

    border-color:
        rgba(232,179,88,.30);

    color:#e7e7e7;
}


.voice-platforms button.is-active{
    color:#f2d092;

    border-color:
        rgba(232,179,88,.42);

    background:
        rgba(232,179,88,.09);

    box-shadow:
        inset 0 0 0 1px
        rgba(232,179,88,.055);
}


.voice-platforms button:disabled{
    opacity:.32;
    cursor:not-allowed;
}


.voice-platform-icon{
    flex:0 0 auto;

    width:27px;
    height:27px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:8px;

    background:
        rgba(255,255,255,.055);

    color:#d7dade;

    font-size:11px;
    font-weight:950;
}


.voice-platforms button.is-active
.voice-platform-icon{
    color:#e8b358;

    background:
        rgba(232,179,88,.12);
}


.voice-platforms button > span:nth-child(2){
    overflow:hidden;

    text-overflow:ellipsis;

    font-size:12px;
    font-weight:900;
}


.voice-platforms button small{
    display:none;
}


/* =========================================================
   RELEASE
   ========================================================= */

.voice-release-card{
    margin-top:25px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:24px;

    min-height:134px;

    padding:
        24px;

    border:
        1px solid
        rgba(255,255,255,.065);

    border-radius:18px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.024),
            rgba(255,255,255,.008)
        );
}


.voice-release-main{
    min-width:0;

    display:flex;
    align-items:center;

    gap:18px;
}


.voice-release-icon{
    flex:0 0 auto;

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:17px;

    border:
        1px solid
        rgba(232,179,88,.18);

    background:
        rgba(232,179,88,.07);

    font-size:26px;
}


.voice-release-info{
    min-width:0;
}


.voice-release-status{
    margin-bottom:6px;

    color:#7f878e;

    font-size:10px;
    font-weight:900;

    letter-spacing:1px;

    text-transform:uppercase;
}


.voice-release-status.is-ready{
    color:#63d990;
}


.voice-release-info h3{
    overflow-wrap:anywhere;

    margin:0;

    color:#f2f3f4;

    font-size:17px;
}


.voice-release-meta{
    margin-top:7px;

    color:#848b91;

    font-size:11px;
    line-height:1.5;
}


.voice-dependency-warning{
    max-width:560px;

    margin-top:10px;

    padding:
        8px
        10px;

    border:
        1px solid
        rgba(255,193,86,.16);

    border-radius:9px;

    background:
        rgba(255,193,86,.055);

    color:#c5aa79;

    font-size:10px;
    line-height:1.5;
}


.voice-release-actions{
    flex:0 0 auto;

    display:flex;
    flex-direction:column;

    gap:8px;
}


.voice-download-button,
.voice-secondary-button{
    min-width:230px;
    min-height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:9px;

    padding:
        0 18px;

    border-radius:12px;

    text-decoration:none;

    font-size:11px;
    font-weight:950;

    transition:
        transform .2s,
        box-shadow .2s,
        opacity .2s;
}


.voice-download-button{
    color:#101113;

    background:
        linear-gradient(
            135deg,
            #f0c16e,
            #d99a37
        );

    box-shadow:
        0 10px 28px
        rgba(232,179,88,.14);
}


.voice-download-button:not(.is-disabled):hover{
    transform:
        translateY(-2px);

    box-shadow:
        0 15px 35px
        rgba(232,179,88,.22);
}


.voice-secondary-button{
    min-height:38px;

    color:#979da2;

    border:
        1px solid
        rgba(255,255,255,.07);

    background:
        rgba(255,255,255,.02);
}


.voice-secondary-button:not(.is-disabled):hover{
    color:#e8b358;
}


.voice-download-button.is-disabled,
.voice-secondary-button.is-disabled{
    opacity:.32;
    pointer-events:none;
}


.voice-api-message{
    margin-top:13px;

    color:#9aa1a7;

    font-size:11px;
}


.voice-api-message.is-error{
    color:#e07878;
}


.voice-source-note{
    display:flex;
    align-items:flex-start;

    gap:10px;

    margin-top:22px;

    padding-top:20px;

    border-top:
        1px solid
        rgba(255,255,255,.05);
}


.voice-source-note span{
    color:#65d78f;

    font-weight:950;
}


.voice-source-note p{
    margin:0;

    color:#747c83;

    font-size:11px;
    line-height:1.55;
}


.voice-modrinth-link{
    display:inline-flex;

    margin-top:14px;

    color:#c0c4c8;

    font-size:11px;
    font-weight:850;

    text-decoration:none;

    transition:.2s;
}


.voice-modrinth-link:hover{
    color:#e8b358;
}


/* =========================================================
   STEPS
   ========================================================= */

.voice-steps{
    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:14px;

    margin-top:30px;
}


.voice-step{
    display:flex;

    gap:16px;

    min-height:138px;

    padding:
        21px;

    border:
        1px solid
        rgba(255,255,255,.055);

    border-radius:16px;

    background:
        rgba(255,255,255,.015);
}


.voice-step:last-child{
    grid-column:
        1 / -1;
}


.voice-step-number{
    flex:0 0 auto;

    width:35px;
    height:35px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    color:#e8b358;

    background:
        rgba(232,179,88,.08);

    border:
        1px solid
        rgba(232,179,88,.12);

    font-size:12px;
    font-weight:950;
}


.voice-step h3{
    margin:
        3px 0
        8px;

    color:#e8eaeb;

    font-size:14px;
}


.voice-step p{
    margin:0;

    color:#7e868d;

    font-size:12px;
    line-height:1.65;
}


.voice-step code{
    display:inline-block;

    max-width:100%;

    margin-top:11px;

    padding:
        7px
        9px;

    border:
        1px solid
        rgba(255,255,255,.06);

    border-radius:8px;

    color:#c5a76e;

    background:#090b0d;

    font-family:
        Consolas,
        monospace;

    font-size:10px;

    overflow-wrap:anywhere;
}


/* =========================================================
   HELP
   ========================================================= */

.voice-help{
    display:flex;

    gap:22px;

    padding:
        31px
        34px;

    background:
        linear-gradient(
            135deg,
            rgba(232,179,88,.045),
            rgba(14,17,20,.84)
        );
}


.voice-help-icon{
    flex:0 0 auto;

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:15px;

    color:#e8b358;

    border:
        1px solid
        rgba(232,179,88,.16);

    background:
        rgba(232,179,88,.07);

    font-size:18px;
    font-weight:950;
}


.voice-help-content h2{
    margin:
        2px 0
        14px;

    color:#ededee;

    font-size:19px;
}


.voice-help-content ul{
    margin:
        0 0
        17px;

    padding-left:19px;

    color:#80878d;

    font-size:12px;
    line-height:1.85;
}


.voice-help-content a{
    color:#e8b358;

    text-decoration:none;

    font-size:11px;
    font-weight:900;
}


/* =========================================================
   LIGHT THEME
   ========================================================= */

html[data-theme="light"]
body.voice-page{
    color:#1c2024;

    background:
        radial-gradient(
            circle at 50% -10%,
            rgba(209,151,50,.12),
            transparent 36%
        ),
        #f3f4f6;
}


html[data-theme="light"]
.voice-hero,
html[data-theme="light"]
.voice-download-panel,
html[data-theme="light"]
.voice-guide,
html[data-theme="light"]
.voice-help{
    border-color:
        rgba(0,0,0,.08);

    background:
        rgba(255,255,255,.82);

    box-shadow:
        0 20px 60px
        rgba(0,0,0,.07);
}


html[data-theme="light"]
.voice-hero h1{
    background:
        linear-gradient(
            180deg,
            #25282b,
            #686e74
        );

    -webkit-background-clip:text;
    background-clip:text;

    color:transparent;
}


html[data-theme="light"]
.voice-section-heading h2,
html[data-theme="light"]
.voice-release-info h3,
html[data-theme="light"]
.voice-step h3,
html[data-theme="light"]
.voice-help-content h2{
    color:#24282c;
}


html[data-theme="light"]
.voice-select-wrap select,
html[data-theme="light"]
.voice-platforms button,
html[data-theme="light"]
.voice-step code{
    color:#292d31;

    background:#f5f6f7;

    border-color:
        rgba(0,0,0,.09);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:850px){

    .voice-main{
        width:
            min(
                100% - 24px,
                1180px
            );

        padding-top:100px;
    }

    .voice-hero{
        min-height:360px;

        padding:
            55px
            22px;
    }

    .voice-hero h1{
        letter-spacing:-2px;
    }

    .voice-download-panel,
    .voice-guide{
        padding:
            27px
            20px;
    }

    .voice-section-heading{
        align-items:flex-start;
        flex-direction:column;

        gap:12px;
    }

    .voice-selector-grid{
        grid-template-columns:1fr;
    }

    .voice-release-card{
        align-items:stretch;
        flex-direction:column;
    }

    .voice-release-actions{
        width:100%;
    }

    .voice-download-button,
    .voice-secondary-button{
        width:100%;
        min-width:0;

        box-sizing:border-box;
    }

}


@media (max-width:600px){

    .voice-platforms{
        grid-template-columns:1fr;
    }

    .voice-platforms button{
        justify-content:flex-start;
    }

    .voice-steps{
        grid-template-columns:1fr;
    }

    .voice-step:last-child{
        grid-column:auto;
    }

    .voice-help{
        flex-direction:column;

        padding:
            26px
            21px;
    }

    .voice-release-main{
        align-items:flex-start;
    }

    .voice-release-icon{
        width:45px;
        height:45px;

        border-radius:13px;

        font-size:21px;
    }

}


/* /STAFFLAND — PLASMO VOICE PAGE */


/* =========================================================
   STAFFLAND VOICE — POLISH 2026
   ========================================================= */


/* HERO MIC */

.voice-mic{
    color:#e8b358;

    transform:
        rotate(-2deg);
}

.voice-mic-svg{
    width:44px;
    height:44px;

    display:block;

    filter:
        drop-shadow(
            0 0 13px
            rgba(232,179,88,.22)
        );
}


/* RELEASE MIC */

.voice-release-icon{
    color:#e8b358;
}

.voice-release-mic-svg{
    width:31px;
    height:31px;

    display:block;
}


/* PLATFORM ICONS */

.voice-platform-icon svg{
    width:19px;
    height:19px;

    display:block;
}


/* FABRIC */

.voice-platform-fabric svg{
    fill:none;

    stroke:currentColor;
    stroke-width:2.4;
    stroke-linecap:round;
}


/* FORGE */

.voice-platform-forge svg{
    fill:currentColor;
}


/* NEOFORGE */

.voice-platform-neoforge svg{
    fill:none;

    stroke:currentColor;
    stroke-width:2.2;
    stroke-linecap:round;
    stroke-linejoin:round;
}


/* platform individual character */

.voice-platforms button[data-loader="fabric"]
.voice-platform-icon{
    color:#d9b86c;

    background:
        rgba(217,184,108,.09);

    border:
        1px solid
        rgba(217,184,108,.12);
}


.voice-platforms button[data-loader="forge"]
.voice-platform-icon{
    color:#b7bdc6;

    background:
        rgba(183,189,198,.07);

    border:
        1px solid
        rgba(183,189,198,.10);
}


.voice-platforms button[data-loader="neoforge"]
.voice-platform-icon{
    color:#d59bff;

    background:
        rgba(213,155,255,.07);

    border:
        1px solid
        rgba(213,155,255,.10);
}


/* Active loaders */

.voice-platforms button.is-active
.voice-platform-icon{
    box-shadow:
        0 0 18px
        rgba(232,179,88,.08);
}


/* =========================================================
   MODRINTH PROVIDER
   ========================================================= */

.voice-download-provider{
    min-height:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:7px;

    margin-top:2px;

    color:#687078;

    font-size:8px;
    font-weight:950;

    letter-spacing:1.8px;
}


.voice-download-provider span{
    width:6px;
    height:6px;

    border-radius:50%;

    background:#57d387;

    box-shadow:
        0 0 10px
        rgba(87,211,135,.55);
}


/* =========================================================
   MICRO INTERACTIONS
   ========================================================= */

.voice-mic{
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


.voice-hero:hover
.voice-mic{
    transform:
        translateY(-3px)
        rotate(2deg);

    border-color:
        rgba(232,179,88,.40);

    box-shadow:
        0 0 70px
        rgba(232,179,88,.15);
}


.voice-release-icon{
    transition:
        transform .22s ease,
        border-color .22s ease;
}


.voice-release-card:hover
.voice-release-icon{
    transform:
        translateY(-2px);

    border-color:
        rgba(232,179,88,.32);
}


/* =========================================================
   BUTTON SHINE
   ========================================================= */

.voice-download-button{
    position:relative;

    overflow:hidden;
}


.voice-download-button::after{
    content:"";

    position:absolute;

    top:-40%;
    bottom:-40%;

    width:38px;

    left:-70px;

    transform:
        rotate(18deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.40),
            transparent
        );

    transition:
        left .55s ease;
}


.voice-download-button:not(.is-disabled):hover::after{
    left:
        calc(100% + 35px);
}


/* =========================================================
   END POLISH
   ========================================================= */


/* =========================================================
   STAFFLAND VOICE — INSTALL + DEPENDENCIES
   ========================================================= */

.voice-install-info{
    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:14px;

    margin-top:24px;
}


.voice-install-box,
.voice-dependencies-box{
    min-width:0;

    padding:
        22px;

    border:
        1px solid
        rgba(255,255,255,.065);

    border-radius:17px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.024),
            rgba(255,255,255,.008)
        );
}


.voice-info-head{
    display:flex;
    align-items:center;

    gap:12px;
}


.voice-info-icon{
    flex:0 0 auto;

    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:11px;

    color:#e8b358;

    border:
        1px solid
        rgba(232,179,88,.16);

    background:
        rgba(232,179,88,.07);

    font-size:15px;
    font-weight:950;
}


.voice-deps-icon{
    color:#72db98;

    border-color:
        rgba(87,211,135,.15);

    background:
        rgba(87,211,135,.055);
}


.voice-info-kicker{
    margin-bottom:4px;

    color:#7f878e;

    font-size:9px;
    font-weight:950;

    letter-spacing:1.5px;
}


.voice-info-head h3{
    margin:0;

    color:#edeff0;

    font-size:15px;
}


.voice-install-description{
    margin:
        18px 0
        13px;

    color:#858c92;

    font-size:11px;
    line-height:1.65;
}


.voice-path-box{
    padding:
        13px;

    border:
        1px solid
        rgba(232,179,88,.10);

    border-radius:11px;

    background:
        #090b0d;
}


.voice-path-box span{
    display:block;

    margin-bottom:8px;

    color:#737b82;

    font-size:9px;
    font-weight:800;
}


.voice-path-box code{
    display:block;

    overflow-wrap:anywhere;

    color:#e8b358;

    font-family:
        Consolas,
        "Courier New",
        monospace;

    font-size:12px;
    font-weight:800;
}


.voice-loader-note{
    display:flex;
    align-items:center;

    gap:9px;

    margin-top:12px;

    padding:
        10px 12px;

    border-radius:10px;

    border:
        1px solid
        rgba(255,255,255,.055);

    background:
        rgba(255,255,255,.018);

    color:#8d949a;

    font-size:10px;
}


.voice-loader-note > span{
    flex:0 0 auto;

    width:20px;
    height:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:6px;

    color:#e8b358;

    background:
        rgba(232,179,88,.08);

    font-weight:950;
}


.voice-loader-note strong{
    color:#d7dade;
}


.voice-instance-note{
    margin:
        11px 0
        0;

    color:#666e75;

    font-size:9px;
    line-height:1.55;
}


/* =========================================================
   DEPENDENCIES
   ========================================================= */

.voice-dependencies-list{
    display:flex;
    flex-direction:column;

    gap:9px;

    margin-top:18px;
}


.voice-dependencies-loading,
.voice-dependencies-empty,
.voice-dependencies-error{
    padding:
        14px;

    border:
        1px dashed
        rgba(255,255,255,.07);

    border-radius:11px;

    color:#777f86;

    font-size:10px;
    line-height:1.55;
}


.voice-dependencies-error{
    color:#d77b7b;

    border-color:
        rgba(215,123,123,.12);
}


.voice-dependency-item{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:13px;

    padding:
        13px;

    border:
        1px solid
        rgba(255,255,255,.06);

    border-radius:12px;

    background:
        rgba(255,255,255,.015);
}


.voice-dependency-main{
    min-width:0;

    display:flex;
    align-items:center;

    gap:11px;
}


.voice-dependency-logo{
    flex:0 0 auto;

    width:35px;
    height:35px;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    border-radius:9px;

    color:#72db98;

    border:
        1px solid
        rgba(87,211,135,.12);

    background:
        rgba(87,211,135,.045);

    font-size:13px;
    font-weight:950;
}


.voice-dependency-logo img{
    width:100%;
    height:100%;

    object-fit:cover;
}


.voice-dependency-name{
    min-width:0;
}


.voice-dependency-name strong{
    display:block;

    overflow:hidden;

    color:#e4e6e8;

    font-size:11px;

    white-space:nowrap;
    text-overflow:ellipsis;
}


.voice-dependency-name span{
    display:block;

    margin-top:4px;

    color:#6f777e;

    font-size:8px;
    font-weight:850;

    letter-spacing:.6px;

    text-transform:uppercase;
}


.voice-dependency-actions{
    flex:0 0 auto;

    display:flex;
    align-items:center;

    gap:7px;
}


.voice-dependency-download{
    min-height:31px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:
        0 11px;

    border-radius:8px;

    color:#17191b;

    background:
        linear-gradient(
            135deg,
            #f0c16e,
            #d99a37
        );

    text-decoration:none;

    font-size:8px;
    font-weight:950;
}


.voice-dependency-page{
    width:31px;
    height:31px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:
        1px solid
        rgba(255,255,255,.07);

    border-radius:8px;

    color:#858d93;

    background:
        rgba(255,255,255,.02);

    text-decoration:none;

    font-size:11px;
}


.voice-dependency-page:hover{
    color:#e8b358;
}


@media (max-width:850px){

    .voice-install-info{
        grid-template-columns:1fr;
    }

}


@media (max-width:520px){

    .voice-dependency-item{
        align-items:flex-start;
        flex-direction:column;
    }

    .voice-dependency-actions{
        width:100%;
    }

    .voice-dependency-download{
        flex:1;
    }

}


/* /STAFFLAND VOICE — INSTALL + DEPENDENCIES */
