:root{--blue:#006fff;--blue-dark:#0758cf;--pink:#ff5c92;--teal:#08c9ba;--amber:#f2b62f;--violet:#7a68ed;--ink:#0b1020;--muted:#667085;--line:#e7e9ef;--surface:#fff;--soft:#f5f7fb;--background:#fbfbfc;--shadow:0 18px 50px #0f204817}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}::selection{color:#fff;background:var(--blue)}:focus-visible{outline-offset:3px;outline:3px solid #006fff59}.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}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.narrow-shell{width:min(940px,100% - 40px)}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfbfce6;border-bottom:1px solid #e7e9efdb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand-link{align-items:center;gap:11px;min-width:max-content;display:inline-flex}.brand-mark{background:#fff;border-radius:14px;place-items:center;width:45px;height:45px;display:grid;overflow:hidden;box-shadow:0 6px 20px #005bd221}.brand-mark img{object-fit:contain;width:39px;height:39px}.brand-copy{flex-direction:column;line-height:1.1;display:flex}.brand-copy strong{letter-spacing:-.02em;font-size:.98rem}.brand-copy span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:4px;font-size:.73rem;font-weight:650}.header-nav{color:#3b4352;align-items:center;gap:28px;font-size:.9rem;font-weight:650;display:flex}.header-nav>a:not(.header-cta):hover{color:var(--blue)}.header-cta{color:#fff;background:var(--ink);border-radius:12px;padding:11px 17px;transition:transform .16s,background .16s;box-shadow:0 8px 20px #0b102024}.header-cta:hover{background:var(--blue);transform:translateY(-1px)}.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 16% 26%,#006fff1f,#0000 30%),radial-gradient(circle at 84% 30%,#ff5c921f,#0000 31%),linear-gradient(150deg,#fff 0%,#f7fbff 54%,#fff8fb 100%);min-height:590px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.35;background-image:radial-gradient(#006fff3d 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 38%,#0000 92%);mask-image:linear-gradient(#0000,#000 38%,#0000 92%)}.hero-inner{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:590px;padding-block:72px 66px;display:flex;position:relative}.hero-orb{z-index:1;border:1px solid #006fff1f;border-radius:50%;position:absolute}.hero-orb-one{width:330px;height:330px;top:70px;left:-200px;box-shadow:0 0 0 40px #006fff06,0 0 0 82px #006fff05}.hero-orb-two{border-color:#ff5c9226;width:260px;height:260px;bottom:24px;right:-150px;box-shadow:0 0 0 38px #ff5c9206,0 0 0 76px #ff5c9205}.eyebrow,.section-kicker{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px;font-size:.76rem;font-weight:800}.hero h1{letter-spacing:-.072em;margin:0;font-size:clamp(3.2rem,7vw,6rem);font-weight:790;line-height:.93}.hero h1:first-line{color:var(--ink)}.hero-lead{color:#4f596b;max-width:650px;margin:25px auto 0;font-size:clamp(1.04rem,2vw,1.2rem);line-height:1.7}.hero-search-wrap{width:min(720px,100%);margin:34px auto 0;position:relative}.hero-search{text-align:left;background:#fff;border:1px solid #006fff33;border-radius:19px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:68px;padding:8px 11px 8px 20px;display:grid;box-shadow:0 18px 54px #19438126}.search-symbol{color:var(--blue);font-size:2rem;font-weight:700;line-height:1;transform:rotate(-14deg)}.hero-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:12px 0;font-size:1.05rem}.hero-search input::placeholder{color:#838b9a}.search-hint{border:1px solid var(--line);color:#717a8b;background:#f8f9fb;border-radius:10px;padding:9px 12px;font-size:.75rem;font-weight:650}.search-results{z-index:20;border:1px solid var(--line);max-height:385px;box-shadow:var(--shadow);text-align:left;background:#fff;border-radius:18px;padding:10px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto}.search-results-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:5px 9px 7px;font-size:.72rem;font-weight:750}.search-result-item{border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:13px 14px;display:flex}.search-result-item:hover{background:#f5f8ff}.search-result-item>span:first-child{flex-direction:column;gap:4px;display:flex}.search-result-item strong{font-size:.94rem}.search-result-item small{color:var(--muted)}.search-result-item>span:last-child{color:var(--blue);font-size:1.2rem}.search-empty,.directory-empty{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:6px;padding:28px;display:flex}.search-empty strong,.directory-empty strong{color:var(--ink)}.hero-proof{color:#677184;flex-wrap:wrap;justify-content:center;gap:9px 22px;margin-top:24px;font-size:.78rem;font-weight:650;display:flex}.hero-proof span:before{background:var(--teal);content:"";border-radius:50%;width:6px;height:6px;margin:0 8px 1px 0;display:inline-block}.section{padding-block:92px}.role-section{background:#fff;padding-block:76px 88px}.section-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:38px;display:flex}.section-heading.compact{margin-bottom:28px}.section-heading h2,.popular-intro h2,.support-strip h2{letter-spacing:-.052em;max-width:760px;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.text-link,.primary-link{align-items:center;gap:8px;font-weight:760;display:inline-flex}.text-link{color:var(--blue)}.text-link:hover,.primary-link:hover{gap:12px}.role-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.role-card{border:1px solid var(--line);background:var(--background);border-radius:18px;grid-template-columns:1fr auto;align-content:start;gap:10px;min-height:166px;padding:23px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden}.role-card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-4px)}.role-card .role-dot{background:var(--blue);border-radius:50%;grid-column:1/-1;width:11px;height:11px;margin-bottom:8px;box-shadow:0 0 0 6px #006fff17}.role-card.pink .role-dot{background:var(--pink);box-shadow:0 0 0 6px #ff5c921a}.role-card.teal .role-dot{background:var(--teal);box-shadow:0 0 0 6px #08c9ba1a}.role-card.amber .role-dot{background:var(--amber);box-shadow:0 0 0 6px #f2b62f1f}.role-card strong{font-size:1rem}.role-card>span:not(.role-dot){color:var(--muted);grid-column:1/-1;font-size:.88rem;line-height:1.55}.role-card b{color:var(--blue);font-size:1.2rem}.categories-section{background:var(--background)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;min-height:270px;padding:26px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}a.category-card:hover{box-shadow:var(--shadow);border-color:#006fff2e;transform:translateY(-5px)}.category-card.preparing{background:#f5f6f8}.category-card-top{justify-content:space-between;align-items:center;display:flex}.category-marker,.article-row-marker{width:48px;height:48px;color:var(--blue);background:#006fff1a;border-radius:14px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.category-marker.pink,.article-row-marker.pink{color:#c83467;background:#ff5c9221}.category-marker.teal,.article-row-marker.teal{color:#037f76;background:#08c9ba21}.category-marker.amber,.article-row-marker.amber{color:#956a00;background:#f2b62f29}.category-marker.violet,.article-row-marker.violet{color:#5948c7;background:#7a68ed21}.category-arrow{color:#9ca3af;font-size:1.1rem}.category-card h3{letter-spacing:-.025em;margin:28px 0 10px;font-size:1.25rem}.category-card p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.65}.category-count{color:#8a93a3;letter-spacing:.05em;text-transform:uppercase;margin-top:auto;padding-top:24px;font-size:.76rem;font-weight:750}.popular-section{border-top:1px solid var(--line);background:#fff}.popular-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.35fr);align-items:start;gap:82px;display:grid}.popular-intro{position:sticky;top:120px}.popular-intro p:not(.section-kicker){color:var(--muted);margin:21px 0 28px;line-height:1.7}.primary-link{color:#fff;background:var(--blue);border-radius:12px;padding:13px 18px;transition:gap .16s,background .16s}.primary-link:hover{background:var(--blue-dark)}.popular-list{border-top:1px solid var(--line)}.popular-item{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto;align-items:center;gap:20px;padding:23px 8px;display:grid}.popular-item:hover strong{color:var(--blue)}.popular-number{color:var(--pink);font-size:.76rem;font-weight:850}.popular-item>span:nth-child(2){flex-direction:column;gap:7px;display:flex}.popular-item strong{transition:color .16s}.popular-item small{color:var(--muted)}.popular-item b{color:var(--blue);font-size:1.2rem}.support-strip{color:#fff;background:radial-gradient(circle at 85% 0,#ff5c9252,#0000 30%),linear-gradient(125deg,#005de0,#006fff 58%,#267fff);padding-block:70px}.support-strip .section-kicker{color:#bfe0ff}.support-strip-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.support-strip h2{max-width:720px;font-size:clamp(2rem,4vw,3rem)}.light-button{min-width:max-content;color:var(--blue);background:#fff;border-radius:12px;padding:14px 18px;font-weight:800;box-shadow:0 12px 28px #002a7533}.library-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 0,#ff5c921a,#0000 28%),linear-gradient(145deg,#fff,#f4f8ff);padding-block:90px 72px}.library-hero h1{letter-spacing:-.064em;max-width:800px;margin:0;font-size:clamp(2.7rem,6vw,4.8rem);line-height:.98}.library-hero>.shell>p:last-child{max-width:650px;color:var(--muted);margin:23px 0 0;font-size:1.08rem;line-height:1.7}.category-hero{padding-block:52px 70px}.category-hero .hero-marker{margin:32px 0 24px}.category-hero h1{font-size:clamp(2.6rem,5vw,4rem)}.library-section{background:#fff;min-height:560px}.directory-tools{flex-direction:column;gap:18px;display:flex}.directory-search{border:1px solid var(--line);background:var(--background);border-radius:15px;align-items:center;gap:12px;min-height:56px;padding:0 18px;display:flex}.directory-search>span:first-child{color:var(--blue);font-size:1.6rem;transform:rotate(-14deg)}.directory-search input{background:0 0;border:0;outline:0;width:100%}.filter-pills{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.filter-pills button{border:1px solid var(--line);color:#596273;cursor:pointer;background:#fff;border-radius:999px;min-width:max-content;padding:9px 12px;font-size:.78rem;font-weight:700}.filter-pills button:hover,.filter-pills button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.directory-count{color:var(--muted);margin:30px 0 10px;font-size:.8rem;font-weight:700}.article-list{border-top:1px solid var(--line)}.article-row{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto;align-items:center;gap:20px;padding:22px 6px;display:grid}.article-row:hover .article-row-copy strong{color:var(--blue)}.article-row-marker{border-radius:12px;width:42px;height:42px}.article-row-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.article-row-meta{color:var(--blue);letter-spacing:.035em;text-transform:uppercase;font-size:.72rem;font-weight:760}.article-row-copy strong{font-size:1.03rem;transition:color .16s}.article-row-copy>span:last-child{color:var(--muted);font-size:.88rem;line-height:1.5}.article-arrow{color:var(--blue);font-size:1.25rem}.article-page{background:#fff;min-height:760px}.article-shell{grid-template-columns:190px minmax(0,730px) 180px;justify-content:center;gap:48px;padding-block:52px 100px;display:grid}.article-sidebar,.article-toc{align-self:start;position:sticky;top:120px}.article-sidebar>p,.article-toc>p{color:#8a93a3;letter-spacing:.09em;text-transform:uppercase;margin:0 0 14px;font-size:.7rem;font-weight:800}.article-sidebar nav,.article-toc nav{flex-direction:column;gap:3px;display:flex}.article-sidebar a{color:#667085;border-radius:9px;align-items:center;gap:9px;padding:9px 10px;font-size:.79rem;line-height:1.35;display:flex}.article-sidebar a:hover,.article-sidebar a.active{color:var(--ink);background:var(--soft);font-weight:720}.side-dot{background:var(--blue);border-radius:50%;flex:none;width:7px;height:7px}.side-dot.pink{background:var(--pink)}.side-dot.teal{background:var(--teal)}.side-dot.amber{background:var(--amber)}.side-dot.violet{background:var(--violet)}.article-toc{border-left:1px solid var(--line);padding-left:18px}.article-toc a{color:#747d8d;padding:6px 0;font-size:.76rem;line-height:1.4}.article-toc a:hover{color:var(--blue)}.breadcrumbs{color:#8a93a3;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:30px;font-size:.76rem;display:flex}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs.light{margin:0}.article-header{border-bottom:1px solid var(--line);padding-bottom:40px}.article-badges{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.article-badges span{color:#566071;background:var(--soft);border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:720}.article-badges span:first-child{color:var(--blue-dark);background:#006fff17}.article-header h1{letter-spacing:-.064em;margin:0;font-size:clamp(2.5rem,5vw,4.2rem);line-height:.99}.article-header>p{color:#566071;margin:22px 0 0;font-size:1.08rem;line-height:1.72}.article-updated{color:#8a93a3;margin-top:21px;font-size:.76rem}.prerequisites{background:#f6f9ff;border:1px solid #006fff29;border-radius:16px;margin:36px 0 8px;padding:24px 26px}.prerequisites h2{margin:0 0 13px;font-size:1.05rem}.prerequisites ul{color:#596273;gap:8px;margin:0;padding-left:20px;font-size:.9rem;line-height:1.5;display:grid}.article-body>section{padding-top:54px;scroll-margin-top:104px}.article-body h2,.related-section h2{letter-spacing:-.035em;margin:0 0 22px;font-size:1.65rem}.article-body p{color:#4f596b;margin:0 0 18px;font-size:.98rem;line-height:1.78}.step-list,.bullet-list{gap:13px;margin:0;padding:0;list-style:none;display:grid}.step-list li{grid-template-columns:34px 1fr;align-items:start;gap:13px;display:grid}.step-list li>span{width:32px;height:32px;color:var(--blue);background:#006fff17;border-radius:10px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.step-list li p{margin:4px 0 0}.bullet-list li{color:#4f596b;padding-left:24px;font-size:.98rem;line-height:1.7;position:relative}.bullet-list li:before{background:var(--pink);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:.66em;left:3px}.callout{background:#f5f9ff;border:1px solid #006fff26;border-radius:14px;grid-template-columns:34px 1fr;gap:13px;margin-top:24px;padding:19px 20px;display:grid}.callout.warning{background:#fffbef;border-color:#f2b62f47}.callout-icon{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:30px;height:30px;font-size:.8rem;font-weight:850;display:grid}.callout.warning .callout-icon{color:#654700;background:var(--amber)}.callout strong{margin:1px 0 5px;font-size:.9rem;display:block}.callout p{margin:0;font-size:.88rem;line-height:1.65}.article-figure{content-visibility:auto;contain-intrinsic-block-size:420px;border:1px solid var(--line);background:#f2f4f7;border-radius:17px;margin:28px 0 4px;overflow:hidden;box-shadow:0 15px 42px #10204314}.article-figure img{object-fit:contain;background:#eef1f5;width:100%;max-height:610px}.article-figure figcaption{border-top:1px solid var(--line);color:#697386;background:#fff;padding:13px 16px;font-size:.78rem;line-height:1.5}.article-feedback{background:var(--ink);color:#fff;border-radius:16px;align-items:center;gap:14px;margin-top:60px;padding:23px 25px;display:flex}.article-feedback>span{background:var(--teal);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.article-feedback strong{margin-bottom:4px;display:block}.article-feedback p{color:#cbd1dc;margin:0;font-size:.84rem}.related-section{margin-top:58px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.related-grid a{border:1px solid var(--line);background:var(--background);border-radius:14px;flex-direction:column;justify-content:space-between;gap:20px;min-height:130px;padding:20px;display:flex}.related-grid a:hover{border-color:#006fff38;box-shadow:0 12px 30px #0f204812}.related-grid a>span{color:var(--muted);justify-content:space-between;font-size:.76rem;display:flex}.related-grid b{color:var(--blue)}.site-footer{color:#fff;background:var(--ink);border-top:1px solid #252a39;padding-block:54px}.footer-grid{grid-template-columns:1.2fr 1fr auto;align-items:end;gap:44px;display:grid}.footer-brand{margin:0;font-size:1.15rem;font-weight:800}.footer-copy{color:#aeb6c7;max-width:380px;margin:9px 0 0;font-size:.85rem;line-height:1.6}.footer-links{color:#d8dce5;flex-direction:column;gap:9px;font-size:.82rem;display:flex}.footer-links a:hover{color:#fff}.footer-note{color:#7f899b;margin:0;font-size:.72rem}.not-found{text-align:center;place-items:center;min-height:66vh;display:grid}.not-found .shell{flex-direction:column;align-items:center;display:flex}.not-found .shell>span{color:var(--pink);letter-spacing:.12em;font-size:.8rem;font-weight:850}.not-found h1{letter-spacing:-.06em;max-width:700px;margin:18px 0 12px;font-size:clamp(2.5rem,5vw,4.3rem);line-height:1}.not-found p{color:var(--muted);margin:0 0 28px}@media (max-width:1080px){.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-shell{grid-template-columns:170px minmax(0,1fr);gap:38px}.article-toc{display:none}}@media (max-width:840px){.header-inner{min-height:68px}.header-nav>a:not(.header-cta){display:none}.hero,.hero-inner{min-height:560px}.hero h1{font-size:clamp(3.1rem,12vw,5rem)}.section{padding-block:72px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-layout{grid-template-columns:1fr;gap:42px}.popular-intro{position:static}.support-strip-inner{flex-direction:column;align-items:flex-start}.article-shell{display:block}.article-sidebar{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1}}@media (max-width:600px){.shell,.narrow-shell{width:min(100% - 28px,1180px)}.brand-mark{border-radius:12px;width:40px;height:40px}.brand-mark img{width:35px;height:35px}.brand-copy strong{font-size:.88rem}.brand-copy span{font-size:.63rem}.header-cta{padding:10px 12px;font-size:.78rem}.hero-inner{padding-block:62px 48px}.hero h1{letter-spacing:-.068em}.hero-lead{font-size:.98rem}.hero-search{grid-template-columns:auto 1fr;min-height:60px;padding-left:15px}.search-hint{display:none}.hero-proof{flex-direction:column;align-items:center;gap:8px}.section-heading{flex-direction:column;align-items:flex-start;margin-bottom:28px}.section-heading h2,.popular-intro h2,.support-strip h2{font-size:2.25rem}.role-grid,.category-grid{grid-template-columns:1fr}.role-card{min-height:150px}.category-card{min-height:240px}.popular-item{grid-template-columns:38px 1fr auto;gap:12px}.library-hero{padding-block:64px 54px}.library-hero h1{font-size:2.75rem}.article-row{grid-template-columns:38px 1fr;gap:12px}.article-row-marker{width:36px;height:36px}.article-arrow,.article-row-copy>span:last-child{display:none}.article-page .article-shell{padding-block:34px 70px}.article-header h1{font-size:2.7rem}.article-header>p{font-size:1rem}.prerequisites{padding:21px}.article-body>section{padding-top:45px}.article-figure{border-radius:13px;margin-inline:-7px}.related-grid,.footer-grid{grid-template-columns:1fr}.footer-note{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
