body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem 1rem;text-align:center}.App-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.App-header p{font-size:1.2rem;margin:0;opacity:.9}.App-main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.App-footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:1rem;text-align:center}.error-container{background-color:#fff;border-left:4px solid #e74c3c;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.error-container h2{color:#e74c3c;margin-bottom:1rem}.error-container p{color:#666;line-height:1.6;margin-bottom:1.5rem}.reset-button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease}.reset-button:hover{background-color:#2980b9}@media (max-width:768px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.App-main{padding:1rem .5rem}}.analysis-form-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.form-header p{color:#666;font-size:1rem;line-height:1.5}.analysis-type-selector{margin-bottom:2rem}.radio-option{border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;display:block;margin-bottom:1rem;padding:1rem;transition:all .3s ease}.radio-option:hover{background-color:#f8f9fa;border-color:#3498db}.radio-option input[type=radio]{margin-right:1rem}.radio-option input[type=radio]:checked+.radio-text{color:#3498db}.radio-option:has(input[type=radio]:checked){background-color:#e3f2fd;border-color:#3498db}.radio-text{display:block}.radio-text strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.radio-text small{color:#666;font-size:.9rem}.input-group{margin-bottom:1.5rem}.input-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.reddit-input{border:2px solid #e1e8ed;border-radius:6px;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}.reddit-input:focus{border-color:#3498db;outline:none}.help-text{color:#666;display:block;font-size:.85rem;margin-top:.5rem}.analyze-button{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.analyze-button:hover:not(:disabled){box-shadow:0 4px 15px #3498db66;transform:translateY(-2px)}.analyze-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.examples{border-top:1px solid #e1e8ed;margin-top:2rem;padding-top:1.5rem}.examples h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.example-links{display:flex;flex-direction:column;gap:1rem}.example-category h4{color:#555;font-size:1rem;margin-bottom:.5rem}.example-button{background-color:#ecf0f1;border:1px solid #bdc3c7;border-radius:4px;color:#2c3e50;cursor:pointer;font-size:.9rem;margin:0 .5rem .5rem 0;padding:.5rem 1rem;transition:all .2s ease}.example-button:hover{background-color:#d5dbdb;border-color:#95a5a6}@media (max-width:768px){.analysis-form-container{margin:0 .5rem;padding:1.5rem}.form-header h2{font-size:1.5rem}}.dashboard{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.dashboard-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem 2rem}.header-content h2{font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.header-info{display:flex;font-size:.9rem;gap:1rem;opacity:.9}.new-analysis-button{background-color:#fff3;border:2px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.new-analysis-button:hover{background-color:#ffffff4d;border-color:#ffffff80}.dashboard-tabs{background-color:#f8f9fa;border-bottom:1px solid #e1e8ed;display:flex;overflow-x:auto}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease;white-space:nowrap}.tab:hover{background-color:#e9ecef;color:#2c3e50}.tab.active{background-color:#fff;border-bottom-color:#3498db;color:#3498db}.dashboard-content{padding:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background-color:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;padding:1.5rem;text-align:center}.stat-card h3{color:#666;font-size:.9rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase}.stat-value{font-size:2rem}.overview-charts{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.chart-container{background-color:#f8f9fa;border-radius:8px;height:300px;padding:1rem}.key-topics h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.topics-list{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{background-color:#3498db;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.sentiment-overview{margin-bottom:2rem}.sentiment-summary h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.sentiment-positive{color:#4caf50}.sentiment-neutral{color:#ffc107}.sentiment-negative{color:#f44336}.sentiment-breakdown{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.sentiment-item{align-items:center;border-radius:8px;display:flex;font-weight:600;justify-content:space-between;padding:1rem}.sentiment-item.positive{background-color:#4caf501a;border-left:4px solid #4caf50}.sentiment-item.neutral{background-color:#ffc1071a;border-left:4px solid #ffc107}.sentiment-item.negative{background-color:#f443361a;border-left:4px solid #f44336}.chart-large{background-color:#f8f9fa;border-radius:8px;height:400px;padding:1rem}.insights-section{margin-bottom:2rem}.insights-section h3{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.insight-content{background-color:#f8f9fa;border-radius:8px;color:#444;line-height:1.7;padding:1.5rem;white-space:pre-wrap}.sentiment-chart{height:100%;width:100%}.sentiment-chart.large{height:100%}.keywords-chart{height:100%;width:100%}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;padding:1rem}.header-info{flex-direction:column;gap:.5rem}.dashboard-content{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.overview-charts{grid-template-columns:1fr}.chart-container{height:250px}.sentiment-breakdown{grid-template-columns:1fr}}.posts-list{width:100%}.posts-controls{background-color:#f8f9fa;border-radius:8px;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.control-group,.posts-controls{align-items:center;display:flex}.control-group{gap:.5rem}.control-group label{color:#2c3e50;font-weight:600;white-space:nowrap}.control-group select{border:1px solid #ccc;border-radius:4px;font-size:.9rem;padding:.5rem}.posts-count{color:#666;font-size:.9rem;font-weight:500}.no-posts{background-color:#f8f9fa;border-radius:8px;color:#666;font-size:1.1rem;padding:2rem;text-align:center}.posts-container{display:flex;flex-direction:column;gap:1rem}.post-card{background-color:#fff;border:1px solid #e1e8ed;border-radius:8px;padding:1.5rem;transition:box-shadow .3s ease}.post-card:hover{box-shadow:0 4px 12px #0000001a}.post-header{margin-bottom:1rem}.post-title{color:#2c3e50;font-size:1.2rem;line-height:1.4;margin:0 0 .5rem}.post-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem}.post-author{font-weight:600}.post-sentiment{font-weight:600;text-transform:capitalize}.post-content{margin-bottom:1rem}.post-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#444;display:-webkit-box;line-height:1.6;margin:0;overflow:hidden}.post-stats{border-top:1px solid #f1f1f1;display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1rem}.stat{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.stat-label{color:#666;font-weight:500}.stat-value{color:#2c3e50;font-weight:700}@media (max-width:768px){.posts-controls{align-items:stretch;flex-direction:column}.control-group{justify-content:space-between}.post-card{padding:1rem}.post-title{font-size:1.1rem}.post-meta{flex-direction:column;gap:.5rem}.post-stats{gap:1rem}}.loading-container{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:500px;min-height:400px;padding:2rem;text-align:center}.loading-spinner{margin-bottom:2rem}.spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.loading-text p{color:#666;line-height:1.6;margin-bottom:1rem}.loading-text ul{color:#666;line-height:1.8;margin-bottom:2rem;text-align:left}.loading-text li{margin-bottom:.5rem}.progress-bar{background-color:#e1e8ed;border-radius:3px;height:6px;overflow:hidden;width:100%}.progress-bar-fill{animation:progress 3s infinite;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:3px;height:100%}@keyframes progress{0%{width:0}50%{width:70%}to{width:100%}}@media (max-width:768px){.loading-container{margin:0 .5rem;padding:1.5rem}.loading-text h2{font-size:1.3rem}}
/*# sourceMappingURL=main.0ad53a38.css.map*/