.tvp-user-panels,
.tvp-user-panels.tvp-purchase-panels{
    grid-template-columns:repeat(6,minmax(0,1fr));
}

.tvp-user-panels.tvp-installed-customer-panels{
    grid-template-columns:repeat(5,minmax(0,1fr));
}

.tvp-user-help{
    overflow:hidden;
}

.tvp-help-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    padding:2px 0 18px;
    border-bottom:1px solid #d8dee7;
}

.tvp-help-header span,
.tvp-help-tour-heading span{
    display:block;
    margin-bottom:4px;
    color:#c2410c;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.tvp-help-header h2,
.tvp-help-tour-heading h3{
    margin:0 0 7px;
}

.tvp-help-header p{
    margin:0;
}

.tvp-help-header>strong,
.tvp-help-header>b{
    flex:0 0 auto;
    padding:8px 12px;
    border:1px solid #fdba74;
    border-radius:999px;
    background:#fff7ed;
    color:#9a3412;
    font-size:.8rem;
    white-space:nowrap;
}

.tvp-help-search{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:16px;
    margin:20px 0;
    padding:16px;
    border:1px solid #d8dee7;
    border-radius:14px;
    background:#f8fafc;
}

.tvp-help-search label{
    margin:0;
}

.tvp-help-search input{
    margin-top:7px;
}

.tvp-help-search small{
    padding-bottom:11px;
    color:#64748b;
}

.tvp-help-topics{
    display:grid;
    gap:12px;
}

.tvp-help-topics details{
    border:1px solid #d8dee7;
    border-radius:14px;
    background:#fff;
}

.tvp-help-topics details[open]{
    border-color:#fb923c;
    background:#fff8f2;
}

.tvp-help-topics summary{
    position:relative;
    padding:17px 48px 17px 18px;
    color:#17233b;
    font-weight:800;
    cursor:pointer;
    list-style:none;
}

.tvp-help-topics summary::-webkit-details-marker{
    display:none;
}

.tvp-help-topics summary::after{
    content:'+';
    position:absolute;
    top:50%;
    right:18px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#ffedd5;
    color:#c2410c;
    font-size:1.1rem;
    line-height:24px;
    text-align:center;
    transform:translateY(-50%);
}

.tvp-help-topics details[open] summary::after{
    content:'−';
}

.tvp-help-topics details>div{
    padding:0 18px 18px;
}

.tvp-help-topics dl{
    display:grid;
    grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);
    margin:0;
    border-top:1px solid #e2e8f0;
}

.tvp-help-topics dt,
.tvp-help-topics dd{
    margin:0;
    padding:12px 10px;
    border-bottom:1px solid #e2e8f0;
}

.tvp-help-topics dt{
    color:#9a3412;
    font-weight:800;
}

.tvp-help-topics dd{
    color:#526071;
}

.tvp-help-topics ul{
    margin:0;
    padding-left:22px;
}

.tvp-help-topics li+li{
    margin-top:10px;
}

.tvp-help-tour{
    margin:20px 0;
    padding:20px;
    border:1px solid #86efac;
    border-radius:16px;
    background:linear-gradient(135deg,#f0fdf4,#eff6ff);
}

.tvp-help-tour-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.tvp-help-tour-heading>span{
    margin:0;
    padding:6px 10px;
    border-radius:999px;
    background:#dcfce7;
    color:#166534;
    white-space:nowrap;
}

.tvp-help-tour-steps{
    min-height:122px;
    margin-top:16px;
    padding:18px;
    border:1px solid #d8dee7;
    border-radius:14px;
    background:#fff;
}

.tvp-help-tour-steps article[hidden]{
    display:none;
}

.tvp-help-tour-steps b{
    color:#17233b;
    font-size:1.05rem;
}

.tvp-help-tour-steps p{
    margin:9px 0 0;
    color:#526071;
}

.tvp-help-tour-actions{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:14px;
}

.tvp-help-tour-actions button{
    width:auto;
    min-width:132px;
    margin:0;
}

.tvp-help-tour-actions button:disabled{
    opacity:.5;
    cursor:not-allowed;
}

.tvp-help-video-plan{
    margin-top:20px;
    padding:20px;
    border:1px solid #fdba74;
    border-top:4px solid #ff7a2d;
    border-radius:14px;
    background:#fffaf5;
}

.tvp-help-video-heading>span{
    display:block;
    color:#c2410c;
    font-size:.75rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.tvp-help-video-heading h3{
    margin:0 0 7px;
}

.tvp-help-video-heading p{
    margin:0;
}

.tvp-help-video-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:18px;
}

.tvp-help-video-grid article{
    overflow:hidden;
    border:1px solid #d8dee7;
    border-radius:12px;
    background:#fff;
    box-shadow:0 7px 20px #17233b12;
}

.tvp-help-video-grid video{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    border:0;
    background:#090909;
    object-fit:cover;
}

.tvp-help-video-grid article>div{
    display:grid;
    gap:5px;
    padding:14px;
}

.tvp-help-video-grid b{
    color:#17233b;
    font-size:1rem;
}

.tvp-help-video-grid span{
    color:#526071;
    font-size:.88rem;
    line-height:1.45;
}

.tvp-help-video-grid small{
    margin:0!important;
    color:#9a3412!important;
    font-weight:800!important;
}

.tvp-help-video-transcript{
    margin-top:7px;
    border-top:1px solid #e2e8f0;
}

.tvp-help-video-transcript summary{
    padding:10px 0 4px;
    color:#9a3412;
    font-size:.84rem;
    font-weight:900;
    cursor:pointer;
}

.tvp-help-video-transcript ol{
    margin:8px 0 0;
    padding-left:20px;
    color:#526071;
    font-size:.82rem;
    line-height:1.45;
}

.tvp-help-video-transcript li+li{
    margin-top:6px;
}

@media(max-width:1050px){
    .tvp-user-panels,
    .tvp-user-panels.tvp-purchase-panels{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:850px){
    .tvp-user-panels,
    .tvp-user-panels.tvp-purchase-panels{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .tvp-help-video-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:760px){
    .tvp-user-panels.tvp-installed-customer-panels{
        display:flex;
        grid-template-columns:none;
    }

    .tvp-help-header,
    .tvp-help-tour-heading{
        align-items:flex-start;
        flex-direction:column;
    }

    .tvp-help-search{
        grid-template-columns:1fr;
        align-items:stretch;
    }

    .tvp-help-search small{
        padding:0;
    }

    .tvp-help-topics dl{
        grid-template-columns:1fr;
    }

    .tvp-help-topics dt{
        padding-bottom:3px;
        border-bottom:0;
    }

    .tvp-help-topics dd{
        padding-top:3px;
    }
}

@media(max-width:520px){
    .tvp-user-panels,
    .tvp-user-panels.tvp-purchase-panels{
        grid-template-columns:1fr;
    }

    .tvp-help-tour-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .tvp-help-tour-actions button{
        min-width:0;
    }
}
