@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;animation:float 20s infinite ease-in-out}.orb-1{width:600px;height:600px;background:radial-gradient(circle,#6366f1 0%,transparent 70%);top:-300px;left:-200px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-250px;right:-150px;animation-delay:7s}.orb-3{width:400px;height:400px;background:radial-gradient(circle,#ec4899 0%,transparent 70%);top:50%;right:20%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.login-content{position:relative;z-index:1;width:100%;max-width:550px}.login-card{background:#1a1a2ee6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.2);border-radius:var(--border-radius-lg);padding:3rem;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:2.5rem}.login-header .logo{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:20px;margin-bottom:1.5rem;box-shadow:0 10px 30px #6366f166}.login-header .logo svg{width:50px;height:50px;color:#fff}.login-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.login-header p{color:var(--text-secondary)}.login-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.feature{text-align:center;padding:1.25rem;background:#25253d80;border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .3s ease}.feature:hover{transform:translateY(-5px);border-color:var(--primary)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature h3{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.feature p{font-size:.8rem;color:var(--text-tertiary)}.discord-login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:var(--discord-blurple);color:#fff;border:none;border-radius:var(--border-radius);font-family:var(--font-primary);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.discord-login-btn:hover{background:#4752c4;transform:translateY(-2px)}.discord-login-btn svg{width:24px;height:24px}.login-footer{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--text-tertiary)}.dashboard-container{animation:fadeIn .4s ease}.dashboard-header{margin-bottom:2.5rem}.dashboard-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.subtitle{color:var(--text-secondary);font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-card.primary{border-color:var(--primary)}.stat-card.success{border-color:var(--success)}.stat-card.info{border-color:var(--info)}.stat-card.warning{border-color:var(--warning)}.stat-icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border-radius:var(--border-radius)}.stat-value{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:.95rem;font-weight:600}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.section-header h2{font-size:1.5rem;font-weight:800}.view-all-btn{padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-all-btn:hover{background:var(--primary);border-color:var(--primary)}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.action-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:left;cursor:pointer;transition:all .3s ease}.action-card:hover{background:var(--bg-hover);border-color:var(--primary);transform:translateY(-3px)}.action-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border-radius:var(--border-radius-sm)}.action-content h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.action-content p{font-size:.85rem;color:var(--text-tertiary)}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-tertiary);border-radius:var(--border-radius-sm)}.activity-status{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.activity-status.success{background:#10b9811a;color:var(--success)}.activity-status.error{background:#ef44441a;color:var(--danger)}.activity-command{font-weight:700;color:var(--primary-light);margin-bottom:.25rem}.activity-meta{font-size:.8rem;color:var(--text-tertiary)}.distribution-chart{display:flex;flex-direction:column;gap:1rem}.chart-item{display:flex;flex-direction:column;gap:.5rem}.chart-bar{height:40px;border-radius:var(--border-radius-sm);width:var(--percentage, 0%);transition:width 1s ease}.chart-bar.embed{background:linear-gradient(90deg,var(--discord-blurple) 0%,#818cf8 100%)}.chart-bar.python{background:linear-gradient(90deg,#3776ab,#4b8bbe)}.chart-bar.sql{background:linear-gradient(90deg,#4479a1,#6b9dc4)}.chart-label{display:flex;justify-content:space-between;font-size:.9rem;font-weight:600;padding:0 .5rem}.empty-state-small{text-align:center;padding:2rem;color:var(--text-tertiary)}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.commands-container{animation:fadeIn .4s ease}.commands-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header-left h1{font-size:2rem;font-weight:800}.commands-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color)}.filter-btn{padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);font-family:var(--font-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-divider{width:1px;background:var(--border-color);margin:0 .5rem}.commands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.command-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;transition:all .3s ease;animation:fadeIn .4s ease}.command-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.command-card.disabled{opacity:.6}.command-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.command-type{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--border-radius-sm);color:#fff;font-size:.85rem;font-weight:600}.type-icon{font-size:1rem}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-tertiary);transition:.4s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--success)}input:checked+.toggle-slider:before{transform:translate(22px)}.command-body{margin-bottom:1.5rem}.command-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-light)}.command-description{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.command-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border-color)}.command-meta{display:flex;gap:1rem}.meta-item{font-size:.85rem;color:var(--text-tertiary)}.command-actions{display:flex;gap:.5rem}.btn-icon-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-icon-action:hover{background:var(--primary);border-color:var(--primary);transform:scale(1.1)}.btn-icon-action.danger:hover{background:var(--danger);border-color:var(--danger)}.empty-state{text-align:center;padding:4rem 2rem;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:var(--border-radius-lg);margin-top:2rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:var(--text-secondary);margin-bottom:2rem}.commands-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}@media (max-width: 768px){.commands-grid{grid-template-columns:1fr}.commands-header{flex-direction:column;align-items:flex-start;gap:1rem}}.embed-builder{display:grid;grid-template-columns:480px 1fr;gap:2rem;min-height:700px}.builder-controls{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);overflow-y:auto;max-height:calc(100vh - 200px)}.builder-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:2px solid var(--border-color);margin-bottom:1rem}.builder-header h2{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin:0}.webhook-toggle-btn{padding:.6rem 1.2rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.webhook-toggle-btn:hover,.webhook-toggle-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.message-tabs,.embed-tabs{margin-bottom:1.5rem}.tabs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.tabs-label{font-size:.9rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.btn-add-tab{padding:.4rem .8rem;background:var(--primary-color);border:none;border-radius:var(--border-radius-sm);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add-tab:hover{background:var(--primary-hover);transform:translateY(-1px)}.tabs-list{display:flex;gap:.5rem;flex-wrap:wrap}.tab-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tab-item:hover{border-color:var(--primary-color);color:var(--text-primary)}.tab-item.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.btn-remove-tab{padding:0 .4rem;background:transparent;border:none;color:currentColor;font-size:1rem;cursor:pointer;opacity:.7;transition:opacity .2s ease}.btn-remove-tab:hover{opacity:1}.control-section{padding:1.5rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm)}.control-section h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 1.25rem}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.85rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-size:.95rem;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color)}.form-textarea{resize:vertical;min-height:80px;font-family:var(--font-mono);line-height:1.5}.color-picker-group{display:flex;gap:1rem;align-items:flex-end}.color-preview{width:50px;height:50px;border:2px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;transition:transform .2s ease;flex-shrink:0}.color-preview:hover{transform:scale(1.05)}.color-input-wrapper{flex:1}.fields-list{display:flex;flex-direction:column;gap:1rem}.field-item{padding:1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm)}.field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.field-header h4{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0}.btn-remove-field{padding:.4rem .8rem;background:transparent;border:1px solid var(--danger);border-radius:var(--border-radius-sm);color:var(--danger);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-remove-field:hover{background:var(--danger);color:#fff}.btn-add-field{width:100%;padding:.75rem;background:var(--primary-color);border:none;border-radius:var(--border-radius-sm);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.btn-add-field:hover{background:var(--primary-hover);transform:translateY(-1px)}.webhook-section{padding:1.5rem;background:var(--bg-primary);border:2px solid var(--primary-color);border-radius:var(--border-radius-sm)}.webhook-section h3{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin:0 0 1.25rem}.webhook-hint{font-size:.85rem;color:var(--text-secondary);margin-top:.5rem;font-style:italic}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.embed-preview{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#36393f;border-radius:var(--border-radius-lg);overflow-y:auto;max-height:calc(100vh - 200px)}.preview-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:2px solid #2f3136}.preview-header h2{font-size:1.4rem;font-weight:800;color:#fff;margin:0}.preview-info{font-size:.9rem;color:#b9bbbe;font-weight:600}.discord-message{display:flex;flex-direction:column;gap:.5rem}.message-text-content{color:#dcddde;font-size:1rem;line-height:1.375;margin-bottom:.5rem;white-space:pre-wrap;word-wrap:break-word}.message-content{display:flex;flex-direction:column;gap:.5rem}.embed-container{display:grid;grid-template-columns:4px 1fr;background:#2f3136;border-radius:4px;overflow:hidden;max-width:520px;position:relative}.embed-color-pill{background:#5865f2;grid-row:1 / -1}.embed-content{padding:.75rem 1rem 1rem .75rem;position:relative}.embed-author{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.author-icon{width:24px;height:24px;border-radius:50%;object-fit:cover}.author-name{font-size:.875rem;font-weight:600;color:#fff}.embed-main-content{position:relative}.embed-title{font-size:1rem;font-weight:600;color:#fff!important;margin-bottom:.5rem;word-wrap:break-word;line-height:1.25}.embed-description{font-size:.875rem;color:#dcddde;line-height:1.375;margin-bottom:.5rem;white-space:pre-wrap;word-wrap:break-word}.embed-fields{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.5rem}.embed-field{min-width:0}.embed-field.inline{display:inline-block;width:calc(33.333% - .5rem);margin-right:.5rem}.field-name{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.125rem}.field-value{font-size:.875rem;color:#dcddde;line-height:1.375;word-wrap:break-word}.embed-thumbnail{position:absolute;top:.75rem;right:1rem;max-width:80px;max-height:80px;border-radius:3px;object-fit:cover}.embed-image{margin-top:1rem;max-width:400px;border-radius:3px;display:block}.embed-footer{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #202225}.footer-icon{width:20px;height:20px;border-radius:50%;object-fit:cover}.footer-text{font-size:.75rem;color:#b9bbbe;font-weight:500}.preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.preview-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3;color:#b9bbbe}.preview-empty h3{font-size:1.2rem;font-weight:700;color:#dcddde;margin-bottom:.5rem}.preview-empty p{font-size:.95rem;color:#b9bbbe}@media (max-width: 1200px){.embed-builder{grid-template-columns:1fr}.builder-controls{max-height:none}.embed-preview{max-height:600px}}@media (max-width: 768px){.builder-controls,.embed-preview{padding:1.5rem}.tabs-list{flex-direction:column}.tab-item{width:100%}}.btn-send-webhook{width:100%;padding:.9rem;background:#43b581;border:none;border-radius:var(--border-radius-sm);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-send-webhook:hover:not(:disabled){background:#3ca374;transform:translateY(-2px);box-shadow:0 4px 12px #43b58166}.btn-send-webhook:disabled{opacity:.5;cursor:not-allowed}.send-status{padding:.9rem;border-radius:var(--border-radius-sm);font-size:.9rem;font-weight:600;margin-top:1rem;animation:slideIn .3s ease}.send-status.success{background:#43b58126;border:1px solid #43b581;color:#43b581}.send-status.error{background:#f0474726;border:1px solid #f04747;color:#f04747}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.code-editor-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);overflow:hidden;display:flex;flex-direction:column;min-height:600px}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.toolbar-left{display:flex;align-items:center;gap:1rem}.language-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border-radius:var(--border-radius-sm);border:1px solid var(--border-color)}.language-icon{font-size:1.25rem}.language-name{font-weight:700;font-size:.95rem}.line-count{font-size:.85rem;color:var(--text-tertiary)}.toolbar-right{display:flex;gap:.5rem}.toolbar-btn{padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toolbar-btn:hover{background:var(--primary);border-color:var(--primary)}.toolbar-btn.danger:hover{background:var(--danger);border-color:var(--danger)}.formatter-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:0 25px 50px -12px #00000080;z-index:1000;animation:fadeIn .2s ease}.formatter-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color)}.formatter-header h3{font-size:1.25rem;font-weight:700}.close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-size:1.25rem;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:var(--danger);border-color:var(--danger)}.formatter-body{padding:1.5rem}.formatter-body p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.formatter-actions{display:flex;gap:1rem;justify-content:flex-end}.editor-wrapper{display:flex;flex:1;overflow:hidden}.line-numbers{padding:1rem .75rem;background:var(--bg-tertiary);border-right:1px solid var(--border-color);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.9rem;line-height:1.6;text-align:right;-webkit-user-select:none;user-select:none;min-width:60px}.line-number{height:24px}.code-textarea{flex:1;padding:1rem;background:transparent;border:none;color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem;line-height:1.6;resize:none;outline:none;overflow-y:auto;-moz-tab-size:4;tab-size:4}.code-textarea::placeholder{color:var(--text-tertiary)}.editor-footer{padding:1rem 1.5rem;background:var(--bg-tertiary);border-top:1px solid var(--border-color)}.footer-info{display:flex;gap:2rem;flex-wrap:wrap}.info-item{font-size:.85rem;color:var(--text-tertiary)}@media (max-width: 768px){.editor-toolbar{flex-direction:column;gap:1rem;align-items:flex-start}.toolbar-right{width:100%;justify-content:flex-start}.formatter-popup{width:95%}}.templates-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.templates-label{font-size:.9rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.template-select{flex:1;max-width:400px;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.template-select:hover{border-color:var(--primary-color)}.template-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.template-select option{background:var(--bg-secondary);color:var(--text-primary);padding:.5rem}@media (max-width: 768px){.templates-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.template-select{width:100%;max-width:none}}.editor-container{animation:fadeIn .4s ease}.editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.header-left{display:flex;align-items:center;gap:1rem}.btn-back{display:flex;align-items:center;padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:var(--bg-hover)}.editor-header h1{font-size:2rem;font-weight:800}.header-actions{display:flex;gap:1rem}.error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ef44441a;border:1px solid var(--danger);border-radius:var(--border-radius);color:var(--danger);margin-bottom:2rem;animation:slideIn .3s ease}.error-icon{font-size:1.25rem}.editor-content{display:grid;grid-template-columns:320px 1fr;gap:2rem}.editor-sidebar{display:flex;flex-direction:column;gap:1.5rem}.form-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem}.form-section h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.type-selector{display:flex;flex-direction:column;gap:.75rem}.type-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);cursor:pointer;transition:all .2s ease;text-align:left}.type-option:hover{border-color:var(--primary);background:var(--bg-hover)}.type-option.active{background:#6366f11a;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.type-option .type-icon{font-size:1.5rem}.type-name{font-weight:700;font-size:1rem}.type-desc{font-size:.85rem;color:var(--text-tertiary)}.editor-main{min-height:600px}@media (max-width: 1200px){.editor-content{grid-template-columns:1fr}.editor-sidebar{order:2}.editor-main{order:1}}@media (max-width: 768px){.editor-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column}.header-actions button{width:100%}}.logs-container{animation:fadeIn .4s ease}.logs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.logs-header h1{font-size:2rem;font-weight:800}.logs-filters{display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color)}.logs-table{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);overflow:hidden}.table-header{display:grid;grid-template-columns:100px 200px 200px 200px 1fr;padding:1rem 1.5rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);font-weight:700;font-size:.9rem;color:var(--text-secondary)}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:100px 200px 200px 200px 1fr;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);align-items:center;transition:background .2s ease}.table-row:hover{background:var(--bg-tertiary)}.table-row:last-child{border-bottom:none}.status-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-weight:700;font-size:.9rem}.status-badge.success{background:#10b9811a;color:var(--success)}.status-badge.error{background:#ef44441a;color:var(--danger)}.command-name{font-weight:700;color:var(--primary-light)}.user-id{font-family:var(--font-mono);font-size:.85rem;color:var(--text-secondary)}.col-time{font-size:.85rem;color:var(--text-secondary)}.error-details{cursor:pointer}.error-details summary{font-size:.85rem;color:var(--danger);font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.error-details summary:hover{color:var(--primary-light)}.error-details pre{margin-top:.5rem;padding:.75rem;background:var(--bg-tertiary);border-radius:var(--border-radius-sm);font-family:var(--font-mono);font-size:.8rem;color:var(--danger);overflow-x:auto}.success-text{font-size:.85rem;color:var(--success);font-weight:600}.logs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}}.settings-container{animation:fadeIn .4s ease;max-width:1000px}.settings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:800}.message-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:var(--border-radius);margin-bottom:2rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.message-banner.success{background:#10b9811a;border:1px solid var(--success);color:var(--success)}.message-banner.error{background:#ef44441a;border:1px solid var(--danger);color:var(--danger)}.message-icon{font-size:1.25rem}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem}.section-header h2{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.section-header p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem}.users-list{margin-bottom:2rem}.users-list h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--text-secondary)}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.user-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--border-radius);transition:all .2s ease}.user-item:hover{border-color:var(--primary);transform:translateY(-2px)}.user-info-badge{display:flex;align-items:center;gap:.75rem}.user-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border-radius:50%;font-size:1.25rem}.user-name{font-weight:700;font-size:.95rem;color:var(--text-primary)}.btn-remove-user{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--danger);border:none;border-radius:var(--border-radius-sm);color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-remove-user:hover{transform:scale(1.1)}.add-user-section{padding:1.5rem;background:#6366f10d;border:1px solid var(--primary);border-radius:var(--border-radius)}.add-user-section h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--primary-light)}.add-user-form{display:flex;gap:1rem;margin-bottom:.75rem}.add-user-form .form-input{flex:1}.add-user-form .btn-primary{white-space:nowrap}.role-input-group{display:flex;flex-direction:column;gap:.75rem}.role-input-group label{font-weight:700;font-size:.95rem;color:var(--text-secondary)}.role-textarea{width:100%;min-height:150px;padding:1rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem;resize:vertical;transition:all .2s ease}.role-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.input-hint{font-size:.85rem;color:var(--text-tertiary);line-height:1.5;margin:0}.info-section{border-color:var(--info);background:#3b82f60d}.warning-section{border-color:var(--warning);background:#f59e0b0d}.info-content{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:var(--border-radius-sm);font-size:1.5rem;flex-shrink:0}.info-text h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.info-text p{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:0}.info-text ul{margin-top:.5rem;padding-left:1.5rem;color:var(--text-secondary)}.info-text ul li{margin-bottom:.5rem;line-height:1.6}.info-text a{color:var(--primary-light);text-decoration:none;font-weight:600;transition:color .2s ease}.info-text a:hover{color:var(--primary);text-decoration:underline}.info-text code{background:var(--bg-tertiary);padding:.2rem .5rem;border-radius:4px;font-family:var(--font-mono);font-size:.85rem;color:var(--primary-light)}.code-example{margin-top:.75rem;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);overflow-x:auto}.code-example code{font-family:var(--font-mono);font-size:.85rem;color:var(--text-primary)}.warning-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.warning-content li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--bg-tertiary);border-radius:var(--border-radius-sm);font-size:.9rem;line-height:1.6}.warning-content li:before{content:"⚠️";font-size:1.25rem;flex-shrink:0}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}@media (max-width: 768px){.settings-header{flex-direction:column;align-items:flex-start;gap:1rem}.settings-header button{width:100%}.users-grid{grid-template-columns:1fr}.add-user-form{flex-direction:column}.add-user-form .btn-primary{width:100%}}.guide-container{animation:fadeIn .4s ease;max-width:1200px;margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.guide-header{margin-bottom:3rem}.guide-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;margin-top:1rem}.subtitle{color:var(--text-secondary);font-size:1.1rem}.guide-content{display:flex;flex-direction:column;gap:2.5rem}.guide-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:2rem}.guide-section.warning{border-color:var(--warning);background:#f59e0b0d}.guide-section h2{font-size:1.75rem;font-weight:800;margin-bottom:1rem}.guide-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.code-block{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;margin:1.5rem 0}.code-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#0003;border-bottom:1px solid var(--border-color)}.code-lang{font-size:.8rem;font-weight:700;color:var(--primary-light);font-family:var(--font-mono)}.code-title{font-size:.8rem;color:var(--text-tertiary);font-family:var(--font-mono)}.code-block pre{margin:0;padding:1.5rem;overflow-x:auto}.code-block code{font-family:var(--font-mono);font-size:.9rem;line-height:1.6;color:var(--text-primary)}.info-box{display:flex;gap:1rem;padding:1.25rem;background:#6366f11a;border:1px solid var(--primary);border-radius:var(--border-radius);margin:1.5rem 0}.info-icon{font-size:1.5rem;flex-shrink:0}.info-text{flex:1}.info-text strong{color:var(--primary-light);font-weight:700}.example-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;margin:1.5rem 0}.example-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--primary-light)}.best-practices{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.practice-item{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius)}.practice-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--success);color:#fff;border-radius:50%;font-weight:700;font-size:1.25rem;flex-shrink:0}.practice-text{flex:1}.practice-text h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.practice-text p{color:var(--text-secondary);margin:0}.practice-text code{background:var(--bg-secondary);padding:.2rem .5rem;border-radius:4px;font-family:var(--font-mono);font-size:.9rem;color:var(--primary-light)}.limitations-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.limitations-list li{padding:1rem;background:var(--bg-tertiary);border-radius:var(--border-radius-sm);font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.guide-section a{color:var(--primary-light);text-decoration:none;font-weight:600;transition:color .2s ease}.guide-section a:hover{color:var(--primary);text-decoration:underline}@media (max-width: 768px){.guide-header h1{font-size:1.75rem}.guide-section{padding:1.5rem}.code-block pre{padding:1rem}.code-block code{font-size:.85rem}}.sidebar{width:280px;height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:sticky;top:0;left:0}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid var(--border-color)}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:12px;font-size:1.5rem;box-shadow:0 4px 12px #6366f14d}.logo-text{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin-bottom:.5rem;border-radius:var(--border-radius-sm);color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;position:relative}.nav-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);transform:scaleY(0);transition:transform .2s ease}.nav-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-item.active{background:#6366f11a;color:var(--primary-light);box-shadow:inset 0 0 0 1px #6366f133}.nav-item.active:before{transform:scaleY(1)}.nav-icon{font-size:1.25rem;width:24px;text-align:center}.sidebar-footer{padding:1.5rem;border-top:1px solid var(--border-color);display:flex;align-items:center;gap:.75rem}.user-info{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--primary);box-shadow:0 0 0 2px #6366f133}.user-details{flex:1;min-width:0}.user-name{font-weight:700;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-tag{font-size:.8rem;color:var(--text-tertiary)}.logout-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:1.1rem;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:var(--danger);border-color:var(--danger);transform:scale(1.05)}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--discord-blurple: #5865F2;--bg-primary: #0f0f23;--bg-secondary: #1a1a2e;--bg-tertiary: #25253d;--bg-hover: #2d2d4a;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--border-color: #2d2d4a;--border-radius: 12px;--border-radius-sm: 8px;--border-radius-lg: 16px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4);--font-primary: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background:var(--bg-primary);color:var(--text-primary);line-height:1.6}.app{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem;overflow-y:auto;max-width:1800px;margin:0 auto;width:100%}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem}.loading-spinner,.spinner{width:50px;height:50px;border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius-sm);font-family:var(--font-primary);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #6366f14d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);font-family:var(--font-primary);font-size:.95rem;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:var(--text-secondary)}.form-hint{display:block;margin-top:.5rem;font-size:.85rem;color:var(--text-tertiary)}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:5px}
