.preview-dashboard-help-shell{isolation:isolate;flex:1;width:100%;min-height:100%;position:relative;overflow:hidden}.preview-dashboard-help-shell>:not(.preview-help-stripes){z-index:1;position:relative}.preview-help-stripes{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.preview-help-stripes:after{content:"";transform-origin:0 100%;background-color:var(--preview-bg);background-image:var(--preview-help-pattern-alt);background-repeat:repeat;background-size:auto;width:auto;height:2.75rem;position:absolute;left:-4%;right:-10%;transform:rotate(-27deg)}.preview-help-stripes:before{content:"";transform-origin:0 100%;background-color:var(--preview-bg);background-image:var(--preview-help-pattern);background-repeat:repeat;background-size:auto;width:auto;height:2.75rem;position:absolute;bottom:26%;left:-4%;right:-10%;transform:rotate(-27deg)}.preview-help-stripes:after{bottom:12%}.preview-help-layout{flex-direction:column;gap:2.5rem;margin-top:2rem;display:flex}.preview-help-section-heading{color:var(--preview-fg);font-size:1.125rem;font-weight:700}.preview-help-form-card{border:1px solid color-mix(in oklch, var(--preview-primary) 16%, var(--preview-border));border-radius:var(--preview-radius-lg);width:100%;max-width:36rem;box-shadow:0 14px 36px color-mix(in oklch, var(--preview-primary) 8%, transparent);background:#fff;padding:1.375rem 1.5rem}.preview-help-form-card .preview-help-form-intro{color:var(--preview-muted-fg);font-size:.875rem;line-height:1.5}.preview-help-form-card .preview-help-form{flex-direction:column;gap:1rem;width:100%;margin-top:1.25rem;display:flex}.preview-help-form-card .preview-dashboard-field{text-align:left;width:100%}.preview-help-form-card .preview-dashboard-field>span{display:block}.preview-help-form-card .preview-dashboard-textarea{resize:none;height:9rem;min-height:9rem}.preview-help-form-card .preview-dashboard-primary-btn{align-self:flex-start;margin-top:.25rem}.preview-help-field-error{color:#9b2c4a;margin:.375rem 0 0;font-size:.8125rem;font-weight:600;line-height:1.45}.preview-help-form-card .preview-dashboard-field.has-error .preview-dashboard-input,.preview-help-form-card .preview-dashboard-field.has-error .preview-dashboard-textarea{border-color:color-mix(in oklch, #9b2c4a 50%, var(--preview-border));box-shadow:0 0 0 2px #9b2c4a24;box-shadow:0 0 0 2px lab(36.9549% 47.8824 9.76442/.14)}.preview-help-form-card .preview-dashboard-field.has-error .preview-dashboard-input:focus-visible,.preview-help-form-card .preview-dashboard-field.has-error .preview-dashboard-textarea:focus-visible{border-color:color-mix(in oklch, #9b2c4a 62%, var(--preview-border));box-shadow:0 0 0 2px #9b2c4a38;box-shadow:0 0 0 2px lab(36.9549% 47.8824 9.76442/.22)}.preview-help-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.25rem 1.5rem;display:flex}.preview-help-faq-list{--help-faq-pad-x:1rem;--help-faq-pad-y:.75rem;--help-faq-icon-size:2rem;--help-faq-gap:.75rem;border:1px solid var(--preview-border);border-radius:var(--preview-radius-md);background:#fff;flex-direction:column;display:flex;overflow:hidden}.preview-help-faq{border-bottom:1px solid var(--preview-border);overflow:hidden}.preview-help-faq:last-child{border-bottom:0}.preview-help-faq-summary{align-items:center;gap:var(--help-faq-gap);cursor:pointer;width:100%;min-height:3.25rem;padding:var(--help-faq-pad-y) var(--help-faq-pad-x);-webkit-user-select:none;user-select:none;text-align:left;background:0 0;border:none;grid-template-columns:auto 1fr auto;list-style:none;transition:background .18s;display:grid}.preview-help-faq-summary:hover{background:color-mix(in oklch, var(--preview-muted) 28%, white)}.preview-help-faq-summary:focus-visible{background:color-mix(in oklch, var(--preview-accent-muted) 45%, white);box-shadow:inset 0 0 0 2px color-mix(in oklch, var(--preview-primary) 22%, transparent);outline:none}.preview-help-faq-icon-wrap{width:var(--help-faq-icon-size);height:var(--help-faq-icon-size);border:1px solid color-mix(in oklch, var(--preview-border) 90%, white);background:color-mix(in oklch, var(--preview-muted) 22%, white);color:color-mix(in oklch, var(--preview-fg) 55%, var(--preview-muted-fg));border-radius:.5rem;flex-shrink:0;place-items:center;display:grid}.preview-help-faq-topic-icon{width:1rem;height:1rem}.preview-help-faq-question{min-width:0;font-family:var(--font-preview-headline), "Red Hat Display", system-ui, sans-serif;letter-spacing:-.01em;color:var(--preview-fg);text-align:left;font-size:1.0625rem;font-weight:600;line-height:1.35}.preview-help-faq-chevron{width:1.125rem;height:1.125rem;color:color-mix(in oklch, var(--preview-muted-fg) 85%, var(--preview-fg));flex-shrink:0;transition:transform .28s cubic-bezier(.22,1,.36,1)}.preview-help-faq.is-open .preview-help-faq-chevron{transform:rotate(180deg)}.preview-help-faq-body{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1);display:grid}.preview-help-faq.is-open .preview-help-faq-body{grid-template-rows:1fr}.preview-help-faq-body-inner{overflow:hidden}.preview-help-faq-answer{max-width:48rem;padding:0 var(--help-faq-pad-x) .875rem calc(var(--help-faq-pad-x) + var(--help-faq-icon-size) + var(--help-faq-gap));color:var(--preview-muted-fg);opacity:0;font-size:1rem;line-height:1.55;transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);transform:translateY(-3px)}.preview-help-faq.is-open .preview-help-faq-answer{opacity:1;transform:translateY(0)}.preview-help-success-icon{background:var(--preview-accent-muted);width:3.25rem;height:3.25rem;color:var(--preview-primary);border-radius:999px;place-items:center;animation:.52s cubic-bezier(.22,1,.36,1) both preview-help-success-pop;display:grid}.preview-help-success-title{color:var(--preview-fg);font-size:1.125rem;font-weight:700}.preview-help-success-body{max-width:28ch;color:var(--preview-muted-fg);font-size:.9375rem;line-height:1.55}@keyframes preview-help-success-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.preview-help-faq summary,.preview-help-faq-body,.preview-help-faq-chevron,.preview-help-faq-answer{transition:none}.preview-help-faq-answer{opacity:1;transform:none}.preview-help-success-icon{animation:.22s ease-out both preview-dashboard-fade}}
