.about-page{background:radial-gradient(circle at top,#1e1b4b 0,#0f172a 100%);color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:calc(100vh - 140px);padding:3rem 1.5rem}.about-container{display:flex;flex-direction:column;gap:3.5rem;margin:0 auto;max-width:1000px}.about-hero{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b73;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 40px #0000004d;overflow:hidden;padding:3rem 1.5rem;position:relative;text-align:center}.about-hero:before{background:radial-gradient(circle,#6366f126 0,#0000 60%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.about-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#a78bfa 50%,#f472b6);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;white-space:pre-line}.about-hero-subtitle{color:#94a3b8;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.about-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.about-stat-card{background:#0f172a99;border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 4px 20px #00000026;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.about-stat-card:hover{border-color:#6366f166;box-shadow:0 10px 30px #6366f126;transform:translateY(-5px)}.about-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text;color:#60a5fa;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.about-stat-label{color:#94a3b8;font-size:1rem;font-weight:500}.about-intro-section{background:#1e293b4d;border-left:4px solid #6366f1;border-radius:0 16px 16px 0;padding:2rem}.about-intro-greeting{color:#bfdbfe;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.about-intro-text{color:#cbd5e1;font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.about-intro-text:last-child{margin-bottom:0}.about-section{display:flex;flex-direction:column;gap:1.5rem}.about-section-title{color:#f8fafc;font-size:1.75rem;font-weight:700;padding-bottom:.75rem;position:relative}.about-section-title:after{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.about-section-desc{color:#94a3b8;font-size:1.1rem;line-height:1.6}.about-vision-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:.5rem}.about-vision-card{background:#1e293b73;border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s ease}.about-vision-card:hover{background:#1e293b99;border-color:#a855f74d;transform:translateY(-2px)}.about-vision-header{align-items:center;display:flex;gap:.75rem}.about-vision-icon{align-items:center;background:#6366f126;border-radius:10px;color:#818cf8;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.about-vision-card:nth-child(2) .about-vision-icon{background:#a855f726;color:#c084fc}.about-vision-h3{color:#e2e8f0;font-size:1.25rem;font-weight:700;margin:0}.about-vision-desc{color:#cbd5e1;font-size:1rem;line-height:1.7;margin:0}.about-timeline{margin-top:1rem;padding-left:2rem;position:relative}.about-timeline:before{background:#ffffff14;content:"";height:100%;left:7px;position:absolute;top:0;width:2px}.about-timeline-item{padding-bottom:2rem;position:relative}.about-timeline-item:last-child{padding-bottom:0}.about-timeline-dot{background:#0f172a;border:3px solid #6366f1;border-radius:50%;height:16px;left:-2rem;position:absolute;top:6px;transition:all .3s ease;width:16px;z-index:2}.about-timeline-item:hover .about-timeline-dot{background:#6366f1;box-shadow:0 0 12px #6366f1;transform:scale(1.2)}.about-timeline-content{align-items:center;background:#1e293b40;border:1px solid #ffffff08;border-radius:12px;display:flex;gap:1.5rem;padding:1rem 1.5rem;transition:all .3s ease}.about-timeline-item:hover .about-timeline-content{background:#1e293b73;border-color:#ffffff14;transform:translateX(4px)}.about-timeline-date{color:#818cf8;font-family:monospace;font-size:1rem;font-weight:700;white-space:nowrap}.about-timeline-text{color:#cbd5e1;font-size:1rem;line-height:1.5}.about-timeline-text a{color:#60a5fa;font-weight:500;text-decoration:none;transition:color .2s ease}.about-timeline-text a:hover{color:#93c5fd;text-decoration:underline}.about-contributors-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:.5rem}.about-contributor-card{background:#1e293b59;border:1px solid #ffffff0d;border-radius:16px;padding:1.75rem;transition:all .3s ease}.about-contributor-card:hover{background:#1e293b80;border-color:#6366f140;transform:translateY(-2px)}.about-contributor-header{margin-bottom:1.25rem}.about-contributor-h3{color:#e2e8f0;font-size:1.2rem;font-weight:700;margin:0 0 .25rem}.about-contributor-subtitle{color:#818cf8;font-size:.9rem;font-weight:500}.about-contributor-card:nth-child(2) .about-contributor-subtitle{color:#c084fc}.about-contributor-names{color:#cbd5e1;font-size:1.05rem;font-weight:500;line-height:1.6;margin:0}@media (max-width:768px){.about-hero-title{font-size:2rem}.about-stats-grid{gap:1rem}.about-stats-grid,.about-vision-grid{grid-template-columns:1fr}.about-timeline-content{align-items:flex-start;flex-direction:column;gap:.5rem}.about-contributors-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=5871.96a2ad2b.chunk.css.map*/