:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{max-width:600px;margin:0 auto;padding:2rem;width:100%}.webhook-container{background:#36393f;border-radius:12px;padding:2rem;box-shadow:0 8px 16px #0000004d;border:1px solid #40444b;overflow:hidden}.user-info{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #40444b}.user-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:1rem;border:3px solid #5865f2}.user-info h1{color:#fff;font-size:2rem;margin:0 0 .5rem}.username{color:#b9bbbe;margin:0;font-size:1rem}.webhook-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#b9bbbe;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}input,textarea{background:#40444b;border:1px solid #40444b;border-radius:4px;color:#dcddde;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s ease}input[type=file]{background:#40444b;border:2px dashed #5865f2;border-radius:8px;color:#dcddde;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s ease}input[type=file]:hover{background:#4752c4;border-color:#7983f5}input:focus,textarea:focus{outline:none;border-color:#5865f2}input::placeholder,textarea::placeholder{color:#72767d}textarea{resize:vertical;min-height:80px}.image-preview{margin-top:1rem;text-align:center}.image-preview img{max-width:100%;max-height:200px;border-radius:8px;border:2px solid #40444b}.image-preview .preview-info{margin-top:.5rem;color:#b9bbbe;font-size:.875rem}.settings-info{background:#2f3136;border-radius:8px;padding:1rem;border-left:4px solid #5865f2}.settings-info h3{color:#fff;margin:0 0 1rem;font-size:1rem}.settings-info ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.settings-info li{color:#b9bbbe;font-size:.875rem;padding:.25rem 0}.send-btn{background:#5865f2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease;min-height:48px}.send-btn:hover:not(:disabled){background:#4752c4}.send-btn:disabled{background:#4f545c;cursor:not-allowed}.status{margin-top:1rem;padding:.75rem;border-radius:4px;font-weight:500;text-align:center}.status:empty{display:none}.success{background:#3ba55c;color:#fff}.error{background:#ed4245;color:#fff}.loading{background:#faa61a;color:#fff}@media (max-width: 768px){#app{padding:1rem;max-width:100%}.webhook-container{padding:1.5rem}.user-avatar{width:60px;height:60px}.user-info h1{font-size:1.5rem}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}.webhook-container{background:#fff;border-color:#e3e5e8;box-shadow:0 8px 16px #0000001a}.user-info{border-bottom-color:#e3e5e8}.user-info h1{color:#2e3338}.username{color:#747f8d}.form-group label{color:#4f5660}input,textarea{background:#fff;border-color:#e3e5e8;color:#2e3338}input[type=file]{background:#fff;border-color:#5865f2}input[type=file]:hover{background:#f7f8fa}input::placeholder,textarea::placeholder{color:#87909c}.image-preview img{border-color:#e3e5e8}.image-preview .preview-info{color:#4f5660}.settings-info{background:#f2f3f5;border-left-color:#5865f2}.settings-info h3{color:#2e3338}.settings-info li{color:#4f5660}}
