.hp-drawer{--hp-sky:#0284c7;--hp-sky-soft:#e0f2fe;--hp-sky-mid:#bae6fd;--hp-ink:var(--ds-text,#0f172a);--hp-muted:var(--ds-text-muted,#64748b);--hp-line:var(--ds-border,#e2e8f0);--hp-surface:var(--ds-surface-raised,#fff);--hp-bg:var(--ds-background,#f8fafc);--hp-radius:0.75rem;display:flex;flex-direction:column;height:100%;max-height:100dvh;background:var(--hp-bg);color:var(--hp-ink);text-align:start}.hp-drawer__header{flex-shrink:0;display:flex;align-items:flex-start;gap:.75rem;padding:max(1.1rem,env(safe-area-inset-top,0px)) 1.15rem 1rem;border-bottom:1px solid var(--hp-line);background:var(--hp-surface)}.hp-drawer__header-main{flex:1;min-width:0}.hp-drawer__eyebrow{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.02em;color:var(--hp-sky)}.hp-drawer__title{margin:0;font-size:1.05rem;font-weight:750;line-height:1.45;color:var(--hp-ink);text-align:start}.hp-drawer__summary{margin:.4rem 0 0;font-size:.8125rem;line-height:1.7;color:var(--hp-muted);text-align:start}.hp-drawer__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.55rem;border:1px solid var(--hp-line);background:var(--hp-bg);color:var(--hp-muted);transition:background .12s ease,color .12s ease}.hp-drawer__close:hover{background:var(--hp-sky-soft);color:var(--hp-sky)}.hp-drawer__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.15rem 1.25rem;-webkit-overflow-scrolling:touch}.hp-drawer__footer{flex-shrink:0;padding:.85rem 1.15rem max(.85rem,env(safe-area-inset-bottom,0px));border-top:1px solid var(--hp-line);background:var(--hp-surface)}.hp-drawer__footer-link{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.5rem;width:100%;border-radius:.65rem;border:1px solid color-mix(in srgb,var(--hp-sky) 28%,var(--hp-line));background:var(--hp-sky-soft);color:var(--hp-sky);font-size:.8125rem;font-weight:700;text-decoration:none;transition:background .12s ease}.hp-drawer__footer-link:hover{background:var(--hp-sky-mid)}.hp-article{display:flex;flex-direction:column;gap:1.15rem;text-align:start}.hp-card{border-radius:var(--hp-radius);border:1px solid color-mix(in srgb,var(--hp-sky) 18%,var(--hp-line));background:var(--hp-surface);padding:.95rem 1rem}.hp-card--purpose{background:var(--hp-sky-soft)}.hp-card--warn{border-color:#fcd34d;background:#fffbeb}.hp-section-title{margin:0 0 .65rem;font-size:.8rem;font-weight:750;color:var(--hp-sky);text-align:start}.hp-card--warn .hp-section-title{color:#92400e}.hp-text{margin:0;font-size:.875rem;line-height:1.85;color:var(--hp-ink);text-align:start}.hp-link{display:inline-flex;margin-top:.75rem;font-size:.75rem;font-weight:700;color:var(--hp-sky);text-decoration:none}.hp-link:hover{text-decoration:underline}.hp-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem;counter-reset:hp-step}.hp-steps__item{display:flex;align-items:flex-start;gap:.7rem;counter-increment:hp-step}.hp-steps__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;margin-top:.1rem;border-radius:999px;background:var(--hp-sky);color:#fff;font-size:.72rem;font-weight:750;font-variant-numeric:tabular-nums}.hp-steps__num:before{content:counter(hp-step)}.hp-steps__text{flex:1;min-width:0;margin:0;padding:.55rem .75rem;border-radius:.65rem;border:1px solid var(--hp-line);background:var(--hp-surface);font-size:.8125rem;line-height:1.75;color:var(--hp-ink);text-align:start}.hp-errors{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.55rem}.hp-errors__item{border-radius:.65rem;border:1px solid var(--hp-line);background:var(--hp-surface);padding:.75rem .85rem}.hp-errors__title{margin:0;font-size:.8125rem;font-weight:700;color:var(--hp-ink);text-align:start}.hp-errors__fix{margin:.35rem 0 0;font-size:.78rem;line-height:1.7;color:var(--hp-muted);text-align:start}.hp-notes{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.hp-notes__item{position:relative;padding-inline-start:.9rem;font-size:.8125rem;line-height:1.7;color:#92400e;text-align:start}.hp-notes__item:before{content:"";position:absolute;inset-inline-start:0;top:.55rem;width:.35rem;height:.35rem;border-radius:999px;background:#d97706}.hp-related{display:flex;flex-wrap:wrap;gap:.4rem}.hp-related__btn{display:inline-flex;align-items:center;min-height:2rem;padding:0 .75rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--hp-sky) 25%,var(--hp-line));background:var(--hp-surface);color:var(--hp-sky);font-size:.72rem;font-weight:650;transition:background .12s ease}.hp-related__btn:hover{background:var(--hp-sky-soft)}.hp-meta{margin:0;font-size:.7rem;color:var(--hp-muted);text-align:start}.hp-empty{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0;text-align:start}.hp-empty p{margin:0;font-size:.875rem;line-height:1.7;color:var(--hp-muted)}@media (min-width:640px){.hp-drawer__title{font-size:1.15rem}.hp-drawer__body{padding:1.15rem 1.35rem 1.5rem}.hp-drawer__header{padding:1.25rem 1.35rem 1.1rem}}