@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap");:root{--navy:#06206b;--navy-deep:#041850;--navy-elevated:#102a7c;--blue:#3939fd;--blue-hover:#2626d9;--yellow:#e6ff00;--pink:#ee3c84;--white:#fff;--black:#080a12;--bg:#fff;--surface:#fff;--surface-soft:#f5f6fa;--surface-muted:#e8e7e7;--text:#161823;--text-soft:#626575;--border:#dfe1e9;--shadow:0 18px 50px rgba(6,32,107,.12);--header-bg:rgba(255,255,255,.92);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}[data-theme=dark]{--bg:#061b5d;--surface:#102a7c;--surface-soft:#0b246f;--surface-muted:#173482;--text:#fff;--text-soft:#c6ceeb;--border:rgba(255,255,255,.12);--shadow:0 20px 56px rgba(0,0,0,.26);--header-bg:rgba(6,32,107,.93)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Barlow,Arial,sans-serif;font-size:16px;line-height:1.5;transition:background .2s,color .2s}button,input,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{text-decoration:none}a,button{color:inherit}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.site-header{height:76px;position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--header-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{width:min(1240px,calc(100% - 48px));height:100%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;color:var(--navy);min-width:max-content}[data-theme=dark] .brand{color:#fff}.brand-logo{position:relative;width:116px;height:45px;display:block;flex:0 0 auto}.brand-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.brand-inverse .brand-logo-blue,.brand-logo-white,[data-theme=dark] .brand-logo-blue{opacity:0}.brand-inverse .brand-logo-white,[data-theme=dark] .brand-logo-white{opacity:1}.brand-divider{width:1px;height:29px;background:var(--border);margin:0 15px}.brand-product{font-size:15px;font-weight:700;letter-spacing:-.01em}.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.desktop-nav a,.nav-link{font-size:14px;font-weight:600;color:var(--text-soft);border:0;background:transparent;cursor:pointer;padding:10px 0}.desktop-nav a:hover,.nav-link:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:8px}.icon-button{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface);cursor:pointer}.icon-button:hover{border-color:var(--blue);color:var(--blue)}.profile{position:relative}.profile-button{height:42px;display:flex;align-items:center;gap:8px;padding:4px 10px 4px 5px;background:transparent;border:0;border-radius:24px;cursor:pointer}.profile-button:hover{background:var(--surface-soft)}.avatar{width:33px;height:33px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--text-soft)}.avatar-active{background:var(--yellow);color:var(--navy)}.profile-label{font-size:14px;font-weight:700}.profile-menu{position:absolute;right:0;top:52px;width:290px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.profile-menu p{color:var(--text-soft);font-size:14px;margin:8px 0 16px}.demo-label{font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--blue)}.mobile-menu-button,.mobile-nav{display:none}.help-hero{min-height:490px;position:relative;overflow:hidden;background:var(--navy);color:#fff;display:flex;align-items:center}.help-hero:before{width:460px;height:460px;right:-160px;top:-250px;background:var(--blue);filter:blur(1px);opacity:.7}.help-hero:after,.help-hero:before{content:"";position:absolute;border-radius:50%}.help-hero:after{width:320px;height:320px;right:10%;bottom:-310px;background:var(--yellow);opacity:.9}.kinetic-lines{position:absolute;inset:0;opacity:.1;background:repeating-linear-gradient(135deg,transparent 0 44px,#fff 44px 46px,transparent 46px 84px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 58%);mask-image:linear-gradient(90deg,transparent,#000 58%)}.hero-content{position:relative;z-index:1;padding-block:66px 70px}.eyebrow{display:inline-block;color:var(--blue);font-family:Anton,Impact,sans-serif;font-size:13px;letter-spacing:.08em;line-height:1.2}.hero-eyebrow{color:var(--yellow)}.help-hero h1{margin:11px 0 10px;font-family:Barlow,Arial,sans-serif;font-size:clamp(42px,5vw,66px);line-height:.99;letter-spacing:-.045em;text-transform:uppercase}.help-hero h1 em{color:var(--yellow);font-style:normal}.help-hero>.hero-content>p{margin:0 0 28px;color:#dbe1fb;font-size:18px}.hero-search-wrap{width:min(760px,100%);position:relative}.hero-search{height:66px;display:flex;align-items:center;gap:14px;padding:0 18px 0 22px;background:#fff;border:3px solid transparent;border-radius:var(--radius-md);color:#10142c;box-shadow:0 14px 38px rgba(0,0,0,.25)}.hero-search:focus-within{border-color:var(--yellow)}.hero-search input{flex:1 1;min-width:0;border:0;outline:0;color:#161823;background:#fff;font-size:16px}.hero-search input::placeholder{color:#777b8a}.hero-search button{background:transparent;border:0;display:flex;cursor:pointer;color:#555969}.search-shortcut{font-size:11px;font-weight:800;background:#eef0f6;color:#555969;padding:5px 8px;border-radius:5px;letter-spacing:.06em}.search-results{position:relative;z-index:2;margin-top:8px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);overflow:hidden}.search-result-label{padding:13px 18px 8px;color:var(--text-soft);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.search-results a{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-top:1px solid var(--border)}.search-results a:hover{background:var(--surface-soft);color:var(--blue)}.search-results a span{display:flex;flex-direction:column}.search-results a b{font-size:15px}.search-results a small{color:var(--text-soft)}.no-results{padding:24px;display:flex;flex-direction:column;text-align:center}.no-results span{color:var(--text-soft);font-size:14px}.internal-search-section{position:relative;z-index:20;padding-block:15px;background:var(--navy)}.internal-search-section:before{content:"";position:absolute;inset:0;opacity:.08;pointer-events:none;background:repeating-linear-gradient(135deg,transparent 0 44px,#fff 44px 46px,transparent 46px 84px)}.internal-search-section .container{position:relative}.compact-search-wrap{width:100%}.compact-search-wrap .hero-search{height:58px;border-width:2px;box-shadow:none}.compact-search-wrap .search-shortcut{display:none}.section{padding-block:80px}.section-soft{background:var(--surface-soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.contact-copy h2,.related-section h2,.section-heading h2{margin:5px 0 0;font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;line-height:1.1}.section-count{color:var(--text-soft);font-size:12px;font-weight:800;letter-spacing:.08em}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.category-card{min-height:270px;position:relative;display:flex;flex-direction:column;padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.category-card:after{content:"";position:absolute;width:80px;height:140%;right:-80px;top:-20%;transform:skew(-20deg);background:var(--yellow);opacity:0;transition:right .22s,opacity .22s}.category-card:hover{transform:translateY(-4px);border-color:var(--blue);box-shadow:var(--shadow)}.category-card:hover:after{right:-48px;opacity:1}.card-index{position:absolute;top:20px;right:23px;font-family:Anton,Impact,sans-serif;color:var(--border);font-size:25px}.category-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--navy);border-radius:var(--radius-md)}.category-card h3{margin:23px 0 8px;font-size:21px;letter-spacing:-.02em}.category-card p{margin:0;color:var(--text-soft);font-size:14px;line-height:1.55}.category-meta{margin-top:auto;padding-top:20px;display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:13px;font-weight:700}.article-list{border-top:1px solid var(--border)}.article-row{min-height:92px;display:flex;align-items:center;gap:22px;padding:17px 8px;border-bottom:1px solid var(--border);transition:padding .15s,background .15s}.article-row:hover{padding-inline:17px;background:var(--surface)}.article-number{width:42px;color:var(--blue);font-family:Anton,Impact,sans-serif;font-size:17px}.article-copy{flex:1 1;display:flex;flex-direction:column;gap:4px}.article-copy b{font-size:17px}.article-copy small{color:var(--text-soft);font-size:14px}.reading-time{color:var(--text-soft);font-size:11px;font-weight:800;letter-spacing:.07em;white-space:nowrap}.article-arrow{color:var(--blue)}.contact-section{position:relative;overflow:hidden;background:var(--navy);color:#fff}.contact-accent{position:absolute;left:-80px;top:-140px;width:270px;height:420px;background:var(--blue);transform:rotate(35deg);opacity:.7}.contact-inner{min-height:330px;position:relative;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;grid-gap:80px;gap:80px;padding-block:58px}.contact-copy .eyebrow{color:var(--yellow)}.contact-copy p{color:#cbd3f2;max-width:420px}.contact-mini-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.contact-mini-grid>:is(a,button){min-height:132px;display:flex;align-items:center;gap:14px;padding:20px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-md);cursor:pointer;font-weight:700;text-align:left;text-decoration:none}.contact-mini-grid>:is(a,button):hover{background:rgba(255,255,255,.14);border-color:var(--yellow)}.contact-mini-grid button:disabled{opacity:.58;cursor:not-allowed}.contact-mini-grid button:disabled:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}.contact-mini-grid svg{color:var(--yellow)}.contact-mini-grid>:is(a,button)>span{flex:1 1;display:flex;flex-direction:column;gap:5px}.contact-mini-grid>:is(a,button) small{color:#b8c3ea;font-size:12px;font-weight:400;line-height:1.45}.contact-mini-grid .contact-primary{background:var(--blue);border-color:var(--blue)}.contact-mini-grid .contact-adherence{grid-column:1/-1;min-height:82px}.site-footer{background:#040e31;color:#fff}.footer-inner{width:min(1180px,calc(100% - 48px));min-height:116px;margin-inline:auto;display:flex;align-items:center;gap:32px}.site-footer .brand{color:#fff}.footer-inner p{margin:0 auto 0 0;color:#99a6d3;font-size:13px}.footer-inner>span{color:#99a6d3;font-size:12px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 18px;border-radius:var(--radius-sm);border:0;font-weight:700;cursor:pointer}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:var(--blue-hover)}.button-block{width:100%}.button-lg{min-height:50px}.dialog-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(3,9,30,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.support-dialog{width:min(610px,100%);max-height:min(820px,calc(100vh - 36px));overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 28px 80px rgba(0,0,0,.35);outline:0}.login-backdrop{z-index:140}.login-dialog{width:min(440px,100%);padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 28px 80px rgba(0,0,0,.35);outline:0}.login-dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.login-lock{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--yellow);color:var(--navy)}.login-dialog-copy h2{margin:6px 0 8px;font-size:30px}.login-dialog-copy p{margin:0;color:var(--text-soft);line-height:1.55}.login-form{gap:15px;margin-top:24px}.login-form,.login-form label{display:flex;flex-direction:column}.login-form label{gap:7px;color:var(--text);font-size:13px;font-weight:700}.login-form input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);outline:0;background:var(--surface-soft);color:var(--text);font:inherit}.login-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(57,57,253,.12)}.login-form input:disabled{opacity:.7}.forgot-password{align-self:flex-end;margin-top:-7px;color:var(--blue);font-size:13px;font-weight:700;text-decoration:none}.forgot-password:hover{text-decoration:underline;text-underline-offset:3px}.login-error{margin:0;padding:11px 12px;border-radius:var(--radius-sm);background:rgba(207,35,56,.1);color:#b0152c;font-size:13px;line-height:1.45}.login-privacy{display:flex;align-items:flex-start;gap:7px;margin:17px 0 0;color:var(--text-soft);font-size:12px;line-height:1.45}.login-privacy svg{flex:0 0 auto;margin-top:1px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.dialog-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:27px 28px 20px;background:var(--surface);border-bottom:1px solid var(--border)}.dialog-head h2{margin:5px 0 0;font-size:27px;letter-spacing:-.03em}.support-choices{display:flex;flex-direction:column;gap:10px;padding:22px 28px 30px}.support-option{width:100%;min-height:80px;display:flex;align-items:center;gap:15px;text-align:left;padding:14px;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer}.support-option[href]{color:var(--text);text-decoration:none}.support-option:not(:disabled):hover{border-color:var(--blue);transform:translateX(3px)}.support-option:disabled{opacity:.62;cursor:not-allowed}.support-option>span:nth-child(2){flex:1 1;display:flex;flex-direction:column}.support-option b{font-size:16px}.support-option small{color:var(--text-soft);font-size:13px}.support-icon{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--blue)}.support-icon.whatsapp{color:#1d9e56}.support-option.featured{background:var(--navy);color:#fff;border-color:var(--navy)}.support-option.featured small{color:#c2ccee}.support-option.featured .support-icon{background:var(--yellow);color:var(--navy)}.inline-login{margin:-3px 0 3px 62px;align-self:flex-start;border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:700;cursor:pointer}.coach-access{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px 28px 42px}.coach-access .support-icon{width:62px;height:62px}.coach-access h3{margin:18px 0 6px;font-size:24px}.coach-access p{max-width:390px;margin:0 0 22px;color:var(--text-soft)}.coach-access .button{max-width:390px}.general-access p a{color:var(--blue);font-weight:750;text-decoration:underline;text-underline-offset:3px}.button-whatsapp{background:#25d366;color:#fff;border-color:#25d366}.button-whatsapp:hover{background:#1fbd5b;border-color:#1fbd5b}.ticket-form{display:flex;flex-direction:column;gap:16px;padding:24px 28px 29px}.back-button{align-self:flex-start;padding:0;border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:700;cursor:pointer}.login-suggestion{display:flex;align-items:center;gap:11px;padding:14px;background:var(--surface-soft);border-radius:var(--radius-md)}.login-suggestion>div{flex:1 1;display:flex;flex-direction:column;font-size:13px}.login-suggestion span{color:var(--text-soft)}.login-suggestion button{border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:700;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.ticket-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}.ticket-form input:not([type=file]),.ticket-form textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);padding:12px 13px;outline:0;resize:vertical}.ticket-form input:focus,.ticket-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(57,57,253,.12)}.file-field{padding:14px;border:1px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer}.file-field>span{display:flex;align-items:center;gap:8px;color:var(--blue)}.file-field small{color:var(--text-soft);font-weight:400}.file-field input{margin-top:5px;font-size:12px}.form-note{margin:-7px 0 0;text-align:center;color:var(--text-soft);font-size:12px}.ticket-success{min-height:340px;flex-direction:column;text-align:center;padding:40px}.ticket-success,.ticket-success>span{display:flex;align-items:center;justify-content:center}.ticket-success>span{width:70px;height:70px;border-radius:50%;background:var(--yellow);color:var(--navy)}.ticket-success h3{font-size:26px;margin:20px 0 5px}.ticket-success p{color:var(--text-soft);max-width:390px}.inner-hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}.inner-stripes{position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 52px,rgba(255,255,255,.05) 52px 54px,transparent 54px 92px)}.inner-hero .container{position:relative;padding-block:30px 54px}.breadcrumbs{display:flex;align-items:center;gap:6px;color:var(--text-soft);font-size:13px}.inner-hero .breadcrumbs{color:#bac5ee}.breadcrumbs>span{display:flex;align-items:center;gap:6px}.breadcrumbs a:hover{color:var(--blue)}.inner-hero .breadcrumbs a:hover{color:var(--yellow)}.category-title-row{display:flex;align-items:center;gap:24px;margin-top:38px}.large-category-icon{flex:0 0 68px;height:68px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--yellow);color:var(--navy)}.category-title-row .eyebrow{color:var(--yellow)}.category-title-row h1{margin:5px 0 3px;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.04em}.category-title-row p{margin:0;color:#c4cdef}.category-content{min-height:470px}.content-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:25px}.content-heading h2{margin:0;font-size:22px}.content-heading span{color:var(--text-soft);font-size:14px}.article-doc{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;background:var(--surface-soft);color:var(--blue);border-radius:var(--radius-sm)}.back-link{display:inline-block;margin-top:30px;color:var(--blue);font-weight:700;font-size:14px}.article-page{padding-top:0}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:space-between;grid-gap:70px;gap:70px;padding-block:34px 80px}.article-header{padding:44px 0 34px;border-bottom:1px solid var(--border)}.article-header h1{max-width:700px;margin:9px 0 13px;font-size:clamp(36px,5vw,54px);line-height:1.06;letter-spacing:-.045em}.article-summary{margin:0;max-width:670px;color:var(--text-soft);font-size:19px;line-height:1.55}.article-byline{gap:10px;margin-top:25px;color:var(--text-soft);font-size:13px}.article-byline,.mini-mark{display:flex;align-items:center}.mini-mark{width:35px;height:35px;justify-content:center;border-radius:50%;background:var(--navy);color:var(--yellow);font-weight:800;font-style:italic}.article-byline>span:nth-child(2){display:flex;flex-direction:column;color:var(--text);font-weight:600}.article-byline small{color:var(--text-soft);font-weight:400}.byline-time{display:flex;align-items:center;gap:6px;margin-left:auto}.article-body{padding-top:12px;font-size:18px;line-height:1.75}.article-body section{padding-top:30px}.article-body h2{margin:0 0 10px;font-size:26px;line-height:1.25;letter-spacing:-.02em}.article-body p{margin:0 0 18px;color:color-mix(in srgb,var(--text) 86%,transparent)}.article-body:not(.article-rich-text) ol{list-style:none;padding:3px 0 0;margin:0;counter-reset:steps}.article-body:not(.article-rich-text) li{display:flex;align-items:flex-start;gap:12px;padding:10px 0}.article-body:not(.article-rich-text) li>span{flex:0 0 28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--yellow);color:var(--navy);border-radius:50%;margin-top:2px}.article-rich-text{max-width:100%;overflow-wrap:anywhere}.article-rich-text h1,.article-rich-text h2,.article-rich-text h3,.article-rich-text h4,.article-rich-text h5,.article-rich-text h6{margin:34px 0 12px;color:var(--text);line-height:1.22;letter-spacing:-.025em}.article-rich-text h1{font-size:32px}.article-rich-text h2{font-size:26px}.article-rich-text h3{font-size:22px}.article-rich-text h4,.article-rich-text h5,.article-rich-text h6{font-size:19px}.article-rich-text p:first-child,.article-rich-text>:first-child{margin-top:24px}.article-rich-text b,.article-rich-text strong{color:var(--text);font-weight:750}.article-rich-text em,.article-rich-text i{font-style:italic}.article-rich-text ol,.article-rich-text ul{margin:8px 0 22px;padding-left:28px}.article-rich-text ol{list-style:decimal;counter-reset:none}.article-rich-text ul{list-style:disc}.article-rich-text li{display:list-item;padding:4px 0 4px 5px}.article-rich-text li>p{margin:0}.article-rich-text li::marker{color:var(--blue);font-weight:800}.article-rich-text a{color:var(--blue);font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-rich-text a:hover{color:var(--navy)}.article-rich-text blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid var(--yellow);background:var(--surface-soft);color:var(--text-soft)}.article-rich-text pre{max-width:100%;padding:16px;overflow-x:auto;border-radius:var(--radius-sm);background:var(--navy);color:#fff;font-size:14px;line-height:1.6}.article-rich-text code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em}.article-rich-text hr{margin:30px 0;border:0;border-top:1px solid var(--border)}.article-rich-text figure{margin:28px 0}.article-rich-text figcaption{margin-top:8px;color:var(--text-soft);font-size:13px;text-align:center}.article-content-image{display:block;max-width:100%;height:auto;margin:24px auto;border-radius:var(--radius-md)}.article-content-embed{display:block;width:100%;height:auto;aspect-ratio:16/9;margin:28px 0;border:0;border-radius:var(--radius-md);background:#000}.article-rich-text table{display:block;width:100%;margin:24px 0;overflow-x:auto;border-collapse:collapse}.article-rich-text td,.article-rich-text th{padding:10px 12px;border:1px solid var(--border);text-align:left}.article-rich-text th{background:var(--surface-soft)}.helpful-vote{min-height:96px;margin-top:48px;padding:22px;display:flex;align-items:center;gap:14px;background:var(--surface-soft);border-radius:var(--radius-md)}.helpful-vote button{display:flex;align-items:center;gap:7px;padding:9px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.helpful-vote button:hover{border-color:var(--blue);color:var(--blue)}.helpful-vote>span:not(.helpful-icon){flex:1 1;display:flex;flex-direction:column}.helpful-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--yellow);color:var(--navy)}.helpful-vote small{color:var(--text-soft)}.article-aside{padding-top:112px}.aside-block{position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column;gap:11px;padding-left:18px;border-left:2px solid var(--border)}.aside-block>span:not(.eyebrow){color:var(--text-soft);font-size:13px}.aside-help{margin-top:32px;padding:20px;background:var(--navy);color:#fff;border-radius:var(--radius-md)}.aside-help p{margin:6px 0 15px;color:#c4cdef;font-size:13px}.aside-help a{display:flex;align-items:center;gap:6px;color:var(--yellow);font-size:13px;font-weight:700}.related-section{padding-block:60px 75px;background:var(--surface-soft)}.related-section h2{margin-bottom:25px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.related-grid a{min-height:140px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.related-grid a:hover{border-color:var(--blue)}.related-grid span{display:flex;align-items:center;justify-content:space-between;color:var(--text-soft);font-size:12px}.not-found{min-height:calc(100vh - 192px);flex-direction:column;text-align:center;padding-block:80px}.not-found,.not-found>span{display:flex;align-items:center;justify-content:center}.not-found>span{width:72px;height:72px;border-radius:50%;color:var(--navy);background:var(--yellow)}.error-code{margin-top:22px;color:var(--blue);font-family:Anton,Impact,sans-serif;font-size:18px}.not-found h1{margin:5px 0;font-size:34px}.not-found p{color:var(--text-soft);margin:0 0 24px}@media (max-width:900px){.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav{display:flex;flex-direction:column;position:absolute;top:75px;left:0;right:0;padding:14px 24px 20px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.mobile-nav a,.mobile-nav button{padding:13px 0;text-align:left;border:0;border-bottom:1px solid var(--border);background:transparent;font-weight:700}.category-grid{grid-template-columns:repeat(2,1fr)}.contact-inner{gap:28px}.article-layout,.contact-inner{grid-template-columns:1fr}.article-aside{display:none}}@media (max-width:640px){.container,.footer-inner,.header-inner{width:min(100% - 32px,1180px)}.site-header{height:68px}.brand-divider,.brand-product,.profile-button>svg,.profile-label{display:none}.brand-logo{width:96px;height:38px}.profile-button{padding:4px}.mobile-nav{top:67px}.help-hero{min-height:500px}.hero-content{padding-block:56px 64px}.help-hero h1{font-size:43px}.help-hero>.hero-content>p{font-size:16px}.hero-search{height:60px;padding-inline:15px}.internal-search-section{padding-block:12px}.compact-search-wrap .hero-search{height:52px}.search-shortcut{display:none}.section{padding-block:58px}.section-heading{align-items:flex-start;margin-bottom:24px}.section-count{display:none}.category-grid{grid-template-columns:1fr}.category-card{min-height:235px;padding:22px}.article-row{gap:12px;padding-inline:0}.article-number{width:26px}.article-copy small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reading-time{display:none}.contact-mini-grid{grid-template-columns:1fr}.contact-mini-grid>:is(a,button){min-height:118px;padding:14px}.footer-inner{min-height:150px;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.footer-inner p{margin:0}.dialog-backdrop{padding:0;align-items:flex-end}.support-dialog{max-height:92vh;border-radius:22px 22px 0 0}.login-dialog{width:100%;padding:24px 20px 26px;border-radius:22px 22px 0 0}.dialog-head{padding:22px 18px 17px}.support-choices,.ticket-form{padding:18px}.form-grid{grid-template-columns:1fr}.login-suggestion{align-items:flex-start;flex-wrap:wrap}.login-suggestion button{margin-left:31px}.inner-hero .container{padding-block:23px 40px}.category-title-row{align-items:flex-start;gap:15px;margin-top:28px}.large-category-icon{flex-basis:54px;height:54px}.category-title-row h1{font-size:33px}.content-heading{align-items:flex-start;flex-direction:column}.article-layout{padding-block:25px 58px}.article-header{padding:32px 0 25px}.article-header h1{font-size:37px}.article-summary{font-size:17px}.article-byline{flex-wrap:wrap}.byline-time{width:100%;margin:4px 0 0 45px}.article-body{font-size:17px}.article-rich-text h1{font-size:28px}.article-rich-text h2{font-size:24px}.article-content-embed{border-radius:var(--radius-sm)}.helpful-vote{align-items:flex-start;flex-direction:column}.helpful-vote button{width:100%;justify-content:center}.related-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important;animation:none!important}}