.app{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}nav{margin-bottom:2rem}nav ul{display:flex;list-style:none;padding:0;justify-content:center;gap:2rem}nav a{color:#646cff;text-decoration:inherit;font-weight:500}nav a:hover{color:#535bf2}.home-page h1,.hidden-globe h1{font-size:3.2em;line-height:1.1}.hidden-globe p{margin-top:1rem}.api-info{background-color:#f0f0f0;padding:1rem;border-radius:8px;margin:1.5rem 0;text-align:left}.api-info .note{font-size:.9rem;color:#666;font-style:italic}.form-section,.data-section{margin:2rem 0;padding:1.5rem;border:1px solid #eaeaea;border-radius:8px}.input-group{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.input-group input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;min-width:250px}button{background-color:#646cff;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:1rem}button:hover{background-color:#535bf2}button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:#e53935;margin:1rem 0}ul{list-style:none;padding:0;margin:1rem 0}li{padding:.5rem;border-bottom:1px solid #eaeaea}.hidden-globe-container{display:flex;flex-direction:column;height:100vh;width:100vw;max-width:100%;overflow-x:hidden;position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#333;margin:0;padding:0}.header{position:sticky;top:0;background-color:#fff;color:#3a86ff;padding:1rem;text-align:center;box-shadow:0 2px 15px #0000000f;z-index:10;border-bottom-left-radius:16px;border-bottom-right-radius:16px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.header h1{margin:0;font-size:1.8rem;font-weight:600}.example-data-button{background-color:#3a86ff;color:#fff;border:none;border-radius:12px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s}.example-data-button:hover:not(:disabled){background-color:#2878ff}.example-data-button:disabled{opacity:.5;cursor:not-allowed}.main-content{flex:1;overflow:hidden;padding:1rem;padding-bottom:180px;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.carousel-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.slides-viewport{flex:1;width:100%;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center}.content-slide{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px #00000014;width:100%;max-width:100%;box-sizing:border-box;min-height:200px}.content-slide h2{position:sticky;top:0;margin:0 0 1rem;padding:1rem 0 .5rem;background-color:#fff;color:#3a86ff;font-size:1.3rem;font-weight:600;z-index:5;border-bottom:1px solid rgba(58,134,255,.1)}.response-header{color:#28a745!important;border-bottom:1px solid rgba(40,167,69,.2)!important}.slide-content{line-height:1.6;color:#333;overflow-y:auto}.context-paragraph{margin:0 0 1rem}.context-paragraph:last-child{margin-bottom:0}.dot-indicators{display:flex;gap:.5rem;justify-content:center;align-items:center;padding:.5rem}.dot{width:8px;height:8px;border-radius:50%;background-color:#e0e0e0;border:none;cursor:pointer;transition:background-color .2s ease;padding:0;margin:0}.dot.active{background-color:#3a86ff}.dot:hover:not(.active){background-color:#b0b0b0}.navigation-controls{position:fixed;bottom:120px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin:0 1rem;box-shadow:0 4px 20px #0000001a;z-index:15}@media (max-width: 767px){.navigation-controls{display:none}}.nav-button{background-color:#3a86ff;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3a86ff33}.nav-button:hover:not(:disabled){background-color:#2878ff;transform:scale(1.05)}.nav-button:disabled{opacity:.3;cursor:not-allowed;transform:none}.example-data-badge{background-color:#3a86ff1a;color:#3a86ff;padding:.25rem .5rem;border-radius:8px;font-size:.8rem;font-weight:500}.carousel{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box}.carousel-content{flex:1;max-width:100%}.carousel-button{background-color:#3a86ff;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,transform .2s;box-shadow:0 4px 12px #3a86ff33}.carousel-button:hover:not(:disabled){background-color:#2878ff;transform:scale(1.05)}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.result-card{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px #0000000f;min-height:150px;width:100%;box-sizing:border-box}.result-meta{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#666}.chapter-label{font-weight:700;color:#3a86ff;background-color:#3a86ff1a;padding:.25rem .5rem;border-radius:12px}.result-text{line-height:1.6;margin:0}.empty-state{text-align:center;color:#666;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000f;width:100%;box-sizing:border-box}.loading-spinner{display:inline-block;width:50px;height:50px;border:3px solid rgba(58,134,255,.1);border-radius:50%;border-top-color:#3a86ff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-footer{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 -2px 20px #00000014;z-index:10;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;box-sizing:border-box}.last-query{font-size:.9rem;margin-bottom:.75rem;padding:.75rem;background-color:#f0f7ff;border-radius:12px;color:#333}.search-form{display:flex;gap:.75rem;background-color:#fff;width:100%;box-sizing:border-box}.search-input{flex:1;padding:.875rem 1.25rem;border:1px solid #e0e0e0;border-radius:12px;font-size:1rem;color:#333;box-shadow:0 2px 10px #00000008;transition:all .2s ease;background-color:#fff}.search-input:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 0 3px #3a86ff26}.search-button{background-color:#3a86ff;color:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background-color:#2878ff;transform:translateY(-1px)}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (min-width: 768px){.header{flex-direction:row;justify-content:space-between}.header h1{font-size:2rem}.carousel{gap:1.5rem}.carousel-button,.nav-button{width:3rem;height:3rem;font-size:1.4rem}.content-slide{padding:2rem}.search-footer{padding:1.5rem}.search-form{gap:1rem}.navigation-controls{margin:0 2rem;padding:0 1.5rem}}: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}}
