.commands-module__i3uD7W__commandsContainer{align-items:center;justify-content:first baseline;background:var(--background,#f9f9fb);box-sizing:border-box;flex-direction:column;width:100vw;min-width:0;max-width:100vw;padding:48px 0 64px;display:flex;overflow-x:hidden}.commands-module__i3uD7W__commandsInner{box-sizing:border-box;width:100%;min-width:0;max-width:1200px;color:var(--foreground,#18181b);background:var(--background,#f9f9fb);padding:0 1rem}.commands-module__i3uD7W__commandsTitle{color:var(--foreground,#18181b);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.commands-module__i3uD7W__commandsDesc{color:var(--muted-foreground,#6b7280);margin-bottom:2rem;font-size:1.125rem}.commands-module__i3uD7W__commandsSearchBar{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);width:100%;min-width:0;max-width:400px;color:var(--foreground,#18181b);box-sizing:border-box;border-radius:.75rem;margin:0 auto 2rem;padding:.75rem 1.25rem;font-size:1.1rem;transition:border .2s,box-shadow .2s;display:block;box-shadow:0 1px 4px #0000000a}@media (max-width:480px){.commands-module__i3uD7W__commandsInner{max-width:100vw;padding:0 .5rem}.commands-module__i3uD7W__commandsSearchBar{max-width:100vw;padding:.6rem .7rem;font-size:1rem}}.commands-module__i3uD7W__commandsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.commands-module__i3uD7W__commandsGrid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.commands-module__i3uD7W__commandsGrid{grid-template-columns:1fr 1fr 1fr}}.commands-module__i3uD7W__commandCard{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);cursor:pointer;min-height:220px;color:var(--foreground,#18181b);border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 2px 12px #0000000f}.commands-module__i3uD7W__commandCard:hover,.commands-module__i3uD7W__commandCard:focus{z-index:2;transform:scale(1.025);box-shadow:0 6px 32px #6366f121,0 2px 12px #0000001a}.commands-module__i3uD7W__commandCardHeader{border-bottom:1px solid var(--border,#e5e7eb);align-items:center;gap:1rem;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.commands-module__i3uD7W__commandCardTitle{color:var(--foreground,#18181b);font-size:1.4rem;font-weight:800}.commands-module__i3uD7W__commandCardType{background:var(--primary-surface,#eef2ff);color:var(--primary,#6366f1);border-radius:.5rem;padding:.25rem .75rem;font-size:.95rem;font-weight:600}.commands-module__i3uD7W__commandCardNoDM{background:var(--destructive-surface,#fee2e2);color:var(--destructive,#dc2626);border:1px solid var(--destructive-border,#fecaca);border-radius:.5rem;padding:.25rem .75rem;font-size:.95rem;font-weight:600}.commands-module__i3uD7W__commandCardDesc{color:var(--muted-foreground,#6b7280);margin-bottom:.5rem;font-size:1.1rem}.commands-module__i3uD7W__commandCardOptions{opacity:0;pointer-events:none;border-top:1px solid var(--border,#e5e7eb);max-height:0;margin-top:0;transition:max-height .3s,opacity .3s,margin .3s;overflow:hidden}.commands-module__i3uD7W__commandCard.commands-module__i3uD7W__showOptions .commands-module__i3uD7W__commandCardOptions{opacity:1;pointer-events:auto;max-height:600px;margin-top:1.5rem}.commands-module__i3uD7W__commandCardOptionsTitle{color:var(--foreground,#18181b);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.commands-module__i3uD7W__commandCardOptionsList{flex-direction:column;gap:1.25rem;display:flex}.commands-module__i3uD7W__commandOptionItem{background:var(--muted-surface,#f3f4f6);border:1px solid var(--border,#e5e7eb);color:var(--foreground,#18181b);border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;box-shadow:0 1px 4px #0000000a}.commands-module__i3uD7W__commandOptionHeader{align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.commands-module__i3uD7W__commandOptionType{background:var(--primary-surface,#e0e7ff);color:var(--primary-dark,#3730a3);border-radius:.5rem;padding:.15rem .6rem;font-size:.95rem;font-weight:600}.commands-module__i3uD7W__commandOptionRequired{background:var(--destructive-surface,#fee2e2);color:var(--destructive,#dc2626);border:1px solid var(--destructive-border,#fecaca);border-radius:.5rem;padding:.15rem .6rem;font-size:.95rem;font-weight:600}.commands-module__i3uD7W__commandOptionDesc{color:var(--muted-foreground,#6b7280);font-size:1rem}.commands-module__i3uD7W__commandOptionChoices{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.commands-module__i3uD7W__commandOptionChoice{background:var(--primary-surface,#e0e7ff);color:var(--primary-dark,#3730a3);border:1px solid var(--primary-border,#c7d2fe);border-radius:1rem;padding:.15rem .9rem;font-size:.95rem;font-weight:600}
:root{--background:#f9f9fb;--surface:#fff;--foreground:#18181b;--muted-foreground:#6b7280;--border:#e5e7eb;--primary:#6366f1;--primary-surface:#eef2ff;--primary-dark:#3730a3;--primary-border:#c7d2fe;--destructive:#dc2626;--destructive-surface:#fee2e2;--destructive-border:#fecaca;--muted-surface:#f3f4f6}[data-theme=dark]{--background:#18181b;--surface:#232329;--foreground:#f3f4f6;--muted-foreground:#a1a1aa;--border:#27272a;--primary:#818cf8;--primary-surface:#232349;--primary-dark:#a5b4fc;--primary-border:#6366f1;--destructive:#f87171;--destructive-surface:#3f1d1d;--destructive-border:#7f1d1d;--muted-surface:#232329}::-webkit-scrollbar{display:none}
