@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden}.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)}}.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;font-weight:500;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;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:1rem;margin-top:.75rem}.hero-subtitle{color:#d3d3d3;font-size:1.25rem;font-weight:400;margin-bottom:.5rem;text-align:center}a{color:#879aee}a:hover{color:#00f7ff}.test{color:#f560c6}.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-date{color:#ddd;font-size:.9rem;font-weight:400}.topic-content{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;color:#f0f0f0;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{color:#f0f0f0;font-weight:500;margin-bottom:1rem}.topic-content p{color:#f0f0f0;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;font-weight:500;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}@media (max-width:768px){.hero-title{font-size:2.5rem}.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}.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}.footer-music-btn{background:#23233b;border:none;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#d0d0d0;cursor:pointer;font-size:1rem;font-weight:500;margin:0 .5rem 1rem;outline:none;padding:.75rem 1.5rem;transition:background .2s,color .2s}.footer-music-btn:focus,.footer-music-btn:hover{background:#2d2d4d;color:#fff}.footer-music-btn.active{background:linear-gradient(135deg,#0f9,#0fc);box-shadow:0 4px 16px #00ff992e;color:#23233b}.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;padding:2rem 2rem 1.5rem;width:100%}.sentiment-card h2{color:#fff;font-size:1.4rem;font-weight:700;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;font-weight:500;margin-bottom:.25rem;margin-top:.25rem;outline:none;padding:.75rem 1.5rem;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}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}
/*# sourceMappingURL=main.f79dd34f.css.map*/