.page-help-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;padding:8px;border:1px solid #dce3eb;border-radius:50%;background:#fff;color:#17324d;cursor:pointer}
.page-help-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.page-help-button:hover{background:#f0f4f8}.page-help-button:focus-visible,.page-help-close:focus-visible{outline:3px solid #cf3768;outline-offset:3px}
.page-help-floating{position:fixed;right:20px;top:20px;z-index:20}
.page-help-panel{box-sizing:border-box;position:fixed;inset:0 0 0 auto;margin:0;width:min(440px,100%);height:100dvh;max-width:100%;max-height:100dvh;padding:0;border:0;border-left:1px solid #dce3eb;background:#fff;color:#17324d;box-shadow:-10px 0 40px #0b203526}
.page-help-panel::backdrop{background:#0b20354d}
.page-help-panel[open]{display:flex;flex-direction:column;animation:page-help-enter .18s ease-out}
.page-help-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid #e1e7ee}
.page-help-header small{display:block;margin-bottom:8px;color:#687c90;font-size:.85rem}.page-help-header h2{margin:0;font-size:1.35rem;line-height:1.35;overflow-wrap:anywhere}
.page-help-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border:1px solid #dce3eb;border-radius:10px;background:#fff;color:inherit;font-size:1.5rem;cursor:pointer}
.page-help-body{overflow-y:auto;padding:24px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;line-height:1.65}
.page-help-editor textarea{min-height:360px;line-height:1.6}.page-help-list-title{display:block;font-weight:650}.page-help-list-group{display:block;color:#687c90;font-size:.85rem}
@keyframes page-help-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.page-help-panel[open]{animation:none}}
.project-getting-started{max-width:1080px;margin:clamp(32px,10vh,120px) auto 40px}.project-getting-started>h2{text-align:center;font-size:1.2rem;font-weight:500;color:#52677c;margin:0 0 28px}.project-next-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.project-next-step{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;border:1px solid #e0e6ee;border-radius:16px;background:#fff}.project-next-step h3{font-size:1.05rem;margin:0;color:#17324d}.project-next-step p{font-size:.93rem;line-height:1.6;color:#52677c;margin:0 0 8px}.project-next-step a{margin-top:auto}.system-body .admin-topbar{flex-wrap:wrap;gap:12px}
