:root {
  --page-brand-primary: hsl(262, 79%, 62%);
  --page-brand-secondary: hsl(46, 63%, 62%);
  --page-text-main: hsl(262, 10%, 9%);
  --page-bg-main: hsl(262, 7%, 96%);
  --page-border-color: hsl(262, 10%, 9%);
  --page-font-serif: "Georgia", "Times New Roman", serif;
  --page-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --sbv2-shell-bottom-safe: 0px;
  --sbv2-shell-left-safe: 0px;
  --dl-bg: var(--bg-color, hsl(262, 7%, 96%));
  --dl-text: var(--text-color, hsl(262, 10%, 9%));
  --dl-primary: var(--primary-color, hsl(262, 79%, 62%));
  --dl-primary-hover: hsl(262, 79%, 52%);
  --dl-secondary: var(--secondary-color, hsl(46, 63%, 62%));
  --dl-surface: #ffffff;
  --dl-border: #d4d4d4;
  --dl-font-serif: "Georgia", "Times New Roman", serif;
  --dl-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --dl-space-xs: 0.5rem;
  --dl-space-sm: 1rem;
  --dl-space-md: 1.5rem;
  --dl-space-lg: 2.5rem;
  --dl-space-xl: 4rem;
  --fx-bg: hsl(262, 7%, 96%);
  --fx-surface: #ffffff;
  --fx-ink: hsl(262, 10%, 9%);
  --fx-muted: hsl(262, 7%, 34%);
  --fx-line: rgba(31, 24, 41, 0.12);
  --fx-accent: hsl(262, 79%, 62%);
  --fx-accent-deep: hsl(262, 74%, 48%);
  --fx-warm: hsl(46, 63%, 62%);
  --fx-shadow: 0 18px 48px rgba(39, 22, 68, 0.12);
  --fx-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --fx-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ig-primary: var(--theme-primary, hsl(262, 79%, 62%));
  --ig-primary-dark: hsl(262, 79%, 45%);
  --ig-secondary: var(--theme-secondary, hsl(46, 63%, 62%));
  --ig-text: var(--text-color, hsl(262, 10%, 9%));
  --ig-text-light: hsl(262, 10%, 35%);
  --ig-bg: var(--bg-color, hsl(262, 7%, 96%));
  --ig-white: #ffffff;
  --ig-border: hsl(262, 10%, 85%);
  --ig-font-serif: "Georgia", "Times New Roman", "Noto Serif SC", serif;
  --ig-font-sans: "Inter", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  --brand-primary: hsl(262, 79%, 62%);
  --brand-secondary: hsl(46, 63%, 62%);
  --surface-bg: hsl(262, 7%, 96%);
  --text-main: hsl(262, 10%, 9%);
  --text-muted: hsl(262, 5%, 40%);
  --accent-glow: hsla(262, 79%, 62%, 0.15);
  --border-soft: rgba(0, 0, 0, 0.08);
  --radius-sharp: 0px;
  --brand-main: var(--primary-color, hsl(262, 79%, 62%));
  --brand-accent: var(--secondary-color, hsl(46, 63%, 62%));
  --bg-light: var(--bg-color, hsl(262, 7%, 96%));
  --card-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  --border-radius: 4px;
  --section-gap: 60px;
  --faq-accent: hsl(262, 79%, 62%);
  --faq-secondary: hsl(46, 63%, 62%);
  --faq-text: hsl(262, 10%, 9%);
  --faq-bg: hsl(262, 7%, 96%);
  --faq-card-bg: hsl(0, 0%, 100%);
  --faq-border: hsl(262, 10%, 85%);
}

.tar-voidwalker5jp{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: var(--primary-color);
    border-top: 2px solid var(--nav-border-color, var(--page-border-color));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    z-index: 9999;
    }

.tar-z_index_maxqye{
    font-family: var(--page-font-serif);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }

.tar-aether_netuhm{
    display: flex;
    gap: 2rem;
    }

.tar-aether_netuhm a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
    }

.tar-aether_netuhm a:hover{
    color: var(--text-color);
    }

@media (max-width: 600px){.tar-aether_netuhm { display: none;  }}

div.tar-st-m.tar-r30gl02 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }

div.tar-st-m.tar-r30gl02{
    font-family: var(--page-font-sans);
    color: var(--page-text-main);
    background-color: var(--page-bg-main);
    line-height: 1.6;
    
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    }

div.tar-st-m.tar-r30gl02 .site-header{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: var(--primary-color);
    border-top: 2px solid var(--nav-border-color, var(--page-border-color));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    z-index: 9999;
    }

div.tar-st-m.tar-r30gl02 .site-header__brand{
    font-family: var(--page-font-serif);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }

div.tar-st-m.tar-r30gl02 .site-header__nav{
    display: flex;
    gap: 2rem;
    }

div.tar-st-m.tar-r30gl02 .site-header__nav a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
    }

div.tar-st-m.tar-r30gl02 .site-header__nav a:hover{
    color: var(--text-color);
    }

div.tar-st-m.tar-r30gl02 .tar-omega_run{
    min-height: 55vh;
    padding: 5rem 3rem;
    border-bottom: 2px solid var(--page-border-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    }

div.tar-st-m.tar-r30gl02 .tar-x_factor{
    font-family: var(--page-font-serif);
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    max-width: 900px;
    letter-spacing: -0.03em;
    }

div.tar-st-m.tar-r30gl02 .tar-nova_flare{
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    color: var(--page-text-main);
    }

div.tar-st-m.tar-r30gl02 .tar-cyber{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-left: 4px solid var(--page-brand-primary);
    padding-left: 1rem;
    margin-bottom: 2.5rem;
    font-size: 0.9rem;
    max-width: 800px;
    }

div.tar-st-m.tar-r30gl02 .tar-cyber div{
    display: flex;
    flex-direction: column;
    }

div.tar-st-m.tar-r30gl02 .tar-cyber strong{
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555;
    margin-bottom: 0.2rem;
    }

div.tar-st-m.tar-r30gl02 .tar-klyntar{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--page-brand-primary);
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--page-border-color);
    box-shadow: 6px 6px 0 var(--page-border-color);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.2s ease;
    }

div.tar-st-m.tar-r30gl02 .tar-klyntar:hover{
    background-color: var(--page-brand-secondary);
    color: var(--page-text-main);
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 var(--page-border-color);
    }

div.tar-st-m.tar-r30gl02 .tar-klyntar:active{
    transform: translate(4px, 4px);
    box-shadow: 2px 2px 0 var(--page-border-color);
    }

div.tar-st-m.tar-r30gl02 .tar-jet_stream{
    padding: 4rem 3rem;
    border-bottom: 2px solid var(--page-border-color);
    }

div.tar-st-m.tar-r30gl02 .tar-swiftwind{
    font-family: var(--page-font-serif);
    font-size: 2rem;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    }

div.tar-st-m.tar-r30gl02 .tar-lunarphase{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    }

div.tar-st-m.tar-r30gl02 .tar-v_stack{
    border: 2px solid var(--page-border-color);
    display: flex;
    flex-direction: column;
    background-color: #ffffff; color: #1a1a2e;}

div.tar-st-m.tar-r30gl02 .tar-orbit{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 2px solid var(--page-border-color);
    }

div.tar-st-m.tar-r30gl02 .tar-echo4{
    padding: 1.5rem;
    }

div.tar-st-m.tar-r30gl02 .tar-neoglow{
    font-family: var(--page-font-serif);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    }

div.tar-st-m.tar-r30gl02 .tar-crimson{
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333333;
    }

div.tar-st-m.tar-r30gl02 .tar-fluxcore{
    padding: 4rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    border-bottom: 2px solid var(--page-border-color);
    background-color: #ffffff; color: #1a1a2e;}

div.tar-st-m.tar-r30gl02 .tar-pxl_dust h2{
    font-family: var(--page-font-serif);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    }

div.tar-st-m.tar-r30gl02 .tar-pxl_dust p{
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    }

div.tar-st-m.tar-r30gl02 .tar-pxl_dust a{
    color: var(--page-brand-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    }

div.tar-st-m.tar-r30gl02 .tar-pxl_dust a:hover{
    color: var(--page-brand-secondary);
    background-color: var(--page-text-main);
    }

div.tar-st-m.tar-r30gl02 .tar-byteforge{
    padding: 2rem 3rem;
    background-color: var(--page-text-main);
    color: var(--page-bg-main);
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    }

@media (max-width: 992px){div.tar-st-m.tar-r30gl02 .tar-x_factor{ font-size: 2.5rem; }
div.tar-st-m.tar-r30gl02 .tar-lunarphase{ grid-template-columns: 1fr; }
div.tar-st-m.tar-r30gl02 .tar-fluxcore{ grid-template-columns: 1fr; gap: 2rem; }
div.tar-st-m.tar-r30gl02 .site-header{ padding: 0 1.5rem; }}

@media (max-width: 600px){div.tar-st-m.tar-r30gl02 .site-header__nav{ display: none;  }
div.tar-st-m.tar-r30gl02 .tar-omega_run{ padding: 3rem 1.5rem; }
div.tar-st-m.tar-r30gl02 .tar-jet_stream, div.tar-st-m.tar-r30gl02 .tar-fluxcore, div.tar-st-m.tar-r30gl02 .tar-byteforge{ padding: 2rem 1.5rem; }}

div.tar-st-m.tar-r30gl02 .tar-qv_loop{box-sizing:border-box;}

html, body{
    margin: 0;
    padding: 0;
    }

div.tar-st-m img.sbv2-ai-image{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }

div.tar-st-m img.sbv2-ai-image.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.tar-st-m img.sbv2-ai-image.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.tar-st-m img.sbv2-ai-image.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.tar-st-m img.sbv2-ai-image.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.tar-st-m :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote){
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }

div.tar-st-m .sbv2-media-frame{
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }

div.tar-st-m .sbv2-media-frame.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.tar-st-m .sbv2-media-frame.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.tar-st-m .sbv2-media-frame.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.tar-st-m .sbv2-media-frame.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.tar-st-m .sbv2-media-frame > img.sbv2-ai-image,
    div.tar-st-m .sbv2-media-frame > picture > img.sbv2-ai-image{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

div.tar-st-m.tar-r30gl02 .tar-klyntar a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.tar-st-m.tar-r30gl02 .tar-klyntar a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.tar-st-m.tar-r30gl02 .tar-klyntar a:not([class]):hover{opacity:0.92;}

div.tar-st-m.tar-r30gl02 .tar-klyntar a[class=""]:hover{opacity:0.92;}

div.tar-st-m.tar-r30gl02 .tar-klyntar a:not([class]):visited{color:#ffffff !important;}

div.tar-st-m.tar-r30gl02 .tar-klyntar a[class=""]:visited{color:#ffffff !important;}

body{
    padding-bottom: calc(var(--sbv2-shell-bottom-safe, 0px) + env(safe-area-inset-bottom, 0px));
    }

[data-shell-main="1"]{
    margin-left: var(--sbv2-shell-left-safe, 0px);
    }

@media (max-width: 1024px){[data-shell-main="1"] {
    margin-left: 0 !important;
    }}

.tar-halo4qv{box-sizing:border-box;}

.tar-byteforge{
    padding: 2rem 3rem;
    background-color: var(--page-text-main);
    color: var(--page-bg-main);
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    }

@media (max-width: 600px){div.tar-st-m .tar-jet_stream, div.tar-st-m .tar-fluxcore, .tar-byteforge{ padding: 2rem 1.5rem; }}

.site-logo{display:block;max-width:100%;height:auto;}

.tar-sf{box-sizing:border-box;}

.tar-sn{box-sizing:border-box;}

.tar-st-f{box-sizing:border-box;}

.tar-st-h{box-sizing:border-box;}

.tar-st-n{box-sizing:border-box;}

    div.tar-st-m.tar-yvcvwy72pt.tar-mirage{
    background-color: var(--dl-bg);
    color: var(--dl-text);
    font-family: var(--dl-font-sans);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.tar-st-m.tar-yvcvwy72pt.tar-mirage *{
    box-sizing: border-box;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-dark_matter{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 var(--dl-space-md);
    }

    div.tar-st-m.tar-yvcvwy72pt.tar-mirage h1, div.tar-st-m.tar-yvcvwy72pt.tar-mirage h2, div.tar-st-m.tar-yvcvwy72pt.tar-mirage h3{
    font-family: var(--dl-font-serif);
    margin-top: 0;
    margin-bottom: var(--dl-space-sm);
    font-weight: 700;
    color: var(--dl-text);
    text-align: left;
    }

div.tar-st-m.tar-yvcvwy72pt.tar-mirage h1{
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    }

div.tar-st-m.tar-yvcvwy72pt.tar-mirage h2{
    font-size: 2rem;
    margin-bottom: var(--dl-space-md);
    border-bottom: 2px solid var(--dl-text);
    padding-bottom: var(--dl-space-xs);
    display: inline-block;
    }

div.tar-st-m.tar-yvcvwy72pt.tar-mirage h3{
    font-size: 1.25rem;
    margin-bottom: var(--dl-space-xs);
    }

div.tar-st-m.tar-yvcvwy72pt.tar-mirage p{
    margin-top: 0;
    margin-bottom: var(--dl-space-sm);
    font-size: 1rem;
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dl-primary);
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 4px 4px 0px var(--dl-text);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade:hover{
    background-color: var(--dl-primary-hover);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--dl-text);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade:active{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--dl-text);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-iron_clad{
    background-color: transparent;
    color: var(--dl-text);
    border: 2px solid var(--dl-text);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    box-shadow: none;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-iron_clad:hover{
    background-color: var(--dl-text);
    color: var(--dl-surface);
    transform: none;
    box-shadow: none;
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-chronosync{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: var(--dl-space-xl) 0;
    gap: var(--dl-space-lg);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-mtrx{
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-aeroglide{
    font-size: 0.875rem;
    color: #555;
    margin-top: var(--dl-space-sm);
    border-left: 3px solid var(--dl-primary);
    padding-left: 0.75rem;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-snth_wave{
    flex: 1 1 400px;
    min-height: 320px;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-snth_wave img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
    border: 2px solid var(--dl-text);
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-deepspace{
    padding: var(--dl-space-lg) 0;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-nimbus{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--dl-space-md);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-spark_77{
    background-color: var(--dl-surface);
    border: 2px solid var(--dl-text);
    padding: var(--dl-space-md);
    display: flex;
    flex-direction: column;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-prism{
    width: 40px;
    height: 40px;
    margin-bottom: var(--dl-space-sm);
    fill: var(--dl-text);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-quantum{
    font-size: 0.875rem;
    margin-bottom: var(--dl-space-md);
    flex-grow: 1;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-quantum ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-quantum li{
    padding: 0.375rem 0;
    border-bottom: 1px solid var(--dl-border);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-quantum li:last-child{
    border-bottom: none;
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-lightspeed{
    padding: var(--dl-space-lg) 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--dl-space-lg);
    border-top: 1px solid var(--dl-border);
    margin-top: var(--dl-space-md);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-terrafirma{
    flex: 1 1 45%;
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-redshift{
    background-color: var(--dl-surface);
    padding: var(--dl-space-md);
    border: 1px solid var(--dl-border);
    border-left: 4px solid var(--dl-secondary);
    margin-bottom: var(--dl-space-xl);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-redshift a{
    color: var(--dl-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--dl-primary);
    transition: color 0.2s, border-color 0.2s;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-redshift a:hover{
    color: var(--dl-text);
    border-bottom-color: var(--dl-text);
    }

    div.tar-st-m.tar-yvcvwy72pt .tar-vortex_x{
    display: flex;
    flex-wrap: wrap;
    gap: var(--dl-space-md);
    align-items: center;
    background: var(--dl-surface);
    border: 2px solid var(--dl-text);
    margin-bottom: var(--dl-space-xl);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-zero_gravity{
    flex: 1 1 300px;
    padding: var(--dl-space-md);
    }

div.tar-st-m.tar-yvcvwy72pt .tar-frost_bite{
    flex: 1 1 300px;
    }

div.tar-st-m.tar-yvcvwy72pt .tar-frost_bite img{
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
    border-left: 2px solid var(--dl-text);
    }

@media (max-width: 768px){div.tar-st-m.tar-yvcvwy72pt .tar-chronosync{
    padding: var(--dl-space-lg) 0;
    }
    div.tar-st-m.tar-yvcvwy72pt.tar-mirage h1{
    font-size: 2.25rem;
    }
    div.tar-st-m.tar-yvcvwy72pt .tar-frost_bite img{
    border-left: none;
    border-top: 2px solid var(--dl-text);
    }}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a:not([class]){color:#ffffff !important;text-decoration:underline;}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a[class=""]{color:#ffffff !important;text-decoration:underline;}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a:not([class]):hover{opacity:0.92;}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a[class=""]:hover{opacity:0.92;}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a:not([class]):visited{color:#ffffff !important;}

    div.tar-st-m.tar-yvcvwy72pt .tar-umbra_shade a[class=""]:visited{color:#ffffff !important;}

div.tar-st-m.tar-6zog6qpm5o *{
    box-sizing: border-box;
    }

div.tar-st-m.tar-6zog6qpm5o{
    color: #1a1a2e;
    background:
    linear-gradient(180deg, rgba(134, 12, 255, 0.06), transparent 28%),
    linear-gradient(90deg, rgba(226, 193, 90, 0.16), transparent 22%),
    var(--background-color, var(--fx-bg));
    font-family: var(--fx-sans);
    }

div.tar-st-m.tar-6zog6qpm5o a{
    color: var(--text-color);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
    }

div.tar-st-m.tar-6zog6qpm5o img{
    display: block;
    width: 100%;
    height: auto;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-solidstate{
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-oxygen{
    min-height: 58vh;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    padding: 34px 0 22px;
    align-items: stretch;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-nfc_tag, div.tar-st-m.tar-6zog6qpm5o .tar-fplx, div.tar-st-m.tar-6zog6qpm5o .tar-talon, div.tar-st-m.tar-6zog6qpm5o .tar-oaq2jv8vl, div.tar-st-m.tar-6zog6qpm5o .tar-vxz_9, div.tar-st-m.tar-6zog6qpm5o .tar-delta_v, div.tar-st-m.tar-6zog6qpm5o .tar-plasma_tv, div.tar-st-m.tar-6zog6qpm5o .tar-glass_jaw, div.tar-st-m.tar-6zog6qpm5o .tar-solarflare, div.tar-st-m.tar-6zog6qpm5o .footer-grid{
    position: relative;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-nfc_tag{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 6px 26px 0;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-shard{
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 1px solid var(--border-color, var(--fx-line));
    background: rgba(255, 255, 255, 0.8);
    color: #1a1a2e;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-shard::before{
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    }

div.tar-st-m.tar-6zog6qpm5o h1, div.tar-st-m.tar-6zog6qpm5o h2, div.tar-st-m.tar-6zog6qpm5o h3{
    margin: 0;
    font-family: var(--fx-serif);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o h1{
    max-width: 13ch;
    font-size: clamp(2.5rem, 4.8vw, 4.9rem);
    line-height: 0.95;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-sonicboom{
    max-width: 58ch;
    margin: 20px 0 0;
    font-size: 1.03rem;
    line-height: 1.9;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-warp_speed{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0 0;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-blue_moon{
    padding: 14px 14px 16px;
    border: 1px solid var(--border-color, var(--fx-line));
    background: rgba(255, 255, 255, 0.78); color: #1a1a2e;}

div.tar-st-m.tar-6zog6qpm5o .tar-radar_dish{
    display: block;
    font-size: 12px;
    color: var(--text-color);
    margin-bottom: 8px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-shadowbox{
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-ironfist{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    align-items: center;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-jx9v, div.tar-st-m.tar-6zog6qpm5o .tar-ghostwire{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    font-weight: 700;
    text-decoration: none;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-jx9v{
    background: linear-gradient(135deg, var(--fx-accent), var(--fx-accent-deep));
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(97, 45, 190, 0.28);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-ghostwire{
    color: var(--text-color);
    background: var(--surface-color, #ffffff);
    border: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-sonarping{
    margin-top: 14px;
    font-size: 0.92rem;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-fplx{
    border: 1px solid var(--border-color, var(--fx-line));
    background: var(--surface-color, #ffffff);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    min-height: 420px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-loom{
    position: relative;
    height: 100%;
    min-height: 420px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-loom img{
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-loom::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(180deg, rgba(22, 17, 31, 0.02), rgba(22, 17, 31, 0.55)),
    linear-gradient(135deg, rgba(134, 12, 255, 0.08), transparent 40%);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-qvmp{
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    width: min(86%, 360px);
    padding: 18px;
    background: rgba(255, 255, 255, 0.94);
    border-left: 4px solid var(--fx-warm); color: #1a1a2e;}

div.tar-st-m.tar-6zog6qpm5o .tar-qvmp strong{
    display: block;
    margin-bottom: 10px;
    font-size: 1.03rem;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-qvmp p{
    margin: 0;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 0.95rem;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-talon{
    padding: 24px 0;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-mach_five{
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: end;
    margin-bottom: 18px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-mach_five h2{
    font-size: clamp(1.75rem, 2.6vw, 2.7rem);
    line-height: 1.05;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-mach_five p{
    margin: 0;
    color: var(--text-color);
    line-height: 1.9;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-oaq2jv8vl{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 10px 0 18px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-hyperdrive{
    padding: 18px 16px;
    background: rgba(255, 255, 255, 0.74);
    border-top: 3px solid var(--fx-accent);
    border-right: 1px solid var(--border-color, var(--fx-line));
    border-bottom: 1px solid var(--border-color, var(--fx-line));
    border-left: 1px solid var(--border-color, var(--fx-line)); color: #1a1a2e;}

div.tar-st-m.tar-6zog6qpm5o .tar-hyperdrive strong{
    display: block;
    font-size: 1.55rem;
    font-family: var(--fx-serif);
    margin-bottom: 8px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-hyperdrive span{
    display: block;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 0.94rem;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-vxz_9{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glyph{
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    border: 1px solid var(--border-color, var(--fx-line));
    background: var(--surface-color, #ffffff);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-qubit{
    aspect-ratio: 5 / 3.2;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-qubit img{
    height: 100%;
    object-fit: cover;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-w9_mx{
    width: 48px;
    height: 48px;
    margin: 18px 18px 0;
    color: var(--fx-accent-deep);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glyph h3{
    padding: 14px 18px 0;
    font-size: 1.3rem;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glyph p, div.tar-st-m.tar-6zog6qpm5o .tar-glyph ul{
    margin: 0;
    padding: 12px 18px 0;
    color: var(--text-color);
    line-height: 1.85;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glyph ul{
    padding-left: 34px;
    padding-right: 18px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glyph li + li{
    margin-top: 6px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-laserbeam{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px 18px;
    margin-top: 8px;
    border-top: 1px solid var(--border-color, var(--fx-line));
    font-size: 0.9rem;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-plasma_tv{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
    margin-top: 6px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-gasmask, div.tar-st-m.tar-6zog6qpm5o .tar-apex, div.tar-st-m.tar-6zog6qpm5o .tar-hydro_gen, div.tar-st-m.tar-6zog6qpm5o .tar-solarflare, div.tar-st-m.tar-6zog6qpm5o .tar-glass_jaw, div.tar-st-m.tar-6zog6qpm5o .footer-grid{
    background: var(--surface-color, #ffffff);
    border: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-gasmask{
    padding: 22px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-vq_88{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-vq_88 li{
    padding-top: 10px;
    border-top: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-vq_88 strong{
    display: block;
    margin-bottom: 6px;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-apex{
    padding: 22px;
    display: grid;
    gap: 14px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-turboboost{
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-turboboost:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-nitro_gen{
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: var(--fx-ink);
    color: #ffffff;
    font-weight: 700;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-turboboost h3{
    font-size: 1.08rem;
    margin-bottom: 6px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-delta_v{
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 18px;
    align-items: stretch;
    margin-top: 8px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-heat_wave{
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--border-color, var(--fx-line));
    background: var(--surface-color, #ffffff);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-heat_wave img{
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-hydro_gen{
    padding: 22px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-wifi_6e{
    display: grid;
    gap: 12px;
    margin-top: 18px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-liquid_cool{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-liquid_cool strong{
    font-size: 0.96rem;
    color: var(--text-color);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-glass_jaw{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 12px;
    overflow: hidden;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-soundwall{
    padding: 20px;
    min-height: 150px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-soundwall + .tar-soundwall{
    border-left: 1px solid var(--border-color, var(--fx-line));
    }

div.tar-st-m.tar-6zog6qpm5o .tar-soundwall h3{
    font-size: 1.18rem;
    margin-bottom: 10px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-soundwall a{
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-solarflare{
    margin-top: 8px;
    padding: 24px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-zxrt{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    margin-top: 18px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-bluetooth{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.96rem;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-bluetooth th, div.tar-st-m.tar-6zog6qpm5o .tar-bluetooth td{
    text-align: left;
    padding: 12px 10px 12px 0;
    border-bottom: 1px solid var(--border-color, var(--fx-line));
    vertical-align: top;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-bluetooth th{
    color: var(--text-color);
    font-weight: 700;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-k2_pq{
    padding: 18px;
    background: rgba(134, 12, 255, 0.05);
    border-left: 4px solid var(--fx-accent);
    }

div.tar-st-m.tar-6zog6qpm5o .tar-k2_pq h3{
    font-size: 1.18rem;
    margin-bottom: 10px;
    }

div.tar-st-m.tar-6zog6qpm5o .tar-k2_pq ul{
    margin: 0;
    padding-left: 20px;
    color: var(--text-color);
    line-height: 1.8;
    }

div.tar-st-m.tar-6zog6qpm5o .footer-grid{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 18px;
    padding: 22px;
    }

div.tar-st-m.tar-6zog6qpm5o .footer-brand{
    font-family: var(--fx-serif);
    font-size: 1.45rem;
    margin: 0 0 10px;
    }

div.tar-st-m.tar-6zog6qpm5o .footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
    }

div.tar-st-m.tar-6zog6qpm5o .footer-list li + li{
    margin-top: 10px;
    }

div.tar-st-m.tar-6zog6qpm5o .footer-list a{
    text-decoration: none;
    }

div.tar-st-m.tar-6zog6qpm5o .mini{
    margin-top: 14px;
    font-size: 0.9rem;
    color: var(--text-color);
    }

@media (max-width: 980px){div.tar-st-m.tar-6zog6qpm5o .tar-oxygen, div.tar-st-m.tar-6zog6qpm5o .tar-mach_five, div.tar-st-m.tar-6zog6qpm5o .tar-plasma_tv, div.tar-st-m.tar-6zog6qpm5o .tar-delta_v, div.tar-st-m.tar-6zog6qpm5o .tar-zxrt, div.tar-st-m.tar-6zog6qpm5o .footer-grid{
    grid-template-columns: 1fr;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-vxz_9, div.tar-st-m.tar-6zog6qpm5o .tar-oaq2jv8vl, div.tar-st-m.tar-6zog6qpm5o .tar-glass_jaw{
    grid-template-columns: 1fr;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-nfc_tag{
    padding-right: 0;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-fplx{
    min-height: 360px;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-loom, div.tar-st-m.tar-6zog6qpm5o .tar-loom img{
    min-height: 360px;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-soundwall + .tar-soundwall{
    border-left: 0;
    border-top: 1px solid var(--border-color, var(--fx-line));
    }}

@media (max-width: 640px){div.tar-st-m.tar-6zog6qpm5o .tar-solidstate{
    width: min(100% - 20px, 1180px);
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-oxygen{
    gap: 16px;
    padding-top: 18px;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-warp_speed, div.tar-st-m.tar-6zog6qpm5o .tar-vq_88{
    grid-template-columns: 1fr;
    }
    div.tar-st-m.tar-6zog6qpm5o h1{
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3.2rem);
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-ironfist{
    flex-direction: column;
    align-items: stretch;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-jx9v, div.tar-st-m.tar-6zog6qpm5o .tar-ghostwire{
    width: 100%;
    }
    div.tar-st-m.tar-6zog6qpm5o .tar-liquid_cool{
    grid-template-columns: 1fr;
    gap: 6px;
    }}

div.tar-st-m.tar-9bb1r665f5.tar-xylos{
    background-color: var(--ig-bg);
    color: var(--ig-text);
    font-family: var(--ig-font-sans);
    line-height: 1.6;
    padding-bottom: 60px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-mkv_armor{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-base42{
    padding: 64px 0 48px;
    border-bottom: 2px solid var(--ig-text);
    margin-bottom: 48px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-veltra{
    font-family: var(--ig-font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    max-width: 900px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-y_axis{
    font-size: 1.125rem;
    color: var(--ig-text-light);
    max-width: 700px;
    margin: 0;
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-genx1{
    background: var(--ig-white);
    border: 1px solid var(--ig-border);
    padding: 16px 24px;
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-genx1 a{
    color: var(--ig-text);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-genx1 a:hover{
    color: var(--ig-primary);
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-qbex{
    font-family: var(--ig-font-serif);
    font-size: 2rem;
    margin: 0 0 32px 0;
    padding-left: 16px;
    border-left: 6px solid var(--ig-primary);
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-bravo6{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 64px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-r2_unit{
    background: var(--ig-white);
    border: 1px solid var(--ig-border);
    padding: 32px 24px;
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-r2_unit:hover{
    transform: translateY(-4px);
    box-shadow: 4px 4px 0px var(--ig-text);
    }

div.tar-st-m.tar-9bb1r665f5 .tar-x_wing{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--ig-border);
    padding-bottom: 16px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-pnx{
    background: var(--ig-text);
    color: var(--ig-white);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--ig-font-serif);
    font-size: 1.125rem;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-r2_unit h3{
    font-size: 1.25rem;
    margin: 0;
    font-family: var(--ig-font-serif);
    }

div.tar-st-m.tar-9bb1r665f5 .tar-r2_unit p{
    margin: 0 0 16px 0;
    color: var(--ig-text-light);
    font-size: 0.95rem;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-t800{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-t800 li{
    background: var(--ig-bg);
    border: 1px solid var(--ig-border);
    font-size: 0.8rem;
    padding: 4px 8px;
    color: var(--ig-text-light);
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-sector_7g{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 64px;
    align-items: center;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-wrml{
    padding-right: 24px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-b4_rz{
    width: 100%;
    border: 1px solid var(--ig-text);
    box-shadow: -8px 8px 0px var(--ig-secondary);
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-c3po{
    margin-bottom: 24px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-c3po h3{
    font-family: var(--ig-font-sans);
    font-size: 1.125rem;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-c3po h3::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--ig-primary);
    }

div.tar-st-m.tar-9bb1r665f5 .tar-c3po p{
    margin: 0;
    color: var(--ig-text-light);
    padding-left: 20px;
    }

    div.tar-st-m.tar-9bb1r665f5 .tar-carboncopy{
    background: var(--ig-text);
    color: var(--ig-white);
    padding: 64px 48px;
    text-align: center;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-carboncopy::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--ig-secondary);
    }

div.tar-st-m.tar-9bb1r665f5 .tar-alpha_9{
    font-family: var(--ig-font-serif);
    font-size: 2.25rem;
    margin: 0 0 16px 0;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-omega_99{
    font-size: 1.125rem;
    color: #d1d0d5;
    margin: 0 0 32px 0;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-zq_rw{
    display: inline-block;
    background-color: var(--ig-primary);
    color: var(--ig-white);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 16px 40px;
    text-decoration: none;
    border: 2px solid var(--ig-primary);
    transition: all 0.2s ease;
    }

div.tar-st-m.tar-9bb1r665f5 .tar-zq_rw:hover{
    background-color: var(--ig-primary-dark);
    border-color: var(--ig-primary-dark);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    }

    @media (max-width: 900px){div.tar-st-m.tar-9bb1r665f5 .tar-sector_7g{
    grid-template-columns: 1fr;
    gap: 32px;
    }
    div.tar-st-m.tar-9bb1r665f5 .tar-wrml{
    padding-right: 0;
    }}

@media (max-width: 600px){div.tar-st-m.tar-9bb1r665f5 .tar-base42{
    padding: 40px 0 32px;
    }
    div.tar-st-m.tar-9bb1r665f5 .tar-genx1{
    flex-direction: column;
    gap: 16px;
    }
    div.tar-st-m.tar-9bb1r665f5 .tar-carboncopy{
    padding: 40px 24px;
    }}

div.tar-st-m.tar-6zr8zegj{
    font-family: "Georgia", "Source Han Serif CN", serif;
    background-color: var(--surface-bg, #f4f3f6);
    color: var(--text-main, #1a191c);
    line-height: 1.6;
    overflow-x: hidden;
    }

    div.tar-st-m.tar-6zr8zegj .tar-mem_leak{
    display: flex;
    flex-wrap: wrap;
    min-height: 70vh;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid var(--border-soft);
    }

div.tar-st-m.tar-6zr8zegj .tar-tcp_syn{
    flex: 1 1 500px;
    padding: 4rem 5%;
    background: #ffffff; color: #1a1a2e;}

div.tar-st-m.tar-6zr8zegj .tar-net_ping{
    flex: 1 1 500px;
    height: 70vh;
    background-image: url("../images/version-history-browser-security-privacy-2.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    }

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad{
    display: inline-block;
    background: var(--brand-primary);
    color: #fff;
    padding: 4px 12px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    }

div.tar-st-m.tar-6zr8zegj h1{
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 900;
    text-align: left;
    }

div.tar-st-m.tar-6zr8zegj .tar-ssdfast{
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 2.5rem;
    }

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk{
    display: inline-block;
    background: var(--brand-primary);
    color: white;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px var(--accent-glow);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.tar-st-m.tar-6zr8zegj .tar-ramdisk:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px var(--accent-glow);
    }

    div.tar-st-m.tar-6zr8zegj .tar-shift_key{
    padding: 4rem 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    background: #fff; color: #1a1a2e;}

div.tar-st-m.tar-6zr8zegj .tar-v2_rocket{
    padding: 2rem;
    border: 1px solid var(--border-soft);
    transition: background 0.3s;
    }

div.tar-st-m.tar-6zr8zegj .tar-v2_rocket:hover{
    background: var(--surface-bg);
    }

div.tar-st-m.tar-6zr8zegj .tar-v2_rocket h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--brand-primary);
    }

div.tar-st-m.tar-6zr8zegj .tar-v2_rocket p{
    font-size: 0.95rem;
    color: var(--text-muted);
    }

    div.tar-st-m.tar-6zr8zegj .tar-esc_pod{
    padding: 4rem 5%;
    max-width: 1200px;
    }

div.tar-st-m.tar-6zr8zegj .tar-dv_8x{
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    font-family: sans-serif;
    }

div.tar-st-m.tar-6zr8zegj .tar-dv_8x th{
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid var(--text-main);
    font-size: 0.9rem;
    text-transform: uppercase;
    }

div.tar-st-m.tar-6zr8zegj .tar-dv_8x td{
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--border-soft);
    vertical-align: top;
    }

div.tar-st-m.tar-6zr8zegj .tar-cpucore{
    font-weight: bold;
    color: var(--brand-primary);
    }

div.tar-st-m.tar-6zr8zegj .tar-hdd_spin{
    color: #2e7d32;
    background: #e8f5e9;
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
    }

    div.tar-st-m.tar-6zr8zegj .tar-altnode{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: var(--text-main);
    color: #fff;
    align-items: center;
    }

div.tar-st-m.tar-6zr8zegj .tar-sysreq{
    flex: 1 1 450px;
    padding: 4rem 5%;
    }

div.tar-st-m.tar-6zr8zegj .tar-gpu_fan{
    flex: 1 1 450px;
    height: 500px;
    background-image: url("../images/version-history-browser-extension-ecosystem-1.jpg");
    background-size: cover;
    background-position: center;
    }

div.tar-st-m.tar-6zr8zegj .footer-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
    }

div.tar-st-m.tar-6zr8zegj .footer-column h4{
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    }

div.tar-st-m.tar-6zr8zegj .footer-column a{
    color: #888;
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    }

div.tar-st-m.tar-6zr8zegj .footer-column a:hover{
    color: var(--brand-secondary);
    }

div.tar-st-m.tar-6zr8zegj .copyright{
    border-top: 1px solid #222;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    }

@media (max-width: 768px){div.tar-st-m.tar-6zr8zegj .tar-net_ping, div.tar-st-m.tar-6zr8zegj .tar-gpu_fan{ height: 300px; }
    div.tar-st-m.tar-6zr8zegj .tar-tcp_syn, div.tar-st-m.tar-6zr8zegj .tar-sysreq{ padding: 2.5rem 5%; }}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a:not([class]):hover{opacity:0.92;}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a[class=""]:hover{opacity:0.92;}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a:not([class]):visited{color:#ffffff !important;}

div.tar-st-m.tar-6zr8zegj .tar-ctrl_pad a[class=""]:visited{color:#ffffff !important;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a:not([class]){color:#ffffff !important;text-decoration:underline;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a[class=""]{color:#ffffff !important;text-decoration:underline;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a:not([class]):hover{opacity:0.92;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a[class=""]:hover{opacity:0.92;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a:not([class]):visited{color:#ffffff !important;}

    div.tar-st-m.tar-6zr8zegj .tar-ramdisk a[class=""]:visited{color:#ffffff !important;}

div.tar-st-m.tar-yuh7ia5sdz.tar-generated{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a2e;
    background-color: #ffffff;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    }

    div.tar-st-m.tar-yuh7ia5sdz .tar-constraints{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 50vh;
    padding: 80px 10%;
    background: var(--bg-light);
    gap: 40px;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-names{
    flex: 1;
    text-align: left;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-all{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-all img{
    width: 100%;
    max-width: 540px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    }

div.tar-st-m.tar-yuh7ia5sdz h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--text-main);
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-ive{
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-refining{
    display: inline-block;
    background-color: var(--brand-main);
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--border-radius);
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(134, 12, 255, 0.3);
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-refining:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(134, 12, 255, 0.4);
    }

    div.tar-st-m.tar-yuh7ia5sdz .tar-reviewed{
    padding: var(--section-gap) 10%;
    }

div.tar-st-m.tar-yuh7ia5sdz h2{
    font-size: 2rem;
    margin-bottom: 40px;
    border-left: 6px solid var(--brand-main);
    padding-left: 15px;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-have{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-class{
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: var(--border-radius);
    transition: border-color 0.3s; color: #1a1a2e;}

div.tar-st-m.tar-yuh7ia5sdz .tar-class:hover{
    border-color: var(--brand-main);
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-class h3{
    margin-top: 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-main);
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-been{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-been li{
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-satisfied{
    font-weight: 600;
    color: #666;
    }

    div.tar-st-m.tar-yuh7ia5sdz .tar-the{
    background-color: var(--bg-light);
    padding: var(--section-gap) 10%;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-including{
    background: #fff;
    padding: 40px;
    border-radius: var(--border-radius); color: #1a1a2e;}

div.tar-st-m.tar-yuh7ia5sdz .tar-css{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-css a{
    color: var(--brand-main);
    text-decoration: none;
    margin-right: 25px;
    font-weight: 500;
    }

div.tar-st-m.tar-yuh7ia5sdz .tar-css a:hover{
    text-decoration: underline;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-col h4{
    color: #fff;
    margin-bottom: 20px;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-col ul{
    list-style: none;
    padding: 0;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-col ul li{
    margin-bottom: 10px;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-col a{
    color: #aaa;
    text-decoration: none;
    }

div.tar-st-m.tar-yuh7ia5sdz .footer-col a:hover{
    color: var(--brand-accent);
    }

div.tar-st-m.tar-yuh7ia5sdz .copyright{
    border-top: 1px solid #333;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    }

@media (max-width: 1024px){div.tar-st-m.tar-yuh7ia5sdz .tar-have{ grid-template-columns: repeat(2, 1fr); }}

@media (max-width: 768px){div.tar-st-m.tar-yuh7ia5sdz .tar-constraints{ flex-direction: column; padding: 40px 5%; }
    div.tar-st-m.tar-yuh7ia5sdz .tar-have{ grid-template-columns: 1fr; }
    div.tar-st-m.tar-yuh7ia5sdz .footer-grid{ grid-template-columns: repeat(2, 1fr); }
    div.tar-st-m.tar-yuh7ia5sdz h1{ font-size: 2rem; }}

div.tar-st-m.tar-6jqvg98y8 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.tar-st-m.tar-6jqvg98y8{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--faq-text, #1a1a1a);
    background: var(--faq-bg, #f5f5f5);
    line-height: 1.6;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-format{
    background: linear-gradient(135deg, var(--faq-accent, #8b5cf6) 0%, hsl(262, 79%, 52%) 100%);
    color: white;
    padding: 4rem 2rem 3rem;
    text-align: center;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-format h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-format p{
    font-size: 1.125rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-common{
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav-card{
    background: var(--faq-card-bg, white);
    border: 1px solid var(--faq-border, #ddd);
    padding: 1.5rem;
    text-decoration: none;
    color: var(--faq-text, #1a1a1a);
    transition: all 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav-card:hover{
    border-color: var(--faq-accent, #8b5cf6);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
    transform: translateY(-2px);
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav-icon{
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--faq-accent, #8b5cf6), hsl(262, 79%, 72%));
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav-content h3{
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-nav-content p{
    font-size: 0.9rem;
    color: hsl(262, 10%, 40%);
    line-height: 1.5;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-length{
    margin-bottom: 3rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-length h2{
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: var(--faq-text, #1a1a1a);
    border-left: 4px solid var(--faq-accent, #8b5cf6);
    padding-left: 1rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-avoidance{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-character{
    background: var(--faq-card-bg, white);
    border: 1px solid var(--faq-border, #ddd);
    overflow: hidden;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-the{
    width: 100%;
    text-align: left;
    padding: 1.25rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--faq-text, #1a1a1a);
    transition: background 0.2s;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-the:hover{
    background: hsl(262, 7%, 98%); color: #1a1a2e;}

div.tar-st-m.tar-6jqvg98y8 .tar-terms{
    font-size: 1.25rem;
    color: var(--faq-accent, #8b5cf6);
    transition: transform 0.3s;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-character.active .tar-terms{
    transform: rotate(45deg);
    }

div.tar-st-m.tar-6jqvg98y8 .tar-and{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-character.active .tar-and{
    max-height: 800px;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets{
    padding: 0 1.5rem 1.5rem;
    color: hsl(262, 10%, 30%);
    line-height: 1.7;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets p{
    margin-bottom: 0.75rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets ol, div.tar-st-m.tar-6jqvg98y8 .tar-sets ul{
    margin: 0.75rem 0 0.75rem 1.5rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets li{
    margin-bottom: 0.5rem;
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets code{
    background: hsl(262, 7%, 94%);
    padding: 0.125rem 0.375rem;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    color: hsl(262, 79%, 52%);
    }

div.tar-st-m.tar-6jqvg98y8 .tar-sets strong{
    color: var(--faq-text, #1a1a1a);
    font-weight: 600;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-cta{
    background: linear-gradient(135deg, hsl(262, 79%, 62%), hsl(262, 79%, 52%));
    color: white;
    padding: 3rem 2rem;
    text-align: center;
    margin-top: 4rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-cta h2{
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    border: none;
    padding: 0;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-cta p{
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-cta-btn{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.0625rem;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

div.tar-st-m.tar-6jqvg98y8 .faq-cta-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

div.tar-st-m.tar-6jqvg98y8 .faq-footer{
    background: hsl(262, 10%, 15%);
    color: hsl(262, 7%, 85%);
    padding: 2.5rem 2rem;
    text-align: center;
    font-size: 0.9375rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-footer p{
    margin-bottom: 0.5rem;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-footer a{
    color: var(--faq-secondary, #e6c85c);
    text-decoration: none;
    }

div.tar-st-m.tar-6jqvg98y8 .faq-footer a:hover{
    text-decoration: underline;
    }

@media (max-width: 768px){div.tar-st-m.tar-6jqvg98y8 .tar-format h1{
    font-size: 2rem;
    }
    div.tar-st-m.tar-6jqvg98y8 .faq-nav{
    grid-template-columns: 1fr;
    }
    div.tar-st-m.tar-6jqvg98y8 .tar-length h2{
    font-size: 1.5rem;
    }
    div.tar-st-m.tar-6jqvg98y8 .faq-cta h2{
    font-size: 1.75rem;
    }}

.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}