.chatgpt-turns-three{min-height:100vh;background:linear-gradient(180deg,#f9fafb,#ffffff)}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.chart-actions-wrapper{display:flex;justify-content:center;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.chart-loading,.loading-state{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280;font-size:1rem;font-weight:500}.chart-loading:after,.loading-state:after{content:"";width:20px;height:20px;margin-left:10px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.scroll-progress-bar{position:fixed;top:0;left:0;width:100%;height:4px;background:#e5e7eb;z-index:100}.scroll-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .2s ease}.animated-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669 25%,#047857 50%,#10b981);background-size:400% 400%;animation:gradientShift 15s ease infinite;color:white}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}.particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;animation:float 8s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) translateX(0);opacity:0}50%{transform:translateY(-100px) translateX(50px);opacity:1}}.hero-content{max-width:1200px;text-align:center;position:relative;z-index:1;width:100%}.hero-nav{display:flex;justify-content:flex-start;margin-bottom:2rem;padding:0 1rem}.back-link{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s,transform .2s}.back-link:hover{color:rgba(255,255,255,1)}.back-arrow{width:1rem;height:1rem;opacity:.8;transition:transform .2s}.back-link:hover .back-arrow{transform:translateX(-.25rem)}.hero-main-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease .2s forwards;opacity:0;display:flex;flex-direction:column;gap:.5rem}.title-line{display:block}.title-highlight{display:block;background:linear-gradient(135deg,#d1fae5,#a7f3d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(16,185,129,.5))}.hero-catchy-stat{margin:24px auto 32px;padding:20px 40px;background:rgba(255,255,255,.95);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);max-width:900px;animation:fadeInUp .8s ease .3s forwards;opacity:0;border:2px solid rgba(16,185,129,.2)}.catchy-stat-text{font-size:1.125rem;font-weight:500;color:#374151;text-align:center;display:block;line-height:1.6;letter-spacing:.01em}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem;animation:fadeInUp .8s ease .4s forwards;opacity:0}.stat-item{text-align:center}.stat-value{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;margin-bottom:.25rem}.stat-label{font-size:.75rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.stat-divider{font-size:1.5rem;font-weight:300;opacity:.6}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.toc-wrapper{padding:2.5rem 2rem;background:#f9fafb;position:relative;z-index:2;margin-top:-1rem;margin-bottom:-1.5rem;border-radius:20px 20px 0 0}.table-of-contents{max-width:1200px;margin:0 auto;background:white;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 16px rgba(0,0,0,.08);overflow:hidden}.toc-toggle-button{width:100%;background:#f9fafb;padding:1.25rem 1.5rem;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s}.toc-toggle-button:hover{background:#f3f4f6}.toc-toggle-content{display:flex;justify-content:space-between;align-items:center}.toc-header-title{font-size:1.5rem;font-weight:700;color:#111827}.toc-toggle-indicator{display:flex;align-items:center;gap:.5rem}.toc-toggle-text{font-size:.8125rem;color:#6b7280}.toc-chevron{width:1.125rem;height:1.125rem;color:#6b7280}.toc-content{padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.toc-nav-grid{gap:1.5rem}.toc-category,.toc-nav-grid{display:flex;flex-direction:column}.toc-category{gap:.75rem}.toc-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}.toc-nav-item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;border-radius:10px;border:1px solid #e5e7eb;text-decoration:none;transition:all .2s;background:white}.toc-nav-item:hover{border-color:#10b981;background:rgba(16,185,129,.05);transform:translateX(4px)}.toc-item-number{width:1.75rem;height:1.75rem;background:linear-gradient(90deg,#10b981,#059669);border-radius:6px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.8125rem;flex-shrink:0;transition:transform .2s}.toc-nav-item:hover .toc-item-number{transform:scale(1.05)}.toc-item-content{flex:1;min-width:0}.toc-item-title{font-size:.9375rem;font-weight:600;color:#111827;transition:color .2s}.toc-nav-item:hover .toc-item-title{color:#10b981}.chart-section{padding:80px 20px;max-width:1400px;margin:0 auto}.chart-section-wrapper{padding:60px 0}.chart-container{background:white;border-radius:20px;padding:40px;box-shadow:0 4px 6px rgba(0,0,0,.05),0 10px 30px rgba(0,0,0,.08);max-width:1400px;margin:0 auto}.chart-header{margin-bottom:40px}.chart-intro-text{background:#f9fafb}.chart-intro-context,.chart-intro-text{font-size:1.125rem;color:#374151;line-height:1.7;margin:0 0 30px;padding:20px;border-left:4px solid #10b981;border-radius:8px}.chart-intro-context{background:#f0fdf4}.chart-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:12px}.chart-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}.study-info-section{margin-top:40px;padding:40px;background:#ecfdf5;border-radius:12px;border:1px solid #a7f3d0}.study-info-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:10px}.study-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.study-info-item{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;background:white;border-radius:10px;border:1px solid #a7f3d0;transition:all .3s ease}.study-info-item:hover{background:#d1fae5;border-color:#10b981;transform:translateX(4px);box-shadow:0 4px 12px rgba(16,185,129,.1)}.info-bullet{width:8px;height:8px;background:#10b981;border-radius:50%;flex-shrink:0;margin-top:8px;box-shadow:0 0 0 3px rgba(16,185,129,.2)}.study-info-item:hover .info-bullet{background:#059669;box-shadow:0 0 0 4px rgba(16,185,129,.3)}.info-text{font-size:1rem;line-height:1.6;color:#374151;flex:1}.info-text strong{color:#047857;font-weight:600}.loading-state{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.25rem;color:#6b7280}.sources-section{margin-top:60px;padding-top:40px;border-top:2px solid #e5e7eb}.sources-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:10px}.sources-description{font-size:1rem;color:#6b7280;margin-bottom:40px}.sources-table-container{overflow-x:auto}.sources-table{width:100%;border-collapse:collapse}.sources-table thead{background:#f9fafb}.sources-table th{padding:16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.sources-table td{padding:20px 16px;border-bottom:1px solid #e5e7eb}.sources-compact .sources-section{margin-top:40px;padding-top:30px}.sources-compact .sources-title{font-size:1.25rem;margin-bottom:8px}.sources-compact .sources-description{font-size:.875rem;margin-bottom:20px}.sources-compact .sources-table th{padding:10px 12px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:transparent}.sources-compact .sources-table td{padding:12px;font-size:.875rem}.sources-compact .date-cell{font-size:.875rem}.sources-compact .users-cell{font-size:1rem}.date-cell strong{color:#111827}.users-cell strong{color:#10b981;font-weight:700}.source-cell{display:flex;align-items:center}.source-link{display:inline-flex;align-items:center;gap:6px;color:#10b981;text-decoration:none;font-weight:500;transition:all .2s}.source-link:hover{color:#059669;text-decoration:underline}.source-link svg{opacity:.7;transition:opacity .2s}.source-link:hover svg{opacity:1}.quick-facts-section{margin-top:40px;padding:30px;background:#ecfdf5;border-radius:12px;border:1px solid #a7f3d0}.quick-facts-header{margin-bottom:20px}.quick-facts-title{font-size:1.25rem;font-weight:700;color:#111827}.quick-facts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.quick-fact-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:white;border-radius:8px;border:1px solid #a7f3d0;transition:all .3s ease}.quick-fact-item:hover{background:#d1fae5;border-color:#10b981;transform:translateX(4px)}.fact-bullet{width:6px;height:6px;background:#10b981;border-radius:50%;flex-shrink:0;margin-top:8px}.fact-text{font-size:1rem;line-height:1.6;color:#374151;flex:1}.fact-text strong{color:#047857;font-weight:600}.chart-legend{justify-content:center;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.chart-legend,.legend-item{display:flex;align-items:center}.legend-item{gap:8px}.legend-dot{width:12px;height:12px;background:#10b981;border-radius:50%}.legend-text{font-size:.875rem;color:#6b7280;font-weight:500}.custom-tooltip{background:white;padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.1)}.tooltip-date{font-size:.875rem;color:#6b7280;margin-bottom:4px}.tooltip-value{font-size:1.125rem;font-weight:700;color:#10b981;margin-bottom:8px}.tooltip-source{font-size:.75rem;color:#10b981;text-decoration:none;display:flex;align-items:center;gap:4px}.tooltip-source:hover{text-decoration:underline}@media (max-width:768px){.animated-hero{min-height:50vh;padding:1.5rem 1rem 1rem}.hero-nav{margin-bottom:1.5rem}.back-link{font-size:.875rem}.hero-main-title{font-size:2rem;gap:.25rem}.hero-catchy-stat{margin:20px auto 28px;padding:16px 24px}.catchy-stat-text{font-size:1rem}.hero-stats{flex-direction:column;gap:1.5rem;margin-bottom:2rem}.stat-divider{display:none}.stat-value{font-size:2rem}.toc-wrapper{padding:1.5rem 1rem}.toc-toggle-button{padding:1rem 1.25rem}.toc-header-title{font-size:1.25rem}.toc-toggle-text{display:none}.toc-content{padding:1rem}.toc-links-grid{grid-template-columns:1fr}.toc-nav-item{padding:.75rem .875rem}.toc-item-title{font-size:.875rem}.chart-section{padding:40px 20px}.chart-section-wrapper{padding:30px 0}.chart-container{padding:20px}.chart-intro-context,.chart-intro-text{font-size:1rem;padding:16px}.chart-title{font-size:1.5rem;margin-bottom:10px}.chart-subtitle{font-size:1rem}.study-info-section{padding:24px;margin-top:30px}.study-info-title{font-size:1.125rem}.study-info-item{padding:12px 16px}.info-text{font-size:.9375rem}.sources-title{font-size:1.5rem}.sources-compact .sources-title{font-size:1.125rem}.sources-table td,.sources-table th{padding:12px 8px;font-size:.875rem}.sources-compact .sources-table th{padding:8px 6px;font-size:.7rem}.sources-compact .sources-table td{padding:10px 6px;font-size:.8125rem}.quick-facts-section{padding:20px}.quick-facts-title{font-size:1.125rem}.quick-fact-item{padding:10px 12px}.fact-text{font-size:.9375rem}}