body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.animated-bg{animation:float 20s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c64d 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%);height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{animation:animatedgradient 6s infinite alternate;background-size:300%}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border-bottom:1px solid #ffffff1a;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:hover{color:#667eea}.nav-links a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.main-container{margin:0 auto;max-width:1200px;padding:2rem}.hero-section{margin-bottom:0;padding:4rem 0 3rem;text-align:center}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:2.5rem;margin-top:.75rem}.hero-subtitle{color:#d3d3d3;font-size:1.25rem;margin:1.5rem 0 0;text-align:center}.hero-subtitle-disclaimer{color:#888;font-size:1.1rem;padding:2rem 0 0}a{color:#879aee}a:hover{color:#00f7ff}.error-container,.loading-container{align-items:center;display:flex;justify-content:center;min-height:400px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{background:#ff3b301a;border:1px solid #ff3b304d;border-radius:12px;margin:2rem 0;padding:2rem}e .topics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem;margin-top:2rem}.topic-card,.topic-card-special{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.topic-card-special{margin-top:2rem}.topic-card-special:before,.topic-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:2px;left:0;position:absolute;right:0;top:0}.topic-card-special:hover,.topic-card:hover{border-color:#667eea4d;box-shadow:0 20px 40px #0000004d;transform:translateY(-8px)}.topic-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:.5rem 0}.topic-id{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#f0f0f0;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem}.topic-content{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;color:#ddd;font-size:1.15rem;line-height:1.6;padding:1.5rem}.topic-content h1,.topic-content h2,.topic-content h3,.topic-content h4,.topic-content h5,.topic-content h6,.topic-content p{color:#ddd;margin-bottom:1rem}.topic-content code{background:#667eea33;border-radius:4px;color:#667eea;font-size:.875rem;padding:.2rem .4rem}.topic-content pre{background:#0000004d;border-radius:8px;margin:1rem 0;overflow-x:auto;padding:1rem}.topic-content pre code{background:none;color:#ddd;padding:0}.topic-content ol,.topic-content ul{margin-bottom:1rem;margin-left:1.5rem}.topic-content li{color:#ddd;margin-bottom:.5rem}.topic-content a{border-bottom:1px solid #0000;color:#879aee;text-decoration:none;transition:border-color .3s ease}.topic-content a:hover{border-bottom-color:#667eea}.topic-content blockquote{border-left:4px solid #667eea;color:#d3d3d3;font-style:italic;margin:1rem 0;padding-left:1rem}.viewmode-btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem;margin-top:1.5rem}.viewmode-btn{background:#23233b;border:none;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#b0b0b0;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;outline:none;padding:.75rem 1.5rem;transition:background .2s,color .2s}.viewmode-btn:hover{background:#2d2d4d;color:#d3d3d3}.viewmode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea26;color:#fff}.content-area{min-height:600px;position:relative}@media (max-width:700px){.hero-subtitle{margin:1.5rem 0 -2rem!important}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-subtitle-disclaimer{font-size:1rem;margin-bottom:-1.2rem;padding:3rem 0 0}.nav-links{display:none}.topics-grid{grid-template-columns:1fr}.main-container{padding:1rem}.topic-card{padding:1.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-subtitle-disclaimer{font-size:.9rem;margin-bottom:-1.2rem;padding:3rem 0 0}.topic-header{flex-direction:column;gap:1rem}}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}::-webkit-scrollbar-button:single-button:vertical:decrement{background:#0000;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="18" xmlns="http://www.w3.org/2000/svg"><polygon points="6,4 2,14 10,14" fill="%23764ba2"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:0;display:block;height:18px}::-webkit-scrollbar-button:single-button:vertical:increment{background:#0000;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="18" xmlns="http://www.w3.org/2000/svg"><polygon points="2,4 10,4 6,14" fill="%23764ba2"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:0;display:block;height:18px}.topics-list{display:flex;flex-direction:column;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1600px}.footer-controls-area{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border-radius:16px;box-shadow:0 4px 32px #0000001f;display:flex;flex-direction:column;gap:.8rem;margin:3rem auto 2rem;max-width:800px;padding:1.2rem 0 0}.footer-controls-area .flex{justify-content:center}.footer-controls-area footer{color:#b0b0b0;font-size:1rem;margin-top:1.5rem;text-align:center}.footer-controls-area a{color:#a0a0ff;text-decoration:underline;transition:color .2s}.footer-controls-area a:hover{color:#fff}.sentiment-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border-radius:16px;box-shadow:0 4px 32px #0000001f;color:#fff;margin:2.5rem auto 2rem;max-width:1200px;min-height:450px;padding:2rem 2rem 1.5rem;width:100%}.sentiment-card h2{color:#fff;font-size:1.4rem;margin-bottom:1.5rem;text-align:center}.sentiment-controls-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}@media (max-width:700px){.sentiment-controls-row{align-items:stretch;flex-direction:column;gap:1rem}}.sentiment-select{background:#23233b;border:none;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#d0d0d0;cursor:pointer;font-size:1rem;margin-bottom:.25rem;margin-top:.25rem;outline:none;padding:.75rem 1rem;transition:background .2s,color .2s}.sentiment-select:focus,.sentiment-select:hover{background:#2d2d4d;color:#fff}.fundraising-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:.2rem;margin-top:0!important}@media (max-width:768px){.fundraising-grid{grid-template-columns:1fr}}.fundraising-btn-group{margin-top:.5rem!important}.viewmode-btn-group.fundraising-btn-group{border:none;margin-bottom:.5rem!important;margin-top:.5rem!important}.select-box{margin-top:2px;max-width:200px;width:100%}.select-box,.select-option{position:relative}.select-option input{background:#23233b;border:none;border-radius:8px;color:#d0d0d0;cursor:pointer;font-size:1rem;margin-top:2px;padding:13px 15px;width:100%}.select-box.active .select-option input::placeholder{content:"Search"}.select-option:after{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="8" xmlns="http://www.w3.org/2000/svg"><path d="M1 1l5 5 5-5" stroke="%23d0d0d0" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;content:"";height:8px;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:12px}.content{border:1px solid #e0e0e0;border-radius:8px;display:none;left:0;position:absolute;text-align:left;top:100%;z-index:100}.content,.search input{background:#23233b;color:#d0d0d0;cursor:pointer;font-size:1rem;width:100%}.search input{border:none;padding:15px 20px}.options{-ms-overflow-style:none;background:#23233b;color:#d0d0d0;cursor:pointer;font-size:1rem;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:0;scrollbar-width:none}.options::-webkit-scrollbar{display:none}.options li{background:#23233b;color:#d0d0d0;cursor:pointer;font-size:1rem;font-weight:500;padding:15px 20px}.options li:hover{background:#2d2d4d;color:#d0d0d0}.options li .text,.options li:hover .text{color:#d0d0d0}.select-box.active .content{display:block}.select-box.active .select-option:after{transform:translateY(-50%) rotate(180deg)}img{height:auto;max-width:100%}.loading-container{align-items:center;display:flex;justify-content:center;min-height:400px}.header{will-change:transform}.topics-list{min-height:200px}.topic-card{min-height:60px}
/*# sourceMappingURL=main.68ab6b08.css.map*/