.HelpDialog-module__AjnEIG__helpDialog{border-radius:.75rem;max-width:56rem;max-height:90vh;padding:0;box-shadow:0 25px 50px -12px #00000040}.HelpDialog-module__AjnEIG__header{background:linear-gradient(135deg,#f0f9ff 0%,#e0e7ff 100%);border-bottom:1px solid #e5e7eb;border-radius:.75rem .75rem 0 0;padding:1.5rem}.HelpDialog-module__AjnEIG__headerTitle{color:#1f2937;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.HelpDialog-module__AjnEIG__headerIcon{color:#2563eb;width:1.25rem;height:1.25rem}.HelpDialog-module__AjnEIG__content{max-height:calc(90vh - 100px);padding:1.5rem;overflow-y:auto}.HelpDialog-module__AjnEIG__helpTrigger{color:#fff;cursor:pointer;border-radius:.375rem;min-width:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 6px #f973164d,0 1px 2px #f9731633,inset 0 1px #fff3;vertical-align:text-top!important;background:linear-gradient(135deg,#f97316 0%,#ea580c 50%,#dc2626 100%)!important;border:none!important;justify-content:center!important;align-items:center!important;width:auto!important;height:2rem!important;margin:0!important;padding:.25rem .5rem!important;font-size:0!important;line-height:1!important;display:inline-flex!important;transform:translateY(-.6rem)!important}.HelpDialog-module__AjnEIG__helpTrigger:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#0000 0%,#ffffff1a 50%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.HelpDialog-module__AjnEIG__helpTrigger:hover{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#dc2626 50%,#b91c1c 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 8px 24px #f9731680,0 4px 12px #f9731666,inset 0 1px #ffffff4d}.HelpDialog-module__AjnEIG__helpTrigger:hover:before{opacity:1}.HelpDialog-module__AjnEIG__helpTrigger:active{transform:translateY(-1px)scale(1.02);box-shadow:0 4px 16px #f9731666,0 2px 8px #f973164d,inset 0 1px #fff3}.HelpDialog-module__AjnEIG__helpTrigger svg{filter:drop-shadow(0 1px 2px #0003);transition:transform .3s}.HelpDialog-module__AjnEIG__helpTrigger:hover svg{transform:scale(1.1)}.HelpDialog-module__AjnEIG__markdownContent{color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.HelpDialog-module__AjnEIG__markdownContent h1{color:#111827;border-bottom:2px solid #e5e7eb;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.875rem;font-weight:800;display:flex}.HelpDialog-module__AjnEIG__markdownContent h1:before{content:"📋";background:#dbeafe;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;font-size:1.5rem;display:flex}.HelpDialog-module__AjnEIG__markdownContent h2{color:#1f2937;align-items:center;gap:.75rem;margin-top:2rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:flex}.HelpDialog-module__AjnEIG__markdownContent h2:before{content:"⚡";background:#e0e7ff;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.375rem;font-size:1.4rem;display:flex}.HelpDialog-module__AjnEIG__markdownContent h3{color:#374151;align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.3rem;font-weight:600;display:flex}.HelpDialog-module__AjnEIG__markdownContent h3:before{content:"▶";color:#9ca3af;background:#e0e7ff;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:1.3rem;display:flex}.HelpDialog-module__AjnEIG__markdownContent h4{color:#374151;align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:500;display:flex}.HelpDialog-module__AjnEIG__markdownContent h4:before{content:">";color:#9ca3af;background:#e0e7ff;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1.2rem;display:flex}.HelpDialog-module__AjnEIG__markdownContent p{color:#4b5563;margin-bottom:1rem;line-height:1.7}.HelpDialog-module__AjnEIG__markdownContent ul{margin-bottom:1rem;padding-left:.5rem}.HelpDialog-module__AjnEIG__markdownContent li{color:#4b5563;margin-bottom:.5rem;line-height:1.6;position:relative}.HelpDialog-module__AjnEIG__markdownContent li::marker{color:#3b82f6;font-weight:600}.HelpDialog-module__AjnEIG__markdownContent strong{color:#111827;font-weight:600}.HelpDialog-module__AjnEIG__markdownContent em{color:#6b7280;font-style:italic}.HelpDialog-module__AjnEIG__markdownContent code{color:#dc2626;background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.HelpDialog-module__AjnEIG__markdownContent pre{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:.5rem;margin:1rem 0;padding:1rem;overflow-x:auto}.HelpDialog-module__AjnEIG__markdownContent pre code{color:#374151;background:0 0;padding:0}.HelpDialog-module__AjnEIG__markdownContent blockquote{background-color:#f8fafc;border-left:4px solid #3b82f6;border-radius:0 .5rem .5rem 0;margin:1rem 0;padding:1rem}.HelpDialog-module__AjnEIG__markdownContent blockquote p{color:#4b5563;margin-bottom:0;font-style:italic}.HelpDialog-module__AjnEIG__markdownContent table{border-collapse:collapse;width:100%;margin:1rem 0}.HelpDialog-module__AjnEIG__markdownContent th,.HelpDialog-module__AjnEIG__markdownContent td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem}.HelpDialog-module__AjnEIG__markdownContent th{color:#374151;background-color:#f9fafb;font-weight:600}.HelpDialog-module__AjnEIG__markdownContent tr:hover{background-color:#f9fafb}.HelpDialog-module__AjnEIG__markdownContent{font-feature-settings:"palt" 1;text-rendering:optimizelegibility}@media (max-width:768px){.HelpDialog-module__AjnEIG__helpDialog{max-width:95vw;margin:1rem}.HelpDialog-module__AjnEIG__header,.HelpDialog-module__AjnEIG__content{padding:1rem}.HelpDialog-module__AjnEIG__markdownContent h1{font-size:1.5rem}.HelpDialog-module__AjnEIG__markdownContent h2{font-size:1.25rem}.HelpDialog-module__AjnEIG__markdownContent h3{font-size:1.125rem}}.HelpDialog-module__AjnEIG__content{scroll-behavior:smooth}.HelpDialog-module__AjnEIG__content::-webkit-scrollbar{width:8px}.HelpDialog-module__AjnEIG__content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.HelpDialog-module__AjnEIG__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.HelpDialog-module__AjnEIG__content::-webkit-scrollbar-thumb:hover{background:#94a3b8}
