@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap";:root{--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #f093fb;--bg-dark: #0a0e27;--bg-secondary: #1a1f3a;--text-primary: #ffffff;--text-secondary: #a0aec0;--error-color: #e74c3c;--success-color: #02fc66;--border-radius: 16px;--box-shadow: 0 8px 32px rgba(0, 0, 0, .3)}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:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1419);color:var(--text-primary);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:8px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#764ba2,#667eea)}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.flex-column{display:flex;flex-direction:column}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.slide-in-left{animation:slideInLeft .4s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .4s ease-out}@media (max-width: 1400px){.hide-on-tablet{display:none}}@media (max-width: 768px){.hide-on-mobile{display:none}.container{padding:0 1rem}}.bg-particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;width:2px;height:2px;background:#6366f180;border-radius:50%;animation:float 20s infinite}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translate(50px);opacity:0}}.home-container{display:flex;justify-content:center;margin-right:26rem;position:relative;z-index:1;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.homepage{max-width:1100px;width:100%;text-align:center}.homepage h1{font-size:72px;font-weight:900;margin-bottom:16px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes glow{0%,to{filter:drop-shadow(0 0 20px rgba(102,126,234,.4))}50%{filter:drop-shadow(0 0 40px rgba(102,126,234,.6))}}.tagline{font-size:20px;color:#cbdcf3;margin-bottom:60px;letter-spacing:1px;font-weight:300}.query-input-container{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px;margin-bottom:60px;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.query-input-container h2{font-size:24px;margin-bottom:12px;font-weight:700;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.query-input-container p{font-size:15px;margin-bottom:20px;color:#94a3b8}.input-group{display:flex;gap:12px;align-items:center}.query-input-container input{flex:1;padding:18px 24px;border-radius:16px;border:2px solid rgba(255,255,255,.1);background:#0f1423cc;color:#fff;font-size:16px;transition:all .3s ease;outline:none}.query-input-container input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#0f1423f2}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 36px;border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #667eea66}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px 48px;border-radius:16px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #667eea66;display:inline-flex;align-items:center;gap:12px}.top-searches-container{margin-top:60px;background:#1e1e2f66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:40px}.top-searches-container h3{color:#667eea;font-size:28px;font-weight:700;margin-bottom:32px;text-align:center;letter-spacing:-.5px}.top-queries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.top-query-card{background:linear-gradient(135deg,#1e1e2fcc,#141423cc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.top-query-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);transform:scaleX(0);transition:transform .3s ease}.top-query-card:hover{transform:translateY(-4px);border-color:#667eea80;box-shadow:0 12px 40px #667eea4d;background:linear-gradient(135deg,#28283ce6,#1e1e2fe6)}.query-text{font-weight:600;font-size:16px;color:#e2e8f0;line-height:1.4;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.query-count{font-size:14px;color:#667eea;font-weight:500;display:flex;align-items:center;gap:6px}@media (max-width: 1400px){.home-container{margin-right:0;padding:1rem}.homepage h1{font-size:56px;margin-top:80px}}@media (max-width: 768px){.homepage h1{font-size:40px;margin-top:60px}.tagline{font-size:16px}.query-input-container{padding:24px}.input-group{flex-direction:column}.search-button{width:100%}}.sidebar{position:fixed;right:0;top:0;width:25rem;height:100vh;background:linear-gradient(180deg,#141828f2,#0f121efa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(102,126,234,.2);box-shadow:-10px 0 40px #00000080;display:flex;flex-direction:column;z-index:100}.sidebar-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1);font-size:20px;font-weight:700;text-align:center}.sidebar-content{flex:1;padding:.75rem;overflow-y:auto;font-family:Balsamiq Sans,sans-serif}.post-list{display:flex;flex-direction:column;gap:1rem;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.8) rgba(26,26,26,.6)}.post-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#667eeae6,#764ba2e6);border-radius:6px}.sidebar-content{scrollbar-width:none;scrollbar-color:rgba(102,126,234,.8) rgba(26,26,26,.6)}.post-card{background:linear-gradient(135deg,#2a2a3ccc,#1e1e2fcc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.post-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.post-card:hover{transform:translate(-4px);border-color:#667eea80;box-shadow:0 8px 24px #667eea33}.topic-badge{display:inline-block;text-transform:uppercase;font-family:Balsamiq Sans,sans-serif;color:#e09811;font-size:.72rem;padding:.22rem .6rem;border-radius:5px;margin-bottom:.5rem;font-weight:800}.post-title{font-family:Balsamiq Sans,sans-serif;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.25rem;font-size:15px}.post-body{font-family:Balsamiq Sans,sans-serif;color:#cbd5e0;font-size:14px;line-height:1.5;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#9ca3af;margin-top:.5rem}.view-original .action-btn{font-size:.75rem;padding:2px 6px;border-radius:6px;margin-top:20px;display:inline-flex;align-items:center;gap:4px}.sentiment-badge{padding:.2rem .5rem;border-radius:9999px;font-weight:600;text-transform:uppercase;font-size:11px}.sentiment-badge.negative{background:red;color:#000}.expand-arrow{text-align:center;font-size:14px;margin-top:8px;color:#667eea;transition:transform .2s ease}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px}.empty-state{display:flex;justify-content:center;align-items:center;padding:40px;color:#64748b;font-size:14px}@media (max-width: 1400px){.sidebar{display:none}}.input-group input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:var(--border-radius);font-family:inherit}.error-text{color:var(--error-color);font-size:.875rem;margin-top:.5rem;text-align:left}.post-viewer-container{margin-top:2rem;color:#fff;font-family:inherit;background-color:#101111;border-radius:12px;max-width:100%}.post-viewer-header{display:flex;gap:1rem;padding:.5rem;margin-bottom:1rem;align-items:center;justify-content:center}.custom-dropdown{position:relative;display:inline-block}.custom-dropdown select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:.5rem 2rem .5rem .8rem;border:1px solid rgba(0,0,0,.2);border-radius:12px;background-color:#fff;font-size:.95rem;font-family:inherit;color:#242424;cursor:pointer;outline:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23242A38'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;transition:all .2s ease;box-shadow:0 2px 6px #0000001a}.sentiment-content{display:flex;flex-direction:column;align-items:center;text-align:center}.sentiment-message{font-size:2rem;margin-bottom:1rem;font-weight:500;text-align:center}.query-text{font-size:2rem;color:#667eea}.radial-container{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.radial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px;justify-items:center}.radial-progress{position:relative;display:flex;align-items:center;justify-content:center}.progress-text{position:absolute;text-align:center}.progress-value{font-size:16px;font-weight:700;color:#1f2937}.progress-label{font-size:12px;color:#6b7280;margin-top:2px}.bars-container{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.bars-grid{display:flex;flex-direction:column;gap:20px}.bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bar-label{font-weight:500;color:#374151}.bar-value{font-weight:700;color:#1f2937}.bar-track{width:100%;height:12px;background-color:#f3f4f6;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;position:relative}.cards-container{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:#fff;border:2px solid #f3f4f6;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a;border-color:var(--card-color)}.stat-icon{font-size:32px;filter:grayscale(20%)}.stat-number{font-size:24px;font-weight:700;color:#1f2937;line-height:1}.stat-title{font-size:14px;color:#6b7280;margin-top:4px}.stat-trend{opacity:0;transition:opacity .3s ease}.login-prompt-container{max-width:1100px;margin:0 auto;padding:2rem 1rem}.login-prompt-card{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;margin-bottom:2rem}.login-prompt-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff4500,#ff8717,#ff4500);background-size:100% 100%;animation:none!important}.login-prompt-card:hover{border-color:#ff45004d;box-shadow:0 12px 48px #ff450033}.login-icon-wrapper{margin-bottom:2rem;display:flex;justify-content:center}.reddit-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff4500,#ff8717);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff450066}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.reddit-icon svg{width:48px;height:48px;color:#fff}.login-content{margin-top:1.5rem}.login-title{font-size:32px;font-weight:900;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.5px}.login-description{font-size:16px;color:#94a3b8;line-height:1.6;margin-bottom:2rem;max-width:450px;margin-left:auto;margin-right:auto}.login-features{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#cbd5e0;background:#667eea1a;padding:.5rem 1rem;border-radius:12px}.feature-icon{font-size:18px}.reddit-login-btn{width:100%;background:linear-gradient(135deg,#ff4500,#ff6b35);color:#fff;border:none;padding:18px 36px;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ff450066;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 8px 24px #ff450066}50%{transform:scale(1.05);box-shadow:0 12px 36px #ff6b35b3}to{transform:scale(1);box-shadow:0 8px 24px #ff450066}}.reddit-login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.reddit-login-btn:hover:before{left:100%}.reddit-login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff450099;animation:none}.reddit-login-btn:active{transform:translateY(0)}.reddit-login-btn.loading{opacity:.8;cursor:not-allowed}.reddit-logo{width:24px;height:24px}.arrow-icon{transition:transform .3s ease}.reddit-login-btn:hover .arrow-icon{transform:translate(4px)}.spinner-small{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-privacy{margin-top:1.5rem;font-size:13px;color:#64748b;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-benefits{background:#1e1e2f66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem}.login-benefits h3{font-size:24px;font-weight:700;color:#fff;text-align:center;margin-bottom:1.5rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.benefit-card{background:#0f142399;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#ff45004d;box-shadow:0 8px 24px #ff450033}.benefit-icon{font-size:32px;margin-bottom:.75rem}.benefit-card h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:.5rem}.benefit-card p{font-size:13px;color:#94a3b8;line-height:1.5}@media (max-width: 768px){.login-prompt-card{padding:2rem 1.5rem}.login-title{font-size:24px}.login-description{font-size:14px}.login-features{flex-direction:column;gap:.75rem}.reddit-login-btn{font-size:16px;padding:16px 24px}.benefits-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-prompt-card{animation:fadeInUp .6s ease-out}.login-benefits{animation:fadeInUp .6s ease-out .2s backwards}:root{--font-heading: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--type-h1: 28px;--type-h2: 20px;--type-h3: 16px;--type-body: 14px;--muted: #94a3b8}.search-result-container,.section-card,.section-header h3,.carousel-title,.query-text,.post-title,.post-snippet{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.section-header h3,.carousel-title,.post-title{font-family:var(--font-heading)}.section-header h3{font-size:var(--type-h1)}.carousel-title{font-size:var(--type-h3);font-weight:600}.query-text{font-size:var(--type-h3);font-weight:700}.post-title{font-size:18px;font-weight:700;line-height:1.3}.post-snippet{font-size:var(--type-body);color:var(--muted);line-height:1.6}.meta-stat,.bar-count,.quick-stat-label{font-size:13px;color:var(--muted)}.meta-small{font-size:12px;color:var(--muted)}.search-result-container{max-width:1600px;margin:0 auto;padding:2rem;position:relative;z-index:1}.results-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch;width:100%;box-sizing:border-box;overflow:hidden}.results-main-grid>*{min-width:0}.chart-section,.posts-section{min-height:400px}.section-card{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;transition:all .3s ease}.section-card:hover{border-color:#667eea4d;box-shadow:0 8px 32px #667eea26}.section-header{margin-bottom:1.5rem}.section-header h3{font-size:24px;font-weight:700;color:#fff;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin-bottom:.5rem}.section-header p{font-size:14px;color:#94a3b8}.chart-wrapper{min-height:400px;display:flex;align-items:center;justify-content:center}.loading-chart{display:flex;justify-content:center;align-items:center;height:400px}.loading-posts{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.post-skeleton{height:180px;background:linear-gradient(90deg,#1e1e2f66 25%,#28283c66,#1e1e2f66 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.new-search-container{display:flex;justify-content:center;margin-top:3rem;margin-bottom:2rem}.new-search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #667eea66;display:inline-flex;align-items:center;gap:12px}.new-search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.new-search-btn:active{transform:translateY(0)}.new-search-btn.large{padding:20px 48px;font-size:18px}.new-search-btn svg{transition:transform .3s ease}.new-search-btn:hover svg{transform:translate(4px)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:3rem}.empty-icon{font-size:80px;margin-bottom:1.5rem;opacity:.5}.empty-state h2{font-size:32px;font-weight:700;color:#fff;margin-bottom:.5rem}.empty-state p{font-size:18px;color:#94a3b8;margin-bottom:2rem}.spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 1200px){.results-main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.search-result-container{padding:1rem}.section-card{padding:1.5rem}.new-search-btn.large{padding:16px 32px;font-size:16px}}.search-header{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;margin-bottom:2rem;position:relative;overflow:hidden}.search-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)}.search-header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.search-info{flex:1}.search-badge{display:inline-block;background:#667eea33;color:#667eea;padding:.5rem 1rem;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.search-query{font-size:36px;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.2;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.search-meta{display:flex;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#94a3b8}.meta-icon{font-size:18px}.header-action-btn{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.3);padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.header-action-btn:hover{background:#667eea33;border-color:#667eea80;transform:translateY(-2px)}@media (max-width: 768px){.search-header-content{flex-direction:column;align-items:flex-start}.search-query{font-size:24px}.header-action-btn{width:100%;justify-content:center}}.insights-overview{margin-bottom:2rem}.insights-header{text-align:center;margin-bottom:2rem}.insights-header h2{font-size:32px;font-weight:700;color:#fff;margin-bottom:.5rem}.insights-header p{font-size:16px;color:#94a3b8}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.insight-card{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.insight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.insight-card:hover:before{opacity:1}.insight-card:hover{transform:translateY(-4px);border-color:#667eea80;box-shadow:0 12px 40px #667eea4d}.insight-card.primary{border-color:#667eea4d;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.insight-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.insight-icon.positive{background:#02fc661a}.insight-icon.negative{background:#ff00001a}.insight-icon.engagement{background:#fbbf241a}.insight-content{flex:1}.insight-label{font-size:14px;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.insight-value{font-size:32px;font-weight:900;color:#fff;line-height:1;margin-bottom:.5rem}.insight-sublabel{font-size:13px;color:#64748b}@media (max-width: 768px){.insights-grid{grid-template-columns:1fr}.insight-icon{width:60px;height:60px}.insight-value{font-size:24px}}.top-posts-carousel{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;margin-bottom:2rem}.carousel-header{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.carousel-header h2{font-size:28px;font-weight:700;color:#fff}.carousel-tabs{display:flex;gap:.5rem;background:#0f142380;padding:.5rem;border-radius:12px}.tab-btn{background:transparent;color:#94a3b8;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.carousel-content{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.carousel-card{background:linear-gradient(135deg,#1e1e2fcc,#141423cc);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease;position:relative;cursor:pointer}.carousel-card:hover{transform:translateY(-4px);border-color:#667eea80;box-shadow:0 12px 40px #667eea4d}.carousel-rank{position:absolute;top:-10px;right:-10px;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;color:#fff;box-shadow:0 4px 12px #667eea80}.carousel-card-content{margin-top:.5rem}.carousel-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.carousel-snippet{font-size:14px;color:#94a3b8;line-height:1.6;margin-bottom:1rem}.carousel-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sentiment-badge{padding:.4rem .8rem;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.sentiment-badge.positive{background:#02fc66;color:#000}.sentiment-badge.negative{background:red;color:#fff}.sentiment-badge.neutral{background:#fbbf24;color:#000}.meta-stat{display:flex;align-items:center;gap:.25rem;font-size:13px;color:#fff}.meta-stat.searches{background:none;color:#f59e3b;padding:0;border-radius:0;font-weight:700}.meta-stat.positive{background:none;color:#02c76b;padding:0;border-radius:0;font-weight:700}.meta-stat.negative{background:none;color:#ff4b4b;padding:0;border-radius:0;font-weight:700}@media (max-width: 768px){.carousel-header{flex-direction:column;align-items:flex-start}.carousel-tabs{width:100%;overflow-x:auto}.carousel-content{grid-template-columns:1fr}}.filter-bar{background:#14142399;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.filter-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-results-count{display:flex;align-items:baseline;gap:.5rem}.count-number{font-size:24px;font-weight:900;color:#667eea}.count-label{font-size:14px;color:#94a3b8}.clear-filters-btn{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);padding:.5rem 1rem;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.clear-filters-btn:hover{background:#ef444433;border-color:#ef444466}.filter-controls{display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-label{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{background:#1e1e2f99;color:#94a3b8;border:1px solid rgba(255,255,255,.1);padding:.75rem 1.25rem;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.filter-btn:hover{background:#28283ccc;border-color:#fff3;color:#fff;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea66}.filter-btn.sentiment-positive.active{background:#02fc66;color:#000;box-shadow:0 4px 16px #02fc6666}.filter-btn.sentiment-neutral.active{background:#fbbf24;color:#000;box-shadow:0 4px 16px #fbbf2466}.filter-btn.sentiment-negative.active{background:#ef4444;color:#fff;box-shadow:0 4px 16px #ef444466}@media (max-width: 1024px){.filter-controls{gap:1rem}}@media (max-width: 768px){.filter-bar{padding:1rem}.filter-bar-header{flex-direction:column;align-items:flex-start;gap:1rem}.clear-filters-btn{width:100%;justify-content:center}.filter-buttons{gap:.25rem}.filter-btn{padding:.5rem .75rem;font-size:12px}}@media (max-width: 480px){.filter-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.filter-btn{justify-content:center}}.posts-scroll-container{max-height:400px;overflow-y:auto;padding-right:8px;scroll-behavior:smooth}.posts-scroll-container::-webkit-scrollbar{width:6px}.posts-scroll-container::-webkit-scrollbar-thumb{background-color:#667eea66;border-radius:4px}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{background:#1e1e2f99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.post-card:hover{transform:translateY(-4px);border-color:#667eea4d;box-shadow:0 12px 40px #667eea33}.post-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);opacity:0;transition:opacity .3s ease}.post-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.post-rank{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}.post-meta{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#94a3b8;flex-wrap:wrap}.post-source{color:#667eea;font-weight:600}.post-separator{opacity:.5}.post-author{font-weight:500}.post-sentiment{margin-left:.75rem;padding:.25rem .5rem;border-radius:9999px;font-weight:700;font-size:12px;display:inline-flex;align-items:center;justify-content:center}.post-sentiment.positive{background:#02fc66;color:#000}.post-sentiment.negative{background:#ef4444;color:#fff}.post-sentiment.neutral{background:#fbbf24;color:#000}.post-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.4}.post-content{margin-bottom:1.5rem}.post-text{font-size:15px;line-height:1.7;color:#cbd5e1;margin-bottom:1rem;white-space:pre-wrap}.expand-btn{background:#667eea1a;color:#667eea;border:1px solid rgba(102,126,234,.2);padding:.5rem 1rem;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.expand-btn:hover{background:#667eea33;border-color:#667eea66}.post-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.stats-left{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem}.stat-icon{font-size:16px}.stat-value{font-size:16px;font-weight:700;color:#fff}.stat-label{font-size:13px;color:#94a3b8}.stats-right,.sentiment-info{display:flex;align-items:center;gap:1rem}.sentiment-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;font-size:13px;font-weight:700;text-transform:uppercase}.sentiment-icon{font-size:16px}.sentiment-score{display:flex;align-items:center;gap:.25rem;font-size:13px;color:#94a3b8}.score-label{font-weight:500}.score-value{font-weight:700;color:#fff}.post-actions{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 16px #667eea4d}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea80}.action-btn.secondary{background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.1)}.action-btn.secondary:hover{background:#ffffff1a;color:#fff;border-color:#fff3;transform:translateY(-2px)}.posts-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.posts-empty-state .empty-icon{font-size:64px;margin-bottom:1rem;opacity:.5}.posts-empty-state h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:.5rem}.posts-empty-state p{font-size:16px;color:#94a3b8}@media (max-width: 1024px){.post-stats{flex-direction:column;align-items:flex-start}.stats-left{gap:1rem}.sentiment-info{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.post-card{padding:1.5rem}.post-title{font-size:18px}.stats-left{flex-direction:column;gap:.5rem}.post-actions{flex-direction:column}.action-btn{justify-content:center}}@media (max-width: 480px){.post-card{padding:1rem}.post-header{flex-direction:column;align-items:flex-start;gap:.5rem}.post-meta{font-size:12px}.post-title{font-size:16px}.sentiment-badge{padding:.4rem .8rem;font-size:12px}}:root{--font-heading: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--muted: #94a3b8}.sentiment-insights,.insight-section,.section-title,.circle-label,.quick-stat-label,.trend-info h4{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.section-title,.trend-info h4{font-weight:700}.sentiment-insights{border:1px solid rgba(255,255,255,.1);flex-direction:column;gap:1.5rem;border-radius:24px;padding:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}.insights-tabs{display:flex;gap:.5rem;background:#0f142380;padding:.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.tab-btn{flex:1;background:transparent;color:#94a3b8;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab-btn:hover{background:#667eea1a;color:#667eea}.tab-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 16px #667eea66}.insights-view{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;box-sizing:border-box}.insight-section{background:#14142366;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem}.insight-section.full-width{width:100%}.section-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:1.5rem}.sentiment-bars{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sentiment-bar-container{display:flex;flex-direction:column;gap:.75rem}.bar-header{display:flex;justify-content:space-between;align-items:center}.bar-label{font-size:15px;font-weight:700;color:#fff!important}.bar-count{font-size:13px;color:#94a3b8;font-weight:600}.bar-track{height:32px;background:#0f1423cc;border-radius:16px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05);min-width:0}.bar-fill{height:100%;border-radius:16px;position:relative;transition:width 1s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;min-width:0}.bar-fill.positive{background:linear-gradient(90deg,#02fc66,#00d45a);box-shadow:0 0 20px #02fc6680}.bar-fill.neutral{background:linear-gradient(90deg,#fbbf24,#f59e0b);box-shadow:0 0 20px #fbbf2480}.bar-fill.negative{background:linear-gradient(90deg,#ef4444,#dc2626);box-shadow:0 0 20px #ef444480}.bar-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 2s infinite}@keyframes shine{to{left:200%}}.sentiment-circles{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:2rem;margin-top:2rem}.circle-stat{display:flex;flex-direction:column;align-items:center;gap:1rem}.circle-progress{position:relative;width:100%;max-width:120px;height:auto;aspect-ratio:1 / 1}.circle-progress svg{transform:rotate(-90deg);width:100%;height:100%}.circle-bg{fill:none;stroke:#ffffff0d;stroke-width:8}.circle-fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray 1s cubic-bezier(.4,0,.2,1)}.circle-fill.positive{stroke:#02fc66;filter:drop-shadow(0 0 8px rgba(2,252,102,.6))}.circle-fill.neutral{stroke:#fbbf24;filter:drop-shadow(0 0 8px rgba(251,191,36,.6))}.circle-fill.negative{stroke:#ef4444;filter:drop-shadow(0 0 8px rgba(239,68,68,.6))}.circle-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem}.circle-icon{font-size:32px}.circle-value{font-size:20px;font-weight:900;color:#fff}.circle-label{font-size:14px;font-weight:600;color:#94a3b8;text-align:center}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.quick-stat{background:#0f142399;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.quick-stat:hover{transform:translateY(-4px);border-color:#667eea4d;box-shadow:0 8px 24px #667eea33}.quick-stat-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#667eea1a;border-radius:12px;flex-shrink:0}.quick-stat-content{display:flex;flex-direction:column;gap:.25rem}.quick-stat-value{font-size:24px;font-weight:900;color:#fff}.quick-stat-label{font-size:12px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.trend-card{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.3);border-radius:20px;padding:2rem;margin-bottom:2rem}.trend-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.trend-icon-large{font-size:64px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#667eea33;border-radius:20px}.trend-info h4{font-size:24px;font-weight:700;color:#fff;margin-bottom:.5rem}.trend-value{font-size:36px;font-weight:900}.trend-value.positive{color:#02fc66}.trend-value.negative{color:#ef4444}.trend-value.neutral{color:#fbbf24}.trend-description{font-size:16px;line-height:1.6;color:#cbd5e1}.comparison-cards{display:flex;flex-direction:row;gap:2rem;align-items:center;width:100%;box-sizing:border-box}.comparison-card{background:#0f142399;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;flex:1 1 0}.comparison-divider{width:1px;height:84px;background:#ffffff0f;border-radius:2px;flex:0 0 auto}.comparison-label{font-size:13px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.comparison-value{font-size:32px;font-weight:900}@media (max-width: 768px){.comparison-cards{flex-direction:column}.comparison-divider{display:none}}.comparison-value.positive{color:#02fc66}.comparison-value.negative{color:#ef4444}.comparison-value.neutral{color:#fbbf24}.comparison-sublabel{font-size:12px;color:#64748b}.comparison-divider{display:flex;align-items:center;justify-content:center;color:#667eea}.takeaways{display:flex;flex-direction:column;gap:1rem}.takeaway{display:flex;gap:1rem;padding:1.5rem;border-radius:16px;border:2px solid;background:#0f142399}.takeaway.success{border-color:#02fc664d;background:#02fc660d}.takeaway.warning{border-color:#ef44444d;background:#ef44440d}.takeaway.info{border-color:#667eea4d;background:#667eea0d}.takeaway-icon{font-size:24px;flex-shrink:0}.takeaway p{font-size:14px;line-height:1.6;color:#cbd5e1;margin:0}.takeaway strong{color:#fff;font-weight:700}.highlight-posts{display:flex;flex-direction:column;gap:1rem}.highlight-card{background:#0f142399;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;display:flex;gap:1.5rem;transition:all .3s ease}.highlight-card:hover{transform:translate(8px);border-color:#667eea4d;box-shadow:0 8px 24px #667eea33}.highlight-rank{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:#fff;flex-shrink:0}.highlight-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.highlight-content h4{font-size:16px;font-weight:700;color:#fff;margin:0;line-height:1.4}.highlight-content p{font-size:14px;color:#94a3b8;line-height:1.6;margin:0}.highlight-stats{display:flex;gap:1.5rem;font-size:13px;color:#94a3b8;font-weight:600}.sentiment-badge-mini{padding:.25rem .5rem;border-radius:8px;font-size:12px}.sentiment-badge-mini.positive{background:#02fc6633}.sentiment-badge-mini.neutral{background:#fbbf2433}.sentiment-badge-mini.negative{background:#ef444433}.extremes-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.extreme-card{padding:2rem;border-radius:20px;border:2px solid;display:flex;flex-direction:column;gap:1rem}.extreme-card.positive-extreme{background:linear-gradient(135deg,#02fc661a,#00d45a0d);border-color:#02fc664d}.extreme-card.negative-extreme{background:linear-gradient(135deg,#ef44441a,#dc26260d);border-color:#ef44444d}.extreme-header{display:flex;align-items:center;gap:1rem}.extreme-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:12px}.extreme-header h4{font-size:18px;font-weight:700;color:#fff;margin:0}.extreme-title{font-size:15px;color:#cbd5e1;line-height:1.5;margin:0;font-weight:600}.extreme-score{font-size:14px;color:#94a3b8;font-weight:700}.insights-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:1rem}.insights-loading p{font-size:14px;color:#94a3b8;font-weight:600}@media (max-width: 1200px){.sentiment-circles{grid-template-columns:repeat(3,1fr)}.quick-stats{grid-template-columns:repeat(2,1fr)}.extremes-grid{grid-template-columns:1fr}}@media (max-width: 768px){.insights-tabs{flex-direction:column}.tab-btn{text-align:center}.insight-section{padding:1.5rem}.sentiment-circles{grid-template-columns:1fr}.circle-progress{width:100px;height:100px}.circle-icon{font-size:24px}.circle-value{font-size:18px}.quick-stats,.comparison-cards{grid-template-columns:1fr}.comparison-divider{transform:rotate(90deg)}.trend-icon-large{font-size:48px;width:64px;height:64px}.trend-info h4{font-size:20px}.trend-value{font-size:28px}.highlight-card{flex-direction:column}.highlight-rank{width:40px;height:40px;font-size:18px}}@media (max-width: 480px){.bar-track{height:24px}.section-title{font-size:18px}.quick-stat{padding:1rem}.quick-stat-icon{font-size:24px;width:48px;height:48px}.quick-stat-value{font-size:20px}.trend-card{padding:1.5rem}}@media (max-width: 700px){.sentiment-insights,.insight-section{padding:1rem}.comparison-divider{display:none}.section-title{font-size:18px}}.insight-section,.insights-view,.sentiment-circles,.quick-stats{box-sizing:border-box}.sentiment-chart-container{width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem}.chart-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.chart-stat{background:#14142399;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.chart-stat:hover{transform:translateY(-2px);border-color:#667eea4d;box-shadow:0 8px 24px #667eea33}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#667eea1a;border-radius:12px;flex-shrink:0}.stat-info{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:12px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:20px;font-weight:900;color:#fff}.stat-value.positive{color:#02fc66}.stat-value.negative{color:#ef4444}.stat-value.neutral{color:#fbbf24}.chart-canvas-wrapper{background:#14142366;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;height:350px;position:relative}.chart-canvas-wrapper:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(102,126,234,.1),transparent 50%),radial-gradient(circle at bottom left,rgba(118,75,162,.1),transparent 50%);border-radius:20px;pointer-events:none}.sentiment-legend{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem;background:#14142366;border:1px solid rgba(255,255,255,.08);border-radius:16px}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#cbd5e1;font-weight:600}.legend-dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff}.legend-dot.positive{background:#02fc66}.legend-dot.negative{background:#ef4444}.legend-dot.neutral{background:#fbbf24}.chart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.chart-loading p{font-size:14px;color:#e5f0ff;font-weight:600}@media (max-width: 1200px){.chart-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.chart-stats{grid-template-columns:1fr}.chart-canvas-wrapper{padding:1rem;height:300px}.sentiment-legend{flex-direction:column;gap:.75rem}.stat-icon{width:40px;height:40px;font-size:20px}.stat-value{font-size:18px}}@media (max-width: 480px){.chart-canvas-wrapper{height:250px;padding:.75rem}.legend-item{font-size:12px}.legend-dot{width:10px;height:10px}}.loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);display:flex;align-items:center;justify-content:center;overflow:hidden}.particles-container{position:absolute;width:100%;height:100%}.particle{position:absolute;top:50%;left:50%;width:8px;height:8px;background:radial-gradient(circle,rgba(100,200,255,.8),transparent);border-radius:50%;animation:float 3s ease-in-out infinite;animation-delay:var(--delay);transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translate(-50%,-50%) translate(0);opacity:.3}50%{transform:translate(-50%,-50%) translate(var(--x),var(--y));opacity:1}}.loading-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:40px}.hexagon-container{position:relative;width:180px;height:180px}.hexagon{position:relative;width:180px;height:104px;background:linear-gradient(135deg,#3b82f64d,#9333ea4d);margin:52px 0;border-radius:10px;box-shadow:0 0 40px #3b82f666;animation:pulse 2s ease-in-out infinite}.hexagon:before,.hexagon:after{content:"";position:absolute;width:0;border-left:90px solid transparent;border-right:90px solid transparent;left:0}.hexagon:before{bottom:100%;border-bottom:52px solid rgba(59,130,246,.3);filter:drop-shadow(0 0 20px rgba(59,130,246,.3))}.hexagon:after{top:100%;border-top:52px solid rgba(147,51,234,.3);filter:drop-shadow(0 0 20px rgba(147,51,234,.3))}.hex-inner{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.progress-text{font-family:Courier New,monospace;font-size:36px;font-weight:700;color:#fff;text-shadow:0 0 20px rgba(59,130,246,.8)}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 40px #3b82f666}50%{transform:scale(1.05);box-shadow:0 0 60px #3b82f699}}.phase-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:300;letter-spacing:2px;color:#e0e0e0;text-transform:uppercase;animation:fadeText .5s ease-in-out}@keyframes fadeText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.progress-bar-container{width:300px;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;box-shadow:inset 0 0 10px #0000004d}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);border-radius:2px;transition:width .3s ease-out;box-shadow:0 0 20px #3b82f699;position:relative}.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}button{cursor:pointer;background:0 0;border:none;font-family:inherit}button:focus,input:focus{outline:none}ul{padding:0;list-style:none}li{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:5px}li p{color:#555;margin:5px 0 0;font-size:.9rem}.averages,.top-posts,.bottom-posts,.sentiment-chart{margin-bottom:30px}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.6% 0 0)}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}.bg-particles{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.particle{background:#6366f180;border-radius:50%;width:2px;height:2px;animation:20s infinite float;position:absolute}@keyframes float{0%,to{opacity:0;transform:translateY(0)translate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh)translate(50px)}}.home-container{z-index:1;justify-content:center;margin-right:26rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex;position:relative}.homepage{text-align:center;width:100%;max-width:1100px}.homepage h1{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:72px;font-weight:900}@keyframes glow{0%,to{filter:drop-shadow(0 0 20px #667eea66)}50%{filter:drop-shadow(0 0 40px #667eea99)}}.tagline{color:#cbdcf3;letter-spacing:1px;margin-bottom:60px;font-size:20px;font-weight:300}.query-input-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e2f99;border:1px solid #ffffff1a;border-radius:24px;margin-bottom:60px;padding:32px;transition:all .3s;box-shadow:0 8px 32px #0000004d}.query-input-container:hover{border-color:#667eea80;box-shadow:0 8px 32px #667eea33}.query-input-container h2{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:24px;font-weight:700}.query-input-container p{color:#94a3b8;margin-bottom:20px;font-size:15px}.input-group{align-items:center;gap:12px;display:flex}.query-input-container input{color:#fff;background:#0f1423cc;border:2px solid #ffffff1a;border-radius:16px;outline:none;flex:1;padding:18px 24px;font-size:16px;transition:all .3s}.query-input-container input:focus{background:#0f1423f2;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.query-input-container input::-moz-placeholder{color:#64748b}.query-input-container input::placeholder{color:#64748b}.search-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;padding:18px 36px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #667eea66}.search-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.search-button:active{transform:translateY(0)}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;align-items:center;gap:12px;padding:18px 48px;font-size:18px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #667eea66}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.top-searches-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2f66;border:1px solid #ffffff0d;border-radius:24px;margin-top:60px;padding:40px}.top-searches-container h3{color:#667eea;text-align:center;letter-spacing:-.5px;margin-bottom:32px;font-size:28px;font-weight:700}.top-queries-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.top-query-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#1e1e2fcc,#141423cc);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:12px;padding:24px;transition:all .3s;display:flex;position:relative;overflow:hidden}.top-query-card:before{content:"";background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.top-query-card:hover:before{transform:scaleX(1)}.top-query-card:hover{background:linear-gradient(135deg,#28283ce6,#1e1e2fe6);border-color:#667eea80;transform:translateY(-4px);box-shadow:0 12px 40px #667eea4d}.query-text{color:#e2e8f0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:16px;font-weight:600;line-height:1.4}.query-count{color:#667eea;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.query-count:before{content:"🔥";font-size:12px}.query-label{color:#fff}.spinner{border:4px solid #667eea33;border-top-color:#667eea;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1400px){.home-container{margin-right:0;padding:1rem}.homepage h1{margin-top:80px;font-size:56px}}@media (max-width:768px){.homepage h1{margin-top:60px;font-size:40px}.tagline{font-size:16px}.query-input-container{padding:24px}.input-group{flex-direction:column}.search-button{width:100%}}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:linear-gradient(#141828f2,#0f121efa);border-left:1px solid #667eea33;flex-direction:column;width:25rem;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 40px #00000080}.sidebar-header{text-align:center;border-bottom:1px solid #ffffff1a;padding:24px;font-size:20px;font-weight:700}.sidebar-content{flex:1;padding:.75rem;font-family:Balsamiq Sans,sans-serif;overflow-y:auto}.post-list{scrollbar-width:thin;scrollbar-color:#667eeacc #1a1a1a99;flex-direction:column;gap:1rem;padding-right:.5rem;display:flex}.post-list::-webkit-scrollbar{width:6px}.post-list::-webkit-scrollbar-track{background:#1a1a1a99;border-radius:6px}.post-list::-webkit-scrollbar-thumb{background:linear-gradient(#667eeae6,#764ba2e6);border-radius:6px}.sidebar-content{scrollbar-width:none;scrollbar-color:#667eeacc #1a1a1a99}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#1a1a1a99}.sidebar-content::-webkit-scrollbar-thumb{background:#667eead9;border-radius:6px}.post-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#2a2a3ccc,#1e1e2fcc);border:1px solid #ffffff1a;border-radius:12px;padding:16px;transition:all .3s;position:relative;overflow:hidden}.post-card:before{content:"";opacity:0;background:linear-gradient(90deg,#667eea,#764ba2);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.post-card:hover:before{opacity:1}.post-card:hover{border-color:#667eea80;transform:translate(-4px);box-shadow:0 8px 24px #667eea33}.topic-badge{text-transform:uppercase;color:#e09811;border-radius:5px;margin-bottom:.5rem;padding:.22rem .6rem;font-family:Balsamiq Sans,sans-serif;font-size:.72rem;font-weight:800;display:inline-block}.post-title{color:#fff;margin-bottom:.5rem;font-family:Balsamiq Sans,sans-serif;font-size:15px;font-weight:600;line-height:1.25rem}.post-body{color:#cbd5e0;border-top:1px solid #ffffff1a;margin-top:8px;padding-top:8px;font-family:Balsamiq Sans,sans-serif;font-size:14px;line-height:1.5}.post-meta{color:#9ca3af;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.75rem;display:flex}.view-original .action-btn{border-radius:6px;align-items:center;gap:4px;margin-top:20px;padding:2px 6px;font-size:.75rem;display:inline-flex}.sentiment-badge{text-transform:uppercase;border-radius:9999px;padding:.2rem .5rem;font-size:11px;font-weight:600}.sentiment-badge.positive{color:#000;background:#02fc66}.sentiment-badge.negative{color:#000;background:red}.expand-arrow{text-align:center;color:#667eea;margin-top:8px;font-size:14px;transition:transform .2s}.expand-arrow.up{transform:rotate(180deg)}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.loading-container p{color:#94a3b8;font-size:14px}.empty-state{color:#64748b;justify-content:center;align-items:center;padding:40px;font-size:14px;display:flex}@media (max-width:1400px){.sidebar{display:none}}.input-group{margin-bottom:1.5rem}.input-group input{border-radius:var(--border-radius);border:1px solid #ddd;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.input-group input.error{border-color:var(--error-color)}.error-text{color:var(--error-color);text-align:left;margin-top:.5rem;font-size:.875rem}.post-viewer-container{color:#fff;background-color:#101111;border-radius:12px;max-width:100%;margin-top:2rem;font-family:inherit}.post-viewer-header{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;padding:.5rem;display:flex}.custom-dropdown{display:inline-block;position:relative}.custom-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#242424;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20viewBox%3D'0%200%2012%2012'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23242A38'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");background-position:right .8rem center;background-repeat:no-repeat;border:1px solid #0003;border-radius:12px;outline:none;padding:.5rem 2rem .5rem .8rem;font-family:inherit;font-size:.95rem;transition:all .2s;box-shadow:0 2px 6px #0000001a}.custom-dropdown select:hover{border-color:#a886f7;box-shadow:0 4px 10px #a886f733}.custom-dropdown select:focus{border-color:#a886f7;box-shadow:0 0 0 3px #a886f74d}.sentiment-summary-container{color:#fff}.sentiment-content{text-align:center;flex-direction:column;align-items:center;display:flex}.sentiment-message{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:500}.query-text{color:#667eea;font-size:2rem}.radial-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000001a}.radial-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center;gap:30px;display:grid}.radial-progress{justify-content:center;align-items:center;display:flex;position:relative}.progress-ring{transform:rotate(-90deg)}.progress-text{text-align:center;position:absolute}.progress-value{color:#1f2937;font-size:16px;font-weight:700}.progress-label{color:#6b7280;margin-top:2px;font-size:12px}.bars-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000001a}.bars-grid{flex-direction:column;gap:20px;display:flex}.animated-bar{padding:12px 0}.bar-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.bar-label{color:#374151;font-weight:500}.bar-value{color:#1f2937;font-weight:700}.bar-track{background-color:#f3f4f6;border-radius:6px;width:100%;height:12px;overflow:hidden}.bar-fill{border-radius:6px;height:100%;position:relative}.cards-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000001a}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.stat-card{cursor:pointer;background:#fff;border:2px solid #f3f4f6;border-radius:12px;align-items:center;gap:16px;padding:24px;transition:all .3s;display:flex;position:relative;overflow:hidden}.stat-card:hover{border-color:var(--card-color);transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.stat-card:hover .stat-trend{opacity:1}.stat-icon{filter:grayscale(20%);font-size:32px}.stat-info{flex:1}.stat-number{color:#1f2937;font-size:24px;font-weight:700;line-height:1}.stat-title{color:#6b7280;margin-top:4px;font-size:14px}.stat-trend{opacity:0;transition:opacity .3s}.top-query-card .query-text{font-size:14px;font-weight:600}.top-query-card .query-count{color:#aaa;font-size:12px}.new-search svg{width:1.6em;height:1.6em;transition:transform .3s}.new-search:hover svg{transform:translate(5px)}.error-message p{margin-bottom:1rem}.chart-container{flex:2}.sentiment-loader{box-sizing:border-box;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.error-message{text-align:center;background:#ff4b420f;border:1px solid #ef444426;border-radius:16px;width:100%;max-width:760px;padding:2.5rem 3rem}.error-message h2{margin-bottom:.5rem;font-size:28px;font-weight:800}.error-message p{color:#7b8896;margin-bottom:1.25rem;font-size:16px}.error-message .new-search-btn{justify-content:center;margin:0 auto}.absolute{position:absolute}.relative{position:relative}.block{display:block}.flex{display:flex}.grid{display:grid}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
