:root {
  --bg: #080b12;
  --surface: #101722;
  --surface-soft: rgba(17, 24, 36, .74);
  --surface-raised: #151e2b;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .15);
  --text: #f4f7fb;
  --muted: #93a0b1;
  --faint: #647184;
  --cyan: #72d9ee;
  --blue: #6b9dff;
  --violet: #9d84ff;
  --mint: #6fe0bd;
  --amber: #f1ba6d;
  --danger: #ff7b8d;
  --max: 1240px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -4; pointer-events: none; background: linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.016) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
[hidden] { display: none !important; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 9px 13px; border-radius: 9px; background: white; color: #071019; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.ambient { position: fixed; z-index: -3; border-radius: 50%; filter: blur(120px); opacity: .14; pointer-events: none; }
.ambient-one { width: 640px; height: 500px; right: -230px; top: -140px; background: #3f64ff; }
.ambient-two { width: 520px; height: 520px; left: -300px; bottom: -170px; background: #7446bd; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(114,217,238,.35); border-radius: 12px; color: #d6f9ff; background: radial-gradient(circle at 35% 25%, rgba(114,217,238,.24), rgba(107,157,255,.09)); box-shadow: 0 0 24px rgba(107,157,255,.14); font-size: 16px; font-weight: 900; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #738196; font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #a9b5c4; font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .55; transform: none; }
.button.primary { border-color: transparent; color: #061017; background: linear-gradient(115deg, #85e4ef, #75b9f0 55%, #a08eff); box-shadow: 0 12px 30px rgba(85,142,232,.19); }
.button.primary:hover { box-shadow: 0 15px 40px rgba(85,142,232,.27); }
.button.secondary { color: #dce5ee; background: rgba(255,255,255,.035); }
.button.secondary:hover { border-color: rgba(114,217,238,.28); }
.button.danger { color: #ffb6c0; border-color: rgba(255,123,141,.24); background: rgba(255,123,141,.06); }
.button.full { width: 100%; justify-content: space-between; padding-inline: 20px; }
.button b { font-size: 18px; }
.quiet-link { color: #91a0b1; font-size: 12px; font-weight: 750; }
.quiet-link:hover { color: white; }
.back-button { display: inline-flex; margin: 0 0 22px; padding: 0; border: 0; color: #8fa0b4; background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.back-button:hover { color: white; }

.public-header { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.055); }
.auth-screen { min-height: 100vh; }
.auth-main { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .75fr); align-items: center; gap: 100px; padding-block: 80px; }
.auth-intro h1, .view-heading h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); font-weight: 720; letter-spacing: -.055em; line-height: .98; }
.auth-intro > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 38px; color: #9aa7b7; font-size: 17px; line-height: 1.8; }
.trust-list { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.trust-list > div { display: flex; align-items: center; gap: 12px; min-height: 95px; padding: 16px 18px 16px 0; }
.trust-list > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.trust-list > div > span { color: #6b7b90; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.trust-list p { display: flex; flex-direction: column; margin: 0; }
.trust-list strong { font-size: 12px; }
.trust-list small { margin-top: 3px; color: #697689; font-size: 9px; }
.auth-card { position: relative; padding: 36px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(20,29,43,.94), rgba(11,16,25,.96)); box-shadow: 0 40px 90px rgba(0,0,0,.37); }
.auth-card::before { content: ""; position: absolute; width: 280px; height: 220px; right: -120px; top: -130px; border-radius: 50%; background: #526cff; filter: blur(80px); opacity: .15; pointer-events: none; }
.card-kicker { margin: 0 0 9px; color: #7b8a9e; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.auth-card h2 { position: relative; margin: 0 0 10px; font-size: 27px; letter-spacing: -.035em; }
.card-copy { margin: 0 0 28px; color: #8e9bad; font-size: 13px; }
.auth-card form { position: relative; display: grid; gap: 17px; }
label { display: grid; gap: 8px; color: #aeb9c7; font-size: 11px; font-weight: 760; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; outline: none; color: var(--text); background: rgba(5,9,15,.58); transition: border-color .15s ease, box-shadow .15s ease; }
input, select { min-height: 48px; padding: 10px 13px; }
textarea { min-height: 100px; padding: 13px; resize: vertical; line-height: 1.6; }
input::placeholder, textarea::placeholder { color: #566375; }
input:focus, select:focus, textarea:focus { border-color: rgba(114,217,238,.48); box-shadow: 0 0 0 3px rgba(114,217,238,.08); }
.auth-footnote { margin: 18px 0 0; color: #617084; font-size: 9px; line-height: 1.6; }
.form-error { min-height: 18px; margin: 0; color: #ff9baa; font-size: 11px; }
.method-picker { display: flex; gap: 8px; }
.method-picker label { display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.method-picker input { width: auto; min-height: 0; }

.portal { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; grid-template-rows: 76px 1fr; }
.portal-header { position: sticky; top: 0; z-index: 20; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(8,11,18,.9); backdrop-filter: blur(18px); }
.account-menu { display: flex; align-items: center; gap: 10px; }
.account-avatar { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 10px; color: #d9f9ff; background: #182335; font-size: 11px; font-weight: 900; }
.account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.account-menu > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; }
.account-menu strong { font-size: 11px; }
.account-menu small { max-width: 220px; overflow: hidden; color: #718095; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.icon-button { width: 35px; height: 35px; margin-left: 8px; border: 1px solid var(--line); border-radius: 9px; color: #8796a9; background: transparent; cursor: pointer; transform: rotate(180deg); }
.icon-button:hover { color: white; border-color: var(--line-strong); }
.portal-sidebar { position: sticky; top: 76px; height: calc(100vh - 76px); display: flex; flex-direction: column; padding: 24px 15px; border-right: 1px solid var(--line); background: rgba(8,12,19,.72); }
.portal-sidebar nav { display: grid; gap: 6px; }
.nav-item { min-height: 44px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid transparent; border-radius: 10px; color: #8593a6; background: transparent; cursor: pointer; text-align: left; font-size: 11px; font-weight: 780; }
.nav-item > span { color: #627186; font-size: 15px; text-align: center; }
.nav-item b { min-width: 21px; padding: 2px 6px; border-radius: 99px; color: #7b899b; background: rgba(255,255,255,.045); font-size: 8px; text-align: center; }
.nav-item:hover { color: #dce5ef; background: rgba(255,255,255,.025); }
.nav-item.active { border-color: rgba(114,217,238,.13); color: #dffbff; background: linear-gradient(110deg, rgba(114,217,238,.09), rgba(107,157,255,.05)); }
.nav-item.active > span { color: var(--cyan); }
.sidebar-help { margin-top: auto; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }
.sidebar-help strong { color: #b9c4d1; font-size: 10px; }
.sidebar-help p { margin: 7px 0 0; color: #68778b; font-size: 9px; line-height: 1.55; }
.sidebar-return { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 10px 14px; color: #718095; font-size: 9px; font-weight: 800; }
.sidebar-return:hover { color: white; }
.portal-main { min-width: 0; padding: 62px clamp(30px, 5vw, 78px) 100px; }
.view { max-width: 1120px; margin: 0 auto; }
.view-heading { max-width: 720px; margin-bottom: 42px; }
.view-heading h1 { font-size: clamp(40px, 5vw, 64px); }
.view-heading > p:last-child { max-width: 650px; margin: 17px 0 0; color: #8d9aab; font-size: 14px; }
.split-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.split-heading > div { max-width: 720px; }
.summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 11px; margin-bottom: 24px; }
.summary-card { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.024); }
.summary-card span { color: #69778a; font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.summary-card strong { margin-top: 5px; font-size: 26px; letter-spacing: -.04em; }
.summary-card small { margin-top: 2px; color: #637085; font-size: 9px; }
.ticket-list { display: grid; gap: 9px; }
.ticket-row { width: 100%; display: grid; grid-template-columns: minmax(0,1.6fr) minmax(130px,.55fr) 110px 105px; align-items: center; gap: 20px; min-height: 88px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: inherit; background: linear-gradient(110deg,rgba(255,255,255,.028),rgba(255,255,255,.012)); cursor: pointer; text-align: left; transition: border-color .16s ease, transform .16s ease, background .16s ease; }
.ticket-row:hover { transform: translateY(-1px); border-color: rgba(114,217,238,.22); background: linear-gradient(110deg,rgba(114,217,238,.045),rgba(255,255,255,.014)); }
.ticket-main { min-width: 0; }
.ticket-reference { color: #718096; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ticket-main strong { display: block; margin-top: 4px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ticket-main small, .ticket-context small { display: block; margin-top: 5px; overflow: hidden; color: #718095; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ticket-context strong { display: block; color: #9da9b8; font-size: 10px; }
.status-badge, .priority-badge, .category-badge { width: max-content; display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 99px; font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.status-badge::before, .priority-badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.status-open { color: #85dff0; background: rgba(114,217,238,.08); }
.status-in_progress { color: #9db8ff; background: rgba(107,157,255,.09); }
.status-waiting_on_user { color: #efc27d; background: rgba(241,186,109,.08); }
.status-resolved { color: #81dfc3; background: rgba(111,224,189,.08); }
.status-closed { color: #8290a2; background: rgba(130,144,162,.08); }
.priority-urgent { color: #ff94a3; background: rgba(255,123,141,.08); }
.priority-high { color: #efc27d; background: rgba(241,186,109,.08); }
.priority-normal { color: #8492a5; background: rgba(132,146,165,.07); }
.empty-state { min-height: 280px; display: grid; place-items: center; padding: 35px; border: 1px dashed rgba(255,255,255,.11); border-radius: 17px; color: #758397; text-align: center; }
.empty-state div { max-width: 420px; }
.empty-state strong { display: block; margin-bottom: 7px; color: #bdc7d3; font-size: 15px; }
.empty-state p { margin: 0 0 18px; font-size: 11px; }
.loading-state { padding: 50px; color: #718095; text-align: center; font-size: 11px; }

.ticket-form { display: grid; gap: 12px; }
.form-section { display: grid; grid-template-columns: 70px minmax(0,1fr); padding: 32px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.022); }
.section-number { color: #536176; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.section-fields { display: grid; gap: 21px; }
.form-section-heading { margin-bottom: 5px; }
.form-section-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.form-section-heading p { margin: 5px 0 0; color: #758397; font-size: 11px; }
.field-grid { display: grid; gap: 14px; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.field-hint { color: #617084; font-size: 8px; font-weight: 550; }
.form-submit { display: flex; align-items: center; justify-content: flex-end; gap: 18px; padding: 14px 4px 0; }
.form-submit .form-error { margin-right: auto; }
.member-search { position: relative; }
.search-results { position: absolute; z-index: 8; left: 0; right: 0; top: 75px; max-height: 245px; overflow: auto; padding: 6px; border: 1px solid var(--line-strong); border-radius: 12px; background: #111925; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.search-result { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px; border: 0; border-radius: 8px; color: #d8e0e9; background: transparent; cursor: pointer; text-align: left; }
.search-result:hover, .search-result:focus { background: rgba(114,217,238,.07); }
.small-avatar { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; color: #bdeff7; background: #192436; font-size: 9px; font-weight: 900; }
.small-avatar img { width: 100%; height: 100%; object-fit: cover; }
.search-result span:nth-child(2), .selected-context > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.search-result strong, .selected-context strong { font-size: 10px; }
.search-result small, .selected-context small { color: #6f7e91; font-size: 8px; }
.selected-context { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 10px; border: 1px solid rgba(114,217,238,.16); border-radius: 11px; background: rgba(114,217,238,.035); }
.selected-context button { margin-left: auto; border: 0; color: #7f8da0; background: transparent; cursor: pointer; }

.detail-head { margin-bottom: 25px; }
.detail-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.detail-head h1 { max-width: 850px; margin: 0; font-size: clamp(32px,4vw,52px); letter-spacing: -.045em; line-height: 1.08; }
.detail-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 18px; align-items: start; }
.detail-stack { display: grid; gap: 12px; }
.content-card, .detail-sidebar-card, .conversation-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); }
.content-card h2, .conversation-card h2, .detail-sidebar-card h3 { margin: 0 0 13px; font-size: 14px; }
.content-card h3 { margin: 24px 0 7px; color: #aeb9c7; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.content-card p { margin: 0; color: #a0acbb; font-size: 13px; line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }
.detail-sidebar { position: sticky; top: 96px; display: grid; gap: 12px; }
.meta-list { display: grid; gap: 13px; }
.meta-item { display: grid; gap: 3px; }
.meta-item span { color: #657387; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.meta-item strong { overflow-wrap: anywhere; color: #b9c3cf; font-size: 10px; }
.context-person { display: flex; align-items: center; gap: 10px; }
.context-person > span:last-child { display: flex; flex-direction: column; }
.context-person small { color: #6f7d90; font-size: 8px; }
.conversation-card { padding: 0; overflow: hidden; }
.conversation-card > h2 { padding: 22px 24px 0; }
.message-list { display: grid; gap: 1px; margin-top: 18px; background: var(--line); }
.message { padding: 21px 24px; background: #0d131d; }
.message.internal { background: rgba(241,186,109,.055); }
.message-head { display: flex; align-items: center; gap: 9px; }
.message-head > span:nth-child(2) { display: flex; flex-direction: column; }
.message-head strong { font-size: 10px; }
.message-head small { color: #68768a; font-size: 8px; }
.message-label { margin-left: auto; color: #ebbb73; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.message-body { margin: 13px 0 0; color: #a7b2c0; font-size: 12px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.reply-form { display: grid; gap: 12px; padding: 22px 24px; border-top: 1px solid var(--line); background: rgba(255,255,255,.014); }
.reply-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.internal-toggle { display: flex; align-items: center; gap: 8px; color: #9f8c6d; font-size: 9px; }
.internal-toggle input { width: auto; min-height: 0; }
.admin-controls { display: grid; gap: 13px; }
.admin-controls .button { width: 100%; }

.filter-bar { display: grid; grid-template-columns: minmax(220px,1fr) 180px 150px auto; align-items: end; gap: 10px; margin-bottom: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }
.filter-bar label { gap: 5px; }
.filter-bar label > span { color: #69778a; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar input, .filter-bar select, .filter-bar .button { min-height: 42px; }
.admin-list .ticket-row { grid-template-columns: minmax(0,1.4fr) minmax(130px,.55fr) 110px 105px; }
.toast { position: fixed; z-index: 90; right: 22px; bottom: 22px; max-width: 360px; padding: 13px 16px; border: 1px solid rgba(114,217,238,.2); border-radius: 11px; color: #d9f7fb; background: #14202d; box-shadow: 0 18px 55px rgba(0,0,0,.45); font-size: 11px; }

@media (max-width: 1060px) {
  .auth-main { grid-template-columns: 1fr; gap: 50px; }
  .auth-intro { max-width: 800px; }
  .auth-card { width: min(520px,100%); }
  .portal { grid-template-columns: 210px 1fr; }
  .ticket-row { grid-template-columns: minmax(0,1fr) 115px 95px; }
  .ticket-context { display: none; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .public-header { height: 70px; }
  .auth-main { min-height: calc(100vh - 70px); padding-block: 55px; }
  .auth-intro h1 { font-size: 49px; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list > div { min-height: 68px; }
  .trust-list > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .auth-card { padding: 27px 22px; }
  .portal { display: block; padding-bottom: 75px; }
  .portal-header { height: 66px; padding-inline: 15px; }
  .portal-header .brand small, .account-menu > span:nth-child(2) { display: none; }
  .portal-sidebar { position: fixed; z-index: 30; left: 0; right: 0; top: auto; bottom: 0; height: 66px; display: block; padding: 7px 10px; border-top: 1px solid var(--line); border-right: 0; background: rgba(8,11,18,.96); backdrop-filter: blur(18px); }
  .portal-sidebar nav { display: flex; }
  .nav-item { min-height: 50px; flex: 1; grid-template-columns: 1fr; justify-items: center; gap: 1px; padding: 4px; font-size: 8px; }
  .nav-item > span { font-size: 14px; }
  .nav-item b, .sidebar-help, .sidebar-return { display: none; }
  .portal-main { padding: 42px 15px 75px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .view-heading { margin-bottom: 30px; }
  .view-heading h1 { font-size: 42px; }
  .summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ticket-row, .admin-list .ticket-row { grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 14px; }
  .ticket-row > .priority-badge { display: none; }
  .form-section { grid-template-columns: 1fr; gap: 14px; padding: 23px 18px; }
  .field-grid.two { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .detail-topline { align-items: flex-start; flex-direction: column; }
  .detail-sidebar { grid-template-columns: 1fr; }
  .content-card, .detail-sidebar-card { padding: 20px; }
  .filter-bar { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .quiet-link { display: none; }
  .auth-intro h1 { font-size: 43px; }
  .summary-card { min-height: 90px; }
  .summary-card strong { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
