*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f0f0f;overflow-x:hidden;overflow-y:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;-webkit-overflow-scrolling:touch}:root{--discord-blurple: #7289da;--discord-green: #43b581;--discord-red: #f04747;--discord-yellow: #faa61a;--discord-dark: #36393f;--discord-darker: #2f3136;--discord-darkest: #202225;--text-normal: #dcddde;--text-muted: #72767d;--text-link: #00b0f4;--background-primary: #36393f;--background-secondary: #2f3136;--background-tertiary: #202225;--background-accent: #4f545c;--interactive-normal: #b9bbbe;--interactive-hover: #dcddde;--interactive-active: #ffffff}.particles-container{position:absolute;width:100%;height:100%;overflow:hidden;z-index:10}.particle{position:absolute;background-color:#ffffffb3;box-shadow:0 0 6px 2px #ffffff4d;border-radius:50%;transform-origin:center;opacity:.6}.geometric-bg{position:absolute;width:100%;height:100%;z-index:5;opacity:0}.geo-line{position:absolute;background-color:#ffffff1a}.horizontal-line{width:100%;height:1px}.vertical-line{width:1px;height:100%}.diagonal-line{width:1px;height:100%;transform-origin:top left}.glow-effect{position:absolute;width:clamp(300px,90vw,400px);height:clamp(300px,90vw,400px);border-radius:50%;background:radial-gradient(circle,#fff3,#fff0 70%);z-index:8;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)}.toast-notification{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:var(--discord-blurple);color:#fff;padding:.8rem 1.5rem;border-radius:8px;box-shadow:0 5px 15px #0003;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;font-size:.9rem;max-width:90%;text-align:center}.toast-notification.success{background-color:var(--discord-green)}.toast-notification.error{background-color:var(--discord-red)}.toast-notification.show{opacity:1;visibility:visible}.main-content{position:relative;width:100%;z-index:200;padding:clamp(1rem,4vw,2rem);opacity:1;animation:fadeIn .8s ease-out forwards;display:flex;flex-direction:column;align-items:center;min-height:100vh}.webhook-container-wrapper{width:100%;max-width:1400px;display:flex;justify-content:center}.webhook-container{width:100%;background-color:#0f0f0fb3;border-radius:16px;padding:clamp(1.5rem,5vw,2rem);box-shadow:0 8px 20px #00000040;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);position:relative;z-index:100;will-change:transform,opacity;transform:translateZ(0);margin:0 auto clamp(2rem,5vw,3rem);max-width:1400px}.webhook-header{margin-bottom:2rem}.webhook-header-content{display:flex;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto}.webhook-title{text-align:center;flex:1}.webhook-header h1{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:.5rem;color:#fff}.webhook-header p{font-size:clamp(.95rem,2.5vw,1.1rem);color:#ffffffe6;max-width:800px;margin:0 auto}.webhook-content{display:grid;grid-template-columns:1fr;gap:2rem;max-width:100%;margin:0 auto}.editor-section,.preview-section{background-color:#1e1e1e99;border-radius:12px;padding:1.5rem}.editor-header,.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.editor-header h2,.preview-header h2{font-size:1.4rem;color:#fff}.navigation-links{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.nav-link{display:inline-block;padding:.7rem 1.2rem;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.3);border-radius:8px;transition:all .3s ease;font-size:.95rem;white-space:nowrap}.back-link{padding:.6rem 1rem;font-size:.9rem;text-decoration:none;border-radius:6px;transition:all .3s ease;background-color:#1e1e1eb3;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0003;z-index:5;white-space:nowrap}.back-link:hover{background-color:#28282acc;transform:translateY(-2px)}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-link i{margin-right:.5rem}@media (min-width: 1200px){.webhook-content{grid-template-columns:1fr 1fr;max-width:1300px}}@media (min-width: 768px){.webhook-container{padding:2rem}.webhook-content{gap:2.5rem}.editor-section,.preview-section{padding:2rem}}@media (max-width: 767px){.webhook-header-content{flex-direction:column;gap:1rem;align-items:flex-start}.webhook-title{text-align:left}.webhook-header p{margin:0}.form-actions-container{flex-direction:column-reverse;gap:.8rem}.action-button{width:100%;justify-content:center}.preview-actions{flex-direction:column;gap:.8rem}}.webhook-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;min-width:0;width:100%}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group.half{flex:1 1 calc(50% - .5rem);min-width:180px}.form-group.quarter{flex:1 1 calc(30% - .5rem);min-width:180px}.form-group.threequarters{flex:1 1 calc(70% - .5rem);min-width:180px}.form-header{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.form-header h3,.form-header h5{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.form-header h5{font-size:.95rem;display:flex;align-items:center;gap:.5rem;position:relative;padding-left:.3rem}.form-header h5:before{content:"";position:absolute;left:-.3rem;top:50%;transform:translateY(-50%);width:3px;height:14px;background-color:var(--discord-blurple);border-radius:2px}input[type=text],input[type=url],input[type=datetime-local],textarea{background-color:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.6rem .8rem;color:#fff;font-size:.9rem;transition:all .2s ease;width:100%}textarea{min-height:80px;resize:vertical}input[type=text]:focus,input[type=url]:focus,input[type=datetime-local]:focus,textarea:focus{outline:none;border-color:var(--discord-blurple);box-shadow:0 0 0 2px #7289da4d}input[type=text]:hover,input[type=url]:hover,input[type=datetime-local]:hover,textarea:hover{border-color:#fff3}.color-input-wrapper{display:flex;align-items:center;gap:.5rem;width:100%}input[type=color]{-webkit-appearance:none;appearance:none;width:36px;height:36px;border:none;border-radius:4px;background:none;cursor:pointer;padding:0}.embed-color-hex{flex:1}.webhook-form input.embed-author-icon,.webhook-form input.embed-footer-icon{font-size:.85rem;padding:.5rem .7rem}.webhook-form input.embed-author-url,.webhook-form input.embed-image,.webhook-form input.embed-thumbnail{font-size:.9rem;padding:.6rem .8rem;width:100%!important;height:38px;min-width:250px;box-sizing:border-box}.webhook-form .quarter input{font-size:.85rem;padding:.5rem .7rem}.action-button{padding:.7rem 1.2rem;border-radius:6px;background-color:#7289da4d;border:1px solid rgba(114,137,218,.5);color:#fff;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.action-button:hover{background-color:#7289da80}.action-button.primary{background-color:var(--discord-blurple);border-color:var(--discord-blurple)}.action-button.primary:hover{background-color:#5b6eae}.action-button.secondary{background-color:#ffffff1a;border-color:#fff3}.action-button.secondary:hover{background-color:#fff3}.action-button.small{padding:.5rem .8rem;font-size:.85rem}.mini-action-btn{background-color:#7289da4d;border:1px solid rgba(114,137,218,.5);border-left:none;color:#fff;padding:.6rem .8rem;cursor:pointer;border-top-right-radius:4px;border-bottom-right-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mini-action-btn:hover{background-color:#7289da80}.input-with-action{display:flex;align-items:center;width:100%}.input-with-action input{flex:1;border-top-right-radius:0;border-bottom-right-radius:0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.form-hint{font-size:.8rem;color:#ffffff80;margin-top:.3rem}.form-divider{height:1px;background-color:#ffffff1a;margin:.5rem 0}.form-actions-container{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.form-actions{display:flex;gap:.5rem}.char-counter{display:none;font-size:.75rem;text-align:right;margin-top:-.25rem;font-family:monospace;transition:color .2s ease}.char-counter-green{color:#43b581}.char-counter-yellow{color:#faa61a}.char-counter-red{color:#f04747}.action-button.loading{opacity:.7;cursor:not-allowed;pointer-events:none}.action-button.loading i.fa-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.info-icon{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--primary-color);cursor:pointer;padding:0;margin-left:.5rem;font-size:.9rem;transition:all .2s ease;vertical-align:middle;line-height:1}.info-icon:hover{color:var(--primary-hover);transform:scale(1.1)}.info-icon:active{transform:scale(.95)}.markdown-toolbar{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:var(--background-secondary);border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:8px 8px 0 0;flex-wrap:wrap}.toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:4px;color:var(--text-normal);cursor:pointer;transition:all .2s ease;font-size:.9rem}.toolbar-btn:hover{background:var(--background-tertiary);color:#fff}.toolbar-btn:active{background:var(--background-primary);transform:scale(.95)}.toolbar-divider{width:1px;height:24px;background:#ffffff1a;margin:0 .25rem}.toolbar-dropdown{position:relative}.toolbar-dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:.25rem;background:var(--background-secondary);border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 4px 12px #0000004d;min-width:150px;z-index:1000;overflow:hidden}.toolbar-dropdown-menu.show{display:block}.toolbar-dropdown-menu button{display:block;width:100%;padding:.5rem .75rem;background:transparent;border:none;color:var(--text-normal);cursor:pointer;text-align:left;transition:background .2s ease}.toolbar-dropdown-menu button:hover{background:var(--background-tertiary);color:#fff}.markdown-toolbar+textarea{border-radius:0 0 8px 8px;border-top:none}.markdown-help-content{max-width:700px;max-height:85vh}.markdown-help-body{max-height:calc(85vh - 180px);overflow-y:auto}.markdown-section{margin-bottom:1.5rem}.markdown-section h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.markdown-examples{display:flex;flex-direction:column;gap:.75rem}.markdown-example{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;padding:.75rem;background:var(--background-tertiary);border-radius:6px;font-size:.9rem}.markdown-example code{background:var(--background-primary);padding:.4rem .6rem;border-radius:4px;font-family:Courier New,Courier,monospace;color:#00b0f4;font-size:.85rem;word-break:break-word}.example-arrow{color:var(--text-muted);font-weight:700;flex-shrink:0}.example-result{color:var(--text-normal);line-height:1.5}.markdown-note{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#5865f21a;border-left:3px solid var(--primary-color);border-radius:4px;margin-top:1rem;font-size:.9rem;color:var(--text-normal)}.markdown-note i{color:var(--primary-color);margin-top:.15rem;flex-shrink:0}.codeblock-modal-content{max-width:500px}.codeblock-preview{background:var(--background-tertiary);padding:1rem;border-radius:6px;margin-top:1rem}.codeblock-preview code{background:var(--background-primary);padding:.5rem;border-radius:4px;display:block;font-family:Courier New,Courier,monospace;color:#00b0f4;font-size:.9rem;line-height:1.5}#codeblock-lang-preview{color:#43b581}.language-select{width:100%;padding:.5rem;background:var(--background-tertiary);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-normal);font-size:.9rem;cursor:pointer}.language-select:focus{outline:none;border-color:var(--primary-color)}.language-select option{background:var(--background-secondary);color:var(--text-normal)}@media (max-width: 767px){.markdown-help-content{max-width:95vw}.markdown-example{grid-template-columns:1fr;gap:.5rem}.example-arrow{display:none}.markdown-section h4{font-size:.95rem}.markdown-toolbar{gap:.15rem;padding:.4rem}.toolbar-btn{width:28px;height:28px;font-size:.85rem}}@media (max-width: 767px){.form-row{flex-direction:column;gap:1rem}.form-group.half,.form-group.quarter,.form-group.threequarters{flex:1 1 100%}}.embed-form{background-color:#00000026;border-radius:8px;padding:1.2rem;margin-top:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.05);animation:fadeIn .3s ease-out forwards}.embed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;cursor:pointer}.embed-header h4{font-size:1rem;color:#fff}.embed-header-title{display:flex;align-items:center;gap:.5rem}.toggle-embed-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:.9rem;padding:.2rem;transition:transform .2s ease}.toggle-embed-btn:hover{color:#fff}.embed-form .embed-content{transition:max-height .3s ease,opacity .3s ease,margin .3s ease;max-height:5000px;opacity:1;overflow:hidden}.embed-form.collapsed .embed-content{max-height:0;opacity:0;margin-top:0;margin-bottom:0}.remove-embed-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:.9rem;padding:.3rem;border-radius:4px}.remove-embed-btn:hover{color:var(--discord-red)}.fields-container{display:flex;flex-direction:column;gap:1rem}.field-item{background-color:#28282880;border-radius:6px;padding:1rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.1)}.add-field-btn,.remove-field-btn{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:.9rem;padding:.3rem;border-radius:4px;display:flex;align-items:center;justify-content:center}.add-field-btn:hover{color:var(--discord-green)}.remove-field-btn:hover{color:var(--discord-red)}.embed-form .form-header{margin-top:1.5rem}.embed-form .form-group{margin-bottom:1rem;width:100%}.embed-form input[type=text],.embed-form input[type=url]{height:38px;padding:.6rem .8rem;background-color:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.9rem;width:100%}.embed-content>.form-group:first-child+.form-group+.form-group+.form-row+.form-header{margin-top:2rem}.preview-container{background-color:var(--background-primary);border-radius:8px;padding:1rem;max-height:700px;overflow-y:auto;margin-bottom:1rem;border:1px solid rgba(0,0,0,.1)}.preview-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.discord-message-preview{font-family:Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text-normal)}.message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.webhook-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.webhook-avatar img{width:100%;height:100%;object-fit:cover}.webhook-name{font-weight:600;color:#fff}.message-timestamp{font-size:.7rem;color:var(--text-muted)}.message-content{white-space:pre-wrap;word-break:break-word;line-height:1.4;margin-bottom:.5rem;font-size:.95rem}.message-embeds{display:flex;flex-direction:column;gap:.5rem}.message-embed{border-left:4px solid #7289da;background-color:var(--background-secondary);border-radius:4px;padding:.8rem;max-width:520px}.embed-wrapper{display:flex;flex-direction:column}.message-embed .embed-author{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.message-embed .embed-author-icon{width:24px;height:24px;border-radius:50%;overflow:hidden}.message-embed .embed-author-icon img{width:100%;height:100%;object-fit:cover}.message-embed .embed-author-name{font-size:.9rem;font-weight:600;color:#fff}.message-embed .embed-author-name a{color:#fff;text-decoration:none}.message-embed .embed-author-name a:hover{text-decoration:underline}.message-embed .embed-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.message-embed .embed-title a{color:#fff;text-decoration:none}.message-embed .embed-title a:hover{text-decoration:underline}.message-embed .embed-description{font-size:.9rem;line-height:1.4;margin-bottom:.8rem;color:var(--text-normal);white-space:pre-wrap;word-break:break-word}.message-embed .embed-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.8rem}.message-embed .embed-field{font-size:.9rem}.message-embed .embed-field.inline{grid-column:span 1}.message-embed .embed-field.non-inline{grid-column:span 3}.message-embed .embed-field-name{font-weight:600;margin-bottom:.2rem;color:#fff}.message-embed .embed-field-value{color:var(--text-normal);line-height:1.3;white-space:pre-wrap;word-break:break-word}.message-embed .embed-image{margin-top:.8rem;margin-bottom:.8rem;max-width:400px;border-radius:4px;overflow:hidden}.message-embed .embed-image img{max-width:100%;height:auto;display:block}.message-embed .embed-thumbnail{float:right;max-width:80px;max-height:80px;margin-left:1rem;margin-bottom:1rem;border-radius:4px;overflow:hidden}.message-embed .embed-thumbnail img{width:100%;height:100%;object-fit:cover}.message-embed .embed-footer{display:flex;align-items:center;gap:.5rem;margin-top:.8rem;font-size:.8rem;color:var(--text-muted)}.message-embed .embed-footer-icon{width:20px;height:20px;border-radius:50%;overflow:hidden}.message-embed .embed-footer-icon img{width:100%;height:100%;object-fit:cover}.message-embed .embed-footer-text{font-size:.8rem}.message-embed .embed-footer-separator{margin:0 .3rem}.preview-error{padding:2rem;text-align:center;color:#f04747;background:#f047471a;border-radius:8px;margin:1rem}.preview-error i{font-size:2rem;margin-bottom:1rem}.preview-error p{font-weight:600;margin-bottom:.5rem}.preview-error small{color:#72767d;font-size:.875rem}.embed-image,.embed-thumbnail,.embed-author-icon,.embed-footer-icon{position:relative}.embed-image.loading,.embed-thumbnail.loading,.embed-author-icon.loading,.embed-footer-icon.loading{background:linear-gradient(90deg,var(--background-secondary) 25%,var(--background-tertiary) 50%,var(--background-secondary) 75%);background-size:200% 100%;animation:loading-skeleton 1.5s infinite}@keyframes loading-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.embed-image img,.embed-thumbnail img,.embed-author-icon img,.embed-footer-icon img{opacity:0;transition:opacity .3s}.embed-image img.loaded,.embed-thumbnail img.loaded,.embed-author-icon img.loaded,.embed-footer-icon img.loaded{opacity:1}.message-content h1,.embed-description h1{font-size:1.5rem;font-weight:600;color:#fff;margin:.5rem 0;line-height:1.3}.message-content h2,.embed-description h2{font-size:1.25rem;font-weight:600;color:#fff;margin:.5rem 0;line-height:1.3}.message-content h3,.embed-description h3{font-size:1.1rem;font-weight:600;color:#fff;margin:.5rem 0;line-height:1.3}.message-content .subtext,.embed-description .subtext{font-size:.75rem;color:var(--text-muted);display:block;margin:.25rem 0}.message-content blockquote,.embed-description blockquote{border-left:4px solid var(--text-muted);padding-left:.75rem;margin:.5rem 0;color:var(--text-normal)}.message-content blockquote.multi-line,.embed-description blockquote.multi-line{background:var(--background-tertiary);padding:.5rem .75rem;border-radius:4px}.message-content li,.embed-description li{margin-left:1.5rem;margin-bottom:.25rem;line-height:1.4}.message-content li.ordered,.embed-description li.ordered{list-style-type:decimal;display:list-item}.message-content li:not(.ordered),.embed-description li:not(.ordered){list-style-type:disc;display:list-item}.message-content code,.embed-description code{background:var(--background-tertiary);padding:.15rem .4rem;border-radius:3px;font-family:Courier New,Courier,monospace;font-size:.85rem}.message-content pre,.embed-description pre{background:var(--background-tertiary);padding:.5rem;border-radius:4px;overflow-x:auto;margin:.5rem 0}.message-content pre code,.embed-description pre code{background:transparent;padding:0}.message-content pre[class*=language-],.embed-description pre[class*=language-]{margin:.5rem 0;border-radius:4px;font-size:.875rem}.message-content code[class*=language-],.embed-description code[class*=language-]{font-family:Courier New,Courier,monospace}.message-content strong,.embed-description strong{font-weight:600}.message-content em,.embed-description em{font-style:italic}.message-content u,.embed-description u{text-decoration:underline}.message-content s,.embed-description s{text-decoration:line-through}.message-content a,.embed-description a{color:#00b0f4;text-decoration:none}.message-content a:hover,.embed-description a:hover{text-decoration:underline}.message-content .spoiler,.embed-description .spoiler{background:#202225;color:#202225;padding:0 4px;border-radius:3px;cursor:pointer;transition:all .2s ease;user-select:none}.message-content .spoiler:hover,.embed-description .spoiler:hover{background:#2f3136;color:var(--text-normal)}.message-content .mention,.embed-description .mention,.embed-field-value .mention{display:inline;padding:0 2px;border-radius:3px;font-weight:500;transition:background-color .05s ease}.message-content .mention-user,.embed-description .mention-user,.embed-field-value .mention-user{background-color:#5865f24d;color:#dee0fc}.message-content .mention-user:hover,.embed-description .mention-user:hover,.embed-field-value .mention-user:hover{background-color:#5865f280;color:#fff}.message-content .mention-role,.embed-description .mention-role,.embed-field-value .mention-role{background-color:#5865f24d;color:#dee0fc}.message-content .mention-role:hover,.embed-description .mention-role:hover,.embed-field-value .mention-role:hover{background-color:#5865f280;color:#fff}.message-content .mention-channel,.embed-description .mention-channel,.embed-field-value .mention-channel{background-color:#5865f24d;color:#dee0fc}.message-content .mention-channel:hover,.embed-description .mention-channel:hover,.embed-field-value .mention-channel:hover{background-color:#5865f280;color:#fff}.message-content .mention-everyone,.embed-description .mention-everyone,.embed-field-value .mention-everyone{background-color:#faa61a26;color:#faa61a;font-weight:600}.message-content .mention-everyone:hover,.embed-description .mention-everyone:hover,.embed-field-value .mention-everyone:hover{background-color:#faa61a4d;color:#ffc107}.message-content .mention-here,.embed-description .mention-here,.embed-field-value .mention-here{background-color:#faa61a26;color:#faa61a;font-weight:600}.message-content .mention-here:hover,.embed-description .mention-here:hover,.embed-field-value .mention-here:hover{background-color:#faa61a4d;color:#ffc107}.message-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.discord-button{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:32px;padding:2px 16px;background-color:#5865f2;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .17s ease;user-select:none}.discord-button:hover{background-color:#4752c4}.discord-button:active{background-color:#3c45a5}.discord-button:disabled{background-color:#4e5058;color:#80848e;cursor:not-allowed}@media (max-width: 767px){.message-embed .embed-fields{grid-template-columns:1fr}.message-embed .embed-field.inline{grid-column:span 1}.message-content h1,.embed-description h1{font-size:1.25rem}.message-content h2,.embed-description h2{font-size:1.1rem}.message-content h3,.embed-description h3{font-size:1rem}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{background-color:var(--background-primary);border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 5px 15px #0000004d;animation:modalIn .3s ease-out forwards}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--background-secondary);border-bottom:1px solid var(--background-tertiary)}.modal-header h3{color:#fff;font-size:1.2rem}.close-modal-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.2rem;transition:color .2s ease}.close-modal-btn:hover{color:#fff}.modal-body{padding:1rem;max-height:calc(90vh - 130px);overflow-y:auto}.modal-footer{padding:1rem;display:flex;justify-content:flex-end;gap:1rem;background-color:var(--background-secondary);border-top:1px solid var(--background-tertiary)}.json-editor-container{width:100%}.editor-tabs{display:flex;border-bottom:1px solid var(--background-tertiary);margin-bottom:1rem}.editor-tab{padding:.5rem 1rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.9rem;transition:all .2s ease;border-bottom:2px solid transparent}.editor-tab:hover{color:var(--interactive-hover)}.editor-tab.active{color:var(--discord-blurple);border-bottom-color:var(--discord-blurple)}.tab-content{position:relative}.tab-pane{display:none}.tab-pane.active{display:block}pre#json-display{background-color:var(--background-tertiary);padding:1rem;border-radius:6px;overflow-x:auto;font-family:monospace;font-size:.9rem;color:var(--text-normal);white-space:pre-wrap}.json-editor-wrapper{position:relative;height:300px;max-height:50vh}#json-editor{width:100%;height:100%;padding:1rem;background-color:var(--background-tertiary);color:var(--text-normal);border:none;border-radius:6px;resize:none;font-family:monospace;font-size:.9rem;line-height:1.5;tab-size:2}#json-editor:focus{outline:none;box-shadow:0 0 0 2px #7289da4d}.json-validation-message{margin-top:.5rem;font-size:.85rem;padding:.5rem;border-radius:4px;display:none}.json-validation-message.error{display:block;background-color:#f047471a;color:var(--discord-red);border:1px solid rgba(240,71,71,.3)}.json-validation-message.success{display:block;background-color:#43b5811a;color:var(--discord-green);border:1px solid rgba(67,181,129,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes copySuccess{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.copy-success{animation:copySuccess .4s ease;color:var(--discord-green)!important}.toolbar-dropdown-caret{font-size:.7em;margin-left:2px}.header-preview{font-weight:600}.header-preview--h1{font-size:1.3em}.header-preview--h2{font-size:1.15em}.header-preview--h3{font-size:1.05em}.cheatsheet-spoiler{background:var(--background-tertiary, #202225);color:var(--background-tertiary, #202225);padding:0 4px;border-radius:3px}.cheatsheet-h1{font-size:1.3em}.cheatsheet-h2{font-size:1.15em}.cheatsheet-h3{font-size:1.05em}.cheatsheet-subtext{font-size:.75em;color:var(--text-muted, #72767d)}.cheatsheet-quote{border-left:4px solid var(--text-muted, #72767d);padding-left:8px}.cheatsheet-blockquote{border-left:4px solid var(--text-muted, #72767d);padding:4px 8px;background:#4f545c33;border-radius:3px}.cheatsheet-inline-code{background:var(--background-secondary, #2f3136);padding:2px 6px;border-radius:3px}.cheatsheet-code-block{background:var(--background-secondary, #2f3136);padding:8px;border-radius:4px;margin:0;font-size:.85em}.cheatsheet-tip{margin-top:.5rem;font-size:.85rem;color:var(--text-muted, #72767d)}.cheatsheet-tip-icon{color:var(--primary-color, #7289da);margin-right:.25rem}.cheatsheet-link{color:var(--text-link, #00b0f4)}body.light-mode{background-color:#f8f9fa;color:#333}body.light-mode .particle{background-color:#0003;box-shadow:0 0 6px 2px #0000001a;opacity:.4}body.light-mode .geo-line{background-color:#0000001a}body.light-mode .webhook-container{background-color:#fffc;box-shadow:0 8px 20px #0000001a}body.light-mode .webhook-header h1{color:#333}body.light-mode .webhook-header p{color:#555}body.light-mode .editor-section,body.light-mode .preview-section{background-color:#fffc;box-shadow:0 5px 15px #0000000d}body.light-mode .editor-header,body.light-mode .preview-header{border-bottom-color:#0000001a}body.light-mode .editor-header h2,body.light-mode .preview-header h2{color:#333}body.light-mode label{color:#444}body.light-mode input[type=text],body.light-mode input[type=url],body.light-mode input[type=datetime-local],body.light-mode textarea,body.light-mode .webhook-form input.embed-image,body.light-mode .webhook-form input.embed-thumbnail,body.light-mode input.embed-author-icon,body.light-mode input.embed-footer-icon{background-color:#0000000d;border-color:#0000001a;color:#333}body.light-mode .form-divider{background-color:#0000001a}body.light-mode .form-header h3,body.light-mode .form-header h5{color:#333}body.light-mode .form-hint{color:#777}body.light-mode .embed-form{background-color:#0000000d;border-color:#0000001a}body.light-mode .embed-header h4{color:#333}body.light-mode .field-item{background-color:#00000008;border-color:#00000014}body.light-mode .nav-link{color:#333;border-color:#0003}body.light-mode .nav-link:hover{background-color:#0000000d}body.light-mode .back-link{color:#333;border-color:#0000001a;background-color:#fafafccc;box-shadow:0 2px 8px #00000014}body.light-mode .back-link:hover{background-color:#ffffffe6}body.light-mode .action-button.secondary{background-color:#0000001a;border-color:#0003;color:#333}body.light-mode .action-button.secondary:hover{background-color:#00000026}body.light-mode .preview-container{background-color:var(--background-primary);border:1px solid rgba(0,0,0,.2)}body.light-mode .modal-content{background-color:#fff;border:1px solid rgba(0,0,0,.1)}body.light-mode .modal-header,body.light-mode .modal-footer{background-color:#f5f5f5;border-color:#e5e5e5}body.light-mode .modal-header h3{color:#333}body.light-mode .close-modal-btn{color:#666}body.light-mode .close-modal-btn:hover{color:#333}body.light-mode .editor-tab{color:#666}body.light-mode .editor-tab:hover{color:#333}body.light-mode .editor-tab.active{color:#5865f2;border-bottom-color:#5865f2}body.light-mode #json-editor,body.light-mode pre#json-display{background-color:#0000000d;color:#333}
