:root{--bg: #1f2f46;--text: #f5f8ff;--muted: rgba(245, 248, 255, .75);--border: rgba(255, 255, 255, .22);--border-strong: rgba(255, 255, 255, .32);--surface: rgba(0, 0, 0, .2);--surface-2: rgba(15, 23, 42, .7);--surface-3: rgba(17, 28, 51, .8);--input-bg: rgba(15, 23, 42, .85);--primary: rgba(96, 165, 250, 1);--danger: #ff5a78;--success: rgba(120, 255, 170, .9);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=light]{--bg: #f3f6fb;--text: #0f172a;--muted: rgba(15, 23, 42, .62);--border: rgba(15, 23, 42, .14);--border-strong: rgba(15, 23, 42, .26);--surface: #ffffff;--surface-2: #ffffff;--surface-3: #ffffff;--input-bg: #ffffff;--primary: #2563eb;--danger: #e11d48;--success: #16a34a}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text)}#app{width:100%}h1,h2,h3{font-weight:900;margin:0}a{color:var(--text);text-decoration:underline}input,textarea,select{background:#ffffff1a;color:var(--text);border:1px solid var(--border);border-radius:16px;padding:10px 12px}html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select{background:var(--input-bg)}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--border-strong)}button{background:#ffffff29;border:1px solid var(--border);color:var(--text);border-radius:16px;font-weight:700;cursor:pointer}button:hover{background:#ffffff38}button:disabled{opacity:.55;cursor:not-allowed}html[data-theme=light] button{background:#fff}html[data-theme=light] button:hover{background:#f1f5ff}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.controls select option{background:#0f1b2d;color:#f5f8ff}.controls select option:checked{background:#1f2f46;color:#f5f8ff}html[data-theme=light] .controls select option{background:#fff;color:#0f172a}html[data-theme=light] .controls select option:checked{background:#e8eefc;color:#0f172a}.auth-wrap[data-v-00d0efaa]{margin:18px 0}.auth-card[data-v-00d0efaa]{border:1px solid var(--border);background:var(--surface-2);border-radius:16px;padding:14px;box-shadow:0 10px 26px #0000002e}.auth-head[data-v-00d0efaa]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.auth-title[data-v-00d0efaa]{font-weight:900;letter-spacing:.2px}.auth-status[data-v-00d0efaa]{display:inline-flex;align-items:center;gap:8px;font-size:13px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.auth-status .dot[data-v-00d0efaa]{width:9px;height:9px;border-radius:50%;background:#ffffff59}html[data-theme=light] .auth-status .dot[data-v-00d0efaa]{background:#0f172a47}.auth-status.on .dot[data-v-00d0efaa]{background:var(--success)}.auth-form[data-v-00d0efaa]{display:grid;gap:8px}.lbl[data-v-00d0efaa]{font-size:12px;font-weight:800;color:var(--text)}.inp[data-v-00d0efaa]{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--input-bg);color:inherit;outline:none}.inp[data-v-00d0efaa]:focus{border-color:var(--border-strong)}.row[data-v-00d0efaa]{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.btn[data-v-00d0efaa]{padding:10px 14px;border-radius:14px;border:1px solid var(--border);background:var(--surface);color:inherit;font-weight:900;cursor:pointer}.btn[data-v-00d0efaa]:disabled{opacity:.55;cursor:not-allowed}.btn.primary[data-v-00d0efaa]{background:#5a96ff38;border-color:#5a96ff59}html[data-theme=light] .btn.primary[data-v-00d0efaa]{background:#2563eb1a;border-color:#2563eb59}.btn.danger[data-v-00d0efaa]{background:#ff5a7833;border-color:#ff5a784d}html[data-theme=light] .btn.danger[data-v-00d0efaa]{background:#e11d4814;border-color:#e11d484d}.btn.ghost[data-v-00d0efaa]{background:transparent}.error[data-v-00d0efaa]{margin-top:6px;font-size:13px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,90,120,.35);background:#ff5a781a}.muted-note[data-v-00d0efaa]{margin-top:10px;font-size:13px;color:var(--muted)}.admin-badge[data-v-00d0efaa]{margin-left:8px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.4px;background:#ef444426;border:1px solid rgba(239,68,68,.45);color:#ef4444}.comment-form[data-v-cc7105eb]{display:flex;flex-direction:column;gap:14px;width:100%;margin:0;background:var(--surface-3);border:1px solid var(--border);border-radius:16px;padding:14px;box-shadow:0 10px 26px #0000002e}.grid2[data-v-cc7105eb]{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 760px){.grid2[data-v-cc7105eb]{grid-template-columns:1fr}}.form-group[data-v-cc7105eb]{display:flex;flex-direction:column;gap:6px}.form-label[data-v-cc7105eb]{font-weight:900;color:var(--text)}.form-input[data-v-cc7105eb],.form-textarea[data-v-cc7105eb]{background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:14px;padding:10px 12px;font-size:14px;outline:none}.form-input[data-v-cc7105eb]::placeholder,.form-textarea[data-v-cc7105eb]::placeholder{color:#94a3b8e6;opacity:1}html[data-theme=light] .form-input[data-v-cc7105eb]::placeholder,html[data-theme=light] .form-textarea[data-v-cc7105eb]::placeholder{color:#0f172a73}.form-input[data-v-cc7105eb]:focus,.form-textarea[data-v-cc7105eb]:focus{border-color:#60a5fa8c;box-shadow:0 0 0 2px #60a5fa29}.form-textarea[data-v-cc7105eb]{resize:vertical}.error-text[data-v-cc7105eb]{color:var(--danger, #ff5a78);font-size:13px}.hint-text[data-v-cc7105eb],.hint-lock[data-v-cc7105eb]{color:var(--muted);font-size:13px}.toolbar[data-v-cc7105eb]{display:flex;flex-wrap:wrap;gap:8px}.toolbar-btn[data-v-cc7105eb]{border:1px solid rgba(96,165,250,.35);background:#60a5fa1a;border-radius:12px;padding:7px 10px;cursor:pointer;font-size:13px;font-weight:900;color:var(--text)}.toolbar-btn[data-v-cc7105eb]:hover{background:#60a5fa29}html[data-theme=light] .toolbar-btn[data-v-cc7105eb]{background:#2563eb14;border-color:#2563eb40}html[data-theme=light] .toolbar-btn[data-v-cc7105eb]:hover{background:#2563eb1f}.files-list[data-v-cc7105eb]{display:flex;flex-direction:column;gap:6px;margin-top:6px}.file-item[data-v-cc7105eb]{display:flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:14px;padding:8px 10px;background:var(--surface)}.file-name[data-v-cc7105eb]{font-weight:900;color:var(--text)}.file-size[data-v-cc7105eb]{color:var(--muted);font-size:13px}.file-error[data-v-cc7105eb]{color:var(--danger, #ff5a78);font-size:13px;margin-left:auto}.file-remove[data-v-cc7105eb]{border:none;background:transparent;cursor:pointer;font-size:16px;color:var(--text)}.file-remove[data-v-cc7105eb]:hover{opacity:1}.captcha-row[data-v-cc7105eb]{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.captcha-image[data-v-cc7105eb]{height:48px;width:auto;border-radius:12px;border:1px solid var(--border);background:var(--input-bg)}.captcha-reload[data-v-cc7105eb]{border:1px solid rgba(96,165,250,.35);background:#60a5fa1a;border-radius:12px;padding:8px 10px;cursor:pointer;font-weight:900;color:var(--text)}.captcha-reload[data-v-cc7105eb]:hover{background:#60a5fa29}html[data-theme=light] .captcha-reload[data-v-cc7105eb]{background:#2563eb14;border-color:#2563eb40}html[data-theme=light] .captcha-reload[data-v-cc7105eb]:hover{background:#2563eb1f}.captcha-input[data-v-cc7105eb]{flex:1;min-width:220px}.form-actions[data-v-cc7105eb]{display:flex;justify-content:center;margin-top:4px}.btn[data-v-cc7105eb]{border:1px solid rgba(96,165,250,.35);background:#60a5fa29;color:var(--text);border-radius:16px;padding:12px 18px;cursor:pointer;font-weight:900;min-width:190px}.btn[data-v-cc7105eb]:hover{background:#60a5fa33}.btn[data-v-cc7105eb]:disabled{opacity:.6;cursor:not-allowed}html[data-theme=light] .btn[data-v-cc7105eb]{background:#2563eb1a;border-color:#2563eb47}html[data-theme=light] .btn[data-v-cc7105eb]:hover{background:#2563eb24}.comment-tree[data-v-e1d5e7da]{display:flex;flex-direction:column;gap:12px}.comment-item[data-v-e1d5e7da]{border:1px solid var(--border);border-radius:16px;padding:14px;background:var(--surface-3);box-shadow:0 10px 26px #0000002e}.comment-item.is-child[data-v-e1d5e7da]{margin-left:36px;padding:12px 12px 12px 16px;border-left:3px solid var(--border);background:var(--surface-2);box-shadow:0 6px 16px #00000024}html[data-theme=light] .comment-item.is-child[data-v-e1d5e7da]{box-shadow:0 6px 14px #0f172a14}.scroll-highlight[data-v-e1d5e7da]{box-shadow:0 0 0 3px #60a5fa59,0 10px 26px #0000002e;border-color:#60a5fa8c;transition:box-shadow .2s ease,border-color .2s ease}html[data-theme=light] .comment-item[data-v-e1d5e7da]{box-shadow:0 10px 22px #0f172a1a}.comment-header[data-v-e1d5e7da]{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.header-left[data-v-e1d5e7da]{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.user-name[data-v-e1d5e7da]{font-weight:900}.email[data-v-e1d5e7da],.date[data-v-e1d5e7da]{color:var(--muted);font-size:.9rem}.comment-text[data-v-e1d5e7da]{margin:10px 0 12px;line-height:1.45;word-break:break-word}.attachments[data-v-e1d5e7da]{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 10px}.attachment-item[data-v-e1d5e7da]{display:inline-flex;align-items:center}.attachment-thumb[data-v-e1d5e7da]{width:160px;height:120px;object-fit:cover;border-radius:12px;border:1px solid var(--border);cursor:zoom-in;background:var(--input-bg)}.attachment-link[data-v-e1d5e7da]{color:var(--primary);text-decoration:underline;font-weight:800}.comment-actions[data-v-e1d5e7da]{display:flex;justify-content:center;gap:10px;margin-top:6px}.reply-btn[data-v-e1d5e7da]{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:14px;border:1px solid rgba(96,165,250,.35);background:#60a5fa1f;color:var(--text);cursor:pointer;font-weight:900;min-width:140px}.reply-btn[data-v-e1d5e7da]:hover{background:#60a5fa2e}html[data-theme=light] .reply-btn[data-v-e1d5e7da]{background:#2563eb1a;border-color:#2563eb4d}html[data-theme=light] .reply-btn[data-v-e1d5e7da]:hover{background:#2563eb24}.delete-btn[data-v-e1d5e7da]{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:14px;border:1px solid rgba(248,113,113,.45);background:#f871711f;color:var(--text);cursor:pointer;font-weight:900;min-width:110px}.delete-btn[data-v-e1d5e7da]:hover{background:#f871712e}.delete-btn[data-v-e1d5e7da]:disabled{opacity:.6;cursor:not-allowed}.action-error[data-v-e1d5e7da]{margin-top:8px;text-align:center;color:var(--danger, #ef4444);font-weight:800}.reply-form[data-v-e1d5e7da]{margin-top:12px;padding:12px;border-radius:16px;background:var(--surface-2);border:1px solid var(--border)}.children[data-v-e1d5e7da]{margin-top:12px}.lightbox-overlay[data-v-e1d5e7da]{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:9999;padding:18px}.lightbox-image[data-v-e1d5e7da]{max-width:min(1100px,95vw);max-height:90vh;border-radius:14px;box-shadow:0 14px 40px #00000073}.lightbox-close[data-v-e1d5e7da]{position:fixed;top:18px;right:18px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;font-size:26px;line-height:44px;cursor:pointer}.app{width:100%;max-width:1100px;margin:0 auto;padding:22px 16px 40px}.top{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand .title{font-size:28px;font-weight:900;letter-spacing:.2px}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:900;cursor:pointer;-webkit-user-select:none;user-select:none}.theme-toggle:hover{border-color:var(--border-strong)}.theme-ico{font-size:14px;line-height:1}.theme-text{font-size:13px;letter-spacing:.2px}.section{margin-top:14px;padding:14px;background:var(--surface-2);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #00000038}html[data-theme=light] .section{box-shadow:0 10px 22px #0f172a1a}.section h2{margin:0 0 10px;font-size:18px}.section-head{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.controls{display:flex;gap:8px;align-items:center}.controls label{color:var(--muted);font-size:13px}.controls select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:8px 10px;outline:none}.comments-wrap{margin-top:8px}.comments-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface-3);border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:12px}.comments-table th,.comments-table td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;font-size:13px}html:not([data-theme=light]) .comments-table th,html:not([data-theme=light]) .comments-table td{border-bottom:1px solid rgba(34,48,74,.7)}.comments-table thead th{background:#60a5fa1a;font-weight:800}.comments-table tbody tr:last-child td{border-bottom:none}.nowrap{white-space:nowrap}.loading{color:var(--muted);font-size:13px}.muted{color:var(--muted)}.btn-outline{border:1px solid rgba(96,165,250,.35);background:#60a5fa1a;color:var(--text);border-radius:12px;padding:9px 12px;cursor:pointer;font-weight:800}.btn-outline:hover{background:#60a5fa29}html[data-theme=light] .btn-outline{background:#fff;border-color:#2563eb59}html[data-theme=light] .btn-outline:hover{background:#f1f5ff}.pagination{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:10px}.row-clickable{cursor:pointer}.row-clickable:hover td{background:#60a5fa14}html[data-theme=light] .row-clickable:hover td{background:#2563eb0f}.comment-highlight{outline:2px solid rgba(96,165,250,.75);background:#60a5fa1a!important}html[data-theme=light] .comment-highlight{outline:2px solid rgba(37,99,235,.55);background:#2563eb14!important}
