:root {
  --primary: hsl(155, 70%, 59%);
  --secondary: hsl(196, 56%, 59%);
  --text: hsl(155, 10%, 9%);
  --bg: hsl(155, 7%, 96%);
  --card-bg: hsl(0, 0%, 100%);
  --border: hsl(155, 10%, 85%);
  --sbv2-shell-bottom-safe: 0px;
  --sbv2-shell-left-safe: 0px;
  --download-primary: hsl(155, 70%, 59%);
  --download-secondary: hsl(196, 56%, 59%);
  --download-text: hsl(155, 10%, 9%);
  --download-bg: hsl(155, 7%, 96%);
  --download-card-bg: hsl(0, 0%, 100%);
  --download-border: hsl(155, 10%, 85%);
  --feature-accent: hsl(155, 70%, 59%);
  --feature-secondary: hsl(196, 56%, 59%);
  --feature-text: hsl(155, 10%, 9%);
  --feature-bg: hsl(155, 7%, 96%);
  --feature-card-bg: hsl(0, 0%, 100%);
  --feature-border: hsl(155, 10%, 85%);
  --system-accent: hsl(155, 70%, 59%);
  --system-secondary: hsl(196, 56%, 59%);
  --system-text: hsl(155, 10%, 9%);
  --system-bg: hsl(155, 7%, 96%);
  --system-card-bg: hsl(0, 0%, 100%);
  --system-border: hsl(155, 10%, 85%);
  --guide-accent: hsl(155, 70%, 59%);
  --guide-secondary: hsl(196, 56%, 59%);
  --guide-text: hsl(155, 10%, 9%);
  --guide-bg: hsl(155, 7%, 96%);
  --guide-card-bg: hsl(0, 0%, 100%);
  --guide-border: hsl(155, 10%, 85%);
  --chrome-accent: var(--primary-color, hsl(155, 70%, 59%));
  --chrome-secondary: var(--secondary-color, hsl(196, 56%, 59%));
  --chrome-bg: var(--background-color, hsl(155, 7%, 96%));
  --chrome-text: var(--text-color, hsl(155, 10%, 9%));
  --chrome-card-bg: #ffffff;
  --chrome-radius: var(--border-radius-lg, 24px);
  --chrome-shadow: var(--box-shadow-xl, 0 20px 40px rgba(0,0,0,0.05));
  --faq-accent: var(--primary-color, hsl(155, 70%, 59%));
  --faq-secondary: var(--secondary-color, hsl(196, 56%, 59%));
  --faq-bg: var(--bg-color, hsl(155, 7%, 96%));
  --faq-text: var(--text-color, hsl(155, 10%, 9%));
  --faq-card-bg: #ffffff;
  --faq-radius: var(--radius-lg, 16px);
  --faq-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
}

.yb-stellar_hub98o{
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background: var(--card-bg, #fff);
    border-right: 1px solid var(--border, #ddd);
    padding: 2rem 0;
    z-index: 100;
    }

.yb-crimson_doto8x{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text, #1a1a1a);
    padding: 0 2rem 2rem;
    border-bottom: 1px solid var(--border, #ddd);
    }

.yb-glidesh6{
    list-style: none;
    padding: 1.5rem 0;
    }

.yb-glidesh6 a{
    display: block;
    padding: 0.75rem 2rem;
    color: var(--text, #1a1a1a);
    text-decoration: none;
    transition: background 0.2s;
    }

.yb-glidesh6 a:hover{
    background: var(--bg, #f5f5f5);
    }

.yb-glidesh6 a.active{
    background: var(--primary, #5dd39e);
    color: #fff;
    }

@media (max-width: 1024px){.yb-stellar_hub98o {
    width: 200px;
    }}

@media (max-width: 768px){.yb-stellar_hub98o {
    display: none;
    }}

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

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

div.yb-st-m.yb-rguub12em4 .sidebar{
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background: var(--card-bg, #fff);
    border-right: 1px solid var(--border, #ddd);
    padding: 2rem 0;
    z-index: 100;
    }

div.yb-st-m.yb-rguub12em4 .sidebar-logo{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text, #1a1a1a);
    padding: 0 2rem 2rem;
    border-bottom: 1px solid var(--border, #ddd);
    }

div.yb-st-m.yb-rguub12em4 .sidebar-nav{
    list-style: none;
    padding: 1.5rem 0;
    }

div.yb-st-m.yb-rguub12em4 .sidebar-nav a{
    display: block;
    padding: 0.75rem 2rem;
    color: var(--text, #1a1a1a);
    text-decoration: none;
    transition: background 0.2s;
    }

div.yb-st-m.yb-rguub12em4 .sidebar-nav a:hover{
    background: var(--bg, #f5f5f5);
    }

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active{
    background: var(--primary, #5dd39e);
    color: #fff;
    }

div.yb-st-m.yb-rguub12em4{
    margin-left: 240px;
    min-height: 100vh;
    }

div.yb-st-m.yb-rguub12em4 .yb-cosmic_ray{
    height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary, #5dd39e) 0%, var(--secondary, #5eb3d3) 100%);
    position: relative;
    overflow: hidden; color: #1a1a2e;}

div.yb-st-m.yb-rguub12em4 .yb-cosmic_ray::before{
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background: url("../images/index-browser-speed-performance-3.jpg") center/cover;
    opacity: 0.15;
    animation: drift 30s infinite alternate;
    }

@keyframes drift{to { transform: translate(5%, 5%) scale(1.1); }}

div.yb-st-m.yb-rguub12em4 .yb-onyx{
    position: relative;
    max-width: 600px;
    padding: 0 4rem;
    margin-left: 0;
    text-align: left;
    color: #fff;
    }

div.yb-st-m.yb-rguub12em4 .yb-cosmic_ray h1{
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
    }

div.yb-st-m.yb-rguub12em4 .yb-nexus{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    }

div.yb-st-m.yb-rguub12em4 .yb-pixel8{
    display: inline-flex;
    gap: 1rem;
    }

div.yb-st-m.yb-rguub12em4 .yb-vortex_ai{
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    }

div.yb-st-m.yb-rguub12em4 .yb-aurora_x{
    background: var(--text, #1a1a1a);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

div.yb-st-m.yb-rguub12em4 .yb-aurora_x:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0,0,0,0.4);
    }

div.yb-st-m.yb-rguub12em4 .yb-velvet_arc{
    background: rgba(255,255,255,0.2);
    color: #1a1a2e;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    }

div.yb-st-m.yb-rguub12em4 .yb-velvet_arc:hover{
    background: rgba(255,255,255,0.3); color: #1a1a2e;}

div.yb-st-m.yb-rguub12em4 .yb-drift{
    padding: 8rem 4rem;
    }

div.yb-st-m.yb-rguub12em4 .yb-pulse_3{
    background: var(--card-bg, #fff);
    }

div.yb-st-m.yb-rguub12em4 .yb-prism{
    display: flex;
    align-items: center;
    gap: 6rem;
    max-width: 1200px;
    margin: 0 auto;
    }

div.yb-st-m.yb-rguub12em4 .yb-prism.yb-zenith{
    flex-direction: row-reverse;
    }

div.yb-st-m.yb-rguub12em4 .yb-twilight_9{
    flex: 1;
    }

div.yb-st-m.yb-rguub12em4 .yb-twilight_9 h2{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
    }

div.yb-st-m.yb-rguub12em4 .yb-twilight_9 p{
    font-size: 1.1rem;
    line-height: 1.8;
    color: hsl(155, 10%, 30%);
    margin-bottom: 1rem;
    }

div.yb-st-m.yb-rguub12em4 .yb-ripple{
    flex: 1;
    position: relative;
    }

div.yb-st-m.yb-rguub12em4 .yb-ripple img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

div.yb-st-m.yb-rguub12em4 .yb-cipher{
    background: linear-gradient(to bottom, var(--bg, #f5f5f5), var(--card-bg, #fff));
    padding: 8rem 4rem; color: #1a1a2e;}

div.yb-st-m.yb-rguub12em4 .yb-echo{
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    }

div.yb-st-m.yb-rguub12em4 .yb-nimbus{
    background: var(--card-bg, #fff);
    padding: 3rem;
    border-radius: 12px;
    border: 1px solid var(--border, #ddd);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

div.yb-st-m.yb-rguub12em4 .yb-nimbus h3{
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-align: left;
    color: var(--primary, #5dd39e);
    }

div.yb-st-m.yb-rguub12em4 .yb-cobalt_mix{
    list-style: none;
    display: grid;
    gap: 1rem;
    }

div.yb-st-m.yb-rguub12em4 .yb-cobalt_mix li{
    padding: 1rem;
    background: var(--bg, #f5f5f5);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

div.yb-st-m.yb-rguub12em4 .yb-ember_12{
    font-weight: 600;
    }

div.yb-st-m.yb-rguub12em4 .yb-jade_node{
    color: hsl(155, 10%, 40%);
    }

div.yb-st-m.yb-rguub12em4 div.yb-st-f{
    background: var(--text, #1a1a1a);
    color: rgba(255,255,255,0.8);
    padding: 4rem;
    text-align: center;
    }

div.yb-st-m.yb-rguub12em4 .yb-marble_sync{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    }

div.yb-st-m.yb-rguub12em4 .yb-marble_sync a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
    }

div.yb-st-m.yb-rguub12em4 .yb-marble_sync a:hover{
    color: var(--primary, #5dd39e);
    }

div.yb-st-m.yb-rguub12em4 .yb-quantum{
    font-size: 0.9rem;
    opacity: 0.6;
    }

@media (max-width: 1024px){div.yb-st-m.yb-rguub12em4 .sidebar{
    width: 200px;
    }
div.yb-st-m.yb-rguub12em4{
    margin-left: 200px;
    }
div.yb-st-m.yb-rguub12em4 .yb-prism{
    flex-direction: column !important;
    gap: 3rem;
    }
div.yb-st-m.yb-rguub12em4 .yb-twilight_9 h2{
    text-align: left;
    }}

@media (max-width: 768px){div.yb-st-m.yb-rguub12em4 .sidebar{
    display: none;
    }
div.yb-st-m.yb-rguub12em4{
    margin-left: 0;
    }
div.yb-st-m.yb-rguub12em4 .yb-cosmic_ray h1{
    font-size: 2.5rem;
    }
div.yb-st-m.yb-rguub12em4 .yb-onyx{
    padding: 0 2rem;
    text-align: left;
    }
div.yb-st-m.yb-rguub12em4 .yb-drift{
    padding: 4rem 2rem;
    }}

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

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

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

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

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

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

div.yb-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.yb-st-m .sbv2-media-frame{
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }

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

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

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

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

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

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active a:not([class]):hover{opacity:0.92;}

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active a[class=""]:hover{opacity:0.92;}

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active a:not([class]):visited{color:#ffffff !important;}

div.yb-st-m.yb-rguub12em4 .sidebar-nav a.active 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;
    }}

.active a:not([class]){color:#ffffff !important;text-decoration:underline;}

.active a[class=""]{color:#ffffff !important;text-decoration:underline;}

.active a:not([class]):hover{opacity:0.92;}

.active a[class=""]:hover{opacity:0.92;}

.active a:not([class]):visited{color:#ffffff !important;}

.active a[class=""]:visited{color:#ffffff !important;}

.yb-vapor45i{box-sizing:border-box;}

.yb-marble_sync{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    }

.yb-marble_sync a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
    }

.yb-marble_sync a:hover{
    color: var(--primary, #5dd39e);
    }

.yb-quantum{
    font-size: 0.9rem;
    opacity: 0.6;
    }

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

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

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

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

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

div.yb-st-m.yb-jg92sgwgm{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--download-text);
    background: var(--download-bg);
    line-height: 1.6;
    }

div.yb-st-m.yb-jg92sgwgm .yb-bronze_mesh{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--download-primary) 0%, var(--download-secondary) 100%);
    position: relative;
    overflow: hidden;
    }

div.yb-st-m.yb-jg92sgwgm .yb-bronze_mesh::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/download-browser-download-install-1.jpg") center/cover;
    opacity: 0.15;
    }

div.yb-st-m.yb-jg92sgwgm .yb-ocean_tag{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    text-align: left;
    }

div.yb-st-m.yb-jg92sgwgm .yb-ocean_tag h1{
    font-size: 4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    letter-spacing: -2px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-spark{
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 48px;
    font-weight: 300;
    }

div.yb-st-m.yb-jg92sgwgm .yb-bloom{
    display: inline-block;
    padding: 20px 60px;
    background: white;
    color: #1a1a2e;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.yb-st-m.yb-jg92sgwgm .yb-bloom:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    }

div.yb-st-m.yb-jg92sgwgm .yb-flare{
    max-width: 1200px;
    margin: -80px auto 0;
    padding: 0 40px 80px;
    position: relative;
    z-index: 1;
    }

div.yb-st-m.yb-jg92sgwgm .yb-orbit{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-zenon{
    background: var(--download-card-bg);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.yb-st-m.yb-jg92sgwgm .yb-zenon:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    }

div.yb-st-m.yb-jg92sgwgm .yb-haze{
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--download-primary), var(--download-secondary));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-zenon h2{
    font-size: 1.75rem;
    margin-bottom: 12px;
    color: var(--download-text);
    }

div.yb-st-m.yb-jg92sgwgm .yb-indigo_lab{
    color: hsl(155, 10%, 40%);
    font-size: 0.95rem;
    margin-bottom: 8px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-violet_core{
    display: inline-block;
    background: var(--download-bg);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--download-text);
    margin-bottom: 20px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-cascade{
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--download-primary), var(--download-secondary));
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: opacity 0.2s;
    }

div.yb-st-m.yb-jg92sgwgm .yb-cascade:hover{
    opacity: 0.9;
    }

div.yb-st-m.yb-jg92sgwgm .yb-frost_wave{
    background: var(--download-card-bg);
    padding: 80px 40px;
    margin-top: 80px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-silver_pod{
    max-width: 800px;
    margin: 0 auto;
    }

div.yb-st-m.yb-jg92sgwgm .yb-silver_pod h2{
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: left;
    color: var(--download-text);
    }

div.yb-st-m.yb-jg92sgwgm .yb-amber_link{
    display: grid;
    gap: 32px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-ruby_flux h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--download-text);
    }

div.yb-st-m.yb-jg92sgwgm .yb-ruby_flux ul{
    list-style: none;
    padding-left: 0;
    }

div.yb-st-m.yb-jg92sgwgm .yb-ruby_flux li{
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: hsl(155, 10%, 30%);
    }

div.yb-st-m.yb-jg92sgwgm .yb-ruby_flux li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--download-primary);
    font-weight: bold;
    }

div.yb-st-m.yb-jg92sgwgm .yb-shadow_key{
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }

div.yb-st-m.yb-jg92sgwgm .yb-lunar_bit h2{
    font-size: 2.5rem;
    margin-bottom: 24px;
    color: var(--download-text);
    }

div.yb-st-m.yb-jg92sgwgm .yb-lunar_bit p{
    color: hsl(155, 10%, 30%);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 16px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-lunar_bit a{
    color: var(--download-primary);
    text-decoration: none;
    font-weight: 600;
    }

div.yb-st-m.yb-jg92sgwgm .yb-lunar_bit a:hover{
    text-decoration: underline;
    }

div.yb-st-m.yb-jg92sgwgm .yb-swift{
    display: grid;
    gap: 24px;
    }

div.yb-st-m.yb-jg92sgwgm .yb-surge{
    background: var(--download-card-bg);
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid var(--download-primary);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

div.yb-st-m.yb-jg92sgwgm .yb-surge h3{
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--download-text);
    }

div.yb-st-m.yb-jg92sgwgm .yb-surge p{
    color: hsl(155, 10%, 40%);
    font-size: 0.95rem;
    margin: 0;
    }

div.yb-st-m.yb-jg92sgwgm .footer{
    background: var(--download-text);
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 40px 40px;
    margin-top: 80px;
    }

div.yb-st-m.yb-jg92sgwgm .footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
    }

div.yb-st-m.yb-jg92sgwgm .footer-brand h3{
    color: white;
    font-size: 1.5rem;
    margin-bottom: 16px;
    }

div.yb-st-m.yb-jg92sgwgm .footer-brand p{
    font-size: 0.95rem;
    line-height: 1.8;
    }

div.yb-st-m.yb-jg92sgwgm .footer-links h4{
    color: white;
    font-size: 1.1rem;
    margin-bottom: 16px;
    }

div.yb-st-m.yb-jg92sgwgm .footer-links ul{
    list-style: none;
    }

div.yb-st-m.yb-jg92sgwgm .footer-links a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: color 0.2s;
    }

div.yb-st-m.yb-jg92sgwgm .footer-links a:hover{
    color: white;
    }

div.yb-st-m.yb-jg92sgwgm .footer-bottom{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    }

@media (max-width: 768px){div.yb-st-m.yb-jg92sgwgm .yb-ocean_tag h1{
    font-size: 2.5rem;
    }
    div.yb-st-m.yb-jg92sgwgm .yb-orbit{
    grid-template-columns: 1fr;
    }
    div.yb-st-m.yb-jg92sgwgm .yb-shadow_key{
    grid-template-columns: 1fr;
    }
    div.yb-st-m.yb-jg92sgwgm .footer-content{
    grid-template-columns: 1fr;
    gap: 40px;
    }}

div.yb-st-m .sbv2-icon-node{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }

div.yb-st-m .sbv2-icon-node > .sbv2-svg-icon{
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }

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

div.yb-st-m.yb-jg92sgwgm .yb-cascade a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.yb-st-m.yb-jg92sgwgm .yb-cascade a:not([class]):hover{opacity:0.92;}

div.yb-st-m.yb-jg92sgwgm .yb-cascade a[class=""]:hover{opacity:0.92;}

div.yb-st-m.yb-jg92sgwgm .yb-cascade a:not([class]):visited{color:#ffffff !important;}

div.yb-st-m.yb-jg92sgwgm .yb-cascade a[class=""]:visited{color:#ffffff !important;}

[data-shell="footer"]{
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }

[data-shell="footer"] > :first-child,
    [data-shell="footer"] > :last-child{
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }

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

div.yb-st-m.yb-dgm328rql.yb-rhythm{
    background: var(--feature-bg);
    min-height: 100vh;
    }

div.yb-st-m.yb-dgm328rql .yb-whisper{
    background: linear-gradient(135deg, hsl(155, 70%, 59%) 0%, hsl(196, 56%, 59%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    overflow: hidden; color: #1a1a2e;}

div.yb-st-m.yb-dgm328rql .yb-whisper::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/features-browser-security-privacy-1.jpg") center/cover;
    opacity: 0.15;
    mix-blend-mode: overlay;
    }

div.yb-st-m.yb-dgm328rql .yb-slate_beam{
    max-width: 680px;
    padding: 80px 60px;
    color: white;
    position: relative;
    z-index: 1;
    }

div.yb-st-m.yb-dgm328rql .yb-slate_beam h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px 0;
    text-align: left;
    }

div.yb-st-m.yb-dgm328rql .yb-dash{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 40px 0;
    opacity: 0.95;
    text-align: left;
    }

div.yb-st-m.yb-dgm328rql .yb-copper_zone{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 16px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    float: right;
    }

div.yb-st-m.yb-dgm328rql .yb-copper_zone:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
    }

div.yb-st-m.yb-dgm328rql .yb-glow{
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 60px;
    }

div.yb-st-m.yb-dgm328rql .yb-pearl_axis{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 120px;
    align-items: center;
    }

div.yb-st-m.yb-dgm328rql .yb-pearl_axis:nth-child(even){
    direction: rtl;
    }

div.yb-st-m.yb-dgm328rql .yb-pearl_axis:nth-child(even) > *{
    direction: ltr;
    }

div.yb-st-m.yb-dgm328rql .yb-mint_loop h2{
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--feature-text);
    text-align: left;
    }

div.yb-st-m.yb-dgm328rql .yb-mint_loop p{
    font-size: 18px;
    line-height: 1.7;
    color: var(--feature-text);
    margin: 0 0 16px 0;
    opacity: 0.85;
    }

div.yb-st-m.yb-dgm328rql .yb-mint_loop a{
    color: var(--feature-accent);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    }

div.yb-st-m.yb-dgm328rql .yb-mint_loop a:hover{
    border-bottom-color: var(--feature-accent);
    }

div.yb-st-m.yb-dgm328rql .yb-jade_wire{
    position: relative;
    }

div.yb-st-m.yb-dgm328rql .yb-jade_wire img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    aspect-ratio: 16/10;
    object-fit: cover;
    }

div.yb-st-m.yb-dgm328rql .yb-trace{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 80px 0;
    }

div.yb-st-m.yb-dgm328rql .yb-pivot{
    background: var(--feature-card-bg);
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 4px solid var(--feature-accent);
    }

div.yb-st-m.yb-dgm328rql .yb-pivot h3{
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: var(--feature-text);
    }

div.yb-st-m.yb-dgm328rql .yb-pivot p{
    font-size: 17px;
    line-height: 1.7;
    color: var(--feature-text);
    margin: 0;
    opacity: 0.8;
    }

div.yb-st-m.yb-dgm328rql .yb-navy_cell{
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    }

div.yb-st-m.yb-dgm328rql .yb-navy_cell li{
    padding: 12px 0;
    font-size: 16px;
    color: var(--feature-text);
    opacity: 0.85;
    position: relative;
    padding-left: 28px;
    }

div.yb-st-m.yb-dgm328rql .yb-navy_cell li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--feature-accent);
    font-weight: 700;
    font-size: 18px;
    }

div.yb-st-m.yb-dgm328rql .yb-vertex{
    background: linear-gradient(135deg, var(--feature-accent) 0%, var(--feature-secondary) 100%);
    padding: 80px 60px;
    text-align: center;
    margin: 80px 0 0 0;
    }

div.yb-st-m.yb-dgm328rql .yb-vertex h2{
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin: 0 0 24px 0;
    }

div.yb-st-m.yb-dgm328rql .yb-vertex p{
    font-size: 18px;
    color: white;
    opacity: 0.95;
    margin: 0 0 32px 0;
    }

div.yb-st-m.yb-dgm328rql .yb-gold_snap{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 18px 56px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    transition: transform 0.2s;
    }

div.yb-st-m.yb-dgm328rql .yb-gold_snap:hover{
    transform: scale(1.05);
    }

div.yb-st-m.yb-dgm328rql .features-footer{
    background: var(--feature-text);
    color: white;
    padding: 60px 60px 40px 60px;
    text-align: center;
    }

div.yb-st-m.yb-dgm328rql .features-footer p{
    margin: 0;
    opacity: 0.7;
    font-size: 15px;
    }

@media (max-width: 1024px){div.yb-st-m.yb-dgm328rql .yb-pearl_axis{
    grid-template-columns: 1fr;
    gap: 40px;
    }
    div.yb-st-m.yb-dgm328rql .yb-slate_beam h1{
    font-size: 42px;
    }
    div.yb-st-m.yb-dgm328rql .yb-glow{
    padding: 80px 40px;
    }}

@media (max-width: 640px){div.yb-st-m.yb-dgm328rql .yb-slate_beam{
    padding: 60px 24px;
    }
    div.yb-st-m.yb-dgm328rql .yb-slate_beam h1{
    font-size: 32px;
    text-align: left;
    }
    div.yb-st-m.yb-dgm328rql .yb-dash{
    text-align: left;
    }
    div.yb-st-m.yb-dgm328rql .yb-copper_zone{
    float: none;
    }
    div.yb-st-m.yb-dgm328rql .yb-glow{
    padding: 60px 24px;
    }
    div.yb-st-m.yb-dgm328rql .yb-mint_loop h2{
    font-size: 28px;
    text-align: left;
    }
    div.yb-st-m.yb-dgm328rql .yb-pivot{
    padding: 32px 24px;
    }
    div.yb-st-m.yb-dgm328rql .yb-vertex{
    padding: 60px 24px;
    }}

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

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

div.yb-st-m.yb-wp2a0qpc .yb-drift_x{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--system-accent) 0%, var(--system-secondary) 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    }

div.yb-st-m.yb-wp2a0qpc .yb-drift_x::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/system-browser-speed-performance-2.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
    }

div.yb-st-m.yb-wp2a0qpc .yb-twist{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: left;
    }

div.yb-st-m.yb-wp2a0qpc .yb-drift_x h1{
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 24px;
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
    }

div.yb-st-m.yb-wp2a0qpc .yb-swirl{
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255,255,255,0.95);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: 0;
    }

div.yb-st-m.yb-wp2a0qpc .yb-coral_spin{
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    }

div.yb-st-m.yb-wp2a0qpc .yb-sand_flow{
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    }

div.yb-st-m.yb-wp2a0qpc .yb-blur{
    background: white;
    color: #1a1a2e;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

div.yb-st-m.yb-wp2a0qpc .yb-blur:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0,0,0,0.2);
    }

div.yb-st-m.yb-wp2a0qpc .yb-sage_port{
    background: rgba(255,255,255,0.2);
    color: #1a1a2e;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    }

div.yb-st-m.yb-wp2a0qpc .yb-sage_port:hover{
    background: rgba(255,255,255,0.3); color: #1a1a2e;}

div.yb-st-m.yb-wp2a0qpc .yb-cyan_bolt{
    padding: 100px 20px;
    background: var(--system-card-bg);
    }

div.yb-st-m.yb-wp2a0qpc .yb-rose_chip{
    max-width: 1200px;
    margin: 0 auto;
    }

div.yb-st-m.yb-wp2a0qpc .yb-shift{
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    color: var(--system-text);
    }

div.yb-st-m.yb-wp2a0qpc .yb-lu41yzdrw9{
    display: grid;
    gap: 40px;
    }

div.yb-st-m.yb-wp2a0qpc .yb-spark_2{
    background: var(--system-bg);
    border-radius: 16px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

div.yb-st-m.yb-wp2a0qpc .yb-spark_2:nth-child(even){
    grid-template-columns: 1fr 1fr;
    }

div.yb-st-m.yb-wp2a0qpc .yb-spark_2:nth-child(even) .yb-bounce{
    order: 2;
    }

div.yb-st-m.yb-wp2a0qpc .yb-spark_2:nth-child(even) .yb-ripple_5{
    order: 1;
    }

div.yb-st-m.yb-wp2a0qpc .yb-glimmer{
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--system-accent), var(--system-secondary));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 24px;
    }

div.yb-st-m.yb-wp2a0qpc .yb-bounce h3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--system-text);
    }

div.yb-st-m.yb-wp2a0qpc .yb-teal_node{
    list-style: none;
    margin-bottom: 30px;
    }

div.yb-st-m.yb-wp2a0qpc .yb-teal_node li{
    padding: 12px 0;
    border-bottom: 1px solid var(--system-border);
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    }

div.yb-st-m.yb-wp2a0qpc .yb-zoom{
    font-weight: 600;
    color: var(--system-text);
    }

div.yb-st-m.yb-wp2a0qpc .yb-plum_edge{
    color: hsl(155, 10%, 40%);
    text-align: left;
    }

div.yb-st-m.yb-wp2a0qpc .yb-ripple_5{
    position: relative;
    aspect-ratio: 16/10;
    border-radius: 12px;
    overflow: hidden;
    background: var(--system-card-bg);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

div.yb-st-m.yb-wp2a0qpc .yb-ripple_5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

div.yb-st-m.yb-wp2a0qpc .yb-lime_path{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--system-accent);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

div.yb-st-m.yb-wp2a0qpc .yb-lime_path:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

div.yb-st-m.yb-wp2a0qpc .yb-flash{
    padding: 100px 20px;
    background: var(--system-bg);
    }

div.yb-st-m.yb-wp2a0qpc .yb-wine_sync{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
    }

div.yb-st-m.yb-wp2a0qpc .yb-ash_wave{
    background: var(--system-card-bg);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 4px solid var(--system-accent);
    }

div.yb-st-m.yb-wp2a0qpc .yb-ash_wave h3{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--system-text);
    }

div.yb-st-m.yb-wp2a0qpc .yb-ash_wave p{
    color: hsl(155, 10%, 40%);
    line-height: 1.8;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer{
    background: var(--system-text);
    color: rgba(255,255,255,0.8);
    padding: 60px 20px 30px;
    margin-top: 100px;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-section h4{
    color: white;
    font-size: 1.1rem;
    margin-bottom: 16px;
    font-weight: 600;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-links{
    list-style: none;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-links li{
    margin-bottom: 10px;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-links a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-links a:hover{
    color: var(--system-accent);
    }

div.yb-st-m.yb-wp2a0qpc .system-footer-bottom{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    }

@media (max-width: 768px){div.yb-st-m.yb-wp2a0qpc .yb-spark_2{
    grid-template-columns: 1fr !important;
    padding: 30px;
    }
    div.yb-st-m.yb-wp2a0qpc .yb-spark_2:nth-child(even) .yb-bounce, div.yb-st-m.yb-wp2a0qpc .yb-spark_2:nth-child(even) .yb-ripple_5{
    order: unset;
    }
    div.yb-st-m.yb-wp2a0qpc .yb-twist{
    text-align: center;
    }
    div.yb-st-m.yb-wp2a0qpc .yb-swirl{
    margin-left: 0;
    margin-right: auto;
    }
    div.yb-st-m.yb-wp2a0qpc .yb-coral_spin{
    justify-content: center;
    }
    div.yb-st-m.yb-wp2a0qpc .yb-shift{
    text-align: center;
    }}

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

div.yb-st-m.yb-yi9sl216g{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--guide-text);
    background: var(--guide-bg);
    line-height: 1.6;
    }

div.yb-st-m.yb-yi9sl216g.yb-char_mode{
    min-height: 100vh;
    }

div.yb-st-m.yb-yi9sl216g .yb-zoom_3{
    background: linear-gradient(135deg, var(--guide-accent) 0%, var(--guide-secondary) 100%);
    color: white;
    padding: 120px 20px 80px;
    text-align: left;
    }

div.yb-st-m.yb-yi9sl216g .yb-pulse_y{
    max-width: 1200px;
    margin: 0 auto;
    }

div.yb-st-m.yb-yi9sl216g .yb-zoom_3 h1{
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }

div.yb-st-m.yb-yi9sl216g .yb-fade{
    font-size: 1.25rem;
    opacity: 0.95;
    max-width: 600px;
    margin-left: 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-aqua_lens{
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    padding: 60px 20px;
    }

div.yb-st-m.yb-yi9sl216g .yb-cream_dial{
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    height: fit-content;
    }

div.yb-st-m.yb-yi9sl216g .guide-nav{
    background: var(--guide-card-bg);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }

div.yb-st-m.yb-yi9sl216g .guide-nav h2{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--guide-text);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }

div.yb-st-m.yb-yi9sl216g .guide-nav ul{
    list-style: none;
    }

div.yb-st-m.yb-yi9sl216g .guide-nav li{
    margin-bottom: 8px;
    }

div.yb-st-m.yb-yi9sl216g .guide-nav a{
    display: block;
    padding: 8px 12px;
    color: var(--guide-text);
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
    }

div.yb-st-m.yb-yi9sl216g .guide-nav a:hover{
    background: var(--guide-accent);
    color: white;
    transform: translateX(4px);
    }

div.yb-st-m.yb-yi9sl216g .yb-snap{
    flex: 1;
    min-width: 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-olive_ring{
    background: var(--guide-card-bg);
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }

div.yb-st-m.yb-yi9sl216g .yb-olive_ring h2{
    font-size: 2rem;
    margin-bottom: 24px;
    color: var(--guide-text);
    border-left: 4px solid var(--guide-accent);
    padding-left: 20px;
    }

div.yb-st-m.yb-yi9sl216g .yb-olive_ring h3{
    font-size: 1.5rem;
    margin: 32px 0 16px;
    color: var(--guide-text);
    }

div.yb-st-m.yb-yi9sl216g .yb-olive_ring p{
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.8;
    }

div.yb-st-m.yb-yi9sl216g .yb-leap{
    counter-reset: step;
    margin: 32px 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-glint{
    counter-increment: step;
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px;
    }

div.yb-st-m.yb-yi9sl216g .yb-glint::before{
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--guide-accent);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    }

div.yb-st-m.yb-yi9sl216g .yb-glint h4{
    font-size: 1.25rem;
    margin-bottom: 8px;
    }

div.yb-st-m.yb-yi9sl216g .yb-clay_unit{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 40px 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-clay_unit:nth-child(even){
    flex-direction: row-reverse;
    }

div.yb-st-m.yb-yi9sl216g .yb-clay_unit img{
    width: 50%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    object-fit: cover;
    aspect-ratio: 16/10;
    }

div.yb-st-m.yb-yi9sl216g .yb-spin{
    flex: 1;
    }

div.yb-st-m.yb-yi9sl216g .yb-rust_gate{
    background: linear-gradient(135deg, hsl(155, 70%, 95%) 0%, hsl(196, 56%, 95%) 100%);
    border-left: 4px solid var(--guide-secondary);
    padding: 24px;
    border-radius: 8px;
    margin: 24px 0; color: #1a1a2e;}

div.yb-st-m.yb-yi9sl216g .yb-rust_gate h4{
    color: var(--guide-secondary);
    margin-bottom: 12px;
    font-size: 1.1rem;
    }

div.yb-st-m.yb-yi9sl216g .yb-vibe{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 24px 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-flux_z{
    background: var(--guide-bg);
    padding: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

div.yb-st-m.yb-yi9sl216g .yb-tan_hook{
    background: var(--guide-text);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    font-weight: 600;
    }

div.yb-st-m.yb-yi9sl216g .yb-dusk_pipe{
    background: linear-gradient(135deg, var(--guide-accent) 0%, var(--guide-secondary) 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 16px;
    text-align: center;
    margin-top: 48px;
    }

div.yb-st-m.yb-yi9sl216g .yb-dusk_pipe h2{
    font-size: 2.5rem;
    margin-bottom: 20px;
    border: none;
    padding: 0;
    }

div.yb-st-m.yb-yi9sl216g .yb-dusk_pipe p{
    font-size: 1.2rem;
    margin-bottom: 32px;
    opacity: 0.95;
    }

div.yb-st-m.yb-yi9sl216g .yb-moss_feed{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 16px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.yb-st-m.yb-yi9sl216g .yb-moss_feed:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    }

div.yb-st-m.yb-yi9sl216g .guide-footer{
    background: var(--guide-text);
    color: white;
    padding: 48px 20px 32px;
    margin-top: 80px;
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-section h3{
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: var(--guide-accent);
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-section ul{
    list-style: none;
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-section a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.2s;
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-section a:hover{
    color: var(--guide-accent);
    }

div.yb-st-m.yb-yi9sl216g .guide-footer-bottom{
    max-width: 1200px;
    margin: 32px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    opacity: 0.7;
    font-size: 0.9rem;
    }

@media (max-width: 1024px){div.yb-st-m.yb-yi9sl216g .yb-aqua_lens{
    flex-direction: column;
    }
    div.yb-st-m.yb-yi9sl216g .yb-cream_dial{
    width: 100%;
    position: static;
    }
    div.yb-st-m.yb-yi9sl216g .yb-clay_unit, div.yb-st-m.yb-yi9sl216g .yb-clay_unit:nth-child(even){
    flex-direction: column;
    }
    div.yb-st-m.yb-yi9sl216g .yb-clay_unit img{
    width: 100%;
    }
    div.yb-st-m.yb-yi9sl216g .yb-zoom_3 h1{
    font-size: 2.5rem;
    }}

@media (max-width: 768px){div.yb-st-m.yb-yi9sl216g .yb-olive_ring{
    padding: 32px 24px;
    }
    div.yb-st-m.yb-yi9sl216g .yb-zoom_3{
    padding: 80px 20px 60px;
    text-align: center;
    }
    div.yb-st-m.yb-yi9sl216g .yb-fade{
    margin: 0 auto;
    }
    div.yb-st-m.yb-yi9sl216g .yb-vibe{
    grid-template-columns: 1fr;
    }}

    div.yb-st-m.yb-zrtx7qvdww.yb-refining{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--chrome-text);
    background-color: var(--chrome-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }

    div.yb-st-m.yb-zrtx7qvdww .yb-generating{ display: none; }

    div.yb-st-m.yb-zrtx7qvdww .yb-fog_trim{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; 
    padding: 0 10%;
    background: linear-gradient(135deg, #ffffff 0%, var(--chrome-bg) 100%);
    position: relative;
    text-align: left; color: #1a1a2e;}

div.yb-st-m.yb-zrtx7qvdww .yb-fog_trim h1{
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: var(--chrome-text);
    }

div.yb-st-m.yb-zrtx7qvdww .yb-fog_trim p{
    font-size: 1.25rem;
    max-width: 600px;
    margin-bottom: 2.5rem;
    color: #555;
    }

    div.yb-st-m.yb-zrtx7qvdww .yb-bone_slot{
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-words{
    background-color: var(--chrome-accent);
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(74, 222, 128, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-and{
    border: 2px solid var(--chrome-text);
    color: var(--chrome-text);
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-words:hover{ transform: translateY(-3px); box-shadow: 0 15px 30px rgba(74, 222, 128, 0.4); }

    div.yb-st-m.yb-zrtx7qvdww .yb-ive{
    padding: 10rem 10%;
    display: flex;
    align-items: center;
    gap: 5%;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-ive:nth-child(even){ flex-direction: row-reverse; }

div.yb-st-m.yb-zrtx7qvdww .yb-jazz{
    flex: 1;
    border-radius: var(--chrome-radius);
    overflow: hidden;
    box-shadow: var(--chrome-shadow);
    }

div.yb-st-m.yb-zrtx7qvdww .yb-jazz img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-pop{ flex: 1; }

div.yb-st-m.yb-zrtx7qvdww .yb-pop h2{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left; 
    }

    div.yb-st-m.yb-zrtx7qvdww .yb-got{
    padding: 5rem 10% 10rem;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-the{
    background: var(--chrome-card-bg);
    border-radius: var(--chrome-radius);
    padding: 4rem;
    box-shadow: var(--chrome-shadow);
    max-width: 900px;
    margin: 0 0 0 auto; 
    }

div.yb-st-m.yb-zrtx7qvdww .yb-initial{
    display: inline-block;
    background: var(--chrome-secondary);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-phrases{
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-phrases li{
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    }

div.yb-st-m.yb-zrtx7qvdww .yb-phrases li::before{
    content: "→";
    color: var(--chrome-accent);
    font-weight: bold;
    }

    div.yb-st-m.yb-zrtx7qvdww .chrome-footer{
    background: #111;
    color: rgba(255,255,255,0.7);
    padding: 6rem 10% 3rem;
    margin-top: 5rem;
    }

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

div.yb-st-m.yb-zrtx7qvdww .footer-link-group h4{ color: #fff; margin-bottom: 1.5rem; }

div.yb-st-m.yb-zrtx7qvdww .footer-link-group a{
    display: block;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    margin-bottom: 0.8rem;
    transition: color 0.3s;
    }

div.yb-st-m.yb-zrtx7qvdww .footer-link-group a:hover{ color: var(--chrome-accent); }

div.yb-st-m.yb-zrtx7qvdww .copyright{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    font-size: 0.9rem;
    text-align: center;
    }

@media (max-width: 768px){div.yb-st-m.yb-zrtx7qvdww .yb-fog_trim, div.yb-st-m.yb-zrtx7qvdww .yb-ive{ text-align: left; align-items: flex-start; padding: 5rem 5%; }
    div.yb-st-m.yb-zrtx7qvdww .yb-ive{ flex-direction: column !important; }
    div.yb-st-m.yb-zrtx7qvdww .yb-bone_slot{ justify-content: flex-start; flex-direction: column; width: 100%; }
    div.yb-st-m.yb-zrtx7qvdww .yb-pop h2{ text-align: left; }}

div.yb-st-m.yb-15t0ud .yb-with{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--faq-bg);
    color: var(--faq-text);
    line-height: 1.6;
    overflow-x: hidden;
    }

    div.yb-st-m.yb-15t0ud .yb-terms{
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; 
    padding: 80px 10%;
    background: radial-gradient(circle at 10% 10%, var(--faq-secondary) 0%, transparent 40%),
    radial-gradient(circle at 90% 90%, var(--faq-accent) 0%, transparent 40%);
    text-align: left;
    }

div.yb-st-m.yb-15t0ud .yb-terms h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: var(--faq-text);
    }

div.yb-st-m.yb-15t0ud .yb-terms p{
    font-size: 1.25rem;
    max-width: 600px;
    opacity: 0.8;
    }

    div.yb-st-m.yb-15t0ud .yb-run{
    max-width: 1200px;
    margin: -60px auto 0;
    padding: 0 20px 100px;
    position: relative;
    z-index: 2;
    }

div.yb-st-m.yb-15t0ud .yb-ready{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px;
    margin-bottom: 80px;
    }

div.yb-st-m.yb-15t0ud .yb-replaced{
    background: var(--faq-card-bg);
    border-radius: var(--faq-radius);
    padding: 40px;
    box-shadow: var(--faq-shadow);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
    }

div.yb-st-m.yb-15t0ud .yb-replaced:hover{
    transform: translateY(-5px);
    }

div.yb-st-m.yb-15t0ud .yb-abstract{
    display: inline-block;
    padding: 4px 12px;
    background: var(--faq-accent);
    color: #fff;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

div.yb-st-m.yb-15t0ud .yb-focus_area h2{
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: var(--faq-text);
    }

div.yb-st-m.yb-15t0ud .yb-have{
    color: #444;
    }

div.yb-st-m.yb-15t0ud .yb-have ul{
    margin: 20px 0;
    padding-left: 20px;
    }

div.yb-st-m.yb-15t0ud .yb-have li{
    margin-bottom: 12px;
    }

div.yb-st-m.yb-15t0ud .yb-have code{
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace; color: #1a1a2e;}

    div.yb-st-m.yb-15t0ud .yb-robust_link{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    background: #141a18;
    color: #fff;
    border-radius: var(--faq-radius);
    overflow: hidden;
    margin: 60px 0;
    }

div.yb-st-m.yb-15t0ud .yb-reread{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    }

div.yb-st-m.yb-15t0ud .yb-checks{
    padding: 40px;
    }

    div.yb-st-m.yb-15t0ud .yb-distinct{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    }

div.yb-st-m.yb-15t0ud .yb-more{
    background: var(--faq-accent);
    color: #141a18;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
    transition: all 0.3s ease;
    }

div.yb-st-m.yb-15t0ud .yb-all{
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    }

div.yb-st-m.yb-15t0ud .yb-more:hover, div.yb-st-m.yb-15t0ud .yb-all:hover{
    opacity: 0.9;
    transform: scale(1.02);
    }

div.yb-st-m.yb-15t0ud .footer-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    }

div.yb-st-m.yb-15t0ud .footer-brand h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
    }

div.yb-st-m.yb-15t0ud .footer-links h4{
    margin-bottom: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

div.yb-st-m.yb-15t0ud .footer-links a{
    display: block;
    color: #666;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.2s;
    }

div.yb-st-m.yb-15t0ud .footer-links a:hover{
    color: var(--faq-accent);
    }

div.yb-st-m.yb-15t0ud .footer-bottom{
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #999;
    }

@media (max-width: 768px){div.yb-st-m.yb-15t0ud .yb-terms{
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    }
    div.yb-st-m.yb-15t0ud .yb-robust_link{
    grid-template-columns: 1fr;
    }
    div.yb-st-m.yb-15t0ud .yb-distinct{
    flex-direction: column;
    }}

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