:root{font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:dark;color:#ffffffe6;background-color:#1a1d21;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#25282c;border-bottom:1px solid #333}.app-title{margin:0;font-size:1.25rem;font-weight:600}.app-timestamp{font-variant-numeric:tabular-nums;color:#aaa}.app-main{flex:1;display:grid;grid-template-columns:600px 1fr 800px;gap:0;min-height:0}.panel{padding:1rem 1.25rem;border-right:1px solid #333;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.panel:last-child{border-right:none;background:#1e2125}.panel-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.25rem}input[type=text],input[type=email],select,textarea{width:100%;padding:.5rem .6rem;font-size:.9rem;font-family:inherit;color:#eee;background:#2a2d32;border:1px solid #3a3d42;border-radius:6px}input:focus,select:focus,textarea:focus{outline:none;border-color:#4a7bc2}textarea{min-height:80px;resize:vertical}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;padding-right:1.75rem}.checkbox-row{display:flex;align-items:center;gap:.5rem}.checkbox-row input{width:auto;cursor:pointer}.btn{padding:.6rem 1rem;font-size:.9rem;font-weight:600;font-family:inherit;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.btn-primary{background:#3b5a9c;color:#fff}.btn-primary:hover{background:#4a6aac}.btn-success{background:#2d6a3e;color:#fff}.btn-success:hover{background:#3d7a4e}.btn-danger{background:#8b3a3a;color:#fff}.btn-danger:hover{background:#9b4a4a}.btn-block{width:100%;margin-top:.5rem}.left-panel-emblem{margin-top:auto;padding-top:1rem;text-align:center;font-size:.7rem;color:#555}.middle-form-fields{display:flex;flex-direction:column;gap:.75rem}.multi-select-list{max-height:120px;overflow-y:auto;border:1px solid #3a3d42;border-radius:6px;background:#2a2d32;padding:.25rem}.multi-select-list label{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;cursor:pointer;border-radius:4px}.multi-select-list label:hover{background:#33363a}.multi-select-list input{width:auto}.chip-row{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.5rem;margin-bottom:.35rem}.chip{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .4rem;font-size:.8rem;background:#3a3d42;border-radius:4px;color:#eee}.chip-remove{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;font-size:1rem;line-height:1;color:#aaa;background:transparent;border:none;border-radius:2px;cursor:pointer}.chip-remove:hover{color:#fff;background:#555}.multi-select-dropdown select{width:100%}.details-format-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;padding:.35rem 0;margin-bottom:.25rem}.format-btn{min-width:1.75rem;height:1.75rem;padding:0 .35rem;font-size:.8rem;font-weight:600;font-family:inherit;color:#b9bbbe;background:#2a2d32;border:1px solid #3a3d42;border-radius:4px;cursor:pointer}.format-btn:hover{color:#fff;background:#3a3d42}.format-sep{width:1px;height:1rem;background:#4e5058;margin:0 .15rem}.format-codeblock-wrap{display:inline-flex;align-items:center}.format-codeblock-select{height:1.75rem;min-width:6rem;padding:0 1.5rem 0 .35rem;font-size:.75rem;font-family:inherit;color:#b9bbbe;background:#2a2d32;border:1px solid #3a3d42;border-radius:4px;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b9bbbe' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .35rem center}.format-codeblock-select:hover{color:#fff;background-color:#3a3d42}.format-codeblock-select:focus{outline:none;border-color:#5865f2}.preview-toggle{display:flex;gap:1rem;margin-bottom:.5rem}.preview-toggle label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.9rem}.preview-output{flex:1;min-height:200px;padding:1rem;font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:#25282c;border:1px solid #333;border-radius:6px;color:#8e9095;overflow-y:auto}.preview-output .discord-heading{font-weight:600;margin:.75em 0 .25em;line-height:1.2}.preview-output h1.discord-heading{font-size:1.75em}.preview-output h2.discord-heading{font-size:1.5em}.preview-output h3.discord-heading{font-size:1.25em}.preview-output h4.discord-heading{font-size:1.1em}.preview-output h5.discord-heading{font-size:1em}.preview-output h6.discord-heading{font-size:.9em;color:#888}.preview-output .discord-minus-heading{font-size:1.05em;font-weight:700;color:#dcddde;margin:.5em 0 .2em}.preview-output strong{font-weight:700}.preview-output em{font-style:italic}.preview-output u{text-decoration:underline}.preview-output s{text-decoration:line-through}.preview-output code{font-family:Consolas,Monaco,monospace;font-size:.9em;background:#1e2124;padding:.1em .3em;border-radius:3px;color:#e0e0e0}.preview-output .discord-code-block{font-family:Consolas,Monaco,monospace;font-size:.85em;background:#1e2124;padding:.75rem;border-radius:4px;border-left:3px solid #5865f2;margin:.5rem 0;overflow-x:auto;white-space:pre}.preview-output .discord-code-block code{background:none;padding:0}.preview-output .discord-quote{display:block;border-left:3px solid #4e5058;padding-left:.5rem;margin:.25rem 0;color:#b9bbbe}.preview-output .discord-spoiler{background:#00000080;color:transparent;border-radius:3px}.preview-output .discord-spoiler:hover{background:transparent;color:inherit}.right-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.right-actions .btn{flex:1;min-width:120px}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-box{background:#25282c;border:1px solid #3a3d42;border-radius:8px;max-width:90vw;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #333}.modal-title{margin:0;font-size:1.1rem;font-weight:600}.modal-close{background:none;border:none;color:#aaa;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem}.modal-close:hover{color:#fff}.modal-body{padding:1rem 1.25rem;overflow-y:auto}.promotions-table{width:100%;border-collapse:collapse;font-size:.9rem}.promotions-table th,.promotions-table td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid #333}.promotions-table th{color:#888;font-weight:600;font-size:.75rem;text-transform:uppercase}.promotions-table input,.promotions-table select{width:100%;padding:.35rem .5rem;font-size:.85rem}#promotions-add-row{margin-top:.75rem}
