.help-variant-subsection{display:flex;flex-direction:column}.help-variant-toggle{display:flex;align-items:center;gap:0.5rem;background:none;border:none;padding:0;cursor:pointer;text-align:left}.help-variant-toggle svg{color:var(--color-gray-400);flex-shrink:0;transition:transform 0.2s}.help-variant-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}.help-sub-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.25s ease}.help-variant-subsection[data-expanded="true"] .help-sub-body{grid-template-rows:1fr}.help-sub-body-inner{overflow:hidden;padding-top:0.625rem}.help-modal-body .about-section-heading{margin-bottom:0}.help-section-content{display:flex;flex-direction:column;gap:0.75rem}.help-action-intro{font-size:0.875rem;line-height:1.6;color:var(--color-charcoal)}.help-ask-hint{font-size:0.8125rem;color:var(--color-gray-500);margin-top:-0.25rem}.help-ask-send-btn{align-self:flex-end}.shell-help-btn{position:relative}.shell-help-btn::after{content:'Help';position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background-color:var(--color-charcoal,#1e293b);color:var(--color-white);font-size:0.7rem;font-weight:500;line-height:1;padding:0.25rem 0.45rem;border-radius:0.25rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 0.08s;z-index:300}.shell-help-btn:hover::after{opacity:1}#help-modal,#student-help-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:var(--color-black-50);z-index:500;opacity:0;pointer-events:none;transition:opacity 0.15s}#help-modal.is-open,#student-help-modal.is-open{opacity:1;pointer-events:auto}.help-modal-card{background-color:var(--color-surface);border-radius:1rem;width:100%;max-width:46rem;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px var(--color-black-50)}.help-modal-body{padding:1.5rem 2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.help-variant-label{display:inline-block;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--color-surface);background-color:var(--color-navy);border-radius:0.25rem;padding:0.15rem 0.5rem}.help-variant-label.is-alt{background-color:var(--color-primary-600,var(--color-navy));opacity:0.75}.help-steps{padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:0.375rem}.help-steps li{font-size:0.875rem;line-height:1.6;color:var(--color-charcoal);padding-left:0.25rem}.help-steps li strong{color:var(--color-navy);font-weight:600}.help-perm-list{display:flex;flex-wrap:wrap;gap:0.375rem;margin-top:0.25rem;margin-bottom:0.125rem}.help-perm-pill{display:inline-block;font-size:0.6875rem;font-weight:600;background-color:var(--color-primary-100);color:var(--color-navy);border-radius:9999px;padding:0.175rem 0.625rem}.help-variant-divider{border:none;border-top:1px solid var(--color-gray-200);margin:0.75rem 0 0.875rem}.help-action-list{display:flex;flex-direction:column;gap:0.75rem;margin-top:0.25rem}.help-action-row{display:flex;flex-direction:column;gap:0.3rem}.help-action-pill{display:inline-block;font-size:0.6875rem;font-weight:700;border-radius:0.25rem;padding:0.15rem 0.5rem;width:fit-content}.help-action-pill-primary{background-color:var(--color-primary-100);color:var(--color-navy)}.help-action-pill-warning{background-color:var(--color-warning-bg);color:var(--color-warning-text)}.help-action-pill-danger{background-color:var(--color-error-bg);color:var(--color-error-text)}.help-action-desc{font-size:0.875rem;line-height:1.55;color:var(--color-charcoal);margin:0}.help-coming-soon{font-size:0.8rem;color:var(--color-gray-400);font-style:italic;padding:0.75rem 1rem;border:1px dashed var(--color-gray-300);border-radius:0.5rem;text-align:center}.help-ask-section{background-color:var(--color-gray-50,#f8fafc);border:1px solid var(--color-gray-200);border-radius:0.875rem;padding:1.25rem;display:flex;flex-direction:column;gap:0.75rem}.help-ask-title{font-size:0.875rem;font-weight:700;color:var(--color-navy)}.help-ask-textarea{width:100%;min-height:5rem;resize:vertical;border-width:1px;border-style:solid;border-color:var(--color-primary-200);border-radius:0.5rem;padding:0.5rem 0.75rem;font-size:0.875rem;background-color:var(--color-surface);outline:none;transition:border-color 0.15s;font-family:inherit}.help-ask-textarea:focus{border-color:var(--color-navy)}@media (max-width:640px){.help-modal-body{padding:1.25rem;gap:1.5rem}}
