.v2g-hero{border:1px solid var(--v2-line);background:radial-gradient(circle at 80% 30%, #8f72ff1f, transparent 45%), linear-gradient(180deg, var(--v2-card-2), var(--v2-card));border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(420px,720px);align-items:stretch;min-height:320px;margin:25px 28px 0 36px;display:grid;position:relative;overflow:hidden}.v2g-hero-text{flex-direction:column;justify-content:center;gap:18px;padding:28px 32px 30px;display:flex}.v2g-hero-badge{background:var(--v2-primary-soft);color:var(--v2-primary);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;padding:5px 12px;font-size:11px;font-weight:900;display:inline-flex}.v2g-hero-badge:before{content:"";background:var(--v2-primary);border-radius:50%;width:5px;height:5px}.v2g-hero-title{letter-spacing:-.05em;color:var(--v2-text);margin:0;font-size:38px;font-weight:900;line-height:44px}.v2g-hero-sub{max-width:520px;color:var(--v2-muted);margin:0;font-size:14px;font-weight:500;line-height:22px}.v2g-hero-stats{flex-wrap:wrap;gap:36px;padding:4px 0 2px;display:flex}.v2g-hero-stat{align-items:center;gap:12px;display:flex}.v2g-hero-stat-icon{background:var(--v2-primary-soft);width:36px;height:36px;color:var(--v2-primary);border-radius:9px;flex:none;place-items:center;display:grid}.v2g-hero-stat-value{color:var(--v2-text);letter-spacing:-.02em;font-size:18px;font-weight:900;line-height:1;display:block}.v2g-hero-stat-label{color:var(--v2-muted);letter-spacing:.02em;margin-top:4px;font-size:11px;font-weight:700;display:block}.v2g-hero-actions{flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.v2g-hero-art{background:radial-gradient(circle at 70% 60%,#8f72ff24,#0000 60%);min-height:320px;position:relative}.v2g-hero-art-grid{opacity:.55;background-image:linear-gradient(#8f72ff1f 1px,#0000 1px),linear-gradient(90deg,#8f72ff1f 1px,#0000 1px);background-position:50%;background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 75% at 60%,#000 35%,#0000 75%);mask-image:radial-gradient(75% 75% at 60%,#000 35%,#0000 75%)}.v2g-hero-art-svg{place-items:center;display:grid;position:absolute;inset:0}.v2g-cat-tabs{scrollbar-width:none;align-items:center;gap:10px;margin-top:18px;padding:18px 28px 0 36px;display:flex;overflow-x:auto}.v2g-cat-tabs::-webkit-scrollbar{display:none}.v2g-cat-tab{border:1px solid var(--v2-line);background:var(--v2-card);height:44px;color:var(--v2-muted);cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.v2g-cat-tab svg{width:16px;height:16px}.v2g-cat-tab:hover{color:var(--v2-text);border-color:var(--v2-primary)}.v2g-cat-arrow{border:1px solid var(--v2-line);background:var(--v2-card);width:44px;height:44px;color:var(--v2-muted);cursor:pointer;border-radius:10px;flex:none;place-items:center;display:grid}.v2g-content{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:28px;padding:25px 28px 42px 36px;display:grid}.v2g-main{min-width:0}.v2g-aside{flex-direction:column;gap:18px;display:flex;position:sticky;top:18px}.v2g-section-title{letter-spacing:-.025em;color:var(--v2-text);margin:0 0 16px;font-size:18px;font-weight:900}.v2g-essential-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:32px;display:grid}.v2g-card{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:14px;flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.v2g-card:hover{border-color:color-mix(in srgb, var(--v2-primary) 50%, var(--v2-line));transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.v2g-card-art{background:radial-gradient(circle at 60% 45%, #7612ff40, transparent 60%), linear-gradient(135deg, color-mix(in srgb, var(--v2-card-2) 90%, transparent), var(--v2-card));place-items:center;height:165px;display:grid;position:relative;overflow:hidden}.v2g-card-art-svg{width:70%;height:70%}.v2g-card-badge{color:#b389ff;letter-spacing:.04em;background:#7612ff24;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:900;position:absolute;top:12px;left:12px}.v2g-page[data-theme=light] .v2g-card-badge{color:#7612ff;background:#7612ff1f}.v2g-card-badge-r{background:var(--v2-primary-soft);color:var(--v2-primary);letter-spacing:.04em;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:900;position:absolute;top:12px;right:12px}.v2g-card-body{flex-direction:column;flex:1;gap:10px;padding:18px 18px 16px;display:flex}.v2g-card-title{letter-spacing:-.02em;color:var(--v2-text);margin:0;font-size:16px;font-weight:900;line-height:1.25}.v2g-card-desc{color:var(--v2-muted);margin:0;font-size:12.5px;font-weight:500;line-height:1.45}.v2g-card-meta{color:var(--v2-muted);align-items:center;gap:14px;margin-top:auto;font-size:12px;font-weight:700;display:flex}.v2g-card-meta-item{align-items:center;gap:5px;display:inline-flex}.v2g-card-level{color:#16b76f;background:#16b76f24;border-radius:999px;margin-left:auto;padding:3px 9px;font-size:11px;font-weight:800}.v2g-card-level-all{background:var(--v2-primary-soft);color:var(--v2-primary)}.v2g-card-cta{border:1px solid var(--v2-line);height:38px;color:var(--v2-primary);font:inherit;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin:0 18px 18px;font-size:13px;font-weight:800;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.v2g-card-cta:hover{background:var(--v2-primary-soft);border-color:color-mix(in srgb, var(--v2-primary) 50%, var(--v2-line))}.v2g-popular-card{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:14px;overflow:hidden}.v2g-popular-header{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.v2g-popular-header h3{letter-spacing:-.02em;color:var(--v2-text);margin:0;font-size:16px;font-weight:900}.v2g-popular-all{cursor:pointer;color:var(--v2-primary);background:0 0;border:0;padding:0;font-size:12px;font-weight:800;text-decoration:none}.v2g-popular-row{border-top:1px solid var(--v2-line-soft);color:var(--v2-text);cursor:pointer;grid-template-columns:36px 60px minmax(0,1fr) 16px;align-items:center;gap:14px;padding:12px 18px;text-decoration:none;transition:background .15s;display:grid}.v2g-popular-row:first-child{border-top:0}.v2g-popular-row:hover{background:var(--v2-card-2)}.v2g-popular-rank{background:var(--v2-primary-soft);width:28px;height:28px;color:var(--v2-primary);border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid}.v2g-popular-thumb{background:var(--v2-card-2);border:1px solid var(--v2-line-soft);width:60px;height:44px;color:var(--v2-muted);border-radius:8px;place-items:center;display:grid;overflow:hidden}.v2g-popular-thumb svg{width:28px;height:28px}.v2g-popular-title{color:var(--v2-text);letter-spacing:-.01em;margin-bottom:4px;font-size:13.5px;font-weight:900}.v2g-popular-meta{color:var(--v2-muted);gap:12px;font-size:11.5px;font-weight:700;display:flex}.v2g-popular-meta b{color:#f5b300;font-weight:800}.v2g-popular-chevron{color:var(--v2-muted)}.v2g-side-card{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:14px;padding:16px 16px 14px}.v2g-side-card h3{color:var(--v2-text);letter-spacing:-.015em;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:900;display:flex}.v2g-beta{color:#b389ff;letter-spacing:.05em;background:#7612ff24;border-radius:6px;padding:2px 7px;font-size:9px;font-weight:900}.v2g-page[data-theme=light] .v2g-beta{color:#7612ff;background:#7612ff1f}.v2g-side-card-sub{color:var(--v2-muted);margin:6px 0 14px;font-size:11.5px;font-weight:700;line-height:1.4}.v2g-reco{border-top:1px solid var(--v2-line-soft);color:inherit;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:10px;padding:8px 0;text-decoration:none;display:grid}.v2g-reco:first-of-type{border-top:0}.v2g-reco-thumb{background:var(--v2-card-2);border:1px solid var(--v2-line-soft);width:42px;height:42px;color:var(--v2-muted);border-radius:9px;place-items:center;display:grid}.v2g-reco-thumb svg{width:22px;height:22px}.v2g-reco-title{color:var(--v2-text);margin-bottom:3px;font-size:12.5px;font-weight:800;line-height:1.25}.v2g-reco-meta{color:var(--v2-muted);align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.v2g-side-card-all{border:1px solid var(--v2-line);text-align:center;color:var(--v2-text);border-radius:9px;margin-top:12px;padding:9px 0;font-size:12px;font-weight:800;text-decoration:none;transition:background .15s;display:block}.v2g-side-card-all:hover{background:var(--v2-card-2)}.v2g-share-card{border:1px solid var(--v2-line);background:radial-gradient(circle at 0% 0%, #8f72ff24, transparent 60%), var(--v2-card);border-radius:14px;padding:18px 16px}.v2g-share-card-row{grid-template-columns:56px minmax(0,1fr);align-items:flex-start;gap:14px;display:grid}.v2g-share-icon{background:var(--v2-primary-soft);width:56px;height:56px;color:var(--v2-primary);border-radius:11px;place-items:center;display:grid}.v2g-share-icon svg{width:28px;height:28px}.v2g-share-title{color:var(--v2-text);letter-spacing:-.015em;margin:0 0 4px;font-size:14px;font-weight:900}.v2g-share-sub{color:var(--v2-muted);margin:0 0 12px;font-size:11.5px;font-weight:600;line-height:1.4}.v2g-share-sub a{color:var(--v2-primary);font-weight:800;text-decoration:none}.v2g-share-btn{color:#fff;cursor:pointer;background:linear-gradient(#188bff,#006dff);border:0;border-radius:9px;align-items:center;gap:8px;height:36px;padding:0 16px;font-size:12.5px;font-weight:800;text-decoration:none;display:inline-flex}.v2g-mobile-page{--mobile-shell:24px;min-height:100vh;color:var(--v2-text);background:radial-gradient(circle at 80% 6%, #8f72ff1f, transparent 28%), var(--v2-page);padding:0 0 102px}.v2g-mobile-topbar{z-index:40;border-bottom:1px solid var(--v2-line-soft);background:color-mix(in srgb, var(--v2-page) 92%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.15);backdrop-filter:blur(18px)saturate(1.15);justify-content:space-between;align-items:center;height:74px;padding:0 20px;display:flex;position:sticky;top:0}.v2g-mobile-brand{color:var(--v2-text);letter-spacing:-.03em;align-items:center;gap:11px;font-size:16px;font-weight:900;text-decoration:none;display:inline-flex}.v2g-mobile-brand-icon{width:29px;height:29px;color:var(--v2-primary);place-items:center;display:grid}.v2g-mobile-brand-icon svg{width:100%;height:100%}.v2g-mobile-topbar-actions{align-items:center;gap:8px;display:flex}.v2g-mobile-icon{width:34px;height:34px;color:var(--v2-text);cursor:pointer;background:0 0;border:0;place-items:center;text-decoration:none;display:grid}.v2g-mobile-menu{z-index:45;border:1px solid var(--v2-line);background:var(--v2-card);border-radius:16px;gap:6px;padding:10px;display:grid;position:fixed;top:74px;left:16px;right:16px;box-shadow:0 20px 45px #0000002e}.v2g-mobile-menu-item{min-height:42px;color:var(--v2-text);border-radius:10px;align-items:center;padding:0 12px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.v2g-mobile-menu-item:hover{background:var(--v2-card-2)}.v2g-mobile-content{gap:18px;padding:18px 16px 0;display:grid}.v2g-mobile-hero{gap:16px;display:grid}.v2g-mobile-hero-copy{gap:10px;display:grid}.v2g-mobile-badge{background:var(--v2-primary-soft);width:fit-content;height:28px;color:var(--v2-primary);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex}.v2g-mobile-badge:before{content:"";background:var(--v2-primary);border-radius:50%;width:5px;height:5px}.v2g-mobile-hero-copy h1{letter-spacing:-.05em;margin:0;font-size:30px;font-weight:900;line-height:1.04}.v2g-mobile-hero-copy p{color:var(--v2-muted);max-width:250px;margin:0;font-size:14px;font-weight:600;line-height:1.65}.v2g-mobile-hero-visual{border-radius:18px;height:156px;margin-top:-8px;position:relative;overflow:hidden}.v2g-mobile-hero-glow{filter:blur(8px);background:radial-gradient(circle,#8f72ff2e,#0000 68%);border-radius:50%;width:140px;position:absolute;inset:16px 6px 0 auto}.v2g-mobile-hero-visual-art{position:absolute;inset:-28px -36px -16px 92px}.v2g-mobile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.v2g-mobile-stat{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:14px;justify-items:start;gap:8px;min-height:72px;padding:12px;display:grid}.v2g-mobile-stat-icon{width:24px;height:24px;color:var(--v2-primary);place-items:center;display:grid}.v2g-mobile-stat strong{color:var(--v2-text);letter-spacing:-.03em;font-size:18px;font-weight:900;line-height:1;display:block}.v2g-mobile-stat span{color:var(--v2-muted);font-size:11px;font-weight:700;line-height:1.25}.v2g-mobile-primary,.v2g-mobile-ghost{border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:50px;font-size:15px;font-weight:900;text-decoration:none;display:inline-flex}.v2g-mobile-primary{color:#fff;background:linear-gradient(#188bff,#006dff)}.v2g-mobile-ghost{border:1px solid var(--v2-line);color:var(--v2-primary);background:0 0}.v2g-mobile-section{gap:14px;display:grid}.v2g-mobile-section-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.v2g-mobile-section-head h2,.v2g-mobile-panel-head h2,.v2g-mobile-share h2{color:var(--v2-text);letter-spacing:-.03em;margin:0;font-size:18px;font-weight:900;line-height:1.1}.v2g-mobile-section-head a,.v2g-mobile-section-head button{cursor:pointer;color:var(--v2-primary);background:0 0;border:0;padding:0;font-size:13px;font-weight:900;text-decoration:none}.v2g-mobile-category-row,.v2g-mobile-essential-row{scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.v2g-mobile-category-row::-webkit-scrollbar{display:none}.v2g-mobile-essential-row::-webkit-scrollbar{display:none}.v2g-mobile-category-card{border:1px solid var(--v2-line);background:var(--v2-card);width:82px;min-width:82px;min-height:96px;color:var(--v2-text);border-radius:16px;align-content:center;justify-items:center;gap:10px;padding:12px 10px;font-size:12px;font-weight:800;text-decoration:none;display:grid}.v2g-mobile-category-icon{width:34px;height:34px;color:var(--v2-primary);place-items:center;display:grid}.v2g-mobile-category-icon svg{width:100%;height:100%}.v2g-mobile-panel,.v2g-mobile-share{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:18px}.v2g-mobile-panel{padding:16px}.v2g-mobile-panel-head p{color:var(--v2-muted);margin:8px 0 0;font-size:12px;font-weight:700;line-height:1.45}.v2g-mobile-beta{color:#8f72ff;background:#7612ff24;border-radius:999px;margin-left:6px;padding:2px 7px;font-size:10px;font-weight:900}.v2g-mobile-reco-list{margin-top:10px}.v2g-mobile-reco-row,.v2g-mobile-popular-row{color:var(--v2-text);align-items:center;text-decoration:none;display:grid}.v2g-mobile-reco-row{border-top:1px solid var(--v2-line-soft);grid-template-columns:54px minmax(0,1fr) 14px;gap:12px;min-height:78px}.v2g-mobile-reco-row:first-child{border-top:0}.v2g-mobile-reco-thumb,.v2g-mobile-popular-thumb{border:1px solid var(--v2-line-soft);background:var(--v2-card-2);color:var(--v2-muted);border-radius:12px;place-items:center;display:grid;overflow:hidden}.v2g-mobile-reco-thumb{width:54px;height:44px}.v2g-mobile-popular-thumb{width:48px;height:40px}.v2g-mobile-reco-copy strong,.v2g-mobile-popular-copy strong{font-size:14px;font-weight:850;line-height:1.35;display:block}.v2g-mobile-reco-copy small,.v2g-mobile-popular-copy small{color:var(--v2-muted);margin-top:4px;font-size:12px;font-weight:700;display:block}.v2g-mobile-panel-link{width:100%;min-height:42px;color:var(--v2-primary);justify-content:center;align-items:center;margin-top:10px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.v2g-mobile-essential-card{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:18px;flex-direction:column;width:170px;min-width:170px;min-height:244px;padding:14px;display:flex;position:relative}.v2g-mobile-essential-badge{color:#8f72ff;background:#7612ff24;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:900;position:absolute;top:10px;left:10px}.v2g-mobile-essential-art{height:120px;color:var(--v2-text);place-items:center;display:grid}.v2g-mobile-essential-art svg{width:78px;height:78px}.v2g-mobile-essential-card strong{color:var(--v2-text);font-size:15px;font-weight:850;line-height:1.35}.v2g-mobile-essential-meta{color:var(--v2-muted);gap:10px;margin-top:10px;font-size:12px;font-weight:700;display:flex}.v2g-mobile-essential-level{color:#16b76f;background:#16b76f24;border-radius:999px;width:fit-content;margin-top:auto;padding:4px 9px;font-size:11px;font-weight:900}.v2g-mobile-popular-row{border-top:1px solid var(--v2-line-soft);grid-template-columns:32px 48px minmax(0,1fr) 14px;gap:12px;min-height:82px}.v2g-mobile-popular-row:first-child{border-top:0}.v2g-mobile-popular-rank{background:var(--v2-primary-soft);width:24px;height:24px;color:var(--v2-primary);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.v2g-mobile-popular-copy small b{color:#f5b300;font-weight:900}.v2g-mobile-share{background:radial-gradient(circle at 0% 0%, #8f72ff1a, transparent 58%), var(--v2-card);padding:18px 16px 16px}.v2g-mobile-share p{color:var(--v2-muted);margin:10px 0 16px;font-size:14px;font-weight:600;line-height:1.6}.v2g-mobile-bottomnav{z-index:50;border-top:1px solid var(--v2-line);background:color-mix(in srgb, var(--v2-page) 94%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.15);backdrop-filter:blur(18px)saturate(1.15);grid-template-columns:repeat(5,1fr);align-items:start;height:76px;padding:8px 14px 0;display:grid;position:fixed;bottom:0;left:0;right:0}.v2g-mobile-bottom-item{color:var(--v2-muted);justify-items:center;gap:4px;font-size:10.5px;font-weight:800;text-decoration:none;display:grid}.v2g-mobile-bottom-create{color:#fff;background:linear-gradient(#188bff,#006dff);border-radius:50%;place-items:center;width:56px;height:56px;margin:-18px auto 0;display:grid;box-shadow:0 12px 28px #8f72ff47}@media (max-width:1180px){.v2g-content{grid-template-columns:minmax(0,1fr)}.v2g-aside{position:static}}@media (max-width:1023px){.v2g-hero{grid-template-columns:1fr;margin:16px 16px 0}.v2g-hero-art{display:none}.v2g-cat-tabs{padding:14px 16px 0}.v2g-content{padding:18px 16px 28px}.v2g-essential-grid{grid-template-columns:1fr}}.v2g-article-page .v2c-inner{max-width:1180px;margin:0 auto}.v2g-article-page{background:var(--v2-page)}.v2g-article-shell{max-width:1100px;margin:0 auto;padding:56px 32px 140px}.v2g-article-back{margin-bottom:48px}.v2g-article-back a{color:var(--v2-muted);letter-spacing:-.01em;align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;transition:color .18s;display:inline-flex}.v2g-article-back a:hover{color:var(--v2-primary)}.v2g-article-hero{background:0 0;border:0;border-radius:0;min-height:0;margin:0;padding:0 0 56px;display:block;overflow:visible}.v2g-article-hero-copy{max-width:880px;padding:0}.v2g-article-kicker{color:var(--v2-primary);letter-spacing:.14em;text-transform:uppercase;background:0 0;border:0;padding:0;font-size:12px;font-weight:900;display:inline-block}.v2g-article-hero h1{max-width:920px;color:var(--v2-text);letter-spacing:-.055em;margin:24px 0 0;font-size:clamp(44px,6vw,84px);font-weight:950;line-height:.98}.v2g-article-hero p{max-width:760px;color:color-mix(in srgb, var(--v2-text) 72%, transparent);letter-spacing:-.015em;margin:28px 0 0;font-size:22px;font-weight:500;line-height:34px}.v2g-article-meta{color:var(--v2-muted);letter-spacing:-.005em;margin-top:32px;font-size:13px;font-weight:700;display:block}.v2g-article-meta span,.v2g-article-meta-item{min-height:0;color:var(--v2-muted);background:0 0;border:0;padding:0;font-size:13px;font-weight:700;display:inline}.v2g-article-meta span+span:before,.v2g-article-meta-item+.v2g-article-meta-item:before{content:"·";color:color-mix(in srgb, var(--v2-muted) 50%, transparent);margin:0 10px}.v2g-article-hero>.v2g-article-illustration{display:none}.v2g-article-layout{grid-template-columns:minmax(0,720px) 220px;align-items:start;gap:80px;margin-top:0;display:grid}.v2g-article-body{flex-direction:column;gap:0;min-width:0;display:flex}.v2g-article-section{background:0 0;border:0;border-radius:0;padding:0;scroll-margin-top:100px}.v2g-article-section+.v2g-article-section{border-top:1px solid color-mix(in srgb, var(--v2-line) 40%, transparent);padding-top:56px}.v2g-article-split{flex-direction:column;gap:40px;display:flex}.v2g-article-split-visual{background:var(--v2-card-2);aspect-ratio:16/9;border-radius:20px;place-items:center;width:100%;padding:24px;display:grid;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 20px 50px -20px #00000059}.v2g-article-split-visual img{object-fit:contain;width:100%;height:100%;display:block}.v2g-article-split-content{width:100%}.v2g-article-section-head{margin-bottom:28px;display:block}.v2g-article-section-head .v2g-eyebrow{color:var(--v2-primary);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:12px;font-weight:900;display:inline-flex}.v2g-article-section-head span{place-items:initial;width:auto;height:auto;color:inherit;font-size:inherit;font-weight:inherit;background:0 0;border:0;border-radius:0;display:inline}.v2g-article-section h2{color:var(--v2-text);letter-spacing:-.04em;margin:0;font-size:clamp(26px,2.8vw,38px);font-weight:900;line-height:1.15}.v2g-article-section>.v2g-article-illustration{border:0;border-radius:20px;min-height:280px;margin:36px 0 8px;overflow:hidden}.v2g-article-copy{gap:22px;margin-top:28px;display:grid}.v2g-article-copy p{color:color-mix(in srgb, var(--v2-text) 78%, transparent);letter-spacing:-.008em;max-width:54ch;margin:0;font-size:16.5px;font-weight:460;line-height:30px}.v2g-article-copy p:first-child{color:var(--v2-text);font-size:17.5px;font-weight:540;line-height:30px}.v2g-article-checklist{border:0;border-left:2px solid var(--v2-primary);background:0 0;border-radius:0;gap:14px;margin-top:40px;padding:6px 0 6px 24px;display:grid;overflow:visible}.v2g-article-checklist h3{color:var(--v2-primary);letter-spacing:.12em;text-transform:uppercase;border:0;margin:0 0 6px;padding:0;font-size:12px;font-weight:900}.v2g-article-check{border:0;grid-template-columns:20px 1fr;align-items:start;gap:12px;padding:0;display:grid}.v2g-article-check+.v2g-article-check{border-top:0}.v2g-article-check span{background:color-mix(in srgb, var(--v2-primary) 14%, transparent);width:18px;height:18px;color:var(--v2-primary);border-radius:999px;flex:none;place-items:center;margin-top:4px;font-size:10px;font-weight:900;display:grid}.v2g-article-check p{color:var(--v2-text);letter-spacing:-.005em;margin:0;font-size:15px;font-weight:550;line-height:25px}.v2g-article-tip{background:color-mix(in srgb, var(--v2-primary-soft) 36%, transparent);border:0;border-radius:8px;margin-top:40px;padding:20px 24px 22px 28px;position:relative}.v2g-article-tip:before{content:"";background:var(--v2-primary);border-radius:999px;width:3px;position:absolute;top:20px;bottom:20px;left:0}.v2g-article-tip strong{color:var(--v2-primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:900;display:block}.v2g-article-tip p{color:var(--v2-text);letter-spacing:-.005em;margin:0;font-size:15px;font-weight:520;line-height:25px}.v2g-step-card{background:color-mix(in srgb, var(--v2-card-2) 50%, transparent);border:1px solid color-mix(in srgb, var(--v2-line) 40%, transparent);border-radius:16px;align-items:flex-start;gap:16px;margin:0;padding:20px 22px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex}.v2g-step-card:hover{border-color:color-mix(in srgb, var(--v2-primary) 30%, transparent);box-shadow:0 8px 24px -12px color-mix(in srgb, var(--v2-primary) 18%, transparent);transform:translateY(-2px)}.v2g-step-badge{background:var(--v2-primary);color:#fff;min-width:32px;height:32px;box-shadow:0 4px 12px color-mix(in srgb, var(--v2-primary) 35%, transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.v2g-step-text{color:color-mix(in srgb, var(--v2-text) 85%, transparent);font-size:15px;font-weight:460;line-height:25px;margin:0!important}.v2g-component-embed{background:0 0;border:0;border-radius:0;margin-top:56px;padding:0;display:block;overflow:visible}.v2g-component-embed-head{border:0;min-height:0;padding:0 0 24px;display:block}.v2g-component-embed-head .v2g-eyebrow{color:var(--v2-primary);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.v2g-component-embed-head .v2g-eyebrow svg{width:16px;height:16px}.v2g-component-embed-head span{width:auto;height:auto;color:var(--v2-primary);background:0 0;border-radius:0;padding:0;display:inline-flex}.v2g-component-embed-head h3{color:var(--v2-text);letter-spacing:-.035em;margin:10px 0 0;font-size:24px;font-weight:900;line-height:30px;display:block}.v2g-component-list{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.v2g-component-card{min-height:0;color:inherit;background:0 0;border:0;border-radius:18px;grid-template-rows:auto auto auto;grid-template-columns:1fr;align-items:start;gap:14px;padding:18px;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s;display:grid}.v2g-component-card:last-child{border-bottom:0}.v2g-component-card:hover{background:color-mix(in srgb, var(--v2-card-2) 70%, transparent);box-shadow:0 18px 40px -20px color-mix(in srgb, var(--v2-primary) 28%, transparent);transform:translateY(-3px)}.v2g-component-thumb{aspect-ratio:1;background:color-mix(in srgb, var(--v2-card-2) 80%, transparent);border:0;border-radius:14px;place-items:center;width:100%;height:auto;display:grid;overflow:hidden}.v2g-component-thumb img,.v2g-component-thumb svg{object-fit:contain;width:78%;height:78%}.v2g-component-info{min-width:0;display:block}.v2g-component-info small{color:var(--v2-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800;display:block}.v2g-component-info strong{color:var(--v2-text);letter-spacing:-.015em;font-size:15px;font-weight:800;line-height:19px;display:block}.v2g-component-specs{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.v2g-component-specs em{background:color-mix(in srgb, var(--v2-chip) 70%, transparent);color:var(--v2-chip-text);letter-spacing:.01em;border-radius:999px;padding:3px 8px;font-size:10px;font-style:normal;font-weight:800}.v2g-component-price{border-top:1px solid color-mix(in srgb, var(--v2-line) 50%, transparent);text-align:left;justify-content:space-between;align-items:baseline;gap:8px;margin-top:4px;padding-top:12px;display:flex}.v2g-component-price small{color:var(--v2-muted);letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:700;display:inline}.v2g-component-price b{color:var(--v2-primary);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:900;display:inline}.v2g-article-aside{scrollbar-width:none;align-self:start;max-height:calc(100vh - 120px);display:block;position:sticky;top:100px;overflow-y:auto}.v2g-article-aside::-webkit-scrollbar{display:none}.v2g-article-toc,.v2g-article-related{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;padding:0;display:block}.v2g-article-toc{margin-bottom:44px}.v2g-article-toc h3,.v2g-article-related h3{color:var(--v2-muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;padding:0;font-size:11px;font-weight:900}.v2g-article-toc a{color:var(--v2-muted);letter-spacing:-.005em;border:0;border-left:2px solid #0000;gap:0;margin-left:-2px;padding:7px 0 7px 14px;font-size:13px;font-weight:600;line-height:20px;text-decoration:none;transition:color .18s,border-color .18s;display:block}.v2g-article-toc a:first-of-type{border-top:0}.v2g-article-toc a:hover{color:var(--v2-text);border-left-color:color-mix(in srgb, var(--v2-primary) 40%, transparent)}.v2g-article-toc a.is-active{color:var(--v2-text);border-left-color:var(--v2-primary);font-weight:800}.v2g-article-toc a span{display:none}.v2g-article-related a{border-top:1px solid color-mix(in srgb, var(--v2-line) 60%, transparent);color:inherit;padding:14px 0;text-decoration:none;transition:color .18s;display:block}.v2g-article-related a:first-of-type{border-top:0;padding-top:0}.v2g-article-related a:hover strong{color:var(--v2-primary)}.v2g-article-related strong{color:var(--v2-text);letter-spacing:-.015em;font-size:14px;font-weight:800;line-height:19px;transition:color .18s;display:block}.v2g-article-related small{color:var(--v2-muted);margin-top:4px;font-size:11px;font-weight:700;display:block}.v2g-article-illustration{background:radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--v2-primary) 16%, transparent), transparent 46%), linear-gradient(180deg, color-mix(in srgb, var(--v2-card-2) 92%, transparent), color-mix(in srgb, var(--v2-card) 96%, transparent));border-radius:20px}.v2g-article-illustration-grid{opacity:.45}.v2g-article-illustration-orb{opacity:.5;filter:blur(34px);width:200px;height:200px;top:14%;right:18%}.v2g-article-illustration-art{color:color-mix(in srgb, var(--v2-primary) 80%, var(--v2-text))}.v2g-article-illustration-art>svg{filter:drop-shadow(0 14px 28px #0000001f);width:min(280px,60%)}@media (max-width:1023px){.v2g-article-mobile-content{padding:80px 18px 100px}.v2g-article-shell{max-width:none;padding:0}.v2g-article-back{margin-bottom:24px}.v2g-article-hero{padding:0 0 32px}.v2g-article-hero h1{letter-spacing:-.05em;font-size:38px;line-height:.98}.v2g-article-hero p{margin-top:18px;font-size:17px;line-height:27px}.v2g-article-meta{margin-top:22px}.v2g-article-layout{margin-top:0;display:block}.v2g-article-body{gap:48px}.v2g-article-split{display:block}.v2g-article-split-visual{aspect-ratio:4/3;border-radius:16px;margin-bottom:28px;position:static}.v2g-article-section+.v2g-article-section{border-top:1px solid color-mix(in srgb, var(--v2-line) 30%, transparent);padding-top:40px}.v2g-article-section h2{font-size:26px;line-height:1.15}.v2g-article-copy p{font-size:16px;line-height:28px}.v2g-article-section>.v2g-article-illustration{min-height:200px;margin:24px 0 4px}.v2g-article-checklist{margin-top:28px;padding-left:18px}.v2g-article-tip{margin-top:28px;padding:18px 18px 18px 22px}.v2g-component-embed{margin-top:36px}.v2g-component-list{grid-template-columns:1fr;gap:14px}.v2g-component-card{grid-template-rows:auto;grid-template-columns:84px 1fr;align-items:center;gap:16px;padding:14px}.v2g-component-thumb{aspect-ratio:1;width:84px;height:84px}.v2g-component-info{align-self:center}.v2g-component-price{grid-column:1/-1;padding-top:12px}.v2g-article-aside{margin-top:56px;position:static}.v2g-article-toc{display:none}}.v2g-check-icon-container{color:#4ade80;background:#4ade8026;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;display:flex}.v2g-check-svg{width:10.5px;height:10.5px;animation:.4s ease-out forwards drawCheck}.v2g-article-tip-card{background:linear-gradient(135deg,#cdff0008,#ffffff03);border:1px solid #cdff001a;border-radius:20px;gap:16px;margin-top:32px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.v2g-article-tip-card:before{content:"";background:#cdff00;width:3px;height:100%;position:absolute;top:0;left:0}.v2g-tip-icon{color:#cdff00;background:#cdff001a;border-radius:10px;justify-content:center;align-items:center;min-width:32px;height:32px;display:flex}.v2g-tip-icon svg{width:18px;height:18px}.v2g-tip-content strong{color:var(--v2-text);letter-spacing:-.01em;margin-bottom:6px;font-size:13px;font-weight:800;display:block}.v2g-tip-content p{color:color-mix(in srgb, var(--v2-text) 82%, transparent);font-size:13.5px;line-height:22px;margin:0!important}.v2g-mobile-toc{z-index:49;background:color-mix(in srgb, var(--v2-page) 90%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--v2-line);margin:0 -18px 24px;padding:10px 0;position:sticky;top:55px}.v2g-mobile-toc-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:10px;padding:0 18px;display:flex;overflow-x:auto}.v2g-mobile-toc-scroll::-webkit-scrollbar{display:none}.v2g-mobile-toc-item{white-space:nowrap;color:var(--v2-muted);background:#ffffff05;border:1px solid #ffffff0d;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700;transition:all .18s}.v2g-mobile-toc-item.is-active{color:#fff;background:var(--v2-primary);border-color:var(--v2-primary);box-shadow:0 0 10px #9d4edd40}.v2g-article-cta-card{background:linear-gradient(135deg,#9d4edd14,#ffffff03);border:1px solid #9d4edd26;border-radius:24px;margin-top:64px;padding:40px;position:relative;overflow:hidden;box-shadow:0 20px 50px -25px #9d4edd33}.v2g-article-cta-glow{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#9d4edd40,#0000 70%);width:300px;height:300px;position:absolute;top:-50%;right:-10%}.v2g-article-cta-content{z-index:2;max-width:520px;position:relative}.v2g-article-cta-content h2{color:var(--v2-text);letter-spacing:-.03em;margin:12px 0 16px;font-size:28px;font-weight:900;line-height:34px}.v2g-article-cta-content p{color:color-mix(in srgb, var(--v2-text) 76%, transparent);margin-bottom:24px;font-size:14px;line-height:22px}.v2g-article-cta-btn{color:#000;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:800;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #fff3}.v2g-article-cta-btn:hover{background:var(--v2-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #9d4edd66}.v2g-article-cta-btn:active{transform:scale(.98)}.v2g-btn-arrow{width:14px;height:14px;transition:transform .2s}.v2g-article-cta-btn:hover .v2g-btn-arrow{transform:translate(3px)}@keyframes drawCheck{0%{stroke-dasharray:50;stroke-dashoffset:50px}to{stroke-dasharray:50;stroke-dashoffset:0}}@keyframes pulse{0%,to{opacity:.8}50%{opacity:.45}}@keyframes corePulse{0%,to{fill:#9d4edd1f;stroke:var(--v2-primary)}50%{fill:#9d4edd59;stroke:#fff;filter:drop-shadow(0 0 6px #9d4edd66)}}.cpu-core-box{animation:2s ease-in-out infinite corePulse}.v2g-article-illustration-art{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}@media (max-width:1023px){.v2g-article-cta-card{border-radius:18px;margin-top:44px;padding:24px}.v2g-article-cta-content h2{font-size:22px;line-height:28px}.v2g-article-cta-btn{justify-content:center;width:100%}}.v2g-container{max-width:1180px;margin:0 auto;padding:44px 56px 100px!important}.v2g-hero-h1{font-size:52px!important;line-height:1.05!important}.v2g-featured-grid{grid-template-columns:1fr 280px!important;align-items:center!important;gap:28px!important;padding:28px!important;display:grid!important}.v2g-library-row{grid-template-columns:44px 1fr auto auto 16px!important;align-items:center!important;gap:16px!important;padding:16px 20px!important;display:grid!important}.v2g-library-cell-desktop{display:inline-flex!important}.v2g-library-cell-mobile{display:none!important}.v2g-article-grid{align-items:start;max-width:1180px;margin:0 auto;grid-template-columns:1fr 260px!important;gap:56px!important;padding:44px 56px 100px!important;display:grid!important}.v2g-article-sidebar{display:flex!important}.v2g-article-mobile-toc{display:none}.v2g-article-h1{font-size:46px!important;line-height:1.1!important}@media (max-width:1023px){.v2g-container{padding:24px 16px 60px!important}.v2g-hero-h1{letter-spacing:-.8px!important;font-size:32px!important;line-height:1.15!important}.v2g-featured-grid{grid-template-columns:1fr!important;gap:16px!important;padding:20px 16px!important}.v2g-featured-grid>div:last-child{display:none!important}.v2g-article-grid{grid-template-columns:1fr!important;gap:36px!important;padding:24px 16px 60px!important}.v2g-article-sidebar{display:none!important}.v2g-article-h1{letter-spacing:-.6px!important;font-size:30px!important;line-height:1.15!important}}@media (max-width:639px){.v2g-container{padding:12px 14px 48px!important}.v2g-mobile-hero{margin-bottom:28px!important}.v2g-mobile-hero>div:first-child{margin-bottom:7px!important;font-size:10px!important}.v2g-hero-h1{letter-spacing:-.5px!important;font-size:20px!important;line-height:1.12!important}.v2g-mobile-hero>p{margin-top:8px!important;font-size:11px!important;line-height:1.5!important}.v2g-path-section,.v2g-recommended-section,.v2g-featured-section,.v2g-library-section{margin-bottom:36px!important}.v2g-path-section>div:first-child,.v2g-featured-section>div:first-child,.v2g-library-section>div:first-child{margin-bottom:14px!important}.v2g-path-section h2,.v2g-featured-section h2,.v2g-library-section h2{font-size:17px!important}.v2g-path-section p,.v2g-library-section p{font-size:11px!important;line-height:1.45!important}.v2g-path-card{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;overflow:visible!important}.v2g-path-card>a{background:0 0!important;border-top:0!important;padding:14px 0 14px 42px!important}.v2g-path-card>a>span:first-of-type{border-left-style:dashed;top:45px!important;bottom:-14px!important;left:15px!important}.v2g-path-card>a>div:first-of-type{position:absolute;top:12px;left:0;width:31px!important;height:31px!important}.v2g-path-card>a h3{font-size:13px!important}.v2g-path-card>a p{font-size:10.5px!important}.v2g-recommended-section{border-radius:16px!important;padding:18px 16px!important}.v2g-recommended-section h2{font-size:18px!important}.v2g-recommended-grid{grid-template-columns:1fr!important}.v2g-recommended-grid>:not(:first-child){display:none!important}.v2g-featured-grid{border-radius:16px!important;padding:16px 14px!important}.v2g-library-search label{height:40px!important}.v2g-library-filters{scrollbar-width:none;width:calc(100% + 28px);margin-left:-14px;padding:0 14px 5px;overflow-x:auto;flex-wrap:nowrap!important}.v2g-library-filters::-webkit-scrollbar{display:none}.v2g-library-filters button{flex:none}.v2g-library-shell{box-shadow:none!important;border-width:1px 0 0!important;border-radius:0!important}.v2g-library-row{grid-template-columns:40px 1fr 16px!important;gap:12px!important;padding:14px 0!important}.v2g-library-cell-desktop{display:none!important}.v2g-library-cell-mobile{color:var(--v2-muted)!important;margin-top:3px!important;font-size:11.5px!important;font-weight:600!important;display:block!important}.v2g-faq-section{display:none!important}.v2g-reading-progress{left:0!important}.v2g-article-grid{gap:0!important;padding:14px 16px 48px!important}.v2g-article-main{max-width:none!important}.v2g-article-back{margin-bottom:16px!important;font-size:11.5px!important}.v2g-article-hero{margin-bottom:20px!important}.v2g-article-hero>div:first-child{margin-bottom:14px!important;font-size:9.5px!important}.v2g-article-h1{letter-spacing:-.9px!important;font-size:25px!important;line-height:1.12!important}.v2g-article-hero>p{margin-top:10px!important;font-size:13px!important;line-height:1.6!important}.v2g-article-hero>div:last-child{gap:10px!important;margin-top:18px!important;padding-top:16px!important}.v2g-article-hero>div:last-child>span:nth-of-type(n+2){display:none!important}.v2g-article-hero>div:last-child>div:last-child{margin-left:auto!important}.v2g-article-hero>div:last-child>div:last-child>button:last-child{display:none!important}.v2g-article-intro-visual{border-radius:16px!important;height:170px!important;margin-bottom:20px!important}.v2g-article-intro-visual>div:nth-child(2)>div{border-radius:22px!important;width:92px!important;height:92px!important}.v2g-article-intro-visual svg{width:42px!important;height:42px!important}.v2g-article-mobile-toc{border:1px solid var(--v2-line);background:var(--v2-card);border-radius:14px;margin:12px 0 22px;padding:12px 14px;display:block}.v2g-article-mobile-toc>div{color:var(--v2-soft);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:9.5px;font-weight:800}.v2g-article-mobile-toc>a{min-height:30px;color:var(--v2-muted);align-items:center;gap:9px;text-decoration:none;display:flex}.v2g-article-mobile-toc>a>span{color:var(--v2-soft);font-size:10px;font-weight:700}.v2g-article-mobile-toc>a>strong{color:inherit;font-size:11.5px;font-weight:600}.v2g-article-mobile-toc>a>i{background:var(--v2-primary);border-radius:50%;width:5px;height:5px;margin-left:auto}.v2g-article-mobile-toc>a:has(i){color:var(--v2-text)}.v2g-article-section{margin-bottom:30px!important}.v2g-article-section>div:first-child{margin-bottom:12px!important}.v2g-article-section>div:first-child>div{margin-bottom:12px!important;font-size:10px!important}.v2g-article-section h2{font-size:20px!important;line-height:1.18!important}.v2g-article-section p{font-size:13.5px!important;line-height:1.7!important}.v2g-article-completion{border-radius:16px!important;margin-top:30px!important;padding:18px 16px!important}.v2g-article-completion h3{font-size:16px!important}.v2g-article-completion>div:last-child>div:last-child{flex-direction:column}.v2g-article-completion button,.v2g-article-completion a{justify-content:center;width:100%;min-height:40px}.v2g-article-author{gap:12px!important;margin-top:14px!important;padding:14px 16px!important}.v2g-article-author>span{width:44px!important;height:44px!important}.v2g-article-author>button{display:none!important}}
