.particle-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-stats{display:flex;gap:3rem;margin-bottom:3rem}.stat-item{text-align:center;cursor:pointer}.stat-number{font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.hero-stats{flex-direction:column;gap:2rem}.stat-number{font-size:2.5rem}}.floating-cards-container{position:relative;height:600px}.floating-card{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.floating-card:hover{background:#ffffff26;box-shadow:0 8px 32px #007aff4d}.card-icon{font-size:2.5rem;color:var(--primary);margin-bottom:.5rem}.card-text{color:#fff;font-size:.95rem;font-weight:500;text-align:center}.profile-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0000004d;text-align:center;min-width:300px;border:1px solid rgba(255,255,255,.3)}.profile-image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid var(--primary);box-shadow:0 8px 24px #007aff4d}.profile-image-wrapper img{width:100%;height:100%;object-fit:cover}.profile-info h3{font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.profile-info p{color:var(--gray);font-size:.95rem;margin-bottom:1.5rem}.profile-contact{display:flex;justify-content:center;gap:1rem}.profile-contact a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--gray-light);border-radius:50%;color:var(--primary);text-decoration:none;transition:all .3s ease}.profile-contact a:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #007aff66}@media (max-width: 968px){.floating-cards-container{height:400px}.floating-card{display:none}.profile-card{position:relative;transform:none;margin:0 auto}}.home-page{min-height:100vh;position:relative;overflow-x:hidden}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 2rem 4rem;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#2d1b4e)}.hero-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:10}.hero-content{color:#fff!important;opacity:1!important;visibility:visible!important;position:relative;z-index:100}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.2);font-size:.9rem;font-weight:500;margin-bottom:2rem;cursor:pointer}.hero-badge i{color:var(--primary)}.hero-title{font-size:5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-3px}.title-line{display:block}.title-line.highlight{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.3rem;line-height:1.7;color:var(--text-light);margin-bottom:3rem;max-width:600px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px #007aff66}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 8px 30px #007aff80}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3}.quick-links-section{padding:6rem 2rem;background:#fff;color:var(--dark);position:relative}.container{max-width:1400px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:900;margin-bottom:3rem;color:#1e293b;letter-spacing:-1px}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.quick-link-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000a;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.quick-link-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));transform:scaleX(0);transition:transform .3s ease}.quick-link-card:hover:before{transform:scaleX(1)}.quick-link-card:hover{box-shadow:0 12px 40px #0000001f}.quick-link-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.3rem}.quick-link-card h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.quick-link-card p{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.95rem;flex-grow:1}.quick-link-arrow{color:#3b82f6;font-size:1.1rem;transition:transform .3s ease;margin-top:auto}.quick-link-card:hover .quick-link-arrow{transform:translate(5px)}.highlights-section{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.highlight-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.highlight-card:hover{box-shadow:0 12px 40px #0000001f}.highlight-number{font-size:5rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1.5rem;opacity:.2}.highlight-card h3{font-size:1.8rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.highlight-card p{color:var(--gray);line-height:1.7;font-size:1.05rem}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}}.page{min-height:100vh;padding:120px 2rem 4rem;background:var(--dark);color:var(--text-white);position:relative;z-index:1}.page .container{max-width:1200px;margin:0 auto}.page h1{font-size:3rem;font-weight:900;margin-bottom:2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.page p{font-size:1.2rem;line-height:1.8;color:var(--text-light)}.about-content{margin-top:2rem;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}}.about-text{width:100%;margin:0;order:1}.about-text p{margin-bottom:1.5rem;font-size:1.1rem}.about-text strong{color:var(--text-white);font-weight:600}.accessibility-list{list-style:none;padding-left:0;margin:2rem 0}.accessibility-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--text-light);line-height:1.7}.accessibility-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.2rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{background:#ffffff14;border-color:#007aff4d}.stat-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.95rem;font-weight:500}.about-image{display:flex;justify-content:flex-start;align-items:flex-start;order:2;position:sticky;top:140px}.about-image .profile-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0000004d;text-align:center;width:100%;max-width:350px;border:1px solid rgba(255,255,255,.3);margin:0}.about-image .profile-card h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin:1rem 0 .5rem}.about-image .profile-card p{color:var(--gray);font-size:1rem;margin-bottom:.5rem}.profile-avatar{width:200px;height:200px;margin:0 auto;border-radius:50%;overflow:hidden;border:4px solid var(--primary);box-shadow:0 8px 24px #007aff4d;background:#fff}.profile-img{width:100%;height:100%;object-fit:cover;display:block}.stat{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.stat:hover{background:#ffffff14;border-color:#007aff4d}.stat h3{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat p{color:var(--text-light);font-size:.95rem;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;cursor:pointer}.project-card:hover{background:#ffffff14;border-color:#007aff4d;box-shadow:0 8px 32px #007aff33}.project-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;color:#fff}.project-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-white)}.project-card p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#007aff33;color:var(--primary);padding:.4rem .8rem;border-radius:8px;font-size:.85rem;font-weight:500;border:1px solid rgba(0,122,255,.3)}.project-stats{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.project-links{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .3s ease}.btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #007aff66}.btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--text-white)}.btn-secondary:hover{background:#fff3;border-color:#ffffff4d}.projects-grid-simple{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto}.project-card-simple{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;width:100%}.project-card-simple:hover{background:#ffffff14;border-color:#007aff4d;box-shadow:0 8px 32px #007aff33}.project-card-simple img{width:100%;max-width:100%;height:auto;border-radius:12px;margin-bottom:1.5rem;object-fit:cover}.project-card-simple .project-thumb{width:100%;max-height:400px;object-fit:cover;border-radius:12px}.project-card-simple h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-white)}.project-card-simple p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.project-card-simple h4{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-white)}.project-card-simple ul{color:var(--text-light);line-height:1.8}.project-card-simple iframe{width:100%;border-radius:8px;margin-top:.5rem}.project-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:16px;margin-bottom:1.5rem;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-image i{font-size:3rem;color:#fff}.project-screenshot-thumb{width:100%;height:100%;object-fit:cover;border-radius:16px}.project-content{width:100%}.project-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-white)}.project-content p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.project-content .project-tags span{background:#007aff33;color:var(--primary);padding:.4rem .8rem;border-radius:8px;font-size:.85rem;font-weight:500;border:1px solid rgba(0,122,255,.3);display:inline-block;margin-right:.5rem;margin-bottom:.5rem}.project-content .project-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;margin-bottom:1rem}.project-content .project-stats span{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-weight:600;font-size:.9rem}.project-content .project-stats i{font-size:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.skill-category{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.skill-category:hover{background:#ffffff14;border-color:#007aff4d}.skill-category h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary)}.skill-items{display:flex;flex-direction:column;gap:1.5rem}.skill-item{width:100%}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-name{font-weight:500;color:var(--text-white)}.skill-percentage{font-weight:600;color:var(--primary)}.skill-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:4px}.experience-page{padding-bottom:4rem}.experience-plant{display:flex;flex-direction:column;align-items:center;margin:3rem 0;position:relative}.exp-root{display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:2rem}.exp-root:not(:last-child):after{content:"";display:block;position:absolute;top:56px;left:50%;transform:translate(-50%);width:4px;height:60px;background:#8b5c2a;z-index:0}.exp-root.active:not(:last-child):after{display:none}.exp-node{background:linear-gradient(90deg,#4ade80,#22c55e);color:#1a3a2b;font-size:1.1rem;font-weight:700;border-radius:50px;box-shadow:0 4px 16px #0003;padding:12px 24px;cursor:pointer;min-width:240px;max-width:400px;text-align:center;position:relative;z-index:1;transition:all .2s ease;border:2px solid #166534;border:none}.exp-node:hover{background:linear-gradient(90deg,#22c55e,#4ade80);transform:translateY(-2px);box-shadow:0 8px 32px #22c55e4d}.exp-node.active{background:#166534;color:#fff;box-shadow:0 8px 32px #22c55e66;cursor:default}.exp-details-root{margin-top:1.5rem;font-size:1rem;color:var(--text-white);text-align:left;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:2rem;min-width:320px;max-width:700px;width:90vw;margin-left:auto;margin-right:auto}.exp-details-root h3{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem}.exp-company{color:var(--primary);font-weight:600;font-size:1.1rem;margin-bottom:.3rem}.exp-period{color:var(--text-light);font-size:.95rem;margin-bottom:.3rem}.exp-location{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.exp-details-list{list-style:none;padding-left:0}.exp-details-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light);line-height:1.6}.exp-details-list li:before{content:"▸";position:absolute;left:0;color:var(--primary);font-weight:700}@media (max-width: 768px){.exp-details-root{padding:1.5rem;min-width:0;max-width:98vw;width:98vw}}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:900px;margin:3rem auto 0}.education-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.education-card:hover{background:#ffffff14;border-color:#007aff4d}.education-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.education-content h3{font-size:1.3rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem}.education-content h4{font-size:1.1rem;color:var(--primary);margin-bottom:.5rem;font-weight:600}.institution{color:var(--text-light);font-weight:500;margin-bottom:.3rem}.period{color:var(--text-light);font-size:.9rem;margin-bottom:.3rem}.gpa{color:var(--primary);font-weight:600;font-size:.95rem}@media (max-width: 768px){.education-grid{grid-template-columns:1fr}.education-card{flex-direction:column;text-align:center}}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.achievement-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.achievement-card:hover{background:#ffffff14;border-color:#ffd7004d}.achievement-icon{width:50px;height:50px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--dark);flex-shrink:0}.achievement-content h3{font-size:1.2rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem}.achievement-content .year{color:var(--primary);font-weight:600;font-size:.9rem;margin-bottom:.8rem}.achievement-content p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.achievements-grid{grid-template-columns:1fr}.achievement-card{flex-direction:column;text-align:center}}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;justify-items:center}.certificate-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer}.certificate-card:hover{background:#ffffff14;border-color:#007aff4d}.certificate-thumb{width:100%;max-width:220px;height:140px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0003;margin-bottom:1rem}.certificate-title{font-weight:600;color:var(--primary);font-size:1rem}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 20px 60px #00000080;object-fit:contain}.modal-close{position:absolute;top:30px;right:50px;color:#fff;font-size:3rem;font-weight:700;cursor:pointer;background:none;border:none;z-index:2100;transition:color .2s}.modal-close:hover{color:var(--primary)}@media (max-width: 768px){.certificates-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-close{top:20px;right:20px;font-size:2rem}}.licenses-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.license-item{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease}.license-item:hover{background:#ffffff14;border-color:#007aff4d}.license-icon{font-size:2.5rem;color:var(--primary);flex-shrink:0}.license-content h3{font-size:1.1rem;font-weight:600;color:var(--text-white);margin-bottom:.5rem}.issuer{color:var(--text-light);font-size:.95rem;margin-bottom:.3rem}.issued{color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.skills{color:var(--primary);font-size:.95rem;margin-bottom:1rem}.license-link{color:#fff;background:var(--primary);padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;display:inline-block}.license-link:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #007aff66}@media (max-width: 768px){.licenses-list{grid-template-columns:1fr}.license-item{flex-direction:column}}.contact-content{max-width:800px;margin:3rem auto 0}.contact-intro{font-size:1.2rem;line-height:1.8;color:var(--text-light);margin-bottom:3rem;text-align:center}.contact-details{margin-bottom:3rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.1rem}.contact-item i{color:var(--primary);font-size:1.5rem;width:30px}.contact-item a{color:var(--text-white);text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--primary)}.contact-item span{color:var(--text-light)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem}.social-link{width:60px;height:60px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-white);font-size:1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 24px #007aff66}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:#0a0e27cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar.scrolled{background:#0a0e27f2;box-shadow:0 4px 20px #0000004d}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:900;color:var(--primary);text-decoration:none;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--text-light);text-decoration:none;font-weight:500;font-size:.95rem;position:relative;padding:.5rem 0;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-white)}.nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--text-white);border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;flex-direction:column;gap:1rem;padding:2rem;background:#0a0e27fa;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu a{color:var(--text-light);text-decoration:none;font-weight:500;padding:.75rem;border-radius:8px;transition:all .3s ease}.mobile-menu a:hover,.mobile-menu a.active{color:var(--text-white);background:#ffffff1a}@media (max-width: 968px){.nav-menu{display:none}.mobile-menu-toggle,.mobile-menu{display:flex}}.app{min-height:100vh;background:var(--dark)!important;color:var(--text-white)!important;position:relative}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s ease}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #007AFF;--primary-dark: #0051D5;--secondary: #AF52DE;--accent: #34C759;--dark: #0a0e27;--dark-light: #1a1f3a;--dark-lighter: #2d1b4e;--text-light: rgba(255, 255, 255, .8);--text-white: #ffffff;--gray: #8E8E93;--gray-light: #F2F2F7}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--dark)!important;color:var(--text-white)!important;overflow-x:hidden;line-height:1.6;margin:0;padding:0}#root{min-height:100vh;background:var(--dark)}
