/*
 * NoviSuite Modern · HESK customer theme
 * Diseño consolidado mediante variables y reglas agrupadas.
 * Color de marca: #009bcf · Tipografía: Montserrat
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
    --primary: #007da8;
    --secondary: #009bcf;
    --tertiary: #17b7e8;
    --surface: #ffffff;
    --foreground: #102a43;
    --main-background: #f4f9fc;
    --font__pri-clr: #102a43;
    --font__sec-clr: #52667a;

    --header__bg: rgba(255, 255, 255, .96);
    --header_logo__clr: #102a43;
    --header_nav__clr: #334e68;
    --header_nav__hover_clr: var(--secondary);
    --header_profile__clr: #334e68;
    --header_profile__menu-bg: var(--surface);
    --header_profile__user-avatar-bg: var(--secondary);

    --search__bg: #eaf8fd;
    --input-bg: #ffffff;
    --input-clr: #102a43;
    --radio__fill-clr: var(--secondary);

    --link__pri-clr: #008fbe;
    --link__pri-hover-clr: #006f96;
    --link__sec-clr: var(--secondary);
    --link__sec-hover-clr: var(--primary);
    --breadcrumbs__a-clr: var(--secondary);
    --breadcrumbs__a-hover-clr: var(--primary);
    --footer__link-clr: var(--secondary);

    --icon_circle__clr: #ffffff;
    --icon_circle__bg: var(--secondary);
    --navlink_icon_hover__clr: #ffffff;
    --navlink_icon_hover__bg: var(--primary);
    --navlink__bg: var(--surface);
    --navlink__clr: var(--font__sec-clr);
    --navlink__hover-bg: #edf9fd;
    --navlink__title-clr: var(--font__pri-clr);

    --preview__clr: var(--font__sec-clr);
    --preview__bg: var(--surface);
    --preview__border-clr: #dcebf2;
    --preview__hover-bg: #f0faff;
    --preview__hover-icon-fill: #ffffff;
    --preview__title-clr: var(--font__pri-clr);
    --suggest_preview__bg: var(--surface);
    --suggest_preview__clr: var(--font__pri-clr);
    --suggest_preview__border-clr: #dcebf2;
    --suggest_preview__hover-bg: #f0faff;
    --suggest_preview__hover-icon-fill: #ffffff;
    --suggest_preview__title-clr: var(--font__pri-clr);

    --ticket_body__bg: var(--surface);
    --ticket_response__bg: #eef9fd;
    --table_row__bg: #f7fbfd;
    --table_row__bg-even: #eef7fb;
    --table_row__bg-hover: #e5f6fc;

    --info: var(--secondary);
    --info-2: #e7f7fd;
    --success-2: #eefbf5;
    --warning-2: #fff9e8;
    --error-2: #fff3f3;
    --shadow-1-30: 0 18px 50px rgba(21, 74, 100, .12);

    --ns-radius-sm: 10px;
    --ns-radius-md: 16px;
    --ns-radius-lg: 24px;
    --ns-border: 1px solid #dcebf2;
    --ns-shadow-sm: 0 8px 24px rgba(21, 74, 100, .08);
    --ns-shadow-md: 0 18px 48px rgba(21, 74, 100, .12);
    --ns-transition: 180ms ease;
}

.theme_novisuite_modern,
.theme_novisuite_modern button,
.theme_novisuite_modern input,
.theme_novisuite_modern select,
.theme_novisuite_modern textarea {
    font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme_novisuite_modern body {
    background:
        radial-gradient(circle at 8% 0%, rgba(0, 155, 207, .10), transparent 28rem),
        linear-gradient(180deg, #f9fcfe 0%, var(--main-background) 100%);
    color: var(--font__pri-clr);
}

.theme_novisuite_modern .wrapper,
.theme_novisuite_modern .main {
    min-height: 100vh;
}

.theme_novisuite_modern .contr {
    width: min(1180px, calc(100% - 40px));
}

.theme_novisuite_modern .header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--header__bg);
    border-bottom: var(--ns-border);
    box-shadow: 0 6px 24px rgba(21, 74, 100, .06);
    backdrop-filter: blur(14px);
}

.theme_novisuite_modern .header__inner {
    min-height: 78px;
    gap: 24px;
}

.theme_novisuite_modern .header__logo img {
    max-height: 48px;
    width: auto;
}

.theme_novisuite_modern .header a,
.theme_novisuite_modern .header button {
    font-weight: 600;
}

.theme_novisuite_modern .breadcrumbs {
    background: transparent;
    border: 0;
}

.theme_novisuite_modern .breadcrumbs__inner {
    padding-top: 22px;
    padding-bottom: 12px;
    font-size: .84rem;
}

.theme_novisuite_modern .main__content {
    padding: 22px 0 56px;
}

.theme_novisuite_modern .help-search {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 68px);
    margin-bottom: 26px;
    border: var(--ns-border);
    border-radius: var(--ns-radius-lg);
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 255, 255, .85), transparent 18rem),
        linear-gradient(135deg, #e8f8fd 0%, #f8fcfe 58%, #dff5fc 100%);
    box-shadow: var(--ns-shadow-md);
}

.theme_novisuite_modern .help-search::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 330px;
    height: 330px;
    border: 48px solid rgba(0, 155, 207, .08);
    border-radius: 50%;
    pointer-events: none;
}

.theme_novisuite_modern .search__title {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--font__pri-clr);
}

.theme_novisuite_modern .help-search form,
.theme_novisuite_modern .help-search .search,
.theme_novisuite_modern .help-search .search__form {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.theme_novisuite_modern .help-search input {
    min-height: 58px;
    padding-left: 22px;
    border-color: #cfe5ee;
    border-radius: 999px;
    box-shadow: var(--ns-shadow-sm);
}

.theme_novisuite_modern .help-search .btn,
.theme_novisuite_modern .help-search button {
    border-radius: 999px;
}

.theme_novisuite_modern .nav {
    /*display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));*/
    gap: 20px;
    margin: 0 0 30px;
}

.theme_novisuite_modern .navlink,
.theme_novisuite_modern .preview,
.theme_novisuite_modern .article,
.theme_novisuite_modern .form,
.theme_novisuite_modern .ticket,
.theme_novisuite_modern .ticket__body,
.theme_novisuite_modern .ticket__response,
.theme_novisuite_modern .white-box,
.theme_novisuite_modern .box,
.theme_novisuite_modern .table-wrapper {
    border: var(--ns-border);
    border-radius: var(--ns-radius-md);
    background: var(--surface);
    box-shadow: var(--ns-shadow-sm);
}

.theme_novisuite_modern .navlink {
    min-height: 126px;
    padding: 26px;
    gap: 20px;
    transition: transform var(--ns-transition), border-color var(--ns-transition), box-shadow var(--ns-transition), background var(--ns-transition);
}

.theme_novisuite_modern .navlink:hover,
.theme_novisuite_modern .preview:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--secondary) 48%, white);
    box-shadow: var(--ns-shadow-md);
}

.theme_novisuite_modern .navlink .icon-in-circle,
.theme_novisuite_modern .article__heading .icon-in-circle {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: linear-gradient(145deg, var(--tertiary), var(--primary));
    box-shadow: 0 10px 22px rgba(0, 155, 207, .22);
}

.theme_novisuite_modern .navlink__title,
.theme_novisuite_modern .preview__title {
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: -.015em;
}

.theme_novisuite_modern .article {
    padding: clamp(22px, 4vw, 36px);
}

.theme_novisuite_modern .article__heading {
    margin-bottom: 24px;
}

.theme_novisuite_modern .article__heading > a {
    gap: 16px;
}

.theme_novisuite_modern .tabbed__head {
    margin-bottom: 18px;
    border-bottom: var(--ns-border);
}

.theme_novisuite_modern .tabbed__head_tabs {
    gap: 28px;
}

.theme_novisuite_modern .tabbed__head_tabs li {
    padding: 12px 0 14px;
    font-weight: 600;
}

.theme_novisuite_modern .tabbed__tabs_tab.is-visible {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.theme_novisuite_modern .preview {
    align-items: flex-start;
    min-height: 142px;
    margin: 0;
    padding: 22px;
    box-shadow: none;
    transition: transform var(--ns-transition), border-color var(--ns-transition), box-shadow var(--ns-transition), background var(--ns-transition);
}

.theme_novisuite_modern .preview .icon-in-circle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--info-2);
}

.theme_novisuite_modern .preview .icon-in-circle .icon {
    fill: var(--secondary);
}

.theme_novisuite_modern .preview__text p {
    line-height: 1.55;
}

.theme_novisuite_modern .article__footer {
    margin-top: 26px;
}

.theme_novisuite_modern .btn,
.theme_novisuite_modern button,
.theme_novisuite_modern input[type="submit"] {
    min-height: 44px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform var(--ns-transition), box-shadow var(--ns-transition), background var(--ns-transition);
}

.theme_novisuite_modern .btn:hover,
.theme_novisuite_modern button:hover,
.theme_novisuite_modern input[type="submit"]:hover {
    transform: translateY(-1px);
}

.theme_novisuite_modern .btn--blue,
.theme_novisuite_modern .btn-full,
.theme_novisuite_modern input[type="submit"] {
    border-color: var(--secondary);
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    box-shadow: 0 10px 22px rgba(0, 155, 207, .20);
}

.theme_novisuite_modern input,
.theme_novisuite_modern textarea,
.theme_novisuite_modern select,
.theme_novisuite_modern .selectize-input {
    border: var(--ns-border);
    border-radius: 12px;
    background: var(--input-bg);
    box-shadow: none;
    transition: border-color var(--ns-transition), box-shadow var(--ns-transition);
}

.theme_novisuite_modern input:not([type="checkbox"]):not([type="radio"]),
.theme_novisuite_modern select,
.theme_novisuite_modern .selectize-input {
    min-height: 48px;
}

.theme_novisuite_modern textarea {
    min-height: 150px;
    padding: 16px;
}

.theme_novisuite_modern input:focus,
.theme_novisuite_modern textarea:focus,
.theme_novisuite_modern select:focus,
.theme_novisuite_modern .selectize-input.focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(0, 155, 207, .13);
}

.theme_novisuite_modern label,
.theme_novisuite_modern .label {
    font-weight: 600;
    color: #29465b;
}

.theme_novisuite_modern .form,
.theme_novisuite_modern form.form {
    padding: clamp(22px, 4vw, 36px);
}

.theme_novisuite_modern .form-group,
.theme_novisuite_modern .form__group {
    margin-bottom: 22px;
}

.theme_novisuite_modern .dropzone {
    padding: 28px;
    border: 1.5px dashed #8fd5eb;
    border-radius: var(--ns-radius-md);
    background: #f5fbfe;
}

.theme_novisuite_modern .notification,
.theme_novisuite_modern .alert {
    padding: 18px 20px;
    border-radius: 14px;
}

.theme_novisuite_modern .ticket,
.theme_novisuite_modern .ticket__body,
.theme_novisuite_modern .ticket__response {
    overflow: hidden;
}

.theme_novisuite_modern .ticket__body,
.theme_novisuite_modern .ticket__response {
    padding: 24px;
    margin-bottom: 18px;
}

.theme_novisuite_modern .ticket__response {
    border-left: 4px solid var(--secondary);
}

.theme_novisuite_modern table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

.theme_novisuite_modern table th {
    padding: 12px 16px;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--font__sec-clr);
}

.theme_novisuite_modern table td {
    padding: 15px 16px;
}

.theme_novisuite_modern table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
}

.theme_novisuite_modern table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}

.theme_novisuite_modern .footer {
    margin-top: 24px;
    padding: 34px 0;
    border-top: var(--ns-border);
    background: rgba(255, 255, 255, .75);
}

.theme_novisuite_modern .footer p,
.theme_novisuite_modern .footer a {
    font-size: 0 !important;
}

@media (max-width: 860px) {
    .theme_novisuite_modern .contr {
        width: min(100% - 24px, 1180px);
    }

    .theme_novisuite_modern .header__inner {
        min-height: 68px;
        gap: 12px;
    }

    .theme_novisuite_modern .help-search {
        padding: 34px 24px;
        border-radius: 20px;
    }

    .theme_novisuite_modern .nav,
    .theme_novisuite_modern .tabbed__tabs_tab.is-visible {
        grid-template-columns: 1fr;
    }

    .theme_novisuite_modern .navlink {
        min-height: 0;
        padding: 22px;
    }
}

@media (max-width: 560px) {
    .theme_novisuite_modern .main__content {
        padding-top: 10px;
    }

    .theme_novisuite_modern .search__title {
        font-size: 2rem;
    }

    .theme_novisuite_modern .article,
    .theme_novisuite_modern .form,
    .theme_novisuite_modern form.form {
        padding: 18px;
        border-radius: 16px;
    }

    .theme_novisuite_modern .navlink {
        align-items: flex-start;
    }
}
