.sh-json-page{background:#f8fafc;color:#0f172a;min-height:70vh}.sh-json-hero{color:#fff;padding:58px 0 54px;background:radial-gradient(circle at 80% 10%,rgba(124,58,237,.32),transparent 28%),linear-gradient(135deg,#050b1f,#101b4a 62%,#26105a)}.sh-json-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;color:#94a3b8;font-size:12px}.sh-json-breadcrumb a{color:#cbd5e1}.sh-json-breadcrumb strong{color:#fff}.sh-json-hero h1{margin:7px 0 12px;font-size:clamp(40px,6vw,64px);line-height:1;letter-spacing:-.05em}.sh-json-hero p{margin:0;max-width:720px;color:#cbd5e1;font-size:17px}.sh-json-content{padding:55px 0 90px}.sh-json-workspace{background:#fff;border:1px solid #dbe4f0;border-radius:18px;overflow:hidden;box-shadow:0 18px 60px rgba(15,23,42,.08)}.sh-json-toolbar{display:flex;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #dbe4f0;background:#f8fafc}.sh-json-toolbar-group{display:flex;flex-wrap:wrap;gap:8px}.sh-json-btn,.sh-json-small-btn{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:8px;padding:9px 13px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.sh-json-btn:hover,.sh-json-small-btn:hover{border-color:#93c5fd;color:#1d4ed8}.sh-json-btn-primary{border-color:#2563eb;background:#2563eb;color:#fff}.sh-json-btn-primary:hover{background:#1d4ed8;color:#fff}.sh-json-btn-danger{color:#dc2626}.sh-json-editors{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.sh-json-editor-panel{display:flex;flex-direction:column;min-width:0}.sh-json-editor-panel+.sh-json-editor-panel{border-left:1px solid #dbe4f0}.sh-json-panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid #dbe4f0;font-size:13px}.sh-json-output-label{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}#sh-json-input,#sh-json-output{display:block;width:100%;flex:1;min-height:420px;resize:vertical;border:0;outline:0;padding:20px;background:#0b1220;color:#dbeafe;font:13px/1.7 "JetBrains Mono","SFMono-Regular",Consolas,monospace;tab-size:2}#sh-json-output{background:#0f172a;color:#a7f3d0}#sh-json-input::placeholder,#sh-json-output::placeholder{color:#64748b}.sh-json-status{display:flex;align-items:center;gap:9px;min-height:48px;padding:12px 16px;border-top:1px solid #dbe4f0;color:#64748b;font-size:12px}.sh-json-status-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.sh-json-status[data-state=success]{color:#15803d;background:#f0fdf4}.sh-json-status[data-state=success] .sh-json-status-dot{background:#22c55e}.sh-json-status[data-state=error]{color:#b91c1c;background:#fef2f2}.sh-json-status[data-state=error] .sh-json-status-dot{background:#ef4444}.sh-json-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.sh-json-info-card{padding:25px;background:#fff;border:1px solid #dbe4f0;border-radius:14px}.sh-json-info-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:15px;border-radius:11px;background:#eff6ff;color:#2563eb;font-weight:900}.sh-json-info-card h2{margin:0 0 8px;font-size:18px}.sh-json-info-card p{margin:0;color:#64748b;font-size:13px;line-height:1.7}.sh-json-article{max-width:900px;margin:35px auto 0;padding:34px;background:#fff;border:1px solid #dbe4f0;border-radius:14px}.sh-json-article h2{margin:0 0 12px;font-size:27px}.sh-json-article h2:not(:first-child){margin-top:34px}.sh-json-article p,.sh-json-article li{color:#475569;line-height:1.8}@media(max-width:800px){.sh-json-toolbar{display:block}.sh-json-toolbar-group{margin-bottom:8px}.sh-json-editors{grid-template-columns:1fr}.sh-json-editor-panel+.sh-json-editor-panel{border-left:0;border-top:1px solid #dbe4f0}.sh-json-info-grid{grid-template-columns:1fr}}@media(max-width:520px){.sh-json-toolbar-group{display:grid;grid-template-columns:1fr 1fr}.sh-json-btn{width:100%}#sh-json-input,#sh-json-output{min-height:330px}.sh-json-article{padding:22px}}

/* v1.3.6: protect formatter controls from WordPress theme styles */
.sh-json-page .sh-json-btn,
.sh-json-page .sh-json-small-btn {
	appearance: none !important;
	-webkit-appearance: none !important;
	text-decoration: none !important;
	cursor: pointer !important;
	line-height: 1.2 !important;
}
.sh-json-page .sh-json-btn-primary {
	background: #2563eb !important;
	color: #ffffff !important;
	border-color: #2563eb !important;
}
.sh-json-page .sh-json-btn-primary:hover {
	background: #1d4ed8 !important;
	color: #ffffff !important;
}
.sh-json-page #sh-json-input,
.sh-json-page #sh-json-output {
	appearance: none !important;
	-webkit-appearance: none !important;
	opacity: 1 !important;
}
