/* Deepnet JSON Validator styles (v1.0.1) */
.djsonv{border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,"Helvetica Neue",Arial;}
.djsonv-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
.djsonv-header h3{margin:0;font-size:18px;font-weight:600;}
.djsonv-actions{display:flex;gap:8px;flex-wrap:wrap;}
.djsonv-btn,.djsonv-file-btn{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:8px 12px;cursor:pointer;font-size:14px;line-height:1;transition:box-shadow .15s ease, background .15s ease, border-color .15s ease;}
.djsonv-btn:hover,.djsonv-file-btn:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 2px rgba(0,0,0,.06);}
.djsonv-btn-primary{background:#1f2937;color:#fff;border-color:#1f2937;}
.djsonv-btn-primary:hover{background:#111827;border-color:#111827;}
.djsonv-file-btn{position:relative;overflow:hidden;}
.djsonv-file-btn input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;}
.djsonv-editor-wrap{position:relative;margin-top:8px;}
.djsonv-text{width:100%;min-height:260px;resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:12px 12px 28px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;line-height:1.5;}
.djsonv-drop-hint{display:none;position:absolute;inset:auto 8px 8px auto;background:#eef2ff;color:#3730a3;border:1px dashed #6366f1;border-radius:6px;padding:4px 8px;font-size:12px;pointer-events:none;}
.djsonv-editor-wrap.dragover .djsonv-text{outline:2px dashed #6366f1;outline-offset:-6px;background:#f8fafc;}
.djsonv-result{margin-top:10px;font-size:14px;padding:8px 10px;border-radius:8px;border:1px solid transparent;}
.djsonv-result.ok{color:#065f46;background:#ecfdf5;border-color:#a7f3d0;}
.djsonv-result.err{color:#7f1d1d;background:#fef2f2;border-color:#fecaca;}
.djsonv-result .msg{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
.djsonv-result .where{opacity:.9;}
.djsonv-details{margin-top:8px;}
.djsonv-preview{max-height:300px;overflow:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;line-height:1.5;padding:8px;}
.djsonv-line{display:flex;gap:12px;align-items:flex-start;padding:0 4px;}
.djsonv-line .no{flex:0 0 42px;color:#6b7280;text-align:right;user-select:none;}
.djsonv-line .code{white-space:pre-wrap;word-break:break-word;}
.djsonv-line.error-line{background:#fff7ed;outline:1px dashed #f59e0b;}
.djsonv-caret{position:relative;}
@media (max-width:640px){ .djsonv-actions{width:100%;} }
