@font-face{font-family:MyFont;src:url(/fonts/SFPRODISPLAYBOLD.OTF) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/SFPRODISPLAYMEDIUM.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:MyFont;src:url(/fonts/SFPRODISPLAYMEDIUM.OTF) format("opentype");font-weight:500;font-style:normal}html{font-family:MyFont;overflow-x:hidden}.blur{filter:blur(12px)}.gradient-text{background:linear-gradient(to right,#68eddb,#f55cb2 50%,#f55cb2 50%,#68eddb);-webkit-background-clip:text;background-size:200%;-webkit-text-fill-color:transparent;background-clip:text;animation:animate-gradient 2.5s linear infinite}@keyframes animate-gradient{to{background-position:200%}}.gradient-bg{background:linear-gradient(to bottom right,#ff5656,#db44dd,#2e39ff)}.hero-section{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.bg-gradient-hero{background:linear-gradient(135deg,#667eea,#764ba2,#667eea);animation:gradient-shift 8s ease-in-out infinite}@keyframes gradient-shift{0%,to{background:linear-gradient(135deg,#667eea,#764ba2,#667eea)}50%{background:linear-gradient(135deg,#764ba2,#667eea,#764ba2)}}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 0}.hero-main{flex:1;display:flex;align-items:center;width:100%}.blob{position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.blob-1{width:300px;height:300px;background:linear-gradient(135deg,#ff6b6b,#feca57);top:10%;left:10%;animation-delay:0s}.blob-2{width:200px;height:200px;background:linear-gradient(135deg,#48cae4,#023e8a);top:50%;right:15%;animation-delay:2s}.blob-3{width:150px;height:150px;background:linear-gradient(135deg,#f72585,#b5179e);bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.container-custom,.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-padding{padding:2rem 0}.grid-1{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 1024px){.lg-grid-2{grid-template-columns:1fr 1fr}}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}@media (min-width: 768px){.hero-title{font-size:3.5rem}}@media (min-width: 1024px){.hero-title{font-size:4rem}}.subtitle{font-size:1.125rem;line-height:1.6;margin-bottom:2rem}@media (min-width: 768px){.subtitle{font-size:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 20px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #667eea66}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.card-glass{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;box-shadow:0 8px 32px #0000001a}.dashboard-preview{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;padding:1.5rem;color:#1a202c}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.dashboard-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.stat-card.blue{border-left:4px solid #3b82f6}.stat-card.purple{border-left:4px solid #8b5cf6}.chart-container{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.chart-bars{display:flex;align-items:end;justify-content:space-between;height:60px;gap:.25rem}.chart-bar{background:linear-gradient(to top,#3b82f6,#8b5cf6);width:100%;border-radius:.25rem .25rem 0 0;animation:chart-grow 2s ease-out}@keyframes chart-grow{0%{height:0}to{height:100%}}.float-animation{animation:float-gentle 3s ease-in-out infinite}.float-animation-delayed{animation:float-gentle 3s ease-in-out infinite;animation-delay:1.5s}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}@media (max-width: 768px){.container-custom{padding:0 1rem}.hero-section{min-height:90vh}.hero-content{padding:1rem 0}.btn{padding:.875rem 1.5rem;font-size:.875rem}}html{scroll-behavior:smooth}
