:root{--ink:#12110f;--ink-2:#282621;--paper:#f7f5f0;--paper-2:#efebe3;--white:#fffefb;--muted:#6e6a61;--line:#dcd7ce;--orange:#d75435;--orange-dark:#b9442a;--blue:#2268ff;--green:#178b62;--violet:#7653d6;--sand:#9b6b2f;--radius:20px;--shadow:0 24px 70px #1d19131c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}img{max-width:100%;height:auto}.container{width:min(1180px,100% - 48px);margin:0 auto}.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}.skip-link{z-index:1000;background:var(--ink);color:#fff;border-radius:10px;padding:10px 16px;transition:top .2s;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}:focus-visible{outline-offset:3px;outline:3px solid #2268ff8c}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffefbeb;border-bottom:1px solid #dcd7cecc;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:74px;display:flex}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand-logo{object-fit:contain;width:auto;height:27px;display:block}.brand>i{background:var(--line);width:1px;height:22px;display:block}.brand-support{letter-spacing:.12em;font-size:14px;font-weight:750}.desktop-nav{justify-content:center;align-items:center;gap:27px;margin-left:auto;display:flex}.desktop-nav a{color:#46423c;padding:25px 0;font-size:14px;font-weight:620;position:relative}.desktop-nav a:after{content:"";background:var(--orange);height:2px;transition:left .2s,right .2s;position:absolute;bottom:16px;left:50%;right:50%}.desktop-nav a:hover:after{left:0;right:0}.header-actions{align-items:center;gap:9px;display:flex}.header-search-link{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:650;display:inline-flex}.language-menu{position:relative}.language-menu>summary{cursor:pointer;list-style:none}.language-menu>summary::-webkit-details-marker{display:none}.language-switch{border:1px solid var(--line);background:var(--paper);color:#46423c;letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:62px;padding:9px 10px;font-size:11px;font-weight:800;display:inline-flex}.language-switch>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;display:grid}.language-switch>i{border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;transform:rotate(45deg)translateY(-2px)}.language-switch:hover{border-color:var(--orange);color:var(--orange-dark)}.language-options{z-index:120;overscroll-behavior:contain;border:1px solid var(--line);width:230px;max-height:min(70vh,560px);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto}.language-options a{border-radius:11px;grid-template-columns:34px 1fr 18px;align-items:center;gap:9px;padding:11px;display:grid}.language-options a:hover,.language-options a.is-current{background:var(--paper)}.language-options a>span{color:var(--orange-dark);font-size:10px;font-weight:850}.language-options a>strong{font-size:13px;font-weight:680}.language-options a>i{color:var(--orange);font-size:12px;font-style:normal}.search-symbol{opacity:.68;border:2px solid;border-radius:50%;width:15px;height:15px;display:inline-block;position:relative}.search-symbol:after{content:"";transform-origin:0;background:currentColor;border-radius:2px;width:6px;height:2px;position:absolute;bottom:-2px;right:-5px;transform:rotate(45deg)}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--line);cursor:pointer;border-radius:12px;place-content:center;gap:6px;width:40px;height:40px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:var(--ink);border-radius:2px;width:18px;height:2px;display:block}.mobile-nav nav{border:1px solid var(--line);width:240px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:10px;position:absolute;top:48px;right:0}.mobile-nav nav a{border-radius:10px;padding:12px;font-size:14px;font-weight:650;display:block}.mobile-nav nav a:hover{background:var(--paper)}.section{padding:88px 0}.section-soft{background:var(--paper)}.section-ink{background:var(--ink);color:#fff}.eyebrow{color:var(--orange);letter-spacing:.18em;text-transform:uppercase;align-items:center;font-size:11px;font-weight:850;display:inline-flex}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px;display:flex}.section-heading h2{letter-spacing:-.05em;margin:9px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.08}.section-heading p{max-width:430px;color:var(--muted);margin:0;font-size:15px;line-height:1.75}.section-heading>a{color:var(--orange);font-size:14px;font-weight:750}.section-heading-wide p{max-width:390px}.section-heading-light .eyebrow{color:#ff8b5f}.section-heading-light p,.section-heading-light>a{color:#c8c4bc}.button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-size:14px;font-weight:760;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:#fff;box-shadow:0 10px 28px #12110f2e}.button-dark:hover{background:#2d2a25}.button-outline{background:0 0;border:1px solid #b9b3a9}.breadcrumbs{color:#706a60;align-items:center;gap:10px;margin-bottom:32px;font-size:13px;display:flex}.breadcrumbs a:hover{color:var(--orange)}.home-hero{border-bottom:1px solid var(--line);background:#f4f2ed}.hero-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:72px;min-height:510px;padding-top:64px;padding-bottom:64px;display:grid}.hero-copy{min-width:0}.hero-eyebrow{color:var(--orange-dark)}.hero-copy h1{letter-spacing:-.055em;max-width:680px;margin:16px 0 14px;font-size:clamp(44px,5vw,64px);line-height:1.08}.hero-copy>p{color:#5c574e;max-width:650px;margin:0 0 26px;font-size:17px;line-height:1.7}.hero-start-card{border:1px solid var(--line);background:var(--white);border-radius:18px;padding:28px;box-shadow:0 12px 34px #231f190f}.hero-start-card>span{color:var(--orange-dark);letter-spacing:.15em;font-size:10px;font-weight:850}.hero-start-card>strong{letter-spacing:-.035em;margin:13px 0 10px;font-size:24px;display:block}.hero-start-card>p{color:var(--muted);margin:0;font-size:13px;line-height:1.75}.hero-start-card>a{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding:14px 0;font-size:13px;font-weight:780;display:flex}.hero-start-card>a i{color:var(--orange);font-size:18px;font-style:normal}.hero-start-card>div{color:#827b71;justify-content:space-between;gap:14px;padding-top:15px;font-size:10px;display:flex}.help-search{z-index:20;max-width:650px;position:relative}.search-input-wrap{background:var(--white);cursor:text;border:1px solid #c9c3b9;border-radius:14px;align-items:center;gap:14px;min-height:62px;padding:0 18px 0 22px;display:flex;box-shadow:0 8px 24px #2f281e0f}.search-input-wrap .search-symbol{flex:none;width:18px;height:18px}.search-input-wrap input{width:100%;height:60px;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px}.search-input-wrap input::placeholder{color:#8a8379}.search-clear{color:var(--orange-dark);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:750}.search-results{border:1px solid var(--line);max-height:430px;box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:10px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto}.search-results-head{color:#777168;justify-content:space-between;padding:8px 10px 11px;font-size:11px;display:flex}.search-result{border-radius:13px;grid-template-columns:40px 1fr 20px;align-items:center;gap:12px;padding:11px;display:grid}.search-result:hover{background:var(--paper)}.search-result-mark{color:#fff;border-radius:11px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:850;display:grid}.search-result>span:nth-child(2){min-width:0}.search-result small{color:var(--orange-dark);font-size:10px;font-weight:750;display:block}.search-result strong{margin:2px 0;font-size:14px;display:block}.search-result em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;display:block;overflow:hidden}.search-result>i{color:var(--orange);font-style:normal}.search-empty{text-align:center;padding:26px}.search-empty span{font-weight:800}.search-empty p{color:var(--muted);font-size:13px}.search-empty a{color:var(--orange-dark);font-size:13px;font-weight:750}.popular-searches{color:#69635a;flex-wrap:wrap;gap:8px 14px;margin-top:18px;font-size:12px;display:flex}.popular-searches a{background:#ffffff9e;border:1px solid #d8d2c8;border-radius:999px;padding:3px 8px;font-weight:650}.help-search-compact .search-input-wrap{min-height:54px}.help-search-compact .search-input-wrap input{height:52px}.category-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:var(--white);border-radius:15px;flex-direction:column;min-height:210px;padding:21px;transition:border-color .2s,background .2s;display:flex}.category-card:hover{background:#fcfaf6;border-color:#aaa297}.category-card>div{justify-content:space-between;align-items:center;display:flex}.category-card>div span{background:var(--ink);color:#fff;border-radius:10px;place-items:center;width:36px;height:36px;font-size:10px;font-weight:850;display:grid}.category-card>div small{color:#817b72;letter-spacing:.17em;font-size:9px;font-weight:850}.category-card h3{letter-spacing:-.035em;margin:23px 0 8px;font-size:21px}.category-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.category-card footer{color:#777168;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;font-size:11px;display:flex}.category-card footer i{color:var(--orange-dark);font-style:normal}.accent-orange{background:var(--orange)!important}.accent-blue{background:var(--blue)!important}.accent-green{background:var(--green)!important}.accent-violet{background:var(--violet)!important}.accent-sand{background:var(--sand)!important}.category-card[class*=accent-]{background:var(--white)!important}.category-card.accent-orange>div span{background:var(--orange)!important}.category-card.accent-blue>div span{background:var(--blue)!important}.category-card.accent-green>div span{background:var(--green)!important}.category-card.accent-violet>div span{background:var(--violet)!important}.category-card.accent-sand>div span{background:var(--sand)!important}.task-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.task-grid>a{border:1px solid var(--line);background:var(--white);border-radius:14px;grid-template-columns:1fr 24px;align-items:center;gap:12px;min-height:126px;padding:21px;transition:border-color .2s,background .2s;display:grid}.task-grid>a:hover{background:#fcfaf6;border-color:#aaa297}.task-grid>a>span{display:none}.task-grid small{color:var(--orange-dark);letter-spacing:.12em;font-size:9px;font-weight:850;display:block}.task-grid strong{margin:7px 0 5px;font-size:18px;display:block}.task-grid p{color:var(--muted);margin:0;font-size:11px}.task-grid>a>i{color:var(--orange-dark);font-size:18px;font-style:normal}.system-flow{grid-template-columns:1.4fr .75fr;gap:18px;display:grid}.system-flow article{border:1px solid var(--line);background:var(--white);border-radius:22px;overflow:hidden}.system-flow article header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.system-flow article header span{color:var(--orange-dark);font-size:11px;font-weight:800}.system-flow article header strong{font-size:14px}.flow-track{grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;align-items:center;padding:34px 26px;display:grid}.flow-track>div{background:var(--paper);text-align:center;border-radius:16px;min-height:126px;padding:18px 13px}.flow-track>div i{color:var(--orange);font-size:10px;font-style:normal;font-weight:850;display:block}.flow-track>div strong{margin:16px 0 5px;font-size:18px;display:block}.flow-track>div small{color:var(--muted);font-size:11px}.flow-track>b{color:#aaa39a;text-align:center}.flow-venue>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:30px 18px 18px;display:flex}.flow-venue>div span{background:#f1ece5;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:700}.flow-venue>div i{color:var(--violet);font-style:normal}.flow-venue>p{color:var(--muted);margin:0;padding:4px 26px 30px;font-size:12px;line-height:1.7}.article-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.article-card{border:1px solid var(--line);background:var(--white);border-radius:19px;flex-direction:column;min-height:285px;padding:24px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.article-card:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 20px 48px #201c161a}.article-card-top{justify-content:space-between;align-items:center;display:flex}.article-mark{color:#fff;border-radius:11px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:850;display:grid}.article-time{color:#817b72;font-size:10px}.article-card h3{letter-spacing:-.025em;margin:26px 0 10px;font-size:21px;line-height:1.35}.article-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.article-card-foot{color:#79736a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:26px;font-size:10px;display:flex}.article-card-foot i{color:var(--orange-dark);font-style:normal;font-weight:750}.support-band{background:var(--ink);color:#fff;border:1px solid #27241f;border-radius:18px;justify-content:space-between;align-items:center;gap:35px;margin-top:72px;margin-bottom:72px;padding:36px 40px;display:flex}.support-band .eyebrow{color:#ffffffb8}.support-band h2{letter-spacing:-.04em;margin:8px 0;font-size:36px}.support-band p{color:#ffffffd9;margin:0;font-size:14px}.support-band .button-dark{flex:none}.support-band-home{margin-top:0}.category-hero{border-bottom:1px solid var(--line);position:relative;overflow:hidden;background:#f4f2ed!important}.category-hero:after{display:none}.accent-surface-orange,.accent-surface-blue,.accent-surface-green,.accent-surface-violet,.accent-surface-sand{background:#f4f2ed}.category-hero-grid{z-index:2;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:70px;min-height:340px;padding-top:48px;padding-bottom:48px;display:grid;position:relative}.category-hero h1{letter-spacing:-.055em;margin:12px 0 16px;font-size:clamp(42px,5vw,58px);line-height:1.04}.category-hero p{color:#58534b;max-width:690px;margin:0;font-size:15px;line-height:1.75}.category-stats{color:#625d55;gap:28px;margin-top:30px;font-size:12px;display:flex}.category-stats strong{color:var(--ink);margin-right:5px;font-size:20px}.category-checklist{border:1px solid var(--line);background:var(--white);border-radius:16px;padding:22px;box-shadow:0 10px 28px #3a30240d}.category-checklist>span{color:#6d675e;letter-spacing:.14em;margin-bottom:14px;font-size:10px;font-weight:850;display:block}.category-checklist p{color:#2e2b26;align-items:center;gap:11px;margin:10px 0;font-size:13px;display:flex}.category-checklist p i{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:10px;font-style:normal;display:grid}.featured-path{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.featured-path>a{border-top:2px solid var(--ink);background:var(--paper);grid-template-columns:42px 1fr 22px;align-items:start;gap:13px;min-height:190px;padding:24px;transition:background .2s,color .2s;display:grid}.featured-path>a:hover{background:var(--ink);color:#fff}.featured-path>a>span{color:var(--orange);font-size:22px;font-weight:850}.featured-path small{color:#7b756c;font-size:10px}.featured-path strong{margin:9px 0;font-size:18px;display:block}.featured-path p{color:#777168;margin:0;font-size:12px;line-height:1.6}.featured-path>a:hover p,.featured-path>a:hover small{color:#bbb6ae}.featured-path>a>i{color:var(--orange);font-style:normal}.article-hero{border-bottom:1px solid var(--line);background:#f4f2ed}.article-hero-grid{grid-template-columns:minmax(0,900px);align-items:center;gap:0;min-height:340px;padding-top:48px;padding-bottom:48px;display:grid}.article-hero h1{letter-spacing:-.05em;max-width:850px;margin:14px 0 18px;font-size:clamp(38px,5vw,58px);line-height:1.1}.article-hero p{color:#565148;max-width:760px;margin:0;font-size:15px;line-height:1.75}.article-meta{flex-wrap:wrap;gap:9px;margin-top:30px;display:flex}.article-meta span{color:#5e594f;background:#fff6;border:1px solid #41393033;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700}.article-hero-mark{color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:210px;height:210px;display:flex;box-shadow:inset 0 0 0 1px #ffffff40,0 25px 55px #2f271d1f}.article-hero-mark span{letter-spacing:-.07em;font-size:60px;font-weight:920}.article-hero-mark small{letter-spacing:.14em;margin-top:9px;font-size:10px;font-weight:750}.article-layout{grid-template-columns:minmax(0,760px) 280px;justify-content:space-between;gap:68px;padding-top:56px;padding-bottom:76px;display:grid}.article-content,.guide-section{min-width:0}.prerequisite-box{background:#fff5ef;border:1px solid #e6c6b7;border-radius:18px;margin-bottom:46px;padding:24px}.prerequisite-box>span{color:var(--orange-dark);letter-spacing:.13em;margin-bottom:15px;font-size:11px;font-weight:850;display:block}.prerequisite-box>div{grid-template-columns:repeat(2,1fr);gap:10px 18px;display:grid}.prerequisite-box p{color:#544b43;align-items:center;gap:9px;margin:0;font-size:13px;display:flex}.prerequisite-box p i{background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;font-style:normal;display:grid}.guide-section{padding:0 0 58px;scroll-margin-top:100px}.guide-section+.guide-section{border-top:1px solid var(--line);padding-top:52px}.guide-section-title{align-items:baseline;gap:16px;margin-bottom:26px;display:flex}.guide-section-title span{color:var(--orange);letter-spacing:.1em;font-size:12px;font-weight:850}.guide-section-title h2{letter-spacing:-.04em;margin:0;font-size:31px;line-height:1.25}.guide-paragraph{color:#504c45;margin:0 0 22px;font-size:16px;line-height:1.9}.guide-steps{counter-reset:step;margin:0;padding:0;list-style:none}.guide-steps li{grid-template-columns:42px 1fr;gap:16px;padding:0 0 22px;display:grid;position:relative}.guide-steps li:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:42px;bottom:2px;left:20px}.guide-steps li>span{z-index:2;background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:grid;position:relative}.guide-steps li p{overflow-wrap:anywhere;color:#403c36;min-width:0;margin:8px 0 0;font-size:15px;line-height:1.75}.guide-bullets{gap:12px;margin:0;padding:0;list-style:none;display:grid}.guide-bullets li{color:#49453e;background:#fbfaf7;border:1px solid #e8e3da;border-radius:12px;padding:14px 16px 14px 39px;font-size:14px;line-height:1.7;position:relative}.guide-bullets li:before{content:"";background:var(--orange);border-radius:50%;width:7px;height:7px;position:absolute;top:24px;left:17px}.guide-media-grid{gap:18px;margin-top:28px;display:grid}.guide-media-grid-multiple{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-media{border:1px solid var(--line);background:var(--white);border-radius:18px;margin:0;overflow:hidden;box-shadow:0 18px 42px #2f271d12}.guide-media-link{background:#e9e5dd;display:block;position:relative;overflow:hidden}.guide-media-link img{object-fit:contain;width:100%;height:auto;max-height:720px;transition:transform .25s;display:block}.guide-media-link:hover img{transform:scale(1.015)}.guide-media-zoom{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f1d1ac7;border:1px solid #ffffff73;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:780;position:absolute;bottom:14px;right:14px}.guide-media figcaption{grid-template-columns:auto 1fr;align-items:start;gap:13px;padding:17px 18px 18px;display:grid}.guide-media figcaption>span{color:var(--orange-dark);letter-spacing:.08em;white-space:nowrap;background:#fff0e8;border-radius:999px;margin-top:2px;padding:5px 8px;font-size:9px;font-weight:850}.guide-media figcaption p{color:#625d55;margin:0;font-size:12px;line-height:1.75}.guide-callout{border:1px solid;border-radius:15px;grid-template-columns:38px 1fr;gap:15px;margin-top:24px;padding:20px;display:grid}.guide-callout>span{color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:850;display:grid}.guide-callout strong{margin:1px 0 6px;font-size:14px;display:block}.guide-callout p{margin:0;font-size:13px;line-height:1.75}.callout-info{color:#28446f;background:#f0f5ff;border-color:#bfd3fb}.callout-info>span{background:var(--blue)}.callout-warning{color:#70402c;background:#fff3ed;border-color:#f1c6b4}.callout-warning>span{background:var(--orange)}.callout-success{color:#285d4b;background:#eff9f5;border-color:#b7decf}.callout-success>span{background:var(--green)}.article-sidebar{position:relative}.toc-card{border:1px solid var(--line);background:var(--white);border-radius:17px;padding:22px;position:sticky;top:98px}.toc-card>span{color:#7a746b;letter-spacing:.15em;margin-bottom:12px;font-size:10px;font-weight:850;display:block}.toc-card a{color:#4d4942;border-top:1px solid #eeeae3;grid-template-columns:28px 1fr;gap:8px;padding:10px 0;font-size:12px;line-height:1.5;display:grid}.toc-card a i{color:var(--orange);font-size:9px;font-style:normal;font-weight:850}.version-card{border:1px solid var(--line);color:var(--ink);background:#f4f2ed;border-radius:17px;margin-top:18px;padding:21px}.version-card span{color:var(--orange-dark);letter-spacing:.13em;font-size:10px;font-weight:850}.version-card strong{color:var(--ink);margin-top:10px;font-size:12px;line-height:1.55;display:block}.version-card p{color:#676159;margin:12px 0 16px;font-size:11px;line-height:1.7}.version-card a{color:var(--orange-dark);font-size:11px;font-weight:750}.article-complete{background:var(--green);color:#fff;border-radius:17px;grid-template-columns:46px 1fr;gap:15px;margin-top:8px;padding:25px;display:grid}.article-complete>span{border:1px solid #ffffff59;border-radius:50%;place-items:center;width:43px;height:43px;font-weight:850;display:grid}.article-complete strong{margin:2px 0 5px;display:block}.article-complete p{color:#ffffffd1;margin:0;font-size:12px;line-height:1.7}.article-helpful{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;margin-top:18px;padding:16px 0;font-size:12px;display:flex}.article-helpful a{color:var(--orange-dark);font-weight:750}.related-section{padding-top:82px;padding-bottom:92px}.privacy-page{background:var(--white)}.privacy-hero{border-bottom:1px solid var(--line);background:#f4f2ed}.privacy-hero-inner{padding-top:72px;padding-bottom:64px}.privacy-hero h1{letter-spacing:-.055em;margin:14px 0 18px;font-size:clamp(46px,6vw,72px);line-height:1}.privacy-hero p{color:#565148;max-width:760px;margin:0;font-size:16px;line-height:1.8}.privacy-hero small{color:#777168;margin-top:24px;font-size:11px;font-weight:720;display:block}.privacy-layout{grid-template-columns:250px minmax(0,760px);justify-content:space-between;gap:72px;padding-top:58px;padding-bottom:90px;display:grid}.privacy-toc{border:1px solid var(--line);background:#faf8f4;border-radius:16px;align-self:start;padding:20px;position:sticky;top:96px}.privacy-toc>strong{color:#7a746b;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-size:10px;display:block}.privacy-toc nav{display:grid}.privacy-toc a{color:#4d4942;border-top:1px solid #e8e3da;grid-template-columns:28px 1fr;gap:9px;padding:10px 0;font-size:12px;line-height:1.45;display:grid}.privacy-toc a:hover{color:var(--orange-dark)}.privacy-toc a span{color:var(--orange-dark);letter-spacing:.08em;font-size:9px;font-weight:850}.privacy-document{min-width:0}.privacy-document>section{padding-bottom:48px;scroll-margin-top:92px}.privacy-document>section+section{border-top:1px solid var(--line);padding-top:44px}.privacy-section-title{grid-template-columns:38px 1fr;align-items:baseline;gap:12px;margin-bottom:21px;display:grid}.privacy-section-title span{color:var(--orange-dark);letter-spacing:.1em;font-size:11px;font-weight:850}.privacy-section-title h2{letter-spacing:-.035em;margin:0;font-size:30px;line-height:1.3}.privacy-document p{color:#504c45;margin:0;font-size:15px;line-height:1.95}.privacy-document p+p{margin-top:14px}.privacy-document ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.privacy-document li{color:#4d4942;background:#fbfaf7;border:1px solid #e8e3da;border-radius:12px;padding:15px 17px;font-size:14px;line-height:1.75}.privacy-document li strong{color:#292620}.privacy-document a{color:var(--orange-dark);text-underline-offset:3px;text-decoration:underline}.privacy-language-note{border-left:3px solid var(--orange);color:#694535;background:#fff4ee;border-radius:0 10px 10px 0;margin-bottom:38px;padding:15px 17px;font-size:13px;line-height:1.7}.privacy-contact-card{background:var(--ink);color:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-top:10px;padding:26px;display:flex}.privacy-contact-card span{color:#aaa49b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.privacy-contact-card strong{font-size:17px}.privacy-contact-card a{color:#fff;text-decoration:none}.site-footer{background:var(--ink);color:#fff;padding:72px 0 28px}.footer-grid{grid-template-columns:1.5fr repeat(3,.8fr);gap:50px;display:grid}.brand-light>i{background:#4a4742}.footer-grid>div:first-child p{color:#c5c1b9;max-width:300px;margin:24px 0 9px;font-size:13px;line-height:1.7}.footer-grid>div:first-child small{color:#77736d;font-size:10px}.footer-grid>div:not(:first-child){flex-direction:column;gap:12px;display:flex}.footer-grid strong{color:#8e8981;letter-spacing:.14em;margin-bottom:6px;font-size:10px}.footer-grid>div:not(:first-child) a,.footer-grid>div:not(:first-child) span{color:#d8d4cd;font-size:12px;line-height:1.5}.footer-grid a:hover{color:#fff}.footer-bottom{color:#7e7972;border-top:1px solid #34312d;justify-content:space-between;gap:30px;margin-top:58px;padding-top:22px;font-size:10px;display:flex}.footer-bottom a{color:#aaa49b}.footer-bottom a:hover{color:#fff}[dir=rtl] body{text-align:right}[dir=rtl] .language-options{left:0;right:auto}[dir=rtl] .language-options a{grid-template-columns:18px 1fr 34px}[dir=rtl] .language-options a>span{grid-area:1/3}[dir=rtl] .language-options a>strong{grid-area:1/2}[dir=rtl] .language-options a>i{grid-area:1/1}[dir=rtl] .guide-steps li:not(:last-child):after{left:auto;right:20px}[dir=rtl] .task-grid>a>i,[dir=rtl] .featured-path>a>i,[dir=rtl] .article-card-foot>i{transform:scaleX(-1)}[dir=rtl] .guide-media figcaption,[dir=rtl] .toc-card,[dir=rtl] .version-card{text-align:right}[dir=rtl] .privacy-language-note{border-right:3px solid var(--orange);border-left:0;border-radius:10px 0 0 10px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:620px;display:flex}.not-found>span{color:var(--orange);letter-spacing:-.08em;font-size:100px;font-weight:950}.not-found h1{margin:6px 0;font-size:36px}.not-found p{color:var(--muted);margin-bottom:28px}@media (max-width:1050px){.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.hero-grid{grid-template-columns:minmax(0,1fr) 310px;gap:42px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:190px}.article-layout{grid-template-columns:minmax(0,1fr) 250px;gap:45px}.system-flow{grid-template-columns:1fr}.flow-venue>p{text-align:center}}@media (max-width:820px){.container{width:min(100% - 34px,720px)}.desktop-nav,.header-search-link{display:none}.mobile-nav{display:block}.header-inner{height:66px}.hero-grid{grid-template-columns:1fr;gap:22px;min-height:auto;padding-top:46px;padding-bottom:50px}.hero-copy h1{font-size:46px}.hero-start-card{max-width:560px}.section{padding:62px 0}.section-heading{flex-direction:column;align-items:start;gap:12px}.section-heading h2{font-size:34px}.task-grid,.article-grid,.featured-path{grid-template-columns:repeat(2,1fr)}.category-hero-grid{grid-template-columns:1fr;gap:28px;min-height:390px;padding-top:50px;padding-bottom:50px}.category-checklist{max-width:520px}.category-hero h1{font-size:62px}.article-hero-grid{grid-template-columns:1fr;gap:0;min-height:320px}.article-layout{grid-template-columns:1fr}.article-sidebar{order:-1}.toc-card{position:static}.version-card{display:none}.toc-card{align-items:center;gap:12px;display:flex;overflow-x:auto}.toc-card>span{flex:none;margin:0 6px 0 0}.toc-card a{background:var(--paper);border:0;border-radius:999px;flex:none;padding:8px 11px}.privacy-layout{grid-template-columns:1fr;gap:36px}.privacy-toc{position:static}.privacy-toc nav{gap:8px;padding-bottom:3px;display:flex;overflow-x:auto}.privacy-toc a{border:1px solid var(--line);background:var(--white);border-radius:11px;flex:0 0 210px;padding:10px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:nth-child(4){grid-column:2/4}}@media (max-width:620px){.container{width:min(100% - 28px,560px)}.brand-logo{height:24px}.brand-support{font-size:11px}.hero-grid{padding-top:30px;padding-bottom:34px}.hero-copy h1{margin-top:12px;font-size:36px}.hero-copy>p{margin-bottom:21px;font-size:14px;line-height:1.65}.hero-start-card{padding:20px}.hero-start-card>strong{font-size:21px}.hero-start-card>a{margin-top:18px}.search-input-wrap{min-height:58px;padding-left:18px}.search-input-wrap input{height:56px;font-size:13px}.popular-searches{gap:8px;margin-top:14px;line-height:1.5}.popular-searches>span{width:100%}.popular-searches a{padding:5px 9px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.task-grid,.article-grid,.featured-path{grid-template-columns:1fr}.category-card{min-height:150px;padding:16px}.category-card>div span{width:32px;height:32px}.category-card h3{margin:17px 0 6px;font-size:17px}.category-card p{display:none}.category-card footer{padding-top:10px;font-size:10px}.task-grid>a{min-height:96px;padding:17px 18px}.task-grid strong{font-size:17px}.home-article-grid .article-card{min-height:0;padding:19px}.home-article-grid .article-card h3{margin:17px 0 8px;font-size:19px}.home-article-grid .article-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-article-grid .article-card-foot{padding-top:18px}.flow-track{grid-template-columns:1fr 1fr;gap:10px}.flow-track>b{display:none}.flow-track>div{min-height:112px}.flow-venue>div i{display:none}.system-flow article header{flex-direction:column;align-items:flex-start;gap:5px}.support-band{flex-direction:column;align-items:flex-start;margin-top:52px;margin-bottom:52px;padding:28px 23px}.support-band h2{font-size:28px}.support-band .button{width:100%}.category-hero-grid{padding-top:34px;padding-bottom:38px}.category-hero h1{font-size:40px}.category-hero p{font-size:14px}.category-stats{flex-direction:column;gap:8px}.article-hero-grid{grid-template-columns:1fr;padding-top:32px;padding-bottom:38px}.article-hero h1{font-size:36px}.article-hero p{font-size:14px}.article-hero-mark{display:none}.article-layout{gap:38px;padding-top:38px}.article-sidebar{overflow:hidden}.toc-card{flex-wrap:wrap;margin-left:-2px;margin-right:-2px;padding:15px;overflow-x:visible}.toc-card>span{flex-basis:100%}.toc-card a{white-space:normal;flex:140px;min-width:0}.prerequisite-box>div{grid-template-columns:1fr}.guide-section{padding-bottom:42px}.guide-section+.guide-section{padding-top:38px}.guide-section-title h2{font-size:26px}.guide-section-title{gap:11px}.guide-paragraph{font-size:15px}.guide-steps li{grid-template-columns:38px 1fr;gap:13px}.guide-steps li>span{width:38px;height:38px}.guide-steps li:not(:last-child):after{top:38px;left:18px}[dir=rtl] .guide-steps li:not(:last-child):after{left:auto;right:18px}.guide-steps li p{margin-top:5px;font-size:14px}.guide-callout{grid-template-columns:34px 1fr;padding:17px}.guide-media-grid-multiple{grid-template-columns:1fr}.guide-media figcaption{grid-template-columns:1fr;gap:9px}.guide-media figcaption>span{width:fit-content}.article-complete{grid-template-columns:38px 1fr;padding:20px}.article-complete>span{width:38px;height:38px}.privacy-hero-inner{padding-top:38px;padding-bottom:38px}.privacy-hero h1{font-size:42px}.privacy-hero p{font-size:14px;line-height:1.7}.privacy-layout{gap:28px;padding-top:30px;padding-bottom:60px}.privacy-toc{border-left:0;border-right:0;border-radius:0;margin-left:-14px;margin-right:-14px;padding:15px 14px}.privacy-toc a{flex-basis:180px}.privacy-document>section{padding-bottom:36px}.privacy-document>section+section{padding-top:34px}.privacy-section-title{grid-template-columns:30px 1fr;gap:8px}.privacy-section-title h2{font-size:25px}.privacy-document p{font-size:14px;line-height:1.85}.privacy-document li{padding:13px 14px;font-size:13px}.privacy-contact-card{flex-direction:column;align-items:flex-start;padding:22px}.privacy-contact-card .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 22px}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:nth-child(4){grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
