@import "https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@600;700&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg:#0b0e17;--bg-surface:#121725;--bg-raised:#1a2133;--bg-hover:#222b41;--border:#2a3450;--border-strong:#3b4868;--fg:#e6e9f2;--fg-muted:#9aa3b8;--fg-faint:#7c88a3;--accent:#d9b35f;--accent-fg:#1a1406;--accent-soft:#d9b35f1f;--secondary:#a58bf0;--link:#8fb8ff;--link-hover:#b5d0ff;--ring:#d9b35f;--danger:#f07178;--success:#7fd48a;--grade-common:#cdcdcd;--grade-rare:#19e048;--grade-legend:#379aff;--grade-unique:#ffd02b;--grade-epic:#ff6c00;--grade-mythic:#ff5a69;--grade-special:#14b8ad;--font-heading:"Cormorant SC", Georgia, serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--text-xs:12px;--text-sm:14px;--text-base:15px;--text-lg:18px;--text-xl:24px;--text-2xl:32px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--radius-sm:4px;--radius:6px;--container:1440px;--icon-sm:32px;--icon-lg:64px;--transition:.15s ease-out;--shadow-tooltip:0 8px 24px #00000080;color-scheme:dark}:root[data-theme=light]{--bg:#f5f3ee;--bg-surface:#fff;--bg-raised:#f0ede6;--bg-hover:#e8e4da;--border:#d9d4c7;--border-strong:#bdb6a4;--fg:#1b1f2a;--fg-muted:#4f5668;--fg-faint:#6d7385;--accent:#8a6a1f;--accent-fg:#fff;--accent-soft:#8a6a1f1a;--secondary:#6a4fc4;--link:#1f5fbf;--link-hover:#174a96;--ring:#8a6a1f;--grade-common:#555b66;--grade-rare:#0f7a2a;--grade-legend:#1560c0;--grade-unique:#8a6a00;--grade-epic:#b34700;--grade-mythic:#c01f30;--grade-special:#017a74;color-scheme:light}@media (prefers-reduced-motion:reduce){:root{--transition:0s}}*{box-sizing:border-box}body{min-height:100vh;color:var(--fg);font:var(--text-base)/1.5 var(--font-body);font-variant-numeric:tabular-nums;background:var(--bg);margin:0}body:before{content:"";z-index:-1;background:linear-gradient(#080c180d 0%,#080c1859 50%,#080c18b3 100%);position:fixed;inset:0}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.glass{backdrop-filter:blur(14px)saturate(1.2);background:#0e1426b8;border:1px solid #8fb8ff2e;border-radius:14px;box-shadow:0 10px 40px #00000059}.wrap{width:100%;max-width:1200px;padding:0 var(--space-4);margin:0 auto}.brand{text-align:center;padding:var(--space-6) 0 var(--space-3);font:700 34px/1 var(--font-heading);color:#fff;letter-spacing:.03em;text-shadow:0 2px 18px #379aff99,0 1px 2px #000c}.brand a{color:inherit}.brand small{font:500 var(--text-sm) var(--font-body);color:#e6e9f2d9;letter-spacing:0;margin-top:6px;display:block}.menu{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);padding:6px;display:flex}.menu a{color:var(--fg);transition:background var(--transition);border-radius:10px;padding:8px 14px;font-weight:500}.menu a:hover{color:#fff;background:#8fb8ff1f}.menu a[aria-current]{color:var(--accent);background:#d9b35f2e}.menu .lang{gap:4px;margin-left:auto;display:flex}.menu .lang a{font-size:var(--text-sm);color:var(--fg-muted);border:1px solid var(--border);padding:6px 10px}.menu .lang a[aria-current]{color:var(--fg);border-color:var(--accent);background:0 0}.search{gap:var(--space-2);margin-bottom:var(--space-6);padding:6px;display:flex}.search input{height:44px;padding:0 var(--space-4);color:var(--fg);font:inherit;background:0 0;border:0;flex:1;font-size:16px}.search input:focus{outline:none}.search:focus-within{border-color:var(--accent)}.search input::placeholder{color:var(--fg-faint)}.search button{height:44px;padding:0 var(--space-6);cursor:pointer;background:var(--accent);color:var(--accent-fg);font:600 var(--text-base) var(--font-body);border:0;border-radius:10px}h1,h2.section{font:700 var(--text-2xl)/1.2 var(--font-heading);color:#fff;margin:0 0 var(--space-4);text-shadow:0 1px 12px #0009}@media (width<=760px){.menu{overflow-x:auto}.menu .lang{display:none}.brand{font-size:28px}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.g-Common{--g:var(--grade-common)}.g-Rare{--g:var(--grade-rare)}.g-Legend{--g:var(--grade-legend)}.g-Unique{--g:var(--grade-unique)}.g-Epic{--g:var(--grade-epic)}.g-Mythic{--g:var(--grade-mythic)}.g-Special{--g:var(--grade-special)}.menu .find input{border:1px solid var(--border);background:var(--bg-surface);width:200px;height:36px;color:var(--fg);font:inherit;border-radius:8px;padding:0 10px}@media (width<=900px){.menu{flex-wrap:wrap}.menu .find{flex:100%;margin-left:0}.menu .find input{width:100%}}.menu{z-index:50;position:relative}.nav{flex-wrap:wrap;align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav>li{position:relative}.nav>li>a{white-space:nowrap;align-items:center;gap:6px;display:flex}.nav .caret{opacity:.8;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .15s}.nav .pop,.nav .pop2{visibility:hidden;opacity:0;z-index:1;background:#f7f8fb;border-radius:12px;min-width:220px;margin:0;padding:4px 0;list-style:none;transition:opacity .12s,visibility 0s linear .35s;position:absolute;box-shadow:0 12px 32px #00000059,0 0 0 1px #0000000f}.nav .pop{top:calc(100% + 6px);left:0}.nav .pop:before{content:"";height:8px;position:absolute;top:-8px;left:0;right:0}.nav .pop2{max-height:70vh;margin-left:0;top:-4px;left:100%;overflow-y:auto}.nav .pop li{position:relative}.nav .pop li+li{border-top:1px solid #e3e6ee}.nav .pop a{color:#2a3140;font-weight:500;font-size:var(--text-sm);white-space:nowrap;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 18px;display:flex}.nav .pop a:hover,.nav .pop a:focus-visible{color:#1d3f8f;background:#e9eefa}.nav .pop .tri{color:#7a8295;font-size:11px}.nav .dd.open>.pop,.nav .dd2.open>.pop2,.nav .dd:has(:focus-visible)>.pop,.nav .dd2:has(:focus-visible)>.pop2{visibility:visible;opacity:1;transition-delay:0s}.nav .dd.open,.nav .dd:hover{z-index:2}.nav .dd.open>a .caret{transform:rotate(90deg)}@media (hover:hover){.nav .dd:hover>.pop,.nav .dd2:hover>.pop2{visibility:visible;opacity:1;transition-delay:0s}.nav .dd:hover>a .caret{transform:rotate(90deg)}.nav .dd:hover>a{background:#8fb8ff1f}.nav .dd2:hover>a{color:#1d3f8f;background:#e9eefa}}@media (width<=760px){.menu{overflow:visible}.nav>li>a{font-size:var(--text-sm);padding:7px 10px}.nav .pop{min-width:0;max-height:70vh;position:fixed;top:auto;left:12px;right:12px;overflow-y:auto}.nav .pop2{box-shadow:none;background:#eef1f7;border-radius:0;max-height:none;margin:0;display:none;position:static}.nav .dd2.open>.pop2{display:block}.nav .pop2 a{padding-left:32px}}.nav>li>a{padding:8px 10px;font-size:15px}.menu .find input{width:170px}@media (width<=1240px){.nav>li>a{padding:7px 8px;font-size:14px}.menu .find input{width:140px}}.page-bg{z-index:-2;background-color:var(--bg);pointer-events:none;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}footer.legal{margin:var(--space-8) 0 0;padding:10px var(--space-4);border-top:1px solid var(--border);background:color-mix(in srgb, var(--bg) 85%, #000);color:var(--fg-faint);text-align:center;opacity:.8;font-size:11px;line-height:1.45}footer.legal p{max-width:1480px;margin:0 auto}.find{position:relative}.hsug{z-index:60;border:1px solid var(--border-strong);background:var(--bg-raised);width:max(100%,320px);max-height:420px;box-shadow:var(--shadow-tooltip);border-radius:10px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto}.hsug a{font-size:var(--text-sm);border-radius:6px;align-items:center;gap:8px;padding:6px 8px;text-decoration:none;display:flex}.hsug a:hover,.hsug li.act a{background:var(--bg-hover)}.hsug img{border-radius:4px;flex:none}.site-header{z-index:90;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);position:sticky;top:0}.hwrap{max-width:1480px;padding:0 var(--space-4);align-items:center;gap:var(--space-3) var(--space-4);flex-wrap:wrap;height:70px;margin:0 auto;display:flex}.site-header .brand{text-align:left;font:inherit;text-shadow:none;flex:none;align-items:center;gap:10px;padding:0;display:flex}.site-header .bmark{border:1px solid color-mix(in srgb, var(--accent) 50%, transparent);width:32px;height:32px;color:var(--accent);box-shadow:0 0 20px color-mix(in srgb, var(--accent) 14%, transparent);border-radius:50%;place-items:center;display:grid}.site-header .btext b{font:700 22px/1 var(--font-heading);color:#f1dfb9;letter-spacing:.06em;display:block}.site-header .btext small{letter-spacing:.22em;text-transform:uppercase;color:var(--fg-faint);margin-top:2px;font-size:10px;display:block}.site-header .menu{min-width:0;box-shadow:none;backdrop-filter:none;background:0 0;border:0;flex:1;margin:0;padding:0}.site-header .nav{flex-wrap:nowrap;overflow:visible}.site-header .nav>li>a{color:var(--fg-muted);font-size:var(--text-sm);border-radius:10px;padding:9px 11px}.site-header .nav>li>a:hover{color:var(--fg);background:#ffffff0d}.site-header .nav>li>a[aria-current=page]{color:var(--fg);background:linear-gradient(color-mix(in srgb, var(--accent) 14%, transparent), color-mix(in srgb, var(--accent) 4%, transparent));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 24%, transparent)}.mi{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.hact{flex:none;align-items:center;gap:8px;display:flex}.hact .find{border:1px solid var(--border);height:40px;color:var(--fg-faint);background:#ffffff08;border-radius:11px;align-items:center;gap:6px;padding:0 10px;display:flex;position:relative}.hact .find input{width:180px;height:100%;color:var(--fg);font:inherit;background:0 0;border:0;outline:none}.icon-btn{border:1px solid var(--border);width:40px;height:40px;color:var(--fg-muted);background:#ffffff06;border-radius:11px;place-items:center;display:grid}.icon-btn:hover{color:var(--fg);background:#ffffff0f}.style-dd{position:relative}section.hero{min-height:300px;margin-bottom:var(--space-6);align-items:flex-end;display:flex;position:relative}section.hero:before,section.hero:after{overflow:hidden}section.hero:before{content:"";background-image:var(--hero);background-size:cover;background-position:var(--heropos,center);position:absolute;inset:0;transform:scale(1.02)}section.hero:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--bg) 78%, transparent), transparent 55%), linear-gradient(180deg, color-mix(in srgb, var(--bg) 55%, transparent), transparent 35%, var(--bg) 100%);position:absolute;inset:0}.hero-in{z-index:1;width:min(100% - 32px,1480px);margin:0 auto;padding:56px 0 34px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--fg-faint);margin:0;font-size:11px}section.hero h1{font:700 clamp(34px, 5vw, 56px)/1.02 var(--font-heading);color:#f4e7cb;margin:8px 0}section.hero .hsub{font:600 clamp(16px, 2vw, 22px) var(--font-heading);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin:-6px 0 6px}section.hero .hlead{max-width:760px;color:var(--fg-muted);margin:0}.hero-search{border:1px solid color-mix(in srgb, var(--link) 25%, transparent);width:min(780px,100%);color:var(--fg-faint);background:0 0;border-radius:16px;align-items:center;gap:10px;margin-top:20px;padding:10px 10px 10px 16px;display:flex}.hero-search input{min-width:0;color:var(--fg);background:0 0;border:0;outline:0;flex:1;font-size:16px}.hero-search button{border:1px solid color-mix(in srgb, var(--accent) 70%, #fff);color:#20170b;height:42px;font:800 var(--text-sm) var(--font-body);cursor:pointer;background:linear-gradient(#f5d895,#d4a75e);border-radius:11px;padding:0 22px}.hero-search button:hover{filter:brightness(1.06)}.chips{font-size:var(--text-sm);color:var(--fg-faint);flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0 0;display:flex}.chips a{border:1px solid var(--border);color:var(--fg-muted);background:#ffffff08;border-radius:999px;padding:5px 12px}.chips a:hover{border-color:color-mix(in srgb, var(--accent) 45%, transparent);color:var(--fg)}.page-body{padding-bottom:var(--space-8)}html:is([data-style=native],[data-style^=nebula]) .page-body>h1:first-child,html:is([data-style=native],[data-style^=nebula]) .page-body>div[data-pagefind-body]>h1:first-child{display:none}.hwrap{height:auto;padding-top:8px;padding-bottom:6px}.site-header .menu{flex-basis:100%;order:3}.site-header .nav{flex-wrap:wrap;row-gap:2px}.hact{margin-left:auto}@media (width<=900px){.hwrap{height:auto;padding:8px var(--space-4);flex-wrap:wrap}.site-header .menu{order:3;width:100%;overflow-x:auto}.site-header .nav{flex-wrap:nowrap}.site-header .nav>li:nth-child(n+8){display:block}.hact{margin-left:auto}.hact .find input{width:120px}section.hero{min-height:240px}.hero-in{padding:32px 0 24px}}.hact .style-dd .pop{visibility:hidden;opacity:0;border:1px solid var(--border-strong);background:var(--bg-raised);z-index:80;border-radius:12px;min-width:190px;margin:0;padding:6px;list-style:none;transition:opacity .15s,transform .15s,visibility 0s .15s;display:block;position:absolute;top:calc(100% + 6px);left:auto;right:0;transform:translateY(-4px);box-shadow:0 16px 40px #00000073}.hact .style-dd:hover .pop,.hact .style-dd.open .pop,.hact .style-dd:has(:focus-visible) .pop{visibility:visible;opacity:1;transition-delay:0s;transform:none}.hact .style-dd .pop a{color:var(--fg);font-size:var(--text-sm);border-radius:8px;padding:7px 10px;display:block}.hact .style-dd .pop a:hover{background:var(--bg-hover)}html:is([data-style=native],[data-style^=nebula]) .page-body .bhero{display:none}.shell-native,html:is([data-style=native],[data-style^=nebula]) .shell-classic,html[data-style^=nebula] .shell-classic{display:none}html:is([data-style=native],[data-style^=nebula]) header.shell-native,html[data-style^=nebula] header.shell-native{display:block}html:is([data-style=native],[data-style^=nebula]) section.shell-native,html[data-style^=nebula] section.shell-native{display:flex}.goals{margin:2px 0 0;padding-left:1.1em;list-style:"— "}.goals li{color:var(--fg-muted);font-size:var(--text-sm)}.nav>li:nth-last-child(-n+3)>.pop{left:auto;right:0}.nav>li:nth-last-child(-n+3) .pop2{left:auto;right:100%}html:is([data-style=native],[data-style^=nebula]) .card,html:is([data-style=native],[data-style^=nebula]) .fpanel,html:is([data-style=native],[data-style^=nebula]) .sticky{max-height:calc(100vh - 140px);top:124px;overflow-y:auto}.vctl{right:var(--space-4);bottom:var(--space-4);z-index:60;gap:8px;display:flex;position:fixed}.vctl .icon-btn{background:color-mix(in srgb, var(--bg-surface) 88%, transparent);backdrop-filter:blur(10px);width:44px;height:44px;font-size:18px}.vctl .style-dd{position:relative}.vctl .style-dd .pop{visibility:hidden;opacity:0;border:1px solid var(--border-strong);background:var(--bg-raised);border-radius:12px;min-width:190px;margin:0;padding:6px;list-style:none;transition:opacity .15s,visibility 0s .15s;display:block;position:absolute;inset:auto 0 calc(100% + 8px) auto;box-shadow:0 16px 40px #00000073}.vctl .style-dd:hover .pop,.vctl .style-dd.open .pop,.vctl .style-dd:has(:focus-visible) .pop{visibility:visible;opacity:1;transition-delay:0s}.vctl .style-dd .pop a{color:var(--fg);font-size:var(--text-sm);white-space:nowrap;border-radius:8px;padding:7px 10px;display:block}.vctl .style-dd .pop a:hover{background:var(--bg-hover)}.vtoggle{justify-content:center;width:44px;right:calc(var(--space-4) + 52px)!important;padding:0!important}.vtoggle span{display:none}.hwrap{gap:8px var(--space-4)!important;padding-top:4px!important;padding-bottom:4px!important}.site-header .nav>li>a{padding-top:7px;padding-bottom:7px}.hero-min{align-items:center;min-height:200px}.hero-min .eyebrow,.hero-min h1,.hero-min .hsub,.hero-min .hlead{display:none}.hero-min .hero-in{padding:16px 0 18px}.hero-min .hero-search{margin-top:0}.hero-search{position:relative}.hero-search .hsug{top:calc(100% + 6px);left:0;right:0}.hero-min:after{background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 55%, transparent), transparent 55%, var(--bg) 100%)}html:not([data-style=native]):not([data-style^=nebula]) .gmain{display:block}html:not([data-style=native]):not([data-style^=nebula]) .fpanel{box-shadow:none;margin-bottom:var(--space-3);background:0 0;border:0;position:static}html:not([data-style=native]):not([data-style^=nebula]) .fpanel .panel-head{display:none}html:not([data-style=native]):not([data-style^=nebula]) .fpanel .panel-body{padding:0}html:not([data-style=native]):not([data-style^=nebula]) .fgroup+.fgroup{margin-top:var(--space-2);border:0;padding-top:0}html:not([data-style=native]):not([data-style^=nebula]) .ftitle{display:none}html:not([data-style=native]):not([data-style^=nebula]) .fpanel .groups,html:not([data-style=native]):not([data-style^=nebula]) .fpanel .cats{flex-wrap:wrap;gap:6px;display:flex}html:not([data-style=native]):not([data-style^=nebula]) .fpanel .groups button,html:not([data-style=native]):not([data-style^=nebula]) .fpanel .cats button{border:1px solid var(--border);background:var(--bg-surface);border-radius:999px;width:auto}html:not([data-style=native]):not([data-style^=nebula]) .fpanel .search input{max-width:340px}.gmain{gap:var(--space-3) var(--space-4);grid-template-columns:220px minmax(0,1fr) minmax(280px,330px);grid-template-areas:"tool tool tool""side main aside";align-items:start;display:grid}.gmain>.gcol{display:contents}.gmain .toolbar{grid-area:tool;margin:0}.gmain .fpanel{grid-area:side}.gdetail{display:contents}.gdetail>:first-child{grid-area:main}.gdetail>.card{grid-area:aside}@media (width<=1100px){.gmain{grid-template-columns:210px minmax(0,1fr);grid-template-areas:"tool tool""side main""side aside"}}@media (width<=900px){.gmain{grid-template-columns:1fr;grid-template-areas:"tool""side""aside""main"}}.panel{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb, var(--bg-surface) 92%, transparent);overflow:hidden;box-shadow:0 20px 70px #0000004d}.fpanel{position:sticky;top:86px}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.panel-head button{border:1px solid var(--border);color:var(--fg-muted);font:inherit;font-size:var(--text-xs);cursor:pointer;background:0 0;border-radius:8px;padding:4px 10px}.panel-body{padding:15px}.fgroup+.fgroup{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border)}.ftitle{text-transform:uppercase;letter-spacing:.12em;color:var(--fg-faint);margin-bottom:9px;font-size:11px}.fpanel .search{margin:0}.fpanel .search input{border:1px solid var(--border);background:var(--bg);width:100%;height:38px;color:var(--fg);font:inherit;border-radius:10px;padding:0 10px}.fpanel .groups,.fpanel .cats{gap:2px;display:grid}.fpanel .groups button,.fpanel .cats button{text-align:left;width:100%;color:var(--fg-muted);font:inherit;font-size:var(--text-sm);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;gap:8px;padding:7px 9px;display:flex}.fpanel .groups button:hover,.fpanel .cats button:hover{background:var(--bg-hover);color:var(--fg)}.fpanel .groups button[aria-pressed=true],.fpanel .cats button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent)}.fpanel small{color:var(--fg-faint)}.toolbar{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.toolbar .grow{flex:1}.toolbar .count{color:var(--fg-muted);font-size:var(--text-sm)}.sortl{color:var(--fg-faint);font-size:var(--text-sm);align-items:center;gap:6px;display:flex}.select{border:1px solid var(--border);background:var(--bg-surface);height:38px;color:var(--fg);font:inherit;border-radius:10px;padding:0 10px}.seg{border:1px solid var(--border);background:#ffffff05;border-radius:12px;padding:4px;display:flex}.seg button{color:var(--fg-faint);font:inherit;font-size:var(--text-sm);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:6px 11px}.seg button[aria-pressed=true]{color:#21180d;background:linear-gradient(#f2d28d,#cda056);font-weight:600}.icard{border:1px solid var(--border);background:linear-gradient(color-mix(in srgb, var(--bg-surface) 90%, transparent), color-mix(in srgb, var(--bg) 92%, transparent));color:var(--fg);text-align:left;font:inherit;cursor:pointer;border-radius:15px;padding:11px;transition:transform .25s,border-color .25s,box-shadow .25s;display:block;position:relative}.icard:hover{border-color:color-mix(in srgb, var(--g,var(--link)) 55%, transparent);transform:translateY(-4px);box-shadow:0 16px 40px #00000059}.icard[aria-selected=true]{border-color:color-mix(in srgb, var(--g,var(--accent)) 75%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--g,var(--accent)) 30%, transparent)}.icard .media{aspect-ratio:1.15;background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--g,var(--link)) 22%, transparent), transparent 60%), linear-gradient(145deg, color-mix(in srgb, var(--bg-raised) 90%, transparent), var(--bg) 70%);border:1px solid #ffffff0f;border-radius:11px;place-items:center;display:grid}.icard .nm{font-weight:600;font-size:var(--text-sm);color:var(--g,var(--fg));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:9px;line-height:1.25;display:-webkit-box;overflow:hidden}.icard .lv{color:var(--fg-faint);font-size:var(--text-xs);margin-top:3px;display:block}.icard .bdg{color:var(--g,var(--fg-muted));background:color-mix(in srgb, var(--g,var(--fg-muted)) 10%, transparent);border:1px solid;border-radius:999px;margin-top:7px;padding:2px 7px;font-size:10px;display:inline-flex}@media (width<=900px){.fpanel{position:static}}html:is([data-style=native],[data-style^=nebula]) .page-body h1{display:none}.grid.aslist{grid-template-columns:1fr;gap:6px}.grid.aslist>*{align-items:center;gap:var(--space-3);padding:8px 12px;display:flex}.grid.aslist .head,.grid.aslist>*>.head{flex:1}.grid.aslist img{width:32px;height:32px}.grid.aslist .src,.grid.aslist .mats,.grid.aslist .ch,.grid.aslist p{display:none}.grid.aslist .cnt,.grid.aslist small{margin-left:auto}.viewseg{border:1px solid var(--border);background:#ffffff05;border-radius:12px;margin-left:auto;padding:4px;display:flex}.viewseg button{color:var(--fg-faint);font:inherit;font-size:var(--text-sm);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:6px 11px}.viewseg button[aria-pressed=true]{color:#21180d;background:linear-gradient(#f2d28d,#cda056);font-weight:600}.gmain>.gmainbody{grid-area:main;min-width:0}html:is([data-style=native],[data-style^=nebula]) section.hero:not(.hero-min):before,html:is([data-style=native],[data-style^=nebula]) section.hero:not(.hero-min):after{display:none}html:is([data-style=native],[data-style^=nebula]) section.hero:not(.hero-min){min-height:0;margin-bottom:var(--space-4);background:0 0;border:0}html:is([data-style=native],[data-style^=nebula]) section.hero:not(.hero-min) .hero-in{padding:18px 0 8px}html:is([data-style=native],[data-style^=nebula]) .wrap{max-width:min(1760px,96vw)}html:is([data-style=native],[data-style^=nebula]) .hwrap,html:is([data-style=native],[data-style^=nebula]) .hero-in{width:min(1760px,96vw);max-width:min(1760px,96vw)}.fpanel .filters{gap:4px;display:grid}.fpanel .filters button{text-align:left;white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.fpanel .filters button>small,.fpanel .filters button small{color:var(--fg-faint);font-size:var(--text-xs);margin-left:auto}.fpanel .filters .seg{gap:4px;width:100%;display:grid}.fpanel .filters .seg button{justify-content:flex-start}.fpanel .filters input[type=search]{width:100%}.viewseg button{place-items:center;width:38px;height:30px;font-size:0;display:grid}.viewseg button:before{font-size:15px;line-height:1}.viewseg button[data-v=grid]:before{content:"▦"}.viewseg button[data-v=list]:before{content:"☰"}body{flex-direction:column;display:flex}body>.page-body,body>.wrap{flex:1 0 auto}footer.legal{flex:none;margin-top:auto}.vctl .lang{font:700 13px var(--font-body);letter-spacing:.04em}.cards{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.icard{cursor:pointer}.site-header .hact .lang,.menu .classic-lang{border:1px solid var(--border);width:42px;height:36px;color:var(--fg-muted);font:700 13px var(--font-body);border-radius:10px;place-items:center;display:grid}.site-header .hact .lang:hover,.menu .classic-lang:hover{color:var(--accent);border-color:var(--accent)}.menu .classic-lang{margin-left:auto}.menu .find{margin-left:8px}.cards,.grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.gmainbody .grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.panel-head .viewseg{margin-left:auto;margin-right:8px;padding:2px}.panel-head .viewseg button{width:32px;height:26px}section.hero,.hero-search,.find{position:relative}section.hero{z-index:70}.hsug{z-index:300;background:var(--bg);background-image:linear-gradient(color-mix(in srgb, var(--bg-surface) 96%, #000), var(--bg));-webkit-backdrop-filter:blur(16px);box-shadow:0 24px 60px #000000a6}.icard .media{aspect-ratio:1;border:0;overflow:hidden}.icard .media img{object-fit:cover;width:100%;height:100%}.gmain{grid-template-columns:252px minmax(0,1fr) minmax(280px,330px)}.fpanel .panel-head{flex-wrap:wrap;row-gap:6px}.fpanel .search input,.fpanel input[type=text],.fpanel input[type=search]{min-width:0}.gmainbody .grid.aslist,.grid.aslist{grid-template-columns:1fr}.grid.aslist .calc{flex:none;margin:0 0 0 auto}.grid.aslist .res{flex:1;min-width:0}.fpanel .filters{gap:2px;margin:0;padding:0;display:grid}.fpanel .filters button{text-align:left;width:100%;height:auto;min-height:34px;color:var(--fg-muted);background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 9px;display:flex}.fpanel .filters button[aria-pressed=true]{background:var(--accent);color:var(--accent-fg)}.fpanel .filters button small{opacity:.75;flex:none}.fpanel .qbox{width:100%;margin:8px 0 0}.fpanel .qbox input,.fpanel .filters input{width:100%;min-width:0;margin:0}.catlink{margin:var(--space-4) 0 var(--space-8);font-size:var(--text-sm)}.catlink a{color:var(--link)}.altname{color:var(--fg-faint);font-size:var(--text-xs);margin:2px 0 6px}body.editmode [data-edit]{outline:1px dashed color-mix(in srgb, var(--accent) 55%, transparent);outline-offset:3px;cursor:text;border-radius:4px}body.editmode [data-edit]:focus{outline:2px solid var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent)}.editnote{left:var(--space-4);bottom:var(--space-4);z-index:200;border:1px solid var(--border-strong);background:var(--bg-raised);color:var(--fg-muted);font-size:var(--text-xs);border-radius:10px;padding:8px 14px;position:fixed;box-shadow:0 10px 30px #00000073}footer.legal .flinks .tg{color:#8fe4ff;background:#67dcff1a;border:1px solid #67dcff8c;border-radius:50%;justify-content:center;width:36px;height:36px;transition:box-shadow .2s,transform .2s}footer.legal .flinks .tg:hover{color:#cdf3ff;border-color:#8fe4ff;transform:translateY(-1px);box-shadow:0 0 0 3px #67dcff2e}.icard .vars{color:var(--fg-muted);background:color-mix(in srgb, var(--bg) 80%, transparent);border:1px solid var(--border);border-radius:999px;padding:1px 6px;font-size:10px;position:absolute;top:8px;right:8px}.itip{z-index:400;border:1px solid var(--border-strong);background:var(--bg-surface);background-image:linear-gradient(color-mix(in srgb, var(--bg-surface) 96%, #000), var(--bg));pointer-events:none;width:280px;max-height:70vh;font-size:var(--text-xs);border-radius:12px;padding:10px 12px;position:fixed;overflow:hidden;box-shadow:0 20px 50px #0009}.itip b{font-size:var(--text-sm);color:var(--g,var(--fg));display:block}.itip i{color:var(--fg-faint);margin-bottom:6px;font-style:normal;display:block}.itip dl{grid-template-columns:1fr auto;gap:1px 10px;margin:0 0 6px;display:grid}.itip dt{color:var(--fg-muted)}.itip dd{text-align:right;font-variant-numeric:tabular-nums;color:var(--fg);margin:0}.itip dl.sub dd{color:#7fe39a}.itip p{color:var(--fg-muted);margin:6px 0 0;line-height:1.5}.card .petl{margin:0 0 var(--space-3);font-size:var(--text-xs);gap:2px;padding:0;list-style:none;display:grid}.card .petl li{color:var(--fg-muted)}.card .petl a{color:var(--link)}.card .petl small{color:var(--fg-faint)}.vctl .styleorb{background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:inline-flex}.vctl .styleorb .orb{border:1px solid color-mix(in srgb, var(--orb,#67dcff) 60%, transparent);width:34px;height:34px;box-shadow:0 0 0 4px color-mix(in srgb, var(--orb,#67dcff) 22%, transparent), 0 0 18px color-mix(in srgb, var(--orb,#67dcff) 55%, transparent);border-radius:50%;transition:box-shadow .25s,transform .25s;display:block;position:relative;overflow:hidden}.vctl .styleorb:hover .orb{box-shadow:0 0 0 5px color-mix(in srgb, var(--orb,#67dcff) 30%, transparent), 0 0 26px color-mix(in srgb, var(--orb,#67dcff) 75%, transparent);transform:scale(1.06)}.vctl .styleorb .orb i{clip-path:polygon(50% 50%,50% 0,100% 0,100% 100%);position:absolute;inset:0}.vctl .styleorb .orb i:first-child{background:linear-gradient(135deg,#07131d,#67dcff);transform:rotate(0)}.vctl .styleorb .orb i:nth-child(2){background:linear-gradient(135deg,#1a2350,#93baff);transform:rotate(120deg)}.vctl .styleorb .orb i:nth-child(3){background:linear-gradient(135deg,#dfe8ff,#a8c6ff);transform:rotate(240deg)}html:is([data-style=native],[data-style^=nebula]){--orb:#67dcff}html[data-style=nebula]{--orb:#93baff}html[data-style=nebula-light]{--orb:#7f9bdc}.nebula-home{display:none}html[data-style^=nebula] .nebula-home{display:block}html[data-style^=nebula] body.home .shell-native,html[data-style^=nebula] body.home .shell-classic,html[data-style^=nebula] body.home .page-body>:not(.nebula-home){display:none}html[data-style^=nebula] body.home .page-body{width:100%;max-width:none;padding:0}footer.legal .finner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;max-width:1200px;margin:0 auto 8px;display:flex}footer.legal .flinks{flex-wrap:wrap;gap:6px 22px;margin:0;display:flex}footer.legal .flinks a{color:var(--fg-muted);font-size:12px}footer.legal .flinks a:hover{color:var(--link)}footer.legal .fsocial{color:#bbc9ff;align-items:center;gap:20px;display:flex}footer.legal .fsocial .soc{color:inherit;place-items:center;display:grid}footer.legal .fsocial .soc:hover{color:#fff}footer.legal .fsocial .soc.off{opacity:.5;cursor:default}footer.legal .fsocial .to-top{border:1px solid #adc2ff59;border-radius:9px;margin-left:10px;padding:10px}@media (width<=720px){footer.legal .finner{justify-content:center}footer.legal .flinks{order:2;justify-content:center;width:100%}}html:is([data-style=native],[data-style^=nebula]) div.site-topbar{z-index:80;color:var(--text);font:16px/1.4 Arial,Helvetica,sans-serif;display:block;position:relative}.site-topbar a{color:inherit;text-decoration:none}.site-topbar .topbar{position:relative}.site-topbar .topnav{max-width:1320px}:is(.nebula-home,.site-topbar) .navitem[aria-current=page]{color:var(--brand);text-shadow:0 0 14px var(--active-glow,currentColor)}:is(.nebula-home,.site-topbar) .navlang{border:1px solid var(--line);letter-spacing:.04em;min-width:34px;height:28px;color:var(--text);border-radius:8px;flex:none;place-items:center;padding:0 8px;font-size:12px;font-weight:700;transition:background .25s,color .25s;display:grid}:is(.nebula-home,.site-topbar) .navlang:hover{background:var(--active);color:var(--active-text);border-color:#0000}.site-topbar .brand-small{flex:none}@media (width<=1050px){.site-topbar .brand-small .brand-wordmark{display:none}}html[data-style=native]{--font-heading:Georgia, "Times New Roman", serif;--font-body:Arial, Helvetica, system-ui, sans-serif}html:is([data-style=native],[data-style^=nebula]) section.hero h1{letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif;font-weight:400}html:is([data-style=native],[data-style^=nebula]) section.hero .eyebrow{letter-spacing:.32em;font-family:Georgia,Times New Roman,serif;font-weight:400}:is(.nebula-home,.site-topbar) .navpop:before{content:"";height:14px;position:absolute;top:-14px;left:0;right:0}:is(.nebula-home,.site-topbar) .navpop2:before{content:"";width:12px;position:absolute;top:0;bottom:0;left:-12px}:is(.nebula-home,.site-topbar) .navdd:nth-last-child(-n+3) .navpop2:before{left:auto;right:-12px}html[data-style] :is(.nebula-home,.site-topbar) .navdd :is(.navpop,.navpop2){transition:opacity .18s .25s,transform .18s .25s,visibility 0s .43s}html[data-style] :is(.nebula-home,.site-topbar) :is(.navdd:hover>.navpop,.navdd:focus-within>.navpop,.navpop li:hover>.navpop2){transition-delay:0s}:root{--sb-thumb:#8fb8ff59;--sb-thumb-hover:#8fb8ff99}html[data-style=native]{--sb-thumb:#e8bd726b;--sb-thumb-hover:#e8bd72b3}html[data-style=nebula]{--sb-thumb:#93baff66;--sb-thumb-hover:#a998ffb3}html[data-style=nebula-light]{--sb-thumb:#6283d159;--sb-thumb-hover:#6283d199}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--sb-thumb);background-clip:padding-box;border:2px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:var(--sb-thumb-hover)}::-webkit-scrollbar-corner{background:0 0}@supports ((-moz-appearance:none)){*{scrollbar-color:var(--sb-thumb) transparent;scrollbar-width:thin}}.fpanel details.fold>summary{cursor:pointer;user-select:none;align-items:center;gap:8px;list-style:none;display:flex}.fpanel details.fold>summary::-webkit-details-marker{display:none}.fpanel details.fold>summary:after{content:"";opacity:.8;border-bottom:1.5px solid;border-right:1.5px solid;flex:none;width:7px;height:7px;margin-left:auto;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.fpanel details.fold[open]>summary:after{transform:rotate(-135deg)translateY(-1px)}.fpanel details.fold>summary .fval{text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:0;color:var(--link);max-width:60%;margin-left:4px;font-weight:600;overflow:hidden}.fpanel details.fold>summary:hover{color:var(--fg)}.fpanel details.fold[open]>summary{margin-bottom:8px}.fpanel details.fold>:not(summary){animation:.18s ease-out fold-in}@keyframes fold-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fpanel details.fold>:not(summary){animation:none}}:not(html)::-webkit-scrollbar-track{margin-block:14px}:not(html)::-webkit-scrollbar{width:8px;height:8px}html[data-style] :is(.nebula-home,.site-topbar) .topnav:has(.navdd:hover) .navdd:not(:hover)>.navpop,html[data-style] :is(.nebula-home,.site-topbar) .navpop:has(li:hover) li:not(:hover)>.navpop2{transition:none}footer.legal p.mirror{text-align:center;color:var(--fg-faint);margin:2px 0 0;font-size:12px}footer.legal p.mirror a{color:var(--link)}html[data-style=premium]{--bg:#07090f;--bg-surface:#0d111b;--bg-raised:#141a28;--bg-hover:#1b2335;--border:#262e42;--border-strong:#3a4459;--accent:#d9b35f;--accent-fg:#1a1406;--link:#e3c47d;--link-hover:#f3dca2}html[data-style=premium] body:before{background:linear-gradient(#04060c59 0%,#04060cb3 45%,#04060ceb 100%)}html[data-style=premium] .glass{background:#090c14d6;border-color:#d9b35f33;border-radius:12px;box-shadow:0 14px 40px #00000080}html[data-style=premium] .brand a{background:linear-gradient(#fff3cf,#d9b35f 60%,#9c7a33);color:#0000;text-shadow:none;-webkit-background-clip:text;background-clip:text}html[data-style=premium] .bt:hover{border-color:#d9b35f99}html[data-style=premium] .bt img{filter:drop-shadow(0 0 8px #d9b35f73)}html[data-style=glass]{--bg:#0b1a33;--bg-surface:#1428508c;--bg-raised:#28467873;--bg-hover:#466eaa66;--border:#bedcff47;--border-strong:#c8e4ff73;--fg:#f2f7ff;--fg-muted:#c4d4ee;--fg-faint:#a5b8d8;--accent:#5ab8ff;--accent-fg:#03121f;--link:#9fd6ff;--link-hover:#d4edff}html[data-style=glass] .glass{-webkit-backdrop-filter:blur(22px)saturate(1.6);background:linear-gradient(145deg,#a0c8ff33,#5a8cdc1a);border:1px solid #d2e8ff66;border-radius:20px;box-shadow:inset 0 1px #ffffff59,0 12px 40px #00143c59}html[data-style=glass] .brand{text-shadow:0 0 24px #5ab8ffe6,0 1px 2px #0009}html[data-style=glass] .bt img{filter:drop-shadow(0 0 10px #5ab8ffcc);background:#ffffff1f;border-radius:50%;padding:6px}html[data-style=glass] .bsearch input{background:#ffffff24;border-color:#dceeff80;border-radius:999px}html[data-style=glass] .bsearch button{border-radius:999px;box-shadow:0 0 18px #5ab8ffb3}html[data-style=bento]{--bg:#0a0d18;--bg-surface:#111628;--bg-raised:#171d33;--bg-hover:#1f2742;--border:#242c47;--border-strong:#333d60;--accent:#8b7bff;--accent-fg:#0b0820;--link:#a99cff;--link-hover:#cfc6ff}html[data-style=bento] body:before{background:#080a14db}html[data-style=bento] .glass{backdrop-filter:none;background:#10152a;border:1px solid #232b48;border-radius:16px;box-shadow:0 6px 20px #00000059}html[data-style=bento] .brand{text-align:left;text-shadow:none;font-size:28px}html[data-style=bento] .bt{background:linear-gradient(140deg, color-mix(in srgb, var(--tc) 38%, #10152a) 0%, #10152a 80%);border-color:color-mix(in srgb, var(--tc) 40%, #232b48)}html[data-style=bento] .bt img{background:color-mix(in srgb, var(--tc) 30%, transparent);filter:none;border-radius:12px;padding:6px}html[data-style=bento] .bhero{background:linear-gradient(#10152a33 30%,#10152a 92%),url(/media/art/a01_card.webp) 50%/cover}html[data-style=fantasy]{--bg:#120d08;--bg-surface:#1c150e;--bg-raised:#251c12;--bg-hover:#30251a;--border:#3d3020;--border-strong:#5a4630;--fg:#f1e6d0;--fg-muted:#c2b192;--fg-faint:#9c8b6e;--accent:#c9a25e;--accent-fg:#1a1208;--link:#e0bd7a;--link-hover:#f5dcaa}html[data-style=fantasy] body{font-family:IBM Plex Sans,system-ui,sans-serif}html[data-style=fantasy] body:before{background:linear-gradient(#1e120640 0%,#180f06a6 50%,#100a04e6 100%)}html[data-style=fantasy] .glass{background:#1a130bd6;border:1px solid #c9a25e52;border-radius:3px;box-shadow:0 10px 34px #0000008c}html[data-style=fantasy] .brand{letter-spacing:.12em;color:#f1dca8;text-shadow:0 2px 20px #c9a25e80,0 1px 2px #000;font-size:40px}html[data-style=fantasy] .nav>li>a{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;font-size:15px}html[data-style=fantasy] h1,html[data-style=fantasy] h2.section,html[data-style=fantasy] .bnh h2{font-family:var(--font-heading);letter-spacing:.06em;color:#f1dca8}html[data-style=fantasy] .bhero h1{color:#f1dca8;font-size:54px}html[data-style=fantasy] .bt{text-align:center;grid-template-columns:1fr;justify-items:center}html[data-style=fantasy] .bt img{filter:sepia(.6)drop-shadow(0 0 6px #c9a25e80);grid-row:auto}html[data-style=fantasy] .bt small{grid-column:auto}html[data-style=fantasy] .bt b{color:#f1dca8}html[data-style=fantasy] .chips a,html[data-style=fantasy] .bsearch input,html[data-style=fantasy] .bsearch button{border-radius:2px}.style-dd .stsw{vertical-align:-2px;border-radius:4px;width:14px;height:14px;margin-right:8px;display:inline-block;box-shadow:0 0 0 1px #0003}.nav .style-dd .pop a[aria-current=true]{color:#1d3f8f;font-weight:700}.nav .style-dd .pop a[aria-current=true]:after{content:"✓"}html[data-style=glass] .bgvideo,html[data-style=glass] .vtoggle{display:none}html[data-style=glass] body:before{background:linear-gradient(#78b4ff14 0%,#285aaa2e 60%,#0a1e4673 100%)}html[data-style=glass] .glass{background:linear-gradient(145deg,#aad2ff4d,#6ea0eb29)}html[data-style=glass]{--fg-muted:#e3ecfb;--fg-faint:#d2def3}html[data-style=glass] .glass{text-shadow:0 1px 3px #001432bf}html[data-style=glass] .glass input::placeholder{color:#dbe7fa}html:is([data-style=native],[data-style^=nebula]){--bg:#02070b;--bg-surface:#07131dd1;--bg-raised:#0a1924db;--bg-hover:#ffffff0e;--border:#96cdeb29;--border-strong:#96cdeb4d;--fg:#edf5f9;--fg-muted:#b5c6d0;--fg-faint:#8fa5b4;--accent:#e8bd72;--accent-fg:#20170b;--accent-soft:#e8bd7221;--link:#67dcff;--link-hover:#a8ecff;--secondary:#b18cff;--ring:#67dcff;--radius:18px;--radius-sm:11px}html:is([data-style=native],[data-style^=nebula]) body{background:radial-gradient(1000px 600px at 70% -10%,#3a88b124,#0000 60%),linear-gradient(#07111a,#02070b)}html:is([data-style=native],[data-style^=nebula]) body:before{background:linear-gradient(#02070b59 0%,#02070bb8 50%,#02070bed 100%)}html:is([data-style=native],[data-style^=nebula]) .glass{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);background:linear-gradient(#0a1924d1,#040f17e6);box-shadow:0 20px 70px #00000057}html:is([data-style=native],[data-style^=nebula]) .menu{-webkit-backdrop-filter:blur(18px);border-radius:var(--radius);background:#030a10e6}html:is([data-style=native],[data-style^=nebula]) .brand a{color:#f1dfb9;text-shadow:0 0 24px #e8bd7240;font-family:Georgia,Times New Roman,serif}html:is([data-style=native],[data-style^=nebula]) h1,html:is([data-style=native],[data-style^=nebula]) h2,html:is([data-style=native],[data-style^=nebula]) .bhero h1,html:is([data-style=native],[data-style^=nebula]) .bnh h2{color:#f4e7cb;letter-spacing:.01em;font-family:Georgia,Times New Roman,serif}html:is([data-style=native],[data-style^=nebula]) .nav>li>a{color:#b5c6d0;border-radius:10px}html:is([data-style=native],[data-style^=nebula]) .nav>li>a[aria-current=page]{color:#fff;background:linear-gradient(#e8bd7221,#e8bd720a);box-shadow:inset 0 0 0 1px #e8bd7238}html:is([data-style=native],[data-style^=nebula]) .pop,html:is([data-style=native],[data-style^=nebula]) .pop2{border-radius:14px}html:is([data-style=native],[data-style^=nebula]) .bt,html:is([data-style=native],[data-style^=nebula]) .rc,html:is([data-style=native],[data-style^=nebula]) .gcard{border-radius:15px;transition:transform .28s cubic-bezier(.2,.75,.2,1),border-color .28s}html:is([data-style=native],[data-style^=nebula]) .bt:hover,html:is([data-style=native],[data-style^=nebula]) .rc:hover,html:is([data-style=native],[data-style^=nebula]) .gcard:hover{border-color:#67dcff57;transform:translateY(-4px)}html:is([data-style=native],[data-style^=nebula]) .bt img{filter:drop-shadow(0 0 10px #67dcff59)}html:is([data-style=native],[data-style^=nebula]) .cm-row button,html:is([data-style=native],[data-style^=nebula]) .guide .go,html:is([data-style=native],[data-style^=nebula]) .bsearch button{color:#20170b;background:linear-gradient(#f5d895,#d4a75e);border:1px solid #f1d293;font-weight:800}html:is([data-style=native],[data-style^=nebula]) .find input,html:is([data-style=native],[data-style^=nebula]) .filters input,html:is([data-style=native],[data-style^=nebula]) .cm-form input,html:is([data-style=native],[data-style^=nebula]) .cm-form textarea{border-color:var(--border);background:#07141e;border-radius:10px}html[data-style=nebula] *{box-sizing:border-box}html[data-style=nebula]{scroll-behavior:smooth}html[data-style=nebula] body{min-width:320px;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.4}html[data-style=nebula] .nebula-home a{color:inherit;text-decoration:none}html[data-style=nebula] .nebula-home button,html[data-style=nebula] .nebula-home input{font:inherit}html[data-style=nebula] .nebula-home button{cursor:pointer}html[data-style=nebula] :is(.nebula-home,.site-topbar) .icon{flex:none}html[data-style=nebula] .nebula-home .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html[data-style=nebula] :is(.nebula-home,.site-topbar) .topbar{z-index:5;position:relative}html[data-style=nebula] :is(.nebula-home,.site-topbar) .topnav{justify-content:space-between;align-items:center;gap:9px;max-width:1220px;min-height:57px;margin:auto;padding:0 18px;display:flex}html[data-style=nebula] :is(.nebula-home,.site-topbar) .navitem{white-space:nowrap;align-items:center;gap:6px;font-size:12px;transition:color .25s,opacity .25s;display:inline-flex}html[data-style=nebula] :is(.nebula-home,.site-topbar) .navitem .icon:last-child,html[data-style=nebula] :is(.nebula-home,.site-topbar) .navitem:hover{opacity:.7}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand{color:var(--brand);align-items:center;gap:19px;display:inline-flex}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-symbol{border:1.6px solid;border-radius:50%;place-items:center;width:75px;height:75px;display:grid;position:relative;box-shadow:inset 0 0 17px #86acff45,0 0 28px #7e84ff47}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-star{clip-path:polygon(50% 0,59% 38%,100% 50%,59% 59%,50% 100%,40% 60%,0 50%,40% 40%);filter:drop-shadow(0 0 14px #fff);background:currentColor;width:46px;height:46px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-wordmark{flex-direction:column;align-items:flex-start;display:flex}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-wordmark strong{letter-spacing:.075em;text-shadow:0 0 25px #8ca6ff8c;font-family:Georgia,Times New Roman,serif;font-size:57px;font-weight:400;line-height:1}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-wordmark em{letter-spacing:.32em;white-space:nowrap;margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-style:normal}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-small{gap:10px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-small .brand-symbol{width:42px;height:42px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-small .brand-star{width:26px;height:26px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark strong{font-size:27px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark em{letter-spacing:.28em;margin-top:2px;font-size:8px}html[data-style=nebula] .nebula-home .search{isolation:isolate;align-items:center;gap:13px;padding:5px 5px 5px 18px;display:flex}html[data-style=nebula] .nebula-home .search input{width:100%;height:40px;color:var(--text);background:0 0;border:0;outline:none;font-size:14px}html[data-style=nebula] .nebula-home .search input::placeholder{color:var(--muted)}html[data-style=nebula] .nebula-home .search button{border:0;justify-content:center;align-items:center;gap:14px;min-width:138px;height:42px;font-size:14px;font-weight:700;transition:transform .25s,box-shadow .25s;display:flex}html[data-style=nebula] .nebula-home .search button:hover{transform:translateY(-2px)}html[data-style=nebula] .nebula-home .search .icon{color:var(--brand)}html[data-style=nebula] .nebula-home .main{max-width:1200px;margin:auto;padding:0 28px}html[data-style=nebula] .nebula-home .section{position:relative}html[data-style=nebula] .nebula-home .section-heading{align-items:center;gap:20px;margin:0 0 17px;display:flex}html[data-style=nebula] .nebula-home .section h2{letter-spacing:-.025em;white-space:nowrap;margin:0;font:400 35px/1.14 Georgia,Times New Roman,serif}html[data-style=nebula] .nebula-home .section-heading:after{content:"";background:linear-gradient(90deg,var(--line),transparent);flex:1;height:1px}html[data-style=nebula] .nebula-home .database-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}html[data-style=nebula] .nebula-home .db-card{align-items:center;gap:17px;min-height:118px;padding:18px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}html[data-style=nebula] .nebula-home .db-card:hover{transform:translateY(-5px)}html[data-style=nebula] .nebula-home .db-card>.icon:last-child{opacity:0;transition:opacity .25s,transform .25s;position:absolute;top:13px;right:13px}html[data-style=nebula] .nebula-home .db-card:hover>.icon:last-child{opacity:.8;transform:translate(2px,-2px)}html[data-style=nebula] .nebula-home .db-icon{color:var(--icon);flex:none;place-items:center;width:56px;display:grid}html[data-style=nebula] .nebula-home .db-icon svg{filter:drop-shadow(0 0 9px var(--icon-glow))}html[data-style=nebula] .nebula-home .db-copy{flex-direction:column;min-width:0;display:flex}html[data-style=nebula] .nebula-home .db-number{white-space:nowrap;font:400 25px/1.08 Georgia,Times New Roman,serif}html[data-style=nebula] .nebula-home .db-title{margin-top:5px;font:400 16px/1.2 Georgia,Times New Roman,serif}html[data-style=nebula] .nebula-home .db-desc{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.33}html[data-style=nebula] .nebula-home .news-controls{justify-content:space-between;align-items:center;gap:20px;margin-top:10px;margin-bottom:16px;display:flex}html[data-style=nebula] .nebula-home .filters{flex-wrap:wrap;gap:8px;display:flex}html[data-style=nebula] .nebula-home .filter{border:1px solid var(--chip-border);background:var(--chip);color:var(--text);border-radius:30px;min-width:74px;height:32px;padding:0 14px;font-size:12px;transition:background .25s,transform .25s}html[data-style=nebula] .nebula-home .filter:hover{transform:translateY(-2px)}html[data-style=nebula] .nebula-home .filter.active{background:var(--active);color:var(--active-text);box-shadow:0 0 22px var(--active-glow);border-color:#0000;font-weight:700}html[data-style=nebula] .nebula-home .all-news{border:1px solid var(--chip-border);white-space:nowrap;border-radius:10px;align-items:center;gap:28px;padding:7px 13px;font-size:13px;transition:background .25s;display:flex}html[data-style=nebula] .nebula-home .all-news:hover{background:var(--chip)}html[data-style=nebula] .nebula-home .news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}html[data-style=nebula] .nebula-home .news-card{flex-direction:column;min-width:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}html[data-style=nebula] .nebula-home .news-card:hover{transform:translateY(-5px)}html[data-style=nebula] .nebula-home .news-image{background-repeat:no-repeat,no-repeat;background-image:linear-gradient(180deg,transparent 62%,#0a123833),var(--source);background-size:100% 100%,1199px 1312px;height:146px;position:relative}html[data-style=nebula] .nebula-home .image-1{background-position:50%,-40px -804px}html[data-style=nebula] .nebula-home .image-2{background-position:50%,-451px -852px;background-size:100% 100%,1271px 1391px}html[data-style=nebula] .nebula-home .image-3{background-position:50%,-787px -804px}html[data-style=nebula] .nebula-home .news-content{flex-direction:column;flex:1;padding:15px 16px 12px;display:flex}html[data-style=nebula] .nebula-home .badges{flex-wrap:wrap;gap:7px;display:flex}html[data-style=nebula] .nebula-home .badge{border:1px solid var(--chip-border);border-radius:24px;padding:4px 12px;font-size:12px;line-height:1}html[data-style=nebula] .nebula-home .news-card h3{min-height:42px;margin:11px 0 7px;font:400 17px/1.23 Georgia,Times New Roman,serif}html[data-style=nebula] .nebula-home .news-card p{color:var(--muted);min-height:56px;margin:0;font-size:12.5px;line-height:1.47}html[data-style=nebula] .nebula-home .news-meta{color:var(--subtle);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:16px;font-size:12px;display:flex}html[data-style=nebula] .nebula-home .news-meta span{align-items:center;gap:8px;display:flex}html[data-style=nebula] .nebula-home .news-meta a{place-items:center;transition:transform .25s;display:grid}html[data-style=nebula] .nebula-home .news-meta a:hover{transform:translate(4px)}html[data-style=nebula] .nebula-home .footer{margin-top:72px}html[data-style=nebula] .nebula-home .footer-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;min-height:94px;margin:auto;padding:18px 28px;display:flex}html[data-style=nebula] .nebula-home .footer-links{color:var(--muted);gap:32px;font-size:12px;display:flex}html[data-style=nebula] .nebula-home .footer-links a:hover{color:var(--text)}html[data-style=nebula] .nebula-home .social{align-items:center;gap:20px;display:flex}html[data-style=nebula] .nebula-home .social a{place-items:center;display:grid}html[data-style=nebula] .nebula-home .social .to-top{border:1px solid var(--chip-border);border-radius:9px;margin-left:10px;padding:10px}@media (width<=1050px){html[data-style=nebula] :is(.nebula-home,.site-topbar) .topnav{scrollbar-width:none;justify-content:flex-start;overflow:auto}html[data-style=nebula] :is(.nebula-home,.site-topbar) .topnav::-webkit-scrollbar{display:none}html[data-style=nebula] .nebula-home .main{padding:0 22px}html[data-style=nebula] .nebula-home .database-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-style=nebula] .nebula-home .db-card{min-height:105px}html[data-style=nebula] .nebula-home .news-grid{gap:10px}}@media (width<=720px){html[data-style=nebula] .nebula-home .section h2{white-space:normal;font-size:28px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-wordmark strong{font-size:42px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-wordmark em{font-size:12px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-symbol{width:60px;height:60px}html[data-style=nebula] :is(.nebula-home,.site-topbar) .brand-star{width:36px;height:36px}html[data-style=nebula] .nebula-home .news-grid{grid-template-columns:1fr}html[data-style=nebula] .nebula-home .news-image{background-size:100% 100%,1606.66px 1758.08px;height:190px}html[data-style=nebula] .nebula-home .image-1{background-position:50%,-54px -1077px}html[data-style=nebula] .nebula-home .image-2{background-position:50%,-570px -1077px}html[data-style=nebula] .nebula-home .image-3{background-position:50%,-1055px -1077px}html[data-style=nebula] .nebula-home .news-card h3,html[data-style=nebula] .nebula-home .news-card p{min-height:0}html[data-style=nebula] .nebula-home .news-controls{flex-direction:column;align-items:flex-start}html[data-style=nebula] .nebula-home .footer-inner{flex-wrap:wrap;justify-content:center}html[data-style=nebula] .nebula-home .footer-links{order:3;justify-content:center;gap:18px;width:100%}html[data-style=nebula] .nebula-home .social{margin-left:auto}}@media (width<=500px){html[data-style=nebula] .nebula-home .main{padding:0 16px}html[data-style=nebula] .nebula-home .database-grid{gap:9px}html[data-style=nebula] .nebula-home .db-card{gap:8px;min-height:114px;padding:14px 10px}html[data-style=nebula] .nebula-home .db-icon{width:35px}html[data-style=nebula] .nebula-home .db-icon svg{width:32px;height:32px}html[data-style=nebula] .nebula-home .db-number{font-size:21px}html[data-style=nebula] .nebula-home .db-title{font-size:14px}html[data-style=nebula] .nebula-home .db-desc{font-size:10px}html[data-style=nebula] .nebula-home .search button{gap:4px;min-width:83px;font-size:12px}html[data-style=nebula] .nebula-home .search input{font-size:12px}html[data-style=nebula] .nebula-home .footer-inner{padding:22px 16px}html[data-style=nebula] .nebula-home .footer-links{gap:13px;font-size:11px}}html[data-style=nebula]{--source:url(/media/nebula-dark.webp);--brand:#f7f9ff;--text:#f3f5ff;--muted:#a9b7d4;--subtle:#c1cbe1;--line:#84a7ff6e;--icon:#d9deff;--icon-glow:#7d89ff85;--chip:#788bcd14;--chip-border:#adc2ff59;--active:linear-gradient(135deg,#93baff,#a998ff);--active-text:#0a1747;--active-glow:#83a5ff80}html[data-style=nebula] body{color:var(--text);background:radial-gradient(55% 28% at 51% 7%,#5943a042,#0000 75%),radial-gradient(50% 35% at 90% 47%,#174b9b24,#0000 76%),radial-gradient(55% 30% at 13% 86%,#5b3d9521,#0000 70%),#091123}html[data-style=nebula] .nebula-home:before{content:"";pointer-events:none;opacity:.62;background-image:radial-gradient(1px 1px at 24px 33px,#b0c5ff 99%,#0000),radial-gradient(1px 1px at 128px 125px,#d6e1ff 99%,#0000),radial-gradient(2px 2px at 219px 28px,#adbfff 99%,#0000),radial-gradient(1px 1px at 317px 88px,#fff 99%,#0000),radial-gradient(1px 1px at 396px 153px,#e0dbff 99%,#0000);background-size:440px 227px;position:absolute;inset:0;mask-image:linear-gradient(#000,#0000 88%)}html[data-style=nebula] :is(.nebula-home,.site-topbar) .topbar{backdrop-filter:blur(20px);background:#070e2196;border-bottom:1px solid #adc3ff38}html[data-style=nebula] :is(.nebula-home,.site-topbar) .navitem{color:#e2e9ff}html[data-style=nebula] .nebula-home .hero{background:radial-gradient(34% 79% at 50% 2%,#7758ea57,#0000 79%),radial-gradient(27% 30% at 50% 38%,#648eff24,#0000 79%);justify-content:center;align-items:center;min-height:307px;display:flex;position:relative;overflow:hidden}html[data-style=nebula] .nebula-home .hero:before{content:"";border:1px solid #a3c0ff30;border-radius:50%;width:690px;height:515px;position:absolute;top:-242px;left:50%;transform:translate(-50%)rotate(-16deg);box-shadow:0 0 70px #695adb24,inset 0 0 35px #9099ff21}html[data-style=nebula] .nebula-home .hero:after{content:"";border-bottom:1px solid #7093ff3d;border-radius:50%;width:min(990px,92vw);height:245px;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 36px 44px -49px #90bdff}html[data-style=nebula] .nebula-home .hero-inner{z-index:1;text-align:center;width:min(880px,100% - 40px);padding-top:14px;position:relative}html[data-style=nebula] .nebula-home .hero .brand{margin-bottom:29px}html[data-style=nebula] .nebula-home .search{backdrop-filter:blur(16px);background:linear-gradient(108deg,#bfd5ff14,#6e60c71c);border:1px solid #aec2ff9e;border-radius:15px;width:100%;box-shadow:inset 0 1px #ffffff12,0 0 42px #4e77ff1f}html[data-style=nebula] .nebula-home .search button{color:#091738;background:linear-gradient(110deg,#a7bdff,#a495ff);border-radius:10px;box-shadow:0 0 21px #8f86ff59}html[data-style=nebula] .nebula-home .search button .icon{color:#091738}html[data-style=nebula] .nebula-home .database{margin-top:7px}html[data-style=nebula] .nebula-home .section-heading:before{content:"";background:#9bafff;border-radius:4px;width:4px;height:26px;box-shadow:0 0 17px #819fff}html[data-style=nebula] .nebula-home .db-card{background:linear-gradient(130deg,#b8ceff17,#8f7be10e);border:1px solid #97b3f259;border-radius:13px;box-shadow:inset 0 1px #ffffff0a,0 12px 23px #00000014}html[data-style=nebula] .nebula-home .db-card:before{content:"";opacity:.4;background:linear-gradient(90deg,#0000,#d0dcff,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}html[data-style=nebula] .nebula-home .db-card:hover{border-color:#a9c4ffd6;box-shadow:0 12px 40px #415cc72e,inset 0 1px #ffffff1a}html[data-style=nebula] .nebula-home .db-icon{opacity:.92}html[data-style=nebula] .nebula-home .nb-news{margin-top:49px}html[data-style=nebula] .nebula-home .news-card{background:linear-gradient(138deg,#a5bbf021,#6569ad1a);border:1px solid #9cb9f65c;border-radius:13px;box-shadow:0 16px 36px #01081e29}html[data-style=nebula] .nebula-home .news-card:hover{box-shadow:0 22px 45px #4156be30}html[data-style=nebula] .nebula-home .news-image{border-bottom:1px solid #97afff4a}html[data-style=nebula] .nebula-home .news-card h3{color:#f3f4ff}html[data-style=nebula] .nebula-home .footer{background:radial-gradient(35% 110% at 52% 110%,#533faa2b,#0000),#060c1e42;border-top:1px solid #9ab4f63d}html[data-style=nebula] .nebula-home .social{color:#bbc9ff}@media (width<=720px){html[data-style=nebula] .nebula-home .hero{min-height:280px}html[data-style=nebula] .nebula-home .hero-inner{padding-top:0}html[data-style=nebula] .nebula-home .hero .brand{margin-bottom:22px}}html[data-style=nebula-light] *{box-sizing:border-box}html[data-style=nebula-light]{scroll-behavior:smooth}html[data-style=nebula-light] body{min-width:320px;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.4}html[data-style=nebula-light] .nebula-home a{color:inherit;text-decoration:none}html[data-style=nebula-light] .nebula-home button,html[data-style=nebula-light] .nebula-home input{font:inherit}html[data-style=nebula-light] .nebula-home button{cursor:pointer}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .icon{flex:none}html[data-style=nebula-light] .nebula-home .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .topbar{z-index:5;position:relative}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .topnav{justify-content:space-between;align-items:center;gap:9px;max-width:1220px;min-height:57px;margin:auto;padding:0 18px;display:flex}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navitem{white-space:nowrap;align-items:center;gap:6px;font-size:12px;transition:color .25s,opacity .25s;display:inline-flex}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navitem .icon:last-child,html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navitem:hover{opacity:.7}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand{color:var(--brand);align-items:center;gap:19px;display:inline-flex}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-symbol{border:1.6px solid;border-radius:50%;place-items:center;width:75px;height:75px;display:grid;position:relative;box-shadow:inset 0 0 17px #86acff45,0 0 28px #7e84ff47}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-star{clip-path:polygon(50% 0,59% 38%,100% 50%,59% 59%,50% 100%,40% 60%,0 50%,40% 40%);filter:drop-shadow(0 0 14px #fff);background:currentColor;width:46px;height:46px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark{flex-direction:column;align-items:flex-start;display:flex}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark strong{letter-spacing:.075em;text-shadow:0 0 25px #8ca6ff8c;font-family:Georgia,Times New Roman,serif;font-size:57px;font-weight:400;line-height:1}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark em{letter-spacing:.32em;white-space:nowrap;margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-style:normal}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-small{gap:10px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-small .brand-symbol{width:42px;height:42px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-small .brand-star{width:26px;height:26px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark strong{font-size:27px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark em{letter-spacing:.28em;margin-top:2px;font-size:8px}html[data-style=nebula-light] .nebula-home .search{isolation:isolate;align-items:center;gap:13px;padding:5px 5px 5px 18px;display:flex}html[data-style=nebula-light] .nebula-home .search input{width:100%;height:40px;color:var(--text);background:0 0;border:0;outline:none;font-size:14px}html[data-style=nebula-light] .nebula-home .search input::placeholder{color:var(--muted)}html[data-style=nebula-light] .nebula-home .search button{border:0;justify-content:center;align-items:center;gap:14px;min-width:138px;height:42px;font-size:14px;font-weight:700;transition:transform .25s,box-shadow .25s;display:flex}html[data-style=nebula-light] .nebula-home .search button:hover{transform:translateY(-2px)}html[data-style=nebula-light] .nebula-home .search .icon{color:var(--brand)}html[data-style=nebula-light] .nebula-home .main{max-width:1200px;margin:auto;padding:0 28px}html[data-style=nebula-light] .nebula-home .section{position:relative}html[data-style=nebula-light] .nebula-home .section-heading{align-items:center;gap:20px;margin:0 0 17px;display:flex}html[data-style=nebula-light] .nebula-home .section h2{letter-spacing:-.025em;white-space:nowrap;margin:0;font:400 35px/1.14 Georgia,Times New Roman,serif}html[data-style=nebula-light] .nebula-home .section-heading:after{content:"";background:linear-gradient(90deg,var(--line),transparent);flex:1;height:1px}html[data-style=nebula-light] .nebula-home .database-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}html[data-style=nebula-light] .nebula-home .db-card{align-items:center;gap:17px;min-height:118px;padding:18px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}html[data-style=nebula-light] .nebula-home .db-card:hover{transform:translateY(-5px)}html[data-style=nebula-light] .nebula-home .db-card>.icon:last-child{opacity:0;transition:opacity .25s,transform .25s;position:absolute;top:13px;right:13px}html[data-style=nebula-light] .nebula-home .db-card:hover>.icon:last-child{opacity:.8;transform:translate(2px,-2px)}html[data-style=nebula-light] .nebula-home .db-icon{color:var(--icon);flex:none;place-items:center;width:56px;display:grid}html[data-style=nebula-light] .nebula-home .db-icon svg{filter:drop-shadow(0 0 9px var(--icon-glow))}html[data-style=nebula-light] .nebula-home .db-copy{flex-direction:column;min-width:0;display:flex}html[data-style=nebula-light] .nebula-home .db-number{white-space:nowrap;font:400 25px/1.08 Georgia,Times New Roman,serif}html[data-style=nebula-light] .nebula-home .db-title{margin-top:5px;font:400 16px/1.2 Georgia,Times New Roman,serif}html[data-style=nebula-light] .nebula-home .db-desc{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.33}html[data-style=nebula-light] .nebula-home .news-controls{justify-content:space-between;align-items:center;gap:20px;margin-top:10px;margin-bottom:16px;display:flex}html[data-style=nebula-light] .nebula-home .filters{flex-wrap:wrap;gap:8px;display:flex}html[data-style=nebula-light] .nebula-home .filter{border:1px solid var(--chip-border);background:var(--chip);color:var(--text);border-radius:30px;min-width:74px;height:32px;padding:0 14px;font-size:12px;transition:background .25s,transform .25s}html[data-style=nebula-light] .nebula-home .filter:hover{transform:translateY(-2px)}html[data-style=nebula-light] .nebula-home .filter.active{background:var(--active);color:var(--active-text);box-shadow:0 0 22px var(--active-glow);border-color:#0000;font-weight:700}html[data-style=nebula-light] .nebula-home .all-news{border:1px solid var(--chip-border);white-space:nowrap;border-radius:10px;align-items:center;gap:28px;padding:7px 13px;font-size:13px;transition:background .25s;display:flex}html[data-style=nebula-light] .nebula-home .all-news:hover{background:var(--chip)}html[data-style=nebula-light] .nebula-home .news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}html[data-style=nebula-light] .nebula-home .news-card{flex-direction:column;min-width:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}html[data-style=nebula-light] .nebula-home .news-card:hover{transform:translateY(-5px)}html[data-style=nebula-light] .nebula-home .news-image{background-repeat:no-repeat,no-repeat;background-image:linear-gradient(180deg,transparent 62%,#0a123833),var(--source);background-size:100% 100%,1199px 1312px;height:146px;position:relative}html[data-style=nebula-light] .nebula-home .image-1{background-position:50%,-40px -804px}html[data-style=nebula-light] .nebula-home .image-2{background-position:50%,-451px -852px;background-size:100% 100%,1271px 1391px}html[data-style=nebula-light] .nebula-home .image-3{background-position:50%,-787px -804px}html[data-style=nebula-light] .nebula-home .news-content{flex-direction:column;flex:1;padding:15px 16px 12px;display:flex}html[data-style=nebula-light] .nebula-home .badges{flex-wrap:wrap;gap:7px;display:flex}html[data-style=nebula-light] .nebula-home .badge{border:1px solid var(--chip-border);border-radius:24px;padding:4px 12px;font-size:12px;line-height:1}html[data-style=nebula-light] .nebula-home .news-card h3{min-height:42px;margin:11px 0 7px;font:400 17px/1.23 Georgia,Times New Roman,serif}html[data-style=nebula-light] .nebula-home .news-card p{color:var(--muted);min-height:56px;margin:0;font-size:12.5px;line-height:1.47}html[data-style=nebula-light] .nebula-home .news-meta{color:var(--subtle);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:16px;font-size:12px;display:flex}html[data-style=nebula-light] .nebula-home .news-meta span{align-items:center;gap:8px;display:flex}html[data-style=nebula-light] .nebula-home .news-meta a{place-items:center;transition:transform .25s;display:grid}html[data-style=nebula-light] .nebula-home .news-meta a:hover{transform:translate(4px)}html[data-style=nebula-light] .nebula-home .footer{margin-top:72px}html[data-style=nebula-light] .nebula-home .footer-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;min-height:94px;margin:auto;padding:18px 28px;display:flex}html[data-style=nebula-light] .nebula-home .footer-links{color:var(--muted);gap:32px;font-size:12px;display:flex}html[data-style=nebula-light] .nebula-home .social{align-items:center;gap:20px;display:flex}html[data-style=nebula-light] .nebula-home .social a{place-items:center;display:grid}html[data-style=nebula-light] .nebula-home .social .to-top{border:1px solid var(--chip-border);border-radius:9px;margin-left:10px;padding:10px}@media (width<=1050px){html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .topnav{scrollbar-width:none;justify-content:flex-start;overflow:auto}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .topnav::-webkit-scrollbar{display:none}html[data-style=nebula-light] .nebula-home .main{padding:0 22px}html[data-style=nebula-light] .nebula-home .database-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-style=nebula-light] .nebula-home .db-card{min-height:105px}html[data-style=nebula-light] .nebula-home .news-grid{gap:10px}}@media (width<=720px){html[data-style=nebula-light] .nebula-home .section h2{white-space:normal;font-size:28px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark strong{font-size:42px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark em{font-size:12px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-symbol{width:60px;height:60px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-star{width:36px;height:36px}html[data-style=nebula-light] .nebula-home .news-grid{grid-template-columns:1fr}html[data-style=nebula-light] .nebula-home .news-image{background-size:100% 100%,1606.66px 1758.08px;height:190px}html[data-style=nebula-light] .nebula-home .image-1{background-position:50%,-54px -1077px}html[data-style=nebula-light] .nebula-home .image-2{background-position:50%,-570px -1077px}html[data-style=nebula-light] .nebula-home .image-3{background-position:50%,-1055px -1077px}html[data-style=nebula-light] .nebula-home .news-card h3,html[data-style=nebula-light] .nebula-home .news-card p{min-height:0}html[data-style=nebula-light] .nebula-home .news-controls{flex-direction:column;align-items:flex-start}html[data-style=nebula-light] .nebula-home .footer-inner{flex-wrap:wrap;justify-content:center}html[data-style=nebula-light] .nebula-home .footer-links{order:3;justify-content:center;gap:18px;width:100%}html[data-style=nebula-light] .nebula-home .social{margin-left:auto}}@media (width<=500px){html[data-style=nebula-light] .nebula-home .main{padding:0 16px}html[data-style=nebula-light] .nebula-home .database-grid{gap:9px}html[data-style=nebula-light] .nebula-home .db-card{gap:8px;min-height:114px;padding:14px 10px}html[data-style=nebula-light] .nebula-home .db-icon{width:35px}html[data-style=nebula-light] .nebula-home .db-icon svg{width:32px;height:32px}html[data-style=nebula-light] .nebula-home .db-number{font-size:21px}html[data-style=nebula-light] .nebula-home .db-title{font-size:14px}html[data-style=nebula-light] .nebula-home .db-desc{font-size:10px}html[data-style=nebula-light] .nebula-home .search button{gap:4px;min-width:83px;font-size:12px}html[data-style=nebula-light] .nebula-home .search input{font-size:12px}html[data-style=nebula-light] .nebula-home .footer-inner{padding:22px 16px}html[data-style=nebula-light] .nebula-home .footer-links{gap:13px;font-size:11px}}html[data-style=nebula-light]{--source:url(/media/nebula-light.webp);--brand:#253c76;--text:#243967;--muted:#667aa7;--subtle:#6074a1;--line:#5378ca66;--icon:#6283d1;--icon-glow:#698ff745;--chip:#ffffffb3;--chip-border:#c8d7f4;--active:linear-gradient(135deg,#a8c6ff,#c7b5ff);--active-text:#20356a;--active-glow:#7399f545}html[data-style=nebula-light] body{color:var(--text);background:radial-gradient(65% 30% at 51% 5%,#b8bdfc80,#0000 74%),radial-gradient(48% 38% at 94% 56%,#c0d7ff52,#0000 75%),radial-gradient(46% 37% at 4% 88%,#d2cbff4d,#0000 76%),#f5f7ff}html[data-style=nebula-light] .nebula-home:before{content:"";pointer-events:none;opacity:.42;background-image:radial-gradient(1px 1px at 24px 33px,#7798dc 99%,#0000),radial-gradient(1px 1px at 128px 125px,#8aa3e0 99%,#0000),radial-gradient(2px 2px at 219px 28px,#a3a1df 99%,#0000),radial-gradient(1px 1px at 317px 88px,#7e9bd2 99%,#0000),radial-gradient(1px 1px at 396px 153px,#b0a9e3 99%,#0000);background-size:440px 227px;position:absolute;inset:0;mask-image:linear-gradient(#000,#0000 88%)}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .topbar{backdrop-filter:blur(20px);background:#f0f4ffc2;border-bottom:1px solid #cad8f4}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navitem{color:#263d79}html[data-style=nebula-light] .nebula-home .hero{background:radial-gradient(40% 80% at 50% 0,#b2a5fb73,#0000 78%),radial-gradient(29% 38% at 50% 39%,#95c8ff47,#0000 78%);justify-content:center;align-items:center;min-height:307px;display:flex;position:relative;overflow:hidden}html[data-style=nebula-light] .nebula-home .hero:before{content:"";border:1px solid #547bd433;border-radius:50%;width:690px;height:515px;position:absolute;top:-242px;left:50%;transform:translate(-50%)rotate(-16deg);box-shadow:0 0 70px #6f97ef1a,inset 0 0 35px #9dadff1c}html[data-style=nebula-light] .nebula-home .hero:after{content:"";border-bottom:1px solid #4e81de59;border-radius:50%;width:min(990px,92vw);height:245px;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 36px 44px -49px #5c9bff}html[data-style=nebula-light] .nebula-home .hero-inner{z-index:1;text-align:center;width:min(880px,100% - 40px);padding-top:14px;position:relative}html[data-style=nebula-light] .nebula-home .hero .brand{margin-bottom:29px}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-symbol{box-shadow:inset 0 0 17px #7496ef2e,0 0 26px #7b97e838}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .brand-wordmark strong{text-shadow:0 0 23px #7e91e361}html[data-style=nebula-light] .nebula-home .search{backdrop-filter:blur(16px);background:linear-gradient(110deg,#ffffffd1,#f2f0ffcc);border:1px solid #688dde9e;border-radius:15px;width:100%;box-shadow:inset 0 1px #fff,0 15px 35px #526fb81c,0 0 35px #5797ff1c}html[data-style=nebula-light] .nebula-home .search button{color:#193267;background:linear-gradient(110deg,#a8c6ff,#c2affb);border-radius:10px;box-shadow:0 0 20px #7c93f142}html[data-style=nebula-light] .nebula-home .search button .icon{color:#193267}html[data-style=nebula-light] .nebula-home .database{margin-top:7px}html[data-style=nebula-light] .nebula-home .section-heading:before{content:"";background:#628cf1;border-radius:4px;width:4px;height:26px;box-shadow:0 0 16px #8fb3ff}html[data-style=nebula-light] .nebula-home .db-card{background:linear-gradient(130deg,#ffffffeb,#ecf1ffb0);border:1px solid #cbd8f2;border-radius:13px;box-shadow:inset 0 1px #fff,0 11px 27px #4867af13}html[data-style=nebula-light] .nebula-home .db-card:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#7fa8fa,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}html[data-style=nebula-light] .nebula-home .db-card:hover{border-color:#8fa8e9;box-shadow:0 15px 38px #5370bb26}html[data-style=nebula-light] .nebula-home .nb-news{margin-top:49px}html[data-style=nebula-light] .nebula-home .news-card{background:#fffffff0;border:1px solid #d1def4;border-radius:13px;box-shadow:0 15px 35px #44599b1b}html[data-style=nebula-light] .nebula-home .news-card:hover{box-shadow:0 20px 43px #44599b2e}html[data-style=nebula-light] .nebula-home .news-image{border-bottom:1px solid #d3dcf5}html[data-style=nebula-light] .nebula-home .news-card h3{color:#243962}html[data-style=nebula-light] .nebula-home .badge{background:#f6f8ff}html[data-style=nebula-light] .nebula-home .footer{background:radial-gradient(36% 130% at 50% 110%,#c1c0fd4f,#0000),#eaf0ff;border-top:1px solid #c4d3f1}html[data-style=nebula-light] .nebula-home .footer .brand{color:#263e7b}html[data-style=nebula-light] .nebula-home .footer-links{color:#526b9d}html[data-style=nebula-light] .nebula-home .footer-links a:hover{color:#223a75}html[data-style=nebula-light] .nebula-home .social{color:#5973aa}html[data-style=nebula-light] .nebula-home .social .to-top{background:#ffffff87}@media (width<=720px){html[data-style=nebula-light] .nebula-home .hero{min-height:280px}html[data-style=nebula-light] .nebula-home .hero-inner{padding-top:0}html[data-style=nebula-light] .nebula-home .hero .brand{margin-bottom:22px}}html[data-style^=nebula] body.home .page-bg{display:none}html[data-style^=nebula] .nebula-home{margin:0 auto}html[data-style=nebula]{--bg:#091123;--bg-surface:#101a35;--bg-raised:#16224180;--fg:#f3f5ff;--fg-muted:#a9b7d4;--fg-faint:#8091b5;--border:#84a7ff40;--border-strong:#84a7ff73;--link:#9fc0ff;--accent:#93baff;--accent-fg:#0a1747}html[data-style=nebula-light]{--bg:#eef3ff;--bg-surface:#fffc;--bg-raised:#fff;--fg:#243967;--fg-muted:#667aa7;--fg-faint:#8193bb;--border:#5378ca4d;--border-strong:#5378ca80;--link:#3f63bb;--accent:#6283d1;--accent-fg:#fff}html[data-style=nebula-light] .site-header{background:#ffffffdb}html[data-style=nebula-light] .hero.shell-native:after{background:linear-gradient(#0000,#eef3ff)}html[data-style=nebula-light]{--bg:#f5f7ff;--bg-surface:#fff;--bg-raised:#eef2ff;--shadow-tooltip:0 18px 40px #2439672e}html[data-style=nebula-light] body{background:radial-gradient(65% 30% at 51% 5%,#b8bdfc80,#0000 74%),radial-gradient(48% 38% at 94% 56%,#c0d7ff52,#0000 75%),radial-gradient(46% 37% at 4% 88%,#d2cbff4d,#0000 76%),#f5f7ff}html[data-style=nebula-light] .hero.shell-native{background:linear-gradient(#a8c6ff59,#0000)}html[data-style=nebula-light] .hero.shell-native:before,html[data-style=nebula-light] .hero.shell-native:after{display:none}html[data-style=nebula-light] .hero.shell-native h1,html[data-style=nebula-light] .hero.shell-native .hlead,html[data-style=nebula-light] .hero.shell-native .eyebrow{text-shadow:none;color:var(--fg)}html[data-style=nebula-light] .hero.shell-native .hlead{color:var(--fg-muted)}html[data-style=nebula-light] .site-header{border-bottom:1px solid var(--border);background:#ffffffe6}html[data-style=nebula-light] .icard,html[data-style=nebula-light] .panel,html[data-style=nebula-light] .glass,html[data-style=nebula-light] .card{border-color:var(--border);color:var(--fg);background:#fff;box-shadow:0 6px 18px #24396714}html[data-style=nebula-light] .icard .media{background:linear-gradient(145deg,#eaf0ff,#dce6ff)}html[data-style=nebula-light] footer.legal{color:var(--fg-muted);background:#ffffffbf}html[data-style=nebula-light] .hsug,html[data-style=nebula-light] .itip{color:var(--fg);background:#fff}html[data-style^=nebula]{--font-heading:Georgia, "Times New Roman", serif;--font-body:Arial, Helvetica, system-ui, sans-serif}html[data-style^=nebula] h1,html[data-style^=nebula] .hero h1{letter-spacing:.02em}html[data-style^=nebula] .nebula-home .nb-news{display:block}html[data-style^=nebula] .nebula-home .news-image[style]{background-position:50% 30%!important;background-repeat:no-repeat!important;background-size:cover!important}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd{position:relative}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop,html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop2{z-index:50;border:1px solid var(--line);background:color-mix(in srgb, var(--text) 4%, #0b1330f0);backdrop-filter:blur(14px);visibility:hidden;opacity:0;border-radius:12px;min-width:220px;margin:0;padding:6px;list-style:none;transition:opacity .15s,transform .15s,visibility 0s .15s;position:absolute;transform:translateY(-4px);box-shadow:0 18px 40px #00000073}html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navpop,html[data-style=nebula-light] :is(.nebula-home,.site-topbar) .navpop2{background:#fffe;box-shadow:0 18px 40px #2439672e}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop{top:calc(100% + 6px);left:0}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop2{top:-6px;left:100%}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd:nth-last-child(-n+3) .navpop{left:auto;right:0}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd:nth-last-child(-n+3) .navpop2{left:auto;right:100%}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd:hover>.navpop,html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd:focus-within>.navpop,html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop li:hover>.navpop2{visibility:visible;opacity:1;transition-delay:0s;transform:none}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop li{position:relative}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop a{color:var(--text);white-space:nowrap;border-radius:8px;padding:7px 10px;font-size:12px;display:block}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop a:hover{background:var(--chip);color:var(--active-text);background:var(--active)}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navpop2{max-height:70vh;overflow-y:auto}html[data-style^=nebula] body:not(.home) .page-bg{display:block}html[data-style=nebula-light] body:not(.home) .page-bg:after{content:"";background:linear-gradient(#f5f7ff8c,#f5f7ffe0 40%,#f5f7fff0);position:absolute;inset:0}html[data-style=nebula-light] body:not(.home){background:#f5f7ff}html[data-style=nebula] body:not(.home) .page-bg:after{content:"";background:linear-gradient(#09112359,#091123d1 45%,#091123eb);position:absolute;inset:0}html[data-style^=nebula] .hero-search{border:1px solid var(--line);background:color-mix(in srgb, var(--chip) 100%, transparent);backdrop-filter:blur(12px);box-shadow:0 0 28px var(--icon-glow);border-radius:999px;padding:5px 5px 5px 18px}html[data-style^=nebula] .hero-search input{color:var(--text)}html[data-style^=nebula] .hero-search input::placeholder{color:var(--muted)}html[data-style^=nebula] .hero-search button,html[data-style^=nebula] .btn,html[data-style^=nebula] .calc,html[data-style^=nebula] .cbtn.gold,html[data-style^=nebula] .actions .btn:not(.ghost),html[data-style^=nebula] .way button,html[data-style^=nebula] form .btn{background:var(--active);color:var(--active-text);box-shadow:0 0 22px var(--active-glow);border:0;border-radius:999px;font-weight:700}html[data-style^=nebula] .hero-search button:hover,html[data-style^=nebula] .btn:hover,html[data-style^=nebula] .calc:hover{filter:brightness(1.06);transform:translateY(-1px)}html[data-style^=nebula] .cbtn:not(.gold),html[data-style^=nebula] .actions .btn.ghost{border:1px solid var(--chip-border);background:var(--chip);color:var(--text);border-radius:999px}html[data-style^=nebula] .hero .chips a{border:1px solid var(--chip-border);background:var(--chip);color:var(--subtle);border-radius:999px}html[data-style^=nebula] .hero .chips a:hover{color:var(--text);border-color:var(--line)}html[data-style^=nebula] .fpanel{border-color:var(--line)}html[data-style^=nebula] .fpanel [aria-pressed=true],html[data-style^=nebula] .filters button[aria-pressed=true],html[data-style^=nebula] .viewseg button[aria-pressed=true],html[data-style^=nebula] .tabs button[aria-selected=true]{background:var(--active);color:var(--active-text);box-shadow:0 0 16px var(--active-glow);border-color:#0000}html[data-style^=nebula] #reset,html[data-style^=nebula] #vreset{border:1px solid var(--chip-border);background:var(--chip);color:var(--subtle);border-radius:999px}html[data-style^=nebula] .fpanel input,html[data-style^=nebula] select{border-color:var(--chip-border)}html[data-style^=nebula] .site-header{border-bottom-color:var(--line)}html[data-style^=nebula] .nav>li>a[aria-current=page]{background:var(--active);color:var(--active-text)}html[data-style^=nebula] .icard:hover,html[data-style^=nebula] .icard[aria-selected=true]{border-color:var(--line);box-shadow:0 0 22px var(--icon-glow)}html[data-style^=nebula] .nebula-home .footer{display:none}html[data-style^=nebula] footer.legal{border-top:1px solid var(--line);box-shadow:0 -1px 24px var(--icon-glow)}html[data-style=nebula] footer.legal{background:#091123e0}html[data-style=nebula-light] footer.legal{background:#fffc}html[data-style^=nebula] footer.legal .flinks a:hover{color:var(--text)}html[data-style=nebula] .page-bg{background-image:var(--bg-d)!important;background-position:var(--pos-d)!important}html[data-style=nebula-light] .page-bg{background-image:var(--bg-l)!important;background-position:var(--pos-l)!important}html[data-style=nebula-light] footer.legal .fsocial{color:#6283d1}html[data-style=nebula-light] footer.legal .fsocial .soc:hover{color:#20356a}html[data-style=nebula-light] footer.legal .fsocial .to-top{border-color:#c8d7f4}html[data-style=nebula-light]{--grade-common:#555b66;--grade-rare:#0f7a2a;--grade-legend:#1560c0;--grade-unique:#8a6a00;--grade-epic:#b34700;--grade-mythic:#c01f30;--grade-special:#017a74}html[data-style=nebula-light] .menu{border:1px solid var(--chip-border);background:#ffffffeb;box-shadow:0 6px 20px #2439671a}html[data-style=nebula-light] .site-header .nav>li>a{color:var(--subtle)}html[data-style=nebula-light] .site-header .nav>li>a:hover{color:var(--text);background:#6283d114}html[data-style=nebula-light] .site-header .pop,html[data-style=nebula-light] .site-header .pop2{border-color:var(--chip-border);background:#fff;box-shadow:0 16px 36px #2439672e}html[data-style=nebula-light] .site-header .pop a,html[data-style=nebula-light] .site-header .pop2 a{color:var(--text)}html[data-style=nebula-light] .brand,html[data-style=nebula-light] .brand b,html[data-style=nebula-light] .brand small{color:var(--brand);text-shadow:none}html[data-style=nebula-light] .crumbs,html[data-style=nebula-light] .crumbs a,html[data-style=nebula-light] .count,html[data-style=nebula-light] .toolbar,html[data-style=nebula-light] .toolbar label,html[data-style=nebula-light] #vcount,html[data-style=nebula-light] #count{color:var(--text);text-shadow:none}html[data-style=nebula-light] .hero .chips span{color:var(--muted)}html[data-style=nebula-light] body:before{background:0 0}html[data-style=nebula] body:before{background:linear-gradient(#0911230d 0%,#09112340 60%,#09112380 100%)}html[data-style^=nebula] h1,html[data-style^=nebula] h2,html[data-style^=nebula] .bnh h2{color:var(--brand)}html[data-style^=nebula] .nebula-home .section h2{color:var(--brand);text-shadow:none}html[data-style^=nebula] .nebula-home .ff-track{pointer-events:none;z-index:0;position:absolute;inset:0}html[data-style^=nebula] .nebula-home .ff{offset-path:path("M 0 257.5 A 345 257.5 0 0 0 690 257.5");offset-rotate:0deg;background:radial-gradient(circle,#fff 0 30%,#bcd3ff 55%,#0000 72%);border-radius:50%;width:9px;height:9px;margin:-4.5px 0 0 -4.5px;animation:11s cubic-bezier(.45,.05,.55,.95) infinite alternate ff-ride,1.6s ease-in-out infinite ff-twinkle;position:absolute;top:0;left:0;box-shadow:0 0 10px 3px #a0beffd9,0 0 26px 8px #8c78ff73}html[data-style=nebula-light] .nebula-home .ff{background:radial-gradient(circle,#fff 0 30%,#9fb9ff 55%,#0000 72%);box-shadow:0 0 10px 3px #6283d1b3,0 0 24px 8px #9682ff66}@keyframes ff-ride{0%{offset-distance:0%}to{offset-distance:100%}}@keyframes ff-twinkle{0%,to{opacity:1}50%{opacity:.65}}@media (prefers-reduced-motion:reduce){html[data-style^=nebula] .nebula-home .ff{offset-distance:50%;animation:none}}html[data-style^=nebula] .nebula-home{font-size:16px;line-height:1.4;position:relative}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .brand{font:inherit;letter-spacing:normal;text-shadow:none;text-align:inherit;padding:0}html[data-style^=nebula] .nebula-home .search{margin:0}html[data-style^=nebula] .nebula-home .search input{padding:1px 2px}html[data-style^=nebula] .nebula-home .search button{padding:1px 6px}html[data-style^=nebula] .nebula-home .filters{align-items:normal;margin:0;padding:0}html[data-style^=nebula] :is(.nebula-home,.site-topbar) .navdd>.navitem{display:flex}html[data-style^=nebula] .nebula-home .section h2{color:var(--text)}html[data-style^=nebula] .nebula-home .news-card[hidden],footer.legal .fbrand{display:none}html[data-style^=nebula] footer.legal .fbrand{color:var(--brand);align-items:center;gap:10px;display:inline-flex}html[data-style^=nebula] footer.legal .fbrand .brand-symbol{border:1.6px solid;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:relative;box-shadow:inset 0 0 17px #86acff45,0 0 28px #7e84ff47}html[data-style^=nebula] footer.legal .fbrand .brand-star{clip-path:polygon(50% 0,59% 38%,100% 50%,59% 59%,50% 100%,40% 60%,0 50%,40% 40%);filter:drop-shadow(0 0 14px #fff);background:currentColor;width:26px;height:26px}html[data-style^=nebula] footer.legal .fbrand .brand-wordmark{flex-direction:column;align-items:flex-start;display:flex}html[data-style^=nebula] footer.legal .fbrand .brand-wordmark strong{letter-spacing:.075em;font:400 27px/1 Georgia,Times New Roman,serif}html[data-style^=nebula] footer.legal .fbrand .brand-wordmark em{letter-spacing:.28em;white-space:nowrap;margin-top:2px;font:8px Georgia,Times New Roman,serif}html[data-style=nebula] footer.legal .fbrand .brand-wordmark strong{text-shadow:0 0 25px #8ca6ff8c}html[data-style^=nebula] .brand-link{text-decoration:none;transition:transform .3s}html[data-style^=nebula] .brand-link .brand-star{transition:transform .6s cubic-bezier(.3,1.4,.5,1),filter .3s}html[data-style^=nebula] .brand-link .brand-symbol{transition:box-shadow .3s}html[data-style^=nebula] .brand-link:hover{transform:translateY(-2px)}html[data-style^=nebula] .brand-link:hover .brand-star{filter:drop-shadow(0 0 18px white) drop-shadow(0 0 6px var(--active-glow));transform:rotate(45deg)scale(1.08)}html[data-style^=nebula] .brand-link:hover .brand-symbol{box-shadow:inset 0 0 22px #86acff66, 0 0 36px var(--active-glow)}html[data-style^=nebula] .brand-link:focus-visible{outline:2px solid var(--line);outline-offset:6px;border-radius:12px}@media (prefers-reduced-motion:reduce){html[data-style^=nebula] .brand-link,html[data-style^=nebula] .brand-link .brand-star{transition:none}}html[data-style=native] :is(.nebula-home,.site-topbar){--brand:#f4e7cb;--text:#efe4cc;--muted:#b9ae98;--subtle:#d8cdb5;--line:#d9b35f6b;--icon:#e6c983;--icon-glow:#d9b35f73;--chip:#d9b35f12;--chip-border:#d9b35f57;--active:linear-gradient(135deg,#f5d895,#d4a75e);--active-text:#20170b;--active-glow:#d9b35f73;color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.4}html[data-style=native] :is(.nebula-home,.site-topbar) a{color:inherit;text-decoration:none}html[data-style=native] :is(.nebula-home,.site-topbar) button,html[data-style=native] :is(.nebula-home,.site-topbar) input{font:inherit}html[data-style=native] :is(.nebula-home,.site-topbar) button{cursor:pointer}html[data-style=native] :is(.nebula-home,.site-topbar) .icon{flex:none}html[data-style=native] :is(.nebula-home,.site-topbar) .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html[data-style=native] :is(.nebula-home,.site-topbar) .topbar{z-index:5;position:relative}html[data-style=native] :is(.nebula-home,.site-topbar) .topnav{justify-content:space-between;align-items:center;gap:9px;max-width:1220px;min-height:57px;margin:auto;padding:0 18px;display:flex}html[data-style=native] :is(.nebula-home,.site-topbar) .navitem{white-space:nowrap;align-items:center;gap:6px;font-size:12px;transition:color .25s,opacity .25s;display:inline-flex}html[data-style=native] :is(.nebula-home,.site-topbar) .navitem .icon:last-child,html[data-style=native] :is(.nebula-home,.site-topbar) .navitem:hover{opacity:.7}html[data-style=native] :is(.nebula-home,.site-topbar) .brand{color:var(--brand);align-items:center;gap:19px;display:inline-flex}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-symbol{border:1.6px solid;border-radius:50%;place-items:center;width:75px;height:75px;display:grid;position:relative;box-shadow:inset 0 0 17px #86acff45,0 0 28px #7e84ff47}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-star{clip-path:polygon(50% 0,59% 38%,100% 50%,59% 59%,50% 100%,40% 60%,0 50%,40% 40%);filter:drop-shadow(0 0 14px #fff);background:currentColor;width:46px;height:46px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark{flex-direction:column;align-items:flex-start;display:flex}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark strong{letter-spacing:.075em;text-shadow:0 0 25px #8ca6ff8c;font-family:Georgia,Times New Roman,serif;font-size:57px;font-weight:400;line-height:1}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark em{letter-spacing:.32em;white-space:nowrap;margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-style:normal}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-small{gap:10px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-small .brand-symbol{width:42px;height:42px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-small .brand-star{width:26px;height:26px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark strong{font-size:27px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-small .brand-wordmark em{letter-spacing:.28em;margin-top:2px;font-size:8px}html[data-style=native] :is(.nebula-home,.site-topbar) .search{isolation:isolate;align-items:center;gap:13px;padding:5px 5px 5px 18px;display:flex}html[data-style=native] :is(.nebula-home,.site-topbar) .search input{width:100%;height:40px;color:var(--text);background:0 0;border:0;outline:none;font-size:14px}html[data-style=native] :is(.nebula-home,.site-topbar) .search input::placeholder{color:var(--muted)}html[data-style=native] :is(.nebula-home,.site-topbar) .search button{border:0;justify-content:center;align-items:center;gap:14px;min-width:138px;height:42px;font-size:14px;font-weight:700;transition:transform .25s,box-shadow .25s;display:flex}html[data-style=native] :is(.nebula-home,.site-topbar) .search button:hover{transform:translateY(-2px)}html[data-style=native] :is(.nebula-home,.site-topbar) .search .icon{color:var(--brand)}@media (width<=1050px){html[data-style=native] :is(.nebula-home,.site-topbar) .topnav{scrollbar-width:none;justify-content:flex-start;overflow:auto}html[data-style=native] :is(.nebula-home,.site-topbar) .topnav::-webkit-scrollbar{display:none}}@media (width<=720px){html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark strong{font-size:42px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark em{font-size:12px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-symbol{width:60px;height:60px}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-star{width:36px;height:36px}}@media (width<=500px){html[data-style=native] :is(.nebula-home,.site-topbar) .search button{gap:4px;min-width:83px;font-size:12px}html[data-style=native] :is(.nebula-home,.site-topbar) .search input{font-size:12px}}html[data-style=native] :is(.nebula-home,.site-topbar) .topbar{backdrop-filter:blur(20px);background:#070e2196;border-bottom:1px solid #adc3ff38}html[data-style=native] :is(.nebula-home,.site-topbar) .navitem{color:#e2e9ff}html[data-style=native] :is(.nebula-home,.site-topbar) .hero{justify-content:center;align-items:center;min-height:307px;display:flex;position:relative;overflow:hidden}html[data-style=native] :is(.nebula-home,.site-topbar) .hero:before{content:"";border:1px solid #a3c0ff30;border-radius:50%;width:690px;height:515px;position:absolute;top:-242px;left:50%;transform:translate(-50%)rotate(-16deg);box-shadow:0 0 70px #695adb24,inset 0 0 35px #9099ff21}html[data-style=native] :is(.nebula-home,.site-topbar) .hero:after{content:"";border-bottom:1px solid #7093ff3d;border-radius:50%;width:min(990px,92vw);height:245px;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 36px 44px -49px #90bdff}html[data-style=native] :is(.nebula-home,.site-topbar) .hero-inner{z-index:1;text-align:center;width:min(880px,100% - 40px);padding-top:14px;position:relative}html[data-style=native] :is(.nebula-home,.site-topbar) .hero .brand{margin-bottom:29px}html[data-style=native] :is(.nebula-home,.site-topbar) .search{backdrop-filter:blur(16px);background:linear-gradient(108deg,#bfd5ff14,#6e60c71c);border:1px solid #aec2ff9e;border-radius:15px;width:100%;box-shadow:inset 0 1px #ffffff12,0 0 42px #4e77ff1f}html[data-style=native] :is(.nebula-home,.site-topbar) .search button{color:#091738;background:linear-gradient(110deg,#a7bdff,#a495ff);border-radius:10px;box-shadow:0 0 21px #8f86ff59}html[data-style=native] :is(.nebula-home,.site-topbar) .search button .icon{color:#091738}@media (width<=720px){html[data-style=native] :is(.nebula-home,.site-topbar) .hero{min-height:280px}html[data-style=native] :is(.nebula-home,.site-topbar) .hero-inner{padding-top:0}html[data-style=native] :is(.nebula-home,.site-topbar) .hero .brand{margin-bottom:22px}}html[data-style=native] .nebula-home{margin-inline:calc(50% - 50vw);display:block}html[data-style=native] body.home{overflow-x:clip}html[data-style=native] body.home .shell-native,html[data-style=native] body.home .shell-classic,html[data-style=native] body.home .page-bg,html[data-style=native] :is(.nebula-home,.site-topbar) .main,html[data-style=native] :is(.nebula-home,.site-topbar) .footer{display:none}html[data-style=native] :is(.nebula-home,.site-topbar) .brand{font:inherit;letter-spacing:normal;text-align:inherit;padding:0}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-wordmark strong{text-shadow:0 0 25px #d9b35f73}html[data-style=native] :is(.nebula-home,.site-topbar) .search{border:1px solid var(--line);backdrop-filter:blur(14px);background:#080c148c;border-radius:18px;margin:0;box-shadow:0 0 34px #d9b35f2e}html[data-style=native] :is(.nebula-home,.site-topbar) .search input{padding:1px 2px}html[data-style=native] :is(.nebula-home,.site-topbar) .search button{background:var(--active);color:var(--active-text);box-shadow:0 0 22px var(--active-glow);border-radius:13px;padding:1px 6px}html[data-style=native] :is(.nebula-home,.site-topbar) .topbar{border-bottom:1px solid var(--line);backdrop-filter:blur(16px);background:#030a10b8}html[data-style=native] :is(.nebula-home,.site-topbar) .navitem:hover{color:#fff;opacity:1}html[data-style=native] :is(.nebula-home,.site-topbar) .navdd{position:relative}html[data-style=native] :is(.nebula-home,.site-topbar) .navdd>.navitem{display:flex}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop,html[data-style=native] :is(.nebula-home,.site-topbar) .navpop2{z-index:50;border:1px solid var(--line);backdrop-filter:blur(14px);visibility:hidden;opacity:0;background:#060a12f5;border-radius:12px;min-width:220px;margin:0;padding:6px;list-style:none;transition:opacity .15s,transform .15s,visibility 0s .15s;position:absolute;transform:translateY(-4px);box-shadow:0 18px 40px #00000080}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop{top:calc(100% + 6px);left:0}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop2{max-height:70vh;top:-6px;left:100%;overflow-y:auto}html[data-style=native] :is(.nebula-home,.site-topbar) .navdd:nth-last-child(-n+3) .navpop{left:auto;right:0}html[data-style=native] :is(.nebula-home,.site-topbar) .navdd:nth-last-child(-n+3) .navpop2{left:auto;right:100%}html[data-style=native] :is(.nebula-home,.site-topbar) .navdd:hover>.navpop,html[data-style=native] :is(.nebula-home,.site-topbar) .navdd:focus-within>.navpop,html[data-style=native] :is(.nebula-home,.site-topbar) .navpop li:hover>.navpop2{visibility:visible;opacity:1;transition-delay:0s;transform:none}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop li{position:relative}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop a{color:var(--text);white-space:nowrap;border-radius:8px;padding:7px 10px;font-size:12px;display:block}html[data-style=native] :is(.nebula-home,.site-topbar) .navpop a:hover{background:var(--active);color:var(--active-text)}html[data-style=native] :is(.nebula-home,.site-topbar) .hero:before{border-color:#f0cf8580;box-shadow:0 0 70px #d9b35f29,inset 0 0 35px #d9b35f24}html[data-style=native] :is(.nebula-home,.site-topbar) .hero:after{border-bottom-color:#f0cf8599;box-shadow:0 36px 44px -49px #f0cf85}html[data-style=native] :is(.nebula-home,.site-topbar) .ff-track{pointer-events:none;z-index:0;position:absolute;inset:0}html[data-style=native] :is(.nebula-home,.site-topbar) .ff{background:radial-gradient(circle,#fff 0 30%,#f5d895 55%,#0000 72%);border-radius:50%;width:9px;height:9px;margin:-4.5px 0 0 -4.5px;animation:11s cubic-bezier(.45,.05,.55,.95) infinite alternate ff-ride,1.6s ease-in-out infinite ff-twinkle;position:absolute;top:0;left:0;box-shadow:0 0 10px 3px #f5d895d9,0 0 26px 8px #d9b35f73}@media (prefers-reduced-motion:reduce){html[data-style=native] :is(.nebula-home,.site-topbar) .ff{offset-distance:50%;animation:none}}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-link{text-decoration:none;transition:transform .3s}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-link .brand-star{transition:transform .6s cubic-bezier(.3,1.4,.5,1),filter .3s}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-link:hover{transform:translateY(-2px)}html[data-style=native] :is(.nebula-home,.site-topbar) .brand-link:hover .brand-star{filter:drop-shadow(0 0 18px #fff) drop-shadow(0 0 6px var(--active-glow));transform:rotate(45deg)scale(1.08)}html[data-style=nebula]{--nb-card:linear-gradient(130deg, #b8ceff17, #8f7be10e), #0c142cb8;--nb-card-bd:#97b3f259;--nb-card-bd-hover:#a9c4ffd6;--nb-card-sh:inset 0 1px 0 #ffffff0a, 0 12px 23px #00000014;--nb-well:#101a389e;--nb-well-bd:#84a7ff47;--nb-well-hover:#283a6eb3;--nb-field:linear-gradient(108deg, #bfd5ff14, #6e60c71c), #0a12288c;--nb-field-bd:#aec2ff8c;--nb-head:#f7f9ff;--nb-text:#f3f5ff;--nb-muted:#a9b7d4;--nb-accent:#9fc0ff;--nb-good:#7fe39a;--nb-warn:#ffc27a}html[data-style=nebula-light]{--nb-card:linear-gradient(130deg, #ffffffeb, #ecf1ffb0);--nb-card-bd:#cbd8f2;--nb-card-bd-hover:#9fb8ec;--nb-card-sh:inset 0 1px 0 #fff, 0 11px 27px #4867af13;--nb-well:#f3f6ff;--nb-well-bd:#d3def5;--nb-well-hover:#e6edff;--nb-field:linear-gradient(110deg, #ffffffd1, #f2f0ffcc);--nb-field-bd:#688dde9e;--nb-head:#253c76;--nb-text:#243967;--nb-muted:#667aa7;--nb-accent:#3f63bb;--nb-good:#1d8a4a;--nb-warn:#b36b00}html[data-style^=nebula] :is(.glass,.panel,.card,.icard,.gw,section.sw,section.hb,dialog#dlg){background:var(--nb-card);border:1px solid var(--nb-card-bd);box-shadow:var(--nb-card-sh);color:var(--nb-text);backdrop-filter:blur(12px);border-radius:13px}html[data-style^=nebula] :is(.icard,.card):hover{border-color:var(--nb-card-bd-hover)}html[data-style^=nebula] .itip{background:var(--nb-card);border:1px solid var(--nb-card-bd);color:var(--nb-text);border-radius:13px;box-shadow:0 18px 40px #141e4640}html[data-style=nebula] .itip{background:linear-gradient(130deg,#b8ceff17,#8f7be10e),#0e1733}html[data-style=nebula-light] .itip{background:#fff}html[data-style^=nebula] form.hero-search{background:var(--nb-field);border:1px solid var(--nb-field-bd);box-shadow:var(--nb-card-sh);color:var(--nb-muted);backdrop-filter:blur(16px);border-radius:15px}html[data-style^=nebula] form.hero-search input{color:var(--nb-text)}html[data-style^=nebula] :is(input[type=search],input[type=number],input[type=text],select,textarea):not(.hero-search input):not(.topbar *){background:var(--nb-well);border:1px solid var(--nb-well-bd);color:var(--nb-text);border-radius:8px}html[data-style^=nebula] :is(input,select,textarea):focus-visible{outline:2px solid var(--nb-accent);outline-offset:1px}html[data-style^=nebula] :is(.btn,.cls button,.hb-top button,.reset,.steps button,.spec .parts button,.hb-saves span){background:var(--chip);border:1px solid var(--chip-border);color:var(--nb-text);border-radius:10px}html[data-style^=nebula] :is(.btn,.cls button,.hb-top button,.reset,.steps button):hover{border-color:var(--nb-card-bd-hover)}html[data-style^=nebula] :is(.cls button[aria-pressed=true],.spec .parts button[aria-pressed=true],.presets button[aria-pressed=true],.hb-top button.pri,#share){background:var(--active);color:var(--active-text);box-shadow:0 0 18px var(--active-glow);border-color:#0000}html[data-style^=nebula] .presets button{color:var(--nb-muted);border-radius:8px}html[data-style^=nebula] :is(.stat,section.sw) .tabs button{color:var(--nb-muted)}html[data-style^=nebula] :is(.stat,section.sw) .tabs button[aria-selected=true]{color:var(--nb-head)}html[data-style^=nebula] :is(.stat,section.sw) .tabs button[aria-selected=true]:after{background:var(--active);border-radius:3px;height:3px}html[data-style^=nebula] :is(.stat .tabs,.stat h2,.dlg-head,.cur,.itip .sec,.itip .ft,section.sw .top,section.sw .foot,.info dl){border-color:var(--nb-card-bd)}html[data-style^=nebula] .stat h2{color:var(--nb-head);font-family:Georgia,Times New Roman,serif;font-weight:400}html[data-style^=nebula] .slot{background:var(--nb-well);border-color:var(--nb-well-bd);border-radius:8px}html[data-style^=nebula] .slot:hover{border-color:var(--nb-card-bd-hover)}html[data-style^=nebula] .slot.full{background:radial-gradient(circle at 50% 60%, color-mix(in srgb, var(--g) 40%, transparent), var(--nb-well) 75%);border-color:color-mix(in srgb, var(--g) 70%, var(--nb-well-bd))}html[data-style^=nebula] .equip .foot,html[data-style^=nebula] .prog p,html[data-style^=nebula] :is(.prog .tsel,.prog .wr,.prog .pt .row){color:var(--nb-muted)}html[data-style^=nebula] .stat .row{background:var(--nb-well);color:var(--nb-text);border-radius:8px;margin-bottom:4px}html[data-style^=nebula] .stat .row.up b,html[data-style^=nebula] .prog .teff,html[data-style^=nebula] .itip .row b i{color:var(--nb-good)}html[data-style^=nebula] :is(.grp>button,.prog h3){background:var(--nb-well);color:var(--nb-accent);border-radius:8px;font-family:Georgia,Times New Roman,serif;font-weight:400}html[data-style^=nebula] .grp>button:after{color:var(--nb-muted)}html[data-style^=nebula] .chk{color:var(--nb-text)}html[data-style^=nebula] .prog .pt{background:var(--nb-well);border-color:var(--nb-well-bd);border-radius:10px}html[data-style^=nebula] :is(.prog a,.itip .ft a,.prog .pt h4,.prog .wr small){color:var(--nb-accent)}html[data-style^=nebula] .statpop{color:var(--nb-text);border:1px solid var(--nb-card-bd);border-radius:13px}html[data-style=nebula] .statpop{background:#0e1733f5}html[data-style=nebula-light] .statpop{background:#fffffff5}html[data-style^=nebula] :is(.statpop .ph,.statpop .pv,.statpop .pr b,.statpop .x){color:var(--nb-head)}html[data-style^=nebula] .statpop .pr{background:var(--nb-well);color:var(--nb-text);border-radius:8px}html[data-style^=nebula] .statpop .pd{color:var(--nb-muted)}html[data-style^=nebula] :is(.itip .row span,.itip .ms.on){color:var(--nb-text)}html[data-style^=nebula] :is(.itip .row b){color:var(--nb-head)}html[data-style^=nebula] :is(.itip .cap){color:var(--nb-accent)}html[data-style^=nebula] :is(.itip .cap small,.itip .ms,.itip .ft){color:var(--nb-muted)}html[data-style^=nebula] .itip .tb button{border-radius:8px}html[data-style^=nebula] .list button:hover{background:var(--nb-well-hover)}html[data-style^=nebula] dialog#dlg{background:var(--nb-card)}html[data-style=nebula-light] dialog#dlg{background:#fff}html[data-style^=nebula] :is(.cur,.info,.cost,.lvl,.hb-top){color:var(--nb-text)}html[data-style^=nebula] :is(.info h3,.big .lv,.hb-top h2){color:var(--nb-head)}html[data-style^=nebula] :is(.info .t,.info dt,.big .lv small,.hint,.hb-hint,.row>.rk){color:var(--nb-muted)}html[data-style^=nebula] .info .desc strong{color:var(--nb-good)}html[data-style^=nebula] .hd{background:linear-gradient(90deg, transparent, var(--nb-well), transparent);color:var(--nb-head);font-family:Georgia,Times New Roman,serif;font-weight:400}html[data-style^=nebula] :is(.spec .parts button,.chain li){background:var(--nb-well);border-color:var(--nb-well-bd);color:var(--nb-text)}html[data-style^=nebula] .budget li{border-color:var(--nb-well-bd)}html[data-style^=nebula] .rows{background:var(--nb-well);border-color:var(--nb-well-bd);border-radius:10px}html[data-style^=nebula] .row.main{border-color:var(--nb-well-bd)}html[data-style^=nebula] .hb-note{background:var(--nb-well);border-color:var(--nb-well-bd);color:var(--nb-text);border-radius:8px}html[data-style^=nebula] .hb-saves button{color:var(--nb-accent)}html[data-style=nebula-light] .timeline .st.now,html[data-style=nebula-light] span.st.now{color:#fff}html[data-style=nebula]{--accent-soft:#93baff29;--accent-fg:#0a1747}html[data-style=nebula-light]{--accent-soft:#6283d11f;--accent-fg:#20356a}html[data-style^=nebula] :is(.cm-row button,.guide .go,.bsearch button,.hero-search button,section.sw .go,.asearch button,.ahead .btn,.contacts .btn,form .btn[type=submit],.way button){background:var(--active);color:var(--active-text);box-shadow:0 0 20px var(--active-glow);border:1px solid #0000;border-radius:10px;font-weight:700}html[data-style^=nebula] :is(.cm-row button,.guide .go,.bsearch button,.hero-search button,section.sw .go,.asearch button,.ahead .btn,.contacts .btn,form .btn[type=submit],.way button):hover{filter:brightness(1.05);transform:translateY(-1px)}html[data-style^=nebula] :is(input:not([type]),.cm-form input,.cm-form textarea,.find input,.filters input){background:var(--nb-well);border:1px solid var(--nb-well-bd);color:var(--nb-text);border-radius:10px}html[data-style^=nebula] :is(input,textarea)::placeholder{color:var(--nb-muted)}html[data-style^=nebula] :is(.tags span,.guide .tags span){background:var(--chip);border:1px solid var(--chip-border);color:var(--nb-accent)}html[data-style^=nebula] :is(.agrid .sk b,.agrid .slot u){color:var(--nb-accent)}html[data-style^=nebula] .note b{color:var(--nb-warn)}@keyframes nb-star-drift{to{background-position:440px 227px}}@keyframes nb-star-wave{to{-webkit-mask-position:520px 520px;mask-position:520px 520px}}html[data-style^=nebula] .nebula-home:before{animation:180s linear infinite nb-star-drift,14s linear infinite nb-star-wave;-webkit-mask-image:repeating-linear-gradient(125deg,#00000040 0,#000 90px,#00000040 180px,#0009 260px);mask-image:repeating-linear-gradient(125deg,#00000040 0,#000 90px,#00000040 180px,#0009 260px);-webkit-mask-size:520px 520px;mask-size:520px 520px}html[data-style=nebula] .nebula-home:before{opacity:.8}@media (prefers-reduced-motion:reduce){html[data-style^=nebula] .nebula-home:before{animation:none}}html[data-style^=nebula] .pts{background:var(--active);color:var(--active-text);box-shadow:0 0 18px var(--active-glow);border:0}
