:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--success-color: #059669;--error-color: #dc2626;--warning-color: #d97706;--text-primary: #1f2937;--text-secondary: #6b7280;--background: #f9fafb;--surface: #ffffff;--border: #e5e7eb;--border-hover: #d1d5db;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--background)}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,var(--primary-color) 0%,#1e40af 100%);color:#fff;padding:2rem 1rem;text-align:center;box-shadow:var(--shadow-lg)}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.app-header p{font-size:1.1rem;opacity:.9}.app-container{flex:1;max-width:1400px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:2rem;width:100%}.input-section{grid-column:1 / 2;grid-row:1 / 2}.schema-section{grid-column:2 / 3;grid-row:1 / 3}.action-section{grid-column:1 / 2;grid-row:2 / 3;display:flex;align-items:flex-start}.results-section{grid-column:1 / 3;grid-row:3 / 4}.text-input-container{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.text-input-label{display:block;font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.text-input{width:100%;min-height:200px;padding:1rem;border:2px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;resize:vertical;transition:all .2s ease}.text-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.text-stats{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary)}.system-prompt-section{margin-top:1.5rem}.system-prompt-section label{display:block;font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.system-prompt-input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:inherit;resize:vertical;transition:all .2s ease}.system-prompt-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.schema-builder{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem;height:fit-content}.schema-header h2{font-size:1.5rem;color:var(--text-primary);margin-bottom:.5rem}.schema-header p{color:var(--text-secondary);margin-bottom:1.5rem}.schema-content{display:flex;flex-direction:column;gap:1.5rem}.fields-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.fields-header h3{font-size:1.1rem;color:var(--text-primary)}.add-field-btn{background:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.add-field-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.empty-fields{text-align:center;padding:2rem;color:var(--text-secondary);border:2px dashed var(--border);border-radius:var(--radius)}.hint{font-size:.875rem;font-style:italic}.fields-list{display:flex;flex-direction:column;gap:1rem}.field-editor{background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.field-header{margin-bottom:.75rem}.field-main-controls{display:grid;grid-template-columns:2fr 1.5fr auto auto;gap:.75rem;align-items:center}.field-name{padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem}.field-type{padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:var(--surface)}.required-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);cursor:pointer}.remove-field-btn{background:var(--error-color);color:#fff;border:none;padding:.5rem;border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.remove-field-btn:hover{background:#b91c1c;transform:scale(1.05)}.field-description-input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;resize:vertical}.array-items-editor,.object-properties-editor{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.array-items-editor label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.sub-fields-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.add-sub-field-btn{background:var(--success-color);color:#fff;border:none;padding:.25rem .5rem;border-radius:var(--radius);font-size:.75rem;cursor:pointer}.no-properties{font-size:.875rem;color:var(--text-secondary);font-style:italic}.schema-preview-section h3{font-size:1rem;color:var(--text-primary);margin-bottom:.5rem}.schema-preview{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:var(--radius);font-size:.875rem;overflow-x:auto;white-space:pre-wrap;max-height:300px;overflow-y:auto}.schema-stats{display:flex;gap:1rem;margin-top:.5rem}.stat{font-size:.875rem;color:var(--text-secondary);padding:.25rem .5rem;background:var(--background);border-radius:var(--radius)}.extract-button{background:linear-gradient(135deg,var(--success-color) 0%,#047857 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--radius-lg);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md);width:100%}.extract-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.extract-button:disabled{background:var(--text-secondary);cursor:not-allowed;transform:none}.results-display{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.results-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.results-header h2{font-size:1.3rem}.results-header.success{background:linear-gradient(135deg,var(--success-color) 0%,#047857 100%);color:#fff}.results-header.error{background:linear-gradient(135deg,var(--error-color) 0%,#b91c1c 100%);color:#fff}.results-actions{display:flex;gap:.5rem}.copy-btn,.download-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;cursor:pointer;transition:all .2s ease}.copy-btn:hover,.download-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid var(--border);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{padding:1.5rem;background:#fef2f2;border:1px solid #fca5a5;color:var(--error-color)}.no-results{padding:2rem;text-align:center;color:var(--text-secondary)}.results-content{padding:1.5rem}.results-visualization{margin-bottom:2rem}.results-visualization h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary)}.structured-data{background:#f8fafc;border-radius:var(--radius);padding:1rem;border-left:4px solid var(--success-color)}.string-value{color:#059669}.number-value{color:#dc2626}.boolean-value{color:#7c3aed}.null-value{color:#6b7280;font-style:italic}.array-value,.object-value{margin-left:1rem}.array-bracket,.object-brace{color:var(--text-secondary);font-weight:700}.property-key{color:#1e40af;font-weight:500}.colon,.comma{color:var(--text-secondary)}.array-item,.object-property{margin:.25rem 0 .25rem 1rem}.results-raw{margin-bottom:1.5rem}.results-raw h3{font-size:1rem;margin-bottom:.5rem;color:var(--text-primary)}.json-raw{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:var(--radius);font-size:.875rem;overflow-x:auto;white-space:pre-wrap;max-height:400px;overflow-y:auto}.results-stats{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}@media (max-width: 1024px){.app-container{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.5rem}.input-section{grid-column:1;grid-row:1}.schema-section{grid-column:1;grid-row:2}.action-section{grid-column:1;grid-row:3}.results-section{grid-column:1;grid-row:4}}@media (max-width: 768px){.app-header{padding:1.5rem 1rem}.app-header h1{font-size:2rem}.app-container{padding:1rem}.field-main-controls{grid-template-columns:1fr;gap:.5rem}.required-checkbox{justify-self:start}.results-actions{flex-direction:column;gap:.25rem}}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}.field-editor,.results-display,.text-input-container,.schema-builder{animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
