:root{--bg:#1e1f22;--panel:#2b2d31;--panel-2:#313338;--panel-3:#383a40;--border:#3f4147;--text:#dbdee1;--muted:#949ba4;--accent:#5865f2;--accent-hover:#4752c4;--danger:#da373c;--success:#248046;--radius:8px;color:var(--text);background:var(--bg);font-family:gg sans,Noto Sans,Segoe UI,system-ui,sans-serif;font-size:14px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}a{color:#00a8fc}input[type=text],input[type=number],select,textarea{background:var(--bg);width:100%;color:var(--text);border:1px solid var(--border);font:inherit;border-radius:4px;padding:7px 9px}textarea{resize:vertical;min-height:60px;font-family:inherit;line-height:1.4}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}input[type=color]{border:1px solid var(--border);background:var(--bg);border-radius:4px;width:40px;height:34px;padding:2px}.btn{border:1px solid var(--border);background:var(--panel-3);color:var(--text);font:inherit;cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;gap:6px;padding:7px 12px;font-weight:500;text-decoration:none;display:inline-flex}.btn:hover{background:#404249}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-hover)}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn.block{justify-content:center;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.icon{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:14px}.icon:hover:not(:disabled){background:var(--panel-3);color:var(--text)}.icon.danger:hover:not(:disabled){color:#fff;background:var(--danger)}.icon:disabled{opacity:.3;cursor:default}.spacer{flex:1}.muted{color:var(--muted)}.error{color:#f23f43}.app{grid-template:"top top top"48px"side main preview"1fr/260px minmax(420px,1fr) minmax(360px,480px);height:100vh;display:grid}@media (width<=1100px){.app{grid-template:"top top"48px"side main"1fr"side preview"1fr/220px 1fr}}.topbar{background:var(--panel);border-bottom:1px solid var(--border);grid-area:top;align-items:center;gap:12px;padding:0 16px;display:flex}.brand{font-size:16px;font-weight:700}.user{align-items:center;gap:8px;display:inline-flex}.user img{border-radius:50%;width:24px;height:24px}.sidebar{background:var(--panel);border-right:1px solid var(--border);flex-direction:column;grid-area:side;gap:10px;padding:12px;display:flex;overflow-y:auto}.message-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.message-list li button{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}.message-list li button:hover{background:var(--panel-3)}.message-list li.active button{background:var(--panel-3);box-shadow:inset 3px 0 0 var(--accent)}.message-name{font-weight:600}.message-list .empty{padding:8px 10px}.editor{flex-direction:column;grid-area:main;gap:12px;padding:16px;display:flex;overflow-y:auto}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.toolbar .name-input{width:220px;font-weight:600}.toolbar select{width:220px}.limits{color:var(--muted);font-size:12px}.limits.over{color:#f23f43}.preview{background:var(--panel-2);border-left:1px solid var(--border);grid-area:preview;padding:16px;overflow-y:auto}.node-list{flex-direction:column;gap:8px;display:flex}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius)}.card .card{background:var(--panel-2)}.card .card .card{background:var(--panel)}.card-head{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:6px 8px 6px 12px;display:flex}.card-title{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:13px;font-weight:600}.badge{background:var(--panel-3);border-radius:10px;padding:1px 6px;font-size:11px}.card-body{flex-direction:column;gap:10px;padding:12px;display:flex}.add-menu{width:auto;color:var(--muted);cursor:pointer;align-self:flex-start}.field{flex-direction:column;gap:4px;display:flex}.field-label{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:600}.field-hint{color:var(--muted);font-size:11px}.check{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:inline-flex}.check input{accent-color:var(--accent)}.grid-2{grid-template-columns:1fr 1fr;align-items:end;gap:10px;display:grid}.media-field,.color-field{align-items:center;gap:6px;display:flex}.sub-list{flex-direction:column;gap:8px;display:flex}.sub-title{color:var(--muted);text-transform:uppercase;align-items:center;gap:8px;margin-top:4px;font-size:12px;font-weight:600;display:flex}.inline-select{text-transform:none;width:auto;padding:2px 6px}.option-row{grid-template-columns:1.2fr 1fr 1.4fr .8fr auto auto auto auto;align-items:center;gap:6px;display:grid}.gallery-item{border:1px dashed var(--border);border-radius:4px;flex-direction:column;gap:8px;padding:8px;display:flex}.inline-controls{align-items:center;gap:4px;display:flex}.check-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.uploads{flex-direction:column;gap:6px;display:flex}.upload-row{align-items:center;gap:10px;display:flex}.dc-message{color:#dbdee1;gap:16px;padding:8px 4px;line-height:1.375;display:flex}.dc-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.dc-body{flex:1;min-width:0}.dc-header{align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.dc-name{color:#f2f3f5;font-weight:600}.dc-bot{background:var(--accent);color:#fff;border-radius:3px;padding:1px 4px;font-size:10px;font-weight:600}.dc-time{color:var(--muted);font-size:12px}.dc-components{flex-direction:column;gap:8px;max-width:600px;display:flex}.dc-empty{color:var(--muted);font-style:italic}.dc-container{background:#2b2d31;border:1px solid #3f4147;border-left-width:4px;border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.dc-text{white-space:pre-wrap;overflow-wrap:anywhere}.dc-text h1,.dc-text h2,.dc-text h3{color:#f2f3f5;margin:8px 0 4px;line-height:1.25}.dc-text h1{font-size:24px}.dc-text h2{font-size:20px}.dc-text h3{font-size:16px}.dc-text h1:first-child,.dc-text h2:first-child,.dc-text h3:first-child{margin-top:0}.dc-text blockquote{border-left:4px solid #4e5058;margin:0;padding-left:12px}.dc-text li{margin-left:16px}.dc-text pre{white-space:pre-wrap;background:#1e1f22;border:1px solid #2b2d31;border-radius:4px;margin:4px 0;padding:8px;font-size:13px}.dc-text code{background:#1e1f22;border-radius:3px;padding:1px 4px;font-size:13px}.dc-text pre code{background:0 0;padding:0}.md-blank{height:.5em}.md-subtext{color:var(--muted);font-size:12px}.md-spoiler{color:#202225;background:#202225;border-radius:3px}.md-spoiler:hover{color:inherit}.md-mention{color:#c9cdfb;background:#5865f24d;border-radius:3px;padding:0 2px;font-weight:500}.md-timestamp{background:#3f4147;border-radius:3px;padding:0 2px}.md-emoji{vertical-align:bottom;width:1.375em;height:1.375em}.dc-section{align-items:flex-start;gap:12px;display:flex}.dc-section-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dc-accessory{flex-shrink:0}.dc-thumb{object-fit:cover;border-radius:8px;width:86px;height:86px;display:block}.dc-thumb.placeholder,.dc-gallery .placeholder{color:var(--muted);background:#1e1f22;justify-content:center;align-items:center;font-size:12px;display:flex}.dc-separator{height:4px}.dc-separator.large{height:12px}.dc-separator.divider{border-top:1px solid #3f4147;height:auto;margin:4px 0}.dc-separator.divider.large{margin:8px 0}.dc-gallery{border-radius:8px;gap:4px;max-width:550px;display:grid;overflow:hidden}.dc-gallery.n1{grid-template-columns:1fr}.dc-gallery.n2,.dc-gallery.n4{grid-template-columns:1fr 1fr}.dc-gallery.n3{grid-template-columns:1fr 1fr 1fr}.dc-gallery img,.dc-gallery video,.dc-gallery .placeholder{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.dc-gallery.n1 img,.dc-gallery.n1 video{aspect-ratio:auto;max-height:350px}.dc-file{color:#00a8fc;background:#2b2d31;border:1px solid #3f4147;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;display:flex}.dc-file-icon{font-size:20px}.dc-row{flex-wrap:wrap;gap:8px;display:flex}.dc-button{color:#fff;background:#4e5058;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:2px 16px;font-size:14px;font-weight:500;display:inline-flex}.dc-button.style-1{background:#5865f2}.dc-button.style-3{background:#248046}.dc-button.style-4{background:#da373c}.dc-button.style-5,.dc-button.style-2{background:#4e5058}.dc-button.style-6{background:#5865f2}.dc-button.disabled,.dc-select.disabled{opacity:.5}.dc-ext{font-size:12px}.dc-select{width:100%;max-width:400px;min-height:40px;color:var(--muted);background:#1e1f22;border:1px solid #3f4147;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.dc-spoiler{filter:blur(6px);border-radius:8px;position:relative;overflow:hidden}.loading,.login{height:100vh;color:var(--muted);justify-content:center;align-items:center;display:flex}.login-card{background:var(--panel);border:1px solid var(--border);width:380px;color:var(--text);border-radius:12px;flex-direction:column;gap:14px;padding:32px;display:flex}.login-card h1{margin:0;font-size:22px}.login-card p{color:var(--muted);margin:0}.toast{background:var(--panel-3);border:1px solid var(--border);z-index:20;border-radius:8px;max-width:600px;padding:10px 16px;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}.toast.ok{border-color:var(--success)}.toast.error{border-color:var(--danger)}.modal-backdrop{z-index:10;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;width:min(800px,90vw);padding:16px;display:flex}.modal textarea{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:12px}.modal-actions{align-items:center;gap:8px;display:flex}
