*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{min-height:100vh;background:#0a0a0a;color:#fff}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(-45deg,#0a0a0a,#1a1a1a,#0f0f0f,#151515);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.header{position:fixed;top:0;left:0;right:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#4ecdc4}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background-color:#4ecdc4;transition:all .3s ease}.nav-menu a:hover:after{width:100%;left:0}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.scroll-hourglass-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none;overflow:hidden}.scroll-hourglass{position:absolute;top:50%;left:50%;width:14400px;height:100vh;transform:translate(-50%,-50%);opacity:.3;transition:none;transform-origin:center center;overflow:hidden}.scroll-hourglass img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);transition:filter .3s ease}.hero-content{max-width:800px;padding:0 2rem;z-index:10;position:relative}.hero-title{font-size:4rem;font-weight:300;line-height:1.1;margin-bottom:2rem;white-space:pre-line;opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease .5s forwards}.hero-subtitle{font-size:1.2rem;font-weight:400;color:#ccc;max-width:600px;margin:0 auto;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease 1s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.section{padding:5rem 0;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.insight-card{background:#ffffff0d;border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1)}.insight-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.insight-image{width:100%;height:200px;background:linear-gradient(45deg,#1a1a1a,#2a2a2a);display:flex;align-items:center;justify-content:center;color:#666;font-size:.9rem}.insight-content{padding:1.5rem}.insight-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.insight-date{color:#4ecdc4;font-size:.9rem;margin-bottom:1rem}.insight-excerpt{color:#ccc;line-height:1.6;margin-bottom:1rem}.read-more{color:#4ecdc4;text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:#ff6b35}.company-description{background:#ffffff08;padding:3rem;border-radius:15px;margin:3rem 0;border:1px solid rgba(255,255,255,.1)}.company-description p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem}.funds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.fund-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.fund-card:hover{transform:translateY(-5px)}.fund-name{font-size:1.4rem;font-weight:600;margin-bottom:1rem}.fund-description{color:#ccc;margin-bottom:1rem}.fund-details{color:#999;font-size:.9rem;line-height:1.6}.coming-soon{opacity:.7}.coming-soon .fund-name:after{content:" (Coming Soon)";color:#4ecdc4;font-size:.8rem;font-weight:400}.trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.trend-card{background:#ffffff08;padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1)}.trend-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#4ecdc4}.trend-description{color:#ccc;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.team-card{background:#ffffff0d;padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(255,255,255,.1)}.team-image{width:150px;height:150px;border-radius:50%;background:linear-gradient(45deg,#1a1a1a,#2a2a2a);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:#666}.team-name{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.team-position{color:#4ecdc4;margin-bottom:1rem}.team-bio{color:#ccc;line-height:1.6}.footer{background:#000c;border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 1rem;margin-top:5rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;color:#4ecdc4}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#666}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.login-form{background:#ffffff0d;padding:3rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);min-width:400px;text-align:center}.login-form h2{margin-bottom:2rem;color:#4ecdc4}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;color:#ccc}.form-group input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:#ffffff1a;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#4ecdc4}.btn{background:#4ecdc4;color:#000;padding:.75rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn:hover{background:#ff6b35;transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#4ecdc433;border-color:#4ecdc4;color:#4ecdc4}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn:disabled{background:#666;color:#999;cursor:not-allowed;opacity:.6}.btn:disabled:hover{background:#666;transform:none}.form-group input:disabled{background:#ffffff0d;color:#666;cursor:not-allowed;border-color:#ffffff1a}.error-message{color:#dc3545;margin-top:1rem;font-size:.9rem}.admin-dashboard{display:flex;min-height:100vh}.admin-sidebar{width:250px;background:#000c;border-right:1px solid rgba(255,255,255,.1);padding:2rem 0}.admin-content{flex:1;padding:2rem}.sidebar-nav{list-style:none}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{display:block;padding:.75rem 2rem;color:#ccc;text-decoration:none;transition:all .3s ease}.sidebar-nav a:hover,.sidebar-nav a.active{background:#4ecdc41a;color:#4ecdc4}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#ffffff0d;padding:1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.stat-number{font-size:2rem;font-weight:700;color:#4ecdc4}.stat-label{color:#ccc;margin-top:.5rem}.form-section{background:#ffffff0d;padding:2rem;border-radius:10px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.form-section h3{margin-bottom:1.5rem;color:#4ecdc4}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:#ffffff1a;color:#fff;font-size:1rem;min-height:100px;resize:vertical;font-family:inherit}.form-group textarea:focus{outline:none;border-color:#4ecdc4}.admin-table{width:100%;border-collapse:collapse;background:#ffffff0d;border-radius:10px;overflow:hidden}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table th{background:#ffffff1a;color:#4ecdc4;font-weight:600}.admin-table td{color:#ccc}.table-actions{display:flex;gap:.5rem}.btn-small{padding:.4rem .8rem;font-size:.8rem}@media (max-width: 768px){.header-content{padding:0 1rem}.nav-menu{gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.container{padding:0 1rem}.section{padding:3rem 0}.insights-grid,.funds-grid,.trends-grid,.team-grid{grid-template-columns:1fr}.scroll-hourglass{width:10800px;height:100vh;opacity:.25}.admin-dashboard{flex-direction:column}.admin-sidebar{width:100%}.sidebar-nav{display:flex;overflow-x:auto}.sidebar-nav li{margin-bottom:0;margin-right:.5rem}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:all .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:all .6s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}
