﻿.commands-module__-EtbSG__commandsPage{z-index:1;min-height:100vh;padding-bottom:80px;position:relative}.commands-module__-EtbSG__container{width:min(var(--container), calc(100% - 32px));margin:0 auto}.commands-module__-EtbSG__hero{text-align:center;padding:60px 0 40px;position:relative}.commands-module__-EtbSG__eyebrow{color:#c084fc;letter-spacing:.04em;text-transform:uppercase;background:#a855f71f;border:1px solid #a855f740;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.commands-module__-EtbSG__eyebrowDot{background:#a855f7;border-radius:50%;width:8px;height:8px;animation:2s infinite commands-module__-EtbSG__pulse;box-shadow:0 0 10px #a855f7}@keyframes commands-module__-EtbSG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.commands-module__-EtbSG__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,#c084fc 80%,#22d3ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:clamp(32px,5vw,48px);font-weight:800}.commands-module__-EtbSG__subtitle{color:var(--muted-strong);max-width:600px;margin:0 auto 32px;font-size:16px;line-height:1.6}.commands-module__-EtbSG__searchWrapper{max-width:680px;margin:0 auto 32px;position:relative}.commands-module__-EtbSG__searchBox{background:#0c0c20d9;border:1px solid #a855f74d;border-radius:16px;align-items:center;gap:12px;padding:14px 20px;transition:all .3s;display:flex;box-shadow:0 12px 40px #0006,inset 0 1px #ffffff0d}.commands-module__-EtbSG__searchBox:focus-within{background:#10102af2;border-color:#a855f7;box-shadow:0 0 0 3px #a855f733,0 16px 48px #00000080}.commands-module__-EtbSG__searchIcon{color:#a855f7;flex-shrink:0}.commands-module__-EtbSG__searchInput{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.commands-module__-EtbSG__searchInput::placeholder{color:var(--muted)}.commands-module__-EtbSG__searchKeyHint{color:var(--muted-strong);letter-spacing:.05em;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.commands-module__-EtbSG__clearBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;padding:4px;transition:color .2s;display:grid}.commands-module__-EtbSG__clearBtn:hover{color:#fff}.commands-module__-EtbSG__categoriesBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:40px;display:flex}.commands-module__-EtbSG__categoryTab{color:var(--muted-strong);cursor:pointer;-webkit-user-select:none;user-select:none;background:#0c0c2099;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.commands-module__-EtbSG__categoryTab:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26;transform:translateY(-1px)}.commands-module__-EtbSG__categoryTab.commands-module__-EtbSG__active{color:#fff;background:linear-gradient(135deg,#a855f740,#6366f140);border-color:#a855f799;box-shadow:0 4px 20px #a855f733}.commands-module__-EtbSG__tabBadge{background:#ffffff14;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700}.commands-module__-EtbSG__categoryTab.commands-module__-EtbSG__active .commands-module__-EtbSG__tabBadge{color:#fff;background:#a855f766}.commands-module__-EtbSG__commandsGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px;display:grid}.commands-module__-EtbSG__commandCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c0c20bf;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;padding:22px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.commands-module__-EtbSG__commandCard:before{content: ;background:linear-gradient(90deg, transparent, var(--card-accent,#a855f7), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.commands-module__-EtbSG__commandCard:hover{background:#10102ad9;border-color:#a855f759;transform:translateY(-3px);box-shadow:0 16px 40px #0006,0 0 24px #a855f71a}.commands-module__-EtbSG__commandCard:hover:before{opacity:1}.commands-module__-EtbSG__cardHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.commands-module__-EtbSG__commandNameWrap{align-items:center;gap:10px;display:flex}.commands-module__-EtbSG__commandName{color:#fff;letter-spacing:-.01em;font-family:Space Grotesk,Lexend,monospace;font-size:17px;font-weight:700}.commands-module__-EtbSG__categoryTag{background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.commands-module__-EtbSG__copyBtn{color:var(--muted-strong);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.commands-module__-EtbSG__copyBtn:hover{color:#fff;background:#a855f733;border-color:#a855f766}.commands-module__-EtbSG__copyBtn.commands-module__-EtbSG__copied{color:#34d399;background:#10b98133;border-color:#10b98180}.commands-module__-EtbSG__commandDesc{color:var(--text2);flex:1;margin-bottom:16px;font-size:14px;line-height:1.55}.commands-module__-EtbSG__cardFooter{border-top:1px solid #ffffff0d;flex-direction:column;gap:10px;margin-top:auto;padding-top:14px;display:flex}.commands-module__-EtbSG__usageBox{color:#c084fc;white-space:nowrap;background:#00000059;border:1px solid #ffffff0d;border-radius:8px;padding:8px 12px;font-family:Space Grotesk,monospace;font-size:12px;overflow-x:auto}.commands-module__-EtbSG__badgesRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.commands-module__-EtbSG__badge{border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.commands-module__-EtbSG__badgeCooldown{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40}.commands-module__-EtbSG__badgePermission{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.commands-module__-EtbSG__badgeSubcommands{color:#22d3ee;background:#22d3ee1f;border:1px solid #22d3ee40}.commands-module__-EtbSG__emptyState{text-align:center;color:var(--muted-strong);padding:80px 20px}.commands-module__-EtbSG__emptyState h3{color:#fff;margin:16px 0 8px;font-size:20px;font-weight:700}@media (max-width:768px){.commands-module__-EtbSG__commandsGrid{grid-template-columns:1fr}.commands-module__-EtbSG__categoryTab{padding:8px 14px;font-size:13px}}
