:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;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;padding:0;min-width:100%;min-height:100vh;width:100%}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:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;overflow-x:hidden}.root{width:100%;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.app-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);color:#fff;text-align:center;padding:3rem 1rem;width:100%;position:relative;overflow:hidden}.app-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700;position:relative;z-index:1}.app-header p{font-size:1.1rem;opacity:.9;width:100%;margin:0 auto;max-width:none;position:relative;z-index:1}.tab-navigation{display:flex;justify-content:center;background:#fff;border-bottom:1px solid #dee2e6;width:100%;overflow-x:auto;padding:0 1rem}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content;color:#64748b;font-weight:500;position:relative}.tab-button:hover{background:#3b82f60d;color:#3b82f6}.tab-button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-bottom:3px solid transparent;box-shadow:0 4px 15px #3b82f633}.main-content{flex:1;width:100%;max-width:none;padding:2rem 1rem;overflow-x:hidden;box-sizing:border-box}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:12px;font-weight:600;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268;transform:translateY(-1px)}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838;transform:translateY(-1px)}.btn-small{padding:.5rem 1rem;font-size:.8rem}.api-explorer{width:100%;overflow-x:hidden}.instructions{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.instructions h4{margin:0 0 .5rem;color:#495057;font-size:1rem}.instructions ol{margin:0;padding-left:1.2rem}.instructions li{margin-bottom:.25rem;color:#6c757d;font-size:.9rem}.api-endpoint{background:#f8f9fa;border-left:4px solid #3b82f6;padding:1rem;margin:1rem 0;border-radius:4px}.api-endpoint h4{margin:0 0 .5rem;color:#1f2937;font-size:1rem}.api-endpoint code{background:#e5e7eb;padding:.25rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;color:#1f2937}.parameters-section{margin:2rem 0}.parameters-section h4{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.parameter-table{border:1px solid #d1d5db;border-radius:8px;overflow:hidden;margin:1rem 0}.param-row{display:grid;grid-template-columns:1fr .8fr .6fr 2fr;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.param-row:last-child{border-bottom:none}.param-row.header{background:#f3f4f6;font-weight:600;color:#374151;border-bottom:2px solid #d1d5db}.param-name{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:500;color:#1f2937}.param-type{color:#7c3aed;font-size:.9rem}.param-required{color:#dc2626;font-size:.9rem;font-weight:500}.param-description{color:#4b5563;line-height:1.5}.param-description ul{margin:.5rem 0;padding-left:1.2rem}.param-description li{margin-bottom:.25rem}.param-description code{background:#f3f4f6;padding:.125rem .25rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;color:#1f2937}.response-section,.example-section{margin:2rem 0}.response-section h4,.example-section h4{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.response-section p{color:#4b5563;line-height:1.6}.code-example{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.code-example code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.4}.explorer-section{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;overflow-x:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.explorer-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.explorer-section h3{color:#334155;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.explorer-section h4{color:#475569;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.api-type-selector{display:flex;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.api-type-selector label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;padding:.75rem 1rem;border-radius:12px;transition:all .3s ease;background:#3b82f60d;border:1px solid rgba(59,130,246,.1)}.api-type-selector label:hover{background:#3b82f61a;border-color:#3b82f633;transform:translateY(-1px)}.api-type-selector input[type=radio]{width:18px;height:18px;accent-color:#3b82f6}.params-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.param-group{display:flex;flex-direction:column;width:100%}.param-group.full-width{grid-column:1 / -1}.param-group label{font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.95rem}.param-group input,.param-group select,.param-group textarea{padding:.875rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;width:100%;box-sizing:border-box;transition:all .3s ease;background:#fff}.param-group input:focus,.param-group select:focus,.param-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.param-group input:focus,.param-group select:focus,.param-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.param-group input:disabled,.param-group select:disabled,.param-group textarea:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;border-color:#dee2e6}.token-input{background-color:#f8f9fa!important;color:#6c757d!important;border-color:#dee2e6!important;cursor:not-allowed!important}.token-input::placeholder{color:#adb5bd}.param-group small{margin-top:.25rem;font-size:.8rem;color:#6c757d}.query-textarea{resize:vertical;min-height:100px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.4}.url-decoder{margin-top:1rem;width:100%}.url-input{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:6px;font-size:.9rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;transition:border-color .3s ease}.url-input:focus{outline:none;border-color:#667eea}.action-buttons{display:flex;gap:1rem;margin-bottom:1rem}.url-display{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:1rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;width:100%;overflow-x:auto}.url-display code{flex:1;word-break:break-all;font-size:.9rem;color:#495057;white-space:pre-wrap;overflow-wrap:break-word}.r-code-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef;width:100%}.r-code-section h4{color:#2c3e50;margin-bottom:1rem}.r-code-block{background-color:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:6px;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5;margin-bottom:1rem;width:100%}.response-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;width:100%}.response-info{color:#6c757d;font-size:.9rem}.response-preview{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:1rem;width:100%}.response-preview pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;white-space:pre-wrap;word-break:break-all;width:100%}.api-docs ul{list-style:none;padding-left:0}.api-docs li{padding:.5rem 0;border-bottom:1px solid #e9ecef}.api-docs li:last-child{border-bottom:none}.r-examples{width:100%;overflow-x:hidden}.examples-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border-radius:20px;border:1px solid rgba(59,130,246,.1)}.examples-header h2{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.examples-header p{color:#64748b;font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.examples-navigation{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center;width:100%}.example-nav-btn{background:#fffc;border:2px solid #e2e8f0;border-radius:12px;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.example-nav-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.example-nav-btn.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.example-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;overflow-x:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.example-description{margin-bottom:2rem;width:100%}.example-description h3{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.example-description p{color:#64748b;margin-bottom:2rem;line-height:1.7;font-size:1.05rem}.code-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;padding:2rem;width:100%;overflow-x:hidden;border:1px solid rgba(148,163,184,.1)}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.code-header h4{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.code-block{background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0;padding:2rem;border-radius:12px;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;width:100%;box-sizing:border-box;border:1px solid rgba(148,163,184,.2);box-shadow:inset 0 2px 4px #0000001a}.code-block code{color:inherit;background:none;padding:0;font-size:inherit;border:none}.quick-start{background-color:#e8f5e8;border:1px solid #c3e6c3;border-radius:6px;padding:1.5rem;margin-bottom:2rem;width:100%}.quick-start h4{color:#2d5a2d;margin-bottom:1rem}.quick-start ol{color:#2d5a2d;padding-left:1.5rem}.quick-start li{margin-bottom:.5rem}.example-tips{background-color:#f8f9fa;border-radius:6px;padding:1.5rem;width:100%}.example-tips h4{color:#2c3e50;margin-bottom:1rem}.example-tips ul{list-style:none;padding-left:0}.example-tips li{padding:.5rem 0;border-bottom:1px solid #e9ecef}.example-tips li:last-child{border-bottom:none}.example-tips code{background-color:#e9ecef;padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.additional-resources{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;width:100%}.additional-resources h3{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;width:100%}.resource-card{background-color:#f8f9fa;border-radius:6px;padding:1.5rem;border-left:4px solid #667eea}.resource-card h4{color:#2c3e50;margin-bottom:1rem}.resource-card ul{list-style:none;padding-left:0}.resource-card li{padding:.5rem 0;border-bottom:1px solid #e9ecef}.resource-card li:last-child{border-bottom:none}.resource-card a{color:#667eea;text-decoration:none;font-weight:500}.resource-card a:hover{text-decoration:underline}.data-preview{width:100%}.preview-header{text-align:center;margin-bottom:3rem;width:100%;padding:2rem;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border-radius:20px;border:1px solid rgba(59,130,246,.1)}.preview-header h2{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.preview-header p{color:#64748b;font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.year-selector{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.year-selector label{font-weight:600;color:#374151;font-size:.95rem}.year-selector select{padding:.875rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;min-width:120px;transition:all .3s ease;background:#fff}.year-selector select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.error-section{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:1.5rem;margin-bottom:2rem;color:#721c24;width:100%}.error-message{font-weight:600;margin-bottom:.5rem}.data-structure{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.columns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:1.5rem;width:100%}.column-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;border-left:4px solid #3b82f6;transition:all .3s ease;border:1px solid rgba(59,130,246,.1)}.column-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f61a}.column-item strong{color:#1e293b;font-size:1.1rem;display:block;margin-bottom:.5rem;font-weight:600}.column-item p{color:#64748b;margin:0;line-height:1.5}.sample-data{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.table-container{overflow-x:auto;margin-top:1.5rem;width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.1)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;border-radius:12px;overflow:hidden}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.data-table th{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);font-weight:600;color:#1e293b;font-size:.95rem}.data-table tr:hover{background:#3b82f605}.data-insights{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:1.5rem;width:100%}.insight-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;border-left:4px solid #10b981;transition:all .3s ease;border:1px solid rgba(16,185,129,.1)}.insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b9811a}.insight-card h4{color:#1e293b;margin-bottom:1rem;font-weight:600}.insight-card ul{list-style:none;padding-left:0}.insight-card li{padding:.5rem 0;border-bottom:1px solid #e2e8f0;color:#64748b;line-height:1.5}.insight-card li:last-child{border-bottom:none}.usage-tips{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.2);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tips-content h4{color:#1e293b;margin:1.5rem 0 1rem;font-weight:600}.tips-content h4:first-child{margin-top:0}.tips-content ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.tips-content li{padding:.5rem 0;border-bottom:1px solid #e2e8f0;color:#64748b;line-height:1.5}.tips-content li:last-child{border-bottom:none}.tips-content code{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:.3rem .6rem;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;color:#475569;border:1px solid rgba(148,163,184,.2)}.app-footer{background:#343a40;color:#fff;text-align:center;padding:1.5rem;margin-top:auto;width:100%}.app-footer a{color:#17a2b8;text-decoration:none}.app-footer a:hover{text-decoration:underline}@media (max-width: 768px){.app-header h1{font-size:2rem}.main-content{padding:1rem}.params-grid{grid-template-columns:1fr}.action-buttons,.examples-navigation{flex-direction:column}.year-selector{flex-direction:column;align-items:stretch}.columns-grid,.insights-grid,.resources-grid{grid-template-columns:1fr}.url-display,.response-actions{flex-direction:column;align-items:stretch}.api-type-selector{flex-direction:column;gap:1rem}}@media (max-width: 480px){.app-header{padding:1.5rem 0}.app-header h1{font-size:1.8rem}.explorer-section,.example-content,.data-structure,.sample-data,.data-insights,.usage-tips{padding:1.5rem}}.example-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;margin-top:1rem;width:100%;overflow-x:hidden}.example-section h4{color:#495057;margin-bottom:.75rem;font-size:1.1rem}.example-section ul{margin-bottom:1.5rem}.example-section li{margin-bottom:.5rem;color:#6c757d}.example-section .url-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;width:100%;overflow-x:auto}.example-section .url-display code{flex:1;word-break:break-all;font-size:.9rem;color:#495057;white-space:pre-wrap;overflow-wrap:break-word}.example-section .r-code-block{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:1rem;margin-bottom:1rem;overflow-x:auto;width:100%;box-sizing:border-box}.example-section .r-code-block code{font-size:.85rem;line-height:1.4;color:#495057;white-space:pre-wrap;word-wrap:break-word}.example-section .params-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem;width:100%}.example-section .param-group{display:flex;flex-direction:column;width:100%}.example-section .param-group label{font-weight:600;margin-bottom:.5rem;color:#495057}.example-section .param-group input,.example-section .param-group select{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;width:100%;box-sizing:border-box}.example-section .param-group input:focus,.example-section .param-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.example-section .param-group small{margin-top:.25rem;font-size:.8rem;color:#6c757d}.example-section .example-table-input,.example-section .example-limit-input{background-color:#fff}.example-section .action-buttons{margin-bottom:1.5rem}.url-result-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dee2e6;width:100%;overflow-x:hidden}.url-result-section h4{color:#495057;margin-bottom:1rem;font-size:1.1rem}.url-result-section .url-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;width:100%;overflow-x:auto}.url-result-section .url-display code{flex:1;word-break:break-all;font-size:.9rem;color:#495057;white-space:pre-wrap;overflow-wrap:break-word}.api-docs{max-width:100%}.doc-section{margin-bottom:2.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d}.doc-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.75rem;font-weight:600;border-bottom:2px solid #3498db;padding-bottom:.5rem}.section-description{color:#6c757d;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #dee2e6;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-card h4{color:#495057;font-size:1.1rem;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.feature-card ul{list-style:none;padding:0;margin:0}.feature-card li{padding:.5rem 0;border-bottom:1px solid #f1f3f4;color:#6c757d;line-height:1.5}.feature-card li:last-child{border-bottom:none}.feature-card strong{color:#495057;font-weight:600}.note{display:block;margin-top:1rem;padding:.75rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;color:#856404;font-size:.9rem;line-height:1.4}.code-example{background:#2d3748;border-radius:6px;padding:1rem;margin-top:.5rem}.code-example code{color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.4;word-break:break-word}.quick-start{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #dee2e6}.step-number{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.step h4{color:#2c3e50;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.step p{color:#6c757d;margin:0;line-height:1.5}@media (max-width: 768px){.feature-grid{grid-template-columns:1fr}.doc-section,.feature-card{padding:1rem}.step{flex-direction:column;text-align:center}.step-number{align-self:center}}.query-api-content{display:flex;flex-direction:column;gap:1.5rem;width:100%}.query-feature{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #dee2e6;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease;width:100%}.query-feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.query-feature h4{color:#495057;font-size:1.1rem;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.query-feature ul{list-style:none;padding:0;margin:0}.query-feature li{padding:.5rem 0;border-bottom:1px solid #f1f3f4;color:#6c757d;line-height:1.5}.query-feature li:last-child{border-bottom:none}.query-feature strong{color:#495057;font-weight:600}.schema-reminder{display:block;margin-top:.5rem;padding:.75rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;color:#856404;font-size:.9rem;line-height:1.4;font-weight:500}.schema-reminder strong{color:#856404;font-weight:600}.App{width:100%;max-width:none;min-width:100%}.api-explorer,.r-examples,.data-preview,.explorer-section,.example-content,.data-structure,.sample-data,.data-insights,.usage-tips,.additional-resources,.params-grid,.columns-grid,.insights-grid,.resources-grid,.feature-grid,.param-group,.code-section,.code-block,.url-input,.url-display,.table-container,.data-table{width:100%;max-width:none;min-width:100%;box-sizing:border-box}@media (max-width: 480px){.main-content{padding:1rem .5rem}.explorer-section,.example-content,.data-structure,.sample-data,.data-insights,.usage-tips{padding:1rem;margin-left:.5rem;margin-right:.5rem}.params-grid,.columns-grid,.insights-grid,.resources-grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 1200px){.main-content{padding:2rem 3rem}.explorer-section,.example-content,.data-structure,.sample-data,.data-insights,.usage-tips{padding:2.5rem}}
