.dba-page {
    --dba-bg: #070a12;
    --dba-surface: #0d1220;
    --dba-surface-2: #11182a;
    --dba-text: #f5f7ff;
    --dba-copy: #aab4ca;
    --dba-muted: #6f7a92;
    --dba-line: rgba(150, 170, 210, .16);
    --dba-cyan: #28d7f4;
    --dba-blue: #4368ff;
    --dba-violet: #8a4dff;
    --dba-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    position: relative;
    overflow: clip;
    background:
        linear-gradient(rgba(124, 148, 205, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124, 148, 205, .045) 1px, transparent 1px),
        radial-gradient(circle at 8% 8%, rgba(42, 86, 255, .17), transparent 28%),
        radial-gradient(circle at 92% 70%, rgba(126, 54, 255, .14), transparent 34%),
        var(--dba-bg);
    background-size: 72px 72px, 72px 72px, auto, auto, auto;
    color: var(--dba-text);
}

[data-theme="light"] .dba-page,
body.light-theme .dba-page {
    --dba-bg: #f5f7fb;
    --dba-surface: #ffffff;
    --dba-surface-2: #edf2fb;
    --dba-text: #10172a;
    --dba-copy: #526078;
    --dba-muted: #7d899e;
    --dba-line: rgba(23, 43, 82, .12);
    --dba-shadow: 0 28px 80px rgba(41, 58, 95, .12);
    background:
        linear-gradient(rgba(30, 58, 110, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 110, .045) 1px, transparent 1px),
        radial-gradient(circle at 8% 8%, rgba(56, 105, 255, .15), transparent 28%),
        radial-gradient(circle at 92% 70%, rgba(130, 69, 255, .12), transparent 34%),
        var(--dba-bg);
    background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.dba-page *,
.dba-page *::before,
.dba-page *::after {
    box-sizing: border-box;
}

.dba-container {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

.dba-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 3px;
    pointer-events: none;
}

.dba-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--dba-cyan), var(--dba-blue), var(--dba-violet));
    box-shadow: 0 0 22px rgba(40, 215, 244, .6);
}

.dba-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(130px, 16vw, 210px) 0 clamp(76px, 9vw, 120px);
    border-bottom: 1px solid var(--dba-line);
}

.dba-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(4, 8, 18, .22), transparent 70%);
}

[data-theme="light"] .dba-hero::before,
body.light-theme .dba-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .45), transparent 72%);
}

.dba-hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(20px);
    opacity: .55;
    pointer-events: none;
}

.dba-hero-glow-one {
    width: 340px;
    height: 340px;
    top: 12%;
    right: 7%;
    background: radial-gradient(circle, rgba(50, 211, 242, .23), transparent 68%);
}

.dba-hero-glow-two {
    width: 460px;
    height: 460px;
    left: -150px;
    bottom: -240px;
    background: radial-gradient(circle, rgba(80, 88, 255, .23), transparent 68%);
}

.dba-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 46px;
    color: var(--dba-muted);
    font-size: 12px;
}

.dba-breadcrumb a {
    color: var(--dba-copy);
    text-decoration: none;
}

.dba-breadcrumb span:last-child {
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dba-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(48px, 8vw, 110px);
    align-items: end;
}

.dba-category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: var(--dba-cyan);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.dba-category::before {
    content: '//';
}

.dba-hero h1 {
    max-width: 980px;
    margin: 0;
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(42px, 6.4vw, 82px);
    font-weight: 650;
    letter-spacing: -.06em;
    line-height: .98;
    text-wrap: balance;
}

.dba-excerpt {
    max-width: 780px;
    margin: 28px 0 0;
    color: var(--dba-copy);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.72;
}

.dba-author-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}

.dba-avatar,
.dba-author-card-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(40, 215, 244, .35);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(40, 215, 244, .24), rgba(138, 77, 255, .24));
    color: var(--dba-text);
    font-weight: 800;
}

.dba-avatar {
    width: 46px;
    height: 46px;
    font-size: 13px;
}

.dba-author-line > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dba-author-line strong {
    color: var(--dba-text);
    font-size: 14px;
}

.dba-author-line span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--dba-muted);
    font-size: 12px;
}

.dba-author-line i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.dba-hero-panel {
    padding: 26px;
    border: 1px solid var(--dba-line);
    border-radius: 22px;
    background: color-mix(in srgb, var(--dba-surface) 78%, transparent);
    box-shadow: var(--dba-shadow);
    backdrop-filter: blur(16px);
}

.dba-panel-label,
.dba-sidebar-title {
    display: block;
    color: var(--dba-cyan);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
}

.dba-panel-label {
    margin-bottom: 17px;
}

.dba-panel-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 15px 0;
    border-top: 1px solid var(--dba-line);
}

.dba-panel-row span {
    color: var(--dba-muted);
    font-size: 11px;
}

.dba-panel-row strong {
    color: var(--dba-text);
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.dba-panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    padding: 14px 15px;
    border-radius: 12px;
    background: linear-gradient(90deg, var(--dba-blue), var(--dba-cyan));
    color: #06101a;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.dba-reading-section {
    padding: clamp(54px, 7vw, 90px) 0 clamp(100px, 11vw, 150px);
}

.dba-cover {
    position: relative;
    overflow: hidden;
    margin: 0 0 clamp(56px, 7vw, 88px);
    border: 1px solid var(--dba-line);
    border-radius: 28px;
    background: var(--dba-surface);
    box-shadow: var(--dba-shadow);
}

.dba-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, .14));
}

.dba-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.dba-reading-grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 780px);
    justify-content: center;
    gap: clamp(50px, 8vw, 100px);
    align-items: start;
}

.dba-sidebar-card {
    position: sticky;
    top: 110px;
    padding: 22px;
    border: 1px solid var(--dba-line);
    border-radius: 20px;
    background: color-mix(in srgb, var(--dba-surface) 84%, transparent);
    box-shadow: 0 16px 55px rgba(0, 0, 0, .1);
    backdrop-filter: blur(16px);
}

.dba-sidebar-section + .dba-sidebar-section {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--dba-line);
}

.dba-sidebar-title {
    margin-bottom: 16px;
}

.dba-toc {
    display: grid;
    gap: 7px;
}

.dba-toc a,
.dba-toc-empty {
    display: block;
    padding: 8px 10px;
    border-left: 2px solid transparent;
    color: var(--dba-copy);
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.dba-toc a:hover,
.dba-toc a.is-active {
    border-left-color: var(--dba-cyan);
    background: rgba(40, 215, 244, .07);
    color: var(--dba-text);
}

.dba-share-list {
    display: grid;
    gap: 8px;
}

.dba-share-list a,
.dba-share-list button {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid var(--dba-line);
    border-radius: 10px;
    background: transparent;
    color: var(--dba-copy);
    font: inherit;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.dba-share-list a:hover,
.dba-share-list button:hover {
    border-color: rgba(40, 215, 244, .42);
    background: rgba(40, 215, 244, .07);
    color: var(--dba-text);
}

.dba-copy-status {
    min-height: 18px;
    display: block;
    margin-top: 8px;
    color: var(--dba-cyan);
    font-size: 10px;
}

.dba-sidebar-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
    padding: 14px 15px;
    border-radius: 12px;
    background: var(--dba-text);
    color: var(--dba-bg);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.dba-article {
    min-width: 0;
}

.dba-content {
    color: var(--dba-copy);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.5vw, 19px);
    line-height: 1.92;
}

.dba-content > *:first-child {
    margin-top: 0 !important;
}

.dba-content > p:first-child {
    color: var(--dba-text);
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.75;
}

.dba-content p {
    margin: 0 0 28px;
}

.dba-content h1,
.dba-content h2,
.dba-content h3,
.dba-content h4 {
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.16;
    scroll-margin-top: 120px;
}

.dba-content h1,
.dba-content h2 {
    position: relative;
    margin: 70px 0 24px;
    padding-top: 28px;
    border-top: 1px solid var(--dba-line);
    font-size: clamp(30px, 4vw, 43px);
}

.dba-content h1::before,
.dba-content h2::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 72px;
    height: 2px;
    background: linear-gradient(90deg, var(--dba-cyan), var(--dba-violet));
}

.dba-content h3 {
    margin: 46px 0 18px;
    font-size: clamp(24px, 3vw, 30px);
}

.dba-content h4 {
    margin: 34px 0 14px;
    font-size: 21px;
}

.dba-content strong {
    color: var(--dba-text);
    font-weight: 700;
}

.dba-content a {
    color: var(--dba-cyan);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

[data-theme="light"] .dba-content a,
body.light-theme .dba-content a {
    color: #2449d8;
}

.dba-content ul,
.dba-content ol {
    margin: 10px 0 32px;
    padding: 0;
    list-style: none;
}

.dba-content li {
    position: relative;
    margin: 12px 0;
    padding-left: 32px;
}

.dba-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--dba-cyan);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.dba-content ol {
    counter-reset: dba-list;
}

.dba-content ol li {
    counter-increment: dba-list;
}

.dba-content ol li::before {
    content: counter(dba-list);
    position: absolute;
    left: 0;
    top: 5px;
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dba-blue), var(--dba-violet));
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 800;
}

.dba-content blockquote {
    position: relative;
    margin: 48px 0;
    padding: 32px 36px 32px 42px;
    border: 1px solid rgba(40, 215, 244, .22);
    border-radius: 20px;
    background:
        radial-gradient(circle at 85% 0%, rgba(138, 77, 255, .14), transparent 38%),
        var(--dba-surface);
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(20px, 2.4vw, 26px);
    line-height: 1.55;
}

.dba-content blockquote::before {
    content: '“';
    position: absolute;
    top: 4px;
    left: 15px;
    color: var(--dba-cyan);
    font-size: 48px;
    line-height: 1;
}

.dba-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 44px auto;
    border: 1px solid var(--dba-line);
    border-radius: 18px;
    box-shadow: var(--dba-shadow);
}

.dba-content table {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
    border-collapse: collapse;
    border: 1px solid var(--dba-line);
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.dba-content th,
.dba-content td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--dba-line);
    text-align: left;
}

.dba-content th {
    background: var(--dba-surface-2);
    color: var(--dba-text);
}

.dba-content hr {
    margin: 58px 0;
    border: 0;
    border-top: 1px solid var(--dba-line);
}

.dba-content pre {
    overflow: auto;
    margin: 36px 0;
    padding: 24px;
    border: 1px solid var(--dba-line);
    border-radius: 16px;
    background: #080c16;
    color: #dfe8ff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    line-height: 1.72;
}

.dba-content code {
    font-family: 'JetBrains Mono', monospace;
}

.dba-content :not(pre) > code {
    padding: 3px 7px;
    border-radius: 6px;
    background: var(--dba-surface-2);
    color: var(--dba-cyan);
    font-size: .82em;
}

.dba-article-footer {
    margin-top: 76px;
    padding-top: 32px;
    border-top: 1px solid var(--dba-line);
}

.dba-author-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--dba-line);
    border-radius: 20px;
    background: var(--dba-surface);
}

.dba-author-card-avatar {
    width: 54px;
    height: 54px;
    font-size: 14px;
}

.dba-author-card span {
    color: var(--dba-cyan);
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.dba-author-card h3 {
    margin: 5px 0 8px;
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
}

.dba-author-card p {
    margin: 0;
    color: var(--dba-copy);
    font-size: 13px;
    line-height: 1.65;
}

.dba-end-actions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.dba-end-actions a {
    color: var(--dba-copy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.dba-related-section {
    padding: clamp(90px, 10vw, 140px) 0;
    border-top: 1px solid var(--dba-line);
    background: color-mix(in srgb, var(--dba-surface) 46%, transparent);
}

.dba-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.dba-section-heading span,
.dba-cta-card > div > span {
    display: block;
    margin-bottom: 10px;
    color: var(--dba-cyan);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.dba-section-heading h2,
.dba-cta-card h2 {
    margin: 0;
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -.05em;
}

.dba-section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.dba-section-heading > a {
    color: var(--dba-copy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.dba-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dba-related-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--dba-line);
    border-radius: 20px;
    background: var(--dba-surface);
    color: inherit;
    text-decoration: none;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.dba-related-card:hover {
    transform: translateY(-7px);
    border-color: rgba(40, 215, 244, .36);
    box-shadow: var(--dba-shadow);
}

.dba-related-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background:
        radial-gradient(circle at 70% 25%, rgba(40, 215, 244, .2), transparent 30%),
        linear-gradient(135deg, #111a30, #241c48);
}

.dba-related-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.dba-related-card:hover .dba-related-media img {
    transform: scale(1.04);
}

.dba-related-media > span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(7, 10, 18, .7);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.dba-related-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.dba-related-meta {
    margin-bottom: 12px;
    color: var(--dba-muted);
    font-size: 11px;
}

.dba-related-body h3 {
    margin: 0 0 12px;
    color: var(--dba-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 21px;
    letter-spacing: -.03em;
    line-height: 1.3;
}

.dba-related-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--dba-copy);
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dba-related-body strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--dba-cyan);
    font-size: 12px;
}

[data-theme="light"] .dba-related-body strong,
body.light-theme .dba-related-body strong {
    color: #2449d8;
}

.dba-cta-section {
    padding: clamp(76px, 9vw, 120px) 0;
}

.dba-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: clamp(38px, 6vw, 72px);
    border: 1px solid rgba(40, 215, 244, .2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 20%, rgba(40, 215, 244, .18), transparent 30%),
        radial-gradient(circle at 10% 100%, rgba(138, 77, 255, .2), transparent 38%),
        var(--dba-surface);
    box-shadow: var(--dba-shadow);
}

.dba-cta-card > div {
    max-width: 760px;
}

.dba-cta-card h2 {
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.03;
}

.dba-cta-card p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--dba-copy);
    font-size: 15px;
    line-height: 1.72;
}

.dba-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, var(--dba-blue), var(--dba-cyan));
    color: #06101a;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease;
}

.dba-primary-button:hover {
    transform: translateY(-3px);
}

@media (max-width: 980px) {
    .dba-hero-grid {
        grid-template-columns: 1fr;
    }

    .dba-hero-panel {
        max-width: 580px;
    }

    .dba-reading-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .dba-sidebar-card {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }

    .dba-sidebar-section + .dba-sidebar-section {
        margin-top: 0;
        padding-top: 0;
        padding-left: 24px;
        border-top: 0;
        border-left: 1px solid var(--dba-line);
    }

    .dba-sidebar-cta {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .dba-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dba-related-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .dba-container {
        width: min(100% - 24px, 1220px);
    }

    .dba-hero {
        padding-top: 112px;
    }

    .dba-breadcrumb {
        margin-bottom: 34px;
    }

    .dba-hero h1 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .dba-cover {
        border-radius: 18px;
    }

    .dba-cover img {
        aspect-ratio: 4 / 3;
    }

    .dba-sidebar-card {
        grid-template-columns: 1fr;
    }

    .dba-sidebar-section + .dba-sidebar-section {
        padding-top: 24px;
        padding-left: 0;
        border-top: 1px solid var(--dba-line);
        border-left: 0;
    }

    .dba-content {
        font-size: 17px;
        line-height: 1.84;
    }

    .dba-content h1,
    .dba-content h2 {
        margin-top: 56px;
        font-size: 31px;
    }

    .dba-content blockquote {
        padding: 28px 25px 28px 34px;
    }

    .dba-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .dba-author-card {
        flex-direction: column;
    }

    .dba-end-actions {
        flex-direction: column;
    }

    .dba-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dba-related-grid {
        grid-template-columns: 1fr;
    }

    .dba-related-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .dba-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .dba-primary-button {
        width: 100%;
    }
}

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