:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1d1d1f;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0071e3;text-decoration:inherit}a:hover{color:#0077ed}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:980px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f5f5f7;cursor:pointer;transition:border-color .2s}button:hover{border-color:#0071e3}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}#root{width:100%;margin:0;padding:0;display:flex;justify-content:center;min-height:100vh}.chronoscope-container{min-height:100vh;background:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;width:100%;max-width:100vw;display:flex;flex-direction:column;align-items:center}.chronoscope-header{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #D2D2D7;padding:1.25rem 0;color:#1d1d1f;width:100%;position:sticky;top:0;z-index:100}.header-content{max-width:1600px;margin:0 auto;padding:0 2rem}.header-brand{display:flex;align-items:center;gap:1rem}.header-title{margin:0;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;color:#1d1d1f}.header-subtitle{margin:0;color:#6e6e73;font-size:.9rem}.main-content{width:100%;max-width:1600px;margin:0 auto;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch}.card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 2px 12px #0000000f;border:1px solid #D2D2D7;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.card-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:#1d1d1f}.data-sources{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.data-source-btn{padding:10px 18px;border:1px solid #D2D2D7;border-radius:980px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#1d1d1f}.data-source-btn:hover{border-color:#0071e3;background:#f0f7ff;color:#0071e3}.data-source-btn.selected{background:#0071e3;color:#fff;border-color:transparent}.upload-label{padding:10px 18px;border:1px solid #D2D2D7;border-radius:980px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#1d1d1f}.upload-label:hover{border-color:#0071e3;background:#f0f7ff;color:#0071e3}.upload-label.uploaded{background:#0071e3;color:#fff;border-color:transparent}.upload-input{display:none}.dataset-info{margin-top:1rem;padding:1rem;background:#f5f5f7;border-radius:10px}.dataset-info p{margin:0;color:#6e6e73;font-size:.9rem}.loading-state{margin-top:1rem;display:flex;align-items:center;gap:8px;color:#0071e3}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tabs-container{border-bottom:1px solid #D2D2D7;margin-bottom:2rem}.tabs-nav{display:flex;gap:0;flex-wrap:wrap}.tab-btn{padding:12px 20px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#6e6e73;border-bottom:2px solid transparent;transition:all .2s ease;letter-spacing:-.01em}.tab-btn:hover{color:#1d1d1f}.tab-btn.active{color:#0071e3;border-bottom-color:#0071e3}.tab-content{animation:fadeIn .25s ease-in;width:100%;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f;letter-spacing:-.01em}.section-description{color:#6e6e73;margin-bottom:1.5rem;font-size:.9rem}.tab-content>div{width:100%}.chart-container{background:#f5f5f7;padding:1.5rem;border-radius:12px;margin-bottom:2rem;width:100%}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.terms-section h4{margin-bottom:1rem;display:flex;align-items:center;gap:8px;font-weight:600}.emerging-header{color:#34c759}.declining-header{color:#ff3b30}.term-card{padding:1rem;border-radius:12px;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;color:#fff}.term-card.emerging{background:linear-gradient(135deg,#34c759,#28a745)}.term-card.declining{background:linear-gradient(135deg,#ff3b30,#d63031)}.term-info{flex:1}.term-name{font-weight:600;font-size:1rem}.term-frequency{font-size:.85rem;opacity:.85}.term-change{font-size:1.4rem;font-weight:700}.topic-year-container{margin-bottom:1.5rem;padding:1rem;background:#f5f5f7;border-radius:10px}.topic-year-title{color:#0071e3;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.topic-pills{display:flex;flex-wrap:wrap;gap:8px}.topic-pill{padding:5px 12px;background:#fff;border-radius:980px;font-size:13px;border:1px solid #D2D2D7;color:#1d1d1f}.empty-state-topic{padding:2rem;background:#f5f5f7;border-radius:12px;text-align:center}.empty-state-topic svg{color:#0071e3;margin:0 auto 1rem;display:block}.empty-state-topic p{color:#6e6e73}.narrative-content{padding:1.5rem;background:#f5f5f7;border-radius:12px}.narrative-content p{color:#6e6e73;margin-bottom:1rem}.narrative-period{margin-bottom:1rem;padding:1rem;background:#fff;border-radius:10px;border-left:3px solid}.narrative-period.cloud-era{border-left-color:#0071e3}.narrative-period.ai-era{border-left-color:#34c759}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.metric-card{padding:1.25rem;background:#f5f5f7;border-radius:12px;text-align:center}.metric-value{font-size:2rem;font-weight:700;color:#0071e3;letter-spacing:-.02em}.metric-label{color:#6e6e73;margin-top:.25rem;font-size:.85rem}.insight-box{padding:1.5rem;background:#f5f5f7;border-radius:12px}.insight-box h4{margin-bottom:1rem;color:#1d1d1f;font-weight:600}.insight-item{margin-bottom:.75rem;padding:1rem;background:#fff;border-radius:10px;border-left:3px solid}.insight-item.growth{border-left-color:#34c759}.insight-item.decline{border-left-color:#ff3b30}.insight-item.recommendation{border-left-color:#0071e3}.drift-controls{margin-bottom:1.5rem}.drift-controls label{display:block;margin-bottom:.5rem;font-weight:600;color:#1d1d1f;font-size:.9rem}.drift-select{padding:8px 12px;border-radius:8px;border:1px solid #D2D2D7;width:200px;font-size:14px;background:#fff;color:#1d1d1f;outline:none}.drift-select:focus{border-color:#0071e3;box-shadow:0 0 0 3px #0071e326}.drift-analysis{padding:1.5rem;background:#f5f5f7;border-radius:12px}.drift-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.drift-period{padding:1rem;background:#fff;border-radius:10px}.drift-period h4{margin-bottom:.5rem;font-weight:600}.drift-period.past h4{color:#0071e3}.drift-period.present h4{color:#34c759}.drift-context{font-size:.9rem;color:#6e6e73}.drift-score-card{margin-top:1rem;padding:1rem;background:#fff;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.drift-score-info h4{color:#1d1d1f;margin:0 0 .5rem;font-weight:600}.drift-score-info p{font-size:.9rem;color:#6e6e73;margin:0}.drift-score-value{font-size:2rem;font-weight:700;color:#0071e3;letter-spacing:-.02em}.empty-state{text-align:center;padding:3rem}.empty-state svg{color:#0071e3;margin-bottom:1rem}.empty-state h3{color:#1d1d1f;margin-bottom:1rem;font-weight:600}.empty-state p{color:#6e6e73}.footer{text-align:center;color:#86868b;margin-top:2rem;padding:2rem;font-size:.85rem;border-top:1px solid #D2D2D7;width:100%;box-sizing:border-box}@media (max-width: 768px){.header-title{font-size:1.4rem}.tabs-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{white-space:nowrap}.terms-grid,.insights-grid,.drift-comparison{grid-template-columns:1fr}.data-sources{flex-direction:column}.data-source-btn,.upload-label{width:100%;justify-content:center}}
