/* HUAYIPAY public website. Self-contained styles; console and alternate templates stay independent. */
:root{--ph-bg:#fff;--ph-surface:#f6f8fc;--ph-ink:#20324e;--ph-muted:#64748b;--ph-line:#e7edf5;--ph-blue:#3565dc;--ph-soft:#edf3ff;--ph-card:#fff;--ph-shadow:0 22px 60px #2e569512}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body.public-home{margin:0;background:var(--ph-bg);color:var(--ph-ink);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}
.public-home *{box-sizing:border-box}
.public-home [hidden]{display:none!important}
.public-home a{color:inherit;text-decoration:none}
.public-home button{font:inherit;cursor:pointer}
.public-home :is(a,button,summary):focus-visible{outline:2px solid #6687d5;outline-offset:5px}
.public-home h1,.public-home h2,.public-home h3,.public-home p{margin:0}
.ph-container{max-width:1180px;width:calc(100% - 96px);margin-inline:auto}
.ph-symbols{position:absolute;width:0;height:0;overflow:hidden}
.ph-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ph-skip{position:fixed;top:-60px;left:20px;z-index:100;padding:12px 18px;background:var(--ph-card);border:1px solid var(--ph-line)}
.ph-skip:focus{top:10px}
.ph-header{position:sticky;top:0;z-index:50;background:var(--ph-bg);border-bottom:1px solid var(--ph-line)}
.ph-header-inner{max-width:1330px;width:calc(100% - 80px);margin:auto;min-height:80px;display:flex;align-items:center;gap:40px}
.ph-brand{display:flex;align-items:center;gap:11px;flex:none;color:var(--ph-ink)}
.ph-brand img{max-width:125px;max-height:34px;object-fit:contain}
.ph-brand b{font-size:20px;letter-spacing:.3px;font-weight:650}
.ph-brand-mark{display:grid;place-items:center;width:33px;height:35px;background:var(--ph-blue);color:#fff;border-radius:8px;font-weight:600;font-size:23px}
.ph-navigation{display:flex;justify-content:center;align-items:center;gap:30px;flex:1;flex-wrap:wrap;padding-block:10px}
.ph-navigation a{font-size:14px;color:#5f6d84;white-space:nowrap;transition:color .15s}
.ph-navigation a:hover{color:var(--ph-blue)}
.ph-header-actions{display:flex;align-items:center;gap:15px;flex:none}
.ph-login{display:flex;align-items:center;gap:15px;font-size:12px;padding:9px 17px;border:1px solid #dbe4f5;border-radius:5px;color:var(--ph-blue)!important}
.ph-login:hover{background:var(--ph-soft)}
.ph-login .ph-icon{width:16px;height:16px}
.ph-menu-button{display:none;border:0;background:none;padding:7px;color:var(--ph-ink)}
.ph-menu-button svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.5;fill:none}
.ph-hero{position:relative;background:radial-gradient(ellipse at 85% 24%,#dfebff80,transparent 62%),linear-gradient(150deg,#fff 15%,#f4f7fe 85%);overflow:hidden}
.ph-hero-inner{display:grid;grid-template-columns:1fr 1.08fr;gap:20px;align-items:center;min-height:595px;padding-top:52px;padding-bottom:55px}
.ph-hero-copy{position:relative;z-index:2;padding:10px 0}
.ph-eyebrow{display:flex;align-items:center;gap:9px;color:#7285a7;font-size:11px;letter-spacing:.4px;margin-bottom:27px;flex-wrap:wrap}
.ph-eyebrow>span{position:relative;display:block;flex:none;width:5px;height:5px;border-radius:50%;background:#6083cf;box-shadow:0 0 0 4px #e9effa;animation:ph-brand-breathe 2.8s ease-in-out infinite}
.ph-eyebrow>span::before,.ph-eyebrow>span::after{content:"";position:absolute;inset:-4px;border:1px solid #6083cf;border-radius:50%;pointer-events:none;opacity:0;animation:ph-brand-ripple 2.8s ease-out infinite}
.ph-eyebrow>span::after{animation-delay:1.4s}
@keyframes ph-brand-breathe{0%,100%{background:#6083cf;box-shadow:0 0 0 4px #e9effa}50%{background:#3565dc;box-shadow:0 0 0 5px #dfe9fc}}
@keyframes ph-brand-ripple{0%{transform:scale(.7);opacity:0}15%{opacity:.45}80%,100%{transform:scale(2.2);opacity:0}}
.ph-eyebrow i{font-style:normal;color:#b0c0d9;padding:0 4px}
.ph-hero h1{font-size:clamp(42px,4.9vw,65px);line-height:1.35;letter-spacing:-1.5px;color:#243d63;overflow-wrap:anywhere}
.ph-hero h1 em{font-style:normal;color:#4974ce}
.ph-hero .site-home-subtitle{font-size:15px;line-height:1.9;color:var(--ph-muted);margin-top:22px;max-width:435px}
.ph-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.ph-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:47px;padding:12px 23px;font-size:13px;font-weight:500;border-radius:5px;transition:background .18s,transform .18s}
.ph-button:hover{transform:translateY(-2px)}
.ph-button-primary{background:#416ddd;color:#fff!important;box-shadow:0 6px 15px #4271cd17;border:1px solid #416ddd}
.ph-button-primary:hover{background:#315bcc}
.ph-button-outline{border:1px solid #dce4f1;color:#5f7394!important;background:#ffffff94}
.ph-button-outline:hover{background:#fff}
.ph-button .ph-icon{width:17px;height:17px}
.ph-tags{display:flex;align-items:center;gap:18px;margin-top:29px;flex-wrap:wrap}
.ph-tags span{display:flex;align-items:center;gap:5px;font-size:10px;color:#95a2b7;white-space:nowrap}
.ph-tags .ph-icon{width:13px;height:13px;color:#8fa7cf}
.ph-hero-art{position:relative;min-width:0;width:100%;height:470px;isolation:isolate}
.ph-art-grid{position:absolute;inset:80px -10px 20px;background-image:linear-gradient(#b4c6e125 1px,transparent 1px),linear-gradient(90deg,#b4c6e125 1px,transparent 1px);background-size:35px 35px;transform:perspective(500px) rotateX(55deg) rotateZ(-25deg);mask-image:radial-gradient(ellipse,#000 15%,transparent 69%);z-index:-1}
.ph-art-orbit{position:absolute;border:1px solid #adc6f133;border-radius:50%;width:400px;height:400px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}
.orbit-two{width:495px;height:495px;border-color:#adc6f11c}
.ph-art-wires{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#a9c2ed;stroke-width:1;stroke-dasharray:4 5}
.ph-art-pulse{stroke:#6893e2;stroke-width:2;stroke-dasharray:9 360;animation:ph-connect 12s linear infinite}
.ph-growth-arrow{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;z-index:0}
.ph-growth-track{stroke:url(#ph-growth-color);stroke-width:2.4}
.ph-growth-flow{stroke:#5e8be7;stroke-width:3;stroke-dasharray:11 39;stroke-dashoffset:100;filter:drop-shadow(0 0 4px #89aff970);animation:ph-growth-stream 4s linear infinite}
.ph-growth-tip{stroke:#5c87dd;stroke-width:2.6}
@keyframes ph-growth-stream{to{stroke-dashoffset:0}}
.ph-art-console{position:absolute;z-index:1;left:14%;top:80px;width:73%;max-width:360px;background:#ffffffed;border:1px solid #dfe8f6;border-radius:13px;box-shadow:15px 25px 65px #526f9b16,inset 0 0 0 5px #fff;transform:perspective(1000px) rotateY(-8deg) rotateX(3deg) rotateZ(-3deg);padding:17px 20px 15px;animation:ph-float 7s ease-in-out infinite}
.ph-console-bar{display:flex;align-items:center;gap:9px;border-bottom:1px solid #eff2f7;padding-bottom:14px;color:#6480a6;font-size:11px}
.ph-console-mark{display:grid;place-items:center;width:22px;height:23px;background:#4a75cf;color:white;border-radius:5px;font-size:15px;font-weight:600}
.ph-console-dots{margin-left:auto;font-size:19px;color:#a4b4cd;letter-spacing:2px}
.ph-console-heading{display:flex;flex-direction:column;gap:5px;margin:17px 0 15px}
.ph-console-heading small{font-size:7px;letter-spacing:1.6px;color:#9eafc9}
.ph-console-heading strong{font-size:17px;font-weight:500;color:#3b567c}
.ph-console-menu{display:flex;gap:4px;background:#f6f8fc;padding:4px;border-radius:5px;margin-bottom:14px}
.ph-console-menu span{flex:1;text-align:center;font-size:9px;color:#9aa9c0;padding:4px}
.ph-console-menu .selected{background:white;box-shadow:0 1px 5px #2c4f8610;color:#6989be;border-radius:3px}
.ph-console-row{display:flex;align-items:center;gap:11px;padding:12px 2px;border-bottom:1px solid #f0f3f9}
.ph-console-row>.ph-icon{width:28px;height:28px;background:#f0f5ff;color:#84a2d0;padding:5px;border-radius:6px}
.ph-console-row>div{display:flex;flex-direction:column;gap:3px}
.ph-console-row b{font-size:10px;font-weight:500;color:#526989}
.ph-console-row small{font-size:8px;color:#71839b}
.ph-console-row>span{margin-left:auto;color:#b7c4d9;font-size:11px}
.ph-console-foot{display:flex;align-items:center;gap:6px;margin-top:15px;font-size:8px;color:#a4b3ca}
.ph-console-foot i{width:4px;height:4px;border-radius:50%;background:#a2badd}
.ph-art-chip{position:absolute;display:flex;align-items:center;gap:12px;background:#ffffffeb;border:1px solid #e2eaf6;border-radius:10px;padding:15px 17px;box-shadow:0 12px 35px #577fb218;z-index:3;animation:ph-chip-float 6s ease-in-out infinite}
.chip-top{top:32px;left:3%;min-width:187px;transform:rotate(-5deg)}
.chip-bottom{right:0;bottom:36px;transform:rotate(3deg);animation-delay:-3s}
.ph-chip-icon{display:grid;place-items:center;width:35px;height:35px;background:#edf3ff;color:#7598d6;border-radius:8px}
.ph-art-chip>div{display:flex;flex-direction:column;gap:4px}
.ph-art-chip b{font-size:11px;color:#6e87aa;font-weight:500}
.ph-art-chip small{font-size:8px;color:#71839b}
.ph-chip-arrow{color:#a8b9d4;font-size:13px;margin-left:15px}
.ph-chip-code{display:grid;place-items:center;width:38px;height:38px;background:#547fdb;color:#fff;border-radius:8px;font-size:16px;font-weight:600}
.ph-art-caption{position:absolute;bottom:-3px;left:0;right:0;text-align:center;color:#a5b5cd;font-size:8px;letter-spacing:.6px}
.ph-hero-bottom{display:flex;align-items:center;gap:25px;padding:23px 0 25px;border-top:1px solid #dfe7f2}
.ph-hero-bottom>span{font-size:13px;color:#5b7192;flex:none}
.ph-hero-bottom p{font-size:11px;color:#93a3ba;flex:1}
.ph-hero-bottom a{font-size:10px;color:#8a9bb5;display:flex;gap:17px;white-space:nowrap}
.ph-section{padding-top:85px;padding-bottom:85px;scroll-margin-top:25px}
.ph-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:35px}
.ph-kicker{display:block;font-size:9px;color:#8a9fbe;letter-spacing:1.6px;margin-bottom:12px}
.ph-section-heading h2,.ph-faq h2{font-size:30px;line-height:1.5;letter-spacing:-.5px;color:var(--ph-ink)}
.ph-section-heading>p{font-size:12px;line-height:1.9;color:var(--ph-muted);max-width:350px}
.ph-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ph-product-card{display:flex;flex-direction:column;position:relative;min-width:0;padding:29px;border:1px solid var(--ph-line);border-radius:8px;background:var(--ph-card);transition:border-color .2s,transform .2s,box-shadow .2s}
.ph-product-card:hover{border-color:#c0d1ef;transform:translateY(-4px);box-shadow:0 16px 35px #40609708}
.ph-product-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}
.ph-product-symbol{display:grid;place-items:center;width:44px;height:44px;border-radius:9px;background:var(--ph-soft);color:#7896c8}
.ph-product-symbol .ph-icon{width:22px;height:22px}
.ph-product-card-top small{font-size:11px;color:#b6c2d4}
.ph-product-card h3{font-size:19px;color:var(--ph-ink);margin-bottom:12px}
.ph-product-card p{font-size:14px;line-height:1.95;color:var(--ph-muted);flex:1;white-space:pre-line}
.ph-card-link{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:28px;padding-top:21px;border-top:1px solid var(--ph-line);font-size:11px;color:#6682af!important}
.ph-card-link .ph-icon{width:16px;height:16px}
.ph-workspace-section{background:var(--ph-surface);padding:80px 0}
.ph-workspace-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px}
.ph-role-tabs{display:flex;flex-direction:column;gap:12px;align-self:start}
.ph-role-tabs button{display:flex;align-items:center;gap:16px;text-align:left;min-height:95px;width:100%;border:1px solid transparent;border-radius:7px;background:transparent;padding:19px;color:var(--ph-muted);transition:background .2s,border-color .2s}
.ph-role-tabs button>span{font-size:10px;align-self:flex-start;margin-top:4px;color:#a0b0c8}
.ph-role-tabs button>div{display:flex;flex-direction:column;gap:8px;flex:1}
.ph-role-tabs b{font-size:16px;color:#657b9b;font-weight:500}
.ph-role-tabs small{font-size:11px;color:#9aaac0}
.ph-role-tabs .ph-icon{width:17px;height:17px;color:#a3b3cc}
.ph-role-tabs button:hover{background:var(--ph-card)}
.ph-role-tabs button[aria-selected=true]{background:var(--ph-card);border-color:#e0e8f4;box-shadow:0 7px 15px #48679106}
.ph-role-tabs button[aria-selected=true] b{color:#557abc}
.ph-role-tabs button[aria-selected=true] .ph-icon{color:#7595ca}
.ph-role-content{background:var(--ph-card);border:1px solid var(--ph-line);border-radius:10px;padding:37px 43px 24px;min-width:0}
.ph-panel-label{font-size:9px;color:#91a5c4;letter-spacing:1.7px}
.ph-role-content h3{font-size:26px;line-height:1.55;margin-top:15px;color:var(--ph-ink)}
.ph-role-content article>p{font-size:14px;color:var(--ph-muted);line-height:2;margin-top:15px;max-width:530px}
.ph-role-capabilities{display:flex;flex-wrap:wrap;gap:15px 25px;margin:23px 0 25px}
.ph-role-capabilities span{display:flex;align-items:center;gap:6px;font-size:11px;color:#8298b8}
.ph-role-capabilities .ph-icon{width:14px;height:14px;color:#789acb}
.ph-inline-link{display:inline-flex;align-items:center;gap:17px;font-size:12px;color:#6688bf!important}
.ph-inline-link .ph-icon{width:17px;height:17px}
.ph-workspace-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--ph-line);margin-top:30px;padding-top:22px;font-size:10px;color:#a1b0c7}
.ph-workspace-foot i{font-style:normal;color:#bdc9da}
.ph-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;list-style:none;padding:0;margin:45px 0 0}
.ph-step-index{display:flex;align-items:center;gap:18px;margin-bottom:23px}
.ph-step-index span{display:grid;place-items:center;width:39px;height:39px;background:var(--ph-soft);color:#7391c0;border:1px solid #e0e9f8;border-radius:50%;font-size:12px;flex:none}
.ph-step-index i{height:1px;flex:1;background:var(--ph-line);position:relative}
.ph-step-index i:after{content:"";position:absolute;right:0;top:-2px;width:4px;height:4px;border-top:1px solid #cfdaeb;border-right:1px solid #cfdaeb;transform:rotate(45deg)}
.ph-steps li:last-child .ph-step-index i{opacity:0}
.ph-steps h3{font-size:17px;margin-bottom:11px;color:var(--ph-ink)}
.ph-steps p{font-size:14px;line-height:1.9;color:var(--ph-muted);white-space:pre-line}
.ph-faq{display:grid;grid-template-columns:1fr 1.5fr;gap:85px;border-top:1px solid var(--ph-line);padding-top:66px}
.ph-faq>div:first-child>p{margin-top:12px;font-size:12px;color:var(--ph-muted)}
.ph-faq>div:first-child>.ph-inline-link{margin-top:25px}
.ph-faq details{border-bottom:1px solid var(--ph-line)}
.ph-faq summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:21px 0;cursor:pointer;list-style:none;font-size:14px;color:#5a7093}
.ph-faq summary::-webkit-details-marker{display:none}
.ph-faq summary>span{color:#a0b4d2;font-size:18px;transition:transform .15s}
.ph-faq details[open] summary>span{transform:rotate(45deg)}
.ph-faq details>div{padding-bottom:22px}
.ph-faq details p{font-size:14px;color:var(--ph-muted);line-height:2;white-space:pre-line}
.ph-faq details .ph-inline-link{margin-top:12px}
.ph-text-section{border-top:1px solid var(--ph-line)}
.ph-text-section article{margin-top:25px}
.ph-text-section article h3{margin-bottom:12px}
.ph-text-section article p{white-space:pre-line;font-size:13px;color:var(--ph-muted)}
.ph-cta{background:linear-gradient(120deg,#edf3ff,#f7f9fe);border-top:1px solid #e8eef8;border-bottom:1px solid #e8eef8;padding:52px 0}
.ph-cta>.ph-container{display:flex;align-items:center;justify-content:space-between;gap:35px}
.ph-cta h2{font-size:30px;color:#46658e}
.ph-cta p{font-size:12px;color:#90a2bc;margin-top:10px}
.ph-cta>.ph-container>div:last-child{display:flex;flex-direction:column;align-items:center;gap:13px}
.ph-cta-help{font-size:10px;color:#91a4c2!important}
.ph-footer{padding:50px 0 0;background:var(--ph-bg)}
.ph-footer-main{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.1fr;gap:45px;padding-bottom:40px}
.ph-footer-main>div{min-width:0}
.ph-footer-main h3{font-size:12px;color:#617a9c;margin-bottom:17px}
.ph-footer-main>div>a:not(.ph-brand){display:block;font-size:11px;color:#93a3bc;margin-bottom:9px}
.ph-footer-main>div>a:hover{color:var(--ph-blue)}
.ph-footer-brand .ph-brand img{max-height:29px}
.ph-footer-brand .ph-brand b{font-size:18px}
.ph-footer-brand p{font-size:11px;color:#93a3bb;margin-top:20px}
.ph-footer-brand small{display:block;font-size:9px;color:#adbacd;margin-top:11px}
.ph-contact p{font-size:11px;line-height:1.85;color:#93a3bc;overflow-wrap:anywhere;margin-bottom:6px}
.ph-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--ph-line);padding-top:20px;padding-bottom:23px;font-size:9px;color:#71839b}
.ph-footer-bottom i{font-style:normal;padding:0 10px}
@keyframes ph-connect{to{stroke-dashoffset:-740}}
@keyframes ph-float{50%{translate:0 -8px}}
@keyframes ph-chip-float{50%{translate:0 7px}}
html[data-theme=dark]{--ph-bg:#101b2c;--ph-surface:#132037;--ph-card:#18263e;--ph-ink:#d6e2f5;--ph-muted:#91a3bf;--ph-line:#263750;--ph-soft:#243a60;--ph-blue:#87a8ee}
html[data-theme=dark] .ph-hero{background:radial-gradient(ellipse at 80% 30%,#27487580,transparent 65%),#111d32}
html[data-theme=dark] .ph-hero h1{color:#d6e3fa}
html[data-theme=dark] .ph-hero h1 em{color:#83a7f0}
html[data-theme=dark] .ph-button-outline{background:#233858;border-color:#334969;color:#a3bce3!important}
html[data-theme=dark] .ph-navigation a{color:#a3b5d0}
html[data-theme=dark] .ph-hero-bottom{border-color:#2a3d5b}
html[data-theme=dark] .ph-hero-bottom>span{color:#a0b4d4}
html[data-theme=dark] .ph-role-tabs b,html[data-theme=dark] .ph-faq summary{color:#adc0de}
html[data-theme=dark] .ph-role-tabs button[aria-selected=true]{border-color:#3b5073}
html[data-theme=dark] .ph-cta{background:linear-gradient(120deg,#1b3052,#15243b);border-color:#293d60}
html[data-theme=dark] .ph-cta h2{color:#bdd0ed}
html[data-theme=dark] .ph-role-tabs button[aria-selected=true] b{color:#aac6fc}
html[data-theme=dark] :is(.ph-inline-link,.ph-card-link){color:#a2bde8!important}
html[data-theme=dark] .ph-footer-bottom{color:#91a3bf}
@media(min-width:1450px){.ph-hero-inner{min-height:650px}.ph-hero-art{height:480px}.ph-art-console{left:18%;top:82px}.chip-top{left:8%}.chip-bottom{right:1%}}
@media(max-width:1100px){.ph-container{width:calc(100% - 64px)}.ph-header-inner{width:calc(100% - 52px);gap:24px}.ph-navigation{gap:20px}.ph-hero-inner{gap:10px;min-height:565px}.ph-hero h1{font-size:51px}.ph-hero .site-home-subtitle{font-size:14px}.ph-hero-art{height:440px}.ph-art-console{left:10%;width:82%;top:73px;padding-inline:18px}.chip-top{top:18px;left:0;min-width:163px;padding:12px}.chip-bottom{bottom:10px;padding:12px}.ph-art-caption{bottom:-18px}.ph-tags{gap:12px}.ph-tags span{font-size:9px}.ph-button{padding:12px 18px;gap:20px;font-size:12px}.ph-workspace-layout{grid-template-columns:260px minmax(0,1fr);gap:30px}.ph-role-content{padding:30px}.ph-footer-main{gap:25px}}
@media(max-width:900px){.ph-header-inner{min-height:70px}.ph-menu-button{display:grid;place-items:center}.ph-header-actions{margin-left:auto}.ph-navigation{display:none;position:absolute;top:100%;left:0;right:0;padding:15px 28px 22px;background:var(--ph-bg);border-bottom:1px solid var(--ph-line);box-shadow:0 15px 20px #38577708;align-items:stretch;flex-direction:column;gap:0}.ph-navigation.open{display:flex}.ph-navigation a{padding:12px 6px;font-size:14px}.ph-hero-inner{grid-template-columns:1fr 1fr;min-height:540px}.ph-hero h1{font-size:44px}.ph-hero-copy{padding-top:0}.ph-hero-actions{gap:10px}.ph-hero-actions .ph-button{padding:10px 14px;gap:10px;min-height:43px}.ph-hero-art{transform:scale(.92);transform-origin:center}.ph-art-console{width:92%;left:0}.chip-top{left:-10px}.chip-bottom{right:-10px}.ph-hero-bottom{gap:18px}.ph-hero-bottom>span{font-size:12px}.ph-hero-bottom p{font-size:10px}.ph-section-heading h2,.ph-faq h2{font-size:25px}.ph-product-card{padding:23px}.ph-product-grid{gap:16px}.ph-workspace-layout{gap:22px;grid-template-columns:220px minmax(0,1fr)}.ph-role-tabs button{padding:17px 14px;gap:10px}.ph-role-tabs b{font-size:14px}.ph-role-tabs small{font-size:10px}.ph-role-content{padding:25px}.ph-role-content h3{font-size:23px}.ph-role-capabilities{gap:12px}.ph-steps{gap:22px}.ph-faq{gap:40px}.ph-footer-main{grid-template-columns:1.4fr 1fr 1fr}.ph-contact{grid-column:1/-1;display:flex;align-items:flex-start;gap:12px 22px;flex-wrap:wrap}.ph-contact h3{margin:0}.ph-contact p{margin:0}.ph-footer-bottom{flex-wrap:wrap}}
@media(max-width:680px){html{scroll-padding-top:85px}.ph-container{width:calc(100% - 40px)}.ph-header-inner{width:calc(100% - 36px);min-height:65px;gap:12px}.ph-brand{gap:8px}.ph-brand b{font-size:17px}.ph-brand img{max-height:29px;max-width:100px}.ph-login{padding:7px 10px;font-size:11px;gap:8px}.ph-login .ph-icon{display:none}.ph-header-actions{gap:7px}.ph-menu-button{padding:5px}.ph-hero-inner{grid-template-columns:minmax(0,1fr);gap:2px;padding-top:44px;padding-bottom:20px;min-height:0}.ph-hero-copy{text-align:center;padding:0 6px}.ph-eyebrow{justify-content:center;margin-bottom:23px;font-size:10px}.ph-hero h1{font-size:45px;line-height:1.3;letter-spacing:-1px}.ph-hero .site-home-subtitle{font-size:13px;margin:21px auto 0;max-width:340px}.ph-hero-actions{justify-content:center;gap:12px;margin-top:26px}.ph-hero-actions .ph-button{padding:12px 18px;min-height:44px;gap:13px;font-size:12px}.ph-tags{justify-content:center;margin-top:22px;gap:12px}.ph-tags span{font-size:9px}.ph-hero-art{height:415px;max-width:400px;justify-self:center;transform:none;margin-top:20px}.ph-art-console{left:12%;width:77%;top:59px;padding:16px 18px;transform:perspective(1000px) rotateY(-6deg) rotateX(3deg) rotateZ(-3deg)}.ph-console-heading strong{font-size:16px}.chip-top{left:0;top:10px;min-width:155px;gap:9px}.chip-bottom{right:-2px;bottom:5px}.ph-art-caption{bottom:-14px;font-size:7px}.ph-hero-bottom{flex-wrap:wrap;gap:7px 15px;padding:20px 0;margin-top:20px}.ph-hero-bottom>span{font-size:12px}.ph-hero-bottom p{flex-basis:100%;font-size:10px;order:3}.ph-hero-bottom a{margin-left:auto;font-size:9px;gap:8px}.ph-section{padding-top:52px;padding-bottom:52px}.ph-section-heading{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:26px}.ph-section-heading h2,.ph-faq h2{font-size:25px}.ph-section-heading>p{font-size:12px}.ph-kicker{font-size:8px;margin-bottom:10px;letter-spacing:1.3px}.ph-product-grid{grid-template-columns:minmax(0,1fr);gap:14px}.ph-product-card{padding:24px}.ph-product-card-top{margin-bottom:17px}.ph-product-card h3{font-size:19px}.ph-product-card p{font-size:13px}.ph-card-link{margin-top:20px;padding-top:16px;font-size:12px}.ph-workspace-section{padding:50px 0}.ph-workspace-layout{grid-template-columns:minmax(0,1fr);gap:18px}.ph-role-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.ph-role-tabs button{min-height:51px;padding:13px 5px;justify-content:center}.ph-role-tabs button>span,.ph-role-tabs button small,.ph-role-tabs button>.ph-icon{display:none}.ph-role-tabs button>div{flex:none}.ph-role-tabs b{font-size:12px}.ph-role-content{padding:26px 23px 21px}.ph-role-content h3{font-size:23px}.ph-role-content article>p{font-size:14px}.ph-role-capabilities{gap:12px;margin:20px 0}.ph-role-capabilities span{font-size:10px;gap:4px}.ph-workspace-foot{gap:5px;font-size:9px;margin-top:25px;padding-top:18px}.ph-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px;margin-top:30px}.ph-step-index{margin-bottom:15px}.ph-step-index span{width:34px;height:34px;font-size:11px}.ph-steps h3{font-size:16px}.ph-steps p{font-size:14px}.ph-faq{grid-template-columns:minmax(0,1fr);gap:20px;padding-top:48px}.ph-faq>div:first-child>.ph-inline-link{margin-top:17px}.ph-faq summary{font-size:13px;padding:20px 0}.ph-faq details p{font-size:14px}.ph-cta{padding:40px 0}.ph-cta>.ph-container{flex-direction:column;align-items:flex-start;gap:25px}.ph-cta h2{font-size:25px}.ph-cta>.ph-container>div:last-child{align-items:flex-start;gap:13px}.ph-footer{padding-top:35px}.ph-footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 22px;padding-bottom:30px}.ph-footer-brand{grid-column:1/-1}.ph-footer-main h3{font-size:13px}.ph-footer-main>div>a:not(.ph-brand){font-size:12px;margin-bottom:10px}.ph-contact{gap:8px 15px;display:block}.ph-contact h3{margin-bottom:13px}.ph-contact p{font-size:11px;margin-bottom:5px}.ph-footer-bottom{font-size:9px;gap:8px;padding-top:18px}.ph-hero-art .ph-art-orbit{width:320px;height:320px}.ph-hero-art .orbit-two{width:390px;height:390px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.public-home *,.public-home *::before,.public-home *::after{animation:none!important;transition:none!important}}
