@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");:root{--bg:#09111b;--surface:#0d1722;--surface-2:#111d29;--line:#263342;--line-soft:#1d2a38;--text:#f4f7fb;--muted:#9caabb;--blue:#1769e8;--blue-light:#8cb8ff;--chip:#17222f}*{box-sizing:border-box}html{color-scheme:dark}body,html{background:var(--bg)}body{margin:0;color:var(--text);font-family:Noto Sans JP,sans-serif;font-size:14px}button,input{font:inherit}a,button{color:inherit}a{text-decoration:none}.workspace{display:grid;grid-template-columns:268px minmax(0,1fr);grid-template-rows:82px minmax(calc(100vh - 82px),auto);min-height:100vh;background:var(--bg)}.workspace-header{grid-column:1/-1;position:-webkit-sticky;position:sticky;top:0;z-index:20;height:82px;padding:0 24px;display:grid;grid-template-columns:155px minmax(300px,920px) 1fr;align-items:center;grid-gap:22px;gap:22px;background:#0a121c;border-bottom:1px solid var(--line)}.workspace-logo{font-size:25px;font-weight:700;letter-spacing:-1.1px}.command-search{height:46px;border:1px solid #1e6ddb;border-radius:8px;display:flex;align-items:center;overflow:hidden;background:#0c1621;box-shadow:0 0 0 1px #07111c}.command-search>svg{margin-left:15px;color:#a7b4c5}.command-search input{height:100%;min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:#f5f7fa;padding:0 14px;font-size:15px}.command-search input::placeholder{color:#8794a5}.command-search button{align-self:stretch;border:0;border-left:1px solid #2677e9;background:var(--blue);padding:0 28px;font-weight:700;cursor:pointer}.header-actions{justify-self:end;display:flex;align-items:center;gap:24px;color:#bdc7d4}.header-actions a:hover{color:#fff}.icon-button{border:0;background:transparent;padding:8px;display:flex;cursor:pointer;color:#bdc7d4}.mobile-filter-button{display:none}.filter-rail{grid-column:1;grid-row:2;border-right:1px solid var(--line);padding:4px 22px 28px;background:#0a131d}.filter-section{padding:22px 3px;border-bottom:1px solid var(--line-soft)}.filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-weight:600;color:#cbd5e1}.filter-options{display:flex;flex-direction:column;gap:11px}.check-row{display:flex;align-items:center;gap:10px;color:#aab6c6;cursor:pointer}.check-row:hover{color:#fff}.check-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;border:1px solid #55667b;border-radius:3px;background:#0b141e;display:grid;place-items:center;margin:0}.check-row input:checked{background:var(--blue);border-color:var(--blue)}.check-row input:checked:after{content:"✓";font-size:12px;font-weight:700;color:#fff;line-height:1}.reset-button{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:var(--blue-light);padding:25px 8px 20px;cursor:pointer}.filter-date{padding:18px 8px;border-top:1px solid var(--line-soft);color:#718094;font-size:12px}.mobile-filter-head{display:none}.results-area{grid-column:2;grid-row:2;padding:28px 28px 50px 38px;min-width:0}.results-heading{min-height:74px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:21px}.results-heading h1{font-size:22px;letter-spacing:-.4px;margin:2px 0 4px}.results-heading p{margin:0;color:#7f8d9f;font-size:12px}.kicker{color:var(--blue-light)!important;font-size:10px!important;font-weight:700;letter-spacing:1.5px}.active-filter-count{font-size:12px;color:#8fb9ff;background:#112341;border:1px solid #1e4075;padding:6px 10px;border-radius:999px}.article-list{max-width:1200px}.result-row{position:relative;min-height:140px;display:grid;grid-template-columns:66px minmax(0,1fr) 40px;grid-gap:20px;gap:20px;align-items:center;padding:20px 8px 20px 0;border-bottom:1px solid var(--line)}.result-row.featured{min-height:198px}.source-mark{width:66px;height:66px;display:grid;place-items:center;border:1px solid #344355;border-radius:6px;background:#0d1823;color:#55a8ff}.result-copy{min-width:0}.featured-label{display:inline-block;margin-bottom:8px;padding:4px 9px;border-radius:999px;background:#17447e;color:#c9e0ff;font-size:11px;font-weight:700}.result-copy h2{margin:0 0 8px;font-size:19px;line-height:1.35;letter-spacing:-.25px}.featured .result-copy h2{font-size:23px}.result-copy a:hover h2{color:#a9caff}.result-summary{max-width:920px;color:#91a0b2;line-height:1.7;margin:0 0 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-summary strong{color:#c6d1df;font-size:15px;margin-right:8px}.result-summary span{margin-right:8px}.result-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#9ba9b9;font-size:12px}.result-meta button{border:1px solid #273646;background:var(--chip);border-radius:999px;padding:5px 12px;color:#b5c0ce;cursor:pointer}.result-meta button:hover{border-color:#3d71b4;color:#fff}.result-meta>span:not(.read-time){padding:5px 4px}.read-time{display:flex;align-items:center;gap:5px}.external-button{justify-self:end;align-self:start;margin-top:13px;padding:8px;color:#9fb0c6}.external-button:hover{color:#fff}.empty-state{text-align:center;padding:110px 20px;color:#92a1b3}.empty-state h2{color:#fff}.empty-state button{margin-top:10px;border:1px solid #2a5da6;background:#143c72;padding:10px 16px;border-radius:7px;cursor:pointer}@media(max-width:900px){.workspace{grid-template-columns:1fr;grid-template-rows:70px auto}.workspace-header{height:70px;grid-template-columns:1fr auto;padding:0 16px}.workspace-logo{font-size:21px}.command-search{position:absolute;top:80px;left:16px;right:16px;background:#0c1621}.header-actions{display:none}.mobile-filter-button{display:flex;align-items:center;gap:7px;border:1px solid #354558;background:#111c29;border-radius:7px;padding:8px 11px}.results-area{grid-column:1;grid-row:2;padding:85px 16px 30px}.filter-rail{position:fixed;z-index:40;top:0;bottom:0;left:0;width:min(320px,88vw);transform:translateX(-105%);transition:transform .22s;background:#0a131d;overflow:auto}.filter-rail.open{transform:translateX(0);box-shadow:20px 0 60px #0009}.mobile-filter-head{display:flex;align-items:center;justify-content:space-between;padding:20px 4px 6px}.mobile-filter-head button{border:0;background:none}.result-row,.result-row.featured{grid-template-columns:44px minmax(0,1fr) 28px;gap:12px;min-height:150px}.source-mark{width:44px;height:44px}.featured .result-copy h2,.result-copy h2{font-size:16px}.result-summary{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.result-meta button:nth-of-type(n+3){display:none}}@media(max-width:540px){.workspace-header{grid-template-columns:1fr auto}.command-search button{padding:0 17px}.results-heading{align-items:flex-end}.results-heading p{display:none}.result-row{grid-template-columns:1fr 24px;padding:19px 0}.source-mark{display:none}.result-summary strong{display:block}.result-meta>span:not(.read-time){display:none}.external-button{grid-column:2;grid-row:1;margin:0}.result-copy{grid-column:1;grid-row:1}.featured-label{margin-bottom:7px}}.source-mark img{width:34px;height:34px;object-fit:contain;border-radius:5px}.editorial-home{min-height:100vh;background:#fbfaf7;color:#14223d;font-family:Noto Sans JP,sans-serif}.editorial-header{height:70px;border-bottom:1px solid #e6e4df;display:flex;align-items:center;padding:0 32px;gap:45px;background:#fff}.editorial-logo{font-size:25px;font-weight:700;letter-spacing:-1px}.editorial-header nav{display:flex;gap:34px;font-size:14px}.editorial-actions a:hover,.editorial-header nav a:hover{color:#1769e8}.editorial-actions{margin-left:auto;display:flex;align-items:center;gap:20px;font-size:13px}.avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f0f1f3}.editorial-hero{border-bottom:1px solid #e8e5df;background:#fff}.editorial-hero-inner{max-width:1160px;margin:0 auto;padding:55px 0 37px}.editorial-kicker{color:#1769e8;font-size:11px;font-weight:700;letter-spacing:2px;margin:0 0 12px}.editorial-hero h1{font-family:Georgia,Times New Roman,serif;font-size:52px;line-height:1.15;letter-spacing:-2.5px;margin:0 0 18px;font-weight:600}.editorial-lead{font-size:14px;line-height:1.8;color:#687487;margin:0 0 25px}.editorial-search{display:flex;width:min(100%,820px);height:58px;border:1px solid #d9dce2;border-radius:8px;box-shadow:0 3px 12px #20304b0d;background:#fff;align-items:center;overflow:hidden}.editorial-search span{font-size:26px;margin:0 13px;color:#172844}.editorial-search input{flex:1 1;border:0;outline:0;color:#172844;font-size:15px}.editorial-search button{height:44px;margin-right:6px;padding:0 25px;background:#1769e8;border:0;border-radius:6px;color:#fff;font-weight:700}.popular{display:flex;gap:12px;align-items:center;margin-top:18px;color:#677386;font-size:12px}.popular a{padding:6px 11px;border-radius:99px;background:#f4f5f7;color:#315fba}.editorial-content{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);grid-gap:38px;gap:38px;padding:34px 0 22px}.editorial-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.editorial-section-title h2,.next-learn h2{font-family:Georgia,serif;font-size:21px;margin:0}.editorial-section-title a{color:#1769e8;font-size:12px}.featured-article{display:grid;grid-template-columns:205px 1fr 25px;grid-gap:22px;gap:22px;padding:0 0 18px;border-bottom:1px solid #deddd9}.feature-visual{height:160px;background:#10243b;color:#c49146;display:flex;align-items:center;justify-content:center;font-size:55px}.feature-visual span{font-family:monospace;font-size:12px;line-height:1.2;margin-left:5px}.feature-type{color:#b87336;font-size:11px;font-weight:700;margin:0 0 6px}.editorial-row h3,.feature-copy h3{font-family:Georgia,serif;font-size:21px;line-height:1.4;margin:0 0 8px}.editorial-row p,.feature-copy p:not(.feature-type){font-size:13px;line-height:1.65;color:#687487;margin:0}.feature-meta{display:flex;gap:18px;color:#6d7785;font-size:11px;margin-top:15px}.bookmark{color:#22344e;font-size:23px}.editorial-row{display:grid;grid-template-columns:135px 1fr 155px 20px;grid-gap:18px;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid #deddd9}.editorial-row h3{font-family:Noto Sans JP,sans-serif;font-size:15px;margin:0 0 2px}.row-thumb{height:65px;background:#e9e5d9;color:#60734f;display:grid;place-items:center;font-size:30px}.row-meta{font-size:11px;color:#6d7785;line-height:2}.more-link{display:block;text-align:center;color:#1769e8;font-size:13px;font-weight:600;padding:20px}.next-learn{border-left:1px solid #deddd9;padding-left:34px}.next-learn>p{color:#778295;font-size:12px;margin:8px 0 20px}.learn-step{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #e3e1dd}.learn-icon{display:grid;place-items:center;width:32px;height:32px;background:#edf1ff;color:#1769e8;border-radius:5px;font-size:20px}.learn-step em,.learn-step small,.learn-step strong{display:block}.learn-step small{font-size:10px;color:#1769e8;font-weight:700}.learn-step strong{font-size:13px;margin:3px 0}.learn-step em{font-size:10px;color:#6f7c8e;font-style:normal}.roadmap{border:1px solid #deddd9;padding:16px;margin-top:22px;border-radius:7px}.roadmap strong{font-size:12px}.roadmap p{font-size:11px;line-height:1.6;color:#6f7c8e}.roadmap a{color:#1769e8;font-size:11px;font-weight:700}.editorial-updated{max-width:1160px;margin:0 auto;padding:15px 0 28px;color:#788394;font-size:11px}@media(max-width:900px){.editorial-header{padding:0 16px;gap:16px}.editorial-actions a:nth-child(2),.editorial-header nav{display:none}.editorial-content,.editorial-hero-inner,.editorial-updated{padding-left:20px;padding-right:20px}.editorial-hero h1{font-size:40px}.editorial-content{grid-template-columns:1fr}.next-learn{border-left:0;border-top:1px solid #deddd9;padding:25px 0 0}.editorial-row{grid-template-columns:75px 1fr 18px}.row-meta{display:none}}@media(max-width:520px){.popular{overflow:auto}.featured-article{grid-template-columns:1fr 25px}.feature-visual{height:110px;grid-column:1/-1}.editorial-search button{padding:0 16px}.editorial-lead br{display:none}}.atlas-home{min-height:100vh;background:#fff;color:#10213d;font-family:Noto Sans JP,sans-serif}.atlas-header{height:68px;display:flex;align-items:center;gap:48px;padding:0 35px;border-bottom:1px solid #e3e9f0}.atlas-logo{font-size:25px;font-weight:700;letter-spacing:-1px}.atlas-header nav{display:flex;gap:38px;font-size:14px;font-weight:600}.atlas-header nav a:hover{color:#1264e7}.atlas-actions{margin-left:auto;display:flex;align-items:center;gap:25px}.atlas-actions a{display:flex;align-items:center;gap:8px;font-size:13px}.atlas-hero{background:#f7fbff;border-bottom:1px solid #e0eaf5}.atlas-hero-inner{max-width:950px;margin:auto;padding:52px 20px 38px;text-align:center}.atlas-eyebrow{font-size:10px;letter-spacing:2.2px;font-weight:700;color:#1769e8;margin:0 0 10px}.atlas-hero h1{font-size:38px;letter-spacing:-1.8px;margin:0 0 9px}.atlas-hero>div>p:not(.atlas-eyebrow){font-size:14px;color:#64748a;margin:0 0 28px}.atlas-search{height:78px;display:flex;align-items:center;border:1px solid #ccd8e7;background:#fff;border-radius:10px;padding:8px 9px 8px 22px;box-shadow:0 8px 30px #2c5f9e12}.atlas-search>svg{color:#10213d;flex:none}.atlas-search input{flex:1 1;min-width:0;border:0;outline:0;background:#fff!important;color:#10213d!important;padding:0 17px;font-size:17px}.atlas-search input::placeholder{color:#7b899b}.atlas-search button{height:58px;border:0;border-radius:7px;background:#1769e8;color:#fff;padding:0 37px;font-size:15px;font-weight:700}.shortcut{gap:4px;color:#758397;border:1px solid #d7dfe9;border-radius:5px;padding:5px 8px;font-size:11px;margin-right:14px}.atlas-examples,.shortcut{display:flex;align-items:center}.atlas-examples{text-align:left;gap:15px;font-size:12px;margin-top:15px;color:#64748a}.atlas-examples a{color:#1769e8}.topic-atlas{max-width:1170px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);padding:35px 0 23px}.topic-family{position:relative;display:grid;grid-template-columns:70px 1fr 20px;align-items:center;grid-gap:17px;gap:17px;min-height:108px;padding:16px 23px;border-right:1px solid #e3e8ef;border-bottom:1px solid #e3e8ef}.topic-family:nth-child(3n){border-right:0}.topic-family:nth-child(n+4){border-bottom:0}.topic-family:hover{background:#f8fbff}.topic-icon{width:65px;height:65px;display:grid;place-items:center;border-radius:13px;background:#eef5ff;color:#1769e8}.topic-family strong{display:block;font-size:16px;margin-bottom:8px}.topic-family small{display:block;color:#64748a;line-height:1.8;font-size:12px}.topic-arrow{opacity:0;color:#1769e8;transition:.15s}.topic-family:hover .topic-arrow{opacity:1;transform:translateX(3px)}.editor-picks{max-width:1170px;margin:0 auto;padding:18px 0 30px;border-top:1px solid #dfe6ee}.picks-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.picks-head h2{font-size:18px}.picks-head a{display:flex;align-items:center;gap:6px;color:#1769e8;font-size:12px}.pick-row{display:grid;grid-template-columns:55px minmax(300px,1fr) 130px 92px 78px 75px 24px;align-items:center;grid-gap:14px;gap:14px;padding:14px 0;border-bottom:1px solid #e4e9ef}.pick-row>img{border-radius:7px;object-fit:contain}.pick-copy h3{font-size:14px;margin:0 0 4px}.pick-copy a:hover h3{color:#1769e8}.pick-copy p{margin:0;color:#6a788a;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pick-language,.pick-level,.pick-source,.pick-time{color:#66758a;font-size:11px}.pick-time{display:flex;align-items:center;gap:5px}.atlas-footer{text-align:center;color:#8090a3;font-size:11px;padding:0 0 25px}.docs-light{--bg:#f8fbff;--surface:#fff;--surface-2:#f4f8fd;--line:#dce5ef;--line-soft:#e7edf4;--text:#10213d;--muted:#68788d;--blue:#1769e8;--blue-light:#1769e8;--chip:#f2f6fb;background:#f8fbff;color-scheme:light}.docs-light .workspace-header{background:#fff;border-color:#dce5ef}.docs-light .workspace-logo{color:#10213d}.docs-light .command-search{background:#fff;border-color:#a9bfd9;box-shadow:none}.docs-light .command-search input{color:#10213d}.docs-light .command-search input::placeholder{color:#7c899a}.docs-light .header-actions,.docs-light .icon-button{color:#526279}.docs-light .filter-rail{background:#fff;border-color:#dce5ef}.docs-light .check-row{color:#526279}.docs-light .check-row:hover{color:#10213d}.docs-light .check-row input{background:#fff;border-color:#9eacbd}.docs-light .filter-title{color:#263a56}.docs-light .results-area{background:#f8fbff}.docs-light .result-copy h2,.docs-light .results-heading h1{color:#10213d}.docs-light .result-summary{color:#68788d}.docs-light .result-summary strong{color:#324761}.docs-light .source-mark{background:#fff;border-color:#d5e0eb}.docs-light .result-meta button{background:#edf3fa;border-color:#dce5ef;color:#526279}.docs-light .result-meta button:hover{color:#1769e8;border-color:#8cb6ef}.docs-light .external-button{color:#64748a}.docs-light .external-button:hover{color:#1769e8}.docs-light .active-filter-count{background:#eaf2ff;color:#1769e8;border-color:#c8daf5}.docs-light .mobile-filter-button{background:#fff;color:#10213d;border-color:#cbd7e5}@media(max-width:900px){.atlas-header{padding:0 18px}.atlas-actions a,.atlas-header nav{display:none}.atlas-hero-inner{padding-top:40px}.atlas-hero h1{font-size:31px}.topic-atlas{grid-template-columns:1fr 1fr;padding:20px}.topic-family:nth-child(3n){border-right:1px solid #e3e8ef}.topic-family:nth-child(2n){border-right:0}.topic-family:nth-child(n+4){border-bottom:1px solid #e3e8ef}.topic-family:nth-child(n+5){border-bottom:0}.editor-picks{margin:0 20px}.pick-row{grid-template-columns:48px 1fr 25px}.pick-row>:nth-child(n+3):not(:last-child){display:none}}@media(max-width:560px){.atlas-hero h1{font-size:28px}.atlas-search{height:62px;padding-left:14px}.atlas-search button{height:48px;padding:0 19px}.shortcut{display:none}.atlas-examples{overflow:auto;white-space:nowrap}.topic-atlas{grid-template-columns:1fr}.topic-family{border-right:0!important;border-bottom:1px solid #e3e8ef!important}.topic-family:last-child{border-bottom:0!important}}.site-header{position:fixed;inset:0 0 auto 0;height:68px;z-index:100;background:#fff;border-bottom:1px solid #dfe6ee}.site-header-inner{height:100%;display:flex;align-items:center;gap:48px;padding:0 35px}.site-header nav{display:flex;gap:38px;font-size:14px;font-weight:600}.site-header nav a:hover{color:#1769e8}.site-header .atlas-actions{margin-left:auto}.with-fixed-header{padding-top:68px}.hero-carousel{position:relative;max-width:1240px;height:390px;margin:28px auto 0;border-radius:18px;overflow:hidden;background:#071a30;box-shadow:0 10px 28px #0b2e5e1a}.carousel-track{height:100%;display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.hero-slide{position:relative;min-width:100%;height:100%;overflow:hidden}.hero-slide>img{object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,34,.94),rgba(4,17,34,.82) 35%,rgba(4,17,34,.12) 72%);pointer-events:none}.slide-content{position:relative;z-index:2;width:53%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:42px 60px;color:#fff}.slide-content p{font-size:11px;font-weight:700;letter-spacing:2.3px;color:#76b8ff;margin:0 0 12px}.slide-content h1{font-size:36px;line-height:1.3;letter-spacing:-1.4px;margin:0 0 13px}.slide-content>span{max-width:530px;color:#cad8e8;font-size:14px;line-height:1.8}.slide-content a{width:max-content;display:flex;align-items:center;gap:8px;margin-top:25px;padding:12px 20px;border-radius:7px;background:#1769e8;color:#fff;font-size:13px;font-weight:700}.carousel-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:43px;height:43px;display:grid;place-items:center;border:1px solid #ffffff80;border-radius:50%;background:#06172db3;color:#fff;cursor:pointer}.carousel-arrow:hover{background:#1769e8}.carousel-arrow.prev{left:16px}.carousel-arrow.next{right:16px}.carousel-dots{position:absolute;z-index:4;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px}.carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff66;cursor:pointer}.carousel-dots button.active{width:24px;border-radius:99px;background:#fff}.hero-carousel+.topic-atlas{padding-top:31px}.docs-light .workspace-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 3px 12px #193b6410}@media(max-width:900px){.site-header-inner{padding:0 18px}.site-header nav{display:none}.hero-carousel{height:350px;margin:18px 16px 0;border-radius:14px}.slide-content{width:75%;padding:35px 48px}.slide-content h1{font-size:29px}}@media(max-width:560px){.hero-carousel{height:370px}.hero-slide:after{background:linear-gradient(90deg,rgba(4,17,34,.93),rgba(4,17,34,.5))}.slide-content{width:90%;padding:35px 37px}.slide-content h1{font-size:25px}.slide-content>span{font-size:13px}.carousel-arrow{width:35px;height:35px}.carousel-arrow.prev{left:8px}.carousel-arrow.next{right:8px}.site-header .atlas-actions svg:last-child{display:none}}.docs-with-site-header{padding-top:68px}.docs-with-site-header .docs-search-toolbar{grid-template-columns:155px minmax(300px,920px) 1fr}.docs-search-toolbar>strong{font-size:16px;color:#10213d}.pick-row>img,.source-mark img{image-rendering:auto;object-fit:cover}.source-mark img{width:42px;height:42px;border-radius:7px}.source-mark{overflow:hidden}@media(max-width:900px){.docs-with-site-header{padding-top:68px}.docs-with-site-header .docs-search-toolbar{top:68px;grid-template-columns:1fr auto}.docs-search-toolbar>strong{display:none}}.site-header{color:#10213d}.pick-row>img{width:46px;height:46px}.docs-with-site-header .filter-rail{position:-webkit-sticky;position:sticky;top:150px;align-self:start;height:calc(100vh - 150px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7d3e1 transparent}.docs-with-site-header .results-area{align-self:start}.docs-with-site-header .docs-search-toolbar{position:-webkit-sticky;position:sticky;top:68px;z-index:90}@media(max-width:900px){.docs-with-site-header .filter-rail{position:fixed;top:0;height:100vh;overflow-y:auto;z-index:120}.docs-with-site-header .docs-search-toolbar{position:-webkit-sticky;position:sticky;top:68px;z-index:90}}.docs-light .source-mark{padding:0;background:transparent;border-color:#cfdae7;border-radius:9px}.docs-light .source-mark img{display:block;width:100%;height:100%;border-radius:8px;object-fit:cover}@media(max-width:900px){.docs-light .source-mark img{width:100%;height:100%}}.docs-light .source-mark img{object-fit:contain}.docs-light .source-mark-gto-wizard{background:#050505}.docs-light .source-mark-pokernews,.docs-light .source-mark-upswing-poker{background:#fff}.docs-light .source-mark-gto-wizard img,.docs-light .source-mark-pokernews img,.docs-light .source-mark-upswing-poker img{border-radius:7px}.site-header{position:fixed!important;top:0!important;left:0;right:0;transform:none!important}.atlas-home,.docs-light,body,html{overscroll-behavior-y:none}.atlas-home,.docs-with-site-header{overflow-x:clip}.filter-title{width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.filter-title>span{display:flex;align-items:center;gap:7px}.filter-title em{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:#e8f1ff;color:#1769e8;font-size:10px;font-style:normal}.filter-section.collapsed{padding-bottom:22px}.filter-section.collapsed .filter-title{margin-bottom:0}.check-row input:focus-visible,.filter-title:focus-visible{outline:2px solid #1769e8;outline-offset:3px}.check-row input:checked+span{color:#10213d;font-weight:600}.pick-logo{width:46px;height:46px;display:block;overflow:hidden;border-radius:7px;background:#f2f5f8}.pick-logo img{display:block;transform:scale(1.45)}.docs-light .check-row input{-moz-appearance:auto;appearance:auto;-webkit-appearance:checkbox;width:17px;height:17px;margin:0;accent-color:#1769e8;display:inline-block}.docs-light .check-row input:checked:after{content:none}.pick-logo img{object-fit:contain;transform:scale(1)}.pick-logo-upswing-poker img{transform:scale(1.85)}.pick-logo-pokernews img{transform:scale(3.6)}.pick-logo-gto-wizard img{transform:scale(1.18)}.pick-logo img{object-fit:cover;transform:none;width:100%;height:100%}.library-page{min-height:100vh;background:#f8fbff;color:#10213d;padding-top:68px}.library-wrap{max-width:1160px;margin:0 auto;padding:58px 24px 70px}.library-intro{max-width:680px;margin-bottom:38px}.page-kicker{color:#1769e8;font-size:11px;font-weight:700;letter-spacing:2px;margin:0 0 10px}.library-intro h1{font-size:42px;letter-spacing:-1.8px;margin:0 0 10px}.library-intro>p:last-child{color:#68788d;margin:0;font-size:14px}.source-grid-new{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.source-card-new{background:#fff;border:1px solid #dce5ef;border-radius:10px;padding:23px;transition:.18s}.source-card-new:hover{border-color:#9ebde5;box-shadow:0 8px 24px #28528b0c}.source-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.source-badge{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#edf4ff;color:#1769e8;font-weight:700;font-size:18px}.source-lang{color:#718198;font-size:11px}.source-card-new h2{font-size:20px;margin:0 0 8px}.source-card-new p{height:44px;margin:0;color:#68788d;font-size:13px;line-height:1.7}.source-card-meta{display:flex;align-items:center;gap:13px;border-top:1px solid #e7edf4;margin-top:18px;padding-top:15px;color:#718198;font-size:12px}.source-card-meta a{display:flex;align-items:center;gap:5px;color:#1769e8}.source-card-meta a:last-child{margin-left:auto}.library-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dce5ef;padding:0 0 15px;color:#718198;font-size:12px}.library-toolbar a{display:flex;align-items:center;gap:6px;color:#1769e8;font-weight:600}.bookmark-list{border-bottom:1px solid #dce5ef}.bookmark-row{display:grid;grid-template-columns:45px 1fr 190px;align-items:center;grid-gap:18px;gap:18px;padding:20px 0;border-bottom:1px solid #e7edf4}.bookmark-row:last-child{border-bottom:0}.bookmark-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#edf4ff;color:#1769e8}.bookmark-copy{min-width:0}.bookmark-copy p{color:#b27636;font-size:11px;font-weight:700;margin:0 0 4px}.bookmark-copy h2{font-size:17px;margin:0 0 5px}.bookmark-copy a:hover h2{color:#1769e8}.bookmark-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#718198;font-size:13px}.bookmark-meta{display:flex;align-items:center;justify-content:flex-end;gap:15px;color:#718198;font-size:12px}.bookmark-meta span:nth-child(2){display:flex;align-items:center;gap:5px}.bookmark-meta a{color:#526982}.library-note{display:flex;align-items:center;gap:10px;margin-top:22px;color:#718198;font-size:12px}@media(max-width:700px){.library-wrap{padding:42px 18px}.library-intro h1{font-size:34px}.source-grid-new{grid-template-columns:1fr}.bookmark-row{grid-template-columns:38px 1fr}.bookmark-meta{grid-column:2;justify-content:flex-start}.bookmark-copy span{white-space:normal}.source-card-new p{height:auto;min-height:44px}}.profile-wrap{max-width:1160px;margin:0 auto;padding:58px 24px 80px}.profile-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.profile-head h1{font-size:42px;letter-spacing:-1.8px;margin:0 0 10px}.profile-head p:last-child{color:#68788d;margin:0}.edit-profile,.profile-settings{display:flex;align-items:center;gap:7px;border:1px solid #ccd8e7;background:#fff;color:#526279;border-radius:7px;padding:9px 13px;font-size:12px;cursor:pointer}.profile-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:16px;gap:16px}.profile-card{background:#fff;border:1px solid #dce5ef;border-radius:10px;padding:24px;min-height:180px}.profile-identity{display:flex;align-items:center;gap:15px;position:relative}.profile-identity>svg{color:#1769e8;flex:none}.profile-card h2{font-size:20px;margin:9px 0 4px}.card-muted,.profile-identity p{font-size:12px;color:#718198;margin:0;line-height:1.6}.profile-identity .edit-profile{position:absolute;bottom:22px;left:101px}.card-label{color:#1769e8;font-size:10px;font-weight:700;letter-spacing:1.5px}.profile-card>a,.profile-section-head>a{display:flex;align-items:center;gap:6px;color:#1769e8;font-size:12px;margin-top:15px}.level-bar,.profile-progress{height:5px;background:#e7edf4;border-radius:99px;overflow:hidden;margin:17px 0 12px}.level-bar span{display:block;width:62%;height:100%;background:#1769e8}.stats-row{display:flex;justify-content:space-between;margin-top:18px}.stats-row div{display:flex;flex-direction:column;gap:4px}.stats-row strong{font-size:24px}.stats-row span{color:#718198;font-size:11px}.profile-progress{height:5px;margin-bottom:8px}.profile-progress span{display:block;width:68%;height:100%;background:#4cae88}.profile-progress em{color:#718198;font-size:10px;font-style:normal}.profile-section{margin-top:43px}.profile-section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #dce5ef;padding-bottom:13px}.profile-section-head h2{font-size:20px;margin:3px 0 0}.interest-list{display:flex;flex-wrap:wrap;gap:10px;padding-top:18px}.interest-list span{display:flex;align-items:center;gap:7px;border:1px solid #cbdcf2;border-radius:99px;background:#f2f7ff;color:#1769e8;padding:9px 14px;font-size:12px}.profile-reading-list{border-bottom:1px solid #dce5ef}.profile-reading-row{display:grid;grid-template-columns:25px 1fr 80px 20px;align-items:center;grid-gap:13px;gap:13px;border-bottom:1px solid #e7edf4;padding:17px 0;color:#526279}.profile-reading-row:last-child{border-bottom:0}.profile-reading-row>svg:first-child{color:#1769e8}.profile-reading-row span,.profile-reading-row strong{display:block}.profile-reading-row strong{font-size:13px;color:#10213d}.profile-reading-row div span{font-size:11px;color:#718198;margin-top:3px}.profile-reading-time{display:flex!important;align-items:center;gap:5px;font-size:11px!important}.profile-reading-row>svg:last-child{justify-self:end;color:#718198}@media(max-width:850px){.profile-grid{grid-template-columns:1fr 1fr}.profile-identity{grid-column:1/-1}}@media(max-width:560px){.profile-wrap{padding:40px 18px}.profile-head h1{font-size:34px}.profile-grid{grid-template-columns:1fr}.profile-reading-row{grid-template-columns:23px 1fr 20px}.profile-reading-time{display:none!important}.profile-identity .edit-profile{position:static;margin-left:auto;align-self:end}}