/*
TIEZ customer portal UI refresh.
This file centralizes branding, spacing and component overrides for the customer portal.
*/

:root {
    --primary: #101820;
    --secondary: #8a5c17;
    --tertiary: #c79a3b;
    --surface: #ffffff;
    --foreground: #101820;
    --main-background: #f4efe5;
    --font__pri-clr: #18232d;
    --font__sec-clr: #5e6770;
    --header__bg: #0f1115;
    --header_logo__clr: #f8f1da;
    --header_nav__clr: rgba(248, 241, 218, 0.86);
    --header_nav__hover_clr: #ffffff;
    --header_profile__clr: #ffffff;
    --header_profile__menu-bg: #ffffff;
    --header_profile__user-avatar-bg: #c79a3b;
    --header_profile__mobile-user-avatar-bg: #ddc89f;
    --navlink_icon_hover__clr: #101820;
    --navlink_icon_hover__bg: #d7b56a;
    --navlink__bg: #ffffff;
    --navlink__clr: #4c5861;
    --navlink__hover-bg: #fff9ef;
    --navlink__title-clr: #141d25;
    --article__head-bg: #11161b;
    --article__head-clr: #f8f1da;
    --article__head-border-clr: rgba(199, 154, 59, 0.38);
    --input-bg: #fffdfa;
    --input-clr: #13202a;
    --link__pri-clr: #8a5c17;
    --link__pri-hover-clr: #101820;
    --link__sec-clr: #8a5c17;
    --link__sec-hover-clr: #101820;
    --search__bg: #11161b;
    --search__clr: #101820;
    --search__input-bg: #fffdf9;
    --ticket_body__bg: #fffdfa;
    --ticket_response__bg: #fbf5e7;
    --preview__bg: #fffdfa;
    --preview__clr: #55616b;
    --preview__border-clr: rgba(199, 154, 59, 0.18);
    --preview__hover-bg: #fff8eb;
    --preview__hover-icon-fill: #fff6df;
    --preview__title-clr: #161f28;
    --suggest_preview__bg: #fffdfa;
    --suggest_preview__clr: #18232d;
    --suggest_preview__border-clr: rgba(199, 154, 59, 0.18);
    --suggest_preview__hover-bg: #fff8eb;
    --suggest_preview__hover-icon-fill: #fff6df;
    --suggest_preview__title-clr: #8a5c17;
    --article_preview__hover-clr: #101820;
    --article_preview_suggestion_clr: #18232d;
    --table_row__bg: #fffdf8;
    --table_row__bg-even: #faf2df;
    --table_row__bg-hover: #fff8ea;
    --breadcrumbs__a-clr: #8a5c17;
    --breadcrumbs__a-hover-clr: #101820;
    --notification__clr: #18232d;
    --btn__bg-clr-pri: #8a5c17;
    --btn__clr-pri: #fffaf0;
    --btn__border-clr-pri: #5f3b05;
    --dropdown__border-clr: #d1b37c;
}

html[data-tiez-theme="light"] {
    color-scheme: light;
    --primary: #102a35;
    --secondary: #2f7d8c;
    --tertiary: #c79a3b;
    --surface: #ffffff;
    --foreground: #102a35;
    --main-background: #eef4f6;
    --font__pri-clr: #152632;
    --font__sec-clr: #5b6770;
    --header__bg: #101820;
    --header_logo__clr: #fff6df;
    --header_nav__clr: rgba(255, 246, 223, 0.84);
    --header_nav__hover_clr: #ffffff;
    --header_profile__clr: #ffffff;
    --header_profile__menu-bg: #ffffff;
    --header_profile__user-avatar-bg: #2f7d8c;
    --header_profile__mobile-user-avatar-bg: #d7b56a;
    --navlink_icon_hover__clr: #102a35;
    --navlink_icon_hover__bg: #d7b56a;
    --navlink__bg: #ffffff;
    --navlink__clr: #52616b;
    --navlink__hover-bg: #eef8f9;
    --navlink__title-clr: #102a35;
    --article__head-bg: #102a35;
    --article__head-clr: #fff6df;
    --article__head-border-clr: rgba(199, 154, 59, 0.34);
    --input-bg: #ffffff;
    --input-clr: #14232e;
    --link__pri-clr: #236f7c;
    --link__pri-hover-clr: #102a35;
    --link__sec-clr: #236f7c;
    --link__sec-hover-clr: #102a35;
    --search__bg: #102a35;
    --search__clr: #102a35;
    --search__input-bg: #ffffff;
    --ticket_body__bg: #ffffff;
    --ticket_response__bg: #eef7f8;
    --preview__bg: #ffffff;
    --preview__clr: #56636d;
    --preview__border-clr: rgba(47, 125, 140, 0.16);
    --preview__hover-bg: #eef8f9;
    --preview__hover-icon-fill: #e0f1f3;
    --preview__title-clr: #102a35;
    --suggest_preview__bg: #ffffff;
    --suggest_preview__clr: #152632;
    --suggest_preview__border-clr: rgba(47, 125, 140, 0.16);
    --suggest_preview__hover-bg: #eef8f9;
    --suggest_preview__hover-icon-fill: #e0f1f3;
    --suggest_preview__title-clr: #236f7c;
    --article_preview__hover-clr: #102a35;
    --article_preview_suggestion_clr: #152632;
    --table_row__bg: #ffffff;
    --table_row__bg-even: #f4f8f9;
    --table_row__bg-hover: #edf7f8;
    --breadcrumbs__a-clr: #236f7c;
    --breadcrumbs__a-hover-clr: #102a35;
    --tiez-breadcrumb-bg: linear-gradient(90deg, rgba(255, 250, 240, 0.98) 0%, rgba(238, 247, 248, 0.96) 100%);
    --tiez-breadcrumb-border: rgba(199, 154, 59, 0.22);
    --tiez-breadcrumb-link: #236f7c;
    --tiez-breadcrumb-current: #102a35;
    --tiez-breadcrumb-hover: #8a5c17;
    --tiez-breadcrumb-separator: rgba(199, 154, 59, 0.7);
    --tiez-breadcrumb-selection-bg: rgba(35, 111, 124, 0.2);
    --tiez-breadcrumb-selection-text: #102a35;
    --notification__clr: #152632;
    --btn__bg-clr-pri: #2f7d8c;
    --btn__clr-pri: #ffffff;
    --btn__border-clr-pri: #1e5d68;
    --tiez-btn-primary-bg: #236f7c;
    --tiez-btn-primary-text: #ffffff;
    --tiez-btn-primary-border: #194f59;
    --tiez-btn-primary-hover-bg: #102a35;
    --tiez-btn-primary-hover-text: #fff6df;
    --tiez-btn-secondary-bg: #edf7f8;
    --tiez-btn-secondary-text: #102a35;
    --tiez-btn-secondary-border: rgba(35, 111, 124, 0.42);
    --tiez-btn-secondary-hover-bg: #102a35;
    --tiez-btn-secondary-hover-text: #fff6df;
    --tiez-btn-focus-ring: rgba(35, 111, 124, 0.24);
    --tiez-header-btn-bg: #f1fbff;
    --tiez-header-btn-text: #102a35;
    --tiez-header-btn-border: rgba(142, 219, 226, 0.7);
    --tiez-header-btn-hover-bg: #102a35;
    --tiez-header-btn-hover-text: #fff6df;
    --tiez-header-btn-shadow: 0 12px 24px rgba(4, 10, 14, 0.18);
    --tiez-header-toggle-bg: rgba(255, 246, 223, 0.1);
    --tiez-header-toggle-border: rgba(255, 246, 223, 0.32);
    --tiez-header-toggle-text: #fff6df;
    --dropdown__border-clr: rgba(47, 125, 140, 0.22);
    --tiez-body-bg: radial-gradient(circle at top, rgba(47, 125, 140, 0.14), transparent 36rem), linear-gradient(180deg, #f7fafb 0%, #edf4f6 100%);
    --tiez-main-bg: linear-gradient(180deg, rgba(248, 251, 252, 0.96) 0%, rgba(237, 244, 247, 0.99) 100%);
    --tiez-main-pattern: radial-gradient(circle at 10% 0%, rgba(47, 125, 140, 0.12), transparent 24rem), radial-gradient(circle at 100% 18%, rgba(199, 154, 59, 0.13), transparent 28rem);
    --tiez-top-bg: linear-gradient(135deg, #101820 0%, #18313a 52%, #314a3f 100%);
    --tiez-footer-bg: linear-gradient(135deg, #101820 0%, #182631 56%, #223b3f 100%);
    --tiez-top-border: rgba(199, 154, 59, 0.28);
    --tiez-hero-bg: linear-gradient(135deg, #102a35 0%, #1f5f6b 58%, #657a45 100%);
    --tiez-hero-ring: rgba(255, 246, 223, 0.18);
    --tiez-on-hero: #fff8e8;
    --tiez-on-hero-muted: rgba(255, 248, 232, 0.76);
    --tiez-panel-bg: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    --tiez-panel-soft-bg: #f2f7f8;
    --tiez-panel-border: rgba(31, 64, 72, 0.13);
    --tiez-panel-shadow: 0 20px 42px rgba(20, 45, 55, 0.1);
    --tiez-heading: #102a35;
    --tiez-copy: #52616b;
    --tiez-subtle: #edf5f7;
    --tiez-subtle-2: #e4eef1;
    --tiez-input-bg: #ffffff;
    --tiez-input-text: #14232e;
    --tiez-input-border: rgba(47, 125, 140, 0.26);
    --tiez-toggle-bg: rgba(255, 255, 255, 0.08);
    --tiez-toggle-border: rgba(255, 246, 223, 0.28);
    --tiez-toggle-text: #fff6df;
    --tiez-accent-panel-bg: linear-gradient(135deg, rgba(16, 42, 53, 0.96) 0%, rgba(36, 101, 111, 0.94) 100%);
    --tiez-accent-border: rgba(215, 181, 106, 0.28);
    --tiez-table-head-bg: #102a35;
    --tiez-table-head-text: #fff6df;
}

html[data-tiez-theme="dark"] {
    color-scheme: dark;
    --primary: #eef5f7;
    --secondary: #7bd0d8;
    --tertiary: #d7b56a;
    --surface: #111a22;
    --foreground: #eef5f7;
    --main-background: #090f14;
    --font__pri-clr: #eef5f7;
    --font__sec-clr: #a8b6c1;
    --header__bg: #05080b;
    --header_logo__clr: #fff3d3;
    --header_nav__clr: rgba(255, 246, 223, 0.78);
    --header_nav__hover_clr: #ffffff;
    --header_profile__clr: #ffffff;
    --header_profile__menu-bg: #111a22;
    --header_profile__user-avatar-bg: #7bd0d8;
    --header_profile__mobile-user-avatar-bg: #d7b56a;
    --navlink_icon_hover__clr: #0a1015;
    --navlink_icon_hover__bg: #d7b56a;
    --navlink__bg: #111a22;
    --navlink__clr: #a8b6c1;
    --navlink__hover-bg: #162430;
    --navlink__title-clr: #eef5f7;
    --article__head-bg: #070d12;
    --article__head-clr: #fff3d3;
    --article__head-border-clr: rgba(215, 181, 106, 0.32);
    --input-bg: #0f1720;
    --input-clr: #eef5f7;
    --link__pri-clr: #8edbe2;
    --link__pri-hover-clr: #fff3d3;
    --link__sec-clr: #8edbe2;
    --link__sec-hover-clr: #fff3d3;
    --search__bg: #070d12;
    --search__clr: #eef5f7;
    --search__input-bg: #0f1720;
    --ticket_body__bg: #111a22;
    --ticket_response__bg: #162430;
    --preview__bg: #111a22;
    --preview__clr: #a8b6c1;
    --preview__border-clr: rgba(142, 219, 226, 0.14);
    --preview__hover-bg: #162430;
    --preview__hover-icon-fill: rgba(142, 219, 226, 0.16);
    --preview__title-clr: #eef5f7;
    --suggest_preview__bg: #111a22;
    --suggest_preview__clr: #eef5f7;
    --suggest_preview__border-clr: rgba(142, 219, 226, 0.14);
    --suggest_preview__hover-bg: #162430;
    --suggest_preview__hover-icon-fill: rgba(142, 219, 226, 0.16);
    --suggest_preview__title-clr: #8edbe2;
    --article_preview__hover-clr: #fff3d3;
    --article_preview_suggestion_clr: #eef5f7;
    --table_row__bg: #111a22;
    --table_row__bg-even: #0f1720;
    --table_row__bg-hover: #162430;
    --breadcrumbs__a-clr: #8edbe2;
    --breadcrumbs__a-hover-clr: #fff3d3;
    --tiez-breadcrumb-bg: linear-gradient(90deg, #071015 0%, #0d1a21 58%, #122f35 100%);
    --tiez-breadcrumb-border: rgba(215, 181, 106, 0.28);
    --tiez-breadcrumb-link: #8edbe2;
    --tiez-breadcrumb-current: #fff3d3;
    --tiez-breadcrumb-hover: #ffffff;
    --tiez-breadcrumb-separator: rgba(215, 181, 106, 0.72);
    --tiez-breadcrumb-selection-bg: rgba(215, 181, 106, 0.34);
    --tiez-breadcrumb-selection-text: #fff3d3;
    --notification__clr: #eef5f7;
    --btn__bg-clr-pri: #2f7d8c;
    --btn__clr-pri: #ffffff;
    --btn__border-clr-pri: #1e5d68;
    --tiez-btn-primary-bg: #236f7c;
    --tiez-btn-primary-text: #ffffff;
    --tiez-btn-primary-border: #194f59;
    --tiez-btn-primary-hover-bg: #102a35;
    --tiez-btn-primary-hover-text: #fff6df;
    --tiez-btn-secondary-bg: #edf7f8;
    --tiez-btn-secondary-text: #102a35;
    --tiez-btn-secondary-border: rgba(35, 111, 124, 0.42);
    --tiez-btn-secondary-hover-bg: #102a35;
    --tiez-btn-secondary-hover-text: #fff6df;
    --tiez-btn-focus-ring: rgba(35, 111, 124, 0.24);
    --tiez-header-btn-bg: #f1fbff;
    --tiez-header-btn-text: #102a35;
    --tiez-header-btn-border: rgba(142, 219, 226, 0.7);
    --tiez-header-btn-hover-bg: #102a35;
    --tiez-header-btn-hover-text: #fff6df;
    --tiez-header-btn-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    --tiez-header-toggle-bg: rgba(255, 243, 211, 0.1);
    --tiez-header-toggle-border: rgba(255, 243, 211, 0.38);
    --tiez-header-toggle-text: #fff3d3;
    --dropdown__border-clr: rgba(142, 219, 226, 0.2);
    --tiez-body-bg: radial-gradient(circle at top, rgba(123, 208, 216, 0.13), transparent 36rem), linear-gradient(180deg, #070c10 0%, #0d141b 100%);
    --tiez-main-bg: linear-gradient(180deg, rgba(9, 15, 20, 0.98) 0%, rgba(13, 20, 27, 0.99) 100%);
    --tiez-main-pattern: radial-gradient(circle at 10% 0%, rgba(123, 208, 216, 0.1), transparent 24rem), radial-gradient(circle at 100% 18%, rgba(215, 181, 106, 0.1), transparent 28rem);
    --tiez-top-bg: linear-gradient(135deg, #030507 0%, #0d141b 48%, #16323a 100%);
    --tiez-footer-bg: linear-gradient(135deg, #030507 0%, #0d141b 56%, #142933 100%);
    --tiez-top-border: rgba(215, 181, 106, 0.24);
    --tiez-hero-bg: linear-gradient(135deg, #071015 0%, #12313b 58%, #1b4e59 100%);
    --tiez-hero-ring: rgba(142, 219, 226, 0.13);
    --tiez-on-hero: #fff3d3;
    --tiez-on-hero-muted: rgba(255, 243, 211, 0.72);
    --tiez-panel-bg: linear-gradient(180deg, #111a22 0%, #0f171f 100%);
    --tiez-panel-soft-bg: #0f1720;
    --tiez-panel-border: rgba(158, 184, 198, 0.14);
    --tiez-panel-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
    --tiez-heading: #eef5f7;
    --tiez-copy: #a8b6c1;
    --tiez-subtle: #101b24;
    --tiez-subtle-2: #162430;
    --tiez-input-bg: #0f1720;
    --tiez-input-text: #eef5f7;
    --tiez-input-border: rgba(142, 219, 226, 0.2);
    --tiez-toggle-bg: rgba(123, 208, 216, 0.1);
    --tiez-toggle-border: rgba(255, 243, 211, 0.22);
    --tiez-toggle-text: #fff3d3;
    --tiez-accent-panel-bg: linear-gradient(135deg, rgba(6, 13, 18, 0.98) 0%, rgba(18, 49, 59, 0.96) 100%);
    --tiez-accent-border: rgba(215, 181, 106, 0.24);
    --tiez-table-head-bg: #070d12;
    --tiez-table-head-text: #fff3d3;
}

html {
    scroll-behavior: smooth;
}

body.cust-help {
    background:
        radial-gradient(circle at top, rgba(199, 154, 59, 0.22), transparent 36rem),
        linear-gradient(180deg, #f7f2e9 0%, #efe7d8 100%);
}

.cust-help .wrapper {
    position: relative;
    margin: 0 !important;
    background: transparent;
}

.cust-help .main {
    position: relative;
}

.cust-help .main__content {
    position: relative;
    padding: 32px 0 60px;
    background: linear-gradient(180deg, rgba(250, 246, 239, 0.94) 0%, rgba(244, 239, 229, 0.98) 100%);
}

.cust-help .main__content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 0%, rgba(199, 154, 59, 0.12), transparent 24rem),
        radial-gradient(circle at 100% 18%, rgba(16, 24, 32, 0.06), transparent 28rem);
}

.cust-help .contr {
    max-width: 1160px;
    padding: 0 20px;
}

.main__content > .contr,
.help-search,
.table-wrap,
.article,
.topics,
.form-submit-ticket,
.notification,
.ticket__body_block,
.ticket__params .params--block,
.tiez-home-panel {
    position: relative;
    z-index: 1;
}

.tiez-topbar {
    background: linear-gradient(135deg, #050607 0%, #12171d 50%, #1d2630 100%);
    border-bottom: 1px solid rgba(199, 154, 59, 0.24);
}

.tiez-topbar__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tiez-topbar__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff6df;
}

.tiez-topbar__brand:hover {
    color: #ffffff;
}

.tiez-topbar__logo {
    width: 88px;
    max-width: 88px;
    max-height: 92px;
    height: auto;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.tiez-topbar__copy strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tiez-topbar__copy span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 246, 223, 0.76);
    line-height: 1.45;
}

.tiez-topbar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid rgba(215, 181, 106, 0.34);
    border-radius: 999px;
    background: rgba(255, 248, 230, 0.08);
    color: #f2cf81;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cust-help .header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(199, 154, 59, 0.18);
    background: rgba(15, 17, 21, 0.82);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 28px rgba(8, 10, 12, 0.18);
}

.cust-help .header__inner {
    gap: 18px;
    padding: 14px 0;
}

.cust-help .header__logo {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f8f1da;
}

.cust-help .header__logo:hover {
    color: #ffffff;
}

.cust-help .header__inner .header__nav {
    margin: 0;
    gap: 10px;
}

.cust-help .header__inner .header__nav .nav-item:not(:first-child) {
    margin-left: 0;
}

.cust-help .header__inner .header__nav .nav-item a:not(.btn) {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 8px;
    font-weight: 600;
}

.cust-help .header__lang select {
    appearance: none;
    min-height: 40px;
    padding: 10px 34px 10px 14px;
    border: 1px solid rgba(255, 246, 223, 0.18);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    background-image:
        linear-gradient(45deg, transparent 50%, #f8f1da 50%),
        linear-gradient(135deg, #f8f1da 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: #f8f1da;
    cursor: pointer;
}

.cust-help .header__lang select:focus {
    outline: none;
    border-color: rgba(242, 207, 129, 0.55);
    box-shadow: 0 0 0 4px rgba(199, 154, 59, 0.14);
}

.header .profile__user {
    min-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 12px;
    border-left: 1px solid rgba(255, 246, 223, 0.12);
}

.header .user__ava {
    width: 36px;
    height: 36px;
    box-shadow: 0 10px 18px rgba(199, 154, 59, 0.22);
}

.header .profile__user .profile__menu {
    min-width: 250px;
    padding: 14px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 42px rgba(16, 24, 32, 0.16);
}

.header .profile__user .profile__menu .profile--view {
    margin-bottom: 10px;
}

.header .profile__user .profile__menu .profile--view:last-of-type {
    margin-bottom: 0;
}

.header .profile__user .profile__menu .profile--view a {
    width: 100%;
    justify-content: center;
}

.header .profile__user .profile__menu .profile--logout {
    border-top: 0;
    border-radius: 18px;
    overflow: visible;
    background: transparent;
}

.header .profile__user .profile__menu .profile--logout a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--tiez-btn-primary-border);
    border-radius: 18px;
    background: var(--tiez-btn-primary-bg);
    color: var(--tiez-btn-primary-text) !important;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--tiez-btn-primary-bg) 26%, transparent);
}

.header .profile__user .profile__menu .profile--logout a:hover,
.header .profile__user .profile__menu .profile--logout a:focus-visible {
    background: var(--tiez-btn-primary-hover-bg);
    border-color: var(--tiez-btn-primary-hover-bg);
    color: var(--tiez-btn-primary-hover-text) !important;
    box-shadow: 0 16px 32px color-mix(in srgb, var(--tiez-btn-primary-hover-bg) 28%, transparent);
}

.header .profile__user .profile__menu .profile--logout a .icon-log-out {
    fill: currentColor;
}

.btn,
.btn-full,
.btn--blue-border,
.btn-border {
    border-radius: 16px;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.btn-full,
.btn--blue-border,
.btn-border {
    min-height: 48px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.btn-full {
    box-shadow: 0 14px 28px rgba(95, 59, 5, 0.18);
}

.btn-full:hover,
.btn--blue-border:hover,
.btn-border:hover {
    transform: translateY(-1px);
}

.btn--blue-border {
    border-color: rgba(16, 24, 32, 0.12);
    background: rgba(255, 250, 240, 0.92);
    color: #101820;
    box-shadow: 0 10px 22px rgba(16, 24, 32, 0.08);
}

.btn--blue-border:hover {
    border-color: #101820;
    background: #101820;
    color: #fff6df;
}

.tiez-home-panel--accent .btn--blue-border {
    border-color: rgba(255, 235, 189, 0.32);
    background: rgba(255, 248, 230, 0.08);
    color: #fff1ce;
}

.tiez-home-panel--accent .btn--blue-border:hover {
    border-color: #f1c76b;
    background: #f1c76b;
    color: #101820;
}

.breadcrumbs {
    border-bottom: 1px solid rgba(138, 92, 23, 0.1);
    background: rgba(255, 252, 246, 0.74);
    backdrop-filter: blur(12px);
}

.breadcrumbs__inner {
    gap: 10px;
    padding: 14px 0;
}

.breadcrumbs__inner a,
.breadcrumbs__inner .last {
    font-size: 13px;
    line-height: 1.5;
}

.breadcrumbs__inner .icon {
    color: rgba(138, 92, 23, 0.48);
}

.main__content.notice-flash {
    margin-top: 0;
}

.notification {
    margin-bottom: 24px;
    padding: 24px 28px 24px 34px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 26px;
    box-shadow: 0 20px 42px rgba(16, 24, 32, 0.08);
}

.notification::before {
    width: 6px;
    border-radius: 26px 0 0 26px;
}

.notification.blue {
    background: linear-gradient(180deg, #eef7ff 0%, #e5f0fa 100%);
}

.notification.green {
    background: linear-gradient(180deg, #eefbf3 0%, #e5f5eb 100%);
}

.notification.orange {
    background: linear-gradient(180deg, #fff9ea 0%, #fff2cf 100%);
}

.notification.red {
    background: linear-gradient(180deg, #fff1f1 0%, #ffe5e5 100%);
}

.notification.browser-default p + p {
    margin-top: 10px !important;
}

.notification__body {
    color: inherit;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.notification__body > :first-child {
    margin-top: 0 !important;
}

.notification__body > :last-child {
    margin-bottom: 0 !important;
}

html[data-tiez-theme="dark"] .notification {
    border-color: rgba(142, 219, 226, 0.14);
    background: linear-gradient(180deg, rgba(17, 26, 34, 0.98) 0%, rgba(10, 17, 24, 0.98) 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
    color: #eef5f7;
}

html[data-tiez-theme="dark"] .notification.red {
    border-color: rgba(255, 112, 92, 0.34);
    background: linear-gradient(180deg, rgba(54, 23, 24, 0.96) 0%, rgba(28, 16, 18, 0.98) 100%);
    color: #fff2ec;
}

html[data-tiez-theme="dark"] .notification.orange {
    border-color: rgba(240, 198, 112, 0.32);
    background: linear-gradient(180deg, rgba(58, 42, 19, 0.96) 0%, rgba(30, 24, 15, 0.98) 100%);
    color: #fff3d3;
}

html[data-tiez-theme="dark"] .notification.green {
    border-color: rgba(123, 208, 160, 0.3);
    background: linear-gradient(180deg, rgba(18, 48, 39, 0.96) 0%, rgba(11, 29, 26, 0.98) 100%);
    color: #e8fff3;
}

html[data-tiez-theme="dark"] .notification.blue {
    border-color: rgba(142, 219, 226, 0.3);
    background: linear-gradient(180deg, rgba(15, 45, 56, 0.96) 0%, rgba(9, 24, 33, 0.98) 100%);
    color: #e9fbff;
}

html[data-tiez-theme="dark"] .notification p,
html[data-tiez-theme="dark"] .notification li,
html[data-tiez-theme="dark"] .notification strong,
html[data-tiez-theme="dark"] .notification b,
html[data-tiez-theme="dark"] .notification .text-danger,
html[data-tiez-theme="dark"] .notification .isErrorStr {
    color: inherit !important;
}

html[data-tiez-theme="dark"] .notification a {
    color: #8edbe2 !important;
}

.page-index .tiez-home-feedback {
    max-width: 896px;
    margin: 0 auto 18px;
    max-height: 180px;
    overflow: hidden;
    transition:
        opacity 260ms ease,
        transform 260ms ease,
        max-height 260ms ease,
        margin 260ms ease;
}

.page-index .tiez-home-feedback.is-hiding {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
}

.page-index .tiez-home-feedback .main__content.notice-flash {
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.page-index .tiez-home-feedback .main__content.notice-flash::before,
.page-index .tiez-home-feedback .notification::before {
    display: none;
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification {
    position: relative;
    min-height: 74px;
    margin: 0;
    padding: 18px 24px 18px 82px;
    overflow: hidden;
    border-radius: 24px;
    border-color: rgba(29, 150, 105, 0.22);
    background:
        radial-gradient(circle at 0% 50%, rgba(45, 212, 141, 0.16), transparent 19rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 250, 242, 0.98) 100%);
    box-shadow: 0 18px 42px rgba(16, 42, 53, 0.1);
    color: #143326;
    animation: tiez-feedback-in 340ms ease both;
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 15px;
    background: linear-gradient(135deg, #1d9669 0%, #2fd28d 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
    box-shadow: 0 12px 22px rgba(29, 150, 105, 0.24);
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification p {
    margin: 0 !important;
    color: inherit;
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification p:first-child b {
    display: block;
    margin-bottom: 4px;
    color: #0f6c4b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification .notification__body {
    margin-top: 4px;
}

.page-index .tiez-home-feedback .main__content.notice-flash > .notification.browser-default p + p {
    margin-top: 4px !important;
}

html[data-tiez-theme="dark"] .page-index .tiez-home-feedback .notification {
    border-color: rgba(80, 220, 158, 0.24);
    background:
        radial-gradient(circle at 0% 50%, rgba(80, 220, 158, 0.12), transparent 18rem),
        linear-gradient(135deg, rgba(9, 28, 27, 0.98) 0%, rgba(6, 18, 23, 0.98) 100%);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
    color: #e8fff3;
}

html[data-tiez-theme="dark"] .page-index .tiez-home-feedback .notification p:first-child b {
    color: #84f0bf;
}

html[data-tiez-theme="dark"] .page-index .tiez-home-feedback .notification::after {
    background: linear-gradient(135deg, #1d9669 0%, #84f0bf 100%);
    color: #061217;
    box-shadow: 0 12px 24px rgba(80, 220, 158, 0.18);
}

@keyframes tiez-feedback-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-login .tiez-login-feedback {
    max-width: 760px;
    margin: 0 auto;
}

.page-login .tiez-login-feedback:empty {
    display: none;
}

.page-login .tiez-login-feedback .main__content.notice-flash {
    min-height: 0;
    margin: 0 0 26px;
    padding: 0;
    background: transparent;
}

.page-login .tiez-login-feedback .main__content.notice-flash::before,
.page-login .tiez-login-feedback .notification::before {
    display: none;
}

.page-login .tiez-login-feedback .notification {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 18px;
    align-items: flex-start;
    margin: 0;
    padding: 24px 28px;
    border-radius: 26px;
}

.page-login .tiez-login-feedback .notification::after {
    content: "!";
    display: inline-flex;
    grid-column: 1;
    grid-row: 1 / span 3;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 77, 50, 0.14);
    color: #cc2f1d;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.page-login .tiez-login-feedback .notification > * {
    grid-column: 2;
}

.page-login .tiez-login-feedback .notification p {
    margin: 0 !important;
    color: inherit;
}

.page-login .tiez-login-feedback .notification p:first-child b {
    display: block;
    margin: 0 0 6px;
    color: #b83a27;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.page-login .tiez-login-feedback .notification.red {
    border-color: rgba(184, 58, 39, 0.28);
    background: linear-gradient(135deg, #fff6f1 0%, #ffe9e4 100%);
    color: #56302b;
}

.page-login .tiez-login-feedback .notification ul {
    display: grid;
    gap: 6px;
    margin: 12px 0 0;
    padding-left: 18px;
}

.page-login .tiez-login-feedback .notification li {
    color: inherit;
    line-height: 1.45;
}

html[data-tiez-theme="dark"] .page-login .tiez-login-feedback .notification.red {
    border-color: rgba(255, 91, 68, 0.34);
    background: linear-gradient(135deg, rgba(42, 18, 18, 0.98) 0%, rgba(18, 15, 18, 0.98) 100%);
    color: #fff2ec;
}

html[data-tiez-theme="dark"] .page-login .tiez-login-feedback .notification::after {
    background: rgba(255, 91, 68, 0.16);
    color: #ffb1a4;
}

html[data-tiez-theme="dark"] .page-login .tiez-login-feedback .notification p:first-child b {
    color: #ffb1a4;
}

.page-error .main > .page-error__content {
    flex-grow: 0;
    min-height: 0;
    padding: 28px 0 44px;
}

.page-error__content .contr {
    max-width: 820px;
}

.tiez-error-state {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-areas:
        "icon header"
        "icon message"
        ". debug"
        ". action";
    gap: 10px 18px;
    align-items: flex-start;
    width: 100%;
    padding: 26px 30px 26px 34px;
}

.tiez-error-state::before {
    display: none;
}

.tiez-error-state__icon {
    grid-area: icon;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 77, 50, 0.14);
    color: #cc2f1d;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.tiez-error-state__header {
    grid-area: header;
    min-width: 0;
}

.tiez-error-state__eyebrow {
    margin: 0 0 6px !important;
    color: #b83a27;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tiez-error-state h1 {
    margin: 0;
    color: #3a1715;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.tiez-error-state__message {
    grid-area: message;
    margin: 0 !important;
    color: #56302b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
}

.tiez-error-state__debug {
    grid-area: debug;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(184, 58, 39, 0.18);
}

.tiez-error-state__action {
    grid-area: action;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: flex-start;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 22px;
    border: 1px solid rgba(184, 58, 39, 0.28);
    border-radius: 999px;
    background: #ffffff;
    color: #3a1715 !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 26px rgba(64, 24, 18, 0.1);
}

.tiez-error-state__action:hover,
.tiez-error-state__action:focus-visible {
    background: #3a1715;
    border-color: #3a1715;
    color: #fff8f2 !important;
}

html[data-tiez-theme="dark"] .page-error .main > .page-error__content {
    margin-top: 28px;
}

html[data-tiez-theme="dark"] .tiez-error-state {
    border-color: rgba(255, 91, 68, 0.34);
    background: linear-gradient(135deg, rgba(42, 18, 18, 0.98) 0%, rgba(18, 15, 18, 0.98) 100%);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

html[data-tiez-theme="dark"] .tiez-error-state__icon {
    background: rgba(255, 91, 68, 0.16);
    color: #ffb1a4;
}

html[data-tiez-theme="dark"] .tiez-error-state__eyebrow {
    color: #ffb1a4 !important;
}

html[data-tiez-theme="dark"] .tiez-error-state h1,
html[data-tiez-theme="dark"] .tiez-error-state__message {
    color: #fff2ec !important;
}

html[data-tiez-theme="dark"] .tiez-error-state__debug {
    border-color: rgba(255, 177, 164, 0.16);
}

html[data-tiez-theme="dark"] .tiez-error-state__action {
    background: rgba(255, 243, 211, 0.08);
    border-color: rgba(255, 177, 164, 0.26);
    color: #fff2ec !important;
    box-shadow: none;
}

html[data-tiez-theme="dark"] .tiez-error-state__action:hover,
html[data-tiez-theme="dark"] .tiez-error-state__action:focus-visible {
    background: #ffb1a4;
    border-color: #ffb1a4;
    color: #1c1012 !important;
}

.help-search {
    overflow: hidden;
    padding: 34px 36px;
    border: 1px solid rgba(199, 154, 59, 0.18);
    border-radius: 32px;
    background: linear-gradient(135deg, #0c1015 0%, #141b22 52%, #25323f 100%);
    box-shadow: 0 28px 48px rgba(16, 24, 32, 0.14);
}

.help-search::after {
    content: "";
    position: absolute;
    width: 18rem;
    height: 18rem;
    right: -7rem;
    top: -8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215, 181, 106, 0.35), transparent 68%);
    pointer-events: none;
}

.search__title {
    max-width: 13ch;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #fff7e6;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.34);
}

.help-search__intro,
.page-index .help-search > p {
    margin-top: 16px;
    max-width: 48rem;
    color: rgba(255, 248, 232, 0.9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.search__form {
    margin-top: 24px;
}

.tiez-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.tiez-home-hero-button {
    min-height: 48px;
    padding: 0 22px;
    font-weight: 800;
}

.tiez-client-center-hero {
    margin-bottom: 26px;
}

.tiez-client-center-hero .tiez-company__eyebrow {
    color: #f4d18a;
}

.tiez-client-login-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid rgba(255, 248, 232, 0.18);
    border-radius: 20px;
    background: rgba(255, 248, 232, 0.08);
}

.tiez-client-login-panel strong,
.tiez-client-login-panel span {
    display: block;
}

.tiez-client-login-panel strong {
    color: #fff8e8;
    font-size: 16px;
    line-height: 1.35;
}

.tiez-client-login-panel span {
    margin-top: 4px;
    color: rgba(255, 248, 232, 0.78);
    font-size: 13px;
    line-height: 1.55;
}

.tiez-client-tools {
    margin-top: 0;
}

.search__form .form-group {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.search__form .search__submit {
    position: static;
    width: 54px;
    min-width: 54px;
    height: 54px;
    margin: 0;
    border: 1px solid rgba(255, 246, 223, 0.14);
    border-radius: 18px;
    background: rgba(255, 248, 230, 0.08);
    color: #f4d18a;
}

.search__form .search__submit:hover {
    background: rgba(255, 248, 230, 0.14);
    color: #ffffff;
}

#kb_search,
#search-button {
    margin-left: 0 !important;
}

#kb_search {
    flex: 1 1 20rem;
    width: auto !important;
    min-width: 0;
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(255, 246, 223, 0.16) !important;
    background: #fffdf9 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(10, 16, 21, 0.16);
}

#kb_search::placeholder {
    color: #7e858c;
}

#search-button {
    flex: 0 0 auto;
    min-width: 168px;
    height: 54px !important;
}

.page-my-tickets .selectize-control,
.page-category-select .selectize-control,
.page-profile .selectize-control {
    flex: 0 0 auto;
}

.selectize-control {
    display: block;
}

.selectize-control .selectize-input {
    min-height: 54px;
    padding: 14px 44px 14px 16px;
    border: 1px solid rgba(138, 92, 23, 0.22);
    border-radius: 18px;
    background: #fffdfa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(16, 24, 32, 0.08);
    color: var(--font__pri-clr);
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fffdfa;
}

.selectize-control.single .selectize-input:after {
    right: 18px;
    margin-top: -1px;
    border-width: 6px 5px 0 5px;
    border-color: #8a5c17 transparent transparent transparent;
}

.selectize-control .selectize-input.focus,
.selectize-control .selectize-input.dropdown-active {
    border-color: rgba(138, 92, 23, 0.52);
    box-shadow: 0 0 0 4px rgba(138, 92, 23, 0.12);
}

.selectize-dropdown {
    margin-top: 8px;
    border: 1px solid rgba(138, 92, 23, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(16, 24, 32, 0.12);
    overflow: hidden;
}

.nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(100%, 900px);
    margin: 26px auto 42px;
    align-items: stretch;
}

.navlink {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 150px;
    margin: 0;
    align-items: center;
    gap: 22px;
    padding: 26px 28px;
    border: 1px solid rgba(199, 154, 59, 0.18);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 235, 0.98) 100%);
    box-shadow: 0 20px 42px rgba(16, 24, 32, 0.08);
    overflow: hidden;
    isolation: isolate;
}

.navlink::after {
    content: "";
    position: absolute;
    inset: auto -44px -68px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 154, 59, 0.2), transparent 68%);
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: -1;
}

.navlink__content {
    min-width: 0;
    max-width: 24rem;
}

.navlink:hover {
    transform: translateY(-4px);
    border-color: rgba(199, 154, 59, 0.4);
    box-shadow: 0 28px 52px rgba(16, 24, 32, 0.12);
}

.navlink:hover::after,
.navlink:focus-visible::after {
    opacity: 1;
    transform: translate(-8px, -8px);
}

.navlink .icon-in-circle,
.preview .icon-in-circle,
.article__heading .icon-in-circle {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 20px;
    background: linear-gradient(135deg, #101820 0%, #22313d 100%);
    box-shadow: 0 12px 24px rgba(16, 24, 32, 0.16);
}

.navlink:hover .icon-in-circle,
.navlink:focus-visible .icon-in-circle {
    background: linear-gradient(135deg, #d7b56a 0%, #f0d37f 100%);
    color: #101820;
    box-shadow: 0 16px 30px rgba(199, 154, 59, 0.22);
}

.navlink:hover .icon-in-circle .icon,
.navlink:focus-visible .icon-in-circle .icon {
    fill: #101820;
}

.navlink .navlink__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.02em;
    color: #141d25;
}

.navlink .navlink__descr {
    font-size: 13px;
    line-height: 1.62;
    color: #58636d;
}

.tiez-home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 28px 0 36px;
}

.tiez-home-grid--compact {
    margin-top: 0;
    margin-bottom: 22px;
}

.tiez-home-panel {
    padding: 28px;
    border: 1px solid rgba(199, 154, 59, 0.16);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 238, 0.98) 100%);
    box-shadow: 0 22px 44px rgba(16, 24, 32, 0.08);
}

.tiez-home-panel--accent {
    background: linear-gradient(135deg, #0d1016 0%, #161d24 55%, #263442 100%);
    border-color: rgba(199, 154, 59, 0.34);
    color: #f7efd8;
}

.tiez-home-panel__eyebrow {
    margin-bottom: 12px;
    color: #8a5c17;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tiez-home-panel--accent .tiez-home-panel__eyebrow {
    color: #f1c76b;
}

.tiez-home-panel h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.3rem);
    line-height: 1.08;
    color: #131c25;
}

.tiez-home-panel--accent h2 {
    color: #fff4d6;
}

.tiez-home-panel p {
    margin-top: 14px;
    line-height: 1.72;
    color: #59646d;
}

.tiez-home-panel--accent p {
    color: rgba(247, 239, 216, 0.82);
}

.tiez-home-checklist,
.tiez-home-steps,
.tiez-next-steps ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.tiez-home-checklist li,
.tiez-home-steps li,
.tiez-next-steps li {
    position: relative;
    padding-left: 24px;
    margin-top: 12px;
    line-height: 1.62;
}

.tiez-home-checklist li:first-child,
.tiez-home-steps li:first-child,
.tiez-next-steps li:first-child {
    margin-top: 0;
}

.tiez-home-checklist li::before,
.tiez-home-steps li::before,
.tiez-next-steps li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c79a3b;
    box-shadow: 0 0 0 4px rgba(199, 154, 59, 0.14);
}

.tiez-home-panel--accent .tiez-home-checklist li::before,
.tiez-home-panel--accent .tiez-home-steps li::before {
    background: #f1c76b;
    box-shadow: 0 0 0 4px rgba(241, 199, 107, 0.12);
}

.tiez-home-steps strong {
    display: block;
    margin-bottom: 4px;
}

.tiez-home-panel__foot {
    margin-top: 18px;
    font-size: 14px;
}

.article {
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 46px rgba(16, 24, 32, 0.08);
}

.article .block__head {
    padding: 22px 26px;
    border-bottom: 1px solid rgba(199, 154, 59, 0.18);
    background: linear-gradient(135deg, #101820 0%, #1b2630 100%);
}

.article .block__head .h-3 {
    color: #f8f1da !important;
}

.tabbed__head {
    justify-content: flex-start;
    padding: 0 26px;
    background: #fffdf9;
}

.tabbed__head .tabbed__head_tabs {
    gap: 10px;
}

.tabbed__head .tabbed__head_tabs li {
    min-width: 0;
    padding: 12px 18px;
    border-radius: 16px 16px 0 0;
    background: #f5efe2;
    border-bottom: none;
}

.tabbed__head .tabbed__head_tabs li.current {
    color: #101820;
    border-bottom-color: transparent;
    background: #fffdfa;
    box-shadow: inset 0 3px 0 #c79a3b;
}

.preview {
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
    border-bottom: 1px solid rgba(199, 154, 59, 0.14);
    background: linear-gradient(180deg, #fffdfa 0%, #fffaf1 100%);
    box-shadow: none;
}

.preview:hover {
    background: #fff7e8;
}

.preview .preview__title {
    margin-bottom: 8px;
    color: #18232d;
}

.preview__text p {
    line-height: 1.65;
}

.rate {
    color: #5c6872;
}

.topics {
    padding: 28px 30px 10px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 46px rgba(16, 24, 32, 0.08);
    background: linear-gradient(180deg, #fffdfa 0%, #fff8ee 100%);
}

.topics__title {
    color: #141d25;
}

.topics__list a {
    line-height: 1.65;
}

.form-submit-ticket {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 34px 36px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 242, 0.98) 100%);
    box-shadow: 0 24px 46px rgba(16, 24, 32, 0.08);
}

.page-create-ticket .form-submit-ticket {
    max-width: 1040px;
}

.page-login .form-submit-ticket,
.page-register .form-submit-ticket,
.page-form .form-submit-ticket {
    max-width: 760px;
}

.page-login .form-submit-ticket,
.page-form .form-submit-ticket {
    padding-top: 30px;
}

.tiez-login-form-title {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--tiez-panel-border);
}

.tiez-login-form-title__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--tiez-subtle-2);
    color: var(--link__pri-clr);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tiez-login-form-title__icon .icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.tiez-login-form-title__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--tiez-copy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tiez-login-form-title h1 {
    margin: 0;
    color: var(--tiez-heading);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
}

.tiez-form-card-title {
    margin-bottom: 30px;
}

.form-submit-ticket .form-groups.centered {
    max-width: 720px;
    margin: 0 auto;
}

.page-create-ticket .form-submit-ticket .form-groups.centered {
    max-width: 100%;
}

.article__heading--form {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto 26px;
    color: #101820;
    text-align: left;
}

.page-login .article__heading--form,
.page-register .article__heading--form,
.page-form .article__heading--form {
    max-width: 760px;
}

.article__heading + .article-heading-tip {
    margin-top: -10px;
}

.article-heading-tip {
    max-width: 960px;
    justify-content: flex-start;
    margin: 0 auto 28px;
    color: #66707a;
}

.page-login .article-heading-tip,
.page-register .article-heading-tip {
    max-width: 760px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label,
.label {
    margin-bottom: 8px;
    color: #5d6871;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form input.form-control,
.form textarea.form-control,
.form select.form-control {
    min-height: 56px;
    padding: 14px 16px;
    border: 1px solid var(--tiez-input-border);
    border-radius: 18px;
    background-color: var(--tiez-input-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 18px rgba(16, 24, 32, 0.06);
    color: var(--tiez-input-text);
    caret-color: var(--link__pri-clr);
}

.form textarea.form-control {
    min-height: 190px;
    padding: 16px 18px;
    resize: vertical;
}

.form select.form-control {
    appearance: none;
    padding-right: 48px;
    background-image:
        linear-gradient(45deg, transparent 50%, #8a5c17 50%),
        linear-gradient(135deg, #8a5c17 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.form input.form-control:hover,
.form textarea.form-control:hover,
.form select.form-control:hover {
    border-color: color-mix(in srgb, var(--link__pri-clr) 38%, var(--tiez-input-border));
}

.form input.form-control:focus,
.form textarea.form-control:focus,
.form select.form-control:focus {
    border-color: color-mix(in srgb, var(--link__pri-clr) 54%, var(--tiez-input-border));
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--link__pri-clr) 16%, transparent);
}

.form-group .form-control__error {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(224, 32, 32, 0.18);
    border-radius: 16px;
    text-align: left;
    background: rgba(255, 241, 241, 0.92);
}

.form-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(17, 22, 27, 0.08);
}

.form-footer .btn {
    width: auto;
    min-width: 200px;
}

.form-footer .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 12px 0;
    font-size: 14px;
}

.page-login .form-footer,
.page-register .form-footer,
.page-form .form-footer {
    justify-content: flex-start;
}

.page-login .form-footer .btn,
.page-register .form-footer .btn,
.page-form .form-footer .btn {
    min-width: 240px;
}

.page-login .dropdown-select,
.page-login .dropdown-select:hover,
.page-category-select .dropdown-select,
.page-category-select .dropdown-select:hover {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-login #login-method,
.page-login #forgot-method,
.page-login #customer-select,
.page-login #forgot-customer-select {
    width: 100%;
}

.page-login #email-lookup-status,
.page-login #forgot-email-lookup-status,
.page-login #customer-summary-error,
.page-login #forgot-customer-summary-error {
    border-color: rgba(138, 92, 23, 0.16);
    background: rgba(255, 246, 230, 0.9);
    color: #6d4b0f;
}

.page-login #customer-summary-text,
.page-login #forgot-customer-summary-text {
    min-height: 56px !important;
    height: auto !important;
    padding: 14px 16px;
    border: 1px solid rgba(138, 92, 23, 0.18);
    border-radius: 18px;
    background: rgba(255, 248, 233, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: var(--font__pri-clr);
}

.page-login .radio-group,
.page-login .reg__checkboxes {
    padding: 18px 20px;
    border: 1px solid rgba(138, 92, 23, 0.12);
    border-radius: 22px;
    background: rgba(250, 246, 236, 0.94);
}

.page-login .radio-list,
.page-login .reg__checkboxes .form-group:last-child {
    margin-bottom: 0;
}

.captcha-block,
.param,
.tiez-next-steps {
    margin-top: 4px;
    padding: 20px 22px;
    border: 1px dashed rgba(138, 92, 23, 0.24);
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.88);
}

.captcha-block h2,
.captcha-block h3 {
    margin-bottom: 16px;
    color: #101820;
}

.captcha-block .form-group:last-child,
.param:last-child {
    margin-bottom: 0;
}

.page-login .captcha-block {
    max-width: 420px;
    margin: 30px auto 0;
    padding: 24px;
    border-style: solid;
    border-radius: 28px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--link__pri-clr) 12%, transparent), transparent 68%),
        var(--tiez-panel-soft-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 34px rgba(4, 10, 14, 0.08);
}

.page-login .captcha-block h3 {
    margin: 0 0 18px;
    color: var(--tiez-heading);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.page-login .tiez-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin: 0;
}

.tiez-captcha__challenge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.tiez-captcha__image-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 8px 10px;
    border: 1px solid color-mix(in srgb, var(--link__pri-clr) 22%, transparent);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent),
        color-mix(in srgb, var(--tiez-panel-soft-bg) 70%, #000 30%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tiez-captcha__image-frame img {
    display: block;
    border-radius: 10px;
}

.form .tiez-captcha__refresh,
.form .tiez-captcha__refresh:hover,
.form .tiez-captcha__refresh:focus-visible {
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--tiez-btn-secondary-border);
    border-radius: 15px;
    background: var(--tiez-btn-secondary-bg);
    color: var(--tiez-btn-secondary-text) !important;
    box-shadow: none;
}

.form .tiez-captcha__refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form .tiez-captcha__refresh:hover,
.form .tiez-captcha__refresh:focus-visible {
    background: var(--tiez-btn-secondary-hover-bg);
    color: var(--tiez-btn-secondary-hover-text) !important;
    transform: translateY(-1px);
}

.tiez-captcha__refresh .icon {
    width: 18px;
    height: 18px;
}

.tiez-captcha__label {
    max-width: 280px;
    margin: 0;
    color: var(--tiez-heading) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.55;
}

.form input.tiez-captcha__input {
    width: min(100%, 270px);
    min-height: 56px;
    padding-inline: 18px;
    text-align: center;
    color: var(--tiez-input-text);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.22em;
}

.tiez-captcha__verified {
    margin: 0;
    padding: 12px 16px;
    border: 1px solid color-mix(in srgb, var(--link__pri-clr) 24%, transparent);
    border-radius: 16px;
    color: var(--tiez-heading);
    background: color-mix(in srgb, var(--link__pri-clr) 10%, transparent);
    font-weight: 800;
}

.page-create-ticket .contr {
    max-width: 1120px;
}

.tiez-create-feedback {
    max-width: 880px;
    margin: 0 auto 20px;
}

.tiez-create-feedback .main__content.notice-flash {
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.tiez-create-header {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    max-width: 880px;
    margin: 0 auto 18px;
    padding: 22px 24px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--link__pri-clr) 16%, transparent), transparent 18rem),
        var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
}

.tiez-create-header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 19px;
    background: var(--tiez-subtle-2);
    color: var(--link__pri-clr);
}

.tiez-create-header__icon .icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tiez-create-header__copy {
    min-width: 0;
}

.tiez-create-header__eyebrow,
.tiez-create-guide__eyebrow,
.tiez-create-form-intro__eyebrow {
    margin: 0 0 5px;
    color: var(--link__pri-clr);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tiez-create-header h1 {
    margin: 0;
    color: var(--tiez-heading);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.tiez-create-header p:not(.tiez-create-header__eyebrow) {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--tiez-copy);
    line-height: 1.6;
}

.tiez-create-header__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--tiez-top-border);
    border-radius: 999px;
    background: color-mix(in srgb, var(--link__pri-clr) 10%, transparent);
    color: var(--tiez-heading);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.tiez-create-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    max-width: 880px;
    margin: 0 auto 22px;
    padding: 22px 24px;
    border: 1px solid color-mix(in srgb, var(--link__pri-clr) 22%, transparent);
    border-radius: 28px;
    background: var(--tiez-accent-panel-bg);
    color: var(--tiez-on-hero);
    box-shadow: 0 20px 44px color-mix(in srgb, var(--link__pri-clr) 10%, transparent);
}

.tiez-create-guide h2 {
    margin: 0;
    color: var(--tiez-on-hero);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.tiez-create-guide p:not(.tiez-create-guide__eyebrow) {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--tiez-on-hero-muted);
    line-height: 1.65;
}

.tiez-create-guide__list {
    display: grid;
    gap: 8px;
    min-width: 230px;
    margin: 0;
}

.tiez-create-guide__list li {
    position: relative;
    padding-left: 18px;
    color: var(--tiez-on-hero);
    font-size: 13px;
    font-weight: 800;
}

.tiez-create-guide__list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--tertiary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--tertiary) 20%, transparent);
}

.page-create-ticket .article-heading-tip {
    display: none;
}

.page-create-ticket .form-submit-ticket {
    max-width: 880px;
    padding: 30px;
    border-radius: 32px;
}

.tiez-create-form-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 26px;
    padding: 20px 22px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 24px;
    background: var(--tiez-panel-soft-bg);
}

.tiez-create-form-intro h2 {
    max-width: 560px;
    margin: 0;
    color: var(--tiez-heading);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.tiez-create-form-intro p:not(.tiez-create-form-intro__eyebrow) {
    max-width: 610px;
    margin: 8px 0 0;
    color: var(--tiez-copy);
    line-height: 1.55;
}

.tiez-create-form-intro > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--tiez-btn-secondary-border);
    border-radius: 999px;
    color: var(--tiez-heading);
    background: var(--tiez-btn-secondary-bg);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.page-create-ticket .form-submit-ticket .form-group,
.page-create-ticket .form-submit-ticket .param {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.page-create-ticket .form-submit-ticket .form-group {
    margin-bottom: 24px;
}

.page-create-ticket .form-submit-ticket .form-control,
.page-create-ticket .form-submit-ticket input.form-control,
.page-create-ticket .form-submit-ticket textarea.form-control {
    width: 100%;
    max-width: 100%;
}

.page-create-ticket .form-submit-ticket textarea.form-control {
    min-height: 210px;
    line-height: 1.65;
}

.page-create-ticket textarea#message.form-control {
    background-color: var(--tiez-input-bg) !important;
    border-color: var(--tiez-input-border) !important;
    color: var(--tiez-input-text) !important;
    caret-color: var(--link__pri-clr);
}

.page-create-ticket textarea#message.form-control::selection {
    background: color-mix(in srgb, var(--link__pri-clr) 34%, transparent);
    color: var(--tiez-heading);
}

html[data-tiez-theme="dark"] .page-create-ticket textarea#message.form-control::selection {
    background: rgba(142, 219, 226, 0.34);
    color: #fff3d3;
}

.page-create-ticket .form-submit-ticket .form-group:focus-within .label,
.page-create-ticket .form-submit-ticket .param:focus-within .label {
    color: var(--link__pri-clr);
}

.page-create-ticket .form-group.required .label::after,
.page-create-ticket .form-group.required label::after,
.page-create-ticket .label.required::after,
.page-create-ticket label.required::after {
    content: "" !important;
    display: none !important;
}

.page-create-ticket .param:not(.param--attach):not(.checkboxs):not(.calendar) {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
    padding: 16px 18px;
    border-style: solid;
}

.page-create-ticket .param:not(.param--attach):not(.checkboxs):not(.calendar) > .label,
.page-create-ticket .param:not(.param--attach):not(.checkboxs):not(.calendar) > span.label {
    margin: 0;
}

.page-create-ticket .select-priority,
.page-create-ticket .select-priority:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-create-ticket .select-priority select {
    min-height: 44px;
    padding: 0 42px 0 14px;
    border: 1px solid var(--tiez-input-border);
    border-radius: 14px;
    background-color: var(--tiez-input-bg);
    color: var(--tiez-input-text);
    font-weight: 900;
}

.page-create-ticket .select-priority > .label,
.page-create-ticket .select-priority:hover > .label {
    min-height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid var(--tiez-input-border) !important;
    border-radius: 14px !important;
    background: var(--tiez-input-bg) !important;
    box-shadow: none !important;
    color: var(--tiez-input-text) !important;
}

.page-create-ticket .select-priority > .label span,
.page-create-ticket .select-priority:hover > .label span {
    color: var(--tiez-input-text) !important;
    font-weight: 900;
}

.page-create-ticket .select-priority > .label .icon {
    color: var(--link__pri-clr) !important;
    fill: currentColor !important;
}

.page-create-ticket .select-priority .dropdown-list {
    overflow: hidden;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 16px;
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
}

.page-create-ticket .select-priority .dropdown-list li {
    color: var(--tiez-heading);
}

.tiez-field-hint {
    margin-top: 8px;
    color: var(--tiez-copy);
    font-size: 13px;
    line-height: 1.55;
}

.page-create-ticket .divider {
    max-width: 760px;
    margin: 26px auto;
    background: var(--tiez-panel-border);
}

.page-create-ticket .tiez-upload-card {
    padding: 22px;
    border-style: solid;
    background: var(--tiez-panel-soft-bg);
}

.page-create-ticket .tiez-upload-card > .label {
    margin-bottom: 14px;
}

.page-create-ticket .attach {
    display: grid;
    gap: 14px;
}

.page-create-ticket .wrapper .dropzone,
.page-create-ticket .dropzone {
    min-height: 118px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px dashed color-mix(in srgb, var(--link__pri-clr) 42%, transparent);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--link__pri-clr) 12%, transparent), transparent 18rem),
        var(--tiez-input-bg);
}

.page-create-ticket .dropzone .dz-message {
    min-height: 118px;
    margin: 0;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-create-ticket .dropzone .dz-message .dz-button {
    color: var(--tiez-heading);
    font-weight: 900;
    line-height: 1.55;
}

.page-create-ticket .attach-tooltype {
    display: grid;
    gap: 6px;
}

.page-create-ticket .attach-tooltype .tiez-field-hint {
    margin: 0;
}

.page-create-ticket .tiez-security-note {
    max-width: 760px;
    margin: 18px auto 24px;
    padding: 20px 24px 20px 72px;
    border-color: color-mix(in srgb, var(--tertiary) 34%, transparent);
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--tertiary) 18%, transparent), transparent 18rem),
        color-mix(in srgb, var(--tertiary) 11%, var(--tiez-panel-bg));
    color: var(--tiez-heading);
}

.page-create-ticket .tiez-security-note::before {
    display: none;
}

.page-create-ticket .tiez-security-note::after {
    content: "!";
    position: absolute;
    top: 22px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: var(--tertiary);
    color: #101820;
    font-size: 19px;
    font-weight: 900;
}

.page-create-ticket .tiez-security-note p {
    margin: 0 0 8px !important;
}

.page-create-ticket .tiez-security-note ul {
    margin: 0 !important;
    padding-left: 18px !important;
}

.page-create-ticket .captcha-block {
    max-width: 480px;
    margin: 30px auto 0;
    padding: 24px;
    border-style: solid;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--link__pri-clr) 12%, transparent), transparent 68%),
        var(--tiez-panel-soft-bg);
}

.page-create-ticket .captcha-block h2 {
    margin: 0 0 10px;
    color: var(--tiez-heading);
    font-size: 18px;
    font-weight: 900;
}

.page-create-ticket .tiez-captcha__intro {
    margin: 0 0 18px;
    color: var(--tiez-copy);
    line-height: 1.55;
}

.page-create-ticket .form-footer {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 28px;
}

.page-create-ticket .form-footer .btn {
    min-width: 240px;
}

.divider {
    margin: 28px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(138, 92, 23, 0.24), transparent);
}

.email-suggestion > .alert {
    border-radius: 18px;
}

.tiez-context-banner {
    margin-bottom: 24px;
}

.tiez-category-picker {
    max-width: 540px;
    margin: 40px auto;
}

.tiez-lead {
    margin-top: 14px;
    max-width: 46rem;
    line-height: 1.7;
    color: var(--font__sec-clr);
}

.tiez-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.tiez-action-row form {
    margin: 0;
}

.tiez-action-row.tiez-action-row--end {
    justify-content: flex-end;
}

.page-create-ticket-confirmation .contr {
    max-width: 980px;
}

.tiez-confirmation-page {
    display: grid;
    gap: 22px;
    max-width: 880px;
    margin: 0 auto;
}

.tiez-confirmation-feedback .main__content.notice-flash {
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.tiez-confirmation-feedback .notification {
    margin: 0;
    padding: 20px 22px 20px 70px;
    border-radius: 24px;
}

.tiez-confirmation-feedback .notification::before {
    display: none;
}

.tiez-confirmation-feedback .notification::after {
    content: "!";
    position: absolute;
    top: 22px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: var(--tertiary);
    color: #101820;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}

.tiez-confirmation-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px 20px;
    align-items: flex-start;
    padding: 34px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, #26c28a 32%, var(--tiez-panel-border));
    border-radius: 32px;
    background:
        radial-gradient(circle at 0% 0%, rgba(47, 210, 141, 0.16), transparent 22rem),
        linear-gradient(135deg, color-mix(in srgb, #123a32 10%, var(--tiez-panel-bg)) 0%, var(--tiez-panel-bg) 100%);
    box-shadow: 0 28px 58px color-mix(in srgb, #0b1818 18%, transparent);
    color: var(--font__pri-clr);
}

.tiez-confirmation-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1d9669 0%, #35d995 100%);
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 16px 30px rgba(29, 150, 105, 0.24);
}

.tiez-confirmation-card__body {
    min-width: 0;
}

.tiez-confirmation-card__eyebrow {
    margin: 0 0 6px !important;
    color: #1d9669;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tiez-confirmation-card h1 {
    margin: 0;
    color: var(--tiez-heading);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
}

.tiez-confirmation-card__lead {
    max-width: 620px;
    margin: 14px 0 0 !important;
    color: var(--tiez-copy);
    font-size: 15px;
    line-height: 1.7;
}

.tiez-confirmation-ticket {
    display: inline-grid;
    gap: 4px;
    margin-top: 20px;
    padding: 14px 18px;
    border: 1px solid color-mix(in srgb, var(--tertiary) 38%, transparent);
    border-radius: 20px;
    background: color-mix(in srgb, var(--tertiary) 12%, var(--tiez-panel-soft-bg));
}

.tiez-confirmation-ticket span {
    color: var(--tiez-copy);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tiez-confirmation-ticket strong {
    color: var(--tiez-heading);
    font-size: clamp(1.35rem, 4vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.tiez-confirmation-note {
    grid-column: 1 / -1;
    position: relative;
    margin: 2px 0 0;
    padding: 18px 20px 18px 58px;
    border: 1px solid color-mix(in srgb, var(--tertiary) 38%, transparent);
    border-radius: 22px;
    background: color-mix(in srgb, var(--tertiary) 13%, var(--tiez-panel-soft-bg));
    color: var(--tiez-heading);
    line-height: 1.65;
}

.tiez-confirmation-note::before {
    content: "i";
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 11px;
    background: var(--tertiary);
    color: #101820;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
}

.tiez-confirmation-note--warning {
    color: var(--tiez-heading);
}

.tiez-confirmation-card .tiez-next-steps {
    grid-column: 1 / -1;
    margin-top: 2px;
    padding: 22px;
    border-style: solid;
    background: var(--tiez-panel-soft-bg);
}

.tiez-confirmation-card .tiez-next-steps p {
    margin: 0 !important;
    color: var(--tiez-heading);
}

.tiez-confirmation-card .tiez-next-steps li {
    color: var(--tiez-copy);
}

.tiez-confirmation-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.tiez-confirmation-actions .btn {
    min-width: 220px;
}

html[data-tiez-theme="dark"] .tiez-confirmation-feedback .notification.orange {
    border-color: rgba(215, 181, 106, 0.3);
    background:
        radial-gradient(circle at 0% 50%, rgba(215, 181, 106, 0.13), transparent 18rem),
        linear-gradient(135deg, rgba(47, 33, 10, 0.95), rgba(12, 18, 21, 0.98));
    color: #fff3d3;
}

html[data-tiez-theme="dark"] .tiez-confirmation-card {
    border-color: rgba(80, 220, 158, 0.24);
    background:
        radial-gradient(circle at 0% 0%, rgba(80, 220, 158, 0.12), transparent 22rem),
        linear-gradient(135deg, rgba(8, 31, 30, 0.98) 0%, rgba(8, 17, 22, 0.98) 100%);
    box-shadow: 0 30px 64px rgba(0, 0, 0, 0.3);
}

html[data-tiez-theme="dark"] .tiez-confirmation-card__icon {
    background: linear-gradient(135deg, #1d9669 0%, #84f0bf 100%);
    color: #061217;
    box-shadow: 0 16px 32px rgba(80, 220, 158, 0.18);
}

html[data-tiez-theme="dark"] .tiez-confirmation-card__eyebrow {
    color: #84f0bf;
}

html[data-tiez-theme="dark"] .tiez-confirmation-note,
html[data-tiez-theme="dark"] .tiez-confirmation-ticket {
    border-color: rgba(215, 181, 106, 0.25);
    background: rgba(255, 243, 211, 0.08);
}

.tiez-password-meter {
    width: 100%;
    height: 16px;
    overflow: hidden;
    border: 1px solid rgba(138, 92, 23, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(250, 246, 236, 0.98), rgba(242, 233, 214, 0.98));
    box-shadow: inset 0 1px 2px rgba(16, 24, 32, 0.08);
}

.tiez-password-meter__bar,
#progressBar {
    display: block;
    height: 100% !important;
    border-radius: inherit;
    background: linear-gradient(90deg, #b53d2f 0%, #d39b33 48%, #2c8a57 100%);
}

.page-category-select .select__title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-align: center;
    color: #101820;
}

.ticket {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    gap: 24px;
}

.ticket__body {
    margin-right: 0;
}

.ticket__body_block {
    margin-bottom: 24px;
    padding: 24px 26px 26px;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 44px rgba(16, 24, 32, 0.08);
    background: linear-gradient(180deg, #fffdfa 0%, #fff8ee 100%);
    text-align: left;
}

.ticket__body_block.naked {
    background: linear-gradient(180deg, #fffdfa 0%, #fff9f1 100%);
}

.ticket__body_block.response {
    border-color: rgba(199, 154, 59, 0.16);
}

.ticket__body_block h1,
.ticket__body_block h2,
.ticket__body_block h3 {
    color: #111a22;
}

.ticket__body_block .block--head {
    gap: 16px;
    padding: 14px 16px;
    margin-top: 12px;
    border-radius: 20px;
    background: rgba(248, 241, 223, 0.72);
}

.ticket__body_block .block--description {
    line-height: 1.78;
}

.ticket__body_block .block--submit {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 22, 27, 0.08);
}

.ticket__params {
    width: auto;
    min-width: 0;
}

.ticket__params .params--block {
    overflow: hidden;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 44px rgba(16, 24, 32, 0.08);
    background: linear-gradient(180deg, #fffdfa 0%, #fff8ee 100%);
}

.ticket__params .params--block + .params--block {
    margin-top: 20px;
}

.ticket__params .params--block h2,
.ticket__params .params--block h4 {
    padding: 16px 20px;
    background: linear-gradient(135deg, #101820 0%, #1d2630 100%);
    color: #f8f1da;
}

.ticket__params .params--block .accordion-body {
    padding: 18px 20px 22px;
}

.ticket__params .params--block .row {
    padding: 12px 0;
}

.ticket__params .params--block .list li {
    margin-top: 12px;
}

.page-view-article .ticket--article {
    align-items: start;
}

.page-view-ticket #reply-form {
    scroll-margin-top: 110px;
}

.page-view-ticket .main__content {
    padding: 34px 0 72px;
}

.page-view-ticket .contr.tiez-ticket-page {
    display: grid;
    max-width: 1120px;
    gap: 22px;
}

.tiez-ticket-feedback {
    display: grid;
    gap: 14px;
}

.tiez-ticket-feedback:empty {
    display: none;
}

.page-view-ticket .tiez-ticket-overview {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
    gap: 18px;
    margin: 0;
}

.page-view-ticket .tiez-ticket-summary,
.page-view-ticket .tiez-ticket-next {
    min-height: 0;
    padding: 32px;
    border-color: var(--tiez-panel-border);
}

.page-view-ticket .tiez-ticket-summary h2 {
    font-size: clamp(2rem, 5vw, 3.05rem);
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
}

.page-view-ticket .tiez-ticket-summary > p:not(.tiez-home-panel__eyebrow),
.page-view-ticket .tiez-ticket-next .tiez-home-panel__foot {
    max-width: 640px;
}

.page-view-ticket .tiez-action-row {
    margin-top: 22px;
}

.page-view-ticket .tiez-ticket-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.54fr);
    gap: 20px;
    align-items: start;
}

.page-view-ticket .ticket__body,
.page-view-ticket .tiez-ticket-conversation {
    display: grid;
    gap: 18px;
    margin: 0;
    background: transparent;
}

.page-view-ticket .ticket__body_block,
.page-view-ticket .tiez-ticket-message,
.page-view-ticket .tiez-reply-card {
    margin: 0;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 28px;
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--font__pri-clr);
}

.page-view-ticket .tiez-ticket-message--original {
    border-color: color-mix(in srgb, var(--tertiary) 28%, var(--tiez-panel-border));
}

.page-view-ticket .tiez-ticket-message.response,
.page-view-ticket .tiez-ticket-message--staff {
    border-color: color-mix(in srgb, var(--link__pri-clr) 30%, var(--tiez-panel-border));
}

.page-view-ticket .ticket__body_block h1,
.page-view-ticket .ticket__body_block h2,
.page-view-ticket .ticket__body_block h3 {
    margin: 0;
    color: var(--tiez-heading);
}

.page-view-ticket .ticket__body_block h1 {
    color: var(--link__pri-clr);
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    line-height: 1.18;
}

.page-view-ticket .ticket__body_block .block--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 18px;
    background: var(--tiez-panel-soft-bg);
    color: var(--tiez-copy);
}

.page-view-ticket .ticket__body_block .block--head .contact,
.page-view-ticket .ticket__body_block .block--head .contact span,
.page-view-ticket .ticket__body_block .block--head .contact time {
    color: var(--tiez-copy);
}

.page-view-ticket .ticket__body_block .block--head .contact b {
    color: var(--tiez-heading);
}

.page-view-ticket .ticket__body_block .block--head .btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 14px;
    background: var(--tiez-input-bg);
    color: var(--link__pri-clr);
}

.page-view-ticket .ticket__body_block .block--head .btn-action .icon {
    fill: currentColor;
}

.page-view-ticket .ticket__body_block .block--head .btn-action:hover,
.page-view-ticket .ticket__body_block .block--head .btn-action:focus-visible {
    background: var(--tiez-btn-primary-bg);
    border-color: var(--tiez-btn-primary-border);
    color: var(--tiez-btn-primary-text);
}

.page-view-ticket .dropdown.customer,
.page-view-ticket .dropdown.customer:hover {
    border: 0;
    background: transparent !important;
}

.page-view-ticket .dropdown.customer label,
.page-view-ticket .dropdown.customer .label,
.page-view-ticket .ticket__body_block .block--head .contact .dropdown.customer label,
.page-view-ticket .ticket__body_block .block--head .contact .dropdown.customer .label {
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid var(--tiez-input-border) !important;
    border-radius: 13px !important;
    background: var(--tiez-input-bg) !important;
    box-shadow: none !important;
    color: var(--tiez-input-text) !important;
}

.page-view-ticket .dropdown.customer label span,
.page-view-ticket .dropdown.customer .label span,
.page-view-ticket .dropdown.customer label .icon,
.page-view-ticket .dropdown.customer .label .icon {
    color: var(--tiez-input-text) !important;
    fill: currentColor !important;
}

.page-view-ticket .ticket__body_block .block--description {
    margin-top: 20px;
    color: var(--font__pri-clr);
    font-size: 14px;
    line-height: 1.8;
}

.page-view-ticket .ticket__body_block .block--description p {
    margin: 0;
    color: inherit;
}

.page-view-ticket .tiez-ticket-sidebar {
    width: auto;
    min-width: 0;
    position: sticky;
    top: 20px;
}

.page-view-ticket .tiez-ticket-details {
    overflow: hidden;
    border-color: var(--tiez-panel-border);
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
}

.page-view-ticket .tiez-ticket-details h2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 14px 18px;
    background: var(--tiez-table-head-bg) !important;
    color: var(--tiez-table-head-text) !important;
}

.page-view-ticket .tiez-ticket-details h2 span {
    min-width: 0;
    color: var(--tiez-table-head-text) !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.page-view-ticket .tiez-ticket-details h2 .btn.link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 246, 223, 0.28);
    border-radius: 999px;
    background: rgba(255, 246, 223, 0.1);
    color: var(--tiez-table-head-text) !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.page-view-ticket .tiez-ticket-details h2 .btn.link .icon {
    fill: currentColor;
}

.page-view-ticket .tiez-ticket-details h2 .btn.link:hover,
.page-view-ticket .tiez-ticket-details h2 .btn.link:focus-visible {
    border-color: var(--tiez-btn-primary-border);
    background: var(--tiez-btn-primary-bg);
    color: var(--tiez-btn-primary-text) !important;
}

.page-view-ticket .tiez-ticket-details h2 .btn.link .ml-1 {
    margin-left: 0 !important;
}

.page-view-ticket .tiez-ticket-details h2 .btn-toggler {
    display: none;
}

.page-view-ticket .tiez-ticket-details .accordion-body {
    padding: 10px 18px 18px;
}

.page-view-ticket .tiez-ticket-details .row {
    display: grid;
    grid-template-columns: minmax(94px, 0.75fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--tiez-panel-border);
}

.page-view-ticket .tiez-ticket-details .row:last-child {
    border-bottom: 0;
}

.page-view-ticket .tiez-ticket-details .title {
    color: var(--tiez-copy);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.page-view-ticket .tiez-ticket-details .value {
    color: var(--tiez-heading);
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.page-view-ticket .tiez-ticket-details .value.with-label.priority {
    justify-content: flex-start;
}

.page-view-ticket .tiez-ticket-attachments {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 18px;
    background: var(--tiez-panel-soft-bg);
    color: var(--tiez-copy);
}

.page-view-ticket .tiez-ticket-attachments .icon {
    fill: var(--link__pri-clr);
}

.page-view-ticket .tiez-reply-card {
    scroll-margin-top: 110px;
}

.page-view-ticket .tiez-reply-card__header {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--tiez-panel-border);
}

.page-view-ticket .tiez-reply-card__header span {
    display: block;
    margin-bottom: 8px;
    color: var(--link__pri-clr);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-view-ticket .tiez-reply-card__header h2 {
    color: var(--tiez-heading);
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    line-height: 1.1;
}

.page-view-ticket .tiez-reply-card__header p,
.page-view-ticket .tiez-reply-hint {
    margin: 10px 0 0;
    color: var(--tiez-copy);
    line-height: 1.6;
}

.page-view-ticket .tiez-reply-message textarea.form-control {
    min-height: 190px;
    resize: vertical;
    background-color: var(--tiez-input-bg) !important;
    border-color: var(--tiez-input-border) !important;
    color: var(--tiez-input-text) !important;
    caret-color: var(--link__pri-clr);
}

.page-view-ticket .tiez-reply-upload-card {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding: 20px;
    border: 1px dashed var(--tiez-panel-border);
    border-radius: 24px;
    background: var(--tiez-panel-soft-bg);
}

.page-view-ticket .tiez-reply-upload-card > .label {
    margin: 0;
    color: var(--tiez-copy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-view-ticket .tiez-reply-upload-card .attach {
    display: grid;
    gap: 12px;
}

.page-view-ticket .wrapper .dropzone,
.page-view-ticket .dropzone {
    min-height: 112px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px dashed color-mix(in srgb, var(--link__pri-clr) 44%, transparent);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--link__pri-clr) 11%, transparent), transparent 18rem),
        var(--tiez-input-bg);
}

.page-view-ticket .dropzone .dz-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    margin: 0;
    padding: 22px;
    text-align: center;
}

.page-view-ticket .dropzone .dz-message .dz-button {
    color: var(--tiez-heading);
    font-weight: 900;
    line-height: 1.55;
}

.page-view-ticket .attach-tooltype .link {
    color: var(--link__pri-clr);
    font-weight: 800;
}

.page-view-ticket .tiez-reply-security-note {
    position: relative;
    margin: 18px 0 24px;
    padding: 20px 22px 20px 70px;
    border: 1px solid color-mix(in srgb, var(--tertiary) 34%, transparent);
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--tertiary) 16%, transparent), transparent 18rem),
        color-mix(in srgb, var(--tertiary) 10%, var(--tiez-panel-bg));
    color: var(--tiez-heading);
}

.page-view-ticket .tiez-reply-security-note::before {
    content: "!";
    position: absolute;
    top: 20px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: var(--tertiary);
    color: #101820;
    font-size: 19px;
    font-weight: 900;
}

.page-view-ticket .tiez-reply-security-note p {
    margin: 0 0 10px !important;
    color: var(--tiez-heading);
}

.page-view-ticket .tiez-reply-security-note ul {
    margin: 0 !important;
    padding-left: 18px !important;
}

.page-view-ticket .tiez-reply-security-note li {
    margin-top: 8px;
    color: var(--tiez-copy);
    line-height: 1.55;
}

.page-view-ticket .tiez-reply-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--tiez-panel-border);
}

.page-view-ticket .tiez-reply-actions .btn {
    min-width: 190px;
}

html[data-tiez-theme="dark"] .page-view-ticket .tiez-ticket-next {
    background:
        radial-gradient(circle at 100% 0%, rgba(123, 208, 216, 0.11), transparent 18rem),
        var(--tiez-accent-panel-bg);
}

html[data-tiez-theme="dark"] .page-view-ticket .tiez-reply-security-note {
    border-color: rgba(215, 181, 106, 0.26);
    background:
        radial-gradient(circle at 0% 50%, rgba(215, 181, 106, 0.13), transparent 18rem),
        rgba(255, 243, 211, 0.07);
}

.table-wrap {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(17, 22, 27, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, #fffdfa 0%, #fff8ef 100%);
    box-shadow: 0 24px 46px rgba(16, 24, 32, 0.08);
}

.table-wrap .table {
    min-width: 100%;
}

.table-wrap .table thead {
    background: linear-gradient(135deg, #101820 0%, #1d2630 100%);
}

.table-wrap .table thead th {
    padding-top: 18px;
    padding-bottom: 18px;
}

.table-wrap .table thead a,
.table-wrap .table thead th {
    color: #f8f1da;
}

.table-wrap .table tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
}

.table-wrap .table tbody td a {
    color: #8a5c17;
    font-weight: 700;
}

.table-wrap .table tbody td a:hover {
    color: #101820;
}

.customer-count {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(199, 154, 59, 0.12);
    color: #6e4d13;
    font-size: 12px;
    font-weight: 700;
}

.pagination__link,
.pagination__stroke {
    border-radius: 12px;
}

.pagination__item.is-current .pagination__link {
    background: rgba(199, 154, 59, 0.16);
}

.page-profile .ticket--profile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-profile .profile__info h1,
.page-profile .profile__info h2 {
    margin-bottom: 20px;
    color: #101820;
}

.page-profile .profile__control {
    justify-content: flex-start;
}

.page-profile .profile__control .btn,
.page-profile .profile__control a.btn {
    min-width: 220px;
}

.cust-help .footer.footer {
    width: 100%;
    margin: 0;
    padding: 4px 0 5px;
    border-top: 1px solid rgba(255, 246, 223, 0.08);
    background: var(--tiez-footer-bg);
    color: rgb(22, 49, 60);
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.cust-help .footer.footer p.text-center {
    max-width: 1160px;
    margin: 0 auto !important;
    padding: 0 20px;
    color: rgb(22, 49, 60);
    text-align: right;
}

.cust-help .footer.footer br {
    display: none;
}

.cust-help .footer.footer a.link {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 1px dotted currentColor;
    opacity: 0.88;
}

.cust-help .footer.footer a.link:hover,
.cust-help .footer.footer a.link:focus-visible {
    color: inherit !important;
    opacity: 1;
}

.cust-help .footer.footer .font-weight-bold {
    color: inherit;
    font-weight: 700;
}

html[data-tiez-theme="light"] .cust-help .footer.footer,
html[data-tiez-theme="light"] .cust-help .footer.footer p.text-center {
    color: rgb(22, 49, 60);
}

html[data-tiez-theme="dark"] .cust-help .footer.footer,
html[data-tiez-theme="dark"] .cust-help .footer.footer p.text-center {
    color: #04090e;
}

.tiez-brand-footer {
    margin-top: 0;
    background: linear-gradient(135deg, #050607 0%, #141a20 56%, #212c37 100%);
    border-top: 1px solid rgba(199, 154, 59, 0.26);
    color: #f6f0da;
}

.tiez-brand-footer__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 28px 20px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
    justify-content: space-between;
}

.tiez-brand-footer__brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tiez-brand-footer__logo {
    width: 82px;
    max-width: 82px;
    max-height: 86px;
    height: auto;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.tiez-brand-footer__brand strong {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.tiez-brand-footer__brand p {
    margin-top: 6px;
    color: rgba(246, 240, 218, 0.76);
}

.tiez-brand-footer__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.tiez-brand-footer__meta a {
    color: #f1c76b;
}

.tiez-brand-footer__meta a:hover {
    color: #ffffff;
}

.tiez-theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid var(--tiez-toggle-border);
    border-radius: 999px;
    background: var(--tiez-toggle-bg);
    color: var(--tiez-toggle-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tiez-theme-toggle:hover,
.tiez-theme-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 246, 223, 0.42);
    transform: translateY(-1px);
}

.tiez-theme-toggle:focus-visible {
    outline: 3px solid rgba(215, 181, 106, 0.32);
    outline-offset: 3px;
}

.tiez-theme-toggle__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.tiez-theme-toggle__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tiez-theme-toggle__icon--dark {
    display: none;
}

html[data-tiez-theme="dark"] .tiez-theme-toggle__icon--light {
    display: none;
}

html[data-tiez-theme="dark"] .tiez-theme-toggle__icon--dark {
    display: inline-flex;
}

body.cust-help {
    background: var(--tiez-body-bg);
    color: var(--font__pri-clr);
}

.cust-help .main__content {
    background: var(--tiez-main-bg);
}

.cust-help .main__content::before {
    background: var(--tiez-main-pattern);
}

.tiez-topbar,
.cust-help .header {
    background: var(--tiez-top-bg);
    border-color: var(--tiez-top-border);
}

.tiez-topbar__copy strong,
.cust-help .header__logo,
.cust-help .header__nav a,
.cust-help .header__nav button {
    color: var(--header_logo__clr);
}

.tiez-topbar__copy span {
    color: var(--header_nav__clr);
}

.tiez-topbar__badge {
    border-color: var(--tiez-top-border);
    background: rgba(255, 255, 255, 0.08);
    color: var(--header_logo__clr);
}

.help-search {
    background: var(--tiez-hero-bg);
    border-color: var(--tiez-panel-border);
    box-shadow: var(--tiez-panel-shadow);
}

.help-search::before {
    border-color: var(--tiez-hero-ring);
}

.search__title {
    color: var(--tiez-on-hero);
    letter-spacing: 0;
}

.page-index .help-search > p,
.page-search .help-search > p,
.search__text,
.search__small,
.help-search__intro {
    color: var(--tiez-on-hero-muted);
}

.help-search__intro {
    color: var(--tiez-on-hero);
    opacity: 0.9;
}

.search__form,
.search__input,
.form .form-control,
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea,
.form select,
.form-select,
.selectize-input,
.selectize-dropdown,
.dropdown,
.dropdown-select {
    background-color: var(--tiez-input-bg);
    border-color: var(--tiez-input-border);
    color: var(--tiez-input-text);
}

.search__input::placeholder,
.form .form-control::placeholder,
.form input::placeholder,
.form textarea::placeholder {
    color: color-mix(in srgb, var(--tiez-input-text) 54%, transparent);
}

.form-select,
.page-login #login-method,
.page-login #forgot-method,
.page-login #customer-select,
.page-login #forgot-customer-select {
    min-height: 48px;
    padding-right: 44px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, currentColor 50%),
        linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
}

.tiez-home-panel,
.navlink,
.article,
.topics,
.form-submit-ticket,
.ticket__body_block,
.ticket__params .params--block,
.table-wrap,
.notification,
.profile__info,
.profile__control {
    background: var(--tiez-panel-bg);
    border-color: var(--tiez-panel-border);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--font__pri-clr);
}

.tiez-home-panel--accent {
    background: var(--tiez-accent-panel-bg);
    border-color: var(--tiez-accent-border);
    color: var(--tiez-on-hero);
}

.tiez-home-panel--accent p,
.tiez-home-panel--accent .tiez-home-panel__link {
    color: var(--tiez-on-hero-muted);
}

.tiez-home-panel h2,
.navlink__title,
.article__heading h1,
.topics__title,
.form h1,
.form h2,
.ticket__body_block h2,
.ticket__params .params--block h2,
.page-profile .profile__info h1,
.page-profile .profile__info h2,
.table__head,
.block__head h1,
.block__head h2 {
    color: var(--tiez-heading);
    letter-spacing: 0;
}

.tiez-home-panel p,
.navlink__desc,
.article__body,
.article__content,
.topics__desc,
.form .form-group label,
.ticket__body_block,
.ticket__params .params--block,
.breadcrumbs,
.breadcrumbs .last,
.table,
.table td,
.table th {
    color: var(--tiez-copy);
}

.article__heading,
.block__head,
.ticket__head,
.table thead,
.table__head {
    background: var(--tiez-table-head-bg);
    color: var(--tiez-table-head-text);
    border-color: var(--tiez-top-border);
}

.article__heading h1,
.block__head h1,
.block__head h2,
.ticket__head,
.ticket__head h1,
.ticket__head h2,
.table thead th,
.table__head {
    color: var(--tiez-table-head-text);
}

.table tbody tr,
.table tr {
    background: var(--table_row__bg);
}

.table tbody tr:nth-child(even) {
    background: var(--table_row__bg-even);
}

.table tbody tr:hover {
    background: var(--table_row__bg-hover);
}

.ticket__reply,
.ticket__reply_body,
.ticket__body {
    background: var(--ticket_response__bg);
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
}

.preview,
.suggest-preview,
.article-preview,
.category-preview,
.attachments,
.attachment {
    background: var(--preview__bg);
    border-color: var(--preview__border-clr);
    color: var(--preview__clr);
}

.preview:hover,
.suggest-preview:hover,
.article-preview:hover,
.category-preview:hover {
    background: var(--preview__hover-bg);
}

.preview__title,
.suggest-preview__title,
.article-preview__title,
.category-preview__title {
    color: var(--preview__title-clr);
}

.breadcrumbs a,
.tiez-brand-footer__meta a,
.article a,
.topics a,
.ticket a,
.form a {
    color: var(--link__pri-clr);
}

.breadcrumbs a:hover,
.tiez-brand-footer__meta a:hover,
.article a:hover,
.topics a:hover,
.ticket a:hover,
.form a:hover {
    color: var(--link__pri-hover-clr);
}

.breadcrumbs {
    background: var(--tiez-breadcrumb-bg);
    border-top: 1px solid var(--tiez-breadcrumb-border);
    border-bottom: 1px solid var(--tiez-breadcrumb-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.breadcrumbs__inner {
    min-height: 40px;
}

.breadcrumbs__inner a,
.breadcrumbs__inner a span {
    color: var(--tiez-breadcrumb-link) !important;
    font-weight: 800;
}

.breadcrumbs__inner .last {
    color: var(--tiez-breadcrumb-current) !important;
    font-weight: 800;
}

.breadcrumbs__inner a:hover,
.breadcrumbs__inner a:hover span {
    color: var(--tiez-breadcrumb-hover) !important;
}

.breadcrumbs__inner .icon {
    color: var(--tiez-breadcrumb-separator) !important;
    fill: currentColor !important;
    opacity: 1;
}

.breadcrumbs ::selection {
    background: var(--tiez-breadcrumb-selection-bg);
    color: var(--tiez-breadcrumb-selection-text);
}

.tiez-topbar,
.cust-help .header {
    border-bottom: 0 !important;
}

.cust-help .header {
    box-shadow: none;
}

.breadcrumbs {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none;
}

.cust-help .tiez-site-header {
    background: var(--tiez-top-bg);
    border: 0 !important;
    box-shadow: none;
}

.tiez-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 18px 0 10px;
}

.tiez-nav__brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
    color: var(--header_logo__clr);
}

.tiez-nav__brand:hover,
.tiez-nav__brand:focus-visible {
    color: var(--header_logo__clr);
}

.tiez-nav__logo {
    width: 78px;
    max-width: 78px;
    max-height: 82px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.tiez-nav__copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.tiez-nav__copy strong {
    color: var(--header_logo__clr);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.tiez-nav__copy span {
    color: var(--header_nav__clr);
    font-size: 14px;
    line-height: 1.45;
}

.tiez-nav__right {
    display: grid;
    gap: 14px;
    justify-items: end;
}

.tiez-nav__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid var(--tiez-top-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--header_logo__clr);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tiez-nav__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.tiez-nav__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-right: 0;
}

.tiez-nav__menu-button,
.tiez-nav__menu a.tiez-nav__menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-color: var(--tiez-header-btn-border) !important;
    background: var(--tiez-header-btn-bg) !important;
    color: var(--tiez-header-btn-text) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: var(--tiez-header-btn-shadow);
}

.tiez-nav__menu-button:hover,
.tiez-nav__menu-button:focus-visible,
.tiez-nav__menu a.tiez-nav__menu-button:hover,
.tiez-nav__menu a.tiez-nav__menu-button:focus-visible {
    border-color: var(--tiez-header-btn-hover-bg) !important;
    background: var(--tiez-header-btn-hover-bg) !important;
    color: var(--tiez-header-btn-hover-text) !important;
}

.tiez-client-center-button {
    min-height: 40px;
    border-color: var(--tiez-header-btn-border) !important;
    background: var(--tiez-header-btn-bg) !important;
    color: var(--tiez-header-btn-text) !important;
    box-shadow: var(--tiez-header-btn-shadow);
}

.tiez-client-center-button:hover,
.tiez-client-center-button:focus-visible {
    background: var(--tiez-header-btn-hover-bg) !important;
    color: var(--tiez-header-btn-hover-text) !important;
}

.tiez-nav__actions .header__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    flex-grow: 0;
}

.tiez-nav__actions .header__nav .nav-item:not(:first-child) {
    margin-left: 0;
}

.tiez-nav__actions .header__lang {
    margin: 0;
}

.tiez-nav__actions > .tiez-theme-toggle {
    background: var(--tiez-header-toggle-bg);
    border-color: var(--tiez-header-toggle-border);
    color: var(--tiez-header-toggle-text);
}

.tiez-nav__breadcrumbs {
    margin: 0;
    padding: 0 0 14px;
    background: transparent !important;
}

.tiez-nav__breadcrumbs .breadcrumbs__inner {
    min-height: 30px;
    padding-left: 96px;
    gap: 10px;
}

.tiez-nav__breadcrumbs .breadcrumbs__inner a,
.tiez-nav__breadcrumbs .breadcrumbs__inner a span,
.tiez-nav__breadcrumbs .breadcrumbs__inner .last {
    font-size: 12px;
    letter-spacing: 0.01em;
}

.navlink {
    background: var(--tiez-panel-bg) !important;
    border-color: var(--tiez-panel-border) !important;
    color: var(--navlink__clr) !important;
}

.navlink:hover,
.navlink:focus-visible {
    background: var(--navlink__hover-bg) !important;
    border-color: var(--tiez-accent-border) !important;
}

.navlink .navlink__title,
.navlink:visited .navlink__title {
    color: var(--navlink__title-clr) !important;
}

.navlink .navlink__descr,
.navlink:visited .navlink__descr {
    color: var(--navlink__clr) !important;
}

.navlink:hover .navlink__title,
.navlink:focus-visible .navlink__title {
    color: var(--tiez-heading) !important;
}

.navlink:hover .navlink__descr,
.navlink:focus-visible .navlink__descr {
    color: var(--tiez-copy) !important;
}

.tiez-home-panel h2 {
    color: var(--tiez-heading) !important;
}

.tiez-home-panel p,
.tiez-home-panel li {
    color: var(--tiez-copy) !important;
}

.tiez-home-panel__eyebrow {
    color: var(--link__pri-clr) !important;
}

.tiez-home-panel--accent h2,
.tiez-home-panel--accent strong {
    color: var(--tiez-on-hero) !important;
}

.tiez-home-panel--accent p,
.tiez-home-panel--accent li {
    color: var(--tiez-on-hero-muted) !important;
}

.tiez-home-panel--accent .tiez-home-panel__eyebrow {
    color: var(--tertiary) !important;
}

.page-login .form-group.required .label::after,
.page-login .form-group.required label::after,
.page-login .label.required::after,
.page-login label.required::after,
.page-form .form-group.required .label::after,
.page-form .form-group.required label::after,
.page-form .label.required::after,
.page-form label.required::after {
    content: "" !important;
    display: none !important;
}

.page-login #email-lookup-status,
.page-login #forgot-email-lookup-status,
.page-login #customer-summary-error,
.page-login #forgot-customer-summary-error {
    border-color: var(--tiez-panel-border);
    background: var(--tiez-panel-soft-bg);
    color: var(--tiez-copy);
}

.page-login #customer-summary-text,
.page-login #forgot-customer-summary-text,
.page-login .radio-group,
.page-login .reg__checkboxes,
.captcha-block,
.param,
.tiez-next-steps {
    background: var(--tiez-panel-soft-bg);
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
}

.captcha-block h2,
.captcha-block h3 {
    color: var(--tiez-heading);
}

.btn .icon,
.btn-full .icon,
.btn-border .icon,
.btn--blue-border .icon,
.search__submit .icon {
    fill: currentColor;
}

.btn-full,
a.btn-full,
.form .btn-full,
button.btn-full,
.search__form .search__submit,
.search__submit,
#search-button,
.step-footer .btn-full,
.modal .modal__buttons .btn-full {
    background: var(--tiez-btn-primary-bg);
    border-color: var(--tiez-btn-primary-border);
    color: var(--tiez-btn-primary-text) !important;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--tiez-btn-primary-bg) 26%, transparent);
}

.btn-full:hover,
.btn-full:focus-visible,
a.btn-full:hover,
a.btn-full:focus-visible,
.form .btn-full:hover,
.form .btn-full:focus-visible,
.search__form .search__submit:hover,
.search__form .search__submit:focus-visible,
.search__submit:hover,
.search__submit:focus-visible,
#search-button:hover,
#search-button:focus-visible,
.step-footer .btn-full:hover,
.step-footer .btn-full:focus-visible,
.modal .modal__buttons .btn-full:hover,
.modal .modal__buttons .btn-full:focus-visible {
    background: var(--tiez-btn-primary-hover-bg);
    border-color: var(--tiez-btn-primary-hover-bg);
    color: var(--tiez-btn-primary-hover-text) !important;
    box-shadow: 0 16px 32px color-mix(in srgb, var(--tiez-btn-primary-hover-bg) 28%, transparent);
}

.btn-border,
a.btn-border,
.btn--blue-border,
a.btn--blue-border,
.btn--danger-outline,
a.btn--danger-outline,
.btn-transparent,
.btn.cancel,
.form .btn-border,
.form .btn--blue-border,
.form .btn--danger-outline,
.step-footer .btn-border,
.modal .modal__buttons .btn-border {
    background: var(--tiez-btn-secondary-bg);
    border-color: var(--tiez-btn-secondary-border);
    color: var(--tiez-btn-secondary-text) !important;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--tiez-btn-secondary-text) 10%, transparent);
}

.btn-border:hover,
.btn-border:focus-visible,
a.btn-border:hover,
a.btn-border:focus-visible,
.btn--blue-border:hover,
.btn--blue-border:focus-visible,
a.btn--blue-border:hover,
a.btn--blue-border:focus-visible,
.btn--danger-outline:hover,
.btn--danger-outline:focus-visible,
a.btn--danger-outline:hover,
a.btn--danger-outline:focus-visible,
.btn-transparent:hover,
.btn-transparent:focus-visible,
.btn.cancel:hover,
.btn.cancel:focus-visible,
.form .btn-border:hover,
.form .btn-border:focus-visible,
.form .btn--blue-border:hover,
.form .btn--blue-border:focus-visible,
.form .btn--danger-outline:hover,
.form .btn--danger-outline:focus-visible,
.step-footer .btn-border:hover,
.step-footer .btn-border:focus-visible,
.modal .modal__buttons .btn-border:hover,
.modal .modal__buttons .btn-border:focus-visible {
    background: var(--tiez-btn-secondary-hover-bg);
    border-color: var(--tiez-btn-secondary-hover-bg);
    color: var(--tiez-btn-secondary-hover-text) !important;
}

.btn-full:focus-visible,
.btn-border:focus-visible,
.btn--blue-border:focus-visible,
.btn--danger-outline:focus-visible,
.btn-transparent:focus-visible,
.btn.cancel:focus-visible,
.search__submit:focus-visible,
#search-button:focus-visible {
    outline: 3px solid var(--tiez-btn-focus-ring);
    outline-offset: 3px;
}

.btn-full.disabled,
.btn-full:disabled,
.btn-border.disabled,
.btn-border:disabled,
.btn--blue-border.disabled,
.btn--blue-border:disabled,
.btn--danger-outline.disabled,
.btn--danger-outline:disabled,
.search__submit:disabled,
#search-button:disabled {
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.tiez-home-panel--accent .btn--blue-border {
    background: rgba(255, 246, 223, 0.1);
    border-color: rgba(255, 246, 223, 0.54);
    color: var(--tiez-on-hero) !important;
}

.tiez-home-panel--accent .btn--blue-border:hover,
.tiez-home-panel--accent .btn--blue-border:focus-visible {
    background: var(--tiez-btn-primary-bg);
    border-color: var(--tiez-btn-primary-border);
    color: var(--tiez-btn-primary-text) !important;
}

.cust-help .header__nav .nav-item a.btn,
.cust-help .header__nav .nav-item a.btn--blue-border {
    background: var(--tiez-header-btn-bg);
    border-color: var(--tiez-header-btn-border);
    color: var(--tiez-header-btn-text) !important;
    box-shadow: var(--tiez-header-btn-shadow);
}

.cust-help .header__nav .nav-item a.btn:hover,
.cust-help .header__nav .nav-item a.btn:focus-visible,
.cust-help .header__nav .nav-item a.btn--blue-border:hover,
.cust-help .header__nav .nav-item a.btn--blue-border:focus-visible {
    background: var(--tiez-header-btn-hover-bg);
    border-color: var(--tiez-header-btn-hover-bg);
    color: var(--tiez-header-btn-hover-text) !important;
}

.cust-help .header__inner > .tiez-theme-toggle,
.tiez-nav__actions > .tiez-theme-toggle {
    background: var(--tiez-header-toggle-bg);
    border-color: var(--tiez-header-toggle-border);
    color: var(--tiez-header-toggle-text);
}

.cust-help .header__inner > .tiez-theme-toggle:hover,
.cust-help .header__inner > .tiez-theme-toggle:focus-visible,
.tiez-nav__actions > .tiez-theme-toggle:hover,
.tiez-nav__actions > .tiez-theme-toggle:focus-visible {
    background: var(--tiez-header-btn-hover-bg);
    border-color: var(--tiez-header-btn-hover-bg);
    color: var(--tiez-header-btn-hover-text);
}

.tiez-brand-footer {
    background: var(--tiez-footer-bg);
    border-color: var(--tiez-top-border);
    color: var(--header_logo__clr);
}

.tiez-brand-footer__brand p,
.tiez-brand-footer__meta {
    color: var(--header_nav__clr);
}

html[data-tiez-theme="dark"] .selectize-dropdown,
html[data-tiez-theme="dark"] .dropdown {
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
}

html[data-tiez-theme="dark"] .tiez-theme-toggle:hover,
html[data-tiez-theme="dark"] .tiez-theme-toggle:focus-visible {
    background: rgba(123, 208, 216, 0.16);
    border-color: rgba(255, 243, 211, 0.34);
}

.page-profile .main__content {
    padding: 34px 0 72px;
}

.page-profile .contr.tiez-profile-page {
    display: grid;
    max-width: 1040px;
    gap: 22px;
}

.tiez-profile-feedback {
    display: grid;
    gap: 14px;
}

.tiez-profile-feedback:empty {
    display: none;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0 !important;
    min-height: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash::before {
    display: none !important;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash > .notification,
.page-profile .tiez-profile-feedback .main__content.notice-flash > .alert {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px 14px;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    box-sizing: border-box;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash > .notification > *,
.page-profile .tiez-profile-feedback .main__content.notice-flash > .alert > * {
    grid-column: 2;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash > .notification p,
.page-profile .tiez-profile-feedback .main__content.notice-flash > .alert p {
    margin: 0 !important;
    line-height: 1.5;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash > .notification .notification__body,
.page-profile .tiez-profile-feedback .main__content.notice-flash > .alert .notification__body {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.page-profile .tiez-profile-feedback .main__content.notice-flash > .notification::after,
.page-profile .tiez-profile-feedback .main__content.notice-flash > .alert::after {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    font-size: 17px;
    line-height: 1;
    font-family: inherit;
    font-style: normal;
}

.tiez-profile-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    padding: 36px;
    border: 1px solid var(--tiez-accent-border);
    border-radius: 32px;
    background: var(--tiez-hero-bg);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--tiez-on-hero);
}

.tiez-profile-hero::after {
    content: "";
    position: absolute;
    right: -6rem;
    top: -7rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--tertiary) 28%, transparent), transparent 68%);
    pointer-events: none;
}

.tiez-profile-hero > * {
    position: relative;
    z-index: 1;
}

.tiez-profile-hero__eyebrow,
.tiez-profile-card__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--tertiary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tiez-profile-hero h1 {
    margin: 0;
    color: var(--tiez-on-hero);
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.tiez-profile-hero p {
    max-width: 640px;
    margin-top: 14px;
    color: var(--tiez-on-hero-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.tiez-profile-identity {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    min-width: 260px;
    padding: 14px;
    border: 1px solid rgba(255, 246, 223, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.tiez-profile-identity span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: var(--tiez-btn-primary-bg);
    color: var(--tiez-btn-primary-text);
    font-size: 18px;
    font-weight: 900;
}

.tiez-profile-identity strong {
    color: var(--tiez-on-hero);
    font-size: 14px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiez-profile-identity small {
    color: var(--tiez-on-hero-muted);
    overflow-wrap: anywhere;
}

.tiez-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.page-profile .tiez-profile-card.ticket__body_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    width: auto;
    margin: 0;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 28px;
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--font__pri-clr);
}

.page-profile .tiez-profile-card--password {
    grid-row: span 2;
}

.page-profile .tiez-profile-card--linked {
    grid-column: 1 / -1;
}

.page-profile .profile__info {
    display: grid;
    gap: 16px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--font__pri-clr);
}

.page-profile .profile__info h1,
.page-profile .profile__info h2 {
    margin: 0;
    color: var(--tiez-heading) !important;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.page-profile .tiez-profile-card__intro {
    margin: -6px 0 2px;
    color: var(--tiez-copy);
    font-size: 13px;
    line-height: 1.6;
}

.page-profile .tiez-linked-access__scope {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border: 1px solid var(--tiez-input-border);
    border-radius: 22px;
    background: var(--tiez-panel-soft-bg);
}

.page-profile .tiez-linked-access__scope-label {
    color: var(--link__pri-clr);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-profile .tiez-linked-access__scope strong {
    color: var(--tiez-heading);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
}

.page-profile .tiez-linked-access__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.page-profile .tiez-linked-access__list {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.page-profile .tiez-linked-access__list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--tiez-copy);
    font-size: 12px;
    font-weight: 800;
}

.page-profile .tiez-linked-access__list-head strong {
    color: var(--tiez-heading);
    font-size: 15px;
    font-weight: 900;
}

.page-profile .tiez-linked-access__item,
.page-profile .tiez-linked-access__empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid var(--tiez-input-border);
    border-radius: 22px;
    background: color-mix(in srgb, var(--tiez-panel-soft-bg) 86%, transparent);
}

.page-profile .tiez-linked-access__item-main {
    display: grid;
    gap: 6px;
}

.page-profile .tiez-linked-access__item-main strong {
    color: var(--tiez-heading);
    font-size: 14px;
    font-weight: 900;
}

.page-profile .tiez-linked-access__item-main span,
.page-profile .tiez-linked-access__empty {
    color: var(--tiez-copy);
    font-size: 13px;
    line-height: 1.6;
}

.page-profile .tiez-linked-access__item-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.page-profile .tiez-linked-access__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--link__pri-clr) 18%, transparent);
    color: var(--link__pri-clr);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-profile .tiez-linked-access__badge--muted {
    background: color-mix(in srgb, var(--tiez-copy) 14%, transparent);
    color: var(--tiez-copy);
}

.page-profile .form.ticket-create {
    display: grid;
    gap: 16px;
}

.page-profile .form .form-group {
    margin: 0;
}

.page-profile .form .form-group .label,
.page-profile .form .form-group label {
    margin-bottom: 8px;
    color: var(--link__pri-clr);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-profile .form-group.required .label::after,
.page-profile .form-group.required label::after,
.page-profile .label.required::after,
.page-profile label.required::after {
    content: "" !important;
    display: none !important;
}

.page-profile .form input.form-control,
.page-profile .form select,
.page-profile .selectize-control .selectize-input {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 18px;
    background: var(--tiez-input-bg) !important;
    border-color: var(--tiez-input-border) !important;
    color: var(--tiez-input-text) !important;
}

.page-profile .profile__control {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.page-profile .profile__edit {
    width: 100%;
}

.page-profile .profile__control .btn,
.page-profile .profile__control a.btn {
    width: 100%;
    min-width: 0;
    height: 52px !important;
    border-radius: 18px;
}

.page-profile .tiez-password-meter {
    height: 14px;
    background: var(--tiez-panel-soft-bg);
}

.page-profile .profile__info .main__content.notice-flash {
    margin: 0;
    padding: 0 !important;
    min-height: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.page-profile .profile__info .main__content.notice-flash::before {
    display: none !important;
}

.page-profile .notification,
.page-profile .alert {
    position: relative;
    margin: 0;
    padding: 18px 18px 18px 58px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--link__pri-clr) 13%, transparent), transparent 18rem),
        var(--tiez-panel-soft-bg);
    color: var(--font__pri-clr);
}

.page-profile .notification.blue {
    border-color: color-mix(in srgb, var(--link__pri-clr) 34%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--link__pri-clr) 16%, transparent), transparent 18rem),
        var(--tiez-panel-soft-bg);
}

.page-profile .main__content.notice-flash > .notification,
.page-profile .main__content.notice-flash > .alert {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.page-profile .notification p,
.page-profile .alert p {
    margin: 0 !important;
    color: var(--font__pri-clr);
    font-weight: 800;
    line-height: 1.65;
}

.page-profile .notification .notification__body,
.page-profile .alert .notification__body {
    margin-top: 4px;
    color: var(--font__pri-clr);
    line-height: 1.65;
}

.page-profile .notification::before,
.page-profile .alert::before {
    display: none;
}

.page-profile .main__content.notice-flash > .notification::after,
.page-profile .main__content.notice-flash > .alert::after {
    content: "i";
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 11px;
    background: var(--link__pri-clr);
    color: var(--tiez-btn-primary-text);
    font-size: 16px;
    font-weight: 900;
    font-family: inherit;
    font-style: normal;
    line-height: 1;
}

.page-profile .notification.green::after,
.page-profile .alert.green::after {
    content: "\2713";
}

.page-profile .notification.orange::after,
.page-profile .alert.orange::after,
.page-profile .notification.red::after,
.page-profile .alert.red::after {
    content: "!";
}

.page-profile .subtext {
    margin: 0;
}

.page-profile .text-danger,
.page-profile .text-success {
    display: block;
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 900;
    line-height: 1.55;
}

.page-profile .text-danger {
    border: 1px solid rgba(230, 67, 66, 0.28);
    background: rgba(230, 67, 66, 0.09);
    color: #ff6f6e !important;
}

.page-profile .text-success {
    border: 1px solid rgba(38, 194, 138, 0.28);
    background: rgba(38, 194, 138, 0.1);
    color: #1d9669 !important;
}

html[data-tiez-theme="dark"] .page-profile .notification::after,
html[data-tiez-theme="dark"] .page-profile .alert::after {
    color: #071015;
}

html[data-tiez-theme="dark"] .page-profile .text-success {
    color: #84f0bf !important;
}

.page-manage-mfa .main__content {
    padding: 34px 0 72px;
}

.page-manage-mfa .contr.tiez-mfa-page {
    display: grid;
    max-width: 960px;
    gap: 20px;
}

.tiez-mfa-feedback {
    display: grid;
    gap: 14px;
    width: min(100%, 760px);
    margin: 0 auto;
}

.tiez-mfa-feedback:empty {
    display: none;
}

.page-manage-mfa .tiez-mfa-feedback .main__content.notice-flash {
    margin: 0;
    padding: 0 !important;
    min-height: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.page-manage-mfa .tiez-mfa-feedback .main__content.notice-flash::before {
    display: none !important;
}

.page-manage-mfa .tiez-mfa-feedback .notification {
    position: relative;
    display: block;
    margin: 0;
    min-height: 0;
    padding: 18px 22px 18px 76px;
    border: 1px solid color-mix(in srgb, var(--tertiary) 36%, var(--tiez-panel-border));
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--tertiary) 18%, transparent), transparent 20rem),
        var(--tiez-panel-soft-bg);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--font__pri-clr);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
    overflow-wrap: normal;
}

.page-manage-mfa .tiez-mfa-feedback .notification::before {
    display: none;
}

.page-manage-mfa .tiez-mfa-feedback .notification::after {
    content: "!";
    position: absolute;
    top: 20px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: var(--tertiary);
    color: #101820;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.page-manage-mfa .tiez-mfa-feedback .notification p {
    margin: 0 !important;
    color: var(--font__pri-clr);
    font-weight: 800;
    line-height: 1.65;
}

.page-manage-mfa .tiez-mfa-feedback .notification p:first-child b {
    display: block;
    margin-bottom: 6px;
    color: var(--tiez-heading);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-manage-mfa .tiez-mfa-feedback .notification a {
    color: var(--link__pri-clr);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.page-manage-mfa .tiez-mfa-title {
    max-width: 100%;
    margin-bottom: 0;
    padding: 16px 18px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 24px;
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
    color: var(--tiez-heading);
}

.page-manage-mfa .tiez-mfa-title .icon-in-circle {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 17px;
    background: var(--tiez-subtle-2);
    color: var(--link__pri-clr);
}

.page-manage-mfa .tiez-mfa-card.form-submit-ticket {
    max-width: 100%;
    margin: 0;
    background: var(--tiez-panel-bg);
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
}

.page-manage-mfa .tiez-mfa-card h2,
.page-manage-mfa .tiez-mfa-card strong {
    color: var(--tiez-heading);
}

.page-manage-mfa .tiez-mfa-card p,
.page-manage-mfa .tiez-mfa-card span {
    color: var(--tiez-copy);
}

.page-manage-mfa .tiez-mfa-card .notification,
.page-manage-mfa .tiez-mfa-card .alert {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 22px;
    background: var(--tiez-panel-soft-bg);
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
}

.page-manage-mfa .main__content.notice-flash {
    margin: 0;
    padding: 0 !important;
    min-height: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.page-manage-mfa .main__content.notice-flash::before {
    display: none !important;
    content: none !important;
}

.page-manage-mfa .notification::before,
.page-manage-mfa .alert::before,
.page-manage-mfa .tiez-mfa-card .notification::before,
.page-manage-mfa .tiez-mfa-card .alert::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    background: transparent !important;
}

.page-manage-mfa .tiez-mfa-card .notification b,
.page-manage-mfa .tiez-mfa-card .alert b {
    color: var(--tiez-heading);
}

.page-manage-mfa .tiez-mfa-card .main__content.notice-flash {
    margin: 0;
    padding: 0 !important;
    min-height: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.page-manage-mfa .tiez-mfa-card .main__content.notice-flash::before {
    display: none !important;
}

.page-manage-mfa .tiez-mfa-inline-note.main__content.notice-flash {
    width: 100%;
    margin: 14px 0 22px !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.page-manage-mfa .tiez-mfa-inline-note.main__content.notice-flash::before {
    display: none !important;
    content: none !important;
}

.page-manage-mfa .tiez-mfa-inline-note .notification {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 18px 22px !important;
    border: 1px solid var(--tiez-panel-border) !important;
    border-radius: 22px !important;
    background: var(--tiez-panel-soft-bg) !important;
    box-shadow: none !important;
    color: var(--font__pri-clr) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
}

.page-manage-mfa .tiez-mfa-inline-note .notification::before,
.page-manage-mfa .tiez-mfa-inline-note .notification::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

.page-manage-mfa .tiez-mfa-inline-note .notification b {
    color: var(--tiez-heading);
}

.page-manage-mfa .tiez-mfa-inline-note .notification p {
    margin: 0 !important;
    color: var(--font__pri-clr) !important;
}

.page-manage-mfa .tiez-mfa-inline-card {
    width: 100%;
    margin: 14px 0 22px;
    padding: 18px 22px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 22px;
    background: var(--tiez-panel-soft-bg);
    color: var(--font__pri-clr);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
    text-align: center;
}

.page-manage-mfa .tiez-mfa-inline-card--success {
    border-color: color-mix(in srgb, #26c28a 36%, var(--tiez-panel-border));
    background: color-mix(in srgb, #26c28a 10%, var(--tiez-panel-soft-bg));
}

.page-manage-mfa .tiez-mfa-inline-card strong {
    color: var(--tiez-heading);
    font-weight: 900;
}

.page-manage-mfa .tiez-mfa-inline-card p {
    margin: 10px 0 0;
    color: var(--tiez-copy);
}

.page-manage-mfa .tiez-mfa-inline-card pre {
    margin: 16px auto 0;
    padding: 16px;
    max-width: 360px;
    overflow-x: auto;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 16px;
    background: var(--tiez-input-bg);
    color: var(--tiez-input-text);
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

html[data-tiez-theme="dark"] .page-manage-mfa .tiez-mfa-inline-card--success {
    border-color: rgba(80, 220, 158, 0.28);
    background: rgba(80, 220, 158, 0.08);
}

.page-manage-mfa .tiez-mfa-card .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
}

.page-manage-mfa .tiez-mfa-card .form-group label {
    flex: 1 0 100%;
    color: var(--link__pri-clr);
}

.page-manage-mfa #verify-input {
    max-width: 180px;
}

.page-manage-mfa .step-bar {
    margin-bottom: 28px;
}

html[data-tiez-theme="dark"] .page-manage-mfa .tiez-mfa-feedback .notification {
    border-color: rgba(215, 181, 106, 0.28);
    background:
        radial-gradient(circle at 0% 50%, rgba(215, 181, 106, 0.14), transparent 20rem),
        rgba(14, 22, 27, 0.96);
}

html[data-tiez-theme="dark"] .page-manage-mfa .tiez-mfa-feedback .notification::after {
    color: #071015;
}

.page-my-tickets .main__content {
    padding: 18px 0 54px;
}

.page-my-tickets .contr.tiez-my-tickets {
    display: grid;
    max-width: 1080px;
    gap: 16px;
}

.tiez-my-tickets-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 20px;
    margin: 0 auto;
    padding: 28px 30px 22px;
    width: 100%;
}

.tiez-my-tickets-hero__copy,
.tiez-my-tickets-stats,
.tiez-ticket-search {
    position: relative;
    z-index: 1;
}

.tiez-my-tickets-hero__eyebrow,
.tiez-my-tickets-list__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--tertiary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tiez-my-tickets-hero .search__title {
    max-width: none;
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    line-height: 0.98;
}

.tiez-my-tickets-hero .help-search__intro {
    max-width: 700px;
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.6;
}

.tiez-my-tickets-stats {
    display: grid;
    align-self: start;
    justify-self: end;
    min-width: 240px;
    gap: 8px;
}

.tiez-my-tickets-stats span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 246, 223, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--tiez-on-hero-muted);
    font-size: 11px;
    font-weight: 800;
}

.tiez-my-tickets-stats strong {
    color: var(--tiez-on-hero);
    font-size: 15px;
}

.tiez-ticket-search {
    grid-column: 1 / -1;
    display: block;
    margin: 0;
}

.tiez-ticket-search__form {
    margin-top: 0;
    padding: 10px;
    border: 1px solid rgba(255, 246, 223, 0.12);
    border-radius: 20px;
    background: rgba(5, 10, 14, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tiez-ticket-search .form-group {
    display: grid;
    grid-template-columns: 50px minmax(16rem, 1fr) minmax(8.5rem, auto);
    gap: 8px;
    align-items: stretch;
}

.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid var(--tiez-btn-primary-border);
    border-radius: 16px;
    background: var(--tiez-btn-primary-bg) !important;
    color: var(--tiez-btn-primary-text) !important;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--tiez-btn-primary-bg) 24%, transparent);
}

.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon .icon {
    width: 18px;
    height: 18px;
    fill: currentColor !important;
    color: inherit;
    opacity: 1;
}

.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon:hover,
.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon:focus-visible {
    border-color: var(--tiez-btn-primary-hover-bg);
    background: var(--tiez-btn-primary-hover-bg) !important;
    color: var(--tiez-btn-primary-hover-text) !important;
    transform: translateY(-1px);
}

.page-my-tickets #kb_search {
    width: 100% !important;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 16px;
    background: var(--tiez-input-bg) !important;
    border-color: var(--tiez-input-border) !important;
    color: var(--tiez-input-text) !important;
    caret-color: var(--tiez-input-text);
}

.page-my-tickets #kb_search::placeholder {
    color: color-mix(in srgb, var(--tiez-input-text) 48%, transparent);
}

.page-my-tickets .selectize-control {
    width: 100%;
    min-width: 190px;
}

.page-my-tickets .selectize-control .selectize-input,
.page-my-tickets .selectize-control.single .selectize-input,
.page-my-tickets .selectize-control.single .selectize-input.input-active {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 18px;
    background: var(--tiez-input-bg) !important;
    border-color: var(--tiez-input-border) !important;
    color: var(--tiez-input-text) !important;
}

.page-my-tickets .selectize-dropdown {
    background: var(--tiez-input-bg);
    border-color: var(--tiez-input-border);
    color: var(--tiez-input-text);
}

.page-my-tickets .selectize-dropdown .option {
    color: var(--tiez-input-text);
}

.page-my-tickets .selectize-dropdown .option.active {
    background: var(--tiez-btn-primary-bg);
    color: var(--tiez-btn-primary-text);
}

.page-my-tickets #search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 50px !important;
    border-radius: 16px;
    background: var(--tiez-btn-primary-bg) !important;
    border-color: var(--tiez-btn-primary-border) !important;
    color: var(--tiez-btn-primary-text) !important;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--tiez-btn-primary-bg) 24%, transparent);
}

.page-my-tickets #search-button:hover,
.page-my-tickets #search-button:focus-visible {
    background: var(--tiez-btn-primary-hover-bg) !important;
    border-color: var(--tiez-btn-primary-hover-bg) !important;
    color: var(--tiez-btn-primary-hover-text) !important;
    transform: translateY(-1px);
}

.tiez-my-tickets-list {
    display: grid;
    gap: 14px;
}

.tiez-my-tickets-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px;
}

.tiez-my-tickets-list__header h2 {
    color: var(--tiez-heading);
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    line-height: 1.1;
}

.tiez-my-tickets-list__header p {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 999px;
    background: var(--tiez-panel-soft-bg);
    color: var(--tiez-copy);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.tiez-my-tickets-table {
    overflow-x: auto;
    background: var(--tiez-panel-bg);
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
}

.tiez-my-tickets-table .table {
    min-width: 940px;
    border-collapse: separate;
    border-spacing: 0;
}

.tiez-my-tickets-table .table thead,
.tiez-my-tickets-table .table thead tr,
.tiez-my-tickets-table .table thead th {
    background: var(--tiez-table-head-bg) !important;
    color: var(--tiez-table-head-text) !important;
}

.tiez-my-tickets-table .table thead th {
    border-bottom: 1px solid var(--tiez-top-border);
    white-space: nowrap;
}

.tiez-my-tickets-table .table thead a,
.tiez-my-tickets-table .table thead span,
.tiez-my-tickets-table .table thead .sort {
    color: var(--tiez-table-head-text) !important;
}

.tiez-my-tickets-table .table thead .handle,
.tiez-my-tickets-table .table thead .handle::before,
.tiez-my-tickets-table .table thead .handle::after {
    color: var(--tiez-table-head-text) !important;
    border-color: currentColor !important;
    opacity: 0.9;
}

.tiez-my-tickets-table .table tbody td {
    padding: 16px 14px;
    border-color: var(--tiez-panel-border);
    color: var(--font__pri-clr);
    vertical-align: middle;
    line-height: 1.45;
}

.tiez-my-tickets-table .table tbody td a {
    color: var(--link__pri-clr);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.tiez-my-tickets-table .table tbody td a:hover,
.tiez-my-tickets-table .table tbody td a:focus-visible {
    color: var(--link__pri-hover-clr);
}

.tiez-my-tickets-table .table tbody tr.new td:first-child {
    box-shadow: inset 4px 0 0 var(--tiez-btn-primary-bg);
}

.tiez-ticket-status,
.tiez-my-tickets-table .priority {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 999px;
    background: var(--tiez-panel-soft-bg);
    color: var(--font__pri-clr);
    font-weight: 800;
    line-height: 1;
}

.tiez-my-tickets-table .priority_img {
    flex: 0 0 auto;
}

.tiez-my-tickets-table .pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    padding: 12px 16px;
    border-top: 1px solid var(--tiez-panel-border);
    color: var(--tiez-copy);
    font-size: 12px;
    font-weight: 800;
}

.page-my-tickets .tiez-action-row {
    gap: 8px;
    margin-top: 0;
}

.page-my-tickets .tiez-action-row .btn,
.page-my-tickets .tiez-action-row button.btn {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 12px;
}

.tiez-my-tickets-empty td {
    padding: 34px 22px !important;
    text-align: center;
}

.tiez-my-tickets-empty span,
.tiez-my-tickets-empty small {
    display: block;
}

.tiez-my-tickets-empty span {
    color: var(--tiez-heading);
    font-size: 18px;
    font-weight: 900;
}

.tiez-my-tickets-empty small {
    margin-top: 8px;
    color: var(--tiez-copy);
    font-size: 13px;
}

html[data-tiez-theme="light"] .tiez-ticket-search__form {
    background: rgba(255, 253, 249, 0.94);
    border-color: rgba(16, 42, 53, 0.1);
}

html[data-tiez-theme="light"] .tiez-my-tickets-stats span {
    background: rgba(255, 255, 255, 0.14);
}

html[data-tiez-theme="dark"] .tiez-ticket-search__form {
    background: rgba(5, 10, 14, 0.48);
}

@media screen and (max-width: 1024px) {
    .ticket,
    .page-profile .ticket--profile {
        grid-template-columns: 1fr;
    }

    .ticket__params {
        width: auto;
    }

    .page-view-ticket .tiez-ticket-overview,
    .page-view-ticket .tiez-ticket-layout {
        grid-template-columns: 1fr;
    }

    .page-view-ticket .tiez-ticket-sidebar {
        position: static;
    }

    .tiez-profile-hero,
    .tiez-profile-grid {
        grid-template-columns: 1fr;
    }

    .page-profile .tiez-profile-card--password {
        grid-row: auto;
    }
}

@media screen and (max-width: 900px) {
    .cust-help .contr {
        padding: 0 16px;
    }

    .cust-help .wrapper {
        margin-top: 0 !important;
    }

    .cust-help .header {
        position: static;
    }

    .tiez-nav {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px 0 10px;
    }

    .tiez-nav__right {
        justify-items: start;
    }

    .tiez-nav__actions {
        justify-content: flex-start;
    }

    .tiez-nav__menu {
        justify-content: flex-start;
    }

    .tiez-topbar__inner,
    .cust-help .header__inner,
    .tiez-brand-footer__inner {
        flex-wrap: wrap;
    }

    .cust-help .header__inner .header__nav {
        width: 100%;
        justify-content: flex-start;
    }

    .cust-help .main__content {
        padding: 24px 0 46px;
    }

    .page-view-ticket .main__content {
        padding: 24px 0 48px;
    }

    .help-search,
    .form-submit-ticket,
    .notification,
    .article,
    .topics,
    .ticket__body_block,
    .ticket__params .params--block,
    .table-wrap,
    .navlink,
    .tiez-home-panel {
        border-radius: 24px;
    }

    .search__form .form-group {
        flex-wrap: wrap;
    }

    .search__form .search__submit {
        width: 100%;
        min-width: 0;
    }

    #kb_search,
    #search-button,
    .page-my-tickets .selectize-control {
        width: 100%;
        flex: 1 0 100%;
    }

    .page-my-tickets .contr.tiez-my-tickets {
        max-width: 560px;
    }

    .tiez-my-tickets-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 32px 28px 26px;
    }

    .tiez-my-tickets-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-width: 0;
    }

    .tiez-my-tickets-stats span {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        min-height: 62px;
        border-radius: 18px;
    }

    .tiez-ticket-search .form-group {
        grid-template-columns: 1fr;
    }

    .page-my-tickets .search__form .search__submit.tiez-ticket-search__icon {
        display: none;
    }

    .page-my-tickets #kb_search,
    .page-my-tickets #search-button,
    .page-my-tickets .selectize-control {
        width: 100% !important;
        min-width: 0;
    }

    .tiez-my-tickets-list__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .tiez-my-tickets-list__header p {
        white-space: normal;
    }

    .page-view-ticket .tiez-ticket-page {
        gap: 16px;
    }

    .page-view-ticket .tiez-ticket-summary,
    .page-view-ticket .tiez-ticket-next,
    .page-view-ticket .ticket__body_block,
    .page-view-ticket .tiez-ticket-message,
    .page-view-ticket .tiez-reply-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .page-profile .main__content {
        padding: 24px 0 48px;
    }

    .page-profile .contr.tiez-profile-page {
        max-width: 640px;
        gap: 18px;
    }

    .page-manage-mfa .main__content {
        padding: 24px 0 48px;
    }

    .page-manage-mfa .contr.tiez-mfa-page {
        max-width: 640px;
        gap: 18px;
    }

    .tiez-profile-hero {
        padding: 30px 26px;
        border-radius: 28px;
    }

    .tiez-profile-identity {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 760px) {
    .tiez-nav__breadcrumbs .breadcrumbs__inner {
        padding-left: 0;
    }

    .nav {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 16px;
        margin-top: 20px;
    }

    .navlink {
        min-height: 136px;
        padding: 22px;
    }
}

@media screen and (max-width: 640px) {
    .tiez-topbar__inner {
        padding: 14px 16px;
    }

    .tiez-nav__brand,
    .tiez-topbar__brand,
    .tiez-brand-footer__brand {
        align-items: flex-start;
    }

    .tiez-nav__logo,
    .tiez-topbar__logo {
        width: 68px;
        max-width: 68px;
    }

    .tiez-nav__copy span {
        font-size: 13px;
    }

    .tiez-nav__actions .btn-full,
    .tiez-nav__actions .btn--blue-border,
    .tiez-nav__actions .btn-border {
        width: auto;
        min-width: 0;
    }

    .tiez-nav__menu {
        width: 100%;
        gap: 8px;
    }

    .tiez-nav__menu-button,
    .tiez-nav__menu a.tiez-nav__menu-button {
        min-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }

    .help-search {
        padding: 26px 20px;
    }

    .tiez-create-header,
    .tiez-create-guide {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 20px;
    }

    .tiez-create-header__badge {
        justify-self: flex-start;
    }

    .tiez-create-guide__list {
        min-width: 0;
    }

    .tiez-create-form-intro {
        flex-direction: column;
        gap: 14px;
        padding: 18px;
    }

    .page-create-ticket .form-submit-ticket textarea.form-control {
        min-height: 180px;
    }

    .page-create-ticket .param:not(.param--attach):not(.checkboxs):not(.calendar) {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-create-ticket .select-priority,
    .page-create-ticket .select-priority select {
        width: 100%;
    }

    .page-create-ticket .tiez-security-note {
        padding: 70px 18px 18px;
    }

    .page-create-ticket .tiez-security-note::after {
        top: 20px;
        left: 18px;
    }

    .page-view-ticket .tiez-ticket-summary,
    .page-view-ticket .tiez-ticket-next {
        padding: 22px 20px;
    }

    .page-view-ticket .tiez-action-row {
        align-items: stretch;
        flex-direction: column;
    }

    .page-view-ticket .ticket__body_block .block--head {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-view-ticket .ticket__body_block .block--head .d-flex,
    .page-view-ticket .ticket__body_block .block--head .contact {
        width: 100%;
    }

    .page-view-ticket .tiez-ticket-details h2 .btn.link {
        width: 100%;
        justify-self: stretch;
    }

    .page-view-ticket .tiez-ticket-details h2 {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .page-view-ticket .tiez-ticket-details .row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .page-view-ticket .tiez-reply-upload-card {
        padding: 16px;
    }

    .page-view-ticket .tiez-reply-security-note {
        padding: 66px 18px 18px;
    }

    .page-view-ticket .tiez-reply-security-note::before {
        top: 18px;
        left: 18px;
    }

    .page-index .tiez-home-feedback {
        margin-bottom: 16px;
    }

    .page-index .tiez-home-feedback .notification {
        min-height: 0;
        padding: 18px 18px 18px 68px;
        border-radius: 20px;
    }

    .page-index .tiez-home-feedback .notification::after {
        left: 18px;
        width: 36px;
        height: 36px;
        border-radius: 13px;
        font-size: 18px;
    }

    .page-login .tiez-login-feedback .notification {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 20px;
    }

    .page-login .tiez-login-feedback .notification::after {
        grid-column: 1;
        grid-row: auto;
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 20px;
    }

    .page-login .tiez-login-feedback .notification > * {
        grid-column: 1;
    }

    .tiez-error-state {
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "header"
            "message"
            "debug"
            "action";
        gap: 14px;
        padding: 24px 20px;
    }

    .tiez-error-state__icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 20px;
    }

    .tiez-error-state h1 {
        font-size: 21px;
    }

    .tiez-error-state__action {
        width: 100%;
        justify-self: stretch;
    }

    .navlink {
        align-items: flex-start;
        gap: 16px;
    }

    .navlink .icon-in-circle {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 16px;
    }

    .search__title,
    .page-category-select .select__title {
        font-size: 2rem;
    }

    .form-submit-ticket {
        padding: 24px 18px 22px;
    }

    .article__heading--form {
        gap: 10px;
    }

    .tiez-confirmation-actions .btn,
    .btn-full,
    .btn--blue-border,
    .btn-border {
        width: 100%;
        min-width: 0;
    }

    .tiez-profile-hero {
        padding: 26px 20px;
        border-radius: 26px;
    }

    .tiez-profile-hero h1 {
        font-size: 2.1rem;
    }

    .tiez-profile-grid {
        gap: 16px;
    }

    .page-profile .tiez-profile-card.ticket__body_block {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .page-profile .profile__info {
        gap: 14px;
    }

    .page-profile .notification,
    .page-profile .alert {
        padding: 60px 16px 18px;
    }

    .page-profile .tiez-linked-access__grid {
        grid-template-columns: 1fr;
    }

    .page-profile .tiez-linked-access__item,
    .page-profile .tiez-linked-access__empty,
    .page-profile .tiez-linked-access__list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-profile .tiez-linked-access__item-badges {
        justify-content: flex-start;
    }

    .page-manage-mfa .tiez-mfa-feedback .notification {
        padding: 64px 18px 18px;
    }

    .page-manage-mfa .tiez-mfa-feedback .notification::after {
        top: 18px;
        left: 18px;
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 19px;
    }

    .page-manage-mfa .tiez-mfa-title {
        align-items: flex-start;
        padding: 16px;
    }

    .page-manage-mfa .tiez-mfa-card.form-submit-ticket {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .page-manage-mfa #verify-input,
    .page-manage-mfa .tiez-mfa-card .form-group .btn {
        width: 100%;
        max-width: none;
    }

    .tiez-confirmation-page {
        gap: 16px;
    }

    .tiez-confirmation-feedback .notification {
        padding: 64px 18px 18px;
        border-radius: 22px;
    }

    .tiez-confirmation-feedback .notification::after {
        top: 18px;
        left: 18px;
    }

    .tiez-confirmation-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 18px;
        border-radius: 26px;
    }

    .tiez-confirmation-card__icon {
        width: 48px;
        height: 48px;
        border-radius: 17px;
        font-size: 24px;
    }

    .tiez-confirmation-card h1 {
        font-size: 2rem;
    }

    .tiez-confirmation-ticket {
        display: grid;
        width: 100%;
        overflow-wrap: anywhere;
    }

    .tiez-confirmation-note {
        padding: 58px 16px 16px;
    }

    .tiez-confirmation-note::before {
        top: 16px;
        left: 16px;
    }

    .tiez-confirmation-card .tiez-next-steps {
        padding: 18px;
    }

    .ticket__body_block {
        padding: 20px 18px 22px;
    }

    .ticket__body_block .block--head {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-wrap {
        padding: 8px;
    }

    .table-wrap .table {
        min-width: 720px;
    }

    .tiez-my-tickets-hero {
        padding: 28px 20px 20px;
        border-radius: 26px;
    }

    .tiez-my-tickets-stats {
        grid-template-columns: 1fr;
    }

    .tiez-ticket-search__form {
        padding: 10px;
        border-radius: 20px;
    }

    .page-my-tickets .selectize-control .selectize-input,
    .page-my-tickets .selectize-control.single .selectize-input,
    .page-my-tickets #kb_search,
    .page-my-tickets #search-button {
        min-height: 50px !important;
        height: 50px !important;
        border-radius: 16px;
    }

    .tiez-my-tickets-table {
        overflow: visible;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .tiez-my-tickets-table .table,
    .tiez-my-tickets-table .table thead,
    .tiez-my-tickets-table .table tbody,
    .tiez-my-tickets-table .table tr,
    .tiez-my-tickets-table .table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .tiez-my-tickets-table .table thead {
        display: none;
    }

    .tiez-my-tickets-table .table tbody tr {
        margin-bottom: 14px;
        padding: 18px;
        border: 1px solid var(--tiez-panel-border);
        border-radius: 22px;
        background: var(--tiez-panel-bg);
        box-shadow: var(--tiez-panel-shadow);
    }

    .tiez-my-tickets-table .table tbody tr.new td:first-child {
        box-shadow: none;
    }

    .tiez-my-tickets-table .table tbody td {
        display: grid;
        grid-template-columns: minmax(108px, 36%) minmax(0, 1fr);
        gap: 12px;
        padding: 9px 0 !important;
        border: 0;
        border-bottom: 1px solid var(--tiez-panel-border);
        overflow-wrap: anywhere;
    }

    .tiez-my-tickets-table .table tbody td:last-child {
        border-bottom: 0;
    }

    .tiez-my-tickets-table .table tbody td::before {
        content: attr(data-label);
        color: var(--tiez-copy);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .tiez-my-tickets-table .has-flex-item {
        align-items: center;
    }

    .tiez-my-tickets-table .pager {
        margin-top: 4px;
        border: 1px solid var(--tiez-panel-border);
        border-radius: 20px;
        background: var(--tiez-panel-bg);
    }

    .tiez-my-tickets-empty td {
        display: block !important;
    }

    .tiez-brand-footer__meta {
        text-align: left;
    }
}

/* Final customer-flow polish: alerts, recovery modals, MFA, uploads and print-adjacent actions. */
.main__content.notice-flash {
    width: min(100%, 900px);
    min-height: 0 !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    box-shadow: none !important;
}

.main__content.notice-flash::before,
.main__content.notice-flash > .notification::before {
    display: none !important;
    content: none !important;
}

.main__content.notice-flash > .notification {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 18px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 22px 28px;
    border-radius: 26px;
    color: var(--font__pri-clr);
}

.main__content.notice-flash > .notification::after {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1 / span 4;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.main__content.notice-flash > .notification > * {
    grid-column: 2;
}

.main__content.notice-flash > .notification p,
.main__content.notice-flash > .notification ul {
    margin: 0 !important;
}

.main__content.notice-flash > .notification p + p,
.main__content.notice-flash > .notification.browser-default p + p {
    margin-top: 8px !important;
}

.main__content.notice-flash > .notification.green {
    border-color: color-mix(in srgb, #26c28a 34%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, #26c28a 16%, transparent), transparent 20rem),
        color-mix(in srgb, #26c28a 8%, var(--tiez-panel-bg));
    color: var(--tiez-heading);
}

.main__content.notice-flash > .notification.green::after {
    content: "\2713";
    background: #26c28a;
    color: #071015;
}

.main__content.notice-flash > .notification.orange {
    border-color: color-mix(in srgb, var(--tertiary) 42%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--tertiary) 16%, transparent), transparent 20rem),
        color-mix(in srgb, var(--tertiary) 10%, var(--tiez-panel-bg));
    color: var(--tiez-heading);
}

.main__content.notice-flash > .notification.orange::after {
    content: "!";
    background: var(--tertiary);
    color: #101820;
}

.main__content.notice-flash > .notification.blue {
    border-color: color-mix(in srgb, var(--link__pri-clr) 38%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--link__pri-clr) 15%, transparent), transparent 20rem),
        var(--tiez-panel-soft-bg);
    color: var(--tiez-heading);
}

.main__content.notice-flash > .notification.blue::after {
    content: "i";
    background: color-mix(in srgb, var(--link__pri-clr) 18%, var(--tiez-panel-bg));
    color: var(--link__pri-clr);
    font-style: italic;
}

.main__content.notice-flash > .notification.red {
    border-color: color-mix(in srgb, #ff5b44 36%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, rgba(255, 91, 68, 0.14), transparent 20rem),
        color-mix(in srgb, #ff5b44 8%, var(--tiez-panel-bg));
    color: var(--tiez-heading);
}

.main__content.notice-flash > .notification.red::after {
    content: "!";
    background: rgba(255, 91, 68, 0.16);
    color: #d73c28;
}

html[data-tiez-theme="dark"] .main__content.notice-flash > .notification.green {
    border-color: rgba(80, 220, 158, 0.28);
    background:
        radial-gradient(circle at 0% 50%, rgba(80, 220, 158, 0.12), transparent 20rem),
        rgba(8, 34, 28, 0.96);
    color: #e8fff3;
}

html[data-tiez-theme="dark"] .main__content.notice-flash > .notification.orange {
    border-color: rgba(215, 181, 106, 0.34);
    background:
        radial-gradient(circle at 0% 50%, rgba(215, 181, 106, 0.14), transparent 20rem),
        rgba(45, 32, 13, 0.96);
    color: #fff3d3;
}

html[data-tiez-theme="dark"] .main__content.notice-flash > .notification.blue {
    border-color: rgba(74, 211, 255, 0.28);
    background:
        radial-gradient(circle at 0% 50%, rgba(74, 211, 255, 0.12), transparent 20rem),
        rgba(9, 32, 42, 0.96);
    color: #e9fbff;
}

html[data-tiez-theme="dark"] .main__content.notice-flash > .notification.red {
    border-color: rgba(255, 91, 68, 0.34);
    background:
        radial-gradient(circle at 0% 50%, rgba(255, 91, 68, 0.13), transparent 20rem),
        rgba(42, 18, 18, 0.98);
    color: #fff2ec;
}

.main__content.notice-flash.tiez-auto-dismissible {
    max-height: 260px;
    transition:
        opacity 280ms ease,
        transform 280ms ease,
        max-height 320ms ease,
        margin 320ms ease;
}

.main__content.notice-flash.tiez-auto-dismissed {
    max-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
}

.blocker {
    background: rgba(3, 8, 12, 0.76);
    backdrop-filter: blur(5px);
}

.page-login #forgot-modal.modal,
.page-form #forgot-modal.modal {
    width: min(92vw, 640px);
    max-width: 640px;
    padding: 0;
    border-radius: 30px;
    background: transparent;
    box-shadow: none;
}

.btn--danger-outline,
a.btn--danger-outline,
.form .btn--danger-outline {
    background: color-mix(in srgb, #c9675f 10%, transparent);
    border-color: color-mix(in srgb, #c9675f 54%, var(--tiez-btn-secondary-border));
    color: color-mix(in srgb, #c9675f 76%, var(--font__pri-clr)) !important;
    box-shadow: 0 10px 22px color-mix(in srgb, #c9675f 14%, transparent);
}

.btn--danger-outline:hover,
.btn--danger-outline:focus-visible,
a.btn--danger-outline:hover,
a.btn--danger-outline:focus-visible,
.form .btn--danger-outline:hover,
.form .btn--danger-outline:focus-visible {
    background: color-mix(in srgb, #c9675f 18%, transparent);
    border-color: #c9675f;
    color: #ffd8d3 !important;
}

.page-login #modal-contents,
.page-form #modal-contents {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 30px !important;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 30px;
    background: var(--tiez-panel-bg) !important;
    box-shadow: var(--tiez-panel-shadow);
    color: var(--font__pri-clr);
}

.page-login #modal-contents.notification,
.page-form #modal-contents.notification {
    border-color: var(--tiez-panel-border) !important;
    color: var(--font__pri-clr) !important;
}

.page-login #modal-contents::before,
.page-form #modal-contents::before {
    display: none !important;
    content: none !important;
}

.page-login #modal-contents > b,
.page-form #modal-contents > b {
    color: var(--tiez-heading);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.page-login #modal-contents .form,
.page-form #modal-contents .form {
    display: grid;
    gap: 16px;
    margin-top: 2px;
}

.page-login #modal-contents .form-group,
.page-form #modal-contents .form-group {
    margin-bottom: 0;
}

.page-form #modal-contents .screen-reader-text.skiplink {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 0 8px;
    clip: auto;
    color: var(--tiez-heading);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-login #modal-contents .form-control,
.page-form #modal-contents .form-control {
    min-height: 54px;
    border-color: var(--tiez-input-border) !important;
    background: var(--tiez-input-bg) !important;
    color: var(--tiez-input-text) !important;
}

.page-login #modal-contents .radio-custom,
.page-form #modal-contents .radio-custom {
    margin: 6px 0;
}

.page-login .captcha-remind,
.page-form .captcha-remind {
    padding: 18px;
    border: 1px dashed var(--tiez-panel-border);
    border-radius: 22px;
    background: var(--tiez-panel-soft-bg);
}

.page-login .captcha-remind .form-group,
.page-form .captcha-remind .form-group {
    display: grid;
    grid-template-columns: auto 46px;
    gap: 10px 12px;
    align-items: center;
}

.page-login .captcha-remind img,
.page-form .captcha-remind img {
    border-radius: 12px;
}

.page-login .captcha-remind .btn-refresh,
.page-form .captcha-remind .btn-refresh {
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 15px;
    background: var(--tiez-panel-bg);
    color: var(--link__pri-clr);
}

.page-login .captcha-remind label,
.page-form .captcha-remind label,
.page-login .captcha-remind input,
.page-form .captcha-remind input {
    grid-column: 1 / -1;
}

.page-login #forgot-password-submit,
.page-form #forgot-tid-submit {
    justify-self: start;
    min-width: 260px;
}

.page-mfa-needed .main__content,
.page-elevator .main__content {
    padding: 34px 0 72px;
}

.tiez-mfa-needed-page {
    display: grid;
    max-width: 960px;
    gap: 20px;
}

.tiez-mfa-needed-title {
    width: min(100%, 840px);
    margin: 0 auto;
}

.tiez-mfa-needed-heading {
    display: block;
    color: var(--tiez-heading);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.tiez-mfa-needed-card {
    display: grid;
    width: min(100%, 840px);
    margin: 0 auto;
    padding: 30px;
    border-color: var(--tiez-panel-border);
    background: var(--tiez-panel-bg);
    color: var(--font__pri-clr);
}

.tiez-mfa-needed-card .form-groups,
.tiez-mfa-needed-card .form-footer {
    justify-content: center;
}

.tiez-mfa-needed-card .form-group {
    max-width: 420px;
    margin: 0 auto;
}

.tiez-mfa-needed-card #verify-input,
.tiez-mfa-needed-card #backupCode {
    max-width: 220px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 900;
}

.tiez-mfa-needed-feedback {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.tiez-mfa-needed-feedback:empty {
    display: none;
}

.tiez-mfa-needed-feedback .main__content.notice-flash {
    width: 100%;
    margin-bottom: 0 !important;
}

.tiez-mfa-inline-action {
    margin: 16px 0 0;
    text-align: center;
}

.tiez-mfa-switch-link {
    display: inline-flex;
    justify-self: center;
    margin: 18px auto 0;
    color: var(--link__pri-clr) !important;
    font-weight: 900;
}

.tiez-mfa-alternative {
    display: grid;
    gap: 16px;
}

.tiez-mfa-alternative__eyebrow {
    margin: 0;
    color: var(--tertiary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tiez-mfa-alternative h2 {
    margin: 0;
    color: var(--tiez-heading);
    font-size: 24px;
}

.tiez-mfa-alternative__list {
    display: grid;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.tiez-mfa-alt-option {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 20px;
    background: var(--tiez-panel-soft-bg);
}

.tiez-mfa-alt-option .mfa-alt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: var(--tiez-subtle-2);
    color: var(--link__pri-clr);
}

.tiez-mfa-alt-option .icon {
    fill: currentColor;
}

.tiez-mfa-alt-option .btn-link,
.tiez-mfa-alt-option a {
    color: var(--link__pri-clr) !important;
    font-weight: 900;
}

.tiez-mfa-alternative__back {
    margin: 8px 0 0;
    text-align: center;
}

.page-elevator .tiez-mfa-inline-card,
.page-mfa-needed .tiez-mfa-inline-card {
    width: 100%;
    margin: 0 0 20px;
    padding: 18px 22px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 22px;
    background: var(--tiez-panel-soft-bg);
    color: var(--font__pri-clr);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
}

.page-elevator .tiez-mfa-inline-card--info,
.page-mfa-needed .tiez-mfa-inline-card--info {
    border-color: color-mix(in srgb, var(--link__pri-clr) 34%, var(--tiez-panel-border));
    background:
        radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--link__pri-clr) 12%, transparent), transparent 18rem),
        var(--tiez-panel-soft-bg);
}

.page-manage-mfa .notification.blue::before,
.page-manage-mfa .notification::before,
.page-mfa-needed .notification::before,
.page-elevator .notification::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    background: transparent !important;
}

.page-create-ticket .dropzone + .fileinput-button,
.page-view-ticket .dropzone + .fileinput-button {
    margin-top: 12px !important;
    border-radius: 0 0 18px 18px;
}

.page-create-ticket .attach-tooltype,
.page-view-ticket .attach-tooltype {
    display: grid;
    gap: 12px;
}

.tiez-file-limits-link {
    position: relative;
    display: grid !important;
    gap: 3px;
    max-width: 420px;
    padding: 13px 16px 13px 48px;
    border: 1px solid var(--tiez-panel-border);
    border-radius: 18px;
    background: var(--tiez-panel-soft-bg);
    color: var(--link__pri-clr) !important;
    text-decoration: none !important;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tiez-file-limits-link::before {
    content: "i";
    position: absolute;
    top: 50%;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 9px;
    background: color-mix(in srgb, var(--link__pri-clr) 16%, transparent);
    color: var(--link__pri-clr);
    font-style: italic;
    font-weight: 900;
    transform: translateY(-50%);
}

.tiez-file-limits-link span {
    color: var(--tiez-heading);
    font-size: 13px;
    font-weight: 900;
}

.tiez-file-limits-link small {
    color: var(--tiez-copy);
    font-size: 11px;
    line-height: 1.35;
}

.tiez-file-limits-link:hover,
.tiez-file-limits-link:focus-visible {
    border-color: var(--tiez-btn-primary-border);
    background: color-mix(in srgb, var(--link__pri-clr) 8%, var(--tiez-panel-soft-bg));
    transform: translateY(-1px);
}

.page-view-ticket .tiez-ticket-details {
    min-width: min(100%, 340px);
}

.page-view-ticket .tiez-ticket-details h2 {
    grid-template-columns: minmax(126px, 1fr) auto;
    gap: 10px;
    min-height: 72px;
}

.page-view-ticket .tiez-ticket-details h2 .btn.link {
    min-width: 0;
    max-width: 160px;
    padding: 0 12px;
    white-space: normal;
    text-align: center;
}

html[data-tiez-theme="light"] .page-view-ticket .tiez-ticket-details h2 span {
    color: #fff6df !important;
}

@media (max-width: 760px) {
    .main__content.notice-flash > .notification {
        grid-template-columns: 1fr;
        padding: 68px 18px 20px;
    }

    .main__content.notice-flash > .notification::after {
        position: absolute;
        top: 18px;
        left: 18px;
    }

    .page-login #modal-contents,
    .page-form #modal-contents,
    .tiez-mfa-needed-card {
        padding: 22px 18px !important;
        border-radius: 24px;
    }

    .page-login #forgot-password-submit,
    .page-form #forgot-tid-submit,
    .tiez-mfa-needed-card .btn-full {
        width: 100%;
        min-width: 0;
    }

    .tiez-mfa-alt-option {
        grid-template-columns: 1fr;
    }

    .tiez-file-limits-link {
        max-width: none;
    }
}

/* TIEZ UI/UX consistency pass. */
html[data-tiez-theme="light"] {
    --tiez-app-bg: #f4f7f8;
    --tiez-app-surface: #ffffff;
    --tiez-app-surface-alt: #f7fafb;
    --tiez-app-border: rgba(16, 42, 53, 0.14);
    --tiez-app-shadow: 0 10px 24px rgba(16, 42, 53, 0.08);
    --tiez-app-heading: #102a35;
    --tiez-app-text: #253642;
    --tiez-app-muted: #5d6b75;
    --tiez-app-link: #236f7c;
    --tiez-app-link-hover: #102a35;
    --tiez-app-header-bg: #102a35;
    --tiez-app-header-text: #fff6df;
    --tiez-app-header-muted: rgba(255, 246, 223, 0.82);
    --tiez-app-focus: rgba(35, 111, 124, 0.28);
}

html[data-tiez-theme="dark"] {
    --tiez-app-bg: #080d12;
    --tiez-app-surface: #101820;
    --tiez-app-surface-alt: #131f28;
    --tiez-app-border: rgba(158, 184, 198, 0.16);
    --tiez-app-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    --tiez-app-heading: #eef5f7;
    --tiez-app-text: #d6e2e8;
    --tiez-app-muted: #aab8c2;
    --tiez-app-link: #8edbe2;
    --tiez-app-link-hover: #fff3d3;
    --tiez-app-header-bg: #05090d;
    --tiez-app-header-text: #fff3d3;
    --tiez-app-header-muted: rgba(255, 243, 211, 0.8);
    --tiez-app-focus: rgba(225, 191, 114, 0.3);
}

html[data-tiez-theme] {
    --font__pri-clr: var(--tiez-app-text);
    --font__sec-clr: var(--tiez-app-muted);
    --link__pri-clr: var(--tiez-app-link);
    --link__pri-hover-clr: var(--tiez-app-link-hover);
    --link__sec-clr: var(--tiez-app-link);
    --link__sec-hover-clr: var(--tiez-app-link-hover);
    --main-background: var(--tiez-app-bg);
    --tiez-body-bg: var(--tiez-app-bg);
    --tiez-main-bg: var(--tiez-app-bg);
    --tiez-main-pattern: none;
    --tiez-top-bg: var(--tiez-app-header-bg);
    --tiez-footer-bg: var(--tiez-app-header-bg);
    --tiez-panel-bg: var(--tiez-app-surface);
    --tiez-panel-soft-bg: var(--tiez-app-surface-alt);
    --tiez-panel-border: var(--tiez-app-border);
    --tiez-panel-shadow: var(--tiez-app-shadow);
    --tiez-heading: var(--tiez-app-heading);
    --tiez-copy: var(--tiez-app-muted);
    --tiez-input-bg: var(--tiez-app-surface);
    --tiez-input-text: var(--tiez-app-text);
    --tiez-input-border: var(--tiez-app-border);
    --tiez-table-head-bg: var(--tiez-app-header-bg);
    --tiez-table-head-text: var(--tiez-app-header-text);
    --breadcrumbs__a-clr: var(--tiez-app-header-muted);
    --breadcrumbs__a-hover-clr: var(--tiez-app-header-text);
}

body.cust-help,
.cust-help .main__content {
    background: var(--tiez-app-bg) !important;
    color: var(--tiez-app-text);
}

.cust-help .main__content::before,
.help-search::before,
.help-search::after,
.tiez-profile-hero::after,
.page-create-ticket .tiez-security-note::after {
    display: none !important;
    content: none !important;
}

.cust-help .tiez-site-header,
.tiez-topbar,
.cust-help .header {
    background: var(--tiez-app-header-bg) !important;
    border-bottom: 1px solid rgba(255, 246, 223, 0.12) !important;
    box-shadow: none !important;
}

.tiez-nav {
    padding: 20px 0 12px;
}

.tiez-nav__copy strong,
.tiez-nav__brand,
.tiez-nav__brand:hover {
    color: var(--tiez-app-header-text) !important;
}

.tiez-nav__copy span {
    color: var(--tiez-app-header-muted) !important;
}

.tiez-nav__badge,
.tiez-theme-toggle {
    border-radius: 8px !important;
}

.tiez-nav__badge {
    min-height: 34px;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 246, 223, 0.24);
    color: var(--tiez-app-header-text);
}

.tiez-nav__breadcrumbs {
    margin: 0;
    padding: 0 0 14px;
    background: transparent !important;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    margin: 0;
    padding: 0 0 0 96px;
    list-style: none;
}

.breadcrumbs__item,
.breadcrumbs__separator {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.breadcrumbs__list a,
.breadcrumbs__list a span,
.breadcrumbs__list .last {
    max-width: 28ch;
    overflow: hidden;
    color: var(--tiez-app-header-muted) !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs__list .last {
    color: var(--tiez-app-header-text) !important;
}

.breadcrumbs__list a:hover,
.breadcrumbs__list a:focus-visible,
.breadcrumbs__list a:hover span,
.breadcrumbs__list a:focus-visible span {
    color: #ffffff !important;
}

.breadcrumbs__separator .icon {
    width: 12px;
    height: 12px;
    color: var(--tertiary) !important;
    fill: currentColor !important;
    opacity: 0.95;
}

.help-search,
.tiez-my-tickets-hero,
.tiez-profile-hero,
.tiez-create-guide,
.page-view-ticket .tiez-ticket-summary,
.page-view-ticket .tiez-ticket-next {
    border: 1px solid rgba(255, 246, 223, 0.13) !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, var(--tiez-app-header-bg) 0%, color-mix(in srgb, var(--tiez-app-header-bg) 82%, var(--tiez-app-link)) 100%) !important;
    box-shadow: var(--tiez-app-shadow) !important;
    color: var(--tiez-app-header-text) !important;
}

.help-search *,
.tiez-my-tickets-hero *,
.tiez-profile-hero *,
.tiez-create-guide *,
.page-view-ticket .tiez-ticket-summary *,
.page-view-ticket .tiez-ticket-next * {
    color: inherit;
}

.help-search__intro,
.page-index .help-search > p,
.tiez-my-tickets-hero .help-search__intro,
.tiez-profile-hero p,
.tiez-create-guide p,
.page-view-ticket .tiez-ticket-summary > p,
.page-view-ticket .tiez-ticket-next .tiez-home-panel__foot {
    color: var(--tiez-app-header-muted) !important;
}

.tiez-my-tickets-hero__eyebrow,
.tiez-profile-hero__eyebrow,
.tiez-profile-card__eyebrow,
.tiez-my-tickets-list__eyebrow {
    color: var(--tertiary) !important;
    letter-spacing: 0.08em !important;
}

.article,
.topics,
.form-submit-ticket,
.table-wrap,
.ticket__body_block,
.ticket__params .params--block,
.navlink,
.tiez-home-panel,
.page-profile .tiez-profile-card.ticket__body_block,
.page-view-ticket .tiez-ticket-message,
.page-view-ticket .tiez-reply-card,
.page-view-ticket .tiez-ticket-details,
.page-create-ticket .tiez-security-note,
.page-view-ticket .tiez-reply-security-note,
.page-manage-mfa .tiez-mfa-card.form-submit-ticket,
.page-mfa-needed .tiez-mfa-needed-card,
.page-elevator .tiez-mfa-inline-card {
    border: 1px solid var(--tiez-app-border) !important;
    border-radius: 8px !important;
    background: var(--tiez-app-surface) !important;
    box-shadow: var(--tiez-app-shadow) !important;
    color: var(--tiez-app-text) !important;
}

.page-profile .profile__info,
.page-profile .profile__control,
.page-view-ticket .ticket__body,
.page-view-ticket .tiez-ticket-conversation {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.page-profile .tiez-linked-access__scope,
.page-profile .tiez-linked-access__item,
.page-profile .tiez-linked-access__empty,
.page-view-ticket .ticket__body_block .block--head,
.page-view-ticket .tiez-ticket-attachments,
.page-create-ticket .tiez-upload-card,
.page-view-ticket .tiez-reply-upload-card,
.tiez-mfa-alt-option,
.tiez-file-limits-link {
    border: 1px solid var(--tiez-app-border) !important;
    border-radius: 8px !important;
    background: var(--tiez-app-surface-alt) !important;
    box-shadow: none !important;
    color: var(--tiez-app-text) !important;
}

.notification,
.main__content.notice-flash > .notification,
.main__content.notice-flash > .alert {
    border-radius: 8px !important;
    box-shadow: var(--tiez-app-shadow) !important;
}

.form input.form-control,
.form textarea.form-control,
.form select.form-control,
input.form-control,
textarea.form-control,
select.form-control,
#kb_search,
.selectize-control .selectize-input,
.dropdown-list,
.dropdown-list select {
    border-color: var(--tiez-app-border) !important;
    border-radius: 8px !important;
    background: var(--tiez-input-bg) !important;
    color: var(--tiez-input-text) !important;
    box-shadow: none !important;
}

.form input.form-control::placeholder,
.form textarea.form-control::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder,
#kb_search::placeholder {
    color: color-mix(in srgb, var(--tiez-input-text) 52%, transparent) !important;
}

.form input.form-control:focus,
.form textarea.form-control:focus,
.form select.form-control:focus,
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
#kb_search:focus,
.selectize-control .selectize-input.focus,
.selectize-control .selectize-input.input-active {
    border-color: var(--tiez-app-link) !important;
    box-shadow: 0 0 0 3px var(--tiez-app-focus) !important;
}

.btn,
.btn-full,
.btn.link,
button.btn,
a.btn,
.page-my-tickets #search-button,
.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon {
    border-radius: 8px !important;
    font-weight: 800;
    letter-spacing: 0 !important;
}

.btn,
.btn-full,
button.btn,
a.btn {
    min-height: 40px;
}

.btn:focus-visible,
.btn-full:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.selectize-input:focus-visible {
    outline: 3px solid var(--tiez-app-focus) !important;
    outline-offset: 2px;
}

.table-wrap {
    overflow-x: auto;
}

.table-wrap .table {
    color: var(--tiez-app-text) !important;
}

.table-wrap .table thead,
.table-wrap .table thead th {
    background: var(--tiez-table-head-bg) !important;
    color: var(--tiez-table-head-text) !important;
}

.table-wrap .table tbody td {
    border-color: var(--tiez-app-border) !important;
    color: var(--tiez-app-text) !important;
}

.table-wrap .table tbody tr {
    background: var(--tiez-app-surface) !important;
}

.table-wrap .table tbody tr:nth-child(even) {
    background: var(--tiez-app-surface-alt) !important;
}

.table-wrap .table tbody tr:hover {
    background: color-mix(in srgb, var(--tiez-app-link) 8%, var(--tiez-app-surface)) !important;
}

.tiez-profile-hero h1,
.tiez-my-tickets-hero .search__title,
.search__title,
.page-profile .profile__info h1,
.page-profile .profile__info h2 {
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
}

.tiez-ticket-search__form {
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.22) !important;
}

.page-my-tickets .search__form .search__submit.tiez-ticket-search__icon,
.page-my-tickets #search-button,
.page-my-tickets #kb_search,
.page-my-tickets .selectize-control .selectize-input,
.page-my-tickets .selectize-control.single .selectize-input,
.page-my-tickets .selectize-control.single .selectize-input.input-active {
    border-radius: 8px !important;
}

.tiez-my-tickets-stats span,
.tiez-my-tickets-list__header p,
.page-profile .tiez-linked-access__badge,
.label,
.status,
.priority {
    border-radius: 8px !important;
}

@media (max-width: 900px) {
    .tiez-nav {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tiez-nav__right {
        justify-items: start;
    }

    .breadcrumbs__list {
        padding-left: 0;
    }

    .tiez-my-tickets-hero,
    .page-view-ticket .tiez-ticket-layout,
    .tiez-profile-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .cust-help .contr {
        padding: 0 16px;
    }

    .tiez-nav__brand {
        align-items: flex-start;
        gap: 12px;
    }

    .tiez-nav__logo {
        width: 64px;
        max-width: 64px;
    }

    .breadcrumbs__list a,
    .breadcrumbs__list a span,
    .breadcrumbs__list .last {
        max-width: 22ch;
        font-size: 11px;
    }

    .help-search,
    .tiez-my-tickets-hero,
    .tiez-profile-hero,
    .form-submit-ticket,
    .table-wrap,
    .ticket__body_block,
    .page-view-ticket .tiez-ticket-message,
    .page-view-ticket .tiez-reply-card {
        padding: 18px !important;
    }

    .tiez-my-tickets-stats {
        grid-template-columns: 1fr !important;
        justify-self: stretch;
        width: 100%;
        min-width: 0;
    }

    .tiez-my-tickets-stats span {
        width: 100%;
    }

    .tiez-ticket-search .form-group {
        grid-template-columns: 1fr;
    }

    .page-my-tickets .search__form .search__submit.tiez-ticket-search__icon {
        display: none !important;
    }

    .page-my-tickets #kb_search {
        grid-column: 1 / -1;
        width: 100% !important;
        min-width: 0;
    }

    .page-my-tickets #search-button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Final contrast and ticket-list refinement. */
html[data-tiez-theme="light"] .tiez-home-panel,
html[data-tiez-theme="light"] .tiez-home-panel--accent {
    background: var(--tiez-app-surface) !important;
    color: var(--tiez-app-text) !important;
}

html[data-tiez-theme="dark"] .tiez-home-panel,
html[data-tiez-theme="dark"] .tiez-home-panel--accent {
    background: var(--tiez-app-surface) !important;
    color: var(--tiez-app-text) !important;
}

.tiez-home-panel h2,
.tiez-home-panel--accent h2,
.tiez-home-panel--accent strong {
    color: var(--tiez-app-heading) !important;
}

.tiez-home-panel p,
.tiez-home-panel li,
.tiez-home-panel--accent p,
.tiez-home-panel--accent li,
.tiez-home-panel__foot {
    color: var(--tiez-app-muted) !important;
}

.tiez-home-panel__eyebrow,
.tiez-home-panel--accent .tiez-home-panel__eyebrow {
    color: var(--tiez-app-link) !important;
}

.tiez-home-panel--accent {
    border-color: color-mix(in srgb, var(--tiez-app-link) 20%, var(--tiez-app-border)) !important;
}

.tiez-home-steps li::before,
.tiez-home-checklist li::before,
.tiez-home-panel--accent .tiez-home-steps li::before,
.tiez-home-panel--accent .tiez-home-checklist li::before {
    border-color: var(--tertiary) !important;
    background: var(--tertiary) !important;
}

.page-my-tickets .contr.tiez-my-tickets {
    max-width: min(1220px, calc(100vw - 48px));
    gap: 24px;
}

.tiez-my-tickets-list {
    gap: 16px;
}

.tiez-my-tickets-list__header {
    align-items: flex-end;
    padding: 0;
}

.tiez-my-tickets-list__header h2 {
    margin-top: 4px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.tiez-my-tickets-list__header p {
    border-radius: 8px !important;
    background: var(--tiez-app-surface);
    color: var(--tiez-app-text);
}

.tiez-my-tickets-table {
    border-radius: 8px !important;
    overflow: hidden;
}

.tiez-my-tickets-table .table {
    width: 100%;
    min-width: 1080px;
    table-layout: fixed;
}

.tiez-my-tickets-table .table thead th {
    height: 58px;
    padding: 0 !important;
    vertical-align: middle !important;
    line-height: 1.25;
}

.tiez-my-tickets-table .table thead th > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    text-decoration: none;
}

.tiez-my-tickets-table .table thead th:last-child {
    padding: 0 18px !important;
}

.tiez-my-tickets-table .table thead .sort {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: auto !important;
    min-height: 24px;
    line-height: 1.25;
}

.tiez-my-tickets-table .table thead .sort span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiez-my-tickets-table .table thead th:nth-child(1),
.tiez-my-tickets-table .table tbody td:nth-child(1) {
    width: 118px;
}

.tiez-my-tickets-table .table thead th:nth-child(2),
.tiez-my-tickets-table .table tbody td:nth-child(2) {
    width: 205px;
}

.tiez-my-tickets-table .table thead th:nth-child(3),
.tiez-my-tickets-table .table tbody td:nth-child(3) {
    width: 126px;
}

.tiez-my-tickets-table .table thead th:nth-last-child(3),
.tiez-my-tickets-table .table tbody td:nth-last-child(3) {
    width: 128px;
}

.tiez-my-tickets-table .table thead th:nth-last-child(2),
.tiez-my-tickets-table .table tbody td:nth-last-child(2) {
    width: 132px;
}

.tiez-my-tickets-table .table thead th:last-child,
.tiez-my-tickets-table .table tbody td:last-child {
    width: 130px;
}

.tiez-my-tickets-table .table tbody td {
    padding: 20px 16px !important;
    line-height: 1.55;
}

.tiez-my-tickets-table .table tbody td[data-label="Assunto"] a,
.tiez-my-tickets-table .table tbody td:nth-child(4) a {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.45;
}

.tiez-ticket-status,
.tiez-my-tickets-table .priority {
    border-radius: 8px !important;
    min-height: 30px;
}

.page-my-tickets .tiez-action-row {
    display: grid;
    gap: 8px;
    align-items: stretch;
    justify-items: stretch;
}

.page-my-tickets .tiez-action-row .btn,
.page-my-tickets .tiez-action-row button.btn {
    width: 100%;
    min-height: 36px;
    padding: 0 12px;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .page-my-tickets .contr.tiez-my-tickets {
        max-width: none;
    }

    .tiez-my-tickets-list__header {
        align-items: stretch;
    }

    .tiez-my-tickets-table {
        overflow: visible;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .tiez-my-tickets-table .table {
        min-width: 0;
        table-layout: auto;
    }

    .tiez-my-tickets-table .table tbody tr {
        border-radius: 8px !important;
    }

    .tiez-my-tickets-table .table tbody td {
        grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
        padding: 10px 0 !important;
    }

    .page-my-tickets .tiez-action-row {
        grid-template-columns: 1fr 1fr;
    }
}

.tiez-company {
    margin: 28px 0;
    padding: 28px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
    box-shadow: var(--tiez-app-shadow);
    color: var(--tiez-app-text);
}

.tiez-company__header {
    display: grid;
    gap: 10px;
    max-width: 920px;
    margin-bottom: 22px;
}

.tiez-company__eyebrow {
    margin: 0;
    color: var(--tiez-app-link);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.tiez-company h2,
.tiez-company h3 {
    margin: 0;
    color: var(--tiez-app-heading);
    letter-spacing: 0;
}

.tiez-company h2 {
    font-size: 26px;
    line-height: 1.2;
}

.tiez-company h3 {
    font-size: 16px;
    line-height: 1.35;
}

.tiez-company p {
    margin: 0;
    color: var(--tiez-app-muted);
    line-height: 1.65;
}

.tiez-company--services,
.tiez-company--contact {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tiez-company__about,
.tiez-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tiez-contact-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: stretch;
}

.tiez-company-card,
.tiez-contact-card {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface-alt);
}

.tiez-services-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.tiez-services-metrics span {
    display: grid;
    gap: 2px;
    min-height: 82px;
    padding: 16px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
}

.tiez-services-metrics strong {
    color: var(--tiez-app-heading);
    font-size: 28px;
    line-height: 1;
}

.tiez-services-metrics small,
.tiez-service-chip small,
.tiez-service-group__count,
.tiez-service-card__badge {
    color: var(--tiez-app-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.tiez-service-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.tiez-service-chip {
    display: flex;
    min-width: 0;
    min-height: 70px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
    color: var(--tiez-app-heading);
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.tiez-service-chip:hover,
.tiez-service-chip:focus-visible {
    border-color: color-mix(in srgb, var(--tiez-app-link) 52%, var(--tiez-app-border));
    color: var(--tiez-app-heading);
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(12, 27, 38, 0.11);
}

.tiez-service-chip__icon,
.tiez-service-group__icon,
.tiez-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--tiez-app-link);
    background: color-mix(in srgb, var(--tiez-app-link) 12%, transparent);
}

.tiez-service-chip__icon {
    width: 38px;
    height: 38px;
}

.tiez-service-chip__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.tiez-service-chip strong {
    overflow-wrap: anywhere;
}

.tiez-service-chip .icon,
.tiez-service-group__icon .icon,
.tiez-service-card__icon .icon,
.tiez-map-link .icon,
.tiez-contact-submit .icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.tiez-service-groups {
    display: grid;
    gap: 28px;
}

.tiez-service-group {
    display: grid;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid var(--tiez-app-border);
}

.tiez-service-group__head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
}

.tiez-service-group__icon {
    width: 48px;
    height: 48px;
    color: #c79a3b;
    background: rgba(199, 154, 59, 0.14);
}

.tiez-service-group__count {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
    white-space: nowrap;
}

.tiez-service-group__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tiez-service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 270px;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
    box-shadow: 0 14px 34px rgba(12, 27, 38, 0.08);
}

.tiez-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tiez-service-card__icon {
    width: 42px;
    height: 42px;
}

.tiez-service-card__badge {
    max-width: 62%;
    padding: 6px 8px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface-alt);
    overflow-wrap: anywhere;
    text-align: right;
}

.tiez-service-card__impact {
    padding-top: 10px;
    border-top: 1px solid var(--tiez-app-border);
}

.tiez-service-card__impact strong {
    color: var(--tiez-app-heading);
}

.tiez-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    min-height: 34px;
    color: var(--tiez-app-link);
    font-weight: 800;
}

.tiez-map-link:hover {
    color: var(--tiez-app-heading);
}

.tiez-contact-card .btn {
    justify-self: start;
    margin-top: 4px;
}

.tiez-contact-card a:not(.btn) {
    color: var(--tiez-app-link);
    overflow-wrap: anywhere;
}

.tiez-contact-card--form {
    gap: 16px;
}

.tiez-contact-feedback .notification {
    margin: 0;
    box-shadow: none;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
}

.tiez-contact-form {
    display: grid;
    gap: 12px;
}

.tiez-contact-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tiez-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tiez-contact-field {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: var(--tiez-app-heading);
    font-size: 13px;
    font-weight: 800;
}

.tiez-contact-field input,
.tiez-contact-field textarea {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--tiez-app-border);
    border-radius: 8px;
    background: var(--tiez-app-surface);
    color: var(--tiez-app-text);
    font: inherit;
    font-weight: 500;
    line-height: 1.45;
    outline: none;
}

.tiez-contact-field textarea {
    min-height: 126px;
    resize: vertical;
}

.tiez-contact-field input:focus,
.tiez-contact-field textarea:focus {
    border-color: color-mix(in srgb, var(--tiez-app-link) 65%, var(--tiez-app-border));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tiez-app-link) 14%, transparent);
}

.tiez-contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    width: fit-content;
    padding: 0 16px;
}

.tiez-contact-card--location {
    gap: 0;
    overflow: hidden;
    padding: 0;
}

.tiez-contact-card__copy {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.tiez-contact-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--tiez-app-muted);
    line-height: 1.55;
}

.tiez-contact-list strong {
    color: var(--tiez-app-heading);
}

.tiez-map-frame {
    width: 100%;
    min-height: 280px;
    aspect-ratio: 16 / 10;
    border-top: 1px solid var(--tiez-app-border);
    background: var(--tiez-app-surface);
}

.tiez-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 0;
}

@media (max-width: 900px) {
    .tiez-company__about,
    .tiez-contact-grid,
    .tiez-services-metrics,
    .tiez-service-nav,
    .tiez-service-group__grid {
        grid-template-columns: 1fr;
    }

    .tiez-service-group__head {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .tiez-service-group__count {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .tiez-company {
        padding: 20px;
    }

    .tiez-company--services,
    .tiez-company--contact {
        padding: 0;
    }

    .tiez-company h2 {
        font-size: 22px;
    }

    .tiez-company-card,
    .tiez-contact-card,
    .tiez-service-card {
        padding: 16px;
    }

    .tiez-contact-card--location {
        padding: 0;
    }

    .tiez-contact-card__copy {
        padding: 16px;
    }

    .tiez-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .tiez-service-card {
        min-height: 0;
    }

    .tiez-service-card__top {
        align-items: flex-start;
    }

    .tiez-service-card__badge {
        max-width: 68%;
    }
}

.tiez-brand-footer__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(170px, 1fr));
    gap: 22px;
    align-items: start;
}

.tiez-brand-footer__brand {
    align-items: flex-start;
}

.tiez-brand-footer__column,
.tiez-brand-footer__meta {
    display: grid;
    gap: 8px;
    min-width: 0;
    text-align: left;
    font-style: normal;
}

.tiez-brand-footer__column strong,
.tiez-brand-footer__meta strong {
    color: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tiez-brand-footer__column a,
.tiez-brand-footer__meta a,
.tiez-brand-footer__meta span {
    color: rgba(246, 240, 218, 0.78);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.tiez-brand-footer__column a:hover,
.tiez-brand-footer__meta a:hover {
    color: #ffffff;
}

html[data-tiez-theme="light"] .tiez-brand-footer__column a,
html[data-tiez-theme="light"] .tiez-brand-footer__meta a,
html[data-tiez-theme="light"] .tiez-brand-footer__meta span {
    color: var(--header_nav__clr);
}

html[data-tiez-theme="light"] .tiez-brand-footer__column a:hover,
html[data-tiez-theme="light"] .tiez-brand-footer__meta a:hover {
    color: var(--header_logo__clr);
}

@media (max-width: 980px) {
    .tiez-brand-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .tiez-brand-footer__inner {
        grid-template-columns: 1fr;
    }
}

/* Header navigation refinement */
.cust-help .tiez-site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    backdrop-filter: blur(14px);
    transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cust-help .tiez-site-header.is-scrolled {
    box-shadow: 0 18px 42px rgba(2, 8, 12, 0.26) !important;
}

.tiez-site-header.is-scrolled .tiez-nav {
    padding-top: 10px;
    padding-bottom: 8px;
}

.tiez-site-header.is-scrolled .tiez-nav__logo {
    width: 60px;
    max-width: 60px;
}

.tiez-nav {
    position: relative;
    z-index: 20;
    grid-template-columns: minmax(240px, 0.56fr) minmax(0, 2fr);
    gap: clamp(12px, 2vw, 30px);
    transition: padding 180ms ease;
}

.tiez-nav__brand {
    align-self: center;
}

.tiez-nav__logo {
    transition: width 180ms ease, max-width 180ms ease;
}

.tiez-nav__copy {
    gap: 6px;
}

.tiez-nav__copy strong {
    line-height: 1.2;
}

.tiez-nav__copy span {
    max-width: 30ch;
}

.tiez-nav__right {
    min-width: 0;
    width: 100%;
    gap: 10px;
}

.tiez-nav__status-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.tiez-nav__badge {
    min-height: 32px;
    padding: 0 15px;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tiez-nav__actions {
    display: flex;
    position: relative;
    z-index: 30;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    padding: 6px;
    white-space: nowrap;
    border: 1px solid rgba(255, 246, 223, 0.12);
    border-radius: 16px;
    background: rgba(3, 9, 13, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.tiez-nav__menu,
.tiez-nav__cta-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

.tiez-nav__menu {
    flex: 0 1 auto;
    padding-right: 8px;
    border-right: 1px solid rgba(255, 246, 223, 0.14);
}

.tiez-nav__cta-group {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.tiez-nav__menu-button,
.tiez-nav__menu a.tiez-nav__menu-button,
.tiez-nav__cta-group > .btn,
.tiez-nav__cta-group .header__nav .nav-item > a.btn,
.tiez-nav__cta-group .header__nav .nav-item > a.btn--blue-border {
    flex: 0 0 auto;
    position: relative;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px !important;
    border-color: var(--tiez-header-btn-border) !important;
    background: var(--tiez-header-btn-bg) !important;
    color: var(--tiez-header-btn-text) !important;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.tiez-nav__menu-button::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 6px;
    left: 12px;
    height: 2px;
    border-radius: 999px;
    background: var(--tertiary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 160ms ease;
}

.tiez-nav__menu-button:hover,
.tiez-nav__menu-button:focus-visible,
.tiez-nav__menu-button.is-active,
.tiez-nav__menu a.tiez-nav__menu-button:hover,
.tiez-nav__menu a.tiez-nav__menu-button:focus-visible,
.tiez-nav__menu a.tiez-nav__menu-button.is-active,
.tiez-nav__cta-group > .btn:hover,
.tiez-nav__cta-group > .btn:focus-visible,
.tiez-nav__cta-group .header__nav .nav-item > a.btn:hover,
.tiez-nav__cta-group .header__nav .nav-item > a.btn:focus-visible,
.tiez-nav__cta-group .header__nav .nav-item > a.btn--blue-border:hover,
.tiez-nav__cta-group .header__nav .nav-item > a.btn--blue-border:focus-visible {
    border-color: var(--tiez-header-btn-hover-bg) !important;
    background: var(--tiez-header-btn-hover-bg) !important;
    color: var(--tiez-header-btn-hover-text) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.tiez-nav__menu-button:hover::after,
.tiez-nav__menu-button:focus-visible::after,
.tiez-nav__menu-button.is-active::after {
    transform: scaleX(1);
}

.tiez-client-center-button {
    min-width: 126px;
}

.tiez-nav__cta-group .header__nav {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
}

.tiez-nav__cta-group .header__nav .nav-item > a.btn,
.tiez-nav__cta-group .header__nav .nav-item > a.btn--blue-border {
    min-width: 68px;
}

.tiez-nav__cta-group .header__nav .profile__user {
    display: inline-flex;
    flex: 0 1 158px;
    position: relative;
    z-index: 1;
    align-items: center;
    min-width: 0;
    width: 158px;
    max-width: 158px;
    min-height: 38px;
    padding: 4px 10px 4px 4px;
    border: 1px solid var(--tiez-header-btn-border);
    border-radius: 10px;
    background: var(--tiez-header-btn-bg);
    color: var(--tiez-header-btn-text);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.tiez-nav__cta-group .header__nav .profile__user:hover,
.tiez-nav__cta-group .header__nav .profile__user.active {
    z-index: 80;
    border-color: var(--tiez-header-btn-hover-bg);
    background: var(--tiez-header-btn-hover-bg);
    color: var(--tiez-header-btn-hover-text);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.tiez-nav__cta-group .header__nav .profile__user .user__ava {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    background: var(--header_profile__user-avatar-bg);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.tiez-nav__cta-group .header__nav .profile__user .user__name {
    min-width: 0;
}

.tiez-nav__cta-group .header__nav .profile__user .user__name p {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 86px;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.tiez-nav__cta-group .header__nav .profile__user .user__name p span {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiez-nav__cta-group .header__nav .profile__user .user__name p .icon {
    flex: 0 0 auto;
    margin-left: 6px;
    fill: currentColor;
}

.tiez-nav__cta-group .header__nav .profile__user .profile__menu {
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    z-index: 220;
    width: min(260px, calc(100vw - 32px));
    border: 1px solid var(--tiez-panel-border);
    border-radius: 14px;
    background: var(--tiez-panel-bg);
    box-shadow: var(--tiez-panel-shadow);
}

.tiez-nav__cta-group > .tiez-theme-toggle {
    flex: 0 0 auto;
    min-height: 38px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px !important;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tiez-nav__cta-group > .tiez-theme-toggle:hover,
.tiez-nav__cta-group > .tiez-theme-toggle:focus-visible {
    transform: translateY(-1px);
}

.tiez-nav__breadcrumbs {
    position: relative;
    z-index: 1;
    transition: opacity 160ms ease;
}

.tiez-site-header:has(.profile__user.active) .tiez-nav__breadcrumbs,
.tiez-site-header:has(.profile__user:focus-within) .tiez-nav__breadcrumbs {
    z-index: 0;
    opacity: 0.22;
    pointer-events: none;
}

.tiez-nav__mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--tiez-header-btn-border);
    border-radius: 10px;
    background: var(--tiez-header-btn-bg);
    color: var(--tiez-header-btn-text);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.tiez-nav__mobile-toggle-icon {
    display: grid;
    gap: 4px;
    width: 18px;
}

.tiez-nav__mobile-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
}

.tiez-site-header.is-nav-open .tiez-nav__mobile-toggle-icon span:first-child {
    transform: translateY(3px) rotate(45deg);
}

.tiez-site-header.is-nav-open .tiez-nav__mobile-toggle-icon span:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

@media (max-width: 980px) {
    .tiez-nav {
        grid-template-columns: 1fr;
    }

    .tiez-nav__right,
    .tiez-nav__status-row {
        justify-items: stretch;
        justify-content: space-between;
    }

    .tiez-nav__actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .tiez-nav__menu,
    .tiez-nav__cta-group,
    .tiez-nav__cta-group .header__nav {
        flex-wrap: wrap;
    }

    .tiez-nav__cta-group {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .tiez-nav {
        gap: 12px;
        padding-top: 14px;
    }

    .tiez-nav__brand {
        gap: 12px;
    }

    .tiez-nav__logo,
    .tiez-site-header.is-scrolled .tiez-nav__logo {
        width: 58px;
        max-width: 58px;
    }

    .tiez-nav__copy strong {
        font-size: 14px;
    }

    .tiez-nav__copy span {
        font-size: 12px;
    }

    .tiez-nav__mobile-toggle {
        display: inline-flex;
    }

    .tiez-nav__actions {
        display: none;
        align-items: stretch;
        padding: 12px;
    }

    .tiez-site-header.is-nav-open .tiez-nav__actions {
        display: flex;
        animation: tiez-nav-panel-in 160ms ease both;
    }

    .tiez-nav__menu {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 246, 223, 0.14);
    }

    .tiez-nav__menu,
    .tiez-nav__cta-group,
    .tiez-nav__cta-group .header__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tiez-nav__menu-button,
    .tiez-nav__menu a.tiez-nav__menu-button,
    .tiez-nav__cta-group > .btn,
    .tiez-nav__cta-group > .tiez-theme-toggle,
    .tiez-nav__cta-group .header__nav,
    .tiez-nav__cta-group .header__nav .nav-item,
    .tiez-nav__cta-group .header__nav .nav-item > a.btn,
    .tiez-nav__cta-group .header__nav .nav-item > a.btn--blue-border,
    .tiez-nav__cta-group .header__nav .profile__user {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .tiez-nav__cta-group .header__nav .profile__user .user__name p {
        max-width: none;
    }

    .tiez-nav__cta-group .header__lang {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .tiez-nav__menu,
    .tiez-nav__cta-group,
    .tiez-nav__cta-group .header__nav {
        grid-template-columns: 1fr;
    }

    .tiez-nav__status-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@keyframes tiez-nav-panel-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cust-help .tiez-site-header,
    .tiez-nav,
    .tiez-nav__logo,
    .tiez-nav__menu-button,
    .tiez-nav__menu-button::after,
    .tiez-nav__cta-group > .btn,
    .tiez-nav__cta-group > .tiez-theme-toggle,
    .tiez-nav__mobile-toggle-icon span {
        transition: none !important;
        animation: none !important;
    }
}
