/* Content-only welcome panel embedded in Agiloft. Independent of resource-center styles. */
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#292e30;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}
.welcome{max-width:1080px;margin:0 auto;padding:28px clamp(20px,4vw,44px)}
h1{margin:0 0 26px;padding-bottom:16px;border-bottom:1px solid #d6dfe2;font-size:28px;font-weight:600;line-height:1.25}
.welcome-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 36px}
.welcome-topics section{display:flex;align-items:flex-start;gap:14px;min-width:0}
h2{margin:0 0 7px;font-size:20px;font-weight:600;line-height:1.3}
p{margin:0}
.topic-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:8px;background:#efb210}
.topic-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.welcome-help{margin-top:28px;padding-top:18px;border-top:1px solid #d6dfe2}
.welcome-help h2{font-size:16px;margin-bottom:8px}
.welcome-help ul{display:flex;flex-wrap:wrap;gap:4px 24px;list-style:none;margin:0;padding:0}
.welcome-help a{display:inline-block;padding:7px 0;color:#344e60;font-size:14px;text-underline-offset:3px}
.welcome-help a:hover{color:#765400}
.welcome-help a:focus-visible{outline:3px solid #966800;outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(max-width:640px){.welcome{padding:22px 20px}h1{font-size:25px;margin-bottom:22px}.welcome-topics{grid-template-columns:1fr;gap:24px}.welcome-help ul{flex-direction:column;gap:2px}}
