.v95-direction-toggle{
    width:100%;
    box-sizing:border-box;
    margin:0 0 16px;
}
.v95-direction-toggle-inner{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    width:100%;
    box-sizing:border-box;
    padding:10px 14px;
    background:linear-gradient(135deg, rgba(100,223,255,0.12), rgba(100,223,255,0.04));
    border:1px solid rgba(100,223,255,0.35);
    border-radius:14px;
}
.v95-dir-group{
    display:inline-flex;
    background:rgba(7,17,31,0.55);
    border:1px solid rgba(100,223,255,0.25);
    border-radius:999px;
    padding:3px;
    gap:3px;
}
.v95-dir-btn{
    appearance:none;
    border:0;
    background:transparent;
    color:#9fb4c2;
    font-size:13px;
    font-weight:600;
    letter-spacing:.01em;
    padding:8px 16px;
    border-radius:999px;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    gap:6px;
    transition:background .15s ease, color .15s ease;
}
.v95-dir-btn:hover{
    color:#eef8fb;
}
.v95-dir-btn.is-active{
    background:linear-gradient(135deg, #64dfff, #38b6e0);
    color:#04141c;
}
.v95-dir-icon{
    font-size:14px;
    line-height:1;
}
#v95-dir-status{
    font-size:11.5px;
    color:#9fb4c2;
    min-width:90px;
}
@media (max-width:640px){
    .v95-direction-toggle-inner{padding:8px 10px;gap:8px;}
    .v95-dir-btn{padding:7px 12px;font-size:12px;}
    #v95-dir-status{min-width:0;width:100%;text-align:center;}
}
