a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}hr{padding:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:1em}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:var(--dxp-g-brand);text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:700}*,:after,:before{box-sizing:border-box}img{max-width:100%;height:auto}audio,canvas,iframe,img,svg,video{vertical-align:middle}img{border:0}:root{--hai-blue:#4f7ff2;--hai-blue-dark:#3a66d6;--hai-coral:#ff672e;--hai-coral-soft:#fff7f2;--hai-ink:#0a0a0a;--hai-body:#4a4a4a;--hai-muted:#8a8a8a;--hai-line:#e6e8ee;--hai-surface:#fff;--hai-bg-1:#f0f4ff;--hai-bg-2:#e8efff;--hai-bg-3:#dce8ff;--hai-bg-grad:linear-gradient(135deg,var(--hai-bg-1) 0%,var(--hai-bg-2) 40%,var(--hai-bg-3) 100%);--font-hai-sans:"Instrument Sans","Albert Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-hai-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--hai-shadow-sm:0 2px 8px rgba(15,23,42,.06);--hai-shadow-md:0 12px 32px rgba(79,127,242,.14);--hai-shadow-lg:0 24px 60px rgba(79,127,242,.22)}.hai-shell{position:relative;min-height:100vh;width:100%;background:var(--hai-bg-grad);font-family:var(--font-hai-sans);color:var(--hai-ink);overflow:hidden}.hai-shell__orb{position:absolute;pointer-events:none;border-radius:50%;z-index:0}.hai-shell__orb--blue{top:-200px;right:-100px;width:800px;height:800px;background:radial-gradient(circle,rgba(79,127,242,.16) 0,rgba(79,127,242,.04) 60%,transparent 80%);animation:haiOrbFloat 8s ease-in-out infinite}.hai-shell__orb--coral{bottom:-150px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(255,103,46,.05) 0,transparent 70%);animation:haiOrbFloat 10s ease-in-out 2s infinite reverse}.hai-shell__decoration{position:absolute;pointer-events:none;opacity:.08;mix-blend-mode:multiply;z-index:0}.hai-shell__content{position:relative;z-index:1}.hai-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 26px;border:none;border-radius:12px;font-family:var(--font-hai-sans);font-size:15px;font-weight:600;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.hai-btn:focus-visible{outline:2px solid var(--hai-blue);outline-offset:3px}.hai-btn--primary{background:var(--hai-blue);color:#fff;box-shadow:0 4px 20px #4f7ff259}.hai-btn--primary:hover{background:var(--hai-blue-dark);transform:translateY(-1px)}.hai-btn--ghost{background:#fff;color:var(--hai-ink);border:1.5px solid var(--hai-line)}.hai-btn--ghost:hover{border-color:var(--hai-blue);color:var(--hai-blue)}.hai-card{position:relative;background:var(--hai-surface);border:1px solid rgba(79,127,242,.14);border-radius:20px;box-shadow:var(--hai-shadow-md);padding:28px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hai-card:hover{transform:translateY(-4px);border-color:#4f7ff252;box-shadow:var(--hai-shadow-lg)}.hai-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#4f7ff21a;font-family:var(--font-hai-sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.hai-accent,.hai-eyebrow{color:var(--hai-blue);font-weight:600}.hai-accent{font-family:var(--font-hai-serif);font-style:italic}@keyframes haiOrbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.03)}}@media(prefers-reduced-motion:reduce){.hai-shell__orb{animation:none}}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}:root{--font-family-Albert:"Albert Sans",sans-serif;--font-weight:400;--bold-font-weight:700;--font-style:normal;cursor:default;pointer-events:all}.albert-sans-regular{font-optical-sizing:auto;font-weight:var(--font-weight);font-style:var(--font-style)}.albert-sans-bold,.albert-sans-regular{font-family:var(--font-family-Albert),serif}.albert-sans-bold{font-optical-sizing:auto;font-weight:var(--bold-font-weight);font-style:var(--font-style)}
