.import-json-overlay{z-index:1350;box-sizing:border-box;background:#0009;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out import-json-fade;display:flex;position:fixed;inset:0}.import-json-modal{border:1px solid var(--border2);background:var(--white);border-radius:16px;flex-direction:column;width:100%;max-width:680px;max-height:90dvh;animation:.22s cubic-bezier(.34,1.3,.64,1) import-json-up;display:flex;overflow:hidden;box-shadow:0 12px 48px #00000038,0 2px 8px #0000001a}.import-json-header{border-bottom:1px solid var(--border2);background:var(--bg2);flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 14px;display:flex}.import-json-header h2{color:var(--text);margin:0;font-family:Bookerly,Lora,Georgia,serif;font-size:17px;font-weight:800;line-height:1.3}.import-json-header p{color:var(--muted);margin:3px 0 0;font-size:12px}.import-json-header button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;padding:0;font:18px/1 inherit;transition:background .13s,color .13s;display:grid}.import-json-header button:hover{background:var(--bg3);color:var(--text)}.import-json-tabs{border-bottom:1.5px solid var(--border2);background:var(--bg2);flex:none;gap:2px;padding:0 20px;display:flex}.import-json-tab{min-height:43px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2.5px solid #0000;align-items:center;gap:5px;margin-bottom:-1.5px;padding:12px 14px 11px;font:600 13px/1.2 inherit;transition:color .15s,border-color .15s;display:flex}.import-json-tab:hover{color:var(--text)}.import-json-tab.active{border-bottom-color:var(--gold);color:var(--gold)}.import-json-tab svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:13px;height:13px}.import-json-body{background:var(--white);min-height:0;padding:18px 20px;overflow-y:auto}.import-json-drop-zone{box-sizing:border-box;border:2px dashed var(--border);background:var(--bg2);width:100%;min-height:172px;color:var(--muted);cursor:pointer;font:inherit;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:36px 20px;transition:border-color .15s,background .15s;display:flex}.import-json-drop-zone:hover,.import-json-drop-zone.drag-over,.import-json-drop-zone.has-files{border-color:var(--gold);background:#c8963e0f}.import-json-drop-zone svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;opacity:.35;width:40px;height:40px;margin-bottom:10px}.import-json-drop-zone strong{font-size:14px;font-weight:600}.import-json-drop-zone span{opacity:.5;margin-top:5px;font-size:12px}.import-json-file-list{flex-direction:column;gap:5px;max-height:130px;margin-top:10px;display:flex;overflow-y:auto}.import-json-file-list>div{background:#c8963e14;border:1px solid #c8963e33;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;display:flex}.import-json-file-list strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.import-json-file-list small{color:var(--muted);flex:none}.import-json-textarea{box-sizing:border-box;resize:vertical;border:1.5px solid var(--border);background:var(--bg2);width:100%;height:200px;color:var(--text);border-radius:8px;outline:0;padding:12px;font:12px/1.7 SF Mono,Fira Code,monospace;transition:border-color .15s,background .15s}.import-json-textarea:focus{border-color:var(--gold);background:var(--white)}.import-json-sample-note{color:var(--text2);margin-bottom:10px;font-size:13px;line-height:1.5}.import-json-sample-note code{color:var(--brown);background:#c8963e26;border-radius:4px;padding:1px 5px;font-size:11px}.import-json-sample{position:relative}.import-json-sample pre{border:1.5px solid var(--border);background:var(--bg2);max-height:240px;color:var(--text);white-space:pre;border-radius:8px;margin:0;padding:14px 90px 14px 14px;font:11.5px/1.7 SF Mono,Fira Code,monospace;overflow:auto}.import-json-sample button{border:1px solid var(--border);background:var(--white);color:var(--text2);cursor:pointer;border-radius:6px;padding:5px 10px;font:600 12px/1.4 inherit;position:absolute;top:8px;right:8px}.import-json-sample button:hover{border-color:var(--gold);background:var(--gold);color:#fff}.import-json-preview{border:1.5px solid var(--border2);background:var(--bg2);border-radius:10px;margin-top:14px;padding:14px}.import-json-preview>header{align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.import-json-preview>header span{background:var(--gold);color:#fff;border-radius:20px;padding:2px 9px;font-size:11px;font-weight:700}.import-json-preview-item{border:1px solid var(--border2);background:var(--white);border-radius:8px;align-items:flex-start;gap:10px;padding:9px 11px;display:flex}.import-json-preview-item+.import-json-preview-item{margin-top:6px}.import-json-preview-item i{color:#fff;background:#22c55e;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:10px;font-style:normal;font-weight:700;display:grid}.import-json-preview-item.error i{background:#ef4444}.import-json-preview-item>div{flex:1;min-width:0}.import-json-preview-item strong,.import-json-preview-item small{display:block}.import-json-preview-item strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.import-json-preview-item small{color:var(--muted);margin-top:2px;font-size:11px}.import-json-preview-item.error small{color:var(--red)}.import-json-preview-item em{color:var(--muted);flex:none;font-size:11px;font-style:normal;font-weight:700}.import-json-notice{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin:12px 0 0;padding:9px 11px;font-size:12px;line-height:1.5}.import-json-notice.success{color:#16733a;background:#effbf2;border-color:#86d9a0}.import-json-footer{border-top:1.5px solid var(--border2);background:var(--bg2);flex:none;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.import-json-footer button{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:9px 18px;font:600 13px/1 normal;display:flex}.import-json-footer .secondary{border:1px solid var(--border);background:var(--white);color:var(--muted)}.import-json-footer .primary{background:var(--gold);color:#fff;border:0;min-width:150px;font-weight:700}.import-json-footer .primary svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:14px;height:14px}.import-json-footer button:disabled{cursor:not-allowed;opacity:.5}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@keyframes import-json-fade{0%{opacity:0}to{opacity:1}}@keyframes import-json-up{0%{opacity:.7;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.import-json-overlay{padding:8px}.import-json-modal{border-radius:14px;max-height:95dvh}.import-json-header{padding:16px 14px 12px}.import-json-tabs{padding:0 8px}.import-json-tab{flex:1;justify-content:center;padding:10px 6px 9px;font-size:11px}.import-json-tab svg{display:none}.import-json-body{padding:14px}.import-json-footer{padding:12px 14px}.import-json-footer button{flex:1}.import-json-drop-zone{min-height:160px}}@media (prefers-reduced-motion:reduce){.import-json-overlay,.import-json-modal{animation:none}}.import-json-header.svelte-wap5sd h2:where(.svelte-wap5sd),.import-json-sample.svelte-wap5sd button:where(.svelte-wap5sd),.import-json-preview.svelte-wap5sd>header:where(.svelte-wap5sd) strong:where(.svelte-wap5sd){align-items:center;gap:6px;display:inline-flex}
