@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f0f2f5}#root{width:100%;margin:0 auto;padding:0;text-align:left}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f0f2f5;transition:background-color .3s ease,color .3s ease}body[data-theme=dark]{color:#e0e0e0;background-color:#0f1419}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#1877f2,#1566c0);color:#fff}body[data-theme=dark] .loading-screen{background:linear-gradient(135deg,#00ffc8,#00d9a3)}.loader{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-bottom:20px}body[data-theme=dark] .loader{border-color:#00ffc84d;border-top-color:#00ffc8}.modern-navbar{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:90%;max-width:1200px;padding:.8rem 1rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:9999px;z-index:999;transition:all .3s ease;box-shadow:0 8px 30px #1877f233}body[data-theme=dark] .modern-navbar{background:#1a2332d9;border-color:#00ffc833;box-shadow:0 8px 30px #00ffc81a}.modern-navbar.scrolled{background:#fffc;box-shadow:0 8px 25px #0000000d;transform:translate(-50%) scale(.98)}body[data-theme=dark] .modern-navbar.scrolled{background:#1a2332f2;box-shadow:0 8px 25px #00ffc826}.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-weight:700;font-size:1.4rem;letter-spacing:.5px;color:#1e293b}body[data-theme=dark] .nav-logo{color:#fff}.nav-highlight{color:#1877f2}body[data-theme=dark] .nav-highlight{color:#00ffc8}.nav-links{display:flex;gap:2rem}.nav-item{font-weight:500;color:#1e293b;cursor:pointer;text-decoration:none;position:relative;transition:color .3s ease}body[data-theme=dark] .nav-item{color:#b0b0b0}.nav-item:after{content:"";position:absolute;width:0%;height:2px;bottom:-6px;left:0;background:#1877f2;transition:width .3s ease;border-radius:9999px}body[data-theme=dark] .nav-item:after{background:#00ffc8}.nav-item:hover{color:#1877f2}body[data-theme=dark] .nav-item:hover{color:#00ffc8}.nav-item:hover:after{width:100%}.theme-toggle{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .3s ease}.theme-toggle:hover{background:#0000001a}body[data-theme=dark] .theme-toggle:hover{background:#00ffc81a}.theme-icon{font-size:1.2rem;color:#1e293b}body[data-theme=dark] .theme-icon{color:#00ffc8}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;transition:all .3s ease}.hamburger span{width:25px;height:3px;background:#1e293b;border-radius:2px;transition:all .3s ease}body[data-theme=dark] .hamburger span{background:#b0b0b0}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.nav-links{position:fixed;top:75px;left:50%;transform:translate(-50%) translateY(-20px);width:90%;background:#fffffff2;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;border-radius:20px;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,opacity .3s ease;opacity:0;pointer-events:none}body[data-theme=dark] .nav-links{background:#1a2332f2;box-shadow:0 10px 25px #00ffc81a}.nav-links.active{transform:translate(-50%) translateY(10px);opacity:1;pointer-events:auto}.hamburger{display:flex}}.modern-hero{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b;padding:6rem 1rem 2rem}body[data-theme=dark] .modern-hero{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.modern-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;width:100%}.modern-hero-text h1{font-size:3.2rem;font-weight:700;margin-bottom:.5rem}.accent{color:#1877f2}body[data-theme=dark] .accent{color:#00ffc8}.dynamic-text{font-size:1.6rem;font-weight:600;color:#1877f2;margin-bottom:1.5rem;transition:opacity .5s ease}body[data-theme=dark] .dynamic-text{color:#00ffc8}.modern-hero-text p{color:#475569;line-height:1.8;margin-bottom:2rem}body[data-theme=dark] .modern-hero-text p{color:#a0a0a0}.hero-actions{display:flex;gap:1rem}.btn-modern{padding:12px 28px;border-radius:50px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}.btn-modern.primary{background:#1877f2;color:#fff}body[data-theme=dark] .btn-modern.primary{background:#00ffc8;color:#0f1419}.btn-modern.primary:hover{background:#1566c0;transform:translateY(-2px)}body[data-theme=dark] .btn-modern.primary:hover{background:#00d9a3}.btn-modern.outline{background:transparent;border:2px solid #1877F2;color:#1877f2}body[data-theme=dark] .btn-modern.outline{border-color:#00ffc8;color:#00ffc8}.btn-modern.outline:hover{background:#1877f2;color:#fff;transform:translateY(-2px)}body[data-theme=dark] .btn-modern.outline:hover{background:#00ffc8;color:#0f1419}.modern-hero-avatar{display:flex;justify-content:center}.avatar-glass{width:280px;height:280px;border-radius:50%;background:#ffffff4d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;font-size:5rem;font-weight:700;color:#1877f2;border:2px solid rgba(24,119,242,.3);box-shadow:0 8px 30px #1877f233}body[data-theme=dark] .avatar-glass{background:#00ffc833;color:#00ffc8;border-color:#00ffc84d;box-shadow:0 8px 30px #00ffc826}@media (max-width: 768px){.modern-hero-container{grid-template-columns:1fr;text-align:center}.modern-hero-avatar{order:-1}.modern-hero-text h1{font-size:2.2rem}}.about-section{padding:6rem 1rem;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b;overflow:hidden;position:relative;min-height:100vh;display:flex;align-items:center;scroll-margin-top:80px}body[data-theme=dark] .about-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(24,119,242,.1),transparent);pointer-events:none}body[data-theme=dark] .about-section:before{background:radial-gradient(circle at 50% 50%,rgba(0,255,200,.05),transparent)}.section-header{text-align:center;margin-bottom:2rem}.section-divider{width:80px;height:4px;margin:.6rem auto .8rem;background:linear-gradient(90deg,#1877f2,#1566c0);border-radius:4px}.section-subtitle{color:#475569;max-width:550px;margin:0 auto;font-size:.95rem;line-height:1.5}body[data-theme=dark] .section-subtitle{color:#a0a0a0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.about-left{display:flex;flex-direction:column;gap:1rem}.profile-card{background:linear-gradient(145deg,#fffffff2,#f0f0ff99);border-radius:16px;box-shadow:0 8px 20px #1877f226;text-align:center;padding:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(24,119,242,.15);transition:all .4s ease;flex:0 0 auto}body[data-theme=dark] .profile-card{background:linear-gradient(145deg,#1a2332f2,#0a0e1399);box-shadow:0 8px 20px #00ffc81a;border-color:#00ffc826}.profile-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #1877f233}body[data-theme=dark] .profile-card:hover{box-shadow:0 12px 30px #00ffc826}.avatar-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1877f2,#1566c0);color:#fff;font-weight:700;font-size:1.6rem;display:flex;align-items:center;justify-content:center;margin:0 auto .6rem;box-shadow:0 0 12px #1877f24d}body[data-theme=dark] .avatar-circle{background:linear-gradient(135deg,#00ffc8,#00d9a3);box-shadow:0 0 12px #00ffc833}.status{color:#16a34a;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.3rem}body[data-theme=dark] .status{color:#00ffc8}.status-dot{width:8px;height:8px;background:#16a34a;border-radius:50%;box-shadow:0 0 8px #16a34a80}body[data-theme=dark] .status-dot{background:#00ffc8;box-shadow:0 0 8px #00ffc84d}.profile-stats{display:flex;justify-content:space-around;margin-top:1rem;gap:.5rem}.stat h4{font-size:1.2rem;font-weight:800;color:#1e1b4b}body[data-theme=dark] .stat h4{color:#fff}.stat p{color:#64748b;font-size:.8rem}body[data-theme=dark] .stat p{color:#a0a0a0}.info-card{background:#ffffffd9;border-radius:12px;padding:1rem;border:1px solid rgba(24,119,242,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 15px #1877f21a;transition:all .4s ease;flex:1 1 auto;display:flex;flex-direction:column}body[data-theme=dark] .info-card{background:#1a2332d9;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.info-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #1877f233;border-color:#1877f266}body[data-theme=dark] .info-card:hover{box-shadow:0 10px 25px #00ffc826;border-color:#00ffc84d}.info-icon{font-size:1.8rem;margin-bottom:.3rem}body[data-theme=dark] .info-icon{color:#00ffc8}.info-card h3{color:#1e1b4b;margin-bottom:.3rem;font-size:1rem}body[data-theme=dark] .info-card h3{color:#fff}.info-card p{color:#475569;line-height:1.5;font-size:.9rem;flex-grow:1}body[data-theme=dark] .info-card p{color:#a0a0a0}.about-right{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.feature-card{background:#ffffffd9;border-radius:12px;padding:1rem;border:1px solid rgba(24,119,242,.15);transition:all .4s ease;box-shadow:0 4px 15px #1877f21a;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;text-align:center}body[data-theme=dark] .feature-card{background:#1a2332d9;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #1877f22e;border-color:#1877f2}body[data-theme=dark] .feature-card:hover{box-shadow:0 10px 25px #00ffc826;border-color:#00ffc8}.feature-icon{font-size:2rem;margin-bottom:.3rem}body[data-theme=dark] .feature-icon{color:#00ffc8}.feature-card h4{margin-bottom:.2rem;font-weight:700;font-size:.95rem}body[data-theme=dark] .feature-card h4{color:#fff}.feature-card p{font-size:.85rem;flex-grow:1}body[data-theme=dark] .feature-card p{color:#a0a0a0}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-slide-right{animation:slideRight .8s ease-out forwards}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-zoom-in{animation:zoomIn .8s ease-out forwards}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-pulse{animation:pulse 1.5s infinite ease-in-out}@keyframes pulseGlow{0%{box-shadow:0 0 12px #1877f24d}50%{box-shadow:0 0 20px #1877f280}to{box-shadow:0 0 12px #1877f24d}}body[data-theme=dark] .animate-pulse-glow{animation:pulseGlow 2s infinite ease-in-out;box-shadow:0 0 12px #00ffc833}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-bounce{animation:bounce 1s infinite ease-in-out}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}.about-right{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.feature-card{flex:1 1 45%}}.experience-section{padding:6rem 1rem;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b}body[data-theme=dark] .experience-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.experience-layout{display:grid;grid-template-columns:1fr 2fr;gap:2rem;max-width:1100px;margin:3rem auto 0}.experience-sidebar{border-left:2px solid rgba(24,119,242,.25);padding-left:1rem;display:flex;flex-direction:column;gap:.4rem}body[data-theme=dark] .experience-sidebar{border-left-color:#00ffc833}.company-button{text-align:left;font-family:Fira Code,monospace;font-size:.95rem;color:#64748b;background:none;border:none;padding:.6rem .8rem .6rem 1rem;cursor:pointer;border-left:2px solid transparent;transition:all .25s ease}body[data-theme=dark] .company-button{color:#a0a0a0}.company-button:hover{color:#1877f2;transform:translate(5px)}body[data-theme=dark] .company-button:hover{color:#00ffc8}.company-button.active{color:#1877f2;font-weight:600;border-left:3px solid #1877F2;background:#1877f214}body[data-theme=dark] .company-button.active{color:#00ffc8;border-left-color:#00ffc8;background:#00ffc80d}.experience-details{position:relative;min-height:280px}.experience-card{background:#ffffffd9;border-radius:18px;border:1px solid rgba(24,119,242,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem 2.2rem;box-shadow:0 10px 25px #1877f21a;transition:all .3s ease}body[data-theme=dark] .experience-card{background:#1a2332d9;border-color:#00ffc826;box-shadow:0 10px 25px #00ffc81a}.experience-card:hover{box-shadow:0 15px 35px #1877f226}body[data-theme=dark] .experience-card:hover{box-shadow:0 15px 35px #00ffc826}.experience-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#1e1b4b}body[data-theme=dark] .experience-title{color:#fff}.experience-title .highlight{color:#1877f2;font-weight:700}body[data-theme=dark] .experience-title .highlight{color:#00ffc8}.experience-dates{font-size:.9rem;color:#64748b;margin-bottom:.3rem;font-family:Fira Code,monospace}body[data-theme=dark] .experience-dates{color:#a0a0a0}.experience-location{font-size:.95rem;color:#475569;margin-bottom:1.2rem}body[data-theme=dark] .experience-location{color:#a0a0a0}.experience-list{list-style:none;padding:0;margin:0}.experience-list li{display:flex;align-items:flex-start;color:#334155;line-height:1.6;margin-bottom:.6rem;transition:color .3s ease}body[data-theme=dark] .experience-list li{color:#e0e0e0}.experience-list li:hover{color:#1877f2}body[data-theme=dark] .experience-list li:hover{color:#00ffc8}.experience-list .arrow{color:#1877f2;margin-right:.6rem;font-size:1rem;flex-shrink:0}body[data-theme=dark] .experience-list .arrow{color:#00ffc8}.experience-sidebar{position:relative;border-left:none;padding-left:2.2rem;display:flex;flex-direction:column;gap:1.5rem}.timeline-line{position:absolute;left:9px;top:0;bottom:0;width:2px;background:#1877f240;transform-origin:top}body[data-theme=dark] .timeline-line{background:#00ffc833}.experience-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-left:1.5rem}.experience-date-top{display:inline-block;background:#f1f5f9;color:#64748b;border:1px solid rgba(24,119,242,.2);font-family:Fira Code,monospace;font-size:.8rem;border-radius:6px;padding:.3rem .6rem;margin-bottom:.4rem;transition:all .3s ease}body[data-theme=dark] .experience-date-top{background:#1a2332;color:#a0a0a0;border-color:#00ffc826}.experience-date-top.highlight{background:#1877f2;color:#fff;border-color:#1877f2;font-weight:600;box-shadow:0 2px 6px #1877f24d}body[data-theme=dark] .experience-date-top.highlight{background:#00ffc8;color:#0f1419;border-color:#00ffc8;box-shadow:0 2px 6px #00ffc833}.timeline-dot{position:absolute;left:0;top:1.3rem;width:10px;height:10px;background:#94a3b8;border-radius:50%;transition:all .25s ease}body[data-theme=dark] .timeline-dot{background:#a0a0a0}.experience-item.active .timeline-dot{background:#1877f2;box-shadow:0 0 0 6px #1877f226;transform:scale(1.2)}body[data-theme=dark] .experience-item.active .timeline-dot{background:#00ffc8;box-shadow:0 0 0 6px #00ffc81a}.experience-item:hover .timeline-dot{background:#1877f2}body[data-theme=dark] .experience-item:hover .timeline-dot{background:#00ffc8}@media (max-width: 900px){.experience-layout{grid-template-columns:1fr}.experience-sidebar{border-left:none;border-top:2px solid rgba(24,119,242,.25);padding-left:0;padding-top:1rem;flex-direction:row;flex-wrap:wrap;gap:.6rem}body[data-theme=dark] .experience-sidebar{border-top-color:#00ffc833}.company-button{font-size:.9rem;border-left:none;border-bottom:2px solid transparent;padding:.5rem 1rem}.company-button.active{border-bottom:2px solid #1877F2}body[data-theme=dark] .company-button.active{border-bottom-color:#00ffc8}.timeline-line{display:none}.experience-item{padding-left:0}.timeline-dot{display:none}}.skills-section{padding:6rem 1rem;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b;overflow:hidden;position:relative}body[data-theme=dark] .skills-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.skills-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(24,119,242,.1),transparent);pointer-events:none}body[data-theme=dark] .skills-section:before{background:radial-gradient(circle at 50% 50%,rgba(0,255,200,.05),transparent)}.section-description{color:#475569;max-width:550px;margin:0 auto;font-size:.95rem;line-height:1.5}body[data-theme=dark] .section-description{color:#a0a0a0}.skills-grid{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;margin-bottom:3rem}.skill-category-card{flex:0 0 240px;background:#fffffff2;border-radius:12px;padding:1rem;box-shadow:0 4px 15px #1877f21a;border:1px solid rgba(24,119,242,.15);transition:all .4s ease}body[data-theme=dark] .skill-category-card{background:#1a2332f2;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.skill-category-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #1877f233}body[data-theme=dark] .skill-category-card:hover{box-shadow:0 10px 25px #00ffc826}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--category-color)}.category-icon{font-size:1.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--category-color);border-radius:8px;color:#fff}body[data-theme=dark] .category-icon{background:#00ffc8}.category-title{color:#1e293b;font-size:1rem;font-weight:600;margin:0}body[data-theme=dark] .category-title{color:#fff}.skills-list{display:flex;flex-direction:column;gap:.75rem}.skill-item{background:#f3f4f6cc;border-radius:8px;padding:.75rem;transition:all .3s ease}body[data-theme=dark] .skill-item{background:#1a2332cc}.skill-item:hover{background:#fff;box-shadow:0 4px 12px #0000001a}body[data-theme=dark] .skill-item:hover{background:#1a2332;box-shadow:0 4px 12px #00ffc81a}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-info{display:flex;align-items:center;gap:.5rem}.skill-icon{font-size:1rem}body[data-theme=dark] .skill-icon{color:#00ffc8}.skill-name{color:#1e293b;font-weight:500;font-size:.85rem}body[data-theme=dark] .skill-name{color:#e0e0e0}.skill-level{font-weight:600;font-size:.75rem;padding:.2rem .5rem;border-radius:12px}.skill-bar-container{position:relative}.skill-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}body[data-theme=dark] .skill-bar{background:#606060}.skill-progress{height:100%;border-radius:3px;transition:width 1.2s ease-in-out}body[data-theme=dark] .skill-progress{background:#00ffc8}.skill-progress:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}body[data-theme=dark] .skill-progress:after{background:linear-gradient(90deg,transparent,rgba(0,255,200,.2),transparent)}.additional-skills-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(24,119,242,.2)}body[data-theme=dark] .additional-skills-section{border-top-color:#00ffc826}.additional-skills-section .section-header h3{font-size:1.5rem;font-weight:600;color:#1e1b4b}body[data-theme=dark] .additional-skills-section .section-header h3{color:#fff}.additional-skills-section .section-header p{font-size:.9rem;color:#475569}body[data-theme=dark] .additional-skills-section .section-header p{color:#a0a0a0}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.expertise-category{background:#fffffff2;border-radius:10px;padding:1rem;box-shadow:0 4px 12px #1877f21a;border:1px solid rgba(24,119,242,.15);transition:all .4s ease}body[data-theme=dark] .expertise-category{background:#1a2332f2;border-color:#00ffc826;box-shadow:0 4px 12px #00ffc81a}.expertise-category:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1877f226}body[data-theme=dark] .expertise-category:hover{box-shadow:0 8px 20px #00ffc826}.expertise-title{font-size:.95rem;font-weight:600;text-align:center;margin-bottom:.75rem}body[data-theme=dark] .expertise-title{color:#fff}.expertise-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.expertise-tag{padding:.4rem .8rem;border-radius:16px;font-size:.8rem;font-weight:500;border-width:1px;transition:all .3s ease}body[data-theme=dark] .expertise-tag{border-color:#00ffc833;color:#e0e0e0}.expertise-tag:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}body[data-theme=dark] .expertise-tag:hover{box-shadow:0 4px 10px #00ffc81a}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes progress{0%{width:0}to{width:inherit}}.animate-progress{animation:progress 1.5s ease-out forwards}@media (max-width: 900px){.skills-grid{flex-direction:column;align-items:center}.skill-category-card{flex:0 0 auto;width:100%;max-width:320px}.skills-categories{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.projects-section{padding:6rem 1rem;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b;overflow:hidden;position:relative}body[data-theme=dark] .projects-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.projects-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(24,119,242,.1),transparent);pointer-events:none}body[data-theme=dark] .projects-section:before{background:radial-gradient(circle at 50% 50%,rgba(0,255,200,.05),transparent)}.project-filters{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:2px solid #1877F2;background:transparent;color:#1877f2;border-radius:9999px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease}body[data-theme=dark] .filter-btn{border-color:#00ffc8;color:#00ffc8}.filter-btn.active,.filter-btn:hover{background:#1877f2;color:#fff;box-shadow:0 0 10px #1877f280}body[data-theme=dark] .filter-btn.active,body[data-theme=dark] .filter-btn:hover{background:#00ffc8;color:#0f1419;box-shadow:0 0 10px #00ffc84d}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}.project-card{background:linear-gradient(120deg,#f5f7fa,#e2e8f0);border-radius:12px;padding:1rem;box-shadow:0 4px 15px #1877f21a;border:1px solid rgba(24,119,242,.15);transition:all .4s ease}body[data-theme=dark] .project-card{background:linear-gradient(120deg,#1a2332,#0f1419);border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.project-card:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 10px 25px #1877f233;border-color:#e2e8f0}body[data-theme=dark] .project-card:hover{box-shadow:0 10px 25px #00ffc826;border-color:#1a2332}.project-card:hover.border-glow{box-shadow:0 0 15px #ebf0f580}body[data-theme=dark] .project-card:hover.border-glow{box-shadow:0 0 15px #00ffc84d}.project-image{height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);border-radius:8px;margin-bottom:.75rem;transition:all .3s ease}body[data-theme=dark] .project-image{background:linear-gradient(120deg,#1a2332,#0f1419)}.project-image:hover.border-glow{box-shadow:0 0 10px #ebf0f580;border-color:#e2e8f0}body[data-theme=dark] .project-image:hover.border-glow{box-shadow:0 0 10px #00ffc84d;border-color:#1a2332}.project-icon{font-size:2rem;color:#1e293b;opacity:.8}body[data-theme=dark] .project-icon{color:#e0e0e0}.project-content{display:flex;flex-direction:column;gap:.5rem}.project-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}body[data-theme=dark] .project-title{color:#fff}.project-description{color:#475569;font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body[data-theme=dark] .project-description{color:#a0a0a0}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#1877f21a;color:#1877f2;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500}body[data-theme=dark] .tech-tag{background:#00ffc81a;color:#00ffc8}.project-links{display:flex;gap:.5rem}.project-link{padding:.4rem .8rem;border:2px solid #1877F2;color:#1877f2;text-decoration:none;border-radius:9999px;font-size:.75rem;font-weight:600;transition:all .3s ease}body[data-theme=dark] .project-link{border-color:#00ffc8;color:#00ffc8}.project-link:hover{background:#1877f2;color:#fff}body[data-theme=dark] .project-link:hover{background:#00ffc8;color:#0f1419}.project-link.secondary{border-color:#d1d5db;color:#4b5563}body[data-theme=dark] .project-link.secondary{border-color:#606060;color:#a0a0a0}.project-link.secondary:hover{background:#d1d5db;color:#fff}body[data-theme=dark] .project-link.secondary:hover{background:#606060;color:#fff}.projects-cta{text-align:center;margin-top:2rem;background:#fffffff2;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #1877f21a;max-width:400px;margin-left:auto;margin-right:auto;transition:all .4s ease}body[data-theme=dark] .projects-cta{background:#1a2332f2;box-shadow:0 4px 15px #00ffc81a}.projects-cta:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1877f226}body[data-theme=dark] .projects-cta:hover{box-shadow:0 8px 20px #00ffc826}.projects-cta p{font-size:.95rem;color:#475569;margin-bottom:1rem;font-weight:600}body[data-theme=dark] .projects-cta p{color:#a0a0a0}.btn-primary{padding:.5rem 1.5rem;background:#1877f2;color:#fff;border-radius:9999px;font-weight:600;font-size:.85rem;transition:all .3s ease}body[data-theme=dark] .btn-primary{background:#00ffc8;color:#0f1419}.btn-primary:hover{background:#1566c0;box-shadow:0 0 15px #1877f280}body[data-theme=dark] .btn-primary:hover{background:#00d9a3;box-shadow:0 0 15px #00ffc84d}.contact-section{padding:6rem 1rem;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);color:#1e293b;overflow:hidden;position:relative}body[data-theme=dark] .contact-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.contact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(24,119,242,.1),transparent);pointer-events:none}body[data-theme=dark] .contact-section:before{background:radial-gradient(circle at 50% 50%,rgba(0,255,200,.05),transparent)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.contact-info-side{display:flex;flex-direction:column}.contact-card{background:#fffffff2;border-radius:12px;padding:1rem;box-shadow:0 4px 15px #1877f21a;border:1px solid rgba(24,119,242,.15);transition:all .4s ease;flex-grow:1}body[data-theme=dark] .contact-card{background:#1a2332f2;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.contact-card:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 10px 25px #1877f233}body[data-theme=dark] .contact-card:hover{box-shadow:0 10px 25px #00ffc826}.contact-card:hover.border-glow{box-shadow:0 0 15px #1877f280}body[data-theme=dark] .contact-card:hover.border-glow{box-shadow:0 0 15px #00ffc84d}.contact-card-header{margin-bottom:1rem;text-align:center}.contact-card-header h3{font-size:1rem;font-weight:600;color:#1e293b}body[data-theme=dark] .contact-card-header h3{color:#fff}.contact-card-header p{font-size:.8rem;color:#475569;line-height:1.4}body[data-theme=dark] .contact-card-header p{color:#a0a0a0}.contact-methods{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.contact-method{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;border-radius:8px;transition:all .3s ease}.contact-method:hover{background:#1877f20d;transform:translate(4px)}body[data-theme=dark] .contact-method:hover{background:#00ffc80d}.contact-icon-wrapper{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon-wrapper.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.contact-icon{font-size:1rem;color:#fff}.contact-details h4{font-size:.85rem;font-weight:600;color:#1e293b;margin-bottom:.2rem}body[data-theme=dark] .contact-details h4{color:#fff}.contact-details p{font-size:.7rem;color:#475569;margin-bottom:.2rem}body[data-theme=dark] .contact-details p{color:#a0a0a0}.whatsapp-direct-link{display:inline-block;padding:.3rem .6rem;border-radius:12px;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .3s ease}.whatsapp-direct-link:hover{transform:translateY(-2px);box-shadow:0 4px 10px #25d36633}.social-section{text-align:center}.social-section h4{font-size:.85rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}body[data-theme=dark] .social-section h4{color:#fff}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.social-card{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;border-radius:8px;text-decoration:none;color:#1e293b;border:1px solid rgba(24,119,242,.15);transition:all .3s ease}body[data-theme=dark] .social-card{color:#e0e0e0;border-color:#00ffc826}.social-card:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 6px 15px #1877f233;border-color:var(--social-color)}body[data-theme=dark] .social-card:hover{box-shadow:0 6px 15px #00ffc826}.social-card:hover.border-glow{box-shadow:0 0 10px var(--social-color)}.social-icon{font-size:1.2rem}body[data-theme=dark] .social-icon{color:#00ffc8}.social-name{font-size:.7rem;font-weight:500}body[data-theme=dark] .social-name{color:#e0e0e0}.contact-form-side{display:flex;flex-direction:column}.form-card{background:#fffffff2;border-radius:12px;padding:1rem;box-shadow:0 4px 15px #1877f21a;border:1px solid rgba(24,119,242,.15);transition:all .4s ease;flex-grow:1}body[data-theme=dark] .form-card{background:#1a2332f2;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.form-card:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 10px 25px #1877f233}body[data-theme=dark] .form-card:hover{box-shadow:0 10px 25px #00ffc826}.form-card:hover.border-glow{box-shadow:0 0 15px #1877f280}body[data-theme=dark] .form-card:hover.border-glow{box-shadow:0 0 15px #00ffc84d}.form-header{text-align:center;margin-bottom:1rem}.form-header h3{font-size:1rem;font-weight:600;color:#1e293b}body[data-theme=dark] .form-header h3{color:#fff}.form-header p{font-size:.8rem;color:#475569;line-height:1.4}body[data-theme=dark] .form-header p{color:#a0a0a0}.contact-form{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.7rem;font-weight:600;color:#1e293b;margin-bottom:.2rem}body[data-theme=dark] .form-group label{color:#e0e0e0}.form-group input,.form-group textarea{padding:.4rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.8rem;transition:all .3s ease;background:#f9fafb;color:#1e293b}body[data-theme=dark] .form-group input,body[data-theme=dark] .form-group textarea{border-color:#606060;background:#1a2332;color:#e0e0e0}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1877f2;background:#fff;box-shadow:0 0 0 3px #1877f21a}body[data-theme=dark] .form-group input:focus,body[data-theme=dark] .form-group textarea:focus{border-color:#00ffc8;background:#0f1419;box-shadow:0 0 0 3px #00ffc81a}.form-group textarea{resize:vertical;min-height:80px}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.4rem}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 15px #25d3664d}body[data-theme=dark] .animate-pulse-glow{animation:pulseGlow 2s infinite ease-in-out;box-shadow:0 0 15px #00ffc84d}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}}.github-section{position:relative;background:linear-gradient(120deg,#f5f7fa,#e2e8f0);padding:6rem 1rem;color:#1e293b;overflow:hidden;text-align:center}body[data-theme=dark] .github-section{background:linear-gradient(120deg,#1a2332,#0f1419);color:#e0e0e0}.background-glow{position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(24,119,242,.08),transparent 60%),radial-gradient(circle at 70% 80%,rgba(24,119,242,.08),transparent 60%);animation:glowMove 8s ease-in-out infinite alternate;z-index:-1}body[data-theme=dark] .background-glow{background:radial-gradient(circle at 30% 20%,rgba(0,255,200,.08),transparent 60%),radial-gradient(circle at 70% 80%,rgba(0,255,200,.08),transparent 60%)}@keyframes glowMove{0%{transform:scale(1);opacity:.5}to{transform:scale(1.05);opacity:.8}}.section-header{margin-bottom:2rem}.section-title{font-size:2rem;font-weight:800;color:#1e1b4b}body[data-theme=dark] .section-title{color:#fff}.section-divider{width:80px;height:4px;margin:.6rem auto;background:linear-gradient(90deg,#1877f2,#1566c0);border-radius:4px}body[data-theme=dark] .section-divider{background:linear-gradient(90deg,#00ffc8,#00d9a3)}.loading-container{text-align:center;margin-top:5rem;color:#475569}body[data-theme=dark] .loading-container{color:#a0a0a0}.spinner{width:36px;height:36px;border:4px solid #c7d2fe;border-top:4px solid #1877F2;border-radius:50%;margin:0 auto 10px;animation:spin 1s linear infinite}body[data-theme=dark] .spinner{border-color:#606060;border-top-color:#00ffc8}@keyframes spin{to{transform:rotate(360deg)}}.github-profile-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(24,119,242,.15);border-radius:16px;max-width:380px;margin:0 auto 3rem;padding:2rem 1.5rem;box-shadow:0 8px 25px #1877f226;transition:all .4s ease}body[data-theme=dark] .github-profile-card{background:#1a2332e6;border-color:#00ffc826;box-shadow:0 8px 25px #00ffc826}.github-profile-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #1877f24d}body[data-theme=dark] .github-profile-card:hover{box-shadow:0 12px 35px #00ffc84d}.github-avatar{width:90px;height:90px;border-radius:50%;border:3px solid #e0e7ff;margin-bottom:.8rem}body[data-theme=dark] .github-avatar{border-color:#1a2332}.github-profile-card h3{font-size:1.4rem;font-weight:600;color:#1e1b4b}body[data-theme=dark] .github-profile-card h3{color:#fff}.bio{font-size:.9rem;color:#475569;margin:.5rem 0}body[data-theme=dark] .bio{color:#a0a0a0}.profile-stats{display:flex;justify-content:center;gap:1rem;font-size:.85rem;color:#334155;margin-bottom:.5rem}body[data-theme=dark] .profile-stats{color:#a0a0a0}.profile-link{display:inline-block;background:linear-gradient(90deg,#1877f2,#1566c0);color:#fff;padding:.6rem 1.3rem;border-radius:999px;font-weight:600;text-decoration:none;margin-top:.8rem;transition:background .3s ease,transform .2s}body[data-theme=dark] .profile-link{background:linear-gradient(90deg,#00ffc8,#00d9a3)}.profile-link:hover{background:linear-gradient(90deg,#1566c0,#104e9b);transform:scale(1.05)}body[data-theme=dark] .profile-link:hover{background:linear-gradient(90deg,#00d9a3,#00b588)}.repos-container{max-width:1000px;margin:0 auto;text-align:left}.repo-header{text-align:center;font-size:1.6rem;font-weight:600;color:#1e1b4b;margin-bottom:1.2rem}body[data-theme=dark] .repo-header{color:#fff}.table-wrapper{overflow-x:auto}.repo-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;background:#fffffff2;box-shadow:0 8px 25px #1877f214}body[data-theme=dark] .repo-table{background:#1a2332f2;box-shadow:0 8px 25px #00ffc814}.repo-table th,.repo-table td{padding:12px 16px;text-align:left;font-size:.9rem;border-bottom:1px solid #e2e8f0}body[data-theme=dark] .repo-table th,body[data-theme=dark] .repo-table td{border-bottom:1px solid #2a3a50}.repo-table th{background:linear-gradient(90deg,#1877f2,#1566c0);color:#fff;font-weight:600}body[data-theme=dark] .repo-table th{background:linear-gradient(90deg,#00ffc8,#00d9a3)}.repo-table tr:last-child td{border-bottom:none}body[data-theme=dark] .repo-table tr:last-child td{border-bottom:none}.repo-row{transition:all .3s ease}.repo-row:hover{background-color:#1877f212;transform:scale(1.01)}body[data-theme=dark] .repo-row:hover{background-color:#00ffc812}.repo-name{color:#1877f2;font-weight:600}body[data-theme=dark] .repo-name{color:#00ffc8}.repo-desc{color:#475569;font-size:.85rem;max-width:350px}body[data-theme=dark] .repo-desc{color:#a0a0a0}.repo-stars{color:#f59e0b;font-weight:600}body[data-theme=dark] .repo-stars{color:gold}.repo-link-btn{display:inline-block;background:#1877f2;color:#fff;padding:6px 12px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .25s ease}body[data-theme=dark] .repo-link-btn{background:#00ffc8;color:#0f1419}.repo-link-btn:hover{background:#1566c0;transform:scale(1.08)}body[data-theme=dark] .repo-link-btn:hover{background:#00d9a3}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .7s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s ease forwards}@media (max-width: 768px){.github-section{padding:3rem 1rem}.repo-table th,.repo-table td{font-size:.8rem;padding:8px 10px}.repo-header{font-size:1.3rem}}.footer{padding:2rem 1rem;background:linear-gradient(135deg,#1f2937,#2d3748);color:#d1d5db}body[data-theme=dark] .footer{background:linear-gradient(135deg,#1a2332,#0f1419);color:#e0e0e0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;align-items:stretch}.footer-section{background:#1f2937f2;border-radius:12px;padding:1rem;box-shadow:0 4px 15px #667eea1a;border:1px solid rgba(102,126,234,.15);transition:all .4s ease}body[data-theme=dark] .footer-section{background:#1a2332f2;border-color:#00ffc826;box-shadow:0 4px 15px #00ffc81a}.footer-section:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 10px 25px #667eea33}body[data-theme=dark] .footer-section:hover{box-shadow:0 10px 25px #00ffc833}.footer-section:hover.border-glow{box-shadow:0 0 15px #667eea80}body[data-theme=dark] .footer-section:hover.border-glow{box-shadow:0 0 15px #00ffc880}.footer-section h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}body[data-theme=dark] .footer-section h3{color:#fff}.footer-section h4{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.5rem}body[data-theme=dark] .footer-section h4{color:#fff}.footer-section p{font-size:.8rem;color:#d1d5db;line-height:1.4}body[data-theme=dark] .footer-section p{color:#a0a0a0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{font-size:.8rem;color:#d1d5db;margin-bottom:.3rem}body[data-theme=dark] .footer-links li{color:#a0a0a0}.footer-links a{color:#d1d5db;text-decoration:none;transition:all .3s ease}body[data-theme=dark] .footer-links a{color:#a0a0a0}.footer-links a:hover{color:gold;transform:scale(1.05)}body[data-theme=dark] .footer-links a:hover{color:#00ffc8}.footer-bottom{text-align:center;padding-top:1rem}.footer-divider{width:80px;height:4px;margin:0 auto .5rem;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px}body[data-theme=dark] .footer-divider{background:linear-gradient(90deg,#00ffc8,#00d9a3)}.footer-bottom p{font-size:.8rem;color:#d1d5db;margin-bottom:.3rem}body[data-theme=dark] .footer-bottom p{color:#a0a0a0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn 1s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s ease-out forwards}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.animate-scale-in{animation:scaleIn .6s ease-out forwards}@keyframes pulseGlow{0%{box-shadow:0 0 #1877f200}50%{box-shadow:0 0 15px #1877f280}to{box-shadow:0 0 #1877f200}}body[data-theme=dark] .animate-pulse-glow{animation:pulseGlowDark 2s infinite ease-in-out}@keyframes pulseGlowDark{0%{box-shadow:0 0 #00ffc800}50%{box-shadow:0 0 15px #00ffc880}to{box-shadow:0 0 #00ffc800}}@media (max-width: 1024px){.repos-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.repos-grid,.footer-content{grid-template-columns:1fr}}@media (max-width: 480px){.github-profile-info,.repo-card,.footer-section{padding:.75rem}}.app-background{background-color:#f0f2f5}body[data-theme=dark] .app-background{background-color:#0f1419}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999}body[data-theme=dark] .loading-screen{background-color:#1a2332cc}.plane-loader{position:relative;width:100px;height:100px}.plane{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:fly 1.5s ease-in-out infinite;color:#333}body[data-theme=dark] .plane{color:#e0e0e0}@keyframes fly{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(10deg) scale(1.1)}to{transform:translate(-50%,-50%) rotate(0)}}
